@charset "utf-8";



/************************/
/***** トップページ *****/
/************************/

#mv {
    /*background: url("../images/top/mv.jpg") 50% 0 no-repeat;*/
    position: relative;
    /*height: 630px;*/
    overflow: hidden;
}

.mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 20s infinite;
}

.mv_01 {
  background: url("../images/top/mv.jpg") 100% 0 no-repeat;
  background-size: cover;
  /*background-size: contain;*/
}

.mv_02 {
  background: url("../images/top/mv_02.jpg") 100% 0 no-repeat;
  background-size: cover;
  /*background-size: contain;*/
  animation-delay : 5s;
}

.mv_03 {
  background: url("../images/top/mv_03.jpg") 100% 0 no-repeat;
  background-size: cover;
  /*background-size: contain;*/
  animation-delay : 10s;
}

.mv_04 {
  /*background: url("../images/top/mv.jpg") 64% 0 no-repeat;*/
  background: url("../images/top/mv.jpg") 100% 0 no-repeat;
  background-size: cover;
  /*background-size: contain;*/
  animation-delay : 15s;
}

@media screen and (max-width:768px){
	/*.mv_03 {
  background: url("../images/top/mv_03_sp.jpg") 55% 0 no-repeat;
}*/

	/*.mv_02 {
  background: url("../images/top/mv_02_sp.jpg") 64% 0 no-repeat;
  animation-delay : 5s;
}*/
}


@keyframes bgAnime {
   0% { opacity: 0; }
   10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
 100% { opacity: 0; }
}

#mv_in {
    max-width: 1200px;
    /*height: 630px;*/
	height: 46.5vw;
	margin: 0 auto;
	padding-left: 20px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}

#mv_in img {
	max-width: 26vw;
}

.sect_item {
    max-width: 1200px;
    margin: 80px auto;
    text-align: left;
}

.top_ttl_e {
    font-family: 'Noto Serif JP', serif;
    color: #59c2fc;
    display: flex;
	align-items: center;
}

.top_ttl_e::after {
    content: "";
    width: 5%;
    height: 1px;
    display: block;
    margin-left: 1em;
    background-color: #59c2fc;
}

.top_sect_ttl {
    margin-bottom: 40px;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}




/***** news *****/
#news dt {
    width: 15em;
    float: left;
    clear: left;
    display: flex;
    align-items: center;
}

#news dt p:nth-child(1) {
    margin-right: 2em;
}

#news dt p:nth-child(2) {
    width: 8em;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background-color: #59c2fc;
}

#news dd {
    margin-bottom: 25px;
    padding: 0 0 25px 8em;
    border-bottom: #ddd 1px solid;
}




/***** about *****/
#about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_l {
    width: 55%;
}

.about_l figure {
    display: none;
}

#about_fig {
    width: 35%;
}

#about_fig img {
    width: 100%;
}




/***** 外科医を目指す *****/
#aim {
    text-align: center;
    background: url("../images/top/aim_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#aim > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

#aim h2 {
    margin-bottom: 50px;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}

#aim h2::after {
    content: "";
    width: 10%;
    margin: 30px auto 0;
    display: block;
    border-bottom: #fff 2px solid;
}

#aim p {
    font-size: 2rem;
    color: #fff;
}




/***** education *****/
#education {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.education_r {
    width: 55%;
    order: 2;
}

.education_r figure {
    display: none;
}

#education_fig {
    width: 40%;
    order: 1;
}

#education_fig img {
    width: 100%;
}





/***** experience *****/
#experience {
    max-width: 1200px;
    margin: 0 auto;
}

#experience h2 {
    /*margin-bottom: 30px;*/
    margin-bottom: -40px;
    padding-left: 7%;
    font-size: 2.7rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    position: relative;
}

#experience h2::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    width: 5%;
    height: 1px;
    display: block;
    background-color: #000;
}

.swiper {
	/*max-width: 1500px;*/
    max-width: 1200px;
	padding-top: 70px!important;
}

.swiper-slide {
    width: 280px;
	height: 365px;
    margin-right: 25px;
}

.swiper-slide:nth-last-child(1) {
    margin-right: 0;
}

.swiper .slider_tit {
    width: 100%;
	color: #fff;
    text-align: left;
}

.swiper .slider_tit dt {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 500;
}

.swiper .slider_tit dd {
    font-size: 1.5rem;
}

.swiper .slider_img {
	/*width: 100%;*/
	padding-bottom: 15px;
}

.swiper .slider_img img {
	width: 100%;
}

.swiper a {
    width: 280px;
	height: 365px;
    transition: 0.5s;
}

.swiper a:hover {
    opacity: 0.7;
}

.swiper p {
    width: 100%;
    margin-top: 10px;
    text-align: right;
    color: #fff;
}

