@charset "UTF-8";
@media screen and (min-width: 768px){   
.pc { display: block; }
.sp { display: none !important; }
a:hover{
	opacity: 0.5;
}
.g-nav ul li a:hover, .ft-nav a:hover {
	opacity: inherit;
}
.g-nav ul li a:not(.bor):hover:before {
	bottom: 12px;
    opacity: 1;
}
}
@media screen and (max-width: 767px){   
.pc { display: none !important; }
.sp { display: block; }
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: 300;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-size: 14px;
}
a {
    transition: all 0.3s;
	color: #18aada;
	text-decoration: none;
}
span {
   display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
}
a.white-pdf:after {
	content: "";
	background: url("/ai/mizuno/common/img/icon-white-pdf.png") no-repeat;
	display: inline-block;
	width: 23px;
	min-width: 23px;
    height: 30px;
    vertical-align: middle;
    margin: 0 0 0 .2em;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-30{
	padding-bottom: 30px;
}
#contents{
    padding-top: 85px;
    background-image: linear-gradient(#eeedf4, #efdfe5, #e2eef5);
}
.container {
    width: 100%;
    height: 100%;
    max-width: 1020px;
    position: relative;
    margin: 0 auto;
	padding: 0 20px;
}
.contents-wrap{
    padding-bottom: 65px;
}
.mainarea{
    background: #fff;
    padding: 30px;
}
.mainarea2{
    text-align: center;
}
header {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 200;
}
header .container {
	max-width: 980px;
}
.header_logo {
    display: flex;
	width: calc(100% - 30px);
    height: 100%;
	align-items: center;
}
.header_logo img {
    width: 35px;
    height: 35px;
	margin-right: 8px;
}
.header_logo p {
	font-size: 15px;
	letter-spacing: .1em;
    line-height: 1.4em;
	color: #333;
	font-weight: 500;
}
.header_private {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 112px;
    height: 100%;
    font-size: 13px;
	font-weight: 500;
    top: 0;
    right: 0;
    background-color: #18a9da;
    color: #fff;
	letter-spacing: .2em;
}
.mainimg {
    width: 100%;
    height: 180px;
    background: url("/ai/mizuno/common/img/main_top.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.g-nav {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 20px;
}
.g-nav_wrap {
    width: 100%;
    height: 100%;
    max-width: 980px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.g-nav_wrap_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.g-nav ul li {
    display: block;
    position: relative;
    font-size: 13px;
    letter-spacing: .1em;
	font-weight: 500;
}
.g-nav ul li a {
	position: relative;
    display: block;
    padding: 18px 0;
}
.g-nav ul li a.bor:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 12px;
    display: inline-block;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #333;
}
.g-nav ul li a:not(.bor):before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 16px;
    display: inline-block;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #333;
	opacity: 0;
	transition: all .3s ease 0s;
}
.g-nav ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-left: 2px solid #f7d5e2;
    position: relative;
    color: #333;
}
.g-nav ul li:last-child span {
    border-right: 2px solid #f7d5e2;
}
h2 {
    display: flex;
    align-items: center;
    width: 8em;
    font-size: 18px;
    padding-bottom: 25px;
	margin-left: 30px;
}
h2:after {
    content: "";
    flex-grow: 1;
    margin: 0 0 0 .8em;
    height: 1px;
    background: #333;
	letter-spacing: .1em;
}
h5 {
	display: inline-block;
    font-size: 16px;
    border-bottom: 2px solid #f7d5e2;
    padding-bottom: 2px;
    margin-bottom: 16px;
}
ul.mainlist li {
    position: relative;
    margin: 0 0 16px 1.5em;
}
ul.mainlist li:after {
    display: block;
    content: '';
    position: absolute;
    top: .6em;
    left: -1.5em;
    width: 8px;
    height: 8px;
    background-color: #f7d5e2;
}
ul.mainlist li:last-child {
    margin-bottom: 0;
}
ul.mainlist li a {
	text-decoration: underline;
}
ul.mainlist li .date{
	display: block;
	font-weight: 500;
	letter-spacing: .1em;
}

ul.m_mainlist{
}
ul.m_mainlist li{
    position: relative;
    margin: 0 0 0px 0em;
	font-size:16px;
	font-weight:bold;
}
ul.sublist{
	padding-left: 22px;
	padding-bottom: 10px;
}
ul.sublist li{
    position: relative;
    margin: 0 0 0px 0em;
	font-size:14px;
}

.iframe{
	height: 500px;
	width: 100%;
	border-style: none;
}


