@charset "UTF-8";
/* --- top --- */

.inner {
	width: 100%;
	overflow: hidden;
}

.main_slide {
	width: 100%;
	overflow: hidden;
	/*margin-bottom: 150px;*/
	margin-bottom: 50px;
}

.promotion_area {
	width: 960px;
	margin: 0 auto 150px;
}

.promotion_area .promotion_title {
	font-size: 4rem;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-family: ten-mincho-text, serif;
}

.promotion_area .promotion_text {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 80px;
	text-align: center;
	color: #000;
	font-family: ten-mincho-text, serif;
}

.promotion_area .promotion_btn {
	text-align: center;
}

.promotion_area .promotion_btn a {
	font-size: 2.1rem;
	background-color: #000;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	font-family: ten-mincho-text, serif;
}

.promotion_area {
	width: 960px;
	margin: 0 auto 150px;
}

#top .movie-area {
	width: 960px;
	margin: 0 auto 150px;
}

#top .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#top .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#top .top_topics {
	width: 100%;
	padding: 100px 0 30px;
	background: #F3F0E3;
	margin-bottom: 140px;
}

#top .top_topics .topTopics_contents {
	width: 960px;
	margin: 0 auto;
}

#top .top_topics .topics_title {
	font-family: ten-mincho-text, serif;
	font-size: 4.4rem;
	line-height: 6.8rem;
	text-align: center;
	margin-bottom: 50px;
}

#top .top_topics p {
	margin-bottom: 40px;
}

.l_contents {
	max-width: 1100px;
	margin: 0 auto 90px;
}

.contents {
	max-width: 960px;
	margin: 0 auto 90px;
}

.intro {
	text-align: center;
}

.intro .icon {
	width: 65px;
	margin: 0 auto 40px;
}

.intro .category_menu {
	display: flex;
	flex-wrap: wrap;
}

.intro .category_menu li {
	position: relative;
	width: 460px;
	margin-right: 40px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
}

.intro .category_menu li:before {
	position: absolute;
	content: '';
	top: 37px;
	left: 37px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #2b2b2b;
	z-index: 2;
}

.intro .category_menu li:nth-of-type(2n) {
	margin-right: 0;
}

.intro .category_menu li a {
	background: #F5F5F5;
	padding: 25px 50px;
	display: block;
	border-radius: 6px;
}

.main_title {
	font-size: 3.3rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}


.movie_title {
	font-size: 3rem;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-family: ten-mincho-text, serif;
}

.movie_title span {
	font-size: 2rem;
}

.section_title {
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.section_text {
	margin-bottom: 40px;
	text-align: center;
}

.f_small {
	font-size: smaller;
}

main section p {
	margin-bottom: 20px;
}

.top_hospital {
	display: flex;
}

.top_hospital .contents_box {
	width: 30%;
	margin-right: 25px;
}

.top_hospital .contents_box:last-of-type {
	margin-right: 0;
}

.para_area {
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
	padding: 5%;
	background-image: url('../img/top_bg01.png');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 90px;
}

.ipad .para_area {
	background-attachment: scroll;
}

.iphone .para_area {
	background-attachment: scroll;
}

.message {
	font-family: ten-mincho-text, serif;
	font-size: 4.4rem;
	line-height: 6.8rem;
	text-align: center;
}

.top_target {
	display: flex;
	justify-content: space-between;
}

.top_target .contents_box {
	width: 48%;
	padding: 30px;
	border-radius: 8px;
}

.top_target .patient {
	background: #F8ECD2;
}

.top_target .student {
	background: #D0F8F5;
}

.top_target .icon_set {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.3rem;
	font-weight: bold;
}

.top_target .icon_set .icon {
	margin-right: 20px;
}

.top_target .patient .icon {
	width: 88px;
}

.top_target .student .icon {
	width: 77px;
}

.top_target .btn_set {
	display: flex;
	justify-content: center;
}

.top_target .btn_set p:nth-of-type(2n) {
	margin-left: 20px;
}

.top_target .btn_set p a {
	display: inline-block;
	padding: 5px 25px;
	border: 1px solid #707070;
	border-radius: 30px;
	font-size: 2rem;
	font-weight: bold;
	background: #fff;
}

.top_interview {
	background: url(../img/top_bg03.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px;
	display: flex;
	align-items: center;
}

.top_interview .catch {
	font-size: 2.8rem;
}

.top_interview h1 {
	font-size: 5.1rem;
	font-family: ten-mincho-text, serif;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.2;
}

.top_interview h2 {
	font-size: 3.5rem;
	font-family: ten-mincho-text, serif;
	font-weight: normal;
	margin-bottom: 30px;
}

.top_interview .text_btn {
	text-align: left;
}

.top_news h1 {
	font-size: 2.7rem;
	text-align: center;
	margin: 60px;
}

.top_news dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	padding-bottom: 30px;
	border-bottom: 1px dotted #707070;
	margin-bottom: 30px;
}

.top_news .date {
	margin-right: 40px;
}

.top_news .text {
	max-width: 60%;
}

.ipad .top_news .text {
	max-width: 50%;
}

.top_news .cat {
	display: inline-block;
	width: 180px;
	border: 1px solid #707070;
	border-radius: 30px;
	text-align: center;
	margin-right: 40px;
}

.topics_area .topics_contents {
	background: #F3F0E3;
	padding: 40px 40px 20px;
	border-radius: 8px;
}

.topics_area h1 {
	margin-bottom: 20px
}

.topics_area h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: center;
}

.topics_area .text {
	line-height: 3;
}

.topics_area .shomei {
	text-align: right;
}

.topics_area .topics_contents {
	background: #F3F0E3;
	padding: 40px 40px 20px;
}

.fujita .title_area {
	background: url(../img/title_bg01.svg) no-repeat;
	background-position: center;
}

.title_area h1 {
	font-size: 8.2rem;
	font-family: ten-mincho-text, serif;
	font-weight: normal;
	text-align: center;
	padding: 55px 0 75px;
	margin-bottom: 30px;
}

.title_area h1 .subtitle {
	font-size: 2.8rem;
}

.bigcat_menu {
	text-align: center;
}

.bigcat_menu ul {
	background: #F5F5F5;
	border-radius: 4px;
	display: inline-block;
	padding: 20px 20px 20px 30px;
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	margin-bottom: 60px;
}

.bigcat_menu ul::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
}

.bigcat_menu ul li {
	display: inline;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #707070;
	font-weight: bold;
	font-size: 2rem;
}

.bigcat_menu ul li:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

.fujita .bigcat_menu ul .at {
	color: #90A53D;
}

.mainvisual_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 560px;
	padding: 0 80px;
}

.mainvisual_area .cat_discription {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	font-family: ten-mincho-text, serif;
	font-weight: normal;
	width: auto;
}