.swiper p span {
    font-size: 1.4rem;
}

.swiper_mask {
    height: 100%;
    padding: 20px;
    text-align: left;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(0,55,147,0) 15%,rgba(0,55,147.2));
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.swiper{
	padding-bottom: 30px!important;
}

.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }

.swiper-scrollbar{
	background-color: rgba(255,255,255,0.8)!important;
	bottom: 0px!important;
	width: 100%!important;
	right: 0!important;
	left: auto!important;
}

.swiper-scrollbar-drag{
	background-color: rgba(89,194,252,1)!important;
}

.swiper-parent{
	position: relative;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	bottom: 0px;
	top: auto!important;
}

.swiper-horizontal > .swiper-scrollbar {
    background-color: #eee!important;
}

/*スライダーのやじるし調整*/
.swiper-button-next, .swiper-button-prev{
	top: 30px!important;
	left: auto!important;
	right: 0!important;
}

/*ボタンのポジションの調整*/
.swiper-button-next{
	right: 0!important;
}

.swiper-button-prev{
	right: 55px!important;
}

/*ボタンの色の調整*/
.swiper-button-next, .swiper-button-prev{
	border:solid rgba(89,194,252,1) 2px;
	padding: 3px 20px;
	transition-duration: 200ms;
	color: rgba(89,194,252,1);
}


/*端っこのコンテンツに到達したときのボタンの挙動*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1!important;
	border: 2px solid #ccc;
	color: #ccc;
}

.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after{
	color: #ccc;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 2rem!important;
	color: rgba(89,194,252,1);
}




/***** visit *****/
#visit {
    margin-top: 80px;
    padding: 50px 0;
    background: url("../images/top/visit_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#visit > div {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.visit_box {
    width: 48%;
    padding: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
}

.visit_box h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
}




/***** bnr *****/
#bnr {
    padding: 50px 0;
}

#bnr figure {
    width: 600px;
    margin: 0 auto;
}

#bnr figure img {
    width: 100%;
    transition: 0.5s;
}

#bnr figure img:hover {
    opacity: 0.7;
}


@media screen and (max-width:768px){
#mv {
    /*height:180px;*/
}

.mv_slide {
    /*background-size: cover;*/
}

#mv_in {
    max-width: 100%;
    /*height: 180px;*/
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: flex-end;
}

#mv_in figure {
    padding-left: 0;
}

#mv_in img {
    width: 22vw;
}

.sect_item {
    max-width: 100%;
    margin: 30px 0 50px;
    padding: 0 10px;
}

.top_ttl_e::after {
    content: "";
    width: 10%;
}

.top_sect_ttl {
    margin-bottom: 20px;
	font-size: 2.8rem;
}
	
	.top_ttl_e p{
		font-size: 1.4rem;
	}




/***** news *****/
#news dt {
    width: 100%;
    margin-bottom: 10px;
    float: none;
}

#news dt p:nth-child(1) {
    margin-right: 1em;
}

#news dt p:nth-child(2) {
    padding: 3px 10px;
}

#news dd {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
}




/***** about *****/
#about {
    display: block;
}

.about_l {
    width: 100%;
}

.about_l figure {
    display: none;
}

#about_fig {
    width: 80%;
    margin: 30px auto 0;
}

#about_fig img {
    width: 100%;
}




/***** 外科医を目指す *****/
#aim > div {
    max-width: 100%;
    margin: 0;
    padding: 30px 10px;
}

#aim h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
}

#aim h2::after {
    content: "";
    width: 30%;
    margin: 20px auto 0;
    display: block;
    border-bottom: #fff 2px solid;
}

#aim p {
    font-size: 1.8rem;
    text-align: left;
}
	
	




/***** education *****/
#education {
    display: block;
}

.education_r {
    width: 100%;
}

.education_r figure {
    display: none;
}

#education_fig {
    display: none;
}





/***** experience *****/
#experience {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

#experience h2 {
    margin-bottom: -40px;
}

.swiper {
	/*max-width: 1500px;*/
    width: 100%;
	padding: 0 20px;
}

.swiper-slide {
    width: 280px;
	height: 365px;
}

.swiper > p {
	margin-top: 15px;
	line-height: 1.7;
}

.swiper .slider_tit dt {
    font-size: 1.8rem;
}

.swiper .slider_tit dd {
    font-size: 1.4rem;
}

.swiper .slider_img {
	padding-bottom: 15px;
}

.swiper a {
    width: 280px;
	height: 365px;
    transition: 0.5s;
}

.swiper a:hover {
    opacity: 0.7;
}

.swiper p span {
    font-size: 1.3rem;
}

.swiper_mask {
    padding: 10px;
}

/*スライダーのやじるし調整*/
.swiper-button-next, .swiper-button-prev{
	top: 30px!important;
	left: auto!important;
	right: 0!important;
}

