@charset "UTF-8";

/*************************************
	public
*/
#introduce .note {
	color: #fff;
}

.tabnavi {
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
.tabnavi li{
	display:inline-block;
	width: 30%;
}
.tabnavi li a {
	display:block;
	background-image: -moz-linear-gradient( 90deg, rgb(113,37,107) 0%, rgb(192,105,159) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(113,37,107) 0%, rgb(192,105,159) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(113,37,107) 0%, rgb(192,105,159) 100%);
	color:#fff;
	padding: 15px;
	font-size: 16px;
  opacity: 0.6;
}
.tabnavi li a:hover,
.tabnavi li.active a {
	opacity: 1;
}
#tabArea .tabContents {
	max-width: 1000px;
	margin: auto;
	border: 1px solid #6d0070;
	box-sizing: border-box;
}
.tab_inner {
	padding: 40px;
	box-sizing: border-box;
}
.tabContents .tabnavi {
	margin: 30px 0 0;
}
#tabArea .section {
	margin-top: -70px;
	padding-top: 70px;
}
@media screen and (max-width: 768px) {
	.tabnavi li a {
		font-size: 11px;
	}
}
@media screen and (max-width: 480px) {
	#tabArea .tab_inner {
		padding: 20px;
	}
	#tabArea > .tabnavi li {
		width: 100%;
		margin-top: 1px;
	}
}

/*************************************
	sec
*/
@media screen and (min-width: 769px) {
	.tabContents section .p {
		margin-top: 0;
	}
}

.tabContents h5 {
	color: #6d0070;
	font-size: 21px;
}
.outline {
	border: 1px solid #6d0070;
	background: #f8f6e7;
	padding: 15px;
	box-sizing: border-box;
}
.outline h6 {
	margin: 0;
	color: #6d0070;
	font-size: 13px;
}
.outline p,
.outline li {
	font-size: 11px;
	line-height: 1.6;
}
.outline li {
	display: inline-block;
	margin-right: 1em;
}
.outline .h {
	margin-bottom: 5px;
}
.outline .h::before {
	content: "■";
	color: #6d0070;
}
.outline .h:first-child {
	margin-top: 0;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

/*************************************
	interview
*/

/*文字色指定*/
.interview h5,
.interview h6,
.talk > p::before {
	color: #6d0070;
}

.interview {
	padding-bottom: 1em;
}
.interview .inner {
	width: 92%;
}
.interview p.note.note_01 {
  text-align: right;
}
.interview .photo {
	float: right;
	padding-left: 20px;
}
.interview .photo .note {
	text-align: right;
	margin: 3px 0 15px;
	font-size: 10px;
}
.bukken_name {
	padding: 15px;
	background: #6d0070;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: center;
}
.point {
	margin-top: 30px;
	padding: 30px 0 20px;
	background: #f8f6e7;
}
.point h6 {
	font-size: 15px;
	margin: 0;
}
.point .p p {
	margin: 10px 0;
}
.point a {
	color: #000;
	text-decoration: underline;
}
.point a:hover {
	text-decoration: none;
}
.point .photo {
	background: #f8f6e7;
}
.gaiyo {
	border-top: 1px dotted #6d0070;
	margin-top: 2em;
	padding-top: 1em;
}
.gaiyo .note {
	line-height: 1.8;
}
.question {
	background: rgba(109,0,112,0.10);
	padding: 10px 1em;
	font-size: 15px;
}
.talk > p {
	padding-left: 3em;
}
.talk > p::before {
	font-weight: bold;
	margin-left: -3em;
}
p.nakata::before {
	content: "中田："
}
p.kamiya::before {
	content: "神谷："
}


@media screen and (max-width: 768px) {
	.interview .photo {
		max-width: 40%;
	}
	.interview .photo img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.interview h5 {
		font-size: 16px;
	}
	.interview .photo {
		max-width: inherit;
		width: 100%;
		float: none;
		padding: 0;
	}
	.interview .photo ul {
		overflow: hidden;
	}
	.interview .photo li {
		width: 50%;
		float: left;
	}
	.interview .photo .photo3 li {
		width: 33.33%;
	}
	.talk > p {
		font-size: 13px;
	}
	#i03 .photo li:first-child {
		width: 47%;
		margin-right: 3%;
	}
	#i04 .photo {
		max-width: 260px;
		margin: auto;
	}
}

/*************************************
	sec01
*/
#sec01 .tabnavi li {
	width: 45%;
	max-width: 260px;
}
#box01 {
	padding-top: 20px;
}
#box01 .f_left {
	width: 47%;
	margin-top: 1em;
}
#box01 .f_right {
	width: 50%;
}
@media screen and (max-width: 480px) {
	#box01 .f_left {
		float: none;
		width: 100%;
	}
	#box01 .f_right {
		float: none;
		width: 100%;
	}
}
/*************************************
	sec02
*/
#sec02 .f_left {
	width: 40%;
	overflow: hidden;
}
#sec02 .f_right {
	width: 57%;
}
.img09,.img10 {
	width: 48%;
	float: left;
}
.img09 {
	margin-right: 4%;
}
@media screen and (max-width: 768px) {
	#sec02 .f_left,
	#sec02 .f_right {
		float: none;
		width: 100%;
	}
	#sec02 .f_right {
		margin: 30px auto;
	}
}
/*************************************
	sec03
*/
#sec03 .box01 h5 {
	margin-top: 0;
}
#sec03 .box01 .f_right {
	width: 50%;
	margin: 0 0 1em 1.5em;
}
#sec03 .box02 .f_left {
	width: 32%;
	margin: 0 1.5em 1em 0;
}
#sec03 .box02 .img {
	overflow: hidden;
	margin-bottom: 20px;
}
#sec03 .box02 .img > div {
	float: left;
	width: 32%;
}
.img14,.img15 {
	margin-right: 2%;
}
#sec03 .box02 {
	border-top: 1px dotted #6d0070;
	margin-top: 30px;
}
@media screen and (max-width: 480px) {
	#sec03 .box01 .f_right,
	#sec03 .box02 .f_left {
		width: 100%;
		margin: 0;
	}
}