@media (max-width: 1260px) {
	.mainvisual_area {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		min-height: 560px;
		padding: 0;
	}

	.mainvisual_area .cat_discription {
		background-color: rgba(255, 255, 255, 0.8);
		padding: 40px;
		font-family: ten-mincho-text, serif;
		font-weight: normal;
	}

	.b_spinterview03 .mainvisual_area {
		background: url(../img/kanaji_main.png) no-repeat;
		background-position: right;
		background-size: cover;
		margin-bottom: 90px;
	}

	.b_spinterview03 .mainvisual_area {
		align-items: flex-end;
		min-height: 360px;
		padding: 0;
	}

	.b_spinterview03 .mainvisual_area .cat_discription {
		width: 50%;
		padding: 20px;
	}

	.b_spinterview03 .mainvisual_area .cat_discription h2 {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.b_spinterview03 .mainvisual_area .cat_discription p {
		font-size: 1.4rem;
	}

	#haneda .mainvisual_area {
		align-items: center;
	}

	#haneda .mainvisual_area .cat_discription {
		margin-left: 120px;
	}
}

@media screen and (max-width: 959px) {
	.mainvisual_area {
		display: flex;
		justify-content: start;
		align-items: flex-end;
		padding: 0;
	}

	.mainvisual_area .cat_discription {
		width: 100%;
	}

	#haneda .mainvisual_area {
		align-items: flex-end;
	}

	#haneda .mainvisual_area .cat_discription {
		margin-top: 0;
		margin-left: 0;
	}

}

#fujita_top .mainvisual_area {
	background: url(../img/fujita_main.png) no-repeat;
	background-position: right;
	background-size: cover;
}

.mainvisual_area .cat_discription h2 {
	font-size: 3.8rem;
	margin-bottom: 15px;
	line-height: 1.3;
}

.mainvisual_area .cat_discription p {
	font-size: 2rem;
	line-height: 1.5;
}

.subcat_menu {
	background: #F6FBE4;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 40px 0 20px;
	margin-bottom: 90px;
}

.fujita .subcat_menu {
	background: #F6FBE4;
}

.subcat_menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.subcat_menu ul li {
	margin-right: 50px;
	margin-bottom: 20px;
}

.subcat_menu ul li:last-of-type {
	margin-right: 0;
}

.subcat_menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.subcat_menu img {
	width: 50px;
}

.subcat_menu .secound li {
	background: url(../img/ar02.svg) no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 15px;
	margin-right: 50px;
}

.subcat_menu .secound li:last-of-type {
	margin-right: 0;
}

.fujita01 {
	height: 1020px;
	background-image: url('../img/fujita_para01.jpg');
	margin-bottom: 90px;
	background-size: contain;
}

.fujita02 {
	height: 590px;
	background-image: url('../img/fujita_para02.jpg');
	background-size: auto 100%;
	padding: 0;
	margin-bottom: 0;
}

.fujita03 {
	height: 920px;
	background-image: url('../img/fujita_para03.jpg');
	margin-bottom: 90px;
}

.fujita .bnr {
	width: 700px;
	margin: 0 auto 30px;
}

table {
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}

table th, table td {
	border: 1px solid #D9D6D6;
	padding: 20px;
	text-align: left;
}

table th {
	background: #F3F3F3;
	width: 25%;
	font-weight: bold;
	text-align: center;
}

.treatment_nv {
	background: url(../img/about_bg01.png) no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 120px 0 60px;
}

.treatment_nv ul {
	max-width: 1155px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
}

.treatment_nv ul li {
	width: 32%;
	margin-right: 1%;
}

.treatment_nv ul li img {
	vertical-align: bottom;
}

.treatment_nv ul li:last-of-type {
	margin-right: 0;
}

.about_greeting .contents_box {
	display: flex;
	justify-content: center;
}

.about_greeting .contents_box dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_greeting .contents_box dt {
	margin-right: 20px;
}

.about_greeting .contents_box dd h2 {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: left;
}

.about_greeting .contents_box dd .text {
	text-align: left;
}

.about_greeting .contents_box dd {
	width: 590px;
}

.about_greeting .contents_box dd .text_btn a {
	font-size: 1.4rem;
}

.about_special {
	margin: 0;
}

.about_special ul {
	display: flex;
	flex-wrap: wrap;
}

.about_special li {
	width: 25%;
}

.about_special li img {
	vertical-align: bottom;
}

.subcatcontents .subcat_intro_area .title_area {
	background: #C7D594;
	padding: 40px 0;
}

.subcatcontents .subcat_intro_area .title_area .subcat_title {
	font-size: 3.6rem;
	line-height: 1.5;
}

.subcatcontents .subcat_intro_area .title_area .parentcat_title {
	font-size: 2.8rem;
	line-height: 3;
}

.bread {
	padding: 50px 0;
	display: flex;
}

.subcat_intro_area .contents {
	margin-bottom: 0;
}

.subcat_intro_area .contents p img {
	margin-bottom: 0;
	vertical-align: bottom;
}

.pageinner_menu {
	background: #F6FBE4;
	padding: 40px 0;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 90px;
}

.pageinner_menu ul {
	display: flex;
	justify-content: center;
}

.pageinner_menu ul li {
	background: url(../img/ar01.svg) no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 15px;
	margin-right: 50px;
}

.pageinner_menu ul li:last-of-type {
	margin-right: 0;
}

.contents_title {
	font-size: 2.7rem;
	background: linear-gradient(transparent 65%, #DEE6C0 65%);
	font-weight: bold;
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
}

.treatment_contents {
	text-align: center;
}

.treatment_contents p {
	text-align: left;
}

.staff_contents {
	display: flex;
	align-items: center;
}

.staff_contents .img_box {
	width: 260px;
	margin-right: 25px;
}

.staff_contents .text_set {
	width: 675px;
}

.staff_contents .text_set a {
	color: #194992;
}

.staff_contents .text_set a:hover {
	text-decoration: underline;
}

.staff_contents .text_set .text_btn a {
	color: #000;
	text-decoration: none;
}

.staff_contents .text_set .text_btn a:hover {
	color: #194992;
}

.staff_contents .text_set h2 {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: left;
}

.staff_contents h2 .f_small {
	letter-spacing: .7px;
}

.performance_contents h2 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.performance_contents h3 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px dotted #C7D594;
}

.performance_contents p {
	margin-bottom: 30px;
}

