@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
/*@import url("fontawesome-all.min.css");*/

/*
	Helios by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */
html {
	box-sizing: border-box;
}

input, textarea {
	font-size: 15pt;
	line-height: 1.85em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 {
	color: inherit;
	text-decoration: none;
	border-bottom-color: transparent;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 600;
}

#main h1{
	font-size: 2.3rem;
	font-weight: 800;
	color:black;
	padding: 30px;
	/**color: #3dabbb;**/
	text-align: center;
}
#main h2 {
	font-size: 2rem;
	margin: 10px 0;
    text-align: center;
}

#main h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 600;
	color:#e5004f;
}

#main h4 {
	font-size: 1.4rem;
	margin: 0 0 1em 0;
	font-weight: 600;

}
header>p {
	display: block;
	font-size: 2rem;
	margin: 1em 0 0 0;
	text-align: inherit;
}
header p a{
	text-decoration: underline;
    color: #f66f6a;
    margin-left: 5px;
    font-weight: 700;
}
header p a:hover{
	text-decoration: underline;
}
strong, b {
	font-weight: 400;
	color: #483949;
}

em, i {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
	font-size: 1rem;
}

table {
	margin-bottom: 1em;
}

p {
    text-align: justify;
    font-size: 120%;
    font-family: 'Roboto',sans-serif;
	font-size: 1.2rem;
	text-align: left;
	line-height: 2;
}

br.clear {
	clear: both;
}

