
/* 共通 */
section h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
	text-align: center;
    margin-bottom: 0.5em;
    width: 100%;
}
section .title_comments {
    font-size: 1.6rem;
	text-align: center;
}
section h3 {
    font-size: 1.8rem;
    font-weight: bold;
	text-align: center;
    display: table;
    margin: 1.5em auto 1em;
    position: relative;
}
section h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #7fb0e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

section hr {
    border-bottom: solid 4px #f0e7e0;
    border-width: 0 0 4px;
    margin-top: 20px;
	width: 100%;
}

.y_line {
	background: linear-gradient(transparent 70%, #fff4b5 70%);
    display: inline-block;
}

ul.blue_head {
	list-style: none;
	text-align: left;
}
ul.blue_head li {
	padding-left: 1em;
	position: relative;
}
ul.blue_head li:before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #367bc3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 0.7em;
}

section article.department_menu {
    background: #fff;
    position: relative;
    margin-bottom: 50px;
    padding: 20px 0px;
}
section article.department_menu:before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-size: 17px 4px;
  background-image: linear-gradient(to right, #fff 10px, transparent 7px);
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  top: -5px;
}
section article.department_menu:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-size: 17px 4px;
  background-image: linear-gradient(to right, #fff 10px, transparent 7px);
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  bottom: -5px;
}
section article.department_menu ul {
    list-style: none;
    margin-left: 1px;
	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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
section article.department_menu ul li {
    text-align: center;
    margin: 5px 0 5px -2px;;
	width: 33%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% / 3);/*Chrome19~25対応*/
	width: -moz-calc(100% / 3);/*Firefox4~15対応*/
	width: calc(100% / 3);
    border-left: dotted 2px #367bc3;
    border-right: dotted 2px #367bc3;
}
section article.department_menu ul li img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
section h2 {
    font-size: 2.8rem;
}
section h3 {
    font-size: 2.3rem;
}
section h3:after {
    height: 4px;
}

section .title_comments {
    font-size: 1.8rem;
}
section hr {
    border-width: 0 0 5px;
    margin-top: 40px;
    clear: both;
}