.performance_contents .img_set {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.performance_contents .img_set2 {
	display: flex;
	justify-content: flex-start;
}

.performance_contents .img_set2 p:first-of-type {
	margin-right: 20px;
}

.performance_contents .img_set p {
	line-height: 2.5rem;
}

.performance_contents .img_set3 {
	display: flex;
	width: 600px;
	margin: 0px auto 40px;
}

.performance_contents .f_p01 {
	width: 678px;
}

.performance_contents .f_p02 {
	width: 253px;
}

.performance_contents .f_p03 {
	width: 486px;
}

.performance_contents .f_p04 {
	width: 458px;
}

.performance_contents .f_p05 {
	width: 514px;
}

.performance_contents .f_p06 {
	width: 414px;
}

.performance_contents .f_p07 {
	width: 960px;
	margin: 0 auto 40px;
}

.performance_contents .f_p08 {
	width: 600px;
	margin: 0 auto 40px;
}

.performance_contents .f_p09 {
	width: 450px;
	margin: 0 auto;
}

.performance_contents .f_p10 {
	width: 300px;
	margin: 0 auto;
}

.performance_contents .f_p11 {
	width: 170px;
}

.performance_contents .f_p12 {
	width: 530px;
}

.performance_contents .f_p13 {
	width: 475px;
	margin: 0 auto;
}

.performance_contents .f_p14 {
	width: 234px;
	margin: 0 auto;
}

.performance_contents .f_p15 {
	width: 577px;
	margin: 0 auto;
}

.performance_contents .f_p16 {
	width: 280px;
	margin: 0 auto;
}

.performance_contents .text_set {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.performance_contents .text_set p {
	margin-bottom: 0;
}

.performance_contents .text_set .img {
	width: 300px;
	margin-right: 30px;
}

.performance_contents .text_set .img_r {
	width: 300px;
	margin-left: 30px;
}

.performance_contents .text_set .text {
	width: 630px;
}

.performance_contents .center-img {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.performance_contents .center-img p {
	width: 33%;
	margin-right: 1%;
}

.woman .intro_area {
	margin-bottom: 90px;
}

.woman .title_area {
	background: url(../img/title_bg02.svg) no-repeat;
	background-position: center;
}

.woman .mainvisual_area {
	background: url(../img/woman_main.jpg) no-repeat;
	background-position: right;
	background-size: cover;
}

.woman .top_interview .contents {
	margin-top: 70px;
}

.interview h2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.interview .text_box {
	margin-bottom: 40px;
}

.interview .img_box {
	width: 480px;
	margin: 0 auto 40px;
}

.interview .img_box2 {
	width: 960px;
	margin: 0 auto 40px;
}

.interview .img_box3 {
	width: 735px;
	font-weight: bold;
	margin: 0 auto 40px;
}

.interview .img_box3 img {
	margin-top: 5px;
}

.interview .img_leftset, .interview .img_rightset {
	display: flex;
	margin-bottom: 40px;
}

.interview .katou_img_leftset {
	margin-bottom: 40px;
}

.interview .img_leftset .img_box {
	width: 320px;
	margin: 0 20px 0 0;
}

.interview .katou_img_leftset .img_box_float {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

.interview .img_rightset .img_box {
	width: 320px;
	margin: 0 0 0 20px;
}

.interview .img_rightset .text_box {
	margin: 0;
}

.interview .text_set {
	width: 620px;
}

.interview .img_set {
	display: flex;
}

.spinterview01 .mainvisual_area {
	background: url(../img/woman_main.jpg) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.spinterview02 .mainvisual_area {
	background: url(../img/kaneko_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.spinterview03 .mainvisual_area {
	background: url(../img/morita_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.spinterview04 .mainvisual_area {
	background: url(../img/kawano_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.spinterview01 .intro_area {
	margin-bottom: 90px;
}

.b_spinterview01 .mainvisual_area {
	background: url(../img/katou_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.b_spinterview01 .intro_area {
	margin-bottom: 90px;
}

.b_spinterview02 .mainvisual_area {
	background: url(../img/yamada_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.b_spinterview02 .intro_area {
	margin-bottom: 90px;
}

.b_spinterview03 .mainvisual_area {
	background: url(../img/kanaji_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.b_spinterview03 .intro_area {
	margin-bottom: 90px;
}

.b_spinterview03 .cat_discription a {
	color: #1D39A7;
	text-decoration: underline;
}

/*== ばんたねカテゴリトップ ==*/

.bantane .title_area {
	background: url(../img/title_bg03.svg) no-repeat;
	background-position: center;
}

.bantane .mainvisual_area {
	background: url(../img/bantane_main.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.bantane .bigcat_menu ul .at {
	color: #68A9B2;
}

.bantane .subcat_menu {
	background: #E2F2F4;
}

.bantane01 {
	height: 720px;
	background-image: url('../img/bantane_para01.jpg');
	margin-bottom: 90px;
	background-size: cover;
}

.bantane02 {
	height: 720px;
	background-image: url('../img/bantane_para02.jpg');
	background-size: cover;
	padding: 0;
	margin-bottom: 90px;
}

.bantane03 {
	height: 920px;
	background-image: url('../img/bantane_para03.jpg');
	margin-bottom: 90px;
}

.bantane .subcatcontents .subcat_intro_area .title_area {
	background: #E2F2F4;
}

#greeting .mainvisual_area {
	background: url(../img/f_greeting01_main.png) no-repeat;
	background-position: right;
	background-size: cover;
}

#greeting .main_img {
	width: 600px;
	margin: 0 auto 60px;
}

#greeting .contents h1 {
	font-size: 3rem;
	font-family: ten-mincho-text, serif;
	margin-bottom: 20px;
	line-height: 1.3;
}

#greeting .contents .catch {
	font-size: 2rem;
	font-family: ten-mincho-text, serif;
}

#greeting .img_rightset, #greeting .img_leftset {
	display: flex;
}

#greeting .img_rightset .img_box {
	width: 300px;
	margin: 0 0 0 20px;
}

#greeting .img_leftset .img_box {
	width: 300px;
	margin: 0 20px 0 0;
}

#greeting .text_set {
	width: 640px;
}

#greeting .name {
	text-align: right;
}

#greeting .name img {
	width: 30%;
}

.kanaji_img_set {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	gap: 0 5px;
}

.kanaji_video_set {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 40px;
}

.kanaji_video_set video {
	margin: 0 auto;
}

.kanaji_img_set img {
	width: auto;
	height: 100%;
}

/*== 岡崎医療センターカテゴリトップ ==*/

.okazaki .bigcat_menu ul .at {
	color: #B29566;
}

.okazaki .title_area {
	background: url(../img/title_bg04.svg) no-repeat;
	background-position: center;
}

.okazaki .mainvisual_area {
	background: url(../img/okazaki_main_a.png) no-repeat;
	background-position: right;
	background-size: cover;
	margin-bottom: 90px;
}

.okazaki01 {
	height: 590px;
	background-image: url('../img/okazaki_para02.jpg');
	background-size: contain;
	background-position: center;
	padding: 0;
	margin-bottom: 90px;
}

.okazaki02 {
	height: 640px;
	background-image: url('../img/okazaki_para.jpg');
	background-size: cover;
	padding: 0;
	margin-bottom: 90px;
}

.okazaki .subcatcontents .subcat_intro_area .title_area {
	background: #EFE8DD;
	padding: 90px 0;
}

/*== 羽田クリニックカテゴリトップ ==*/
#haneda .bigcat_menu ul .at {
	color: #9762A7;
}

#haneda .title_area {
	background: url(../img/title_bg04.svg) no-repeat;
	background-position: center;
}

.haneda_top .mainvisual_area {
	justify-content: center;
	background: url(../img/haneda_main.png) no-repeat;
	background-position: left;
	background-size: cover;
}

#haneda .cat_discription {
	text-align: center;
}

.haneda_top .cat_discription {
	margin-top: 180px;
}

#haneda .cat_discription p {
	margin-bottom: 20px;
}


#haneda .subcat_menu {
	background: #ECE3EF;
}

#haneda .pageinner_menu {
	background: #ECE3EF;
}

#haneda .intro p {
	text-align: left;
}

#haneda .intro .bnr {
	display: flex;
	justify-content: center;
}

#haneda .intro .bnr img {
	width: 100%;
}