.message-box {
	display: flex;
	border: 2px solid #eee;
    border-radius: 8px;
	font-weight: 500;
	overflow: hidden;
}
.message-box .inner_left {
	width: 64%;
	padding: 8px 30px;
}
.message-box .inner_right {
	flex-grow: 1;
	display:flex;
	justify-content: space-around;
	font-size: 12px;
}
.message-box .inner_right .btn.contact {
	width: 40%;
	padding: 10px;
	color: #333;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
}
.message-box .inner_right .btn.laboratory {
	width: 60%;
	padding: 10px;
	color: #fff;
	background: #18aada;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer{
	position: relative;
}
footer p.ft-ac {
    text-align: center;
    margin: 20px;
    letter-spacing: .1em;
	font-weight: 500;
}
#page_top{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 45px;
	top: -45px;
	background: #18a9da;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	content: "";
    color: #fff;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
footer p.ft-cr {
	font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: .1em;
}
footer .ft-contents{
	color: #fff;
	background: #18a9da;
}
.ft-nav {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.ft-nav_wrap {
    width: 100%;
    height: 100%;
    max-width: 980px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 40px 0 20px;
}
.ft-nav a{
}
.ft-nav p{
    display: block;
    position: relative;
    font-size: 13px;
    letter-spacing: .1em;
}
.ft-nav span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ft-nav a span{
	padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}
.ft-nav p{
	padding-left: 30px;
}
.ft-nav p img{
    vertical-align:top;
    margin-top: 5px;
}
/*----------------------------------------------------
	phone - tablet <= 767px
----------------------------------------------------*/
@media (max-width: 767px) {
body.nav_open {
    height: 100%;
    overflow: hidden;
}
#contents {
    padding-top: 50px;
}
.g-nav {
    transition: all .5s;
    overflow-y: auto;
    padding: 70px 0 0 0;
    width: 250px;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -280px;
    background-color: #fff;
    position: fixed;
}
.nav_btn {
    width: 60px;
    height: 60px;
    z-index: 300;
    top: 0;
    right: 0;
    background: #18aada;
    cursor: pointer;
    position: fixed;
}
.hamburger_line {
    transition: all .5s;
    width: 28px;
    height: 1px;
    left: 16px;
    background-color: #fff;
    position: absolute;
}
.hamburger_line1 { top: 20px; }
.hamburger_line2 { top: 29px; }
.hamburger_line3 { top: 38px; }
.nav_bg {
    opacity: 0;
    transition: all .5s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
}
.nav_open .g-nav {
    right: 0;
}
.nav_open .nav_btn {
    background: #fff;
}
.nav_open .nav_bg {
    opacity: .6;
    visibility: visible;
}
.nav_open .hamburger_line{
    background: #333;
}
.nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 30px;
}
.nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
}
.nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 30px;
}
.g-nav_wrap_in {
    display: block;
}
.g-nav ul li span ,.g-nav ul li:last-child span{
    border: none;
}
.private {
    background: #18aada;
}
.g-nav ul li.private span {
    color: #fff;
}
.message-box {
	display: block;
}
.message-box .inner_left {
	width: 100%;
	padding: 15px 30px;
}
.message-box .inner_right {
	flex-grow: 1;
	display:flex;
	justify-content: space-around;
	font-size: 12px;
}
.message-box .inner_right .btn.contact {
	width: 50%;
}
.message-box .inner_right .btn.laboratory {
	width: 50%;
}
}
/*----------------------------------------------------
	phone <= 480px
----------------------------------------------------*/
@media (max-width: 480px) {
.container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
	padding: 0 3px;
}
.header_logo p {
    font-size: 13px;
	letter-spacing:0px
}
#page_top {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

ul.sublist{
	padding-left: 10px;
	padding-bottom: 10px;
}
ul.sublist li{
    position: relative;
    margin: 0 0 0px 0em;
	font-size:14px;
}

footer p.ft-ac {
    padding-top: 20px;
}
.ft-nav {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 10px;
    padding-left: 10px; 
}
.ft-nav p {
    padding-left: 0;
}
}

.tb1 {
}
.tb1 table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse:collapse;
	border-spacing:0;
}
.tb1 table td {
	border-top: 1px dotted #D9C8C8;
	border-right: 1px solid #D9C8C8;
	border-bottom: 1px dotted #D9C8C8;
	border-left: 1px solid #D9C8C8;
	vertical-align: middle;
	padding: 10px 10px;
}
.tb1 table .td1 {
    width: 15%;
}
.tb1 table .td2 {
    width: 35%;
}
.tb1 table .td3 {
    width: 15%;
}
.tb1 table .td4 {
    width: 35%;
}