/*ボタンのポジションの調整*/
.swiper-button-next{
	right: 0!important;
}

.swiper-button-prev{
	right: 45px!important;
}

/*ボタンの色の調整*/
.swiper-button-next, .swiper-button-prev{
	border:solid rgba(89,194,252,1) 2px;
	padding: 3px 15px;
	transition-duration: 200ms;
	color: rgba(89,194,252,1);
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1.6rem!important;
}





/***** visit *****/
#visit {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("../images/top/visit_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#visit > div {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    display: block;
}

.visit_box {
    width: 100%;
    padding: 15px;
}

.visit_box:nth-child(1) {
    margin-bottom: 10px;
}




/***** bnr *****/
#bnr {
    padding: 30px 10px;
}

#bnr figure {
    width: 100%;
    margin: 0 auto;
}

#bnr figure img {
    width: 100%;
    transition: 0.5s;
}

#bnr figure img:hover {
    opacity: 0.7;
}
}





/****************************/
/***** コンテンツ共通 *****/
/****************************/



/***** 共通タイトル *****/
#category_ttl {
    padding: 60px 0;
    text-align: center;
}

#category_ttl h2 {
    font-size: 3.2rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

.category_about {
    background: url("../images/contents/category_about_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.category_aim {
    background: url("../images/contents/category_aim_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.category_training {
    background: url("../images/contents/category_training_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.category_alumni {
    background: url("../images/contents/category_alumni_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.category_common {
    background: url("../images/contents/category_common_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#page_ttl {
    /*margin-top: 60px;*/
    margin-bottom: 40px;
    padding-bottom: 20px;
    /*border-bottom: #008eef 2px solid;*/
    border-bottom: 2px solid #0197fe;
    border-image: linear-gradient(to right, #0197fe 0%, #9fd8f8 100%);
    border-image-slice: 1;
}

#page_ttl h2 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/*#page_ttl::after {
    content: "";
    width: 5%;
    margin-top: 20px;
    display: block;
    border-bottom: #59c2fc 1px solid;
}*/

.ttl {
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: 500;
    /*color: #59c2fc;*/
    position: relative;
}

.ttl::after {
    content: "";
    width: 8%;
    margin-top: 15px;
    display: block;
    border-bottom: #59c2fc 1px solid;
}

.ttl_center{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.8rem;
    font-weight: 500;
	position: relative;
}

.ttl_center::after {
    content: "";
    width: 8%;
    margin-top: 20px;
    display: block;
    border-bottom: #59c2fc 2px solid;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

.sub_ttl {
    margin: 40px 0 20px;
    font-size: 2.4rem;
    font-weight: 500;
}

.cap {
	margin: 20px 0 15px;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.box3 .cap,.box2 .cap,.box1 .cap{
	margin: 0 0 15px;
}

.cap::before {
    content: "";
    width: 13px;
    height: 2px;
    background-color: #59c2fc;
    position: absolute;
    left: 0;
    top: 15px;
}

.sub_cap {
    margin-bottom: 15px;
    font-weight: 500;
    color: #59c2fc;
}

.bg_blue{
	background-color: #FAFEFF;
	padding: 50px 0;
}



/***** パンクズ *****/
#breadcrumb {
    padding: 10px 0;
    background-color: #f3fcff;
}

#breadcrumb ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

#breadcrumb ul li {
    padding-right: 17px;
    padding-left: 12px;
    font-size: 1.3rem;
    position: relative;
}

#breadcrumb ul li::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 43%;
    display: block;
    width: 5px;
	height: 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#breadcrumb ul li:first-child {
    padding-left: 0;
}

#breadcrumb ul li:first-child::after {
    display: none;
}




/***** ボックス *****/
#wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px;
    display: flex;
    justify-content: space-between;
}

#wrap_r {
    text-align: left;
    flex: 1;
    order: 2;
}

#wrap_l {
    width: 300px;
    margin-right: 50px;
    order: 1;
}

.inner {
    margin-bottom: 70px;
    /*padding-bottom: 50px;
    border-bottom: #d3d3d3 1px solid;*/
	margin-left: 15px;
	margin-right: 15px;
	
}

#wrap_r .inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.box1 {
    padding: 20px;
    background-color: #f9f9f9;
    border: #d3d3d3 1px solid;
    border-radius: 5px;
}

.box2 {
    padding: 20px;
    background-color: #fff0f0;
    border: #ffcfcf 1px solid;
    border-radius: 5px;
}

.box3 {
    padding: 20px;
    background-color: #ebf5ff;
    border: #cfe9ff 1px solid;
    border-radius: 5px;
}

.box_white{
	background-color: #fff;
}

.flex_bet { /*space-between*/
    display: flex;
    justify-content: space-between;
}