.haneda01 {
	height: 650px;
	background-image: url('../img/haneda_para01.jpg');
	background-size: 100%;
	background-position: top;
	padding: 0;
	margin-bottom: 90px;
}

.haneda02 {
	height: 600px;
	background-image: url('../img/haneda_para02.jpg');
	background-size: auto 100%;
	padding: 0;
	margin-bottom: 90px;
}

.haneda03 {
	height: 600px;
	background-image: url('../img/haneda_para03.jpg');
	background-size: auto 100%;
	padding: 0;
	margin-bottom: 90px;
}

.haneda04 {
	height: 600px;
	background-image: url('../img/haneda_para04.jpg');
	background-size: auto 100%;
	background-position: left;
	padding: 0;
	margin-bottom: 90px;
}


#haneda .subcatcontents .subcat_intro_area .title_area {
	background: #EFE8DD;
	padding: 90px 0;
}


#haneda .greeting {
	background: #F5F5F5;
	padding: 30px;
}

#haneda .greeting .profile_area {
	display: flex;
	align-items: center;
}

#haneda .greeting .profile_area .photo_area {
	margin-right: 25px;
}

#haneda .greeting .profile_area .name_area .name {
	font-size: 2.1rem;
	font-weight: bold;
}

#haneda .greeting .profile_area .name_area .name span {
	font-size: 1.4rem;
}

#haneda .greeting .profile_area .name_area .specialist {
	font-size: 1.4rem;
}

#haneda .greeting .profile_area .name_area .text_btn a {
	font-size: 1.6rem;
}

#haneda .greeting .movie {
	text-align: center;
	position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 50px;
}

#haneda .greeting .movie:last-of-type {
	margin-bottom: 0;
}

#haneda .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*== 羽田クリニック治療ページ ==*/

.haneda_treatment .mainvisual_area {
	justify-content: center;
	background: url(../img/haneda_treatment_main.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.haneda_treatment .main_title {
	text-align: left;
	margin-bottom: 60px;
}

.haneda_treatment .section_title {
	text-align: left;
	margin-bottom: 30px;
}

.haneda_treatment .img_set {
	display: flex;
	margin-bottom: 60px;
}


.haneda_treatment .img_set .imgarea {
	width: 400px;
	margin-right: 45px;
}

.haneda_treatment .img_set .listarea {
	display: flex;
}

.haneda_treatment .img_set .listarea ul {
	text-align: left;
	font-weight: bold;
	margin-right: 45px;
}

.haneda_treatment .img_set .listarea ul li {
	line-height: 1.6;
	margin-bottom: 10px;
}

.haneda_treatment .img_set .listarea ul ul {
	margin-right: 0;
}

.haneda_treatment .img_set .listarea ul ul li {
	font-weight: normal;
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 2px;
}


/*== ご案内（藤田医科大学病院） ==*/

#gudance_f .mainvisual_area {
	background: url(../img/guidance_main.jpg) no-repeat;
	background-position: right;
	background-size: cover;
}

/*== 治療内容のご案内（藤田医科大学病院） ==*/

#treatment_f .mainvisual_area {
	background: url(../img/treatment_main.jpg) no-repeat;
	background-position: right;
	background-size: cover;
}

/*== 患者さまへ（藤田医科大学病院） ==*/

#patient_f .mainvisual_area {
	background: url(../img/patient_main.png) no-repeat;
	background-position: right;
	background-size: cover;
}

.icon_btn {
	text-align: center;
}

.icon_btn p {
	background: #FFE5E5;
	display: inline-block;
	margin: 0 auto 40px;
	border-radius: 6px;
	font-size: 2rem;
	font-weight: bold;
}

.icon_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
}

.icon_btn a img {
	width: 50px;
	margin-right: 20px;
}

/*== 募集について-研修医・学生の方へ ==*/

.recruit .title_area {
	background: url(../img/title_bg05.svg) no-repeat;
	background-position: center;
}

.recruit .mainvisual_area {
	background: url(../img/recruitment_main.png) no-repeat;
	background-position: right;
	background-size: cover;
}

.recruit .pageinner_menu {
	background: #D3ECF8;
}

.recruit .contents {
	text-align: center;
}

.recruit .top_news dl dd {
	text-align: left;
}

.recruit .contents_title {
	background: linear-gradient(transparent 65%, #D3ECF8 65%);
}

.recruit01 {
	height: 650px;
	background-image: url('../img/recruitment_img02.jpg');
	background-size: cover;
	padding: 0;
	margin-bottom: 90px;
}

.recruit02 {
	height: 650px;
	background-image: url(../img/fujita_para01.jpg);
	background-size: cover;
	padding: 0;
	margin-bottom: 90px;
}

.recruit .recruit_news {
	display: flex;
	justify-content: flex-start;
	text-align: left;
}

.recruit .recruit_news h2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.recruit .recruit_news .img_box {
	margin: 0 30px 0 0;
}

.recruit .recruit_news img {
	width: 300px;
}

.recruit .staff_contents {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	text-align: left;
}

.recruit .staff_contents .img_box {
	width: 260px;
	margin-right: 25px;
}

.recruit .staff_contents .img_box2 {
	width: 600px;
	margin: 0 auto;
}

.recruit .staff_contents .img_box p {
	margin-bottom: 10px;
}

.recruit .staff_contents .img_box h2 {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}

.recruit .staff_contents .text_set {
	width: 675px;
}

.recruit .recruit_img {
	width: 780px;
	margin: 0 auto;
}

.recruit .contents .text_box {
	text-align: left;
}

.recruit .contents .text_box a {
	text-decoration: underline;
}

.recruit .info_title {
	font-weight: bold;
	text-align: left;
}

.gyoseki h2 {
	color: rgb(112, 124, 66);
}

.gyoseki h3 {
	border: none;
}

.gyoseki .contents_box {
	margin-bottom: 20px;
	border-bottom: 1px dotted #2b2b2b;
}

#topics .subcat_intro_area .title_area {
	background: #D3ECF8;
}

