@charset "utf-8";

/*--------------------------------------------
	Base
--------------------------------------------*/
/* body {
	color: #333;
	margin: 0;
	font-size: 1rem;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'Noto Sans CJK', 'Droid Sans', Roboto, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	background-color: #fcfcfc;
} */

/* font-family ---------------------------------*/
.font-hind {
	font-family: 'Hind', sans-serif;
}

/*--------------------------------------------
	heder
--------------------------------------------*/
.heder {
  width: 100%;
}

/*--------------------------------------------
	main
--------------------------------------------*/
.main {
  margin: 0;
  padding: 0 0 100px;
  font-size: 14px;
}
.main a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);

}
.main a:hover{ opacity: 0.7; }

.main__article {
	padding: 16px;
	font-family: "Hiragino Kaku Gothic Pro";
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
}
.main__contents {
	margin-top: 60px;
}
.main__contents__link {
	text-align: center;
	margin-top: 20px;
}
.main__contents__link a {
	color: #033B86;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.31px;
}



/*--------------------------------------------
	timetable
--------------------------------------------*/

.main__interview{
background: linear-gradient(#FF64DE, #FF64DE 30%, #fff 30%);
border-radius: 8px 8px 0 0;
}


.main__article h2 {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	font-style: italic;
}

.main__interview h3{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding-top: 10px;
}

.int__wrapper{
	display: flex;
	margin: 10px 20px;
	justify-content: space-between;
}

.cta_btn{
	position: absolute;
	color: #fff;
	background: #FF64DE;
	font-weight: bold;
	width: 180px;
	text-align: center;
	padding: 10px;
	border-radius: 220px;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.first_palce, .runner_up, .second_place{
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}

.runner_up{
	margin-top: 30px;
}

.links{
	margin-top: 60px;
	text-align: center;
}

.small_gray{
	color:#C8C8C8;
	font-size: 14px;
	
}

/*--------------------------------------------
	share
--------------------------------------------*/
.share {
	margin-top: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.share__btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	height: 44px;
	border-radius: 3px;
	box-sizing: border-box;
}
.share__btn.facebook {
	background-color: #1877F2;
	margin-right: 28px;
	padding: 0 0 0 13px;
}
.share__btn.twitter {
	background-color: #1DA1F2;
	padding: 0px 0 0 20px;
}
.share__btn img {
	margin-right: 40px;
}
.share__btn span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
