@charset "UTF-8";
/*-----Reset---------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display:block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
.cF:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
a {
	transition: all 0.4s ease;
}
a:hover {
	opacity: 0.8;
}
/*------Reset END-----*/
/*----Layout Type-------*/
@media screen and (max-width: 640px) {
#top > .inn {
	display: flex;
	flex-wrap: wrap;
}
#top #navi-page {
	order: 1;
	display: block;
	width: 100%;
}
#top .mainImg {
	order: 2;
}
#top #mu_navi {
	order: 3;
}
#top header {
	order: 4;
}
}
@media screen and (min-width: 641px) {
#top > .inn {
	display: flex;
	flex-wrap: wrap;
}
#top #navi-page {
	order: 3;
	display: block;
	width: 100%;
}
#top .mainImg {
	order: 2;
}
#top #mu_navi {
	order: 1;
}
#top header {
	order: 4;
}
#mid #base_content {
	float: right;
}
#mid #link-box {
	float: left;
}
#top #mu_navi {
}
}
/*----Layout Type END---*/
/*----Width Type-------*/


/*----Width Type END---*/
/*----------------------------------------------------------------------------------------------------------------------
******Common******
----------------------------------------------------------------------------------------------------------------------*/
.social-btn {
	margin-bottom: 10px;;
}
.social-btn p {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.social-btn p div {
	display: inline;
	width: 90px;
}
.social-btn p a{
	margin-right: 10px;
}
/*----Design SP--------------------------------------------------------------*/
#navi-page a {
	color:#444 !important;
}
@media screen and (max-width: 640px) {
body {
	width:100%;
	font-size: 100%;
}
.all-wrapper {
	width: 100%;
}
.inn {
	width: 100%;
	margin:0 auto;
}
header a {
	text-decoration: underline; ;
}
#top a {
	color: #217AC0;
}
#mid #base_stream a {
	color: #217AC0;
}
#mid #link-box a {
	color: #faff3b;
}
footer a {
	color: #ffffff;
}
header {
	width: 100%;
}
header .inn {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #ccc;
	justify-content: space-between;
	padding: 10px 5px;
	width: 100%;
}
header #header_trunk {
}
header .inn:before {
	content:"";
	float: left;
	display:block;
	width: 30vw;
	height: 16vw;
	background: url('../img/biyoclinick0creature-bg01.png') no-repeat center #fff;
	background-size: 100%;
}
header h1 {
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: normal;
}
header #lead-header-sub  p {
	font-size: 14px;
	margin-bottom: 2px;
}
#top {
	position: relative;
}
.btn_hamburger {
    position: absolute;
    top: 1vw;
    right: 10px;
    background: #668ad8;
    padding: 8px;
    border-radius: 6px;
    height: 34px;
    width: 37px;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 17px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 100%;
}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    background-color: #dce02e;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    height: 1px;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}
.btn_hamburger span:nth-of-type(2) {
	top: 8px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dce02e;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}
#top #navi-page {
	padding: 15px 10px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
}
#top #navi-page ul li {
display: inline-block;
}
#top nav {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	background: #484839;
	top: 80px;
}
#top nav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#top #mu_navi ul {
}
#top #mu_navi ul li {
	float: none;
	text-align: left;
	border-bottom: solid 1px #fff;
	padding: 10px 15px;
}
#top .mainImg {
	width: 100%;
	background: url('../img/biyoclinick0creature-header01.jpg') no-repeat center;
	background-size: 100%;
	height: 50vw;
}
#mid {
	margin-bottom: 10px;
	font-size: 14px;
}
#mid .inn {
	background: #fff;
}

#mid #base_content {
	width: 100%;
	padding: 20px;
	line-height: 1.5;
	float: none;
	background: #f8f8f8;
}
#mid #base_content h2 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	background: #668ad8;
	color: #fff;
	border-bottom: solid 2px #faff3b;
}
#mid #base_content #base_stream .content_box,
#mid #base_content #base_stream .content_box1,
#mid #base_content #base_stream .content_box2 {
	margin-bottom: 50px;
}
#mid #link-box {
	width: 100%;
	padding: 0;
	background: #bbb;
	float: none;
	margin: 0 auto;
}
#mid #link-box h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px 0;
	border-left: solid 5px #dce02e;
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
}
#mid #link-box .sub1,
#mid #link-box .sub2 {
	margin-bottom: 50px;
}
#mid #link-box ul {
	border-bottom: solid 1px #fff;
}
#mid #link-box ul li {
	color: #faff3b;
	padding-left: 5vw;
	padding: 20px;
	border-top: solid 1px #fff;
	position: relative;
}
#mid #link-box ul li:after {
	content: ">>";
	display: block;
	position: absolute;
	right: 5vw;
	top: 50%;
	line-height: 0;
}
#mid #link-box ul li a {
	text-decoration: none;
	display: block;
	margin: 5px 0;
}
.last-p {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 77%;
	width: 100%;
}
.last-p a {
	background: #484839;
	text-decoration: none;
	color: #f5f952;
	text-align: center;
	display: block;
	width: 100%;
	padding: 20px 0;
}
.last-p a:hover {
	text-decoration: none;
	opacity: 1;
}
footer {
	padding: 20px;
	text-align: center;
	font-size: 14px;
	background: #668ad8;
	color: #fff;
	margin-bottom: 52px;
}
#sitemap #base_stream ul li {
	margin-bottom: 20px;
}
#sitemap #base_stream ul li a {

}
}
/*----Design SP- END--------------------------------------------------------------*/