#topics .img_box {
	width: 600px;
	margin: 0 auto 60px;
}

#topics .img_boxL {
	width: 960px;
	margin: 0 auto 60px;
}

#topics .contents {
	text-align: center;
}

#topics .contents h1 {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: bold;
}

#topics .contents .contents_title {
	font-size: 2rem;
	margin-bottom: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 65%, #D3ECF8 65%);
}

#topics .contents table {
	margin-bottom: 60px;
	text-align: left;
}

#topics a {
	text-decoration: underline;
}

#topics .contents .topics15_img {
	width: 520px;
	margin: 0 auto;
}

.mb90 {
	margin-bottom: 90px;
}

.twitter_btn {
	width: 680px;
	margin: 0 auto;
}

.column img {
	width: auto;
}

.column .center-img {
	text-align: center;
}

.column .img-set {
	display: flex;
	justify-content: center;
	flex-shrink: 1;
}

.column .img-set p:first-of-type {
	margin-right: 30px;
}

.column .link {
	margin-bottom: 10px;
	text-align: left;
}

.column .link a {
	background: url(../img/ar02.svg) no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 15px;
	margin-right: 50px;
	color: #1D39A7;
}


/*== セミナーページ==*/
#seminar .mvarea {
	margin-bottom: 90px;
}

#seminar .contents a {
	text-decoration: underline;
}

#seminar .contents .img-set {
	justify-content: flex-start;
	align-items: center;
}

#seminar .contents .frame {
	background-color: #F5F5F5;
	padding: 20px;
	margin-bottom: 30px;
}

#seminar .contents .img-set p {
	margin: 0;
}

#seminar .contents .img-set p img {
	vertical-align: top;
	margin-right: 30px;
}

#seminar .contents .img-set div p {
	margin-bottom: 20px;
}

#seminar .contents .img-set div p:last-of-type {
	margin-bottom: 0;
}

#seminar .contents .flow {
	display: flex;
	justify-content: space-around;
	text-align: left;
}

#seminar .contents .flow li {
	width: 28%;
}

#seminar .contents .flow li img {
	width: 100%;
}

.alumniassociation .bnr_area ul {
	display: flex;
	justify-content: space-between;
}

#seminar .center-img img {
    width: 100%;
}

/*---- 新専攻医募集ぺージ----*/
#saiyo .kv_area {
	width: 100%;
	margin-bottom: 60px;
}

#saiyo .kv_area img {
	width: 100%;
}

#saiyo .intro_area {
	width: 960px;
	margin: 0 auto 50px;
}

#saiyo .intro_area h1 {
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-size: 5rem;
	line-height: 1.2;
	margin-bottom: 50px;

}

#saiyo .intro_area h1 span {
	font-size: 3rem;
}

#saiyo .intro_area p {
	text-align: center;
}

#saiyo .anchor_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(70deg, #C6DBE3, #DFE0DB, #C8D8D7, #DFE5E9);
	margin-bottom: 100px;
	padding: 20px;
}

#saiyo .anchor_menu ul li {
	margin-left: 30px;
	font-weight: bold;
}

#saiyo .anchor_menu ul li a::before {
	content: "▼ ";
	font-size: 1.1rem;
}

#saiyo .contents_title {
	text-align: left;
	display: block;
	background: none;
}

#saiyo .f_2rem {
	font-size: 2rem;
}

#saiyo .img-set {
	align-items: center;
	margin-bottom: 50px;
}

#saiyo .img-set img {
	vertical-align: top;
	margin-right: 30px;
}

#saiyo .frame {
	background-color: #F3F3F3;
	padding: 20px;
}

#saiyo .frame p {
	margin: 0;
}

#saiyo .contents .frame .text_btn_d {
	margin-top: 20px;
}

#saiyo .contents .text_btn_d a {
	color: #fff;
	background-color: #1E333B;
	border-radius: 0;
	font-size: 2rem;
	padding: 10px 50px;
	text-decoration: none !important;
}

#saiyo .info_title {
	font-weight: bold;
	text-align: left;
}

#saiyo .contents .text_box a, #saiyo .contents table a {
	text-decoration: underline;
}

#saiyo .movie-area {
	margin-bottom: 80px;
}

#saiyo .movie_title {
	font-size: 2rem;
}

#senpai .text_btn_d {
	text-align: center;
}

/*== sp ==*/

/*============================================================================================================================================================*/

/*============================================================================================================================================================*/

/*============================================================================================================================================================*/

