@charset "UTF-8";
/* CSS Document */
/* リセット定義 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #222222;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-feature-settings: "pkna" 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* リセット定義ここまで */
/*---------------------------------------------------------------*/
/* 画像の切り替え */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width:767px) {
/* 画像の切り替え */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* 改行の切り替え */
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}

@media screen and (min-width:767px) {	
/* 改行の切り替え */
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}
/*---------------------------------------------------------------*/
.case {
	width: 100%;
	margin: 0 auto;
}
/* タイトル */
.case_tit {
	width: 100%;
	max-width: 960px;
	margin: 80px auto;
	text-align: center;
}
.case_tit h1 {
	font-size: 2em;
	color: #0c6eb0;
}
.case_tit p {
	margin: 20px auto;
	font-size: 0.9em;
	letter-spacing: 0.08em;
}
/* スライドショー */
.swiper {
	width: 100%;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 565px;
}
.swiper-slide {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.swiper-slide img {
	margin: 0 auto;
	max-height: 100%;
    height: 565px;
}
.swiper-button-next {
	width: 80px;
    height: 80px;
	right: 80px;
	color: #ffffff;
	background: rgba(0, 0, 0, .2);
}
.swiper-button-prev {
	width: 80px;
    height: 80px;
	left: 80px;
	color: #ffffff;
	background: rgba(0, 0, 0, .2);
}
/* Swiper（サムネイル）全体のスタイル */
.swiper2 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	height: auto;	
}
.swiper-slide2 {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.swiper-slide2 img {
	width: 100%;
	margin: 0 auto;
	max-height: 100%;
    height: auto;
}
/* キャプション */
.slider-caption {
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.4rem;
	letter-spacing: 0.08em;
}
/* 病院名 */
.case_name {
	width: 100%;
	max-width: 960px;
	margin: 60px auto;
}
.case_name h2 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	font-size: 1.3em;
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #0c6eb0;/*左線*/
}

@media screen and (min-width:768px) and (max-width:1280px) {
/* スライドショー */
.swiper {
	margin: 0 auto;
    height: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	width: 100%;
    height: 100%;
}	
.swiper-button-next {
	right: 10px;
}
.swiper-button-prev {
	left: 10px;
}
/* Swiper（サムネイル）全体のスタイル */
.swiper2 {
	width: 95%;
}
/* 病院名 */
.case_name {
	width: 95%;
	margin: 50px auto;
}
}

@media screen and (max-width:767px) {
/* タイトル */
.case_tit {
	width: 90%;
	margin: 120px auto 0 auto;
}	
.case_tit h1 {
	font-size: 1.4em;
}	
.case_tit p {
	margin: 12.5px auto;
	font-size: 0.8em;
}
/* スライドショー */
.swiper {
	margin: 0 auto;
    height: auto;
}
.swiper-slide img {
	width: 100%;
    height: 100%;
}
.swiper-wrapper {
    flex-direction: column;
    row-gap: 50px;
}
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
}
/* キャプション */
.slider-caption {
	width: 90%;
	margin: 12.5px auto 0 auto;
	font-size: 1em;
}	
/* 病院名 */
.case_name {
	width: 90%;
	margin: 40px auto 20px auto;
}
.case_name h2 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	font-size: 1.1em;
	border-left: solid 4px #0c6eb0;/*左線*/
}
}







