@charset "utf-8";
/* *******************************************************************************************
* 
*	cloud
*
******************************************************************************************* */

/* ----------------------------- talk ----------------------------- */
.talk{
	margin-top: 50px;
}
.talk li.member2{
	background: url(../image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}
.talk li.haruto{
	background: url(../image/member1_4.jpg) no-repeat 0 center;
	background-size: 125px;
}
.talk li.haruto2{
	background: url(../image/member1_3.jpg) no-repeat 0 center;
	background-size: 125px;
}
.talk li.haruto3{
	background: url(../image/member1_6.jpg) no-repeat 0 center;
	background-size: 125px;
}
.talk li.haruto4{
	background: url(../image/member1_2.jpg) no-repeat 0 center;
	background-size: 125px;
}
.talk li.haruto5{
	background: url(../image/member1_5.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk .pic2{
	margin: 60px 0;
	text-align: center;
}
.talk .pic2 img{
	overflow: hidden;
	border-radius: 15px;
	width: 80%;
}
.talk .pic2:first-child{
	margin-top: 0px;
}
body .talk li span .url{
	word-break: normal !important;
  word-wrap: break-word;
}
.talk li dl{
	margin-bottom: -30px;
}
.talk li .mb{
	margin-bottom: 20px;
}
.talk li dl dd{
	margin-bottom: 30px;
}
.talk li dl dd strong{
	border: 0px;
	border-bottom: 2px dotted ;
	padding: 0 20px 2px;
	margin-bottom: 15px;
	color: #ee7300;
	font-size: 20px;
}
.talk li dl dd:nth-of-type(3){
	margin-right: 30px;
}
.talk .hAuto{
	height: auto;
}
.talk span a{
	text-decoration: underline !important;
}
.talk span a:hover{
	text-decoration: none !important;
}

.talk dl{
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 40px 80px;
}
.talk dl.col1{
	display: block;
	margin-left: 0px;
}
.talk dl dd{
	width: 280px;
	text-align: center;
}
.talk dl.col1 dd{
	width: 100%;
	margin-right: 0px !important;
	margin-top: 10px;
}
.talk dl.col1 dd:nth-of-type(2){
	margin-top: 30px;
}
.talk dl dd strong{
	border-bottom: 2px dotted #ee7300;
	padding: 0 20px 2px;
	margin-bottom: 15px;
	color: #ee7300;
	font-size: 20px;
	display: inline-block;
}
.talk dl dd:first-of-type{
	margin-right: 30px;
}
.talk dl dd:nth-of-type(3){
	margin-right: 30px;
	margin-top: 30px;
}
.talk dl dd:nth-of-type(4){
	margin-top: 30px;
}
.talk dl dd p{
	font-size: 18px;
	margin-top: 15px;
}
.talk dl dd figure{
	display: block;
}
.talk dl dd figure img{
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}
.talk dl.col1 dd figure img{
	width: 80%;
}

/* ----------------------------- interview ----------------------------- */
.interview figure{
	text-align: center;
	margin: 40px 0;
}
.interview figure img{
	display: inline-block;
	border-radius: 15px;
	overflow:hidden;
}
.interview_list_item{
	font-size: 18px !important;
  word-break: normal !important;
  word-wrap: break-word;
}

.interview .interview_about{
	border: 2px solid #eee;
	overflow: hidden;
	margin: 30px 0px 60px;
	padding: 20px 40px;
	border-radius: 15px;
	background-color: #fefefe;
}
.interview .interview_about h5{
	margin-bottom: 20px;
	font-size: 20px;
}
.interview .interview_about figure{
	float: right;
	margin: 0px;
	margin-left: 40px;
}
.interview .chart{
	margin-top: 30px;
}
.interview .chart h4{
	text-align: center;
	margin-bottom: -20px;
	font-size: 22px;
	color: #ee7300;
	text-align: center;
}
.interview .chart h4 span{
	display: inline-block;
	padding: 0 20px 5px;
	border-bottom: 2px dotted ;
}
.interview .chart figure{
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 15px;
}
.interview .chart figure img.switch_sp{
	display: none;
}
.interview .chart figure img.switch_pc{
	display: inline;
}

/* ----------------------------- remarks ----------------------------- */
.remarks figure{
	text-align: center;
	margin-bottom: 40px;
}
.remarks figure img{
	display: inline-block;
	border-radius: 15px;
	overflow:hidden;
}

/* ----------------------------- summary ----------------------------- */

.summary .try_txt{
	padding-top: 15px;
  word-break: normal !important;
  word-wrap: break-word;
}

/* ----------------------------- profile ----------------------------- */
.profile dl{
	margin-top: 20px;
	margin-bottom: -15px;
}
.profile dt{
	margin-bottom: 0px;
}
.profile dt:before{
	content: '・';
}
.profile dd{
	margin-bottom: 15px;
	padding-left: 1em;
}
.profile dd a{
	text-decoration: underline !important;
}
.profile dd a:hover{
	text-decoration: none !important;
}