hr {
	position: relative;
	display: block;
	border: 0;
	top: 4.5em;
	margin-bottom: 9em;
	height: 6px;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

hr:before, hr:after {
	content: '';
	position: absolute;
	top: -8px;
	display: block;
	width: 1px;
	height: 21px;
	background: rgba(128, 128, 128, 0.2);
}

hr:before {
	left: -1px;
}

hr:after {
	right: -1px;
}
.button1 {
	color: #f66f6a;
	border: 1px solid #f66f6a;
	font-weight: 600;
	font-size: 1.5rem;
	display: inline-block;
    line-height: 1.5em;
    padding: 5px 16px;
    margin: 0 2px;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
	margin-bottom: 10px;
}
.button1:hover{
	color:#FFF;
	background:#f66f6a;
}
.timestamp {
	color: rgba(128, 128, 128, 0.75);
	font-size: 0.8em;
	padding-right: 10px;
}
.mark{
	background-color:#ef8376; 
	text-align: center;
	color:#FFF;
	text-decoration: none;
	padding: 3px;
	border: 0;
}

/* container_story */
.container_story {
	margin: 0 auto;
	max-width: 100%;
	width: 1400px;
	/*padding-top: 180px;*/
}

@media screen and (max-width: 1680px) {

	.container_story {
		width: 1200px;
	}
}

@media screen and (max-width: 1280px) {

	.container_story {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {

	.container_story {
		width: 100%;
	}
}

@media screen and (max-width: 840px) {

	.container_story {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {

	.container_story {
		width: 100%;
		padding-top: 30px;
	}

	.byside .row {
		margin-right: 20px;
	}
}
.block_01 {
	display: flex
}

@media only screen and (min-width: 768px) {
	.block_01 {
		flex-wrap: wrap;
		flex-direction: column-reverse
	}
}

@media only screen and (min-width: 1280px) {
	.block_01 {
		flex-wrap: nowrap;
		flex-direction: unset;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.block_01 {
		flex-wrap: wrap;
		flex-direction: column-reverse
	}
}

.block_01 .left {
	overflow: hidden
}
.mainpic {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.left{
	width: 50%;
	border-radius: 30px;
	margin-top: 80px;
}
.block_01 .left {
	overflow: hidden
}

@media only screen and (min-width: 768px) {
	.block_01 .left {
		width: 100%;
		border-radius: 0;
		margin-top: 0
	}
}

@media only screen and (min-width: 1280px) {
	.block_01 .left {
		width: 50%;
		border-radius: 0 30px 30px 0;
		margin-top: 80px
	}
}

@media only screen and (max-width: 767px) {
	.block_01 .left {
		margin-top: 0;
		width: 100%;
		border-radius: 0
	}
}
@media only screen and (min-width: 768px) {
	.right {
		width: 100%
	}
}
.right .light_box {
	position: relative;
	text-align: left;
	border-radius: 0;
	line-height: 1.7;
	background-color: #F1F9F9;
}

@media only screen and (min-width: 768px) {
	.right .light_box {
		padding: 50px;
		font-size: 1.125rem
	}
}

@media only screen and (min-width: 1280px) {
	.right .light_box {
		padding-right: 10%
	}
}

@media only screen and (min-width: 1921px) {
	.right .light_box {
		padding-right: 30%;
		font-size: 1.25rem
	}
}

@media only screen and (max-width: 767px) {
	.right .light_box {
		padding: 20px;
		font-size: 1.29rem
	}
}

.right .light_box::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -30%;
	bottom: 0;
	width: 35%;
	background-color: #F1F9F9;
	border-radius: 30px 0 0 30px
}

.right .light_box .title_deco {
	margin-bottom: 40px;
	color:#3dabbb;
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
}
.title_deco::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 80px;
	height: 5px;
	background-image: linear-gradient(to bottom right, #3dabbb, #129A92);
}

.right .light_box .txt p {
	font-size: 1.3rem;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.right .light_box .txt {
		font-size: 1.29rem
	}
}
@media only screen and (min-width: 1280px) {
	.right {
		width: 70%
	}
}

@media only screen and (min-width: 1921px) {
	.right {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.right {
		width: 100%
	}
}
.select_item{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.select_item ul {
	display: flex;
	justify-content: space-evenly;
	margin: 40px
}

@media only screen and (max-width: 767px) {
	.select_item ul {
		flex-direction: column;
		margin-bottom: 0
	}
}

.select_item ul li {
	width: 100%;
	list-style: none;
	border-radius: 30px;
	background: #3dabbb;
	padding: 30px;
	display: flex;
	align-items: center;
	color:#FFF;
	flex-direction: column;
	font-size: 2rem;
}
.select_item ul li:hover{
	background: #e5004f;
}

.select_item ul li:nth-child(2) .icon-area {
	border: 2px solid #FEA621
}

@media only screen and (max-width: 767px) {
	.select_item ul li {
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
}

.select_item ul li .icon-area {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	border: 2px solid #139A92;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
	.select_item ul li .icon-area {
		width: 120px;
		height: 120px
	}
}

.select_item ul li .icon-area svg {
	display: block
}

@media only screen and (max-width: 767px) {
	.select_item ul li .icon-area svg {
		max-width: 60px;
		max-height: 60px
	}
}

.select_item ul li p {
	text-align: center
}

/* Sections/Article */
section, article {
	margin-bottom: 3em;
}

section > :last-child, section:last-child, article > :last-child, article:last-child {
	margin-bottom: 0;
}

section.special > header, section.special > footer, article.special > header, article.special > footer {
	text-align: center;
}

.row > section, .row > article, .gallery >article {
	margin-bottom: 0;
}


footer {
	margin: 2.5em 0 0 0;
}

/* Image */
.image {
	position: relative;
	display: inline-block;
	border: 0;
	outline: 0;
}

.image img {
	display: block;
	width: 100%;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.7);
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	min-height: 26em;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: auto;
	width: 75%;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}


.video article p, .carousel article p {
	text-align: center;
	margin-bottom: 0;
}

.video .row {
	padding-top: 20px;
	display: block;
	margin: auto;
	padding-bottom: 50px;
}

.video article {
	display: inline-block;
	background: #fff;
	text-align: center;
	padding: 10px 10px 30px 10px;
	margin: 1em;
	white-space: normal;
}


/* Normal */
@media screen and (max-width: 1280px) {

	/* Basic */
	body, input, textarea {
		font-size: 12pt;
		line-height: 1.5em;
	}


@media screen and (max-width: 736px) {

	/* Basic */
	html, body {
		overflow-x: hidden;
	}

	body, input, textarea, select {
		font-size: 12.5pt;
		line-height: 1.5em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.25em;
	}

	hr {
		top: 3em;
		margin-bottom: 6em;
	}

	/* Section/Article */
	section, article {
		margin-bottom: 2em;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	.row > section, .row > article {
		margin-bottom: 2em;
	}



	/* Image */
	.image.featured {
		margin: 2em 0 0 0;
		min-height: auto;
	}

	.image.left {
		margin: 0 1em 1em 0;
	}

	.image.centered {
		margin: 0 0 1em 0;
		width: 100%;
	}

	/* Actions */
	form ul.actions {
		margin-top: 0;
	}

	ul.actions li {
		display: block;
		margin: 0.75em 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateY(30vh);
		-webkit-transform: translateY(30vh);
		-ms-transform: translateY(30vh);
		transform: translateY(30vh);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		/*height: 30vh;*/
		height: auto;
		overflow-y: visible;
	}

	/* Wrapper */
	.wrapper {
		padding: 3em 1em 3em 1em;
	}


	/* Main */
	#main .row {
		margin-left: -20px;
	}

	/* Forum */
	#forum .row {
		margin-left: -20px;
	}
}
