@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "MyFont";
/*	font-family: "Meiryo UI",Meiryo,sans-serif */
/*	src: url(../fonts/my-font01.otf) format("otf"), url(../fonts/my-font01.woff) format("woff");*/
}

body{
	color: #2d2d2d;
	font-family: MyFont, sans-serif;
/*	font-family: "Meiryo UI",Meiryo,sans-serif */
	font-size: 1em;
/*	font-size: 0.9em; */
/*	background: url(../img/index-11.png)no-repeat; */
/*	background-position: bottom -10px right 14px; */
/*	background-size: 50px auto; */
}
@media (min-width: 992px) {
	body {
		min-width: 1170px;
	}
}
header {
	position: relative;
}
@media (min-width: 992px) {
	header,section {
		width: 1024px;
		margin-right: auto;
		margin-left: auto;
	}
}
#changeArea {
	line-height: 1.5;
}
.en {
	font-family: Quicksand, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
/*	font-family: "Meiryo UI",Meiryo,sans-serif */
}
/*****************************************
header エリア
******************************************/
.header-label {
	background: #0074ba;
	padding: 6px 10px;
}
.brand {
	height: auto;
}
.brand-top {
	display: block;
/*	background: url(../img/index-logo.svg)no-repeat; */
/*	background-size: 100% auto; */
/*	width: 200px; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
a.brand-top {
	color: #fff;
	text-decoration: none;
	font-size: 5vw;
	line-height: 0.7em;
}
.brand-top span{
	font-size: 0.5em;
}
.keyvisual {
	position: relative;
	padding-top: 17.3%;
	overflow: hidden;
}
.keyvisual img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
@media (min-width: 992px) {
	.brand {
		display: block;
		width: 600px;
		margin-right: auto;
		vertical-align: middle;
	}
	.brand-top {
/*		background: url(../img/index-logo-01.svg)no-repeat; */
		background-size: 100% auto;
/*		width: 600px; */
/*		height: 24px; */
	}
	a.brand-top {
		font-size: 2.0em;
		line-height: 0.7em;
	}
	.brand-top span{
		font-size: 0.48em;
	}
	.keyvisual {
		padding-top: 180px;
	}
}
/*****************************************
文字サイズ変更 エリア
******************************************/
.size-change {
	background: #fff;
	border-radius: 4px;
	padding: 4px 14px;
}
.size-change ul li {
	margin: 0 4px 0 4px;
}
.size-change ul li:first-child {
	margin-left: 12px;
}
.size-change ul li {
	background: #474747;
	border-radius: 8px;
	color: #fff;
}
.size-change ul li.active {
	background: #0074ba;
}
.size-change ul li a {
	display: block;
	color: #fff;
	padding: 4px 8px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.size-change ul li a:hover,
.size-change ul li a:focus {
	text-decoration: underline;
}
/*****************************************
翻訳 エリア
******************************************/
.translation {
	background: #fff;
	border-radius: 4px;
	padding: 4px 14px;
	margin-top: 5px;
	width: auto;
}
.translation ul li {
	margin: 0 4px 0 4px;
}
.translation ul li:first-child {
	margin-left: 12px;
}
.translation ul li {
	background: #474747;
	border-radius: 8px;
	color: #fff;
}
.translation ul li a {
	display: block;
	color: #fff;
	padding: 4px 8px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.translation li{
	width: 70px;
	text-align: center;
}
.translation ul li a:hover,
.translation ul li a:focus {
	text-decoration: underline;
}
@media (max-width: 992px) {
	.translation {
		width: 100%;
	}
}
/*****************************************
検索 エリア
******************************************/
.search-area {
	margin: 10px auto;
	background: #deebef;
	border-radius: 5px;
	padding: 10px 0;
}
.search-box {
	border: none;
	border-radius: 5px;
	padding: 10px 0 10px 10px;
}
.search-button {
	font-family: MyFont, sans-serif;
/*	font-family: "Meiryo UI",Meiryo,sans-serif */
	color: #2d2d2d;
	background: #d3dfe3;
	border: none;
	border-radius: 5px;
	box-shadow: 3px 3px 0 1px rgba(162,185,192,1);
}
.search-button:hover {
	background: #c8d6db;
	cursor: pointer;
}
.search-button:active {
	box-shadow: 2px 2px 0 1px rgba(162,185,192,1);
	transform: translate3d(1px, 1px, 0);
}
@media (min-width: 0) {
	.search-area {
		width: 96%;
		padding: 10px;
	}
	.search-label {
		position: relative;
		display: block;
		font-size: .9em;
		margin-bottom: 4px;
		width: 100%;
	}
	.search-label br {
		display: none;
	}
	.search-input {
		width: 100%;
	}
	.search-box {
		font-size: 96%;
		margin-right: 2%;
		width: 80%;
	}
	.search-button {
		font-size: .8em;
		width: 18%;
		padding: 8px 2%;
		margin-top: -2px;
	}
	.icon-search::before {
		display: none;
	}
}
@media (min-width: 375px) {
	.search-area {
		width: 96%;
		padding: 10px;
	}
	.search-label {
		width: 100%;
		padding-left: 5.4%;
		padding-bottom: 6px;
		margin-top: 6px;
	}
	.search-label br {
		display: none;
	}
	.search-input {
		width: 100%;
	}
	.search-box {
		width: 83%;
	}
	.search-button {
		width: 15%
	}
	.icon-search::before {
		position: absolute;
		display: inline-block;
		top: -5px;
		left: 0%;
		width: 22px;
		height: 22px;
	}
}
@media (min-width: 576px) {
	.search-area {
		width: 96%;
	}
	.search-label {
		width: auto;
		padding-left: 36px;
		margin-top: 6px;
		margin-right: 2%;
		white-space: nowrap;
	}
	.search-label br {
		display: block;
	}
	.search-input {
		width: 78%;
	}
	.search-box {
		width: 86%;
	}
	.search-button {
		width: 12%
	}
	.icon-search::before {
		display: inline-block;
		top: 0;
		width: 32px;
		height: 32px;
	}
}
@media (min-width: 768px) {
	.search-area {
		width: 750px;
	}
	.search-label {
		margin-right: 14px;
	}
	.search-input {
		width: 616px;
	}
	.search-box {
		width: 530px;
	}
	.search-button {
		width: auto;
		padding: 8px 16px;
	}
}
@media (min-width: 992px) {
	.search-area {
		width: 970px;
		padding: 4px 0;
	}
	.search-input {
		width: 80%;
	}
	.search-box {
		width: 86%;
		padding: 6px 0 6px 10px;
	}
	.search-button {
		width: 10%;
		padding: 6px 16px;
	}
	.search-label br {
		display: none;
	}
	.icon-search::before {
		display: inline-block;
		top: -6px;
		left: 6px;
		width: 28px;
		height: 28px;
	}
}
/*****************************************
main メニューエリア
******************************************/
.menulist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: .9em;
	width: 98%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.menulist-item {
	letter-spacing: .1em;
	line-height: 1.25em;
	margin: 0 1% 20px 1%;
	width: 100%;
}
.menulist-item a {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 3px 3px 0 1px rgba(212,212,212,1);
	border-radius: 2px;
	color: #2d2d2d;
	text-decoration: none;
	padding: 80px 10px 20px 10px;
	width: 100%;
	height: 100%;
}
.menulist-item a:hover,
.menulist-item a:focus {
	background: #f5fbf7;
}
.menulist-item a:active {
	box-shadow: 2px 2px 0 1px rgba(212,212,212,1);
	transform: translate3d(1px, 1px, 0);
}
.icon-hospital::before,
.icon-hospitalsearch::before,
.icon-medicine::before,
.icon-stethoscope::before,
.icon-capsule::before {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.icon-hospital::before {
	width: 50px;
	height: 50px;
}
.icon-hospitalsearch::before {
	width: 70px;
	height: 50px;
}
.icon-medicine::before {
	width: 60px;
	height: 50px;
}
.icon-stethoscope::before {
	width: 50px;
	height: 50px;
}
.icon-capsule::before {
	width: 40px;
	height: 40px;
}
@media (min-width: 375px) {
	.menulist {
		width: 100%;
	}
	.menulist-item {
		letter-spacing: .1em;
		line-height: 1.25em;
		margin: 0 1% 20px 1%;
	}
}
@media (min-width: 576px) {
	.menulist-item {
		width: 46%;
	}
}
@media (min-width: 768px) {
	.menulist {
		justify-content: flex-start;
	}
	.menulist-item {
		letter-spacing: .1em;
		line-height: 1.35em;
		margin: 0 1% 20px 1%;
		width: 31.2%;
	}
}
@media (min-width: 992px) {
	.menulist {
		justify-content: flex-start;
		font-size: 1em;
		width: 100%;
	}
	.menulist-item {
		letter-spacing: .06em;
		line-height: 1.45em;
		width: 18%;
		margin-bottom: 10px;
	}
	.menulist-item a {
		padding: 50px 6px 10px 6px;
	}
	.icon-hospital::before,
	.icon-hospitalsearch::before,
	.icon-medicine::before,
	.icon-stethoscope::before,
	.icon-capsule::before {
		top: 10px;
	}
	.icon-hospital::before {
		width: 34px;
		height: 34px;
	}
	.icon-hospitalsearch::before {
		width: 54px;
		height: 34px;
	}
	.icon-medicine::before {
		width: 44px;
		height: 34px;
	}
	.icon-stethoscope::before {
		width: 34px;
		height: 34px;
	}
	.icon-capsule::before {
		width: 34px;
		height: 34px;
	}
}
/*****************************************
main お知らせエリア
******************************************/
.info {
	font-size: .9em;
}
.infocatalog {
	padding: 20px 0;
}
.infocatalog-button {
	position: relative;
	background: #fff;
	border: 2px solid #0074ba;
	border-radius: 3px;
	color: #0074bd;
	font-size: .96em;
	font-family: MyFont, sans-serif;
/*	font-family: "Meiryo UI",Meiryo,sans-serif */
	padding: 10px 80px;
	width: 100%;
}
.infocatalog-button:hover,
.infocatalog-button:focus {
	cursor: pointer;
	background: #0074ba;
	color: #fff;
}
.icon-circlearrow {
	display: block;
	position: relative;
}
.icon-circlearrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0074ba;
	z-index: 2;
}
.icon-circlearrow::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	margin: auto;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 3;
}
@media (min-width: 768px) {
	.info {
		font-size: 1em;
	}
	.infocatalog-button {
		width: auto;
	}
	.icon-circlearrow {
		display: inline-block;
	}
	.icon-circlearrow::after {
		right: 25px;
	}
}
@media (min-width: 992px) {
	.infocatalog {
		padding: 10px 0;
	}
}
/*****************************************
main 周産期の情報をさがすエリア
******************************************/
.perinatallist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: .9em;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.perinatallist-item {
	letter-spacing: .1em;
	line-height: 1.25em;
	margin: 0 1% 20px 1%;
	width: 100%;
}
.perinatallist-item a {
	position: relative;
	display: block;
	background: #f7f7ef;
	box-shadow: 3px 3px 0 1px rgba(212,212,212,1);
	border-radius: 2px;
	color: #2d2d2d;
	text-decoration: none;
	padding: 80px 10px 20px 10px;
	width: 100%;
	height: 100%;
}
.perinatallist-item a:hover,
.perinatallist-item a:focus {
	background: #f5fbf7;
}
.perinatallist-item a:active {
	box-shadow: 2px 2px 0 1px rgba(212,212,212,1);
	transform: translate3d(1px, 1px, 0);
}
.icon-baby::before,
.icon-babybottle::before,
.icon-info::before {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.icon-baby::before {
	width: 46px;
	height: 46px;
}
.icon-babybottle::before {
	width: 46px;
	height: 46px;
}
.icon-info::before {
	width: 46px;
	height: 46px;
}
@media (min-width: 576px) {
	.perinatallist-item {
		width: 47%;
	}
}
@media (min-width: 768px) {
	.perinatallist {
		margin-bottom: 0;
	}
	.perinatallist-item {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.perinatallist-item {
		line-height: 1.35em;
		width: 48%;
		letter-spacing: 0;
	}
	.perinatallist-item a {
		padding: 50px 10px 10px 10px;
	}
	.icon-baby::before,
	.icon-babybottle::before,
	.icon-info::before {
		top: 10px;
	}
	.icon-baby::before {
		width: 32px;
		height: 32px;
	}
	.icon-babybottle::before {
		width: 32px;
		height: 32px;
	}
	.icon-info::before {
		width: 32px;
		height: 32px;
	}
}
@media (min-width: 1550px) {
	.perinatallist-item {
		letter-spacing: .1em;
	}
}
/*****************************************
main その他の情報をさがすエリア
******************************************/
.enlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: .9em;
	width: 100%;
	text-align: center;
}
.enlist-item {
	letter-spacing: .1em;
	line-height: 1.25em;
	margin: 0 1% 20px 1%;
	width: 100%;
}
.enlist-item a {
	position: relative;
	display: block;
	background: #f7f7ef;
	box-shadow: 3px 3px 0 1px rgba(212,212,212,1);
	border-radius: 2px;
	color: #2d2d2d;
	text-decoration: none;
	padding: 80px 10px 20px 10px;
	width: 100%;
	height: 100%;
}
.enlist-item a:hover,
.enlist-item a:focus {
	background: #f5fbf7;
}
.enlist-item a:active {
	box-shadow: 2px 2px 0 1px rgba(212,212,212,1);
	transform: translate3d(1px, 1px, 0);
}
.icon-syringe::before,
.icon-medicinebottle::before {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.icon-syringe::before {
	width: 46px;
	height: 46px;
}
.icon-medicinebottle::before {
	width: 46px;
	height: 46px;
}

@media (min-width: 576px) {
	.enlist-item {
		width: 47%;
	}
}
@media (min-width: 768px) {
	.enlist-item {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.enlist-item {
		line-height: 1.35em;
		width: 48%;
		min-height: 98px;
		letter-spacing: 0;
	}
	.enlist-item a {
		padding: 50px 10px 10px 10px;
	}
	.icon-syringe::before,
	.icon-medicinebottle::before {
		top: 10px;
	}
	.icon-syringe::before {
		width: 32px;
		height: 32px;
	}
	.icon-medicinebottle::before {
		width: 32px;
		height: 32px;
	}
}
@media (min-width: 1550px) {
	.enlist-item {
		letter-spacing: .1em;
	}
}
/*****************************************
main マイホーム登録・かかりつけ一覧エリア
******************************************/
.card {
	display: flex;
	align-items: center;
	position: relative;
}
.card-thumbnail {
	width: 30%;
}
.card-button {
	width: 70%;
}
.card-button a {
	display: block;
	width: 100%;
	color: #217d39;
	text-align: center;
	text-decoration: none;
}
.card-button a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.card-button a:hover,
.card-button a:focus {
	text-decoration: underline;
}
@media (min-width: 375px) {
	.card-button a {
		position: relative;
		display: block;
		width: 70%;
		border: 1px solid #0074ba;
		border-radius: 3px;
		color: #0074bd;
		font-size: .9em;
		text-align: left;
		text-decoration: none;
		margin-right: auto;
		margin-left: auto;
		padding: 10px 0 10px 10px;
	}
	.card-button a:hover,
	.card-button a:focus {
		color: #fff;
		background: #0074ba;
		text-decoration: none;
	}
	.card-button .icon-circlearrow-g::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		display: block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #0074ba;
		z-index: 2;
	}
	.card-button .icon-circlearrow-g::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		width: 3px;
		height: 3px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		z-index: 3;
	}
}
@media (min-width: 576px) {
	.card-button .icon-circlearrow-g::before{
		right: 20px;
	}
	.card-button .icon-circlearrow-g::after {
		right: 26px;
	}
}
@media (min-width: 768px) {
	.card-button a {
		text-align: left;
		padding: 10px 0 10px 10px;
	}
	.card-button .icon-circlearrow-g::before{
		right: 10px;
	}
	.card-button .icon-circlearrow-g::after {
		right: 16px;
	}
}
@media (min-width: 992px) {
	.card-button a {
		font-size: 1em;
		padding: 10px 0 10px 40px;
	}
	.card-button .icon-circlearrow-g::before{
		right: 40px;
	}
	.card-button .icon-circlearrow-g::after {
		right: 46px;
	}
}
/*****************************************
main バナーエリア
******************************************/
.img-banner {
	border-radius: 4px;
	width: 98%;
	height: auto;
	margin: 0 auto;
}
.img-banner:hover {
	outline: 1px solid #2a2a2a;
}
.img-border {
	border: 1px solid #bcc6c9;
}
.banner-detail {
	font-size: .9em;
	letter-spacing: .05em;
	line-height: 1.35em;
}
@media (min-width: 992px) {
	.banner-detail {
		font-size: .88em;
	}
}
/*****************************************
footer フッターナビ 1 エリア
******************************************/
.footerlist {
	flex-wrap: wrap;
}
.footerlist-item {
	font-size: .85em;
	letter-spacing: .05em;
	width: 100%;
}
.footerlist-item a {
	position: relative;
	display: block;
	
	color: #0074bd;
	padding: 10px;
	text-decoration: none;
}
.footerlist-item:first-child a {
	border-bottom: none;
}
.login-item {
	font-size: .95em;
	margin-top: 20px;
	text-align: center;
}
.login-item br {
	display: none;
}
.login-item a {
	background: #0074ba;
	color: #fff;
	padding: 20px 10px;
}
.icon-circlearrow-o::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0074ba;
	z-index: 2;
}
.icon-circlearrow-o::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 3;
}
.login-item .icon-login {
	position: relative;
}
.icon-login::before {
	position: absolute;
	left: -30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.footerlist-item {
		font-size: .95em;
		text-align: center;
		width: 33.33%;
	}
	.footerlist-item a {
		position: inherit;
		padding: 20px 10px 20px 10px;
	}
	.footerlist-item:first-child a {
		border-bottom: 1px solid #217d39;
		border-right: none;
	}
	.login-item {
		margin-top: 0;
	}
	.icon-circlearrow-o {
		position: relative;
	}
	.icon-circlearrow-o::before {
		left: -30px;
		right: inherit;
	}
	.icon-circlearrow-o::after {
		left: -26px;
		right: inherit;
	}
}
@media (min-width: 992px) {
	.footerlist-item {
		text-align: inherit;
		width: auto;
	}
	.footerlist-item:first-child {
		margin-right: 40px;
	}
	.footerlist-item:nth-child(2) {
		margin-right: auto;
	}
	.footerlist-item a,
	.footerlist-item:first-child a {
		border: none;
	}
	.footerlist-item a {
		display: inline-block;
		padding: 0 0 0 20px;
	}
	.footerlist-item a:hover,
	.footerlist-item a:focus {
		text-decoration: underline;
	}
	.icon-circlearrow-o::before {
		left: -20px;
	}
	.icon-circlearrow-o::after {
		left: -16px;
	}
	.login-item br {
		display: block;
	}
	.login-item a {
		background: #00acef;
		color: #fff;
		padding: 24px 30px 24px 100px;
	}
	.login-item a:hover,
	.login-item a:focus {
		background: #0074ba;
		text-decoration: none;
	}
	.icon-login::before {
		position: absolute;
		left: -70px;
		width: 40px;
		height: 40px;
	}
}
/*****************************************
footer フッターナビ 2 エリア
******************************************/
.container-footer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.footernav {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.9em;
}
.footernavlist {
	padding: 40px 0;
	border-bottom: 1px solid #0074bd;
	width: 100%;
}
.footernavlist-item {
	font-size: .9em;
	margin-bottom: 20px;
}
.footernavlist-item:last-child {
	margin-bottom: 0;;
}
.footernavlist-item a {
	color: #000;
	text-decoration: none;
}
.footernavlist-item a:hover,
.footernavlist-item a:focus {
	text-decoration: underline;
}
.footer-copy {
	width: 100%;
	margin-top: 40px;
}
.footer-brand {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	display: block;
}
a.footer-brand {
	color: #0074ba;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}
small {
	color: #0074bd;
}
/*@media (min-width: 576px) {
	.footernavlist {
		width: 50%;
	}
}*/
@media (min-width: 768px) {
	.container-footer {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container-footer {
		width: 1024px;
	}
	.footernav {
		width: 75%;
	}
	.footernavlist {
		width: 33%;
		border-bottom: none;
	}
	.footernavlist-item {
		padding: 0 6px;
	}
	.footer-copy {
		width: 25%;
		border-right: 1px solid #0074ba;
		margin-right: auto;
	}
	.footer-brand {
/*		width: 50%; */
		height: auto;
		margin-bottom: 120px;
	}
	a.footer-brand {
		text-align: left;
	}
	.flex-dir-pc {
		display: flex;
		flex-direction: row-reverse;
	}
}

/*サイト説明文*/
@media (min-width: 0px) {
	#site_setumei {
		margin-bottom: 15px;
		color: #000;
	}
}
@media (min-width: 992px) {
	#site_setumei  {
		margin-bottom: 0px;
	}
}

