@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
	opacity: 1;
	transition: 0.3s linear;
}
a:hover {
	transition-property: all;
	opacity: 0.6;
}
body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	color: #808080;
}
.sp_on {display: none;}


/* header
------------------------------------------------------------*/
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 50px;
}
h1 {
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 10px 50px 0;
}
.headerL .logo {
	display: block;
	transition : all 0.3s;
	width: 320px;
}
.pcnav ul {display: flex;}
.pcnav ul li {
	font-size: 18px;
	padding-left: 1.5vw;
	font-weight: 700;
}
.pcnav ul li a:hover {
	color: #ead24b;
	opacity: 1.0;
}

/* ドロワー
------------------------------------------------------------*/
#sp-nav {display: none;}
.drawer-hamburger {
	width: 2.2rem !important;
	padding: 10px .6rem 20px !important;
	position: fixed;
	background: none !important;
	border-radius: 5px;
	top: 10px !important;
	right: 10px !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {background-color: #808080 !important;}
.drawer-open .drawer-hamburger-icon {background-color: transparent !important;}
.drawer-hamburger-icon:after {top: 12px !important;}
.drawer-hamburger-icon:before {top: -12px !important;}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {top: 0 !important;}
.drawer-nav {width: 300px !important;z-index: 3 !important;}
.drawer--right .drawer-nav {right: -300px !important;}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {right: 0 !important;}
.drawer--right.drawer-open .drawer-hamburger {right: 305px !important;}
.drawer-overlay {z-index: 2 !important;}
.drawer-menu {padding: 30px 20px !important;}
.drawer-menu a {
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 20px 0;
	border-bottom: #a4cfe0 dotted 2px;
}


/* fv
------------------------------------------------------------*/
.fv {
	width: 100%;
	height: 45vw;
	position: relative;
	text-align: center;
	background-image: url("../img/fvbg.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
.fv-subcopy {
	font-size: 2vw;
	font-weight: 700;
}
.fv-subcopy p {
	background-color: #fff;
	padding: 1vw 1.5vw;
	border-radius: 10px;
	position: absolute;
}
.fv-subcopy p span {
	color: #a4cfe0;
	font-weight: 900;
}
.fv-subcopy p:first-child {
	top: 5vw;
	left: 10vw;
}
.fv-subcopy p:last-child {
	top: 8.5vw;
	left: 14vw;
}
.fv-maincopy p {
	position: absolute;
	font-size: 3.5vw;
	font-weight: 900;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #ffffff !important;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.fv-maincopy span {
	font-size: 2.8vw;
	font-weight: 900;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #ffffff !important;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.fv-maincopy p:first-child {
	top: 4vw;
	left: 50vw;
}
.fv-maincopy p:last-child {
	top: 13vw;
	left: 46vw;
}
.fv-contact {
	position: absolute;
	bottom: 5%;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	width: 48%;
}
.fv-contact li {width: 49%;}
.cv-btn {
	display: block;
	opacity: 1.0;
}
.cv-btn:hover {
	animation: bound 2s linear infinite;
	opacity: 1.0;
}
@keyframes bound {
    7% {transform: translateY(-15px);}
    15% {transform: translateY(0);}
    20% {transform: translateY(-7px);}
    25% {transform: translateY(0);}
}

/* trouble
------------------------------------------------------------*/
.trouble {
	width: 100%;
	background-image: url("../img/bgline-b.webp"),url("../img/trouble.webp");
	background-repeat: no-repeat;
	background-position: center bottom,82% bottom;
	background-size: contain,20%;
}
.content {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	padding: 8% 0;
}
.title {
	text-align: center;
	font-size: 34px;
	background: url("../img/title-line.png") no-repeat center bottom;
	background-size: 25%;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.troublelist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 100px;
}
.troublelist li {
	text-align: center;
	border: 1px solid #a4cfe0;
	box-shadow: 4px 6px 0px 0px #a4cfe0;
	background: #ffffff;
	font-size: 24px;
	padding: 15px;
	border-radius: 50px;
	margin: 20px;
}
.troublelist li:nth-child(-n+5) {width: calc(50% - 40px);}
.troublelist li:nth-child(n+5) {width: 65%;}
/* ----　doctor　---- */
.doctor {
	background-color: #a4cfe0;
	background-image: url("../img/bgline-g.png");
}
.bg {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.title2 {
	text-align: center;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 34px;
	font-weight: 900;
	text-shadow: 3px 3px 0px rgba(55, 134, 173, 1);
}
.introduction {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.introduction .img {width: 400px;}
.introduction dl {width: calc(100% - 450px)}
.introduction dl dt {
	color: #333333;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.introduction dl dd {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #333333;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
}

/* cause
------------------------------------------------------------*/
#cause {
	background-color: #f2f2f2;
	background-image: url("../img/bgline-w.png");
}
.fs20 {font-size: 20px;}
.mb100 {margin-bottom: 100px;}
.type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.type li {
	width: 31%;
	border: 1px solid #a4cfe0;
	border-radius: 20px;
	background: #ffffff;
	padding: 30px;
	position: relative;
	box-shadow: 5px 5px 0px 0px #a4cfe0;
}
.type li span {
	color: #a4cfe0;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	top: -35px;
	left: 15px;
}
.type li h3 {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	background: #a4cfe0;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.type li .img {
	max-width: 200px;
	width: 100%;
	margin: 0 auto 10px;
}
.type li p {font-size: 16px;}
#cause .copy {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.fcp {color: #e6a096;}
.disease {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.disease .disease-box {width: calc(100% - 450px);}
.disease .img {width: 400px;}
.disease-box h3 {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	background: #a4cfe0;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.disease-box p {font-size: 18px;}
.risk h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.risk h3::after {
	content: url("../img/arrow-b.png");
	display: block;
	padding: 20px 0;
}
.risk ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.risk ul li {
	width: 24%;
	background: #ffffff;
	border-radius: 20px;
	border: 2px solid #a4cfe0;
	padding: 20px;
	font-size: 18px;
}
.cv-area {
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	border: 3px solid #ead24b;
	padding: 60px;
	position: relative;
}
.cv-area h3 {
	text-align: center;
	background: #ffffff;
	border-radius: 40px;
	border: 3px solid #ead24b;
	font-size: 24px;
	font-weight: bold;
	color: #ead24b;
	padding: 20px;
	width: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -40px;
}
.cv-area div {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.cv-area dl {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 30px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.cv-area dl dt {
	background: #a4cfe0;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	padding: 15px 0;
	text-align: center;
	border-radius: 30px;
	width: 300px;
}
.cv-area dl dd {width: calc(100% - 330px);}
.cv-area dl dd p {
	font-size: 24px;
	font-weight: bold;
}
.cv-area dl dd span {font-size: 14px;}
.cv-area .cv-btn {
	max-width: 430px;
	width: 100%;
	margin: auto;
}

/* mechanism
------------------------------------------------------------*/
#mechanism {background-image: url("../img/bgline-g.png");}
.mechanism-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mechanism-box p {
	width: calc(100% - 500px);
	font-size: 18px;
}
.mechanism-box .img {width: 450px;}
.babyband h3 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 50px;
}
.babyband .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.babyband .detail .img {width: 400px;}
.babyband .detail p {
	width: calc(100% - 450px);
	background: url("../img/babyband-img02.webp") no-repeat;
	background-position: right bottom;
	font-size: 18px;
	padding-bottom: 200px;
}
.babyband ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.babyband ul li {
	width: 23.5%;
	border: 1px solid #a4cfe0;
	border-radius: 20px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 5px 5px 0px 0px #a4cfe0;
}
.babyband ul li h4 {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #a4cfe0;
	padding: 10px;
	border-radius: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}
.babyband ul li .img {
	width: 100%;
	margin-bottom: 15px;
}
.effect {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.effect .effect-box {width: calc(100% - 500px);}
.effect .img {width: 480px;}
.effect-box h3 {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	background: #e6a096;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.effect-box p {font-size: 18px;}

/* flow
------------------------------------------------------------*/
#flow {
	background-color: #f2f2f2;
	background-image: url("../img/bgline-w.png");
}
.flow-box li:not(:last-child)::after {
	content: '';
	display: block;
	width: 40px;
	height: 25px;
	margin: 20px auto;
	background: url("../img/arrow-p.png") 100%;
}
.flow-box li .detail {
	background: #ffffff;
	border-radius: 20px;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow-box li .detail .step {
	width: calc(100% - 400px);
	position: relative;
}
.flow-box li .detail .img {width: 350px;}
.flow-box li .detail .step h3 {
	background: #a4cfe0;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	padding: 20px;
	border-radius: 50px;
	margin-bottom: 20px;
}
.flow-box li .detail .step > span {
	color: #a4cfe0;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	left: 20px;
	top: -35px;
}
.flow-box li .detail .step .copy {font-size: 16px;}
.flow-box li .detail .step .fee {
	border: 1px solid #e6a096;
	border-radius: 20px;
	padding: 20px;
	margin-top: 15px;
	text-align: center;
}
.flow-box li .detail .step .fee dt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.flow-box li .detail .step .fee dd {font-size: 14px;}
.tbon {display: none;}

/* faq
------------------------------------------------------------*/
#faq {background-image: url("../img/bgline-outline.png");}
.accordion_container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
}
.accordion_container li {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 20px;
	margin-bottom: 20px;
}
.accordion_title {
	color: #a4cfe0;
	font-size: 22px;
	padding: 20px 50px 20px 20px;
	cursor: pointer;
	transition-duration: 0.2s;
	background-image: url("../img/faq-arrow-r.png");
	background-repeat: no-repeat;
	background-position: 98% center;
}
.accordion_title.open {background-image: url("../img/faq-arrow-b.png");}
.accordion_inner {
	display: none;
	padding: 0 30px 30px 30px;
	font-size: 16px;
}

/* footer
------------------------------------------------------------*/
footer {background: #a4cfe0;}
.copyright {
	background: #298eb6;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	padding: 20px;
}
footer .address {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	background: #e6a096;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 10px;
	border-radius: 30px;
}
footer .outline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
footer .outline .detail {
	width: 48.5%;
	border-top: 2px dotted #ffffff;
}
footer .outline .detail li {
	border-bottom: 2px dotted #ffffff;
	padding: 15px 10px;
}
footer .outline .detail li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
footer .outline .detail li dl dt {
	background: #ffffff;
	color: #a4cfe0;
	font-size: 18px;
	width: 160px;
	text-align: center;
	padding: 5px;
	border-radius: 30px;
}
footer .outline .detail li dl dd {
	width: calc(100% - 180px);
	font-size: 18px;
	color: #ffffff;
}
footer .outline .detail li p {
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
footer .outline .detail li .sns {
	display: flex;
	justify-content: center;
}
footer .outline .detail li .sns a {
	display: block;
	margin: 0 10px;
}
footer .outline .access {
	width: 48.5%;
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
}
footer .outline .access dl:first-child {margin-bottom: 20px;}
footer .outline .access dt {
	background: #a4cfe0;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	border-radius: 30px;
	margin-bottom: 15px;
}
footer .outline .access a {
	color: #ead24b;
	text-decoration: underline;
}
footer .map {height: 450px;}



/* ブレイクポイント
------------------------------------------------------------*/
/*1280px以下*/
@media (max-width: 1280px){
	.pcnav {display: none;}
	#sp-nav {display: block;}
	h1 {
		font-size: 12px !important;
		padding: 10px 30px 0;
	}
	.headerL {margin: auto;}
	.headerL .logo {width: 30vw;}
	.fv-contact {width: 60%;}
	.trouble {
		background-position: center bottom,90% bottom;
		background-size: contain,26%;
	}
	.troublelist {padding-bottom: 15%;}
	.troublelist li {
		font-size: 18px;
		margin: 10px;
	}
	.troublelist li:nth-child(-n+4) {width: calc(50% - 20px);}
	.disease .disease-box {width: calc(100% - 350px);}
	.disease .img {width: 300px;}
	.fs20 {font-size: 18px;}
	.mb100 {margin-bottom: 80px;}
	.type {margin-bottom: 30px;}
	.type li {
		width: 100%;
		padding: 20px;
		margin-bottom: 50px;
	}
	.type li span {
		font-size: 24px;
		top: -28px;
	}
	.type li h3 {font-size: 18px;}
	#cause .copy {font-size: 20px;}
	.cv-area {padding: 40px;}
	.cv-area h3 {
		font-size: 20px;
		width: 400px;
		top: -35px;
	}
	.cv-area div {
		font-size: 20px;
		margin-top: 20px;
	}
	.cv-area dl dt {
		font-size: 20px;
		padding: 15px 0;
		width: 280px;
	}
	.cv-area dl dd {width: calc(100% - 310px);}
	.cv-area dl dd p {font-size: 20px;}
	.mechanism-box p {width: calc(100% - 320px);}
	.mechanism-box .img {width: 300px;}
	.babyband .detail .img {width: 300px;}
	.babyband .detail p {width: calc(100% - 330px);}
	.babyband ul li {
		width: 47%;
		padding: 20px;
		margin: 1.5%;
	}
	.babyband ul li .img {
		max-width: 280px;
		margin: 0 auto 15px;
		width: 100%;
	}
	.effect .effect-box {width: calc(100% - 400px);}
	.effect .img {
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
	.effect-box h3 {font-size: 20px;}
	.flow-box li .detail {padding: 40px;}
	.flow-box li .detail .step {width: calc(100% - 300px);}
	.flow-box li .detail .img {width: 280px;}
	.flow-box li .detail .step h3 {
		font-size: 18px;
		padding: 15px;
	}
	.flow-box li .detail .step > span {
		font-size: 24px;
		top: -28px;
	}
	.tbon {display: block;}
	
	
	
/*1024px以下*/
@media (max-width: 1024px){
	footer .outline .detail {width: 100%;margin-bottom: 30px;}
	footer .outline .access {width: 100%;}
	.introduction .img {
		max-width: 400px;
		width: 70%;
		margin: 0 auto 20px;
	}
	.introduction dl {width: 100%;}
	.disease .disease-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.disease .img {
		max-width: 400px;
		width: 80%;
		margin: auto;
	}
	.risk ul li {
		width: 49%;
		font-size: 16px;
		margin-bottom: 2%;
	}
	.effect .effect-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.flow-box li .detail {padding: 40px 20px 20px;}
	.flow-box li .detail .step {width: 100%;}
	.flow-box li .detail .img {
		max-width: 320px;
		width: 100%;
		margin: 20px auto 0;
	}
	
	
}
	
	
	
}
/*765px以下*/
@media (max-width: 765px){
	.sp_non {display: none;}
	.sp_on {display: block;}
	.fs20 {font-size: 14px;}
	.mb100 {margin-bottom: 60px;}
	.headerL .logo {width: 180px;}
	h1 {
		font-size: 12px !important;
		padding: 10px 56px 0 5px;
	}
	.fv {
		height: 143vw;
		background-image: url("../img/fvbg_sp.webp");
	}
	.fv-subcopy p {
		font-size: 4.5vw;
		padding: 1vw 2vw;
		border-radius: 5px;
	}
	.fv-subcopy span {font-size: 4.5vw;}
	.fv-subcopy p:first-child {
		top: 15vw;
		left: 6vw;
	}
	.fv-subcopy p:last-child {
		top: 22vw;
		left: 10vw;
	}
	.fv-maincopy p {font-size: 8vw;}
	.fv-maincopy span {font-size: 6vw;}
	.fv-maincopy p:first-child {
		top: 35vw;
		left: 50vw;
	}
	.fv-maincopy p:last-child {
		top: 50vw;
		left: 40vw;
	}
	.fv-contact {
		bottom: 0;
		flex-wrap: wrap;
		width: 80%;
	}
	.fv-contact li {width: 100%;}
	.fv-contact li:last-child {margin-top:10px;}
	.trouble {
		background-position: center bottom,center bottom;
		background-size: 150%,200px;
	}
	.content {padding: 80px 0;}
	.title {
		font-size: 20px;
		background-size: 30%;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.title2 {
		font-size: 20px;
		text-shadow: 2px 2px 0px rgba(55, 134, 173, 1);
	}
	.troublelist {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 180px;
	}
	.troublelist li {
		font-size: 14px;
		padding: 10px;
		margin: 10px;
	}
	.troublelist li:nth-child(-n+5) {width: 100%;}
	.troublelist li:nth-child(n+5) {width: 100%;}
	.bg {background-size: 150%;}
	.introduction dl dt {font-size: 14px;}
	.introduction dl dd {font-size: 16px;}
	.disease-box h3 {font-size: 18px;}
	.disease-box p {font-size: 14px;}
	.type li p {font-size: 14px;}
	#cause .copy {font-size: 18px;}
	.risk h3 {font-size: 18px;}
	.risk ul li {font-size: 14px;padding: 15px;}
	.cv-area {padding: 30px;}
	.cv-area h3 {
		font-size: 18px;
		width: 90%;
		top: -35px;
		padding: 10px;
	}
	.cv-area div {
		font-size: 16px;
		margin-top: 40px;
	}
	.cv-area dl dt {
		padding: 10px 0;
		width: 100%;
		margin: 0 auto 30px;
		font-size: 16px;
	}
	.cv-area dl dd {
		width: 100%;
		text-align: center;
	}
	.mechanism-box p {
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.mechanism-box .img {width: 80%;margin: auto;}
	.babyband h3 {font-size: 20px;}
	.babyband .detail {margin-bottom: 40px;}
	.babyband .detail .img {width: 70%;margin: 0 auto 30px;}
	.babyband .detail p {
		width: 100%;
		font-size: 14px;
		background-size: 230px;
		padding-bottom: 180px;
	}
	.babyband ul li {
		width: 48%;
		padding: 10px;
		margin: 1%;
		box-shadow: none;
	}
	.babyband ul li h4 {
		font-size: 14px;
		padding: 5px;
	}
	.babyband ul li p {font-size: 14px;}
	.effect .effect-box p {font-size: 14px;}
	.effect-box h3 {font-size: 16px;}
	.flow-box li .detail .step h3 {
		font-size: 16px;
		padding: 10px 20px;
	}
	.flow-box li .detail .step .copy {font-size: 14px;}
	.flow-box li .detail .step .fee dt {font-size: 18px;}
	.accordion_container {margin: 0 auto 80px;}
	.accordion_container li {
		border-radius: 15px;
		margin-bottom: 20px;
	}
	.accordion_title {
		font-size: 16px;
		padding: 15px 40px 15px 15px;
		background-position: 96% center;
	}
	.accordion_inner {
		padding: 0 20px 20px 20px;
		font-size: 14px;
	}
	.copyright {
		font-size: 12px;
		padding: 10px;
	}
	footer {margin-top: -1px;}
	footer .address {
		font-size: 16px;
		margin: 0 auto 40px;
	}
	footer .outline {margin-bottom: 40px;}
	footer .outline .detail li {padding: 10px 5px;}
	footer .outline .detail li dl dt {width: 100%;margin-bottom: 10px;}
	footer .outline .detail li dl dd {
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	footer .outline .access {padding: 20px;}
	footer .outline .access dt {
		font-size: 16px;
		padding: 5px;
	}
	footer .outline .access dd {font-size: 14px;}
	footer .map {height: 350px;}
	
	
	
}