@charset "utf-8";

html {
	font-size: 15px;
}
@media screen and (min-width: 1100px) {
	html {
		font-size: 17px;
	}
}
html * {
	box-sizing: border-box;
}
body {
	margin: 5px;
	font-family: sans-serif;
}
a[href$=".pdf"]::after{
	margin-left: 5px;
	content: url(../images/PDF.png);
	position: relative;
	bottom: -3px;
}
a[target="_blank1"]::after{
	content: url(../images/link.png);
	margin-left: 5px;
	position: relative;
	bottom: -1px;
}
a[target="_video"]::after{
	content: url(../images/video.png);
	margin-left: 5px;
	position: relative;
	bottom: -5px;
}
@media screen and (min-width: 1100px) {
body {
	background: white;
	font-family: sans-serif;
}
.header-nav-wrapper{
	position:fixed;
	z-index: 10;
	left: 130px;
	top: 0;
	width: 80%;
	background: white;
}
.main-wrapper{
	position: absolute;
	z-index: 0;
	left: 130px;
	top: 70px;
	width: 80%;
}
}
@media screen and (min-width: 1400px) {
body {
	background: white;
	font-family: sans-serif;
}
.header-nav-wrapper{
	position:fixed;
	z-index: 10;
	left: 250px;
	top: 0;
	width: 70%;
	background: white;
}
.main-wrapper{
	position: absolute;
	z-index: 0;
	left: 250px;
	top: 70px;
	width: 70%;
}
}
@media screen and (min-width: 1800px) {
body {
	background: white;
	font-family: sans-serif;
	}
.header-nav-wrapper{
	position:fixed;
	z-index: 10;
	left: 400px;
	top: 0;
	width: 60%;
	background: white;
}
.main-wrapper{
	position: absolute;
	z-index: 0;
	left: 400px;
	top: 100px;
	width: 60%;
}
}
/* ヘッダー */
header {
	position: relative;
	background: white;
	box-shadow: 5px 0 0 3px rgba(0,0,0,0.1);
	z-index: 1;
}
.header-container {
	padding: 15px 5px 15px 5px;
}
.header-logo {
	margin: 0;
	width: 280px;
	height: 50px;
	background-image: url(../images/logo.png);
	background-size: 280px 50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header-container2 {
	padding: 60px 0px 0px 0px;
}
.header-container2 h2{
	font-size: 19px;
    border-bottom: 4px solid green;
}
@media screen and (max-width: 1100px) {
.header-nav-wrapper{
	position:fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	background: white;
}
.main-wrapper{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 10px;
	width: 100%;
}
}
@media screen and (min-width: 1100px) {
	/* ヘッダー */
	header {
	position: relative;
	background: white;
	box-shadow: 5px 0 0 5px rgba(0,0,0,0.1);
	z-index: 1;
}
	.header-container {
		padding: 20px 20px 10px 20px;
		height: 80px;
	}
	.header-logo {
		width: 500px;
		height: 50px;
		background-size: 350px 45x;
	}
	.header-container2 h2{
	font-size: 28px;
    border-bottom: 4px solid green;
}
}
.header-navbtn {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	width: 62px;
	height: 62px;
	background-image: url(../images/navbtn.png);
	background-size: 62px 62px;
}
.header-navbtn:hover, .header-navbtn:active {
	background-color: #8bb15a;
}
.header-navbtn:hover, .header-navbtn:active {
	background-color: #8bb15a;
}
.header-navbtn2 {
	display: block;
	position: absolute;
	top: 85px;
	right:10px;
	z-index: 1;
	width: 340px;
	height: 50px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 340px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	background: #EC407A;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -330px;
	height: 100%;
	width: 340px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left:0;
}
@media screen and (min-width: 1100px) {
	.header-navbtn {
		display: none;
	}
	.header-navbtn2 {
	display: block;
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 30;
	width: 390px;
	height: 50px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 380px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: #EC407A;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -370px;
	height: 100%;
	width: 380px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left:0;
}
}
/* ナビゲーション */
nav {
	font-size: 0.78rem;
	background: white;
}
@media screen and (min-width: 1100px) {
	nav {
		font-size: 1rem;
	}
}
.nav-container {
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 300px;
	background: forestgreen;
	box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
}
.globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.globalnav li a {
	display: block;
	padding: 15px 20px;
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 10px;
	border-bottom: 1px solid #dcdcdc;
	text-decoration: none;
	line-height: 100%;
	font: "meiryo";
	font-size: 15px;
	font-weight: 900;
	color: white;
	border-radius: 5px;
}
.globalnav li a:hover,
.globalnav li a.current {
	background: white;
	border-color: forestgreen;
	color: forestgreen;
}

@media screen and (min-width: 1100px) {
	.nav-container {
		position: relative;
		top: 0;
		left: 0;
		padding: 5px 5px 0px 5px;
		width: 100%;
		background: none;
		box-shadow: none;
	}
	.globalnav {
		overflow: hidden;
	}
	.globalnav li {
		float: left;
		width: 25%;
	}
	.globalnav li a {
		padding: 15px 0;
		background: forestgreen;
	    border-left-color: white;
		border-left-width: 1px;
		border-right: 1px solid ;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		text-align: center;
		font: "meiryo";
		font-size: 15px;
		font-weight: 500;
		color: white;		
		border-radius: 10px;
	}
	.globalnav li a:hover,
	.globalnav li a.current {
		border-bottom: 10px solid forestgreen;
		color: forestgreen;
	}
}
/* フッター */
footer { }
.footer-container {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: green;	
	color: white;
}
.copyright {
	margin: 0;
	text-align: center;
	font-size: 0.8rem;
	color: #ffffff;
}
/* メインコンテンツレイアウト部分 */
.main-contents { }
.main-contents-container {
	padding: 75px 20px 10px 20px;
	background: #ffffff;
}
.keyvisual {
	font-size: 0;
	padding: 0 0 30px 0;
}
.keyvisual img {
	width: 80%;
}
.blinking{ 
    -webkit-animation:blink 1.5s ease-in-out infinite alternate; 
    -moz-animation:blink 1.5s ease-in-out infinite alternate; 
    animation:blink 1.5s ease-in-out infinite alternate; 
} 
@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;}  
} 
@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
}
.contents{
	padding: 0;
}
.contents h1{
	font-size: 15px;
	padding: 5px 0px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 15px red;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/ 
}
.contents h2{
	font-size: 16px;
	padding: 5px 0px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 5px #d7d7d7;/*左線*/
    border-bottom: solid 3px green;/*下線*/ 
}
.contents h3{
	font-size: 16px;
	padding: 5px 0px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 5px #d7d7d7;/*左線*/
    border-bottom: solid 3px pink;/*下線*/ 
}
.contents h4{
	font-size: 16px;
	padding: 5px 0px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 5px #d7d7d7;/*左線*/
    border-bottom: solid 3px yellow;/*下線*/ 
}
.contents h5{
	font-size: 15px;
	padding: 5px 0px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 5px #d7d7d7;/*左線*/
    border-bottom: solid 3px green;/*下線*/ 
}
.p2{
    font-size: 15px;
	font-weight: bold;
	}