.flex_bet p { 
    flex: 1;
}


@media screen and (max-width: 980px){
.flex_bl{
	display: block;
}

	.flex_bl .figure_r{
		margin: 20px auto 0;
	}

}



/***** リスト *****/
.disc {
    margin-left: 15px;
}

.disc li{
	position: relative;
}

.disc li::before{
	content: "";
	display: inline-block;
	background-color: #000;
	border-radius: 100vh;
	width: 5px;
	height: 5px;
	position: absolute;
	top:0.6em;
	left: -14px;
}




/***** サイドナビ *****/
#side_nav li {
    border-bottom: #d3d3d3 1px solid;
}

#side_nav li:first-child {
    border-top: #d3d3d3 1px solid;
}

#side_nav li a {
    padding: 30px 20px;
    text-align: left;
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
    transition: 0.5s;
}

#side_nav li a::after {
    content: "";
    color: #0298fe;
    position: absolute;
    right: 20px;
    top: 48%;
    display: block;
    width: 6px;
	height: 6px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition: 0.2s;
}

#side_nav li a:hover::after {
    right: 18px;
}

#side_nav .focus a {
    font-weight: bold;
    color: #0298fe;
}




/***** アンカー *****/
.page_link {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.page_link li {
    width: 49.75%;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
}

.page_link li:nth-child(2n) {
    margin-right: 0;
}

.page_link li a {
    padding: 15px 0.5%;
    text-align: center;
    text-decoration: none;
    color: #004b89;
    display: block;
    border: #004b89 2px solid;
    position: relative;
    transition: 0.5s;
}

.page_link li a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 43%;
    display: block;
    width: 7px;
	height: 7px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.page_link li a:hover {
    color: #fff;
    background-color: #004b89;
}

@media screen and (max-width: 980px){
	.page_link li{
		width: 100%;
	}
	
	.page_link li{
    margin-right: 0;
}

}


/***** 画像 *****/
.figure_r {
    width: 280px;
    margin-left: 40px;
}

.figure_l{
	width: 280px;
    margin-right: 40px;
}

.figure_l img{
	width: 100%;
}

.fig_sizm{
	max-width: 350px;
	width: 55%;
}

.fig_sizm img{
	width: 100%;
}

.fig_sizL{
	min-width: 400px;
	width: 65%;
}

.fig_sizL img{
	width: 100%;
}

.figure_r img {
    width: 100%;
}

.figure_double,
.figure_triple {
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}

.figure_double figure {
    width: 48%;
	max-width: 450px;
  margin-bottom: 4%;
}

.figure_triple figure {
	width: 32%;
}

.figure_double figure figcaption,
.figure_triple figure figcaption {
  margin-top: 10px;
}

.figure_double figure img,
.figure_triple figure img {
    width: 100%;
}

.fig_center{
	margin: 40px auto;
	
}

.figure_border img {
	border: 1px solid #d3d3d3;
}


/***** 下線 *****/
.atc_bb{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 40px;
	margin-bottom: 30px;
}




/***** お知らせ *****/
.inner .news_box:first-child{
	margin-top: 0;
}

.news_box{
	border-right: 1px solid #59c2fc;
	border-bottom: 1px solid #59c2fc;
	margin-top: 35px;
	padding:0 15px 30px 0;
	display: flex;
	align-items: center;
}

.news_date{
	color: #7c7c7c;
	padding: 10px;
	margin-right: 20px;
	width: 230px;
	white-space: nowrap;
}

.news_box p{
	font-size: 1.8rem;
	flex: 1;
}

.news_edu::after{
	content: '教育・研修';
	display: inline-block;
	background-color: #59c2fc;
	padding: 4px 5px;
	color: #fff;
	margin-left: 20px;
	width: 100px;
	text-align: center;
	font-size: 1.4rem;
}

.news_info::after{
	content: 'お知らせ';
	display: inline-block;
	background-color: #59c2fc;
	padding: 4px 5px;
	color: #fff;
	margin-left: 20px;
	width: 100px;
	text-align: center;
	font-size: 1.4rem;
}

.min-height{
	min-height: 330px;
}



/***** お問い合わせ *****/
.sec_info{
	margin-top: 20px;
}


/***** 専攻医体験談 *****/
.experience_list{
	text-decoration: none;
	color: #333;
}

a.experience_list:hover .experience_arw{
	right: 19px;
	transition-duration: 500ms;
}

.experience_flex{
	display: flex;
	border-right: 1px solid #59C2FC;
	border-bottom: 1px solid #59C2FC;
	padding:0 15px 30px 0;
	position: relative;
}

.experience_img_cv{
	width: 165px;
	height: 210px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}

.experience_img_cv img{
	height: 100%;
	transition-duration: 500ms;
}

a.experience_list:hover .experience_flex .experience_img_cv img{
	transform: scale(1.1);
	transition-duration: 500ms;
	opacity: 0.6;
}

.experience_info{
	display: flex;
	flex-direction: column;
	flex: 1;
}

.experience_sec{
	font-size: 1.6rem;
	background-color: #F3FCFF;
	padding: 3px 7px;
	color: #59C2FC;
	font-weight: 700;
}

.experience_ttl{
	font-weight: 700;
	font-size: 2.2rem;
	flex: 1;
	display: flex;
	align-items: center;
}

.experience_name{
	border-left: 2px solid #59C2FC;
	padding-left: 10px;
	font-size: 1.6rem;
	color: #666;
}

.experience_name strong{
	font-size: 1.8rem;
	padding-right: 8px;
	color: #333;
}

.experience_arw{
	width: 60px;
	height: 8px;
	border-bottom: 2px solid #59C2FC;
	border-right: 2px solid #59C2FC;
	transform: skew(45deg);
	position: absolute;
	right: 30px;
	bottom: 30px;
	transition-duration: 500ms;
}




/***** 先輩医師より *****/
.dr_comment a{
	text-decoration: none;
}

.dr_comment li,.dr_comment>div{
	width: 100%;
	background-color:#EBF5FF;
	border: 1px solid #CFE9FF;
	padding: 25px;
	/*margin-right: 2%;*/
	margin-bottom: 2%;
	border-radius: 3px;
}

/*.dr_comment li:nth-of-type(even){
	margin-right: 0;
}*/

.comment_info{
	display: flex;
	align-items: center;
}

.comment_info div{
	background-color: #004B89;
	display: inline-block;
	color: #fff;
	padding: 3px 8px;
	font-size: 1.4rem;
	margin-right: 10px;
}

.comment_info p{
	color: #004B89;
	font-size: 2.2rem;
	margin: 5px 0 10px;
}

.comment_info span{
	font-size: 1.6rem;
	padding-left: 5px;
}

.txt_bk{
	color: #333;
}

.aim_img_cv{
	width: 350px;
	height: 234px;
	overflow: hidden;
	border: 1px solid #044882;
}

.dr_comment a .aim_img_cv img{
	transition-duration: 500ms;
}

.dr_comment a:hover .aim_img_cv img {
	opacity: 0.7;
	transform: scale(1.1);
	transition-duration: 500ms;
}

.dr_comment a:hover .arw{
	right: 14px;
}

.no_img{
		width: auto;
		height: 90%;
	margin-top: 25px;
	}



/*@media screen and (max-width: 980px){
	.dr_comment{
		display: block;
	}
	
	.dr_comment li{
		width: 100%;
	}
}*/

	
/***** 留学体験記 *****/
.taiken_bnr{
		display: flex;
		flex-wrap: wrap;
	}

.taiken_bnr .abroad_bnr{
	box-sizing: border-box;
	position: relative;
	margin-right: 1%;
	margin-bottom: 1%;
	color: #fff;
	text-decoration: none;
	width: 32.65%;
}

.taiken_bnr .abroad_bnr:nth-child(3n){
	margin-right: 0;
}

/*.taiken_bnr a:last-of-type{
	margin-right: 0;
}*/
	
.taiken_fig{
	overflow: hidden;
	position: relative;
}

.taiken_cv{
	background-image: linear-gradient(45deg,rgba(0,152,255,0.4) 0,rgba(89,194,252,0.4) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	transition-duration: 500ms;
	text-align: center;
}


.taiken_cv span{
	font-size: 1.4rem;
}

.taiken_cv strong{
	font-size: 2.2rem;
	font-weight: 700;
}

.taiken_bnr a:last-of-type .taiken_fig{
	margin-right: 0px;
}

.taiken_fig img{
	width: 100%;
	transition-duration: 500ms;
}

.taiken_bnr a:hover .taiken_fig img{
	transform: scale(1.1);
	transition-duration: 500ms;
}

.taiken_bnr a:hover .taiken_cv{
	background-image: linear-gradient(45deg,rgba(0,152,255,0.7) 0,rgba(89,194,252,0.7) 100%);
	transition-duration: 500ms;
}

.taiken_arw{
	width: 60px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform:skew(45deg);
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 2;	
}

@media screen and (max-width: 980px){
	.taiken_bnr{
		display: block;
	}
}



/***** サイトマップ *****/
.sitemap_ttl{
	position: relative;
	padding-left: 35px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 700;
}

.sitemap_ttl::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #59c2fc;
	position: absolute;
	left: 0;
	top: 8px;
}

.sitemap_ttl::after{
	content: '';
	display: inline-block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 6px;
	top:15px;
	transform: rotate(-45deg);
}

.sitemap_btn{
	display: flex;
	flex-wrap: wrap;
}

.sitemap_btn li{
	display: block;
	width: 32%;
	margin-right: 1%;
	margin-top: 1%;
}

.sitemap_btn li a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #004b89;
	padding: 20px;
	color: #004b89;
	text-decoration: none;
	font-size: 1.8rem;
	position: relative;
	transition-duration: 500ms;
}

