/* c-media */
.c-media{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.c-media + .c-media { margin-top: 50px;}
.c-media-content{
	width: 100%;
}
.c-media-left,
.c-media-right{
	text-align: center;
	flex: 1;
}
.c-media-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #0070bb;
}
.c-media > .c-media-title {
	width: 100%;/* media直下の場合は幅100% */
	margin-bottom: 50px;
}
.c-media-title--border-bottom {
	padding-bottom: 20px;
	border-bottom: 1px dashed #0070bb;
}
.c-media .subtitle {
	font-size: 14px;
	font-weight: inherit;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

.c-media--border {
	border: solid 1px #0070bb;
    padding: 30px;
    border-radius: 8px;
}

@media (min-width: 768px){
	.c-media-content{
		max-width: 740px;
	}
	.c-media-content--short{
		max-width: 600px;
	}
	.c-media-content--veryshort{
		max-width: 540px;
	}
}
@media (max-width: 767px){
	.c-media + .c-media { margin-top: 30px;}
	.c-media-right,
	.c-media-left{
    position: absolute;
    top: 0;
    width: auto;
	}
	.c-media-right{ right: 0;}
	.c-media-left{ left: 0;}
	.c-media-title {
    font-size: 15px;
	}
	.c-media-title--small{
		font-size: 12px;
	}
	.c-media .subtitle {
    font-size: 12px;
	}
	.c-media--sp-column{
		flex-direction: column;
	}
	.c-media--sp-column .c-media-right,
	.c-media--sp-column .c-media-left{
		position: initial;
		margin-bottom: 0.5em;
		width: 100%;
	}
}
/* c-section */
.c-section--rich{
	min-width: 1200px;
	margin-bottom: 80px;
	text-align: center;
}
.c-section--rich .c-section__head{
	margin: auto;
	padding: 0 30px;
}
.c-section--rich .c-section__subtitle{
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #0070bb;
	line-height: 1;
}
.c-section--rich .c-section__title{
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 20px;
	font-weight: 700;
}
.c-section--rich .txt {
	line-height: 2.0;
	font-size: 14px;
}
.c-section--rich .c-section__body{
	margin-top: 40px;
	text-align: left;
}
@media (max-width: 767px){
	.c-section--rich {
    min-width: 100%;
    margin-bottom: 50px;
	}
	.c-section--rich .c-section__subtitle {
    font-size: 11px;
	}
	.c-section--rich .c-section__title {
		margin-bottom: 15px;
    font-size: 16px;
	}
	.c-section--rich .txt {
    line-height: 2;
    font-size: 12px;
	}
	.c-section--rich .c-section__body{
		margin: 25px 15px 0;
	}
}
.tr_aboutlisk.phimosis .aboutlisk #aboutlisk_tab1:checked ~ .tab_area .tab1_label,.tr_aboutlisk.phimosis .aboutlisk #aboutlisk_tab2:checked ~ .tab_area .tab2_label{border-color:#0070bb;background-color:#fff;font-weight:700;color:#0070bb;}
/*-------------------------------------------------------------------
 p-profile
-------------------------------------------------------------------*/
.p-profile__section div,
.p-profile__section ul,
.p-profile__section li,
.p-profile__section h2,
.p-profile__section h3,
.p-profile__section p,
.p-profile__section figure{margin:0;padding:0;}
.p-profile__section figure,
.p-profile__section figcaption,
.p-profile__section h2,
.p-profile__section h3{display:block;}
.p-profile__section li{list-style:none;}
.p-profile__section img{vertical-align:top;border:none;}
.p-profile__section *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.p-profile__section p{background-image:url("/wp-content/themes/MLC-PC/img/touka.gif");}
.p-profile__section img{max-width:100%;height:auto;}
.p-profile__section h2{margin-bottom:20px;line-height:1.6;font-size:20px;font-weight:700;}

.p-profile__section{
	min-width: auto;
	margin-top: 60px;
	margin-bottom: 60px;

  color: #1f1f1f;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0;
  font-size: 100%;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
.p-profile__section .c-container{
	margin: 0 auto;
	padding: 0 30px;
  width: 100%;
}
.p-profile__section .c-section__title{
	margin-top: 0 !important;
}
.p-profile__section .c-section__body{
	margin-right: 0;
	margin-left: 0;
}
.p-profile__section--standard .c-section__body{
	margin-top: 0;
}
.p-profile__section--standard .c-container{
	max-width: 770px;
}
.p-profile__section--supervision .c-container{
	max-width: 900px;
}
.p-profile__media{
	justify-content: flex-start;
	line-height: 2.4;
}
.p-profile__media--supervision{
	font-size: 16px;
	line-height: 1.5;
	align-items: flex-start;
}
.p-profile__media .c-media-left{
	display: flex;
	justify-content: center;
}

.p-profile__figure{
	width: 100% !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 0 30px !important;
}
.p-profile__section--supervision .p-profile__figure-item{
	border-radius: 50%;
	box-shadow: 0 0 0 1px #eee;
	max-width: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.p-profile__section--supervision .p-profile__figure-item:before{
	content:"";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
#body .p-profile__section--standard .p-profile__figure img{
	margin: 0;
}
#body .p-profile__section--supervision .p-profile__figure img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.p-profile__figure figcaption{
	/* text-align: left; */
	line-height: 1.5;
	margin-top: 1em;
}

@media (min-width: 768px) {
	.p-profile__media--standard{
		align-items: flex-start;
	}
	.p-profile__media .c-media-content{
		max-width: 480px;
	}
	.p-profile__media--standard .c-media-content{
		max-width: 520px;
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.p-profile__section{
    margin-top: calc(30rem / 14 * 1.171875);
		margin-bottom: calc(30rem / 14 * 1.171875);
	}
  .p-profile__section .c-container{
    padding: 0 calc(15rem / 14 * 1.171875);
  }
	.p-profile__media--standard{
		flex-direction: column;
	}
	.p-profile__media--supervision{
		font-size: calc(12rem / 14 * 1.171875);
	}
	.p-profile__media--standard .p-profile__figure{
		max-width: 100%;
	}
	.p-profile__media .c-media-left{
		position: initial;
		margin-bottom: calc(10rem / 14 * 1.171875);
	}
	.p-profile__media--standard .c-media-left{
		margin-bottom: calc(12.5rem / 14 * 1.171875);
	}
	#body .p-profile__media .c-media-content{
		font-size: calc(11rem / 14 * 1.171875) ;
	}
  .p-profile__section--supervision .p-profile__figure-item{
    max-width: calc(100rem / 14 * 1.171875);
  }
}

#body .p-profile-message__title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 5px 0;
	color: inherit;
}
#body .p-profile-message__bodytext{
	line-height: 2.0;
	font-size: 14px;
}
#body .p-profile-message__signature{
	text-align: right;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
}
@media (max-width: 767px) {
	#body .p-profile-message__title{
		font-size:  calc(14rem / 14 * 1.171875);
		text-align: center;
		margin-bottom:  calc(5rem / 14 * 1.171875);
	}
	#body .postbox .p-profile__section .c-container{
		padding-right: 0;
		padding-left: 0;
	}
	.p-profile__media--standard{
		flex-direction: column;
	}
	.p-profile__media--standard .p-profile__figure{
		max-width: 100%;
	}
	.p-profile__media .c-media-left{
		position: initial;
		margin-bottom:  calc(10rem / 14 * 1.171875);
	}
	#body .p-profile__media .c-media-content{
		font-size:  calc(11rem / 14 * 1.171875);
	}
	#body .p-profile-message__bodytext{
		font-size:  calc(12rem / 14 * 1.171875);
	}
	#body .p-profile-message__signature{
    font-size:  calc(11rem / 14 * 1.171875);
    margin-top:  calc(10rem / 14 * 1.171875);
    letter-spacing: -0.05em;
    margin-bottom: calc(10rem / 14 * 1.171875);
	}
}

/*-------------------------------------------------------------------
 p-career
-------------------------------------------------------------------*/
.p-career--standard {
	margin: 10px auto;
	text-align: left;
	width: 710px;
	font-size: 14px;
	line-height: 2;
}
#body .p-career--standard .p-career__ttl {
	border-bottom: solid 1px;
	margin: 0 0 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: inherit;
}
.p-career--standard .p-career__date {
	float: left;
}
.p-career--standard .p-career__item {
	padding-left: 6em;
}
#body .p-career--supervision .p-career__ttl {
	font-size: 117%;
	line-height: 2.4;
	margin: 0;
	color: inherit;
  font-weight: bold;
}

@media (max-width: 767px) {
	#body .p-career--standard {
		width: 100%;
		font-size:  calc(11rem / 14 * 1.171875);
	}
	#body .p-career--standard .p-career__ttl {
		font-size:  calc(11rem / 14 * 1.171875);
	}
}

#body .p-career--supervision .p-career__list {
	font-size: inherit;
	margin: 0;
}
#body .p-career--supervision .p-career__item {
	line-height: 1.3333;
	padding: 0.35em 0px;
}