@charset "UTF-8";
/*****************************************
見出し
******************************************/
.heading2-type1,
.heading2-type2 {
	position: relative;
	color: #fff;
	font-size: 1.2em;
	padding: 6px 0;
}
.heading2-type1::after,
.heading2-type2::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	transform: rotate(-45deg);
	z-index: -1;
}
.heading2-type1 {
	background: url(../images/cp/bg-01.png);
	background-size: 4px;
}
.heading2-type1::after {
	background: #00acef;
}
.heading2-type2 {
	background: url(../img/bg-01.png);
	background-size: 4px;
}
.heading2-type2::after {
	background: #00acef;
}
/*****************************************
テキスト
******************************************/
.text-center {
	text-align: center;
}
.text-bold {
	font-weight: bold;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/*****************************************
******************************************/
.bg-beige {
	background: #f7f3ef;
}
.bg-gray {
	background: #f7f7f7;
}
.bg-beigestripe {
	background: url(../img/bg-03.png);
	background-size: 5px;
}
/*****************************************
******************************************/
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/*****************************************
icon
******************************************/
.icon-search::before,
.icon-search::after {
	content: "";
	background: url(../img/icon-search.svg)no-repeat;
	background-size: 100% 100%;
}
.icon-hospital::before,
.icon-hospital::after {
	content: "";
	background: url(../img/icon-hospital.svg)no-repeat;
	background-size: 100% auto;
}
.icon-hospitalsearch::before,
.icon-hospitalsearch::after {
	content: "";
	background: url(../img/icon-hospitalsearch.svg)no-repeat;
	background-size: 100% auto;
}
.icon-medicine::before,
.icon-medicine::after {
	content: "";
	background: url(../img/icon-medicine.svg)no-repeat;
	background-size: 100% auto;
}
.icon-stethoscope::before,
.icon-stethoscope::after {
	content: "";
	background: url(../img/icon-stethoscope.svg)no-repeat;
	background-size: 100% auto;
}
.icon-capsule::before,
.icon-capsule::after {
	content: "";
	background: url(../img/icon-capsule.svg)no-repeat;
	background-size: 100% auto;
}
.icon-baby::before,
.icon-baby::after {
	content: "";
	background: url(../img/icon-baby.svg)no-repeat;
	background-size: 100% auto;
}
.icon-babybottle::before,
.icon-babybottle::after {
	content: "";
	background: url(../img/icon-babybottle.svg)no-repeat;
	background-size: 100% auto;
}
.icon-syringe::before,
.icon-syringe::after {
	content: "";
	background: url(../img/icon-syringe.svg)no-repeat;
	background-size: 100% auto;
}
.icon-medicinebottle::before,
.icon-medicinebottle::after {
	content: "";
	background: url(../img/icon-medicinebottle.svg)no-repeat;
	background-size: 100% auto;
}
.icon-login::before,
.icon-login::after {
	content: "";
	background: url(../images/cp/icon-login.svg);
	background-size: 100% auto;
}
/*****************************************
label
******************************************/
.label-new::after {
	content: "New";
	background: #ba3536;
	color: #fff;
	font-size: .8em;
	padding: 2px 6px;
	margin-left: 8px;
}
.label-important::after {
	content: "重要";
	background: #f7754a;
	font-size: .8em;
	padding: 2px 6px;
	margin-left: 8px;
}
.mod-label-new {
	background-image: url(../img/label_new_01.png);
	display: inline-block;
	overflow: hidden;
	width: 48px;
	height: 0;
	margin: 0 0 0 5px;
	padding: 28px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}
.mod-label-important {
	background-image: url(../img/label_important_01.png);
	display: inline-block;
	overflow: hidden;
	width: 48px;
	height: 0;
	margin: 0 0 0 5px;
	padding: 28px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-full {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.case {
	margin-right: -15px;
	margin-left: -15px;
}
.container::after,
.container-full::after,
.case::after,
.right-block::after,
.container-footer::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1024px;
	}
}
.col-ip-1, .col-sp-1, .col-tl-1, .col-pc-1, .col-ws-1, .col-ip-2, .col-sp-2, .col-tl-2, .col-pc-2, .col-ws-2, .col-ip-3, .col-sp-3, .col-tl-3, .col-pc-3, .col-ws-3, .col-ip-4, .col-sp-4, .col-tl-4, .col-pc-4, .col-ws-4, .col-ip-5, .col-sp-5, .col-tl-5, .col-pc-5, .col-ws-5, .col-ip-6, .col-sp-6, .col-tl-6, .col-pc-6, .col-ws-6, .col-ip-7, .col-sp-7, .col-tl-7, .col-pc-7, .col-ws-7, .col-ip-8, .col-sp-8, .col-tl-8, .col-pc-8, .col-ws-8, .col-ip-9, .col-sp-9, .col-tl-9, .col-pc-9, .col-ws-9, .col-ip-10, .col-sp-10, .col-tl-10, .col-pc-10, .col-ws-10, .col-ip-11, .col-sp-11, .col-tl-11, .col-pc-11, .col-ws-11, .col-ip-12, .col-sp-12, .col-tl-12, .col-pc-12, .col-ws-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 0) {
	.col-ip-1, .col-ip-2, .col-ip-3, .col-ip-4, .col-ip-5, .col-ip-6, .col-ip-7, .col-ip-8, .col-ip-9, .col-ip-10, .col-ip-11, .col-ip-12 {
		float: left;
	}
	.col-ip-12 {
		width: 100%;
	}
	.col-ip-11 {
		width: 91.66666667%;
	}
	.col-ip-10 {
		width: 83.33333333%;
	}
	.col-ip-9 {
		width: 75%;
	}
	.col-ip-8 {
		width: 66.66666667%;
	}
	.col-ip-7 {
		width: 58.33333333%;
	}
	.col-ip-6 {
		width: 50%;
	}
	.col-ip-5 {
		width: 41.66666667%;
	}
	.col-ip-4 {
		width: 33.33333333%;
	}
	.col-ip-3 {
		width: 25%;
	}
	.col-ip-2 {
		width: 16.66666667%;
	}
	.col-ip-1 {
		width: 8.33333333%;
	}
	.col-ip-pull-12 {
		right: 100%;
	}
	.col-ip-pull-11 {
		right: 91.66666667%;
	}
	.col-ip-pull-10 {
		right: 83.33333333%;
	}
	.col-ip-pull-9 {
		right: 75%;
	}
	.col-ip-pull-8 {
		right: 66.66666667%;
	}
	.col-ip-pull-7 {
		right: 58.33333333%;
	}
	.col-ip-pull-6 {
		right: 50%;
	}
	.col-ip-pull-5 {
		right: 41.66666667%;
	}
	.col-ip-pull-4 {
		right: 33.33333333%;
	}
	.col-ip-pull-3 {
		right: 25%;
	}
	.col-ip-pull-2 {
		right: 16.66666667%;
	}
	.col-ip-pull-1 {
		right: 8.33333333%;
	}
	.col-ip-pull-0 {
		right: auto;
	}
	.col-ip-push-12 {
		left: 100%;
	}
	.col-ip-push-11 {
		left: 91.66666667%;
	}
	.col-ip-push-10 {
		left: 83.33333333%;
	}
	.col-ip-push-9 {
		left: 75%;
	}
	.col-ip-push-8 {
		left: 66.66666667%;
	}
	.col-ip-push-7 {
		left: 58.33333333%;
	}
	.col-ip-push-6 {
		left: 50%;
	}
	.col-ip-push-5 {
		left: 41.66666667%;
	}
	.col-ip-push-4 {
		left: 33.33333333%;
	}
	.col-ip-push-3 {
		left: 25%;
	}
	.col-ip-push-2 {
		left: 16.66666667%;
	}
	.col-ip-push-1 {
		left: 8.33333333%;
	}
	.col-ip-push-0 {
		left: auto;
	}
	.col-ip-offset-12 {
		margin-left: 100%;
	}
	.col-ip-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-ip-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-ip-offset-9 {
		margin-left: 75%;
	}
	.col-ip-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-ip-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-ip-offset-6 {
		margin-left: 50%;
	}
	.col-ip-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-ip-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-ip-offset-3 {
		margin-left: 25%;
	}
	.col-ip-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-ip-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-ip-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 375px) {
	.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
		float: left;
	}
	.col-sp-12 {
		width: 100%;
	}
	.col-sp-11 {
		width: 91.66666667%;
	}
	.col-sp-10 {
		width: 83.33333333%;
	}
	.col-sp-9 {
		width: 75%;
	}
	.col-sp-8 {
		width: 66.66666667%;
	}
	.col-sp-7 {
		width: 58.33333333%;
	}
	.col-sp-6 {
		width: 50%;
	}
	.col-sp-5 {
		width: 41.66666667%;
	}
	.col-sp-4 {
		width: 33.33333333%;
	}
	.col-sp-3 {
		width: 25%;
	}
	.col-sp-2 {
		width: 16.66666667%;
	}
	.col-sp-1 {
		width: 8.33333333%;
	}
	.col-sp-pull-12 {
		right: 100%;
	}
	.col-sp-pull-11 {
		right: 91.66666667%;
	}
	.col-sp-pull-10 {
		right: 83.33333333%;
	}
	.col-sp-pull-9 {
		right: 75%;
	}
	.col-sp-pull-8 {
		right: 66.66666667%;
	}
	.col-sp-pull-7 {
		right: 58.33333333%;
	}
	.col-sp-pull-6 {
		right: 50%;
	}
	.col-sp-pull-5 {
		right: 41.66666667%;
	}
	.col-sp-pull-4 {
		right: 33.33333333%;
	}
	.col-sp-pull-3 {
		right: 25%;
	}
	.col-sp-pull-2 {
		right: 16.66666667%;
	}
	.col-sp-pull-1 {
		right: 8.33333333%;
	}
	.col-sp-pull-0 {
		right: auto;
	}
	.col-sp-push-12 {
		left: 100%;
	}
	.col-sp-push-11 {
		left: 91.66666667%;
	}
	.col-sp-push-10 {
		left: 83.33333333%;
	}
	.col-sp-push-9 {
		left: 75%;
	}
	.col-sp-push-8 {
		left: 66.66666667%;
	}
	.col-sp-push-7 {
		left: 58.33333333%;
	}
	.col-sp-push-6 {
		left: 50%;
	}
	.col-sp-push-5 {
		left: 41.66666667%;
	}
	.col-sp-push-4 {
		left: 33.33333333%;
	}
	.col-sp-push-3 {
		left: 25%;
	}
	.col-sp-push-2 {
		left: 16.66666667%;
	}
	.col-sp-push-1 {
		left: 8.33333333%;
	}
	.col-sp-push-0 {
		left: auto;
	}
	.col-sp-offset-12 {
		margin-left: 100%;
	}
	.col-sp-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sp-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sp-offset-9 {
		margin-left: 75%;
	}
	.col-sp-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sp-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sp-offset-6 {
		margin-left: 50%;
	}
	.col-sp-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sp-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sp-offset-3 {
		margin-left: 25%;
	}
	.col-sp-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sp-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sp-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 576px) {
	.col-ls-1, .col-ls-2, .col-ls-3, .col-ls-4, .col-ls-5, .col-ls-6, .col-ls-7, .col-ls-8, .col-ls-9, .col-ls-10, .col-ls-11, .col-ls-12 {
		float: left;
	}
	.col-ls-12 {
		width: 100%;
	}
	.col-ls-11 {
		width: 91.66666667%;
	}
	.col-ls-10 {
		width: 83.33333333%;
	}
	.col-ls-9 {
		width: 75%;
	}
	.col-ls-8 {
		width: 66.66666667%;
	}
	.col-ls-7 {
		width: 58.33333333%;
	}
	.col-ls-6 {
		width: 50%;
	}
	.col-ls-5 {
		width: 41.66666667%;
	}
	.col-ls-4 {
		width: 33.33333333%;
	}
	.col-ls-3 {
		width: 25%;
	}
	.col-ls-2 {
		width: 16.66666667%;
	}
	.col-ls-1 {
		width: 8.33333333%;
	}
	.col-ls-pull-12 {
		right: 100%;
	}
	.col-ls-pull-11 {
		right: 91.66666667%;
	}
	.col-ls-pull-10 {
		right: 83.33333333%;
	}
	.col-ls-pull-9 {
		right: 75%;
	}
	.col-ls-pull-8 {
		right: 66.66666667%;
	}
	.col-ls-pull-7 {
		right: 58.33333333%;
	}
	.col-ls-pull-6 {
		right: 50%;
	}
	.col-ls-pull-5 {
		right: 41.66666667%;
	}
	.col-ls-pull-4 {
		right: 33.33333333%;
	}
	.col-ls-pull-3 {
		right: 25%;
	}
	.col-ls-pull-2 {
		right: 16.66666667%;
	}
	.col-ls-pull-1 {
		right: 8.33333333%;
	}
	.col-ls-pull-0 {
		right: auto;
	}
	.col-ls-push-12 {
		left: 100%;
	}
	.col-ls-push-11 {
		left: 91.66666667%;
	}
	.col-ls-push-10 {
		left: 83.33333333%;
	}
	.col-ls-push-9 {
		left: 75%;
	}
	.col-ls-push-8 {
		left: 66.66666667%;
	}
	.col-ls-push-7 {
		left: 58.33333333%;
	}
	.col-ls-push-6 {
		left: 50%;
	}
	.col-ls-push-5 {
		left: 41.66666667%;
	}
	.col-ls-push-4 {
		left: 33.33333333%;
	}
	.col-ls-push-3 {
		left: 25%;
	}
	.col-ls-push-2 {
		left: 16.66666667%;
	}
	.col-ls-push-1 {
		left: 8.33333333%;
	}
	.col-ls-push-0 {
		left: auto;
	}
	.col-ls-offset-12 {
		margin-left: 100%;
	}
	.col-ls-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-ls-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-ls-offset-9 {
		margin-left: 75%;
	}
	.col-ls-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-ls-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-ls-offset-6 {
		margin-left: 50%;
	}
	.col-ls-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-ls-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-ls-offset-3 {
		margin-left: 25%;
	}
	.col-ls-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-ls-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-ls-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.col-tl-1, .col-tl-2, .col-tl-3, .col-tl-4, .col-tl-5, .col-tl-6, .col-tl-7, .col-tl-8, .col-tl-9, .col-tl-10, .col-tl-11, .col-tl-12 {
		float: left;
	}
	.col-tl-12 {
		width: 100%;
	}
	.col-tl-11 {
		width: 91.66666667%;
	}
	.col-tl-10 {
		width: 83.33333333%;
	}
	.col-tl-9 {
		width: 75%;
	}
	.col-tl-8 {
		width: 66.66666667%;
	}
	.col-tl-7 {
		width: 58.33333333%;
	}
	.col-tl-6 {
		width: 50%;
	}
	.col-tl-5 {
		width: 41.66666667%;
	}
	.col-tl-4 {
		width: 33.33333333%;
	}
	.col-tl-3 {
		width: 25%;
	}
	.col-tl-2 {
		width: 16.66666667%;
	}
	.col-tl-1 {
		width: 8.33333333%;
	}
	.col-tl-pull-12 {
		right: 100%;
	}
	.col-tl-pull-11 {
		right: 91.66666667%;
	}
	.col-tl-pull-10 {
		right: 83.33333333%;
	}
	.col-tl-pull-9 {
		right: 75%;
	}
	.col-tl-pull-8 {
		right: 66.66666667%;
	}
	.col-tl-pull-7 {
		right: 58.33333333%;
	}
	.col-tl-pull-6 {
		right: 50%;
	}
	.col-tl-pull-5 {
		right: 41.66666667%;
	}
	.col-tl-pull-4 {
		right: 33.33333333%;
	}
	.col-tl-pull-3 {
		right: 25%;
	}
	.col-tl-pull-2 {
		right: 16.66666667%;
	}
	.col-tl-pull-1 {
		right: 8.33333333%;
	}
	.col-tl-pull-0 {
		right: auto;
	}
	.col-tl-push-12 {
		left: 100%;
	}
	.col-tl-push-11 {
		left: 91.66666667%;
	}
	.col-tl-push-10 {
		left: 83.33333333%;
	}
	.col-tl-push-9 {
		left: 75%;
	}
	.col-tl-push-8 {
		left: 66.66666667%;
	}
	.col-tl-push-7 {
		left: 58.33333333%;
	}
	.col-tl-push-6 {
		left: 50%;
	}
	.col-tl-push-5 {
		left: 41.66666667%;
	}
	.col-tl-push-4 {
		left: 33.33333333%;
	}
	.col-tl-push-3 {
		left: 25%;
	}
	.col-tl-push-2 {
		left: 16.66666667%;
	}
	.col-tl-push-1 {
		left: 8.33333333%;
	}
	.col-tl-push-0 {
		left: auto;
	}
	.col-tl-offset-12 {
		margin-left: 100%;
	}
	.col-tl-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-tl-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-tl-offset-9 {
		margin-left: 75%;
	}
	.col-tl-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-tl-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-tl-offset-6 {
		margin-left: 50%;
	}
	.col-tl-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-tl-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-tl-offset-3 {
		margin-left: 25%;
	}
	.col-tl-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-tl-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-tl-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
		float: left;
	}
	.col-pc-12 {
		width: 100%;
	}
	.col-pc-11 {
		width: 91.66666667%;
	}
	.col-pc-10 {
		width: 83.33333333%;
	}
	.col-pc-9 {
		width: 75%;
	}
	.col-pc-8 {
		width: 66.66666667%;
	}
	.col-pc-7 {
		width: 58.33333333%;
	}
	.col-pc-6 {
		width: 50%;
	}
	.col-pc-5 {
		width: 41.66666667%;
	}
	.col-pc-4 {
		width: 33.33333333%;
	}
	.col-pc-3 {
		width: 25%;
	}
	.col-pc-2 {
		width: 16.66666667%;
	}
	.col-pc-1 {
		width: 8.33333333%;
	}
	.col-pc-pull-12 {
		right: 100%;
	}
	.col-pc-pull-11 {
		right: 91.66666667%;
	}
	.col-pc-pull-10 {
		right: 83.33333333%;
	}
	.col-pc-pull-9 {
		right: 75%;
	}
	.col-pc-pull-8 {
		right: 66.66666667%;
	}
	.col-pc-pull-7 {
		right: 58.33333333%;
	}
	.col-pc-pull-6 {
		right: 50%;
	}
	.col-pc-pull-5 {
		right: 41.66666667%;
	}
	.col-pc-pull-4 {
		right: 33.33333333%;
	}
	.col-pc-pull-3 {
		right: 25%;
	}
	.col-pc-pull-2 {
		right: 16.66666667%;
	}
	.col-pc-pull-1 {
		right: 8.33333333%;
	}
	.col-pc-pull-0 {
		right: auto;
	}
	.col-pc-push-12 {
		left: 100%;
	}
	.col-pc-push-11 {
		left: 91.66666667%;
	}
	.col-pc-push-10 {
		left: 83.33333333%;
	}
	.col-pc-push-9 {
		left: 75%;
	}
	.col-pc-push-8 {
		left: 66.66666667%;
	}
	.col-pc-push-7 {
		left: 58.33333333%;
	}
	.col-pc-push-6 {
		left: 50%;
	}
	.col-pc-push-5 {
		left: 41.66666667%;
	}
	.col-pc-push-4 {
		left: 33.33333333%;
	}
	.col-pc-push-3 {
		left: 25%;
	}
	.col-pc-push-2 {
		left: 16.66666667%;
	}
	.col-pc-push-1 {
		left: 8.33333333%;
	}
	.col-pc-push-0 {
		left: auto;
	}
	.col-pc-offset-12 {
		margin-left: 100%;
	}
	.col-pc-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-pc-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-pc-offset-9 {
		margin-left: 75%;
	}
	.col-pc-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-pc-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-pc-offset-6 {
		margin-left: 50%;
	}
	.col-pc-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-pc-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-pc-offset-3 {
		margin-left: 25%;
	}
	.col-pc-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-pc-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-pc-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-ws-1, .col-ws-2, .col-ws-3, .col-ws-4, .col-ws-5, .col-ws-6, .col-ws-7, .col-ws-8, .col-ws-9, .col-ws-10, .col-ws-11, .col-ws-12 {
		float: left;
	}
	.col-ws-12 {
		width: 100%;
	}
	.col-ws-11 {
		width: 91.66666667%;
	}
	.col-ws-10 {
		width: 83.33333333%;
	}
	.col-ws-9 {
		width: 75%;
	}
	.col-ws-8 {
		width: 66.66666667%;
	}
	.col-ws-7 {
		width: 58.33333333%;
	}
	.col-ws-6 {
		width: 50%;
	}
	.col-ws-5 {
		width: 41.66666667%;
	}
	.col-ws-4 {
		width: 33.33333333%;
	}
	.col-ws-3 {
		width: 25%;
	}
	.col-ws-2 {
		width: 16.66666667%;
	}
	.col-ws-1 {
		width: 8.33333333%;
	}
	.col-ws-pull-12 {
		right: 100%;
	}
	.col-ws-pull-11 {
		right: 91.66666667%;
	}
	.col-ws-pull-10 {
		right: 83.33333333%;
	}
	.col-ws-pull-9 {
		right: 75%;
	}
	.col-ws-pull-8 {
		right: 66.66666667%;
	}
	.col-ws-pull-7 {
		right: 58.33333333%;
	}
	.col-ws-pull-6 {
		right: 50%;
	}
	.col-ws-pull-5 {
		right: 41.66666667%;
	}
	.col-ws-pull-4 {
		right: 33.33333333%;
	}
	.col-ws-pull-3 {
		right: 25%;
	}
	.col-ws-pull-2 {
		right: 16.66666667%;
	}
	.col-ws-pull-1 {
		right: 8.33333333%;
	}
	.col-ws-pull-0 {
		right: auto;
	}
	.col-ws-push-12 {
		left: 100%;
	}
	.col-ws-push-11 {
		left: 91.66666667%;
	}
	.col-ws-push-10 {
		left: 83.33333333%;
	}
	.col-ws-push-9 {
		left: 75%;
	}
	.col-ws-push-8 {
		left: 66.66666667%;
	}
	.col-ws-push-7 {
		left: 58.33333333%;
	}
	.col-ws-push-6 {
		left: 50%;
	}
	.col-ws-push-5 {
		left: 41.66666667%;
	}
	.col-ws-push-4 {
		left: 33.33333333%;
	}
	.col-ws-push-3 {
		left: 25%;
	}
	.col-ws-push-2 {
		left: 16.66666667%;
	}
	.col-ws-push-1 {
		left: 8.33333333%;
	}
	.col-ws-push-0 {
		left: auto;
	}
	.col-ws-offset-12 {
		margin-left: 100%;
	}
	.col-ws-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-ws-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-ws-offset-9 {
		margin-left: 75%;
	}
	.col-ws-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-ws-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-ws-offset-6 {
		margin-left: 50%;
	}
	.col-ws-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-ws-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-ws-offset-3 {
		margin-left: 25%;
	}
	.col-ws-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-ws-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-ws-offset-0 {
		margin-left: 0;
	}
}
.sr-only {
/*	position: absolute; */
	text-decoration: none;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/*****************************************
******************************************/
@media (min-width: 0) {
	.hidden-ip {
		display: none !important;
	}
}
@media (min-width: 375px) {
	.hidden-sp {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.hidden-tl {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.hidden-pc {
		display: none !important;
	}
}
/*****************************************
******************************************/
@media (min-width: 375px) {
	.visible-sp {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.visible-tl {
		display: block !important;
	}
}
@media (min-width: 992px) {
	.visible-pc {
		display: block !important;
	}
}
/*****************************************
******************************************/
.flex {
/* 	display: block; */ 
	align-items: center;
}
.flex-even {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flex-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flex-right {
	display: flex;
	justify-content: flex-end;
}
@media (min-width: 375px) {
	.flex-left-sp {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
@media (min-width: 576px) {
	.flex {
		display: block;
	}
	.flex-left-tl {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
@media (min-width: 992px) {
	.flex {
		display: flex;
	}
}
/*****************************************
******************************************/
.text-small {
	font-size: .78em;
}
/*****************************************
******************************************/
.mgt-5 {
	margin-top: 5px;
}
.mgt-10 {
	margin-top: 10px;
}
.mgt-15 {
	margin-top: 15px;
}
.mgt-20 {
	margin-top: 20px;
}
.mgt-25 {
	margin-top: 25px;
}
.mgt-40 {
	margin-top: 40px;
}
.mgt-50 {
	margin-top: 50px;
}
.mgb-10 {
	margin-bottom: 10px;
}
.mgb-20 {
	margin-bottom: 20px;
}
/*****************************************
******************************************/
.pdt-10 {
	padding-top: 10px;
}
.pdt-20 {
	padding-top: 20px;
}
.pdt-40 {
	padding-top: 40px;
}
.pdb-20 {
	padding-bottom: 20px;
}
.pdb-40 {
	padding-bottom: 40px;
}
/*****************************************
******************************************/
.ul-normal {
	list-style: none;
}
/*****************************************
******************************************/
.dl dt {
	padding: 14px 0 4px 0;
}
.dl dd a {
	padding: 6px 0 14px 0;
}
.dl a {
	display: block;
	color: #2d2d2d;
	text-decoration: none;
}
.dl a:hover,
.dl a:focus {
	text-decoration: underline;
}
.dl-line dd,
.dl-lineborder dd {
	position: relative;
}
.dl-lineborder dd {
	border-bottom: 1px dotted #a2b9c0;
}
.dl-line a::before,
.dl-lineborder a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
@media (min-width: 576px) {
	.dl dt,
	.dl dd a {
		padding: 8px 0;
	}
	.dl-line dt,
	.dl-lineborder dt {
		clear: left;
		float: left;
		width: 280px;
	}
}

.f-s-n {
	font-size: 100%;
}

.f-s-l {
	font-size: 110%;
}

.f-s-x {
	font-size: 120%;
}