.sitemap_btn li a:hover{
	background-color: #004b89;
	transition-duration: 500ms;
	color: #fff;
}

.sitemap_btn li a::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #004b89;
	border-bottom: 2px solid #004b89;
	position: absolute;
	right: 15px;
	top: 42%;
	transform: rotate(-45deg);
	transition-duration: 500ms;
}

.sitemap_btn li a:hover::after{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition-duration: 500ms;
}

.sitemap_btn li:nth-child(3n){
	width: 33%;
	margin-right: 0;
}



/***** 準備中ページ *****/
.under{
	min-height: 250px;
}






@media screen and (max-width:768px){
/**************************/
/***** コンテンツ共通 *****/
/**************************/

/***** 共通タイトル *****/
#category_ttl {
    padding: 40px 0;
}

#category_ttl h2 {
    font-size: 2.3rem;
}

#page_ttl {
    margin: 0 0 30px;
    padding-bottom: 15px;
}

#page_ttl h2 {
    font-size: 2.3rem;
}

#page_ttl::after {
    content: "";
    width: 15%;
    margin: 10px auto 0;
}

.ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.ttl::after {
    content: "";
    width: 15%;
    margin-top: 10px;
    display: block;
    border-bottom: #59c2fc 1px solid;
}

.sub_ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.cap {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
}

