@charset "utf-8";
body {
	background-color: #ffffff;
	margin-top: 80px;
}

  footer {
    padding: 40px 0;
    color: #eee;
    background-color: #333;
}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
 
.jumbotron {
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.9);
}

.jumbotron.special {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #fec4d8;
	background-image: url("../img/top.png");
	background-repeat: no-repeat;
	background-position: 135% center;
	-webkit-background-size: 70% 70%;
	background-size: 70%;
}

.jumbotron.special_ja {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #fec4d8;
	background-image: url("../img/top_jakushi.png");
	background-repeat: no-repeat;
	background-position: 120% center;
	-webkit-background-size: 70% 70%;
	background-size: 70%;
}

.jumbotron.special_product {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #fff;
	background-image: url("../img/top_product.png");
	background-repeat: no-repeat;
	background-position: 120% center;
	-webkit-background-size: 70% 70%;
	background-size: 70%;
}

.jumbotron.special_corp {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #fff;
	background-image: url("../img/top_corp.png");
	background-repeat: no-repeat;
	background-position: 120% center;
	-webkit-background-size: 60% 60%;
	background-size: 60%;
}

.jumbotron.special_link {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #fff;
	background-image: url("../img/top_link.png");
	background-repeat: no-repeat;
	background-position: 110% center;
	-webkit-background-size: 60% 60%;
	background-size: 60%;
}

.jumbotron.special_faq {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #feefd6;
	background-image: url("../img/top_faq.png");
	background-repeat: no-repeat;
	background-position: 100% 30%;
	-webkit-background-size: 60% 60%;
	background-size: 60%;
}

.jumbotron.special_hospital {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #ccf2f2;
	background-image: url("../img/top_hospital.png");
	background-repeat: no-repeat;
	background-position: 110% center;
	-webkit-background-size: 70% 70%;
	background-size: 70%;
}

.jumbotron.special_library {
	position: relative;
	/* [disabled]min-height: 530px; */
	margin-bottom: 0;
	overflow: hidden;
	background-color: #ccf2f2;
	background-image: url("../img/top_library.png");
	background-repeat: no-repeat;
	background-position: 150% center;
	-webkit-background-size: 70% 70%;
	background-size: 70%;
}

section.section {
	padding: 100px 0;
}
section.section.section-default {
	background-color: #f9f9f9;
}
section.section.section-inverse {
	background-color: white;
}
section.section-black {
	padding: 10px 0;
    color: #eee;
    background-color: #333;
}

.point .point-box {
	text-align: center;
}
.point .point-box .point-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 60px;
	line-height: 100px;
	color: #fff;
	border-radius: 50%;
}
.point .point-box .point-circle.product {
	background-color: #00bdbd;
}
.point .point-box .point-circle.jakushi {
	background-color: #a5df44;
}
.point .point-box .point-circle.hospital {
	background-color: #9973e7;
}
.point .point-box .point-circle.king {
	background-color: #fff;
}

.point .point-box .point-circle.anime:hover {
	transition: 1.0s;
	　-moz-transition: 1.0s;
	　-webkit-transition: 1.0s;
	/* 変化後の色 */
	background: #ff64b1;
	/* 回転させる */
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.fa-product:before {
	content: url("../img/icon1.png");
}
.fa-jakushi:before {
	content: url("../img/icon2.png");
}
.fa-hospital:before {
	content: url("../img/icon3.png");
}
.fa-king:before {
	content: url("../img/king.png");
}

section.section .subtitle {
	margin-bottom: 22px;
	text-align: center;
}
.orderbar-nav>li>a {
    padding-top: 7.25px;
    padding-bottom: 7.25px;
    margin-top: 21.75px;
    margin-bottom: 21.75px;
    border-radius: 4px;
}

.nav2 {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav2:after, .nav2:before {
	display: table;
	content: " "
}
.nav2:after {
	clear: both
}
.nav2>li {
	position: relative;
	display: block
}
.na2v>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav2>li>a:focus, .nav2>li>a:hover {
	text-decoration: none;
	background-color: #9973e7;
	border-color: #9973e7;
}
.nav2>li.disabled>a {
	color: #777
}
.nav2>li.disabled>a:focus, .nav2>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav2 .open>a, .nav2 .open>a:focus, .nav2 .open>a:hover {
	background-color: #eee;
	border-color: #ff64b1
}
.nav2 .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav2>li>a>img {
	max-width: none
}

.btn-order {
    color: #fff;
    background-color: #a683b0;
    border-color: #a27dac;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.btn-order.focus, .btn-order:focus, .btn-order:hover {
	color: #fff;
	background-color: #a683b0;
    border-color: #a27dac;
	text-decoration: none
}

.product_img{
    width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.img_title{
	width:100%;
	text-align: center;
}

.col1{
    width:50%;
}

.col2{
    width:50%;
}

.col4{
    width:40%;
}

.col6{
    width:60%;
}


.mark1{
	color:#ff64b1;
}
.mark2{
	color:#7495f6;
}

video{
	margin-top: 11px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 6px solid #f3d4df;
}

.text-indent-1em{
	text-indent:1em;
}


@media screen and (max-width: 639px) {
#banner {
	min-height: 300px;
	border-bottom: none;
}
.bs-docs-section {
	margin-top: 8em;
}
.bs-component {
	position: relative;
}
.bs-component .modal {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 1;
	display: block;
}
.bs-component .modal-dialog {
	width: 90%;
}
.bs-component .popover {
	position: relative;
	display: inline-block;
	width: 220px;
	margin: 20px;
}
.nav-tabs {
	margin-bottom: 15px;
}
.progress {
	margin-bottom: 10px;
}
section.section {
    padding: 30px 0;
}
}