@charset "UTF-8";
#main {
	background-color: rgba(245,245,245,1.00);
}
#main_inner {
	width: 90%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
#main img {
	position: absolute;
	height: 500px;
	right: 15%;
	z-index: 1;
}
#main_text {
	position: absolute;
	width: 34%;
	top: 10%;
	left: 10%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(51,51,51,1.00);
	color: rgba(255,255,255,1.0);
	z-index: 2;
}
#policy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
	color: rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
}
#name {
	padding-top: 30px;
	font-weight: bold;
	font-size: 30px;
	line-height: 20px;
}
#name_text {
	font-size: 14px;
}
#main_text_2 {
	position: absolute;
	left: 10%;;
	bottom: 1%;
	color: rgba(255,255,255,1.00);
	font-size: 70px;
	font-weight: bold;
	text-align: left;
	line-height: 70px;
	opacity: 0.8;
}
#main_text_2_strong {
	font-size: 90px;
}
#question_answer {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 60px;
}
#question_answer_left {
	width: 50%;
	float: left;
}
#question_answer img {
	padding-top: 30px;
	height: 600px;
}
#question_answer_right {
	width: 50%;
	float: right;
}
.question_answer_content {
	padding-top: 40px;
	text-align: left;
	width: 80%;
	margin-right: auto;
}
.question {
	font-size: 20px;
	font-weight: bold;
}
.question_box{
	padding-right: 4px;
	color: rgba(35,150,250,1.00);
}
.answer {
	padding-top: 10px;
	font-size: 16px;
}
#timeline {
	background-color: rgba(250,250,250,1.00);
	padding-top: 40px;
	padding-bottom: 40px;
}
#timeline_caption {
	font-size: 40px;
	line-height: 24px;
	color: rgba(150,150,150,1.00);
	margin-bottom: 30px;
}
#timeline_caption_small {
	font-size: 14px;
}
#timeline_layout {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
#timeline_insta {
	width: 420px;
}
#timeline_insta_title {
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.timeline_img img {
	width: 30px;
	height: 30px;
}
.timeline_title_text {
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
}
.timeline_insta_content_layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.timeline_insta_content {
	padding-top: 10px;
}
.timeline_insta_content img {
	width: 205px;
	height: 205px;
}
#timeline_twitter {
	width: 420px;
}
#timeline_twitter_title {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(29,161,242,1.00);
}
#gallery {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(240,240,240,1.00);
	overflow: hidden;
}
#gallery_inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#gallery_caption {
	font-size: 40px;
	line-height: 24px;
	color: rgba(150,150,150,1.00);
	margin-bottom: 30px;
}
#gallery_caption_small {
	font-size: 14px;
}
#link {
	background-color: rgba(250,250,250,1.00);
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}
#link a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
}
#link_button {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	background-color: rgba(51,51,51,1.00);
	transition: .2s;
}
#link_button:hover {
	background-color: rgba(35,150,250,1.00);
	letter-spacing: 4px;
}
@media screen and (max-width: 640px) {
#main_inner {
	width: 100%;
	height: 300px;
}
#main img {
	height: 300px;
	right: -5%;
}
#main_text {
	width: 50%;
	top: 8%;
	left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#policy {
	padding-bottom: 6px;
    font-size: 14px;
}
#name {
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
}
#name_text {
	font-size: 10px;
}
#main_text_2 {
	left: 1%;;
	bottom: 1%;
	font-size: 36px;
	line-height: 30px;
}
#main_text_2_strong {
	font-size: 38px;
}
#question_answer {
	margin-top: 0px;
	margin-bottom: 20px;
}
#question_answer_left {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#question_answer img {
	padding-top: 20px;
	height: 300px;
}
#question_answer_right {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.question_answer_content {
	padding-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.question {
	font-size: 14px;
}
.answer {
	padding-top: 6px;
	font-size: 12px;
}
#timeline {
	padding-top: 20px;
	padding-bottom: 20px;
}
#timeline_caption {
	font-size: 20px;
	line-height: 16px;
	margin-bottom: 14px;
}
#timeline_caption_small {
	font-size: 10px;
}
#timeline_layout {
	width: 90%;
	display: block;
}
#timeline_insta {
	width: 100%;
}
.timeline_img img {
	width: 20px;
	height: 20px;
}
.timeline_title_text {
	font-size: 16px;
}
.timeline_insta_content_layout {
	justify-content: space-around;
}
.timeline_insta_content img {
	width: 150px;
	height: 150px;
}
#timeline_twitter {
	width: 100%;
	margin-top: 20px;
}
#gallery {
	padding-top: 20px;
	padding-bottom: 20px;
}
#gallery_inner {
	width: 310px;
}
#gallery_caption {
	font-size: 20px;
	line-height: 16px;
	margin-bottom: 14px;
}
#gallery_caption_small {
	font-size: 10px;
}
#link {
	padding-top: 20px;
	padding-bottom: 20px;
}
#link a {
	font-size: 12px;
}
#link_button {
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}