.cap::before {
    content: "";
    width: 13px;
    background-color: #59c2fc;
    position: absolute;
    left: 0;
    top: 12px;
}

.sub_cap {
    margin-bottom: 15px;
    font-weight: 500;
    color: #59c2fc;
}



/***** パンクズ *****/
#breadcrumb {
    padding: 10px;
}

#breadcrumb ul {
    max-width: 100%;
    flex-wrap: wrap;
}

#breadcrumb ul li {
    padding-right: 10px;
    padding-left: 7px;
    font-size: 1.2rem;
}

#breadcrumb ul li::after {
    top: 42%;
    width: 4px;
	height: 4px;
}



/***** ボックス *****/
#wrap {
    max-width: 100%;
    padding: 30px 0;
    display: block;
}

#wrap_r {
    padding: 0 15px;
}

#wrap_l {
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
}

.inner {
    margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
}

.box1 {
    padding: 10px;
}

.box2 {
    padding: 10px;
}

.box3 {
    padding: 10px;
}

.flex_bet { /*space-between*/
    display: block;
}




/***** リスト *****/
.disc {
    margin-left: 15px;
}




/***** サイドナビ *****/
#side_nav li a {
    padding: 15px;
}




/***** アンカー *****/
.page_link {
    margin-bottom: 30px;
    display: block;
}

.page_link li {
    width: 100%;
    margin-bottom: 1.5%;
    margin-right: 0;
}

.page_link li:last-child {
    margin-bottom: 0;
}

.page_link li a {
    padding: 10px 5px;
}

.page_link li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 42%;
    display: block;
    width: 6px;
	height: 6px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
	
	.page_link_sub{
		margin: 40px 0;
	}
	
	.page_link_sub li a{
		background-color: #EBF5FF;
		border: 2px solid #CFE9FF;
	}
	
	.page_link_sub li a:hover{
		background-color: #CFE9FF;
		color: #004b89;
	}



/***** 画像 *****/
.figure_r {
    width: 100%;
	max-width: 450px;
    margin-left: auto;
    margin-top: 20px;
	margin-right: auto;
}

.fig_sizm{
	width: 100%;
	max-width: auto;
}

.figure_double,
.figure_triple {
    display: block;
}

.figure_double figure,
.figure_triple figure {
    width: 100%;
    margin: 20px auto 0;
}
	
}




/****************************/
/***** 東大外科について *****/
/****************************/

/***** 東京大学外科について *****/
.about_tb {
    width: 100%;
    /*margin-top: 30px;*/
}

.about_tb th {
    padding: 0px 20px 10px;
    font-weight: 600;
}

.about_tb tr th:nth-child(1) {
    border-bottom: #59c2fc 2px solid;
}

.about_tb tr th:nth-child(2) {
    border-bottom: #ddd 2px solid;
}

.about_tb td {
    padding: 30px 20px;
    border-bottom: #eee 2px solid;
}

.about_tb tr td:nth-child(1) {
    border-bottom: #59c2fc 2px solid;
}

.about_tb tr td:nth-child(2) {
    border-bottom: #ddd 2px solid;
}


/***** ご挨拶 *****/
#greeting_area {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

