@charset "UTF-8";

.img_sp {
	display: block;
}
.img_pc {
	display: none;
}

/* ヘッダ */
.home header .logo_header {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
.home header .logo_header img {
	width: 50px;
	display: block;
}
.home header .logo_header span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2;
	color: #000e66;
	margin-left: 6px;
}
.home header .logo_header span .sp_br {
	display: inline;
}
.home header .logo_header small {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #000e66;
}
.home header .logo_header br {
	line-height: 1;
}
.home header.compact .logo_header img {
	width: 40px;
}
.home header.compact .logo_header span {
	display: none;
}

section {
  padding: 0px;
}

/* メインビジュアル */
.home section article.page_title {
	margin: 0;
	padding: 54.9% 0 0;
	position: relative;
	background: url("../img/top_headimg.jpg") no-repeat;
	background-size: contain;
}
.home section article.page_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	letter-spacing: 0em;
	width: 100%;
	top: 50%;
	left: 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	text-shadow: 0px 2px 2px rgba(255,255,255,1),0px 2px 2px rgba(255,255,255,1);
}

/* Information */
.top_info {
	margin-bottom: 50px;
}
.top_info * {
	color: #000e66;
}
.top_info dl {
	display: table;
	margin: auto;
}
.top_info dl dd {
	margin: 0 0 1em;
	padding: 0 0 0.5em;
	border-bottom: dashed 1px #000;
}

/* 社会における動物の福祉と管理 */
.top_blue {
//	margin-bottom: 50px;
}
.blue1 {
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #c2e6ff 1%, #e6faff 50%, #e6faff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #c2e6ff 1%,#e6faff 50%,#e6faff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #c2e6ff 1%,#e6faff 50%,#e6faff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e6ff', endColorstr='#e6faff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue1 > div {
	padding: 50px 15px 50%;
	position: relative;
}
.blue1 > div .bluelist {
	margin-bottom: 1.5em;
}
.blue1 > div .bluelist li::before {
    color: #187fc4;
}
.blue1 > div .top_img01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* 社会のニーズに応える獣医学“シェルターメディスン”とは */
.blue2 {
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #e6faff 1%, #c2e6ff 70%, #c2e6ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #e6faff 1%,#c2e6ff 70%,#c2e6ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #e6faff 1%,#c2e6ff 70%,#c2e6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6faff', endColorstr='#c2e6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue2 > div {
	padding: 50px 15px 50%;
	position: relative;
}
.blue2 > div .top_img02 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/* RISMとは */
.blue3 {
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #c2e6ff 1%, #e6faff 50%, #e6faff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #c2e6ff 1%,#e6faff 50%,#e6faff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #c2e6ff 1%,#e6faff 50%,#e6faff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e6ff', endColorstr='#e6faff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue3 > div {
	padding: 50px 15px 0;
	position: relative;
}
.blue3 > div .bluelist {
	margin-bottom: 1.5em;
}
.blue3 > div .bluelist li::before {
    color: #187fc4;
}
.blue3 > div .top_img03 {
	width: 105%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% + 30px);/*Chrome19~25対応*/
	width: -moz-calc(100% + 30px);/*Firefox4~15対応*/
	width: calc(100% + 30px);
	max-width: none;
	margin: 0 -15px;
}
.blue3 dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000e66;
}
.blue3 dt:before {
	content: "◆ ";
	font-size: 80%;
	color: #000e66;
}
.blue3 dd {
	margin: 0.5em 0 1.5em 1.5em;
}
.blue3 dd .phes_link {
	color: #fff;
	line-height: 1.8em;
	background: #000e66;
	display: table;
	padding: 0 1em;
	position: relative;
}
.blue3 dd .phes_link:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.9em solid transparent;
	border-bottom: 0.9em solid transparent;
	border-left: 13px solid #000e66;
	border-right: 0px solid transparent;
	position: absolute;
	top: 50%;
	right: -13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}