.p3{
    font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 0;
	}
.p4{
	font-size: 15px;
	padding: 0 0 0 15px;
	}
.p5{
	font-size: 15px;
	padding: 0 0 0 30px;
	}
.p6{
	font-size: 15px;
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted green;
	}
.p8{
	font-size: 16px;
	}
.p10{
    font-size: 11px;
	text-align: center;
	}
.p11{
    font-size: 15px;
	text-align: center;
    font-weight: bold;
	}
.box1{
	padding: 0px 10px 5px 10px;
	border: 1px green solid;
	border-radius: 10px;
}
.b-contents{
    display: inline-block;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.box2{
	background-color: #fff;	/* 背景色 */
	border: 1px solid #ccc; /* 線の太さ・種類・色 */
	box-shadow:1px 1px 6px 0px #ccc;
	-moz-box-shadow:1px 1px 6px 0px #ccc;
	-webkit-box-shadow:1px 1px 6px 0px #ccc;
	-o-box-shadow:1px 1px 6px 0px #ccc;
	margin: 10px 0px; /* 外側の余白 上下・左右 */
	padding: 25px 20px 5px 20px; /* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}
.box2:after{
	background-color: #ff4500; /* マステ部分の色1 */
	background-image: linear-gradient(45deg, #ff6347 25%, transparent 25%, transparent 75%, #ff6347 75%, #ff6347), linear-gradient(45deg, #ff6347 25%, transparent 25%, transparent 75%, #ff6347 75%, #ff6347); /* マステ部分の色2 */
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px;
	border-left: 2px dotted rgba(255,255,255,0.9);
	border-right: 2px dotted rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	content: '＜COVID-19移植患者症例登録のお願い＞';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	color: #fff;  /* マステ部分文字色 */
    font-size: 15px;
    font-weight: bold;
	text-align: center;
	position: absolute;
	top: -5px;
	left: -5px;
}
.box3{
	background-color: #fff;	/* 背景色 */
	border: 1px solid #ccc; /* 線の太さ・種類・色 */
	box-shadow:1px 1px 6px 0px #ccc;
	-moz-box-shadow:1px 1px 6px 0px #ccc;
	-webkit-box-shadow:1px 1px 6px 0px #ccc;
	-o-box-shadow:1px 1px 6px 0px #ccc;
	margin: 15px 0px; /* 外側の余白 上下・左右 */
	padding: 25px 20px 10px 20px; /* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}
.box3:after{
	background-color: #006400; /* マステ部分の色1 */
	background-image: linear-gradient(45deg, #008000 25%, transparent 25%, transparent 75%, #008000 75%, #008000), linear-gradient(45deg, #008000 25%, transparent 25%, transparent 75%, #008000 75%, #008000); /* マステ部分の色2 */
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px;
	border-left: 2px dotted rgba(255,255,255,0.9);
	border-right: 2px dotted rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	content: '＜COVID-19移植患者症例の報告＞';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	color: #fff;  /* マステ部分文字色 */
    font-size: 15px;
    font-weight: bold;
	text-align: center;
	position: absolute;
	top: -5px;
	left: -5px;
}
.box5 {
    position: relative;
    margin: 0 0 3em 0;
    padding: 50px 10px 7px;
    border: solid 2px crimson;
}
.box5 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 9px 9px;
    height: 40px;
    line-height: 30px;
    font-size: 15px;
    background: crimson;
    color: #ffffff;
    font-weight: bold;
}
.box5 p {
    font-size: 15px;
    font-weight: bold;
	padding: 0 0 0 10px;
}
.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}
.box27 {
    position: relative;
	width : 330px ;
	margin-left : auto;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px lightgray;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: lightgray;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.box30 {
    position: relative;
    margin: 2em 0;
    padding: 50px 10px 7px;
    border: solid 2px #FFC107;
}
.box30 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 9px 9px;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box30 p {
    margin: 0; 
    padding: 0;
    font-size: 15px;
}
.a-contents{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.a-contents li{
        flex: 0 0 24%;
    display: flex;
    flex-flow: column;    
    }
.btn {
	display: block;
	margin: auto 0px;
	padding: 5px;
	border-radius: 15px;
	background-color: darkorange;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
}
.btn:hover {
	background-color: lightsteelblue;
}
@media screen and (min-width: 1100px) {
.main-contents { }
.main-contents-container {
	padding: 10px 20px 10px 20px;
	background: #ffffff;
}
.keyvisual {
    text-align: center;
	font-size: 0;
	padding: 0px 0 10px 0;
}
.keyvisual img {
	width: 80%;
}
.contents h1{
	font-size: 21px;
	padding: 5px 0;
	background: #f4f4f4;/*背景色*/
    border-left: solid 15px red;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}
.contents h2{
	font-size: 21px;
	padding: 5px 10px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 3px #d7d7d7;/*左線*/
    border-bottom: solid 4px green;/*下線*/
}
.contents h3{
	font-size: 21px;
	padding: 5px 10px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 3px #d7d7d7;/*左線*/
    border-bottom: solid 4px pink;/*下線*/
}
.contents h4{
	font-size: 21px;
	padding: 5px 10px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 3px #d7d7d7;/*左線*/
    border-bottom: solid 4px yellow;/*下線*/
}
.contents h5{
	font-size: 17px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 5px #d7d7d7;/*左線*/
    border-bottom: solid 3px green;/*下線*/ 
}
.contents h6{
	font-size: 21px;
	padding: 5px 0;
	background: #f4f4f4;/*背景色*/
    border-left: solid 15px green;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}

.p2{
    font-size: 18px;
	padding: 0 0 0 10px;
	font-weight: bold;
	}
.p3{
    font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 30px;
	}
.p4{
	font-size: 18px;
	padding: 0 0 0 50px;
	}
.p5{
	font-size: 17px;
	padding: 0 0 0 70px;
	}
.p6{
	font-size: 17px;
	padding: 0 0 10px 70px;
	border-bottom: 1px dotted green;
	}
.p7{
    font-size: 21px;
	padding: 0 0 0 10px;
	font-weight: bold;
	}
.p8{
	font-size: 19px;
	}
.p9{
    font-size: 17px;
	padding: 0 0 0 30px;
	}
.p10{
    font-size: 18px;
	text-align: center;
	}
.p11{
    font-size: 20px;
	text-align: center;
    font-weight: bold;
	}
.link{
    overflow: hidden;		
	}
.box1{
    float: left;
	margin-right: 10px;
	padding: 0px 10px 5px 10px;
	width: 49%;
	border: 1px green solid;
	border-radius: 10px;
	}
.b-contents{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-contents li{
    flex: 0 0 49.8%;
    display: flex;
    flex-flow: column;
    border-radius: 5px;
}
.box2{
	background-color: #fff;	/* 背景色 */
	border: 1px solid #ccc; /* 線の太さ・種類・色 */
	box-shadow:1px 1px 6px 0px #ccc;
	-moz-box-shadow:1px 1px 6px 0px #ccc;
	-webkit-box-shadow:1px 1px 6px 0px #ccc;
	-o-box-shadow:1px 1px 6px 0px #ccc;
	margin: 10px 5px; /* 外側の余白 上下・左右 */
	padding: 30px 10px 5px 0px; /* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}
.box2:after{
	background-color: #ff4500; /* マステ部分の色1 */
	background-image: linear-gradient(45deg, #ff6347 25%, transparent 25%, transparent 75%, #ff6347 75%, #ff6347), linear-gradient(45deg, #ff6347 25%, transparent 25%, transparent 75%, #ff6347 75%, #ff6347); /* マステ部分の色2 */
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px;
	border-left: 2px dotted rgba(255,255,255,0.9);
	border-right: 2px dotted rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	content: '＜COVID-19移植患者症例登録のお願い＞';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	color: #fff;  /* マステ部分文字色 */
    font-size: 19px;
    font-weight: bold;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 20px;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
.box3{
	background-color: #fff;	/* 背景色 */
	border: 1px solid #ccc; /* 線の太さ・種類・色 */
	box-shadow:1px 1px 6px 0px #ccc;
	-moz-box-shadow:1px 1px 6px 0px #ccc;
	-webkit-box-shadow:1px 1px 6px 0px #ccc;
	-o-box-shadow:1px 1px 6px 0px #ccc;
	margin: 10px 5px; /* 外側の余白 上下・左右 */
	padding: 35px 10px 5px 0px; /* 内側の余白 上・右・下・左 */
	position: relative;
	z-index: 0;
}
.box3:after{
	background-color: #006400; /* マステ部分の色1 */
	background-image: linear-gradient(45deg, #008000 25%, transparent 25%, transparent 75%, #008000 75%, #008000), linear-gradient(45deg, #008000 25%, transparent 25%, transparent 75%, #008000 75%, #008000); /* マステ部分の色2 */
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px;
	border-left: 2px dotted rgba(255,255,255,0.9);
	border-right: 2px dotted rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	content: '＜COVID-19移植患者症例の報告＞';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	color: #fff;  /* マステ部分文字色 */
    font-size: 19px;
    font-weight: bold;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 20px;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
.box5 {
     position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px crimson;
}
.box5 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 9px 9px;
    height: 50px;
    line-height: 30px;
    font-size: 17px;
    background: crimson;
    color: #ffffff;
    font-weight: bold;
}
.box5 p {
    font-size: 17px;
    font-weight: bold;
	padding: 0 0 0 10px;
}
.a-contents{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.a-contents li{
        flex: 0 0 23%;
    display: flex;
    flex-flow: column;    
    }
.btn {
	display: block;
	margin: auto 20px 20px 20px;
	padding: 10px;
	border-radius: 30px;
	background-color: darkorange;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
}
.btn:hover {
	background-color: lightsteelblue;
}
}
/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
	display: none;
}
/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 1100px) {
	#js-slidemenu {
		display: block !important; 
	}
}
/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.js-slidemenu-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}