/*****************************************
footer ページトップ エリア
******************************************/
.page-top {
	margin-top: 20px;
}
.page-top a {
	position: relative;
	display: block;
	background: rgba(247,247,247,1);
	color: #0074bd;
	font-size: .85em;
	padding: 40px 0 10px 0;
	text-align: center;
	text-decoration: none;
}
.page-top a br {
	display: none;
}
.page-top a:hover,
.page-top a:focus {
	color: #fff;
	background: rgba(0,116,186,1);
}
.page-top a:hover .icon-toparrow::before,
.page-top a:focus .icon-toparrow::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.icon-toparrow::before {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 14px;
	height: 14px;
	border-top: 1px solid #0074bd;
	border-right: 1px solid #0074bd;
	transform: rotate(-45deg);
}
@media (min-width: 992px) {
	.page-top {
		position: fixed;
		bottom: 10px;
		right: 20px;
		z-index: 999;
	}
	.page-top a {
		border-radius: 2px;
		color: #fff;
		font-size: .7em;
		font-weight: bold;
		line-height: 1.45em;
		letter-spacing: 0;
		padding: 40px 6px 10px 6px;
		background: rgba(0,172,239,.9);
	}
	.page-top a br {
		display: block;
	}
	.icon-toparrow::before {
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.page-top a:hover .icon-toparrow::before,
	.page-top a:focus .icon-toparrow::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
/*****************************************
footer  エリア
******************************************/