.rism_blue {
	background: #d7f2ff;
	margin-bottom: 30px;
}
.rism_blue > div {
	padding-top: 1.5em !important;
}
.rism_list dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000e66;
}
.rism_list dt:before {
	content: "◆ ";
	font-size: 80%;
	color: #000e66;
}
.rism_list dd {
	margin: 0.5em 0 1.5em 1.5em;
}
.rism_list dd .phes_link {
	color: #fff;
	line-height: 1.8em;
	background: #000e66;
	display: table;
	padding: 0 1em;
	position: relative;
}
.rism_list dd .phes_link:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.9em solid transparent;
	border-bottom: 0.9em solid transparent;
	border-left: 13px solid #000e66;
	border-right: 0px solid transparent;
	position: absolute;
	top: 50%;
	right: -13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (min-width: 375px) {
/* ヘッダ */
.home header .logo_header span {
	font-size: 3vw;
	line-height: 1.5;
}
.home header .logo_header span .sp_br {
	display: none;
}
.home header .logo_header small {
	font-size: 2.6vw;
	line-height: 1.5;
}
.home header .logo_header br {
	line-height: 1.5;
}
/* メインビジュアル */
.home section article.page_title h2 {
	font-size: 5.6vw;
	top: 45%;
}
.home header.compact .logo_header img {
	width: 50px;
}
}

