@charset "utf-8";

.prof {
	margin: 0 auto 40px;
	width: 100%;
	max-width: 960px;
}

@media screen and (max-width: 767px) {
	#Contents .commonH2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 870px) {
	.profInner > div {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	.profInner {
		background: #00b9e1;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.profInner > div {
		text-align: left;
	}
}

.interview {
	width: 960px;
	margin: 50px auto 0;
}
@media screen and (max-width: 990px) {
	.interview {
		width: auto;
	}
}

.interview .Q {
	color: #00b9e1;
	font-size: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.interview .Q {
		font-size: 18px;
	}
}

.interview .A {
	margin-bottom: 60px;
}

img[src*="icon_q.png"] {
	width: 26px;
	height: auto;
	vertical-align: bottom;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	img[src*="icon_q.png"] {
		width: 23px;
	}
}

.qaImgL,
.qaImgR {
	width: 460px;
	max-width: 50%;
}
.qaImgSymposium {
	max-width: 30%;
}
.qaImgL img,
.qaImgR img {
	width: 100%!important;
	height: 100%!important;
}
.qaImgL {
	float: left;
	padding: 0 20px 10px 0;
}
.qaImgR {
	float: right;
	padding: 0 0 10px 20px;
}
@media screen and (max-width: 767px) {
	.qaImgL,
	.qaImgR {
		float: none;
		padding: 0;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	.qaImgSymposium {
		max-height: none;
		width: 60%;
		max-width: 360px;
	}
}

.secondBtn {
	margin-top: 45px;
	text-align: center;
}


.myFlow {
	max-width: 960px;
	margin: 0 auto;
}

.myFlow_main {
	margin: 20px 0 0 16px;
	padding: 0 0 16px;
	border-left: #00b9e1 solid 4px;
	font-size: 16px;
}

.myFlow_main dl {
	margin-left: -10px;
}


.myFlow_main dt {
	position: relative;
	padding: 32px 0 0 27px;
	line-height: 1;
}

.myFlow_main dt span,
.myFlow_main dt em {
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	color: #00b9e1;
}

.myFlow_main dt span {
	width: 70px;
}

.myFlow_main dt::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 31px;
	display: block;
	width: 16px;
	height: 16px;
	background: #00b9e1;
	border-radius: 50%;
}

.myFlow_main dd {
	margin-bottom: 0!important;
	padding: 5px 0 0 42px;
	line-height: 1.4;
}

@media screen and (max-width: 425px) {
	.myFlow_main {
		margin-left: 4px;
		padding: 5px 0 6px;
		border-left-width: 4px;
		font-size: 14px;
	}

	.myFlow_main dl {
		margin-left: -9px;
	}

	.myFlow_main dt {
		padding: 10px 0 0 21px;
	}

	.myFlow_main dt span {
		width: 50px;
	}

	.myFlow_main dt::before {
		left: 0px;
		top: 9px;
		width: 14px;
		height: 14px;
	}

	.myFlow_main dd {
		padding: 3px 0 0 34px;
	}
}

.linkListLower a, .linkListLower > span {
	background: #e8f4ff;
}

.commonTitle h1:after {
	background: #00b9e1;
}

.commonLink nav a {
	background-color: rgba(0,185,225,0.3);
}

#Contents .topH4 {
	background: #00b9e1;
}

.contentS {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

.linkListInterview {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.linkListInterview:nth-of-type(3) {
	margin-bottom: 0;
}

.linkListInterview > a, .linkListInterview > span {
	color: #333333;
	margin-bottom: 20px;
	position: relative;
	text-decoration: none;
	width: calc((100% - 40px) / 3);
}

@media screen and (min-width: 901px) {
	.linkListInterviewCenter {
		justify-content: center;
	}
	.linkListInterviewCenter > a:first-of-type {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.linkListInterview > a, .linkListInterview > span {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 520px) {
	.linkListInterview > a, .linkListInterview > span {
		width: 100%;
	}
}

.linkListInterview > a figure, .linkListInterview > span figure {
	margin: 0;
}

.linkListInterview > a figure img, .linkListInterview > span figure img {
	width: 100%;
}

.linkListInterview > a figcaption, .linkListInterview > span figcaption {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.linkListInterviewCenter > a figcaption {
	background: rgba(255,255,255,.7);
	top: auto;
	bottom: 0%;
	left: 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}

.linkListInterview > a figcaption span, .linkListInterview > span figcaption span {
	font-size: 18px;
	font-weight: bold;
}

.linkListInterview > a figcaption span span, .linkListInterview > span figcaption span span {
	background: #00b9e1;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
}

.symposiumQ {
	color: #00b9e1;
	font-size: 24px;
	margin: 30px 0 15px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.symposiumQ {
		font-size: 18px;
	}
}

.symposiumQ:first-of-type {
	margin-top: 0;
}

.symposiumA {
	margin-bottom: 15px;
}

.symposiumSa, .symposiumSi, .symposiumN, .symposiumSa2, .symposiumSi2, .symposiumN2 {
	font-weight: bold;
}

.symposiumSa::after, .symposiumSi::after, .symposiumN::after {
	content: ": ";
}

.symposiumSa, .symposiumSa2 {
	color: #00913a;
}
.symposiumSi, .symposiumSi2 {
	color: #0063a6;
}
.symposiumN, .symposiumN2 {
	color:  #ea5514;
}
.prof_symposium_top {
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.prof_symposium_top img {

	width: 100%;
}
.prof_symposium_top_inner {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 1275px;
}
.prof_symposium_top_inner * {
	max-width: 50%;
}
.prof_symposium_top_inner h2 {
	background: none;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
.prof_symposium_top_inner h2 span {
	background-color: #00b9e1;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 20px;
}
@media screen and (max-width: 1274px) {
	.prof_symposium_top_inner h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.prof_symposium_top_inner {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0) translateX(0);
		-webkit- transform: translateY(0) translateX(0);
	}
	.prof_symposium_top_inner * {
		max-width: 100%;
	}
	.prof_symposium_top_inner h2 {
		font-size: 24px;
	}
}
.prof_symposium {
	display: flex;
	justify-content: space-between;
	margin: 16px auto 24px;
	max-width: 720px;
}
.prof_symposium > div {
	width: calc(50% - 16px);
}
.prof_symposium > div > div {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 200px;
}
.prof_symposium > div > div img {
	width: 100%;
}
.prof_symposium > div p {
	font-size: 0.8em;
}
.prof_symposium > div span {
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.prof_symposium {
		display: block;
	}
	.prof_symposium > div {
		display: flex;
		margin-bottom: 24px;
		width: 100%;
	}
	.prof_symposium > div > div {
		flex-shrink: 0;
		margin-right: 10px;
		width: 30%;
	}
}