
/* ヘッダ
------------------------------------------------------------ */
header {
	height: 100vh;
    background: #b9e6fc;
    background: url("../images/top/site_img_sp.png"), linear-gradient(170deg,rgba(185, 230, 252, 1) 10%, rgba(227, 246, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
    padding: 0;
    border-bottom: none;
    position: relative;
}
header:after {
    content: none;
}
header h1{
}
header .catch {
	position: absolute;
	left: 30px;
	bottom: 50%;
}
header .catch .catch_j {
	font-size: 9vw;
	line-height: 1.2;
}
header .catch .barlow {
	font-weight: 200;
	margin-top: 1em;
}

@media (orientation: landscape) {
header {
    background: url("../images/top/site_img_pc.png"), linear-gradient(170deg,rgba(185, 230, 252, 1) 10%, rgba(227, 246, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
header .catch {
	bottom: 20%;
}
header .catch .catch_j {
	font-size: 3.6rem;
}
}

@media (min-width:768px) {
header {
	background-size: cover;
}
header .catch .catch_j {
	font-size: 5rem;
}
}

@media (min-width:1200px) {
header{
	height: 760px;
    background: url("../images/top/site_img_pc.png"), linear-gradient(170deg,rgba(185, 230, 252, 1) 10%, rgba(227, 246, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
header .catch {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
	top: 50%;
	left: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
header .catch .catch_j {
	font-size: 5.8rem;
	line-height: 1;
}
header .catch .barlow {
	margin-top: 1.5em;
}
}

/* 見出し
------------------------------------------------------------ */
h2.top_h2 {
	text-align: center;
	position: relative;
	padding: 55px 0 10px;
	margin-bottom: 30px;
	background: url("../images/common/symbol.png") no-repeat center top;
	background-size: auto 70px;
}
h2.top_h2:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #042b45;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
h2.top_h2 .top_h2_e {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
h2.top_h2 .top_h2_j {
}

@media (orientation: landscape) {
}

@media (min-width:768px) {
h2.top_h2 {
	padding: 70px 0 20px;
	margin-bottom: 30px;
	background-size: auto 95px;
}
h2.top_h2:after {
	width: 50px;
}
h2.top_h2 .top_h2_e {
	font-size: 4rem;
	line-height: 1.2;
}
h2.top_h2 .top_h2_j {
}
}

@media (min-width:1200px) {
h2.top_h2 {
	padding: 90px 0 20px;
	margin-bottom: 30px;
	background-size: auto 124px;
}
h2.top_h2 .top_h2_e {
	font-size: 4.8rem;
}
}

/* 共通
------------------------------------------------------------ */
.contents {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page_link {
    text-align: center;
}
.page_link a {
    display: inline-block;
    text-align: center;
    width: 200px;
    padding: 1em;
    color: #fff;
    background: #092E56;
    background: -webkit-linear-gradient(90deg,rgba(9, 46, 86, 1) 20%, rgba(211, 69, 179, 1) 100%);
    background: -moz-linear-gradient(90deg,rgba(9, 46, 86, 1) 20%, rgba(211, 69, 179, 1) 100%);
    background: linear-gradient(90deg,rgba(9, 46, 86, 1) 20%, rgba(211, 69, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#092E56",
        endColorstr="#D345B3",
        GradientType=1
    );
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
.page_link a img {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sep_area .img_thum {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 20px;
}
.sep_area .img_thum img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media (min-width:768px) {
.page_link a {
    width: 300px;
}

.sep_area {
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.right_img {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.sep_area .img_thum {
    width: 46%;
    max-width: none;
    margin: 0 0 auto;
}
.sep_area .page_link a {
    width: 260px;
}
.sep_area .side_txt {
    width: 50%;
}
.left_img .page_link {
    text-align: right;
}
.right_img .page_link {
    text-align: left;
}
}

@media (min-width:1200px) {
.page_link a {
    width: 400px;
    padding: 1em;
}

.sep_area {
}
.right_img {
}
.sep_area .img_thum {
    width: 46%;
    max-width: 520px;
}
.sep_area .page_link a {
    width: 360px;
}
.sep_area .side_txt {
    width: 50%;
}
.left_img .page_link {
    text-align: right;
}
.right_img .page_link {
    text-align: left;
}
}

/* トピックス
------------------------------------------------------------ */
.topics ul {
    list-style: none;
}
.topics ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px #e3e3e3;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.topics ul li .topics_date {
    width: 6em;
}
.topics ul li .topics_cate {
    line-height: 2.4;
    color: #fff;
    background: #042b45;
    display: inline-block;
    width: 8em;
    text-align: center;
    vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.topics ul li .topics_entry {
    width: 100%;
    margin-top: 0.5em;
}
.topics .page_link {
    margin-top: 30px;
}

@media (min-width:768px) {
.topics ul li {
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.topics ul li .topics_date {
    width: 6.5em;
}
.topics ul li .topics_cate {
    width: 10em;
}
.topics ul li .topics_entry {
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 18em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 18em);/*Firefox4~15対応*/
	width: calc(100% - 18em);  
    margin: 0 0 0 auto;
}
.topics .page_link {
    margin-top: 35px;
}
}

@media (min-width:1200px) {
.topics .page_link {
    margin-top: 45px;
}
}

/* 治療例紹介
------------------------------------------------------------ */
.case > div {
    margin-bottom: 30px;
}
.case .img_thum {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 20px;
}
.case .img_thum img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.case .case_head {
    margin-bottom: 10px;
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.case .case_head .case_cate {
    line-height: 2;
    color: #fff;
    background: #042b45;
    display: inline-block;
    padding: 0 1.5em;
    text-align: center;
    vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.case .case_title {
    font-weight: bold;
    margin-bottom: 10px;
}

@media (min-width:768px) {
.case {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.case > div {
    width: 31%;
    max-width: 370px;
    margin: 0 4% 0 0;
}
.case > div:nth-child(3n) {
    margin: 0;
}
.case .img_thum {
    max-width: 100%;
    margin: 0 auto 20px;
}
.case .img_thum img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.case .case_head {
    margin-bottom: 10px;
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.case .case_head .case_cate {
    line-height: 2;
    color: #fff;
    background: #042b45;
    display: inline-block;
    padding: 0 1.5em;
    text-align: center;
    vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.case .case_title {
    font-weight: bold;
    margin-bottom: 10px;
}
}

@media (min-width:1200px) {
}

/* 獣医電気化学療法研究会（AVECS）について
------------------------------------------------------------ */
.about .sep_area {
    margin-bottom: 30px;
}
.about .greeting {
    overflow: hidden;
}
.about .greeting h3 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.about .greeting h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #042b45;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about .greeting .greeting_photo {
    width: 50%;
    margin: 0 1.5em 1em 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    overflow: hidden;
    float: left;
}

@media (min-width:768px) {
.about .greeting h3 {
    font-size: 2.2rem;
    padding-bottom: 20px;
}
.about .greeting h3:after {
  width: 50px;
}
.about .greeting .greeting_photo {
    width: 350px;
    margin: 0 2em 1em 0;
}
}

@media (min-width:1200px) {
.about .greeting h3 {
    font-size: 2.5rem;
}
.about .greeting .greeting_photo {
    width: 400px;
    margin: 0 30px 1em 0;
}
}