@media (max-width: 769px) {
	.main_slide {
		margin-bottom: 30px;
	}

	.promotion_area {
		width: 94%;
		margin: 0 auto 50px;
	}

	.promotion_area .promotion_title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.promotion_area .promotion_text {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 30px;
		text-align: center;
		color: #000;
		font-family: ten-mincho-text, serif;
	}

	.promotion_area .promotion_btn {
		text-align: center;
	}

	#top .promotion_area .promotion_btn a {
		font-size: 1.6rem;
	}

	#top .movie-area {
		width: 100%;
		margin: 0 auto 30px;
	}

	#top .top_topics {
		width: 100%;
		padding: 30px 0;
		margin-bottom: 90px;
	}

	#top .top_topics .topTopics_contents {
		width: 90%;
	}

	#top .top_topics .topics_title {
		font-family: ten-mincho-text, serif;
		font-size: 2rem;
		margin-bottom: 20px;
	}

	#top .top_topics p {
		margin-bottom: 20px;
	}

	.l_contents {
		max-width: 90%;
		margin: 0 auto 30px;
	}

	.contents {
		max-width: 90%;
		margin: 0 auto 30px;
	}

	.intro {
		text-align: left;
	}

	.intro .category_menu {
		display: flex;
		flex-wrap: wrap;
	}

	.intro .category_menu li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: left;
		font-size: 1.8rem;
		font-weight: bold;
	}

	.main_title {
		font-size: 2.3rem;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: center;
	}

	.movie_title {
		font-size: 2.3rem;
	}

	.section_title {
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: center;
	}

	.top_hospital {
		display: block;
	}

	.top_hospital .contents_box {
		width: 80%;
		margin: 0 auto 30px;
	}

	.top_hospital .contents_box:last-of-type {
		margin-right: auto;
	}

	.para_area {
		height: 200px;
		padding: 5%;
		margin-bottom: 20px;
	}

	.message {
		font-size: 2.8rem;
		line-height: 5rem;
		text-align: center;
	}

	.top_target {
		display: block;
	}

	.top_target .contents_box {
		width: 100%;
		padding: 20px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.top_target .contents_box p {
		margin-bottom: 10px;
	}

	.top_target .icon_set {
		font-size: 2rem;
	}

	.top_target .icon_set .icon {
		margin-right: 10px;
	}

	.top_target .patient .icon {
		width: 60px;
	}

	.top_target .student .icon {
		width: 50px;
	}

	.top_target .btn_set {
		display: block;
		text-align: center;
	}

	.top_target .btn_set p:nth-of-type(2n) {
		margin-left: 0;
	}

	.top_interview {
		background: url(../img/top_bg03_sp.png);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 30px 10px;
	}

	.top_interview .catch {
		font-size: 2rem;
	}

	.top_interview h1 {
		font-size: 3rem;
		line-height: 1.3;
	}

	.top_interview h2 {
		font-size: 2.3rem;
		margin-bottom: 30px;
	}

	.top_news h1 {
		font-size: 2rem;
		margin: 40px;
	}

	.top_news dl {
		display: block;
		font-size: 1.4rem;
		padding-bottom: 30px;
		border-bottom: 1px dotted #707070;
		margin-bottom: 30px;
	}

	.top_news dt {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.top_news .cat {
		display: inline-block;
		width: 180px;
		border: 1px solid #707070;
		border-radius: 30px;
		text-align: center;
		margin-right: 0;
	}

	.text_btn {
		text-align: center;
	}

	.sp_table {
		border-collapse: collapse;
		margin-bottom: 30px;
		width: 100%;
	}

	.sp_table th, .sp_table td {
		border: 1px solid #D9D6D6;
		padding: 15px;
		width: 100%;
		padding: 8px;
		display: block;
	}

	.sp_table th {
		text-align: center;
	}

	.top_news h1 {
		font-size: 2.7rem;
		text-align: center;
		margin: 60px;
	}

	.top_news dl {
		display: block;
		font-size: 1.4rem;
	}

	.top_news .date {
		margin-right: 0;
	}

	.top_news .text {
		max-width: 100%;
	}

	.ipad .top_news .text {
		max-width: 50%;
	}

	.top_news .cat {
		width: 100%;
		margin-right: 0;
	}

	.about_special {
		margin: 0;
	}

	.about_special ul {
		display: flex;
		flex-wrap: wrap;
	}

	.about_special li {
		width: 50%;
	}

	.about_special li img {
		vertical-align: bottom;
	}

	/*== 藤田医科大学病院トップ、2階層共通 ==*/
	.fujita .title_area {
		background-size: contain;
	}

	.title_area h1 {
		font-size: 4rem;
		padding: 10px 20px 30px;
		margin-bottom: 15px;
	}

	.title_area h1 .subtitle {
		font-size: 2rem;
	}

	.bigcat_menu ul {
		padding: 10px 10px 10px 20px;
		width: 90%;
		margin: 0 auto 30px;
	}

	.bigcat_menu ul li {
		margin-right: 10px;
		padding-right: 10px;
		font-size: 1.4rem;
	}

	.mainvisual_area {
		align-items: flex-end;
		min-height: 360px;
		padding: 0;
	}

	.mainvisual_area .cat_discription {
		width: 100%;
		padding: 20px;
	}

	#fujita_top .mainvisual_area {
		background: url(../img/fujita_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.mainvisual_area .cat_discription h2 {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.mainvisual_area .cat_discription p {
		font-size: 1.4rem;
	}

	.subcat_menu {
		font-size: 1.4rem;
		padding: 20px 20px 0;
		margin-bottom: 50px;
	}

	.subcat_menu ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.subcat_menu ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	.subcat_menu ul li:nth-last-of-type(2n) {
		margin-right: 0;
	}

	.subcat_menu ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.subcat_menu img {
		width: 50px;
		margin-right: 4px;
	}

	.subcat_menu .secound li {
		background: url(../img/ar02.svg) no-repeat;
		background-position: left center;
		background-size: 8px auto;
		padding-left: 15px;
		margin-right: 4%;
	}

	.subcat_menu .secound li:last-of-type {
		margin-right: 0;
	}

	.para_area {
		background-attachment: scroll;
	}

	.fujita01 {
		height: 200px;
		background-image: url('../img/fujita_para01.jpg');
		margin-bottom: 30px;
		background-size: contain;
	}

	.fujita02 {
		height: 220px;
		background-image: url('../img/fujita_para02.jpg');
		background-size: cover;
		padding: 0;
		margin-bottom: 0;
	}

	.fujita03 {
		height: 200px;
		background-image: url('../img/fujita_para03.jpg');
		background-size: contain;
		margin-bottom: 30px;
	}

	.treatment_nv {
		background: url(../img/about_bg01.png) no-repeat;
		background-position: left top;
		background-size: cover;
		padding: 30px 0;
	}

	.treatment_nv ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.treatment_nv ul li {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%;
	}

	.treatment_nv ul li img {
		vertical-align: bottom;
	}

	.treatment_nv ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.about_greeting .contents_box {
		display: block;
	}

	.about_greeting .contents_box dl {
		display: block;
	}

	.about_greeting .contents_box dt {
		margin: 0 auto;
		width: 70%;
	}

	.about_greeting .contents_box dd h2 {
		font-size: 1.8rem;
	}

	.about_greeting .contents_box dd {
		width: 100%;
	}

	.about_greeting .contents_box dd .text_btn {
		text-align: center;
	}

	.about_greeting .contents_box dd .text_btn a {
		font-size: 1.4rem;
	}

	.subcatcontents .subcat_intro_area .title_area {
		background: #C7D594;
		padding: 0;
	}

	.subcatcontents .subcat_intro_area .title_area .subcat_title {
		font-size: 2.4rem;
	}

	.subcatcontents .subcat_intro_area .basic .subcat_title {
		padding: 30px 0;
	}

	.subcatcontents .subcat_intro_area .title_area .parentcat_title {
		font-size: 1.8rem;
		line-height: 3;
	}

	.bread {
		padding: 20px 0;
		display: block;
	}

	.bread li {
		display: inline-block;
	}

	.subcat_intro_area .contents {
		margin-bottom: 0;
	}

	.subcat_intro_area .contents p img {
		margin-bottom: 0;
		vertical-align: bottom;
	}

	.pageinner_menu {
		background: #F6FBE4;
		padding: 20px 0;
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.pageinner_menu ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.pageinner_menu ul li {
		font-size: 1.4rem;
		background-position: left 1rem;
		background-size: 8px auto;
		padding-left: 15px;
		margin-right: 0;
	}

	.pageinner_menu ul li:last-of-type {
		margin-right: 0;
	}

	.contents_title {
		font-size: 2.2rem;
		background: linear-gradient(transparent 65%, #DEE6C0 65%);
		font-weight: bold;
		display: inline-block;
		margin-bottom: 30px;
		text-align: center;
	}

	.treatment_contents {
		text-align: center;
	}

	.treatment_contents p {
		text-align: left;
	}

	.staff_contents {
		display: block;
		margin-bottom: 50px;
		text-align: center;
	}

	.staff_contents .img_box {
		width: 70%;
		margin: 0 auto;
	}

	.staff_contents .text_set {
		width: 100%;
	}

	.staff_contents .text_set p {
		margin-bottom: 15px;
	}

	.staff_contents .text_set h2 {
		font-size: 1.6rem;
		text-align: center;
	}

	.staff_contents .text_btn {
		text-align: center;
	}

	.performance_contents h2 {
		font-size: 2.2rem;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
	}

	.performance_contents h3 {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
		border-bottom: 1px dotted #C7D594;
	}

	.performance_contents p {
		margin-bottom: 30px;
	}

	.performance_contents .img_set {
		display: block;
		margin-bottom: 40px;
	}

	.performance_contents .img_set3 {
		display: block;
		width: 100%;
	}

	.performance_contents .img_set p {
		line-height: 2.5rem;
	}

	.performance_contents .f_p01 {
		width: 100%;
	}

	.performance_contents .f_p02 {
		width: 100%;
	}

	.performance_contents .f_p03 {
		width: 100%;
	}

	.performance_contents .f_p04 {
		width: 100%;
	}

	.performance_contents .f_p05 {
		width: 100%;
	}

	.performance_contents .f_p06 {
		width: 100%;
	}

	.performance_contents .f_p07 {
		width: 100%;
		margin: 0 auto 40px;
	}

	.performance_contents .f_p08 {
		width: 100%;
		margin: 0 auto 40px;
	}

	.performance_contents .f_p09 {
		width: 100%;
		margin: 0 auto;
	}

	.performance_contents .f_p10 {
		width: 100%;
		margin: 0 auto 40px;
	}

	.performance_contents .f_p11 {
		width: 35%;
	}

	.performance_contents .f_p12 {
		width: 100%;
	}

	.performance_contents .f_p13 {
		width: 100%;
		margin: 0 auto;
	}

	.performance_contents .f_p14 {
		width: 100%;
		margin: 0 auto;
	}

	.performance_contents .f_p15 {
		width: 100%;
		margin: 0 auto;
	}

	.performance_contents .f_p16 {
		width: 100%;
		margin: 0 auto;
	}

	.performance_contents .text_set {
		display: block;
		margin-bottom: 40px;
	}

	.performance_contents .text_set p {
		margin-bottom: 0;
	}

	.performance_contents .text_set .img {
		width: 100%;
		margin-right: 0;
	}

	.performance_contents .text_set .img_r {
		width: 100%;
		margin-left: 0;
	}

	.performance_contents .text_set .text {
		width: 100%;
	}

	.performance_contents .center-img {
		display: block;
		margin-bottom: 0;
	}

	.performance_contents .center-img p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.woman .intro_area {
		margin-bottom: 30px;
	}

	.woman .title_area {
		background-size: contain;
	}

	.woman .mainvisual_area {
		background: url(../img/woman_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.woman .top_interview .contents {
		margin-top: 30px;
		padding-bottom: 60px;
	}

	.interview h2 {
		text-align: left;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.interview .text_box {
		margin-bottom: 40px;
	}

	.interview .img_box {
		width: 100%;
		margin: 0 auto 40px;
	}

	.interview .img_box video {
		width: 100%;
	}

	.interview .img_box2 {
		width: 100%;
		margin: 0 auto 40px;
	}

	.interview .img_box3 {
		width: 100%;
		margin: 0 auto 40px;
	}

	.interview .img_leftset, .interview .img_rightset {
		display: block;
		margin-bottom: 0;
	}

	.interview .img_leftset .img_box {
		width: 100%;
		margin: 0 0 20px;
	}

	.interview .img_rightset .img_box {
		width: 100%;
		margin: 0 0 20px;
	}

	.interview .img_rightset .text_box {
		margin: 0;
	}

	.interview .text_set {
		width: 100%;
		margin: 0 0 20px;
	}

	.interview .img_set {
		display: inline;
	}

	.spinterview01 .mainvisual_area {
		background: url(../img/woman_main.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.spinterview02 .mainvisual_area {
		background: url(../img/kaneko_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.spinterview03 .mainvisual_area {
		background: url(../img/morita_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.spinterview01 .intro_area {
		margin-bottom: 30px;
	}

	.b_spinterview01 .mainvisual_area {
		background: url(../img/katou_main_sp.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.b_spinterview01 .intro_area {
		margin-bottom: 30px;
	}

	.b_spinterview02 .mainvisual_area {
		background: url(../img/yamada_main_sp.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.b_spinterview02 .intro_area {
		margin-bottom: 90px;
	}

	.b_spinterview03 .mainvisual_area {
		background: url(../img/kanaji_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
		height: 580px;
	}

	.b_spinterview02 .intro_area {
		margin-bottom: 30px;
	}

	.b_spinterview03 .mainvisual_area .cat_discription {
		width: 100%;
		padding: 20px;
	}

	/*== ばんたねカテゴリトップ ==*/
	.bantane .title_area {
		background-size: contain;
	}

	.bantane .mainvisual_area {
		background: url(../img/bantane_main_sp.png) no-repeat;
		background-position: center top;
		background-size: cover;
		margin-bottom: 30px;
	}

	.bantane .bigcat_menu ul .at {
		color: #68A9B2;
	}

	.bantane .subcat_menu {
		background: #E2F2F4;
	}

	.bantane01 {
		height: 200px;
		background-image: url('../img/bantane_para01.jpg');
		margin-bottom: 30px;
		background-size: contain;
	}

	.bantane02 {
		height: 100px;
		background-image: url('../img/bantane_para02.jpg');
		margin-bottom: 30px;
		background-size: contain;
	}

	.bantane03 {
		height: 200px;
		background-image: url('../img/bantane_para03.jpg');
		margin-bottom: 30px;
		background-size: contain;
	}

	#greeting .mainvisual_area {
		background: url(../img/f_greeting01_main.png) no-repeat;
		background-position: right;
		background-size: cover;
	}

	#greeting .main_img {
		width: 100%;
		margin: 0 auto 30px;
	}

	#greeting .contents h1 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	#greeting .contents .catch {
		font-size: 1.8rem;
	}

	#greeting .img_rightset, #greeting .img_leftset {
		display: block;
	}

	#greeting .img_rightset .img_box {
		width: 70%;
		margin: 0 auto 20px;
	}

	#greeting .img_leftset .img_box {
		width: 70%;
		margin: 0 auto 20px;
	}

	#greeting .text_set {
		width: 100%;
	}

	#greeting .name {
		text-align: right;
	}

	#greeting .name img {
		width: 30%;
	}

	/*== 岡崎医療センターカテゴリトップ ==*/
	.okazaki .title_area {
		background-size: contain;
	}

	.okazaki .mainvisual_area {
		background: url(../img/okazaki_main_a_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.okazaki .subcatcontents .subcat_intro_area .title_area {
		padding: 0;
	}

	/*== 羽田クリニックカテゴリトップ ==*/

	#haneda .greeting .profile_area {
		display: block;
	}

	#haneda .greeting .profile_area .photo_area {
		margin-right: 0;
	}

	#haneda .greeting .profile_area .name_area .name {
		font-size: 2.1rem;
		font-weight: bold;
	}

	#haneda .greeting .profile_area .name_area .name span {
		font-size: 1.4rem;
	}

	#haneda .greeting .profile_area .name_area .specialist {
		font-size: 1.4rem;
	}

	#haneda .greeting .profile_area .name_area .text_btn a {
		font-size: 1.6rem;
	}

	#haneda .greeting .movie {
		text-align: center;
	}

	/*== 羽田クリニック治療ページ ==*/

	.haneda_treatment .mainvisual_area {
		background-size: cover;
	}

	.haneda_treatment .main_title {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.haneda_treatment .img_set {
		display: block;
		margin-bottom: 60px;
	}

	.haneda_treatment .img_set .imgarea {
		width: 100%;
		margin-right: 0;
	}

	.haneda_treatment .img_set .listarea {
		display: block;
	}

	.haneda_treatment .img_set .listarea ul {
		margin-right: 0;
	}
	

	/*== ご案内（藤田医科大学病院） ==*/
	#gudance_f .mainvisual_area {
		background: url(../img/guidance_main_sp.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
	}

	/*== 治療内容のご案内（藤田医科大学病院） ==*/
	#treatment_f .mainvisual_area {
		background: url(../img/treatment_main_sp.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
	}

	/*== 患者さまへ（藤田医科大学病院） ==*/
	#patient_f .mainvisual_area {
		background: url(../img/patient_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.icon_btn {
		text-align: center;
	}

	.icon_btn p {
		background: #FFE5E5;
		display: inline-block;
		margin: 0 auto 40px;
		border-radius: 6px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.icon_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}

	.icon_btn a img {
		width: 50px;
		margin-right: 20px;
	}

	/*== 募集について-研修医・学生の方へ ==*/
	.recruit .title_area {
		background-size: contain;
	}

	.recruit .mainvisual_area {
		background: url(../img/recruitment_main_sp.png) no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.recruit .pageinner_menu {
		background: #D3ECF8;
	}

	.recruit .contents {
		text-align: center;
	}

	.recruit .contents_title {
		background: linear-gradient(transparent 65%, #D3ECF8 65%);
	}

	.recruit01 {
		height: 200px;
		background-image: url('../img/recruitment_img02.jpg');
		background-size: contain;
		padding: 0;
		margin-bottom: 30px;
	}

	.recruit .staff_contents {
		display: block;
		text-align: left;
	}

	.recruit .staff_contents .img_box {
		width: 70%;
		margin: 0 auto;
	}

	.recruit .staff_contents .img_box p {
		margin-bottom: 10px;
	}

	.recruit .staff_contents .img_box h2 {
		font-size: 2.1rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}

	.recruit .staff_contents .text_set {
		width: 100%;
	}

	.recruit .recruit_img {
		width: 100%;
		margin: 0 auto;
	}

	.recruit .contents .text_box {
		text-align: left;
	}

	.recruit .contents .text_box a {
		text-decoration: underline;
	}

	.gyoseki h2 {
		color: rgb(112, 124, 66);
	}

	.gyoseki h3 {
		border: none;
	}

	.gyoseki .contents_box {
		margin-bottom: 20px;
		border-bottom: 1px dotted #2b2b2b;
	}

	.mb90 {
		margin-bottom: 90px;
	}

	#topics .img_box {
		width: 100%;
		margin: 0 auto 40px;
	}

	#topics .contents h1 {
		font-size: 2.6rem;
		line-height: 1.5;
		margin-bottom: 40px;
	}

	#topics .contents table {
		margin-bottom: 40px;
	}

	#topics .contents .topics15_img {
		width: 100%;
	}

	.twitter_btn {
		width: 100%;
		margin: 0 auto;
	}

	.column img {
		width: 100%;
	}

	.column .img-set {
		display: block;
	}

	.column .img-set p:first-of-type {
		margin-right: 30px;
	}

	.column .link {
		margin-bottom: 10px;
		text-align: left;
	}

	.column .link a {
		background: url(../img/ar02.svg) no-repeat;
		background-position: left center;
		background-size: 8px auto;
		padding-left: 15px;
		margin-right: 50px;
		color: #1D39A7;
	}

	/*== セミナーページ==*/
	#seminar .mvarea {
		margin-bottom: 60px;
	}

	#seminar .contents .img-set p {
		margin: 0 0 20px;
		text-align: center;
	}

	#seminar .contents .img-set p img {
		width: 50%;
		vertical-align: top;
		margin-right: 30px;
	}

	#seminar .contents .img-set div p {
		margin-bottom: 20px;
		text-align: left;
	}

	#seminar .contents .img-set div p:last-of-type {
		margin-bottom: 0;
	}

	#seminar .contents .flow {
		display: block;
	}

	#seminar .contents .flow li {
		width: 70%;
		margin: 0 auto 20px;
	}

	#seminar .contents .flow li img {
		width: 100%;
	}

	/*---- 新専攻医募集ぺージ----*/

	#saiyo .contents {
		margin: 0 auto 40px;
	}

	#saiyo .contents_title {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	#saiyo .intro_area {
		width: 90%;
		margin: 0 auto 40px;
	}

	#saiyo .intro_area h1 {
		font-size: 3rem;
		line-height: 1.4;
		margin-bottom: 20px;

	}

	#saiyo .intro_area h1 span {
		font-size: 2rem;
	}

	#saiyo .anchor_menu ul {
		display: block;
		margin-bottom: 50px;
		padding: 20px;
	}

	#saiyo .img-set p {
		text-align: center;
	}

	#saiyo .img-set .text_box p {
		text-align: left;
	}

	#saiyo .img-set img {
		width: 60%;
		margin: 0 0 20px;
	}

	#saiyo .movie-area {
		margin-bottom: 40px;
	}

	#saiyo .movie_title {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	#saiyo .contents .frame .text_btn_d {
		display: flex;
		margin-top: 20px;
		justify-content: center;
	}

	#saiyo .contents .text_btn_d a {
		text-align: center;
		padding: 10px 20px;
	}
}