#greeting_area h3 {
    font-size: 2.1rem;
    font-weight: 600;
}

#greeting_area > div {
    display: flex;
    align-items: flex-end;
}

#greeting_area > div dl {
    margin-right: 15px;
    text-align: right;
    order: 1;
}

#greeting_area > div dt {
    margin-bottom: 5px;
    font-size: 1.4rem;
}

#greeting_area > div figure {
    width: 150px;
    order: 2;
}

#greeting_area > div figure img {
    width: 100%;
}

.greeting_com {
    margin-bottom: 1em;
    text-indent: 1em;
    line-height: 1.7;
}



/****************************/
/***** 教育・研修 *****/
/****************************/

/***** 専門研修制度 *****/
.shokikenshu_fig{
	width: 100%;
}

.shokikenshu_fig img{
	width: 100%;
}

.training_fig{
	width: 90%;
	margin: 30px auto;
}

.training_fig.fig_s{
	max-width: 450px;
}

.training_fig img{
	width: 100%;
}

.training_fig figcaption{
	padding-top: 15px;
	text-align: center;
}


.l3_tb{
	width: 100%;
	margin-bottom: 10px;
}

.l3_tb th{
	background-color: #f9f9f9;
	border-right: 1px solid #d3d3d3;
	padding: 18px;
	text-align: center;
	color: #59c2fc;
	font-weight: 700;
	border-bottom: 1px solid #d3d3d3;
}

.l3_tb tr th:last-of-type{
	border-right: none;
}

.l3_tb td{
	border-right: 1px solid #d3d3d3;
	padding: 18px 20px;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
}


/***** 連携施設一覧 *****/

.facility_tb{
	word-break: break-all;
}

.facility_tb tr td:first-child{
	text-align: center;
	width: 9%;
	
}

.facility_tb tr td:nth-child(2),.facility_tb tr td:nth-child(3),.facility_tb tr td:nth-child(4){
	text-align: left;
}

.facility_tb tr td:nth-child(2){
	width: 20%;
}

.facility_tb tr td:nth-child(3){
	width: 30%;
}

.l3_tb tr td:last-of-type{
	border-right: none;
}

.l3_tb td:nth-child(1){
	text-align: left;
}

.dl_list dd{
	margin-bottom: 20px;
}

.dl_list dt{
	margin-bottom: 5px;
}


.g-map{
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}

.g-map_pin{
	font-size: 1.4rem;
}

.g-map_pin:hover{
	text-decoration: underline;
	opacity: 1;
}

.win_icon_g{
	margin-right: 5px;
	padding-right: 18px;
	background-image: url("../images/common/win_icon.svg");
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}






/***** よくある質問 *****/
.acd-check{
	display: none;
}

.acd_q{
	padding: 35px 70px 35px 60px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	display: block;
	width: 100%;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	cursor: pointer;
}

.faq_content label:not(:first-of-type){
	border-top: none;
}

.acd_q::before{
	content: 'Q';
	font-size: 2.5rem;
	position: absolute;
	top: 29px;
	left: 20px;
	color: #59c2fc;
}

.acd_q span{
	display: block;
	width: 25px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 10px;
}

.acd_q span::after{
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
	transition-duration: 300ms;
}

.acd-check:checked + label span::after{
	transform: rotate(0deg);
	transition-duration: 300ms;
}


.acd-check + label + div.acd_a{
	height: 0px;
	max-height: 0;
	overflow: hidden;
	transition-duration: 500ms;
}

.acd-check:checked + label + div.acd_a{
	height: 100%;
	max-height: 300px;
	transition-duration: 500ms;
}

.acd_a p{
	display: block;
	width: 100%;
	padding: 35px 20px 35px 60px;
	background-color: #ebf5ff;
	position: relative;
	word-break: break-all;
}

.acd_a p::before{
	content: 'A';
	position: absolute;
	top: 27px;
	left: 25px;
	font-size: 2.5rem;
	color: #db004f;
}

.aim_bb{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom:70px;
}




/*留学体験記*/
.abroad_in{
	margin-bottom: 70px;
}

.abroad_drName{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 2rem;
	color: #004b89;
	text-align: right;
}















@media screen and (max-width:768px){
/****************************/
/***** 東大外科について *****/
/****************************/

/***** 東京大学外科について *****/
.about_tb {
    width: 100%;
    margin-top: 20px;
}

.about_tb th {
    padding: 10px 0;
}

.about_tb tr th:nth-child(1) {
    border-bottom: #59c2fc 1px solid;
}

.about_tb tr th:nth-child(2) {
    border-bottom: #ddd 1px solid;
}

.about_tb td {
}

.about_tb tr td:nth-child(1) {
    width: 22%;
    padding: 10px 0;
    border-bottom: #59c2fc 1px solid;
}

.about_tb tr td:nth-child(2) {
    padding: 10px 0 10px 5px;
    border-bottom: #ddd 1px solid;
}


/***** ご挨拶 *****/
#greeting_area {
    margin-bottom: 30px;
    display: block;
}