@media (min-width: 768px) {
.img_sp {
	display: none;
}
.img_pc {
	display: block;
}

/* ヘッダ */
.home header .logo_header span {
	display: none;
}
.home header .logo_header img {
    width: 80px;
}
.home header .logo_header span {
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
	margin-top: 0px;
	line-height: 1.3;
}
.home header .logo_header small {
    color: #fff;
    font-size: 1.5rem;
	line-height: 1.3;
}
.home header.compact .logo_header img {
    width: 60px;
}
.home header.compact .logo_header span {
	display: inline-block;
    font-size: 1.6rem;
	line-height: 1.3;
}
.home header.compact .logo_header small {
    font-size: 1.3rem;
}
.home header .logo_header br {
	line-height: 1.3;
}

/* メインビジュアル */
.home section article.page_title {
	margin: 0;
	padding: 0;
	height: 500px;
	position: relative;
	background: #dff7ff url("../img/top_headimg.jpg") no-repeat right top;
	background-size: auto 500px;
}
.home section article.page_title > div {
	max-width: 1465px;
	padding: 0 50px;
	margin: auto;
}
section article.page_title div:before {
	content: none;
}
section article.page_title div:after {
	content: none;
}
.home section article.page_title h2 {
	font-size: 4rem;
	top: 50%;
}

/* Information */
.top_info {
	margin-bottom: 130px;
}
.top_info dl dd {
	margin: -1.7em 0 1em;
	padding: 0 0 0.5em 7em;
}

/* 社会における動物の福祉と管理 */
.top_blue {
//	margin-bottom: 130px;
}
.top_blue .midashi {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.blue1 {
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #c2e6ff 1%, #dbf3ff 57%, #e6faff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #c2e6ff 1%,#dbf3ff 57%,#e6faff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #c2e6ff 1%,#dbf3ff 57%,#e6faff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e6ff', endColorstr='#e6faff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue1:before {
	content: "";
	background: url("../img/top_img01.jpg") no-repeat center top;
	background-size: cover;
	display: block;
	height: 500px;
	width: 50%;
	max-width: 955px;
	float: right;
	margin: -50px 0 50px 40px;
}
.blue1 > div {
    max-width: 1465px;
	padding: 50px;
    margin: auto;
}
.blue1 > div p {
	margin-left: 66px;
	line-height: 2;
}
.blue1 > div .bluelist {
	margin: 0 0 0 66px;
}
.blue1 > div .bluelist li {
	line-height: 2;
}

/* 社会のニーズに応える獣医学“シェルターメディスン”とは */
.blue2 {
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #e6faff 1%, #dbf3ff 57%, #c2e6ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #e6faff 1%,#dbf3ff 57%,#c2e6ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #e6faff 1%,#dbf3ff 57%,#c2e6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6faff', endColorstr='#c2e6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue2:before {
	content: "";
	background: url("../img/top_img02.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	height: 500px;
	width: 50%;
	max-width: 955px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.blue2 > div {
	width: 100%;
    max-width: 1465px;
	padding: 50px;
    margin: auto;
}
.blue2 > div p {
	line-height: 2;
	padding-left: 40%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	padding-left: -webkit-calc(50% + 86px);/*Chrome19~25対応*/
	padding-left: -moz-calc(50% + 86px);/*Firefox4~15対応*/
	padding-left: calc(50% + 86px);
}
.blue2 > div .bluelist {
	margin: 0 0 0 66px;
}

/* RISMとは */
.blue3 {
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #c2e6ff 1%, #dbf3ff 57%, #e6faff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #c2e6ff 1%,#dbf3ff 57%,#e6faff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #c2e6ff 1%,#dbf3ff 57%,#e6faff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e6ff', endColorstr='#e6faff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blue3:before {
	content: "";
	background: url("../img/top_img03.jpg") no-repeat center top;
	background-size: cover;
	display: block;
	height: 500px;
	width: 50%;
	max-width: 955px;
	float: right;
	margin: 50px 0 20px 40px;
}
.blue3 > div {
    max-width: 1465px;
	padding: 50px;
    margin: auto;
}
.blue3 > div p {
	margin-left: 66px;
	line-height: 2;
}
.blue3 > div .bluelist {
}
.blue3 > div .bluelist li {
	line-height: 2;
}
.blue3 dl {
	margin-left: 66px;
}
.blue3 dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000e66;
	line-height: 2;
}
.blue3 dt:before {
	content: "◆ ";
	font-size: 80%;
	color: #000e66;
}
.blue3 dd {
	margin: 0.5em 0 1.5em 1.5em;
}
.blue3 dd li {
	line-height: 2;
}




.rism_blue {
	margin-bottom: 50px;
	position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.rism_blue > div {
	padding-bottom: 1.5em !important;
	padding-right: 0;
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
}
.rism_blue > div > div p {
	line-height: 2;
}
.rism_blue .top_img03 {
	width: 50%;
	max-width: 955px;
	margin-left: auto;
}
.rism_list {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.rism_list div {
	width: 48%;
}
.rism_list dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000e66;
	line-height: 2;
}
.rism_list dt:before {
	content: "◆ ";
	font-size: 80%;
	color: #000e66;
}
.rism_list dd {
	margin: 0.5em 0 1.5em 1.5em;
}
.rism_list dd li {
	line-height: 2;
}


}

@media (min-width: 1240px) {
/* ヘッダ */
.home header .logo_header img {
    width: 108px;
}
.home header .logo_header span {
    font-size: 2.4rem;
}

/* メインビジュアル */
.home section article.page_title {
	margin: 0;
	padding: 0;
	height: 628px;
	background: #dff7ff;
}
.home section article.page_title > div {
	height: 628px;
	background: url("../img/top_headimg.jpg") no-repeat right top;
	background-size: contain;
}
.home section article.page_title h2 {
	letter-spacing: 0.1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Information */
.top_info {
	margin-bottom: 180px;
}

/* 社会における動物の福祉と管理 */
.top_blue {
//	margin-bottom: 180px;
}
.blue1:before {
	height: 725px;
	margin: -90px 0 80px 50px;
}
.blue1 > div {
	padding: 80px 50px;
}
.blue1 > div p {
	margin-left: 87px;
}
.blue1 > div .bluelist {
	margin: 0 0 0 87px;
}

/* 社会のニーズに応える獣医学“シェルターメディスン”とは */
.blue2:before {
	height: 660px;
	margin: 0px 40px 0px 0px;
}
.blue2 > div {
	padding: 80px 50px;
}
.blue2 > div p {
	padding-left: 40%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	padding-left: -webkit-calc(50% + 127px);/*Chrome19~25対応*/
	padding-left: -moz-calc(50% + 127px);/*Firefox4~15対応*/
	padding-left: calc(50% + 127px);
}
.blue2 > div .bluelist {
	margin: 0 0 0 66px;
}

/* RISMとは */
.blue3:before {
	height: 725px;
	margin: 90px 0 0px 50px;
}
.blue3 > div {
	padding: 80px 50px;
}
.blue3 > div p {
	margin-left: 87px;
}
.blue3 dl {
	margin-left: 87px;
}
.blue3 dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000e66;
}
.blue3 dt:before {
	content: "◆ ";
	font-size: 80%;
	color: #000e66;
}
.blue3 dd {
	margin: 0.5em 0 1.5em 1.5em;
}




.rism_blue {
	margin-bottom: 50px;
	position: relative;
}
.rism_blue > div {
	padding: 50px !important;
	margin-left: auto;
	margin-right: 0;
}
.rism_blue > div p {
}
.rism_list {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.rism_list div {
	width: 48%;
}
.rism_list dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000e66;
}
.rism_list dt:before {
	content: "◆ ";
	font-size: 80%;
	color: #000e66;
}
.rism_list dd {
	margin: 0.5em 0 1.5em 1.5em;
}
}

@media (min-width: 1465px) {
/* RISMとは */
.blue3:before {
	height: 0;
	padding-top: 50%;
}


.rism_blue {
	display: block;
	text-align: right;
}
.rism_blue > div {
	width: 732px;
	margin: 0;
	text-align: left;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rism_blue .top_img03 {
	margin-left: 0;
}
}
