@charset "UTF-8";
body{
    -webkit-text-size-adjust: 100%; 
}
/* ------ スポンサーシップリンク ------ */
#contents .sponsor_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    border: 1px solid #eee;
    font-size: 172%;
    color: #333;
    font-weight: bold;
    max-width: 450px;
    width: 100%;
    margin: 50px auto 0;
}
#contents .sponsor_link a img{
    margin-right: 24px;
    width: auto;
}
#contents .sponsor_link a:hover{
    opacity: 0.7;
    text-decoration: none;
}


#main {
  background-color: #000000;
  display: block;
  padding-bottom: 100px;
  color: #ffffff;
}

#main img {
	max-width: 100%;
	height: auto;
}

#main * {
  box-sizing: border-box;
}

#maincontent {
  width:1240px;
  padding: 0 40px;
  margin:auto;
	border-top: solid 1px #fff;
  /*font-size:120%;*/
  letter-spacing: 2px;
  /*line-height: 2em;*/
  /*text-indent: 1em;*/
  line-break: strict;
}

#maincontent a {
	color: #ffffff;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #a6a5a5;
	text-decoration: none;
}

h1 {
	box-sizing: border-box;
	width:1240px;
	margin:0 auto;
	padding:0 15px;
}

h2.pageTitle {
  font-size:230%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
}

h2.title {
  font-size:150%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
  text-align: center;
}

h2.title span {
	font-size:90%;
	margin-right:10px;
}

h3.title {
  font-size:170%;
  margin-bottom: 30px;
}

.interviewCont {
	margin:0 auto 80px;
	}

.txtCap{
  text-align: right;
	font-size: 114.3%;
}

.borderless_sns {
	display:flex;
	justify-content: space-between;
	align-items: center;
	background:#ffffff;
	padding: 20px 40px;
	width: 80%;
	margin: 0 auto;
	font-weight: bold;
	font-size:110%;
}

#maincontent .borderless_sns a {
	color:#000000;
}
#maincontent .borderless_sns a:hover {
	color: #a6a5a5;
}

.pcOnly{
  display: block;
}
.spOnly{
  display: none;
}

#maincontent p{
  margin-bottom: 20px;
	font-size: 114.3%;
}

@media screen and (max-width: 767px) {
	.pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
	#contents {
		padding: 0;
	}
	#maincontent {
		width: 100%;
		padding:0 15px;
	}
	h1 {
		width:100%;
	}
	h2.pageTitle{
		font-size: 160%;
		margin-top:40px;
  }
	h3.title{
	font-size: 140%;
	margin-bottom: 20px;
  }
	#maincontent {
	width: 100%;
	padding:0 15px;
	}
	.interviewCont {
	margin: 0 auto 60px;
	width:100%;
	}
  .txtCap{
    font-size: 100%;
  }
	.borderless_sns {
		display:block;
		text-align: center;
	}
	.borderless_sns li + li {
		margin-top: 15px;
	}
	#contents .sponsor_link {
		padding: 0 2%;
	}
}