/*----Design PC--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
.sp {
	display: none;
}
.all-wrapper {
	width: 100%;
	margin: 20px 0;
}
.inn {
	width: 1050px;
	margin:0 auto;
}
header a {
	text-decoration: underline; ;
}
#top nav a {
	color: #FFF;
	background: #668ad8;
	text-decoration: none;
	display: block;
	padding: 0.35em 0.7em 0.2em;
	position: relative;
	font-size: 12px;
}
#top nav a:before{
    content: '';
    position: absolute;
    z-index: -2;
    height: 10px;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
 	top: calc(100% - 2px);
    left: 0;
    background: linear-gradient(-135deg, #668ad8 4px, transparent 0) 0 4px, linear-gradient(135deg, #668ad8 4px, #fff 0) 0 4px;
    background-color: #668ad8;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    transition: .2s;
}
#top nav a:hover:before {
    background-size: 13px 10px;
}
#mid #base_stream a {
	color: #217AC0;
}
#mid #link-box a {
	color: #faff3b;
	text-decoration: none;
	display: block;
	margin: 5px;;
}
footer a {
	color: #dce02e;
}
header {
	border-bottom: solid 1px #ccc;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	border: solid  1px #668ad8;;
}
header .inn {
	display: flex;
	align-items: center;
	background: #f9ffe0;
	width: 1030px;
	justify-content: space-between;
	border-radius: 20px;
}
header #header_trunk {
	padding-left: 10px;
}
header .inn:after {
	content:"";
	float: left;
	display:block;
	width: 17vw;
	height: 12vw;
	background: url('../img/biyoclinick0creature-bg01.png') no-repeat center #fff;
	background-size: 100%;
	border:dotted 1px #ccc;
	margin:10px;
}
header h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
header #lead-header-sub  p {
	margin-bottom: 10px;
}
#top #navi-page {
	padding: 10px;
	background: #668ad8;
	color: #fff;
}
#top #navi-page ul li {
display: inline-block;
}
#top #mu_navi {
	width: 100%;
	padding-bottom: 0;
	margin: 8px 0;;
}
#top #mu_navi ul {
	display: flex;
	justify-content: space-around;
}
#top #mu_navi ul li {
	width: 18%;
	text-align: center;
}
#top .mainImg {
	width: 100%;
	height: 450px;
	background: url('../img/biyoclinick0creature-header01.jpg') no-repeat center;
}
#mid {
	background: #f8f8f8;
}
#mid .inn {
	background: #fff;
}

#mid #base_content {
	width: 60%;
	padding: 20px;
	line-height: 1.5;
}
#mid #base_content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
#mid #base_content #base_stream .content_box,
#mid #base_content #base_stream .content_box1,
#mid #base_content #base_stream .content_box2 {
	margin-bottom: 50px;
}
#mid #link-box {
	width: 40%;
	padding: 30px;
	background: #c1c1af;
}
#mid #link-box h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 5px;
	border-left: solid 5px #faff3b;
	padding-left: 10px;
	border-bottom: solid 1px #ccc;;
}
#mid #link-box .sub1,
#mid #link-box .sub2 {
	margin-bottom: 50px;
}
#mid #link-box ul li {
	margin-bottom: 10px;
	color: #ffffff;
}
#mid #link-box ul li a:before {
	content: "▶";
	margin-right: 10px;
}
.last-p {
	position: fixed;
	bottom: 20px;
	right: 0;
	font-size: 77%;
}
.last-p a {
	background: #484839;
	text-decoration: none;
	color: #f5f952;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 50px 0 0 50px;
	box-shadow: 2px 2px 3px;
}
.btn_hamburger {
	display: none;
}
.last-p a:hover {
	text-decoration: none;
	background: #999;
	opacity: 1;
}
footer {
	padding: 20px;
	text-align: center;
	background: #668ad8;
	color: #dce02e;
}
#sitemap #base_stream ul li {
	margin-bottom: 20px;
}
#sitemap #base_stream ul li a {

}
}
/*----Design PC- END--------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------
******Common END ******
----------------------------------------------------------------------------------------------------------------------*/