@charset "UTF-8"; 
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.title{
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	color: #0067a6;
}

p{
	line-height: 1.5em;
}
.top-text{
	line-height: 1.5em;
}
.img-responsive {
    width: 100%;
}
.container {
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
.visible-mobile {
    display: none;
}
.ttl-head{
	margin: 0 0 5px;
}
.subtitle {
    color: #666464;
    margin-left: 20px;
    font-size: 14px;
}
.subtitle2 {
    color: #FF0000;
    margin-left: 20px;
    font-size: 14px;
}
.catch-copy {
    color: #f01b1f;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 700;
		margin: 20px 0;
}
.fundo {
    background-color: #e6e7e8;
    width: 1000px;
    position: relative;
}
.fundo .text-top {
    text-align: center;
    color: #007dc5;
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0 5px;
    margin: 0 auto;
    width: 80%;
    border-bottom: 1px solid #007dc5;
}
.fundo .text-bottom {
    margin: 10px 10px 0;
    text-align: center;
    color: #007dc5;
    padding: 5px 0 15px;
    font-size: 22px;
    font-weight: 700;
}
.fundo .circle {
    position: absolute;
    right: 50px;
    top: -15px;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    background-color: #ed1c24;
}
.fundo .circle .text-circle {
    color: #fff;
    text-align: center;
    background-position: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 25px;
	line-height: 1.25em;
}
.product-container {
    overflow: hidden;
    margin: 20px 0 50px;
}
.product-container .image-container {
    min-height: 390px;
    width: 500px;
    padding: 10px;
    border: 1px solid #cccccd;
    margin-left: 30px;
    float: left;
}
.product-container .details {
    position: relative;
    text-align: center;
    width: 365px;
    height: 430px;
    float: left;
    padding: 0 20px;
    margin-left: 20px;
}
.product-container .details .middle-outter {
    display: table;
    height: 100%;
    width: 100%;
}
.product-container .details .middle-outter .middle-inner {
    display: table-cell;
    vertical-align: middle;
}
.product-container .details .bottom {
    position: absolute;
    bottom: 0;
}
.product-container .details .button-wrapper {
    overflow: hidden;
}
.product-container .details .button-wrapper .button-container {
    display: inline-block;
    width: 48%;
    /*float: left;*/
}
/*.product-container .details .button-wrapper .button-container:last-of-type {
    float: right;
}*/
.product-container .details .button {
    text-align: center;
    color: #656668;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    width: 100%;
}
.product-container .details .button-container button {
		-webkit-transition: all .3s;
		transition: all .3s;
		cursor: pointer;
}
.product-container .details .button-container button:hover {
	opacity: .6;
}
.product-container .details .button.outlined {
    border: 1px solid #656668;
    padding: 5px 0;
}
.product-container .details .button.turquoise {
    color: #fff;
    background-color: #00b490;
}
.product-container .details .button.orange {
    color: #fff;
    background-color: #f15a22;
}

.product-container .details .button.red {
    color: #fff;
    background-color: #D23838;
	font-size: 18pt;
	margin-bottom: 50px;
}

.contact-ls {
    overflow: hidden;
    margin: 20px 0 50px;
}

.contact-ls .details-ls {
    position: relative;
    text-align: center;

    float: center;
    padding: 0 20px;
    margin-left: 20px;
}
.contact-ls .details-ls .middle-outter-ls {
    display: table;
    height: 100%;
    width: 100%;
}

.contact-ls .details-ls .bottom-ls {
    position: absolute;
    bottom: 0;
}
.contact-ls .details-ls .button-wrapper-ls {
    overflow: hidden;
}
.contact-ls .details-ls .button-wrapper-ls .button-container-ls {
    margin: 3px;
	display: inline-block;
    width: 70%;
    /*float: left;*/
}
/*.product-container .details .button-wrapper .button-container:last-of-type {
    float: right;
}*/
.contact-ls .details-ls .button-ls {
    text-align: center;
    color: #656668;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    width: 100%;
}
.contact-ls .details-ls .button-container-ls button {
		-webkit-transition: all .3s;
		transition: all .3s;
		cursor: pointer;
}
.contact-ls .details-ls .button-container-ls button:hover {
	opacity: .6;
}

.contact-ls .details-ls .button-ls.turquoise-ls {
    color: #fff;
    background-color: #00b490;
}

.contact-ls .details-ls .button-ls.orange-ls {
    color: #fff;
    background-color: #f15a22;
}

.h2-wrapper {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2395d4;
}
.h2-wrapper h2 {
    padding: 3px 0 1px 18px;
    border-left: 5px solid #0067a6;
    margin: 0;
    color: #656668;
    word-break: break-all;
}
.img-text-section {
    margin: 10px auto;
}
.img-text-section a {
    text-decoration: none;
}
.download-button {
    width: 180px;
}
.content-wrapper {
    overflow: hidden;
    margin-top: 20px;
}
.content-wrapper .content-left {
    margin-right: 20px;
    width: 400px;
    float: left;
}
.content-wrapper .content-right {
    width: 580px;
    float: left;
}
.content-wrapper .content-right h2 {
	margin-top: 0;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 100;
    overflow-y: auto;
		line-height: 1.5;
}
.modal .modal-final-text {
    color: #fff;
    text-align: left;
    margin: 0 auto 80px 30px;
    font-size: 35px;
}
.modal .window {
		position: relative;
    margin: 60px auto;
		padding-bottom: 20px;
    width: 600px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.modal .window .top-window {
    width: auto;
	padding: 20px 10px;
    background: #d2ecfa;
    color: #006fbb;
    font-size: 40px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.modal .window .modal-initial-text {
    margin-top: 30px;
		padding: 0 10px;
    color: #666464;
}
.modal .window .modal-blue-text {
    margin-top: 30px;
		padding: 0 10px;
    color: #006fbb;
    font-size: 18px;
}
.modal .window .button-modal {
    margin: 20px auto 0;
}
.modal .window .button-modal a {
    padding: 10px 0;
    width: 100px;
    display: inline-block;
    margin: 0 15px;
    border-radius: 3px;
    color: #666464;
    border: 1px solid #666464;
		cursor: pointer;
		-webkit-transition: all .3s;
		transition: all .3s;
}
.modal .window .button-modal a:hover {
    background-color: #666464;
    color: #fff;
}
.modal .window .js-modal-close {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 10px;
		line-height: 1;
		cursor: pointer;
}
.modal .window .js-modal-close:before {
		content: "\f055";
		display: block;
		margin-bottom: 2px;
		font-family: FontAwesome;
		font-size: 24px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
.modal .window .js-modal-close:hover {
		opacity: .8;
}



@media screen and (max-width:640px) {
    .container {
        width: auto;
        padding: 0 10px;
    }
    .modal .window {
        width: 90%;
			height: auto;
    }
	.modal .window .top-window{
		width: auto;
		height: auto;
		padding: 20px 10px;
		font-size: 24px;
		line-height:normal;
	}
    .modal .window .modal-initial-text {
				margin-top: 10px;
        padding: 0 10px;
			font-size: 14px;
    }
    .modal .window .modal-blue-text {
			margin-top: 20px;
        padding: 0 10px;
    }
	.modal .window .button-modal{
		margin-top: 20px;
	}
    .visible-mobile {
        display: inline-block;
    }
    section p {
    }
    .heading {
        margin: 20px 0;
    }
    .product-container .image-container {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        min-height: auto;
    }
    .product-container .details {
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
			padding: 0;
    }
	.product-container .details .button{
		font-size: 14px;
	}
    .product-container .details .bottom {
        position: relative;
        margin-top: 20px;
    }
		.product-container .details .button.outlined {
			display: block;
			width: auto;
	}
	

    .contact-ls .details-ls {
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
			padding: 0;
    }
	.contact-ls .details-ls .button-ls{
		font-size: 22px;
	}
    .contact-ls .details-ls .bottom {
        position: relative;
        margin-top: 20px;
    }
	
	.contact-ls .details-ls .button-wrapper-ls .button-container-ls {
    display: inline-block;
    width: 100%;
    /*float: left;*/
	}
    .h2-wrapper {
        margin-top: 50px;
    }
    .content-wrapper .content-left {
        width: 100%;
    }
    .content-wrapper .content-right {
        width: 100%;
    }
    p {
				font-size: 14px;
        text-align: justify;
    }
		.title{
			margin: 0;
			padding-bottom: 10px;
			font-size: 18px;
			line-height: 1.25;
		}
		.catch-copy{
				margin: 10px 0;
				padding: 0;
				font-size: 16px;
		}
		.subtitle {
				display: block;
				margin-top: 5px;
				margin-left: 0;
				font-size: 12px;
				text-align: right;
		}
		.subtitle2 {
				display: block;
				margin-top: 5px;
				margin-left: 0;
				font-size: 12px;
				text-align: right;
		}
}
.page-contact {
    margin-bottom: 80px;
}
.page-contact .text-detail {
    margin-bottom: 40px;
	line-height: 1.5;
}
.page-contact .subparagraph {
    color: #E83820;
    text-align: center;
}
.page-contact a {
    text-decoration: underline;
}
.page-contact a:hover {
    text-decoration: none;
}
.page-contact .pc-contact table {
    width: 100%;
	border-collapse: collapse;
    table-layout: fixed;
}
.page-contact .pc-contact table thead th{
	background: #F1F1F1;
}
.page-contact .pc-contact table thead th:nth-child(1){
	width: 132px;
}
.page-contact .pc-contact table thead th:nth-child(2){
	width: 440px;
}
.page-contact .pc-contact table thead th:nth-child(3){
	width: 185px;
}
.page-contact .pc-contact table thead th:nth-child(4){
	width: 158px;
}
.page-contact .pc-contact table tr th {
    padding: 10px;
}
.page-contact .pc-contact table tr td {
    padding: 25px 10px;
}
.page-contact .pc-contact table tr td,
.page-contact .pc-contact table tr th {
    border: 1px solid #CCC;
    text-align: center;
}
.page-contact .pc-contact table tr td.telephone {
    font-weight: 700;
    text-align: center;
}
.page-contact .pc-contact table tr .contact-title {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
    border-bottom-width: 3px;
	border-bottom-style: solid ;
	font-weight: bold;
}
.page-contact .pc-contact table tr .contact-subtitle {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.page-contact .pc-contact table tr .border-blue {
    border-color: #004f99;
}
.page-contact .pc-contact table tr .border-green {
    border-color: #43b149;
}
.page-contact .pc-contact table tr .border-orange {
    border-color: #f08300;
}
.page-contact .pc-contact table tr .border-gray {
    border-color: #656668;
}
.page-contact .pc-contact table tr .border-gold {
    border-color: #eab700;
}
.page-contact .pc-contact table tr.overlay-link {
	cursor: pointer;
}
.page-contact .pc-contact table tr.overlay-link:after {
    opacity: 0;
    display: inline-block;
    content: "お問い合わせはこちら";
    padding: 5px 20px;
    margin-top: 18px;
    margin-left: -500px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.page-contact .pc-contact table tr.overlay-link:after {
    opacity: 0;
    display: inline-block;
    content: "お問い合わせはこちら";
    padding: 5px 20px;
    margin-top: 18px;
    margin-left: -500px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.page-contact .pc-contact table tr.overlay-link:hover:after {
	opacity: 1;
}
.page-contact .pc-contact table tr.overlay-link:hover .bg-blue {
    color: rgba(0,0,0,.4);
	border-color: #339cff;
    background-color: #339cff;
}
.page-contact .pc-contact table tr.overlay-link:hover .bg-green {
    color: rgba(0,0,0,.4);
	border-color: #88d28c;
    background-color: #88d28c;
}
.page-contact .pc-contact table tr.overlay-link:hover .bg-orange {
    color: rgba(0,0,0,.4);
	border-color: #ffb357;
    background-color: #ffb357;
}
.page-contact .pc-contact table tr.overlay-link:hover .bg-gray {
    color: rgba(0,0,0,.4);
	border-color: #b2b3b4;
    background-color: #b2b3b4;
}
.page-contact .pc-contact table tr.overlay-link:hover .bg-gold {
    color: rgba(0,0,0,.4);
	border-color: #eab700;
    background-color: #eab700;
}
.page-contact .sp-contact {
    display: none;
}
.page-contact .bg-blue-2 {
	background: #E6EEF5;
}
.page-contact .bg-green-2 {
	background: #ECF7ED;
}
.page-contact .bg-orange-2 {
	background: #FEF3E6;
}
.page-contact .bg-gray-2 {
	background: #F5F5F5;
}
.page-contact .bg-gold-2 {
	background: #F9EFCA;
}
.page-contact .link-all{
	display: block;
}


@media screen and (max-width:640px) {
    .page-contact .pc-contact {
        display: none;
    }
    .page-contact .sp-contact {
        display: block;
    }
	.page-contact .text-detail {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.page-contact .subparagraph {
		font-size: 14px;
		text-align: left;
	}
    .page-contact .sp-contact table {
        width: 100%;
        text-align: left;
		border: 1px solid #CCC;
		border-collapse: collapse;
		font-size: 14px;
    }
    .page-contact .sp-contact table tr td,
    .page-contact .sp-contact table tr th {
        padding: 5px 10px;
        border: 0;
		line-height: 1.25;
    }
    .page-contact .sp-contact table tr th {
		position: relative;
    }
	.page-contact .sp-contact table tr .contact-title {
		display: block;
		font-weight: bold;
		font-size: 16px;
	}
	.page-contact .sp-contact table tr .contact-subtitle {
		display: block;
		position: absolute;
		z-index: 1;
		right: 10px;
		bottom: 0;
		font-weight: normal;
		font-size: 24px;
		line-height: 1;
		color: rgba(255, 255, 255, .8);
	}
    .page-contact .sp-contact table tr.bg-blue {
		background: #E6EEF5;
        font-weight: 700;
    }
    .page-contact .sp-contact table tr.bg-green {
		background: #ECF7ED;
        font-weight: 700;
    }
    .page-contact .sp-contact table tr.bg-orange {
        background-color: #FEF3E6;
        font-weight: 700;
    }
    .page-contact .sp-contact table tr.bg-gray {
        background-color: #F5F5F5;
        font-weight: 700;
    }
    .page-contact .sp-contact table tr.bg-gold {
        background-color: #F9EFCA;
        font-weight: 700;
        border-bottom: 0;
    }
    .page-contact .sp-contact table tr th {
		padding: 15px 10px;
		font-size: 16px;
    }
	 .page-contact .sp-contact table tr td.sp-category{
		padding-top: 10px;
	}
    .page-contact .sp-contact table tr td.telephone {
    }
    .page-contact .sp-contact table tr td.telephone-link a {
        text-decoration: none;
    }
	 .page-contact .sp-contact table tr td.sp-category:before{
		 content: "カテゴリ:";
	}
	 .page-contact .sp-contact table tr td.sp-post:before{
		 content: "担当部署:";
	}
	 .page-contact .sp-contact table tr td.telephone:before{
		 content: "\f095";
		 padding-right: 5px;
		 font-family: FontAwesome;
	}
    .page-contact .sp-contact table tr td.button {
        padding: 10px;
		border-bottom: 1px solid #CCC;
    }
    .page-contact .sp-contact table tr td.button a {
        text-decoration: none;
        display: block;
        width: 70%;
		margin: 0 auto;
		text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 10px;
		color: #FFF;
    }
    .page-contact .sp-contact table tr td.button a.blue {
        background-color: #004F99;
    }
    .page-contact .sp-contact table tr td.button a.green {
        background-color: #43B149;
    }
    .page-contact .sp-contact table tr td.button a.orange {
        background-color: #F08300;
    }
    .page-contact .sp-contact table tr td.button a.gray {
        background-color: #999;
    }
    .page-contact .sp-contact table tr td.button a.gold {
        background-color: #EAB700;
    }
}
.page-home section.top-section {
    padding: 0;
}
.page-home .top-text {
    background: url("../../../lifescience/img/grid-top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 80px;
    text-align: center;
    font-size: 20px;
    color: #005a9e;
	margin-top: 40px;
	font-weight: normal;
	line-height: 1.75;
}
.page-home .item {
    width: 450px;
    padding: 0 23px;
    border-right: 1px solid #8c8d8e;
    min-height: 611px;
    float: left;
}
.page-home .item:last-of-type {
    border: 0;
}
.page-home .item img {
    width: 100%;
}
.page-home .item .item-heading {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 20px;
}
.page-home .item .item-heading .item-title {
    text-align: center;
    font-size: 18px;
    color: #005a9e;
    font-weight: 700;
	margin: 10px 0;
}
.page-home .item .item-heading .item-description {
    min-height: 100px;
	margin: 0;
	font-size: 14px;
}
.page-home .item ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.page-home .item ul li {
	margin-bottom: 2px;
	line-height: 1.5em;
	font-size: 14px;
}
.page-home .item ul li a {
    color: #666464;
    text-decoration: underline;
		display: block;
		padding: 2px 0;
}
.page-home .item ul li a:hover {
    color: #ea5504;
    text-decoration: none;
}
.page-home .item ul li a .fa {
    display: none;
}
.page-home .item ul li a span.label-new {
    font-size: 8px;
    background-color: red;
    padding: 2px 4px;
    text-decoration: none!important;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
		position: relative;
		top: -2px;
		line-height: 1.5em;
}
.page-home .item ul li a span.label-blue {
    background-color: #007DF2;
}
.page-home #bannerArea {
    width: 500px;
		margin-left: 20px; 
}
@media screen and (max-width:640px) {
    .page-home .top-text {
        padding-bottom: 40px;
			margin-top: 20px;
			font-size: 16px;
			line-height: 1.5;
			text-align: justify;
    }
    .page-home .top-text br {
        display: none;
    }
    .page-home .item {
        width: 100%;
        padding: 0;
        border: 0;
        min-height: auto;
    }
    .page-home .item img {
        float: left;
        width: 40%;
        margin-right: 10px;
    }
    .page-home .item .item-heading {
        margin: 0;
    }
    .page-home .item .item-heading .item-title {
        text-align: left;
			margin-top: 0;
    }
    .page-home .item .item-heading .item-description {
        min-height: auto;
    }
    .page-home .item ul {
        margin: 0 0 40px;
    }
    .page-home .item ul li:first-of-type a {
        border: 0;
    }
    .page-home .item ul li {
			margin-bottom: 0;
			position: relative;
    }
    .page-home .item ul li a {
        padding: 15px 10px;
        border-top: 1px solid #eee;
        display: block;
    }
    .page-home .item ul li a .fa {
        display: block;
			position: absolute;
			top: -2px;
			right: 5px;
			bottom: 0;
			width: 14px;
			height: 14px;
			margin: auto;
    }
		.page-home #bannerArea {
				width: 100%;
				margin: 10px 0 0;
		}
}
.page-p3 p {
    font-size: 15px;
}
.page-p3 p.subparagraph {
    color: #98999b;
}
.page-p3 .img-text-section {
    width: 900px;
}
.page-p3 table tr td:first-of-type {
    padding-right: 10px;
    width: 60px;
}
@media screen and (max-width:640px) {
    .page-p3 .img-text-section {
        width: 100%;
    }
}
.page-p4{
	margin-top: 80px;
}
.page-p4 .heading2{
	margin-top: 80px;
}
.page-p4 .img-text-section {
    text-align: center;
    padding: 20px 0;
}
.page-p4 .img-text-section img {
		display: inline-block;
    margin: 0 10px;
}
.page-p4 .img-text-section img.full-width-mobile {
		width: 600px;
}
.page-p4 .img-text-section img.max-width-mobile {
		width: 900px;
}
.page-p4 .img-text-section img.quarter-width-mobile {
		width: 300px;
}
.page-p4 .product-list {
	line-height: 1.5;
}
.page-p4 .product-list li {
	margin-bottom: 15px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.page-p4 .product-list li:before {
	content: "●";
	padding-right: 5px;
}
.pdf-driver{
	margin-bottom: 40px;
	text-align: center;
}
.pdf-driver li{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	padding: 0 5px;
}
.pdf-driver li a{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pdf-driver li a:hover{
	opacity: .6;
}
.pdf-driver li img{
	border-radius: 10px;
}
.pdf-driver-ttl{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.25em;
	color: #666464;
}


@media screen and (max-width:640px) {
		.page-p4{
				margin-top: 20px;
		}
		.page-p4 .heading2{
			margin-top: 40px;
		}
		.page-p4 .img-text-section {
				padding: 0;
		}
    .page-p4 .img-text-section img.full-width-mobile {
        width: 80%;
        margin: 5px auto;
    }
	    .page-p4 .img-text-section img.max-width-mobile {
        width: 80%;
        margin: 5px auto;
    }
    .page-p4 .img-text-section img.quarter-width-mobile {
        width: 47%;
        margin: 5px 1%;
    }
		.page-p4 .product-list {
			font-size: 14px;
			text-align: justify;
		}
		.page-p4 .product-list li {
			margin-bottom: 10px;
			padding-left: 0;
			text-indent: 0;
		}
		.pdf-driver{
			margin-bottom: 0;
		}
		.pdf-driver li{
			width: 40%;
			padding: 0;
		}
		.page-p4 p br {
			display: none;
		}

}
.page-p5 .oval-blue-container .oval-blue-item {
    width: 20%;
    float: left;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.page-p5 .top-text {
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 40px;
}
.page-p5 .top-text .initial-top-text {
    color: #98999b;
}
.page-p5 .top-text .title {
    text-align: center;
}
.page-p5 .top-title-container {
    text-align: center;
    margin: 40px auto 80px;
}
.page-p5 .top-title-container h2 {
	font-weight: normal;
	margin: 0;
    font-size: 30px;
    position: relative;
    display: inline-block;
	background: #FFF;
}
.page-p5 .top-title-container h2:before {
    position: absolute;
    left: -20px;
    top: -20px;
	content: "";
	background: url("../../../lifescience/img/sturgeon/top-title-left.png") left top no-repeat;
	width: 37px;
	height: 37px;
}
.page-p5 .top-title-container h2:after {
    position: absolute;
    right: -20px;
    bottom: -20px;
	content: "";
	background: url("../../../lifescience/img/sturgeon/top-title-right.png") right bottom no-repeat;
	width: 37px;
	height: 37px;
}
.page-p5 .first {
    color: #0067a6;
    font-size: 40px;
    text-align: left;
    margin-left: 180px;
}
.page-p5 h2,
.page-p5 p {
    color: #656668;
}
.page-p5 ul {
    padding: 0;
}
.page-p5 ul li {
    color: #0067a6;
    border-top: 1px solid #cccccd;
    padding: 5px 10px;
    width: 60%;
    list-style: none;
}
.page-p5 ul li:first-of-type {
    border: 0;
}
.page-p5 hr {
    margin: 30px 0;
}
.page-p5 .content-wrapper {
    overflow: hidden;
}
.page-p5 .content-wrapper .content-left {
    margin-right: 20px;
    width: 500px;
    float: left;
}
.page-p5 .content-wrapper .content-right {
    width: 480px;
    float: left;
}
.page-p5 .button-right {
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    background-color: #2395d4;
    float: right;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.page-p5 .button-right:hover {
	opacity: .6;
}
.page-p5 .second-final-img {
    margin-top: 20px;
}
.page-p5 .hoverable {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.page-p5 .hoverable:hover {
    opacity: 0.6;
}
.page-p5 .content-wrapper .content-right ul li {
	padding: 10px 0;
}
@media screen and (max-width:640px) {
    .page-p5 .top-text br {
        display: none;
    }
    .page-p5 .top-title-container {
        margin: 20px 0 40px;
    }
    .page-p5 .top-title-container h2 {
        font-size: 20px;
        padding: 0 10px;
			line-height: 1.25em;
    }
    .page-p5 .top-title-container h2:before {
        left: 0;
        top: -20px;
			width: 19px;
			height: 19px;
    }
    .page-p5 .top-title-container h2:after {
        right: 0;
        bottom: -20px;
			width: 19px;
			height: 19px;
    }
    .page-p5 .fundo {
        width: 100%;
        text-align: center;
    }
		.fundo .text-top {
				font-size: 20px;
		}
		.fundo .text-bottom {
				font-size: 14px;
			line-height: 1.25em;
		}
    .page-p5 .fundo .circle {
        margin-bottom: 20px;
        top: -50px;
        right: -45px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
    }
    .page-p5 .oval-blue-container {
        overflow: hidden;
        text-align: center;
    }
    .page-p5 .oval-blue-container .oval-blue-item {
        width: 50%;
        margin: 0 auto;
        overflow: hidden;
    }
    .page-p5 .oval-blue-container .oval-blue-item:nth-child(even) {
        margin-top: 70px;
        margin-bottom: -70px;
    }
    .page-p5 p {
        text-align: justify;
			line-height: 1.5em;
    }
    .page-p5 .button-right {
        margin: 20px auto 0;
    }
    .page-p5 .content-wrapper .content-left {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .page-p5 .content-wrapper .content-right {
        width: 100%;
    }
    .page-p5 .content-wrapper .content-right ul li {
        width: 100%;
    }
}

.page-p10 .comments{
	margin: 20px 0 0;
	font-weight: bold;
	text-align: right;
}
.page-p10 .fundo {
	margin: 80px 0 40px;
}
.page-p10 .top-text {
    padding-bottom: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 25px;
}
.page-p10 p {
	margin: 0 0 20px;
    font-size: 14px;
	line-height: 1.75;
}
.page-p10 p strong{
	font-size: 14px;
}
.page-p10 p.no-margin {
    margin: 0;
}
.page-p10 h3.heading3 {
    margin: 20px 0 5px;
}
.page-p10 h3.heading3:first-child {
    margin: 0 0 5px;
}
.page-p10 .fixed-width-100 {
    width: 100px;
}
.page-p10 .content-wrapper {
    overflow: hidden;
}
.page-p10 .content-wrapper .content-left {
    width: 30%;
    padding: 0 20px;
}
.page-p10 .content-wrapper .content-right .heading2 {
	margin-top: 40px;
}
.page-p10 .content-wrapper .content-right .heading2:first-of-type {
	margin-top: 0;
}
.page-p10 .content-wrapper .content-right p {
    font-size: 14px;
}
.page-p10 .content-wrapper .content-part-img {
    width: 150px;
    float: left;
    margin: 0 20px 0 5px;
}
.page-p10 .content-wrapper .content-part-text {
    width: 500px;
    float: left;
	margin-right: 50px;
    margin-left: 20px;
}
.page-p10 .content-wrapper .content-part-text p:first-of-type {
	margin-top: 5px;
	font-size: 16px;
}
.page-p10 .content-wrapper .content-two-thirds {
    width: 825px;
}
.page-p10 .content-wrapper .content-corner {
    text-align: right;
    margin-top: 0;
}
.page-p10 .content-wrapper .content-part-button {
    text-align: center;
    width: 200px;
    margin: 70px 0 0 20px;
    float: left;
}
.page-p10 .content-wrapper .button {
	display: inline-block;
    font-size: 16px;
    padding: 10px;
	border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #2395d4;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.page-p10 .content-wrapper .button:hover {
	opacity: .6;
}
.page-p10 .all-border {
    margin-top: 40px;
    border: 1px solid #656668;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 4px;
}
.page-p10 .all-border .text-border {
    margin-left: 40px;
}
.page-p10 .all-border .text-border i {
    margin-top: 5px;
    color: #0067a6;
}
@media screen and (max-width:640px) {
	.page-p10 .comments{
		margin: 10px 10px 0;
		font-size: 10px;
	}
	.page-p10 p {
		line-height: 1.5;
	}
    .page-p10 .top-text {
		text-align: justify;
    }
    .page-p10 .top-text br {
        display: none;
    }
    .page-p10 .fundo {
        width: 100%;
        text-align: center;
        margin: 40px 0 20px;
    }
	.page-p10 .content-wrapper {
		border-bottom: 1px solid #999;
	}
    .page-p10 .content-wrapper.with-right-image .content-part-img {
        text-align: center;
    }
    .page-p10 .content-wrapper .content-left {
		float: none;
        margin: 0 auto;
        width: 60%;
        margin-bottom: 20px;
    }
    .page-p10 .content-wrapper .content-right {
		float: none;
        width: auto;
        text-align: justify;
        margin: 0 auto;
    }
    .page-p10 .content-wrapper .content-part-img {
		float: none;
        width: 60%;
        margin: 0 auto;
    }
    .page-p10 .content-wrapper .content-part-button {
        width: 60%;
        margin: 0 auto;
    }
    .page-p10 .content-wrapper .content-part-text {
		float: none;
        text-align: justify;
        width: auto;
        margin: 0 auto;
    }
    .page-p10 .content-wrapper .content-two-thirds {
		float: none;
        text-align: justify;
        width: auto;
        margin: 0 auto;
    }
    .page-p10 .content-wrapper .content-two-thirds .heading3 {
		margin: 10px 0 5px;
    }
    .page-p10 .content-wrapper .content-two-thirds p {
		margin: 5px 0 20px;
    }
	.page-p10 .content-wrapper .content-corner {
		text-align: center;
		margin: 0 0 20px;
	}
	.page-p10 .content-wrapper .content-corner a {
		margin: 5px 0;
	}
}

.page-zen .initial-border {
    border-top: 1px solid #656668;
    border-bottom: 1px solid #656668;
}
.page-zen .initial-border .part-border {
    text-align: center;
    color: #fff;
    width: 30%;
    font-size: 20px;
    font-weight: 700;
    background-color: #cccccd;
    padding: 10px 0;
    border-right: 1px solid #656668;
}
.page-zen .final-border {
    border-top: 1px solid #656668;
    border-bottom: 1px solid #656668;
    text-align: center;
    background-color: #cccccd;
    padding: 15px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-zen .img-top {
    margin-top: 50px;
    text-align: center;
}
.page-zen .img-top img {
    width: 350px;
}
.page-zen .img-top2 img {
    width: 800px;
}
.page-zen .top-text {
    margin-top: 25px;
    color: #656668;
    text-align: center;
}
.page-zen .top-text2 {
	font-size: 20px;
	font-family: リュウミン B-KL;
}
.page-zen .content-wrapper {
    margin-top: 40px;
    overflow: hidden;
}
.page-zen .content-wrapper .content-left {
    width: 35%;
}
.page-zen .content-wrapper .content-right .h3-wrapper {
    margin-top: 30px;
    border-bottom: 1px solid #656668;
}
.page-zen .content-wrapper .content-right .h3-wrapper h3 {
    padding: 3px 0 0 18px;
    border-left: 5px solid #0067a6;
    margin-left: 20px;
    word-break: break-all;
}
.page-zen .row {
    overflow: hidden;
    border-bottom: 1px solid #231815;
    padding: 0 20px;
}
.page-zen .row:last-of-type {
    border-bottom: 0;
}
.page-zen .row .column {
    overflow: hidden;
    padding: 20px;
    float: left;
}
.page-zen .row .column a {
    text-decoration: none;
    color: #666464;
	display: block;
}
.page-zen .row .column a:hover {
    opacity: 0.6;
    color: #ea5504;
    text-decoration: none;
}
.page-zen .row .column img {
    width: 100px;
    margin-right: 20px;
    float: left;
}
.page-zen .row .column .contents {
    float: left;
    width: 160px;
    font-size: 12px;
}
.page-zen .row .column .contents .label-new {
    background-color: red;
    text-decoration: none!important;
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 12px;
		padding: 5px;
		text-align: center;
}
.page-zen .row .column .contents p:first-child {
    margin-top: 35px;
}
.page-zen .row .column .contents .blue-text {
    color: #0067a6;
    text-decoration: underline;
}
.page-zen .row .column .contents .color-red-text {
    color: #f01b1f;
}
.page-zen .content-wrapper .content-right{
	float: right;
	width: 620px;
}
.page-zen .content-wrapper .content-right .heading2:nth-of-type(n+2){
	margin-top: 40px;
}
.page-zen .ichiranBtn{
	text-align: center;
}

@media screen and (max-width:640px) {
	.page-zen .img-top {
		margin-top: 20px;
	}
	.page-zen .img-top img {
		width: 60%;
	}
	.page-zen .img-top2 img {
		width: 100%;
	}
    .page-zen .top-text {
		text-align: justify;
    }
    .page-zen .top-text br {
        display: none;
    }
    .page-zen .initial-border {
        width: 100%;
    }
    .page-zen .final-border {
        width: 100%;
    }
    .page-zen .img-top {
		float: none;
        width: 100%;
		margin: 0 auto;
    }
    .page-zen .content-wrapper .content-left {
		float: none;
        width: 60%;
		margin: 0 auto;
    }
    .page-zen .row {
        border-bottom: 0;
        padding: 0;
    }
    .page-zen .row .column {
        padding: 0;
        margin-bottom: 20px;
    }
    .page-zen .row .column img {
        width: 30%;
        padding: 0;
    }
	.page-zen .row .column .contents p:first-child {
		margin-top: 0;
	}
    .page-zen .row .column .contents {
        float: left;
        width: 60%;
        margin-left: 10px;
    }
	.page-zen .content-wrapper .content-right{
		float: none;
		width: auto;
	}
	.page-zen .content-wrapper .content-right .heading2{
		margin-top: 40px;
	}
}
.page-sakura .initial-border {
    border-top: 1px solid #656668;
    border-bottom: 1px solid #656668;
}
.page-sakura .initial-border .part-border {
    text-align: center;
    color: #fff;
    width: 30%;
    font-size: 20px;
    font-weight: 700;
    background-color: #cccccd;
    padding: 10px 0;
}
.page-sakura .top-text {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.page-sakura .img-description {
    text-align: center;
    font-size: 13px;
}
.page-sakura .container-wrapper {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
}
.page-sakura .container-wrapper .container-text {
    width: 65%;
    font-size: 15px;
}
.page-sakura .container-wrapper .container-text p:first-of-type {
    color: #e51d72;
}
.page-sakura .container-wrapper .container-img {
    width: 100%;
    float: right;
    margin-top: -250px;
}
.page-sakura .row {
    overflow: visible;
    margin-bottom: 10px;
}
.page-sakura .row .column {
    margin: 15px 19px;
    padding: 3px;
    width: 200px;
    background-color: #eb6d80;
    border-radius: 5px;
    float: left;
    position: relative;
}
.page-sakura .row .column .flower-img {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 73px;
    height: 70px;
    background-image: url("../../../csr/stp/thanks/img/flower.png");
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 73px;
    color: #666666;
}
.page-sakura .row .column img {
    width: 100%;
    border-radius: 5px;
}
.page-sakura .row .column.link:hover {
    opacity: .8;
}
.page-sakura .row .column .text-column {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 5px;
    min-height: 27px;
}
.page-sakura .row .column .text-column .text-subtitle {
    font-size: 8px;
    text-align: center;
    font-weight: 700;
}
.page-sakura .row .column .text-column .text-title {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}
.page-sakura .row .column .text-column .only-title {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    height: 27px;
}
.page-sakura .row .column .location-marker {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    padding: 1px 10px;
    background-color: #0095C9;
    font-size: 24px;
    color: #ffffff;
}
@media screen and (max-width:640px) {
    .page-sakura .initial-border {
        width: 100%;
    }
    .page-sakura .img-description {
        width: 100%;
    }
    .page-sakura .container-wrapper .container-text {
        width: 100%;
    }
    .page-sakura .container-wrapper .container-img {
        margin-top: 0;
    }
    .page-sakura .row .column {
        width: auto;
        margin: 5px 0;
			display: table;
    }
    .page-sakura .row .column .text-column {
      display: table-cell;
			width: 100%;
			padding-left: 10px;
			vertical-align: middle;
			text-align: left !important;
    }
    .page-sakura .row .column .text-column .only-title {
        font-size: 16px;
			text-align: left;
			height: auto;
    }
    .page-sakura .row .column .text-column .text-title {
        font-size: 16px;
			text-align: left;
    }
    .page-sakura .row .column .text-column .text-subtitle {
        font-size: 12px;
			text-align: left;
    }
		.page-sakura .row .column img {
			display: table-cell;
				width: 120px;
				border-radius: 5px;
		}
		.page-sakura .row .column .flower-img {
				position: absolute;
				top: 0;
				left: 0px;
				width: 24px;
				height: 24px;
				background-image: url("../../../csr/stp/thanks/img/flower.png");
			background-size: 24px 24px;
				text-align: center;
				font-size: 10px;
				font-weight: 700;
				line-height: 24px;
		}
		.page-sakura .top-text {
				margin: 20px 0;
				font-size: 16px;
			text-align: justify;
		}
		.page-sakura .top-text br {
			display: none;
		}
		.page-sakura .container-wrapper{
			margin-top: 20px;
		}
}
/*# sourceMappingURL=index.css.map */