section article.department_menu {
    margin-bottom: 70px;
    padding: 30px 0px;
}
section article.department_menu:before {
  height: 6px;
  background-size: 20px 6px;
  background-image: linear-gradient(to right, #fff 12px, transparent 8px);
  background-repeat: repeat-x;
  background-position: center bottom;
  top: -6px;
}
section article.department_menu:after {
  height: 6px;
  background-size: 20px 6px;
  background-image: linear-gradient(to right, #fff 12px, transparent 8px);
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -6px;
}
section article.department_menu ul {
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article.department_menu ul li {
    text-align: center;
    margin: 0 0 0 -2px;;
	width: 33%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% / 5);/*Chrome19~25対応*/
	width: -moz-calc(100% / 5);/*Firefox4~15対応*/
	width: calc(100% / 5);
}
section article.department_menu ul li img {
    height: 70px;
    display: block;
    margin-bottom: 5px;
}
}
@media (min-width: 1200px) {
header {
}
section {
    overflow: hidden;
}
section article.contents {
	padding: 100px 0px;
}

section h2 {
    font-size: 3.4rem;
}
section h3 {
    font-size: 2.8rem;
}

section hr {
    margin-top: 60px;
}

section article.department_menu {
    margin-bottom: 110px;
    padding: 35px 0px;
}
section article.department_menu ul li img {
    height: 81px;
    display: block;
    margin-bottom: 5px;
}
}


/* 一覧
------------------------------------------------------------ */
/* 序文 */
.department .intro {
    margin-bottom: 20px;
    position: relative;
}
.department .intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.department .intro .intro_txt {
    margin-bottom: 50px;
}
.department .intro .cats01 {
    width: 70px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

.department .department_index li {
    list-style: none;
    background: #fff;
    margin-bottom: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    overflow: hidden;
}
.department .department_index li a {
    display: table;
    width: 100%;
}
.department .department_index li a .icon {
    display: table-cell;
    width: 70px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
}
.department .department_index li a .icon img {
    height: 34px;
    vertical-align: middle;
}
.department .department_index dl {
    padding: 1em 1em 1em 0;
    display: table-cell;
}
.department .department_index dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 0.2em;
}
.department .department_index li a .arrow {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    background: #7fb0e4;
    padding: 7px;
}
.department .department_index li a .arrow img {
}

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

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

@media (min-width: 768px) {
/* 序文 */
.department .intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.department .intro .photo_intro {
    width: 37%;
	float: none;
	margin: -15px 0;
}
.department .intro .intro_txt {
    width: 58%;
    margin: auto 0;
}

.department .department_index ul {
	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-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.department .department_index li {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);  
    margin-bottom: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.department .department_index li a {
    height: 100%;
}
.department .department_index li a .icon {
    width: 90px;
    padding: 15px;
}
.department .department_index li a .icon img {
    height: 48px;
}
.department .department_index dl {
    padding: 1.5em 1.5em 1.5em 0;
//    vertical-align: middle;
}
.department .department_index dl dt {
    font-size: 2rem;
}
.department .department_index li a .arrow {
}
.department .department_index li a .arrow img {
}
}

@media (min-width: 1200px) {
/* 序文 */
.department .intro {
    margin-bottom: 60px;
}
.department .intro .photo_intro {
    width: 407px;
	margin: -15px 0;
}
.department .intro .intro_txt {
    width: 640px;
}
.department .intro .cats01 {
    width: auto;
    right: 10px;
    bottom: 40px;
}

.department .department_index ul {
}
.department .department_index li {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
    margin-bottom: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.department .department_index li a {
}
.department .department_index li a .icon {
    width: 180px;
    padding: 15px;
}
.department .department_index li a .icon img {
    height: 100px;
}
.department .department_index dl {
    padding: 2em 2em 2em 0;
//    vertical-align: middle;
}
.department .department_index dl dt {
    font-size: 2.4rem;
}
.department .department_index li a .arrow {
    width: 40px;
    text-align: center;
}
.department .department_index li a .arrow img {
}
}

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

/* 整形外科
------------------------------------------------------------ */
/* 序文 */
.orthopedicsurgery .intro {
    margin-bottom: 20px;
    position: relative;
}
.orthopedicsurgery .intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.orthopedicsurgery .intro .intro_txt {
    margin-bottom: 50px;
}
.orthopedicsurgery .intro .cats02 {
    width: 70px;
    position: absolute;
    left: -8px;
    bottom: -10px;
}

/* 代表的な疾患など */
.orthopedicsurgery .example {
    margin-bottom: 20px;
    padding-top: 1px;
}
.orthopedicsurgery .example dl {
    background:  #fff;
    margin-top: 50px;
    padding: 0 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.orthopedicsurgery .example dl:first-child {
    margin-top: 30px;
}
.orthopedicsurgery .example dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    display: table;
    width: 11em;
    background: #fff;
    text-align: center;
    margin: 0 auto -15px;
    padding: 15px 0 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	-moz-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
    position: relative;
}
.orthopedicsurgery .example dl dt:after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background: #367bc3;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.orthopedicsurgery .example dl dt img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}
.orthopedicsurgery .example dl dd ul {
    display: table;
    width: 100%;
    max-width: 38em;
    margin: auto;
}
.orthopedicsurgery .example dl dd ul li {
    margin-left: 1em;
}

.orthopedicsurgery .doctor {
    margin-bottom: 20px;
    position: relative;
}
.orthopedicsurgery .doctor h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #367bc3;
    margin: 0.5em 0 1em;
	display: block;
	text-align: left;
}
.orthopedicsurgery .doctor h3:after {
	content: none;
}
.orthopedicsurgery .doctor h3 strong {
    font-size: 2.4rem;
    line-height: 1;
    color: #367bc3;
}
.orthopedicsurgery .doctor h3 small {
    font-size: 1.6rem;
    color: #367bc3;
    line-height: 1;
}
.orthopedicsurgery .doctor .photo_doctor img {
    max-width: 80%;
}
.orthopedicsurgery .doctor .career {
    position: relative;
    z-index: 5;
}
.orthopedicsurgery .doctor .career th {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
.orthopedicsurgery .doctor .career th p {
    font-size: 1.8rem;
    text-align: left;
    padding: 0 1em;
    position: relative;
}
.orthopedicsurgery .doctor .career th p:before {
    content: '';
    display: block;
    width: 4px;
    height: 1.2em;
    background: #367bc3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    top: 0.4em;;
    left: 0px;
}
.orthopedicsurgery .doctor .career td {
    padding: 0.4em 0 0;
}
.orthopedicsurgery .doctor .career tr:last-child td {
    padding-bottom: 0;
}
.orthopedicsurgery .doctor .career td dd {
    margin-left: 2em;
}

.orthopedicsurgery .example dl dd ol {
    display: table;
    margin: auto;
	list-style: none;
}
.orthopedicsurgery .example dl dd ol li {
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom: 1em;
}
.orthopedicsurgery .example dl dd ol li strong {
	font-size: 2rem;
	color: #367bc3;
}

.orthopedicsurgery .example dl.reserve {
	text-align: center;
}
.orthopedicsurgery .example dl.reserve .label {
	color: #fff;
	background: #367bc3;
	padding: 0 1em;
	margin-right: 0.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.orthopedicsurgery .example dl.reserve strong {
	font-size: 2rem;
	color: #367bc3;
}
.orthopedicsurgery .example dl.reserve .reserve_tel * {
	line-height: 1.5;
}
.orthopedicsurgery .example dl.reserve .reserve_tel strong {
	font-size: 1.8rem;
}
.orthopedicsurgery .example dl.reserve .reserve_tel a {
	font-size: 3rem;
	font-weight: bold;
	color: #367bc3;
	border-bottom: solid 2px #367bc3;
}

/* 最後に */
.orthopedicsurgery .outro > div {
    background: #c6dbf1;
    padding: 20px;
    border: solid 2px #fff;
}
.orthopedicsurgery .outro h2 {
    margin-bottom: 1em;
}
.orthopedicsurgery .outro_end {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	color: #367bc3;
	margin-top: 20px;
}

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

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

@media (min-width: 768px) {
/* 序文 */
.orthopedicsurgery .intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.orthopedicsurgery .intro .photo_intro {
    width: 37%;
	float: none;
	margin: -15px 0;
}
.orthopedicsurgery .intro .intro_txt {
    width: 58%;
    margin: auto 0;
}
.orthopedicsurgery .intro .cats02 {
    width: 90px;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

/* 代表的な疾患など */
.orthopedicsurgery .example {
    margin-bottom: 40px;
}
.orthopedicsurgery .example dl {
    margin: 80px auto 0;
    padding-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-width: 780px;
}
.orthopedicsurgery .example dl:first-child {
    margin-top: 40px;
}
.orthopedicsurgery .example dl dt {
    font-size: 2rem;
    padding: 20px 0 10px;
    margin-bottom: -10px;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}
.orthopedicsurgery .example dl dt img {
    width: 36px;
    margin-bottom: 8px;
}

.orthopedicsurgery .doctor {
    margin-bottom: 40px;
}
.orthopedicsurgery .doctor h3 {
    font-size: 2.2rem;
}
.orthopedicsurgery .doctor h3 strong {
    font-size: 3rem;
}
.orthopedicsurgery .doctor h3 small {
    font-size: 1.8rem;
}
.orthopedicsurgery .doctor .photo_doctor {
    max-width: none;
    width: 45%;
    margin: 0 0 0 5%;
    float: right;
}
.orthopedicsurgery .doctor .photo_doctor img {
    max-width: 100%;
}
section .orthopedicsurgery .doctor .career {
    position: relative;
    z-index: 5;
}
.orthopedicsurgery .doctor .career th {
	width: 8em;
}
.orthopedicsurgery .doctor .career th p {
    font-size: 2rem;
    padding: 0 1em;
}
.orthopedicsurgery .doctor .career th p:before {
    width: 5px;
}
.orthopedicsurgery .doctor .career td {
    padding: 0.6em 0 1em;
}
.orthopedicsurgery .doctor .career tr:last-child td {
    padding-bottom: 0;
}

.orthopedicsurgery .example dl dd ol li {
	padding-left: 3em;
	text-indent: -3em;
}
.orthopedicsurgery .example dl dd ol li strong {
	font-size: 2.8rem;
}

.orthopedicsurgery .example dl.reserve .reserve_date {
	margin: 0 1em 0 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.orthopedicsurgery .example dl.reserve .label {
	padding: 0 1.5em;
	margin-right: 1.5em;
}
.orthopedicsurgery .example dl.reserve strong {
	font-size: 2.8rem;
}
.orthopedicsurgery .example dl.reserve .reserve_tel strong {
	font-size: 2.2rem;
}
.orthopedicsurgery .example dl.reserve .reserve_tel a {
	font-size: 3.6rem;
}
.orthopedicsurgery .outro_end {
	font-size: 2.2rem;
	margin-top: 40px;
}

/* 最後に */
.orthopedicsurgery .outro {
}
.orthopedicsurgery .outro > div {
    padding: 30px 40px;
    border-width: 3px;
}
}

@media (min-width: 1200px) {
/* 序文 */
.orthopedicsurgery .intro {
    margin-bottom: 60px;
}
.orthopedicsurgery .intro .photo_intro {
    width: 407px;
	margin: -15px 0;
}
.orthopedicsurgery .intro .intro_txt {
    width: 640px;
}
.orthopedicsurgery .intro .cats02 {
    width: auto;
    bottom: 20px;
}

/* 代表的な疾患など */
.orthopedicsurgery .example {
    margin-bottom: 60px;
}
.orthopedicsurgery .example dl {
    margin: 100px auto 0;
    padding-bottom: 45px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.orthopedicsurgery .example dl dt {
    font-size: 2.2rem;
    margin-bottom: -5px;
}
.orthopedicsurgery .example dl dt img {
    width: auto;
}

.orthopedicsurgery .doctor {
    margin-bottom: 60px;
}
.orthopedicsurgery .doctor h3 {
    font-size: 2.4rem;
}
.orthopedicsurgery .doctor h3 strong {
    font-size: 3.6rem;
}
.orthopedicsurgery .doctor h3 small {
    font-size: 2rem;
}
.orthopedicsurgery .doctor .photo_doctor {
    width: 530px;
	margin-left: 50px;
//    float: none;
//    position: absolute;
//    top: 0px;
//    right: -30px;
}
.orthopedicsurgery .doctor .career th {
    width: 10em;
}
.orthopedicsurgery .doctor .career th p {
    font-size: 2.4rem;
    padding: 0 2em 0 1em;
}
.orthopedicsurgery .doctor .career td {
    padding: 0.6em 0 1em;
}
.orthopedicsurgery .doctor .career tr:last-child td {
    padding-bottom: 0;
}

.orthopedicsurgery .example dl dd ol li strong {
	font-size: 3.2rem;
}

.orthopedicsurgery .example dl.reserve strong {
	font-size: 3.2rem;
}
.orthopedicsurgery .example dl.reserve .reserve_tel strong {
	font-size: 2.4rem;
}
.orthopedicsurgery .example dl.reserve .reserve_tel a {
	font-size: 4srem;
}
.orthopedicsurgery .outro_end {
	font-size: 2.4rem;
	margin-top: 60px;
}

/* 最後に */
.orthopedicsurgery .outro {
}
.orthopedicsurgery .outro > div {
    padding: 50px 40px;
}
}

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

/* 消化器科
------------------------------------------------------------ */
/* 序文 */
.gastroenterology .intro {
    margin-bottom: 20px;
    position: relative;
}
.gastroenterology .intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.gastroenterology .intro .intro_txt {
    margin-bottom: 50px;
}
.gastroenterology .intro .dogs01 {
    width: 70px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

/* 代表的な疾患など */
.gastroenterology .example {
    margin-bottom: 20px;
    padding-top: 1px;
}
.gastroenterology .example dl {
    background:  #fff;
    margin-top: 50px;
    padding: 0 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.gastroenterology .example dl:first-child {
    margin-top: 30px;
}
.gastroenterology .example dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    display: table;
    width: 11em;
    background: #fff;
    text-align: center;
    margin: 0 auto -15px;
    padding: 15px 0 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	-moz-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
    position: relative;
}
.gastroenterology .example dl dt:after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background: #367bc3;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gastroenterology .example dl dt img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}
.gastroenterology .example dl dd ul {
    display: table;
    width: 100%;
    max-width: 27em;
    margin: auto;
}
.gastroenterology .example dl dd ul li {
    margin-left: 1em;
}

/* 最後に */
.gastroenterology .outro > div {
    background: #c6dbf1;
    padding: 20px;
    border: solid 2px #fff;
}
.gastroenterology .outro h2 {
    margin-bottom: 1em;
}
.gastroenterology .outro .y_back {
    background: #ffd247;
}

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

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

@media (min-width: 768px) {
/* 序文 */
.gastroenterology .intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gastroenterology .intro .photo_intro {
    width: 37%;
	float: none;
	margin: -15px 0;
}
.gastroenterology .intro .intro_txt {
    width: 58%;
    margin: auto 0;
}

/* 代表的な疾患など */
.gastroenterology .example {
    margin-bottom: 40px;
}
.gastroenterology .example dl {
    margin: 80px auto 0;
    padding-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-width: 780px;
}
.gastroenterology .example dl:first-child {
    margin-top: 40px;
}
.gastroenterology .example dl dt {
    font-size: 2rem;
    padding: 20px 0 10px;
    margin-bottom: -10px;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}
.gastroenterology .example dl dt img {
    width: 36px;
    margin-bottom: 8px;
}

/* 最後に */
.gastroenterology .outro {
}
.gastroenterology .outro > div {
    padding: 30px 40px;
    border-width: 3px;
}
}

@media (min-width: 1200px) {
/* 序文 */
.gastroenterology .intro {
    margin-bottom: 60px;
}
.gastroenterology .intro .photo_intro {
    width: 407px;
	margin: -15px 0;
}
.gastroenterology .intro .intro_txt {
    width: 640px;
}
.gastroenterology .intro .dogs01 {
    width: auto;
    right: 10px;
    bottom: 40px;
}

/* 代表的な疾患など */
.gastroenterology .example {
    margin-bottom: 60px;
}
.gastroenterology .example dl {
    margin: 100px auto 0;
    padding-bottom: 45px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.gastroenterology .example dl dt {
    font-size: 2.2rem;
    margin-bottom: -5px;
}
.gastroenterology .example dl dt img {
    width: auto;
}

/* 最後に */
.gastroenterology .outro {
}
.gastroenterology .outro > div {
    padding: 50px 40px;
}
}

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

/* 皮膚科
------------------------------------------------------------ */
/* 序文 */
.dermatology .intro {
    margin-bottom: 20px;
    position: relative;
}
.dermatology .intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.dermatology .intro .intro_txt {
    margin-bottom: 50px;
}
.dermatology .intro .dogs01 {
    width: 70px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

/* 代表的な疾患など */
.dermatology .example {
    margin-bottom: 20px;
    padding-top: 1px;
}
.dermatology .example dl {
    background:  #fff;
    margin-top: 50px;
    padding: 0 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.dermatology .example dl:first-child {
    margin-top: 30px;
}
.dermatology .example dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    display: table;
    width: 11em;
    background: #fff;
    text-align: center;
    margin: 0 auto -15px;
    padding: 15px 0 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	-moz-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
    position: relative;
}
.dermatology .example dl dt:after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background: #367bc3;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.dermatology .example dl dt img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}
.dermatology .example dl dd ul {
    display: table;
    width: 100%;
    max-width: 38em;
    margin: auto;
}
.dermatology .example dl dd ul li {
    margin-left: 1em;
}

/* 最後に */
.dermatology .outro > div {
    background: #c6dbf1;
    padding: 20px;
    border: solid 2px #fff;
}
.dermatology .outro h2 {
    margin-bottom: 1em;
}
.dermatology .outro .y_back {
    background: #ffd247;
}

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

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

@media (min-width: 768px) {
/* 序文 */
.dermatology .intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.dermatology .intro .photo_intro {
    width: 37%;
	float: none;
	margin: -15px 0;
}
.dermatology .intro .intro_txt {
    width: 58%;
    margin: auto 0;
}

/* 代表的な疾患など */
.dermatology .example {
    margin-bottom: 40px;
}
.dermatology .example dl {
    margin: 80px auto 0;
    padding-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-width: 780px;
}
.dermatology .example dl:first-child {
    margin-top: 40px;
}
.dermatology .example dl dt {
    font-size: 2rem;
    padding: 20px 0 10px;
    margin-bottom: -10px;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}
.dermatology .example dl dt img {
    width: 36px;
    margin-bottom: 8px;
}

/* 最後に */
.dermatology .outro {
}
.dermatology .outro > div {
    padding: 30px 40px;
    border-width: 3px;
}
}

@media (min-width: 1200px) {
/* 序文 */
.dermatology .intro {
    margin-bottom: 60px;
}
.dermatology .intro .photo_intro {
    width: 407px;
	margin: -15px 0;
}
.dermatology .intro .intro_txt {
    width: 640px;
}
.dermatology .intro .dogs01 {
    width: auto;
    right: 10px;
    bottom: 40px;
}

/* 代表的な疾患など */
.dermatology .example {
    margin-bottom: 60px;
}
.dermatology .example dl {
    margin: 100px auto 0;
    padding-bottom: 45px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.dermatology .example dl dt {
    font-size: 2.2rem;
    margin-bottom: -5px;
}
.dermatology .example dl dt img {
    width: auto;
}

/* 最後に */
.dermatology .outro {
}
.dermatology .outro > div {
    padding: 50px 40px;
}
}

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

/* 腫瘍科
------------------------------------------------------------ */
/* 序文 */
.oncology .intro {
    margin-bottom: 20px;
    position: relative;
}
.oncology .intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.oncology .intro .intro_txt {
    margin-bottom: 50px;
}
.oncology .intro .dogs01 {
    width: 70px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

/* 代表的な疾患など */
.oncology .example {
    margin-bottom: 20px;
    padding-top: 1px;
}
.oncology .example dl {
    background:  #fff;
    margin-top: 50px;
    padding: 0 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.oncology .example dl:first-child {
    margin-top: 30px;
}
.oncology .example dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    display: table;
    width: 11em;
    background: #fff;
    text-align: center;
    margin: 0 auto -15px;
    padding: 15px 0 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	-moz-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
    position: relative;
}
.oncology .example dl dt:after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background: #367bc3;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.oncology .example dl dt img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}
.oncology .example dl dd ul {
    display: table;
    width: 100%;
    max-width: 32em;
    margin: auto;
}
.oncology .example dl dd ul li {
    margin-left: 1em;
}

/* 最後に */
.oncology .outro > div {
    background: #c6dbf1;
    padding: 20px;
    border: solid 2px #fff;
}
.oncology .outro h2 {
    margin-bottom: 1em;
}
.oncology .outro .y_back {
    background: #ffd247;
}

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

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

@media (min-width: 768px) {
/* 序文 */
.oncology .intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.oncology .intro .photo_intro {
    width: 37%;
	float: none;
	margin: -15px 0;
}
.oncology .intro .intro_txt {
    width: 58%;
    margin: auto 0;
}

/* 代表的な疾患など */
.oncology .example {
    margin-bottom: 40px;
}
.oncology .example dl {
    margin: 80px auto 0;
    padding-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-width: 780px;
}
.oncology .example dl:first-child {
    margin-top: 40px;
}
.oncology .example dl dt {
    font-size: 2rem;
    padding: 20px 0 10px;
    margin-bottom: -10px;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}
.oncology .example dl dt img {
    width: 36px;
    margin-bottom: 8px;
}

/* 最後に */
.oncology .outro {
}
.oncology .outro > div {
    padding: 30px 40px;
    border-width: 3px;
}
}

@media (min-width: 1200px) {
/* 序文 */
.oncology .intro {
    margin-bottom: 60px;
}
.oncology .intro .photo_intro {
    width: 407px;
	margin: -15px 0;
}
.oncology .intro .intro_txt {
    width: 640px;
}
.oncology .intro .dogs01 {
    width: auto;
    right: 10px;
    bottom: 40px;
}

/* 代表的な疾患など */
.oncology .example {
    margin-bottom: 60px;
}
.oncology .example dl {
    margin: 100px auto 0;
    padding-bottom: 45px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.oncology .example dl dt {
    font-size: 2.2rem;
    margin-bottom: -5px;
}
.oncology .example dl dt img {
    width: auto;
}

/* 最後に */
.oncology .outro {
}
.oncology .outro > div {
    padding: 50px 40px;
}
}

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

/* 眼科
------------------------------------------------------------ */
/* 序文 */
.ophthalmology .intro {
    margin-bottom: 20px;
    position: relative;
}
.ophthalmology .intro .photo_intro {
    width: 180px;
	float: right;
	margin: 0 0 1em 1em;
}
.ophthalmology .intro .intro_txt {
    margin-bottom: 50px;
}
.ophthalmology .intro .dogs01 {
    width: 70px;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

/* 代表的な疾患など */
.ophthalmology .example {
    margin-bottom: 20px;
    padding-top: 1px;
}
.ophthalmology .example dl {
    background:  #fff;
    margin-top: 50px;
    padding: 0 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.ophthalmology .example dl:first-child {
    margin-top: 30px;
}
.ophthalmology .example dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    display: table;
    width: 11em;
    background: #fff;
    text-align: center;
    margin: 0 auto -15px;
    padding: 15px 0 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	-moz-border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
	border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
    position: relative;
}
.ophthalmology .example dl dt:after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background: #367bc3;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ophthalmology .example dl dt img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}
.ophthalmology .example dl dd ul {
    display: table;
    width: 100%;
    max-width: 37em;
    margin: auto;
}
.ophthalmology .example dl dd ul li {
    margin-left: 1em;
}

/* 最後に */
.ophthalmology .outro > div {
    background: #c6dbf1;
    padding: 20px;
    border: solid 2px #fff;
}
.ophthalmology .outro h2 {
    margin-bottom: 1em;
}
.ophthalmology .outro .y_back {
    background: #ffd247;
}

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

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

@media (min-width: 768px) {
/* 序文 */
.ophthalmology .intro {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ophthalmology .intro .photo_intro {
    width: 37%;
	float: none;
	margin: -15px 0;
}
.ophthalmology .intro .intro_txt {
    width: 58%;
    margin: auto 0;
}

/* 代表的な疾患など */
.ophthalmology .example {
    margin-bottom: 40px;
}
.ophthalmology .example dl {
    margin: 80px auto 0;
    padding-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-width: 780px;
}
.ophthalmology .example dl:first-child {
    margin-top: 40px;
}
.ophthalmology .example dl dt {
    font-size: 2rem;
    padding: 20px 0 10px;
    margin-bottom: -10px;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}
.ophthalmology .example dl dt img {
    width: 36px;
    margin-bottom: 8px;
}

/* 最後に */
.ophthalmology .outro {
}
.ophthalmology .outro > div {
    padding: 30px 40px;
    border-width: 3px;
}
}

@media (min-width: 1200px) {
/* 序文 */
.ophthalmology .intro {
    margin-bottom: 60px;
}
.ophthalmology .intro .photo_intro {
    width: 407px;
	margin: -15px 0;
}
.ophthalmology .intro .intro_txt {
    width: 640px;
}
.ophthalmology .intro .dogs01 {
    width: auto;
    right: 10px;
    bottom: 40px;
}

/* 代表的な疾患など */
.ophthalmology .example {
    margin-bottom: 60px;
}
.ophthalmology .example dl {
    margin: 100px auto 0;
    padding-bottom: 45px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.ophthalmology .example dl dt {
    font-size: 2.2rem;
    margin-bottom: -5px;
}
.ophthalmology .example dl dt img {
    width: auto;
}

/* 最後に */
.ophthalmology .outro {
}
.ophthalmology .outro > div {
    padding: 50px 40px;
}
}

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