#greeting_area h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

#greeting_area > div {
    display: block;
}

#greeting_area > div dl {
    margin-right: 0;
    margin-top: 15px;
    text-align: center;
}

#greeting_area > div dt {
    margin-bottom: 5px;
    font-size: 1.4rem;
}

#greeting_area > div figure {
    width: 200px;
    margin: 0 auto;
}

#greeting_area > div figure img {
    width: 100%;
}

.greeting_com {
    margin-bottom: 1em;
    text-indent: 1em;
    line-height: 1.7;
}
	
	
	
	
	
/****************************/
/***** 教育・研修 *****/
/****************************/

/***** 専門研修制度 *****/
.shokikenshu_fig.sp{
	max-width: 400px;
	margin: 0 auto;
}

/*教育研修内のグラフ*/
.training_fig{
	width: 100%;
	max-width: 700px;
	margin: 30px auto;
}
	
	
.l3_tb td{
	padding: 18px 10px;
}
	
	
	

/***** 連携施設一覧 *****/
	
.facility_tb th,.facility_tb td{
	padding: 9px;
}

.facility_tb tr th:nth-child(4){
	display: none;
}
	
.facility_tb tr td:nth-child(4){
	display: none;
}
	
.facility_tb tr th:nth-child(3),.facility_tb tr td:nth-child(3){
	border-right: none;
}
	
	.facility_tb tr th:nth-child(2),.facility_tb tr td:nth-child(2){
		width: 25%;
	}
	
	
	
	
	
	.acd_q{
		padding: 20px 50px 20px 55px
	}
	
	.acd_q::before{
		top: 15px;
	}
	
	.g-map_pin{
		display: inline-block;
		padding: 0px 2px 8px;
	}
	
	
	
/***** お知らせ *****/
	.news_date{
		padding: 0 0 10px;
	}

	.news_box{
		display: block;
		padding: 0 15px 15px 0;
	}	
	
	.news_box p{
		font-size: 1.8rem;
	}
	
	.news_edu::after{
		padding: 4px 5px;
		font-size: 1.4rem;
	}
	
	.news_info::after{
		padding: 4px 5px;
		font-size: 1.4rem;
	}
	
	
/***** 専攻医体験談一覧 *****/	
	.experience_flex{
		display: block;
	}
	
	.experience_img_cv{
		margin: 0 auto;
	}
	
	.experience_info{
		margin-top: 20px;
	}
	
	.experience_info div{
		margin-bottom: 15px;
	}
	
	.experience_ttl{
		display: block;
		margin-bottom: 20px;
	}
	
	.experience_arw{
		right: 20px;
		bottom: 20px;
	}
	
	
/***** 外科医を目指す先生へ *****/
.dr_comment{
	display: block;
}
	
	.dr_comment li{
		width: 100%;
		margin-bottom: 3%;
		padding: 20px 15px;
	}
	
	.comment_info{
		display: block;
	}
	
	.comment_info p{
		margin-top: 8px;
	}
	
	
	
/***** アンカー調整 *****/	
	.inner{
		padding-top: 70px;
		margin-top: -70px;
	}
	
	
	
/***** サイトマップ *****/	
	.sitemap_btn{
		display: block;
	}
	
	.sitemap_btn li{
		width: 100%;
	}
	
	.sitemap_btn li:nth-child(2n){
		margin-right: 0;
	}
	
	.sitemap_btn li:nth-child(3n){
		margin-right: 0;
		width: 100%;
	}
	
	.sitemap_ttl{
		font-size: 2rem;
	}
	
	.sitemap_ttl::before{
		width: 22px;
		height: 22px;
		top: 5px;
	}
	
	.sitemap_ttl::after{
		width: 6px;
		height: 6px;
		top: 12px;
	}
	
	.sitemap_btn li a{
		padding: 15px;
	}
	
	
	
.taiken_bnr{
		display: block;
	}
	
	.taiken_fig{
		margin: 0 auto 20px;
		width: 100%;
		max-width: 385px;
	}
	
	.taiken_bnr a{
		width: 100%;
		max-width: 385px;
		margin-right: 0;
	}
	
	.taiken_cv{
		width: 100%;
		max-width: 385px;
	}
	
	.taiken_bnr a:last-of-type .taiken_fig{
		margin: 0 auto;
	}
	
	
	/***** 準備中ページ *****/
.under{
	min-height: 520px;
}
	
	
	.fig_sizL{
		min-width: auto;
		width: 100%;
		max-width: 450px;
	}
	
	
}