@charset "UTF-8";


/* ============================
* 初期化
* ============================
*/

html {
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
:focus {
	outline: none;
}
ul {
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4 {
	margin: 0;
}
article:hover {
	opacity: 0.8;
}
input, textarea {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
}

/* ============================
* ヘッダーエリア
* ============================
*/

.global_header {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100px;
	z-index: 999;
    box-shadow: 0 2px 0 rgb(221 221 221 / 25%);
}
.global_header .logo_container {
	height: 100%;
	position: relative;
}
.global_header .logo_container .site_logo {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 25px;
	width: 228px;
	height: 39px;
}
.lang_en .global_header .logo_container .site_logo {
	width: 235px;
	height: 42px;
}
.nav_container .user_info_container {
	position: absolute;
    top: 40px;
    right: 340px;
    color: #7d7d7d;
    font-size: 1.4em;
}
.nav_container .user_info_container .user_name::after {
    /*font-family: 'Font Awesome 5 Pro';
    content: "\f142";
    margin-left: 18px;*/
}
.nav_container .lang_container {
	position: absolute;
    top: 32px;
    right: 190px;
    display: flex;
    font-size: 16px;
    font-weight: bolder;
    background: #f4f4f4;
    border-radius: 20px;
}
.loggedout .nav_container .lang_container {
	right: 300px;
}
.nav_container .lang_container .lang_btn {
	padding: 8px 20px;
	background: #f4f4f4;
	color: #27777c;
	border-radius: 20px;
}
.nav_container .lang_container .lang_btn.active {
	background: #27777c;
	color: #fff;
	z-index: 1000;
}
.nav_container .lang_container .lang_btn.active:nth-child(1) {
	margin-right: -5px;
}
.nav_container .lang_container .lang_btn.active:nth-child(2) {
	margin-left: -5px;
}
.nav_container .nav_menu {
	display: flex;
	position: absolute;
	top: 40px;
	left: 320px;
	margin-right: 365px;
	list-style: none;
}
.loggedin .nav_container .nav_menu {
	/*top: 50px;*/
}
.nav_container .nav_menu a {
	display: inline-flex;
	padding: 0 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}
.nav_container .nav_menu li {
	position: relative;
}
.nav_container .nav_menu li:not(:last-child)::after {
	content: "/";
	color: #ccc;
	font-size: 1.4em;
	position: absolute;
	right: 0;
}
.nav_container .nav_button {
	display: flex;
	position: fixed;
	top: 0;
	right: 25px;
	margin-top: 30px;
	list-style: none;
}
.nav_container .nav_button a {
	display: block;
	padding: 0 18px;
	color: #006F76;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
}
.nav_container .nav_button i {
	display: block;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 6px;
}
.nav_container .nav_button .signup a,
.nav_container .nav_button .mypage a {
	color: #ED5A1A;
}
.loggedout .nav_button .mypage,
.loggedout .nav_button .menu,
.loggedout .nav_button .logout {
	display: none;
}
.loggedin .nav_button .signup,
.loggedin .nav_button .login {
	display: none;
}
.sp_navi_btn {
	display: none;
}
.full_menu {
	display: none;
}
.full_menu.active {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #1d6ba9;
	background: linear-gradient(25deg, #1d6ba9, rgb(29 87 190 / 95%));
	overflow-y: scroll;
	padding: 60px 40px;
	box-sizing: border-box;
}
.full_menu .site_logo {
	display: flex;
	justify-content: center;
}
.full_menu .menu_list {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.full_menu .menu_list ul {
	width: 800px;
}
.full_menu .menu_list li {
	list-style: none;
	border-top: 1px solid #ffffff;
}
.full_menu .menu_list li:last-child {
	border-bottom: 1px solid #ffffff;
}
.full_menu .menu_list li a {
	display: block;
	padding: 15px 0;
	color: #ffffff;
	font-size: 1.5em;
}
.full_menu .menu_btn {
	width: 200px;
	display: block;
	margin: auto;
	margin-top: 40px;
}
.full_menu .menu_btn a {
	color: #ffffff;
	font-size: 1.4em;
	display: block;
	border: 1px solid #FFF;
	margin-bottom: 25px;
	padding: 13px 0;
	text-align: center;
}
.full_menu .close_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	font-size: 2.6em;
	cursor: pointer;
	padding: 15px 25px;
}
.loggedout .full_menu .mypage,
.loggedout .full_menu .uploader {
	display: none;
}
.loggedin .menu_btn .signup,
.loggedin .menu_btn .login {
	display: none;
}
.loggedout .menu_btn .logout {
	display: none;
}

/* ============================
* 検索エリア
* ============================
*/
.search_box_container {
	display: none;
}
.search_box_container.active {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #1d6ba9;
	background: linear-gradient(25deg, #1d6ba9, rgb(29 87 190 / 95%));
	overflow-y: scroll;
	padding: 120px 0;
	box-sizing: border-box;
}
.search_box_container .close_btn {
	position: absolute;
	right: 60px;
	top: 30px;
	color: #ffffff;
	font-size: 3.0em;
	cursor: pointer;
}
.search_box_container .search_box {
	width: 70%;
	text-align: center;
}
.search_box_container h3 {
	margin: 0;
    padding-bottom: 40px;
    color: #ffffff;
	font-size: 3em;
}
.search_box_container p {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
}
.search_box_container .search_form {
	position: relative;
	width: fit-content;
	margin: auto;
	margin-top: 50px;
}
.search_box_container .search_form i {
	position: absolute;
	top: 20px;
	left: 30px;
	color: #ffffff;
	font-size: 1.8em;
}
.search_box_container input[type="text"] {
	height: 60px;
	width: 560px;
	padding: 0 0 0 80px;
	box-sizing: border-box;
	border: 0;
	border-radius: 50px;
	color: #ffffff;
	font-size: 2.0em;
	font-weight: bold;
	background: rgb(32 21 78 / 44%);
}
.search_box_container input[type="text"]:focus {
	outline: 0;
}
.search_box_container .submit_search_btn {
	margin-top: 60px;
	padding: 15px 60px;
	color: #ffffff;
	font-size: 1.5em;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 50px;
	cursor: pointer;
}

/* ============================
* 共通エリア
* ============================
*/
.main_container {
	display: block;
	padding-top: 100px;
}
.main_container .content_inner {
	width: 1180px;
	position: relative;
}
.main_container h3 {
	color: #006F76;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0 0 20px;
}
.main_container h3::before {  
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 15px 0 0;
	background-image: url(../img/head_icon.svg);
	background-size: contain;
	transform: translate(0, 4px);
}
.main_container .view_more {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
	color: #006F76;
	font-size: 1.4em;
	font-weight: bold;
}
.main_container .view_more::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
	margin-left: 30px;
	font-size: 1.0em;
}
.justified_content {
	display: flex;
	justify-content: center;
}

/* ============================
* メインビジュアルエリア
* ============================
*/
.main_visual_container {
	display: flex;
	justify-content: center;
	position: relative;
	background: #F5F8F8;
	padding: 30px 0;
}
.main_visual_container .left_img_container {
	display: flex;
	align-items: center;
	padding-right: 50px;
}
.main_visual_container .left_img_container img {
	width: 375px;
}
.main_visual_container .right_img_container {
	display: flex;
	align-items: center;
	padding-left: 50px;
}
.main_visual_container .right_img_container img {
	width: 375px;
}
.main_visual_container .center_text_container {
	display: flex;
	position: relative;
	z-index: 100;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main_visual_container .main_text {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
	color: #006F76;
	font-size: 3.0em;
	font-weight: bold;
}
.main_visual_container .subtext {
	color: #006F76;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
}
.main_visual_container .signup_button {
	display: flex;
	justify-content: center;
}
.main_visual_container .signup_button a {
	padding: 15px 55px;
	background: #006F76;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
}
.main_visual_container .signup_notice p {
	display: flex;
	justify-content: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #ED5A1A;
}
.loggedin .main_visual_container .signup_button,
.loggedin .main_visual_container .signup_notice {
	display: none;
}
.search_container {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.search_container .search_box {
	position: relative;
}
.search_container input[type="text"] {
	height: 60px;
	width: 560px;
	padding: 0 30px;
	line-height: 60px;
	box-sizing: border-box;
	color: #333333;
	font-size: 2.0em;
	font-weight: bold;
	border-radius: 50px;
	border: 1px solid #006F76;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="text"]::placeholder {
 	color: rgb(0 111 118 / 60%);
	font-size: 0.8em;
	font-weight: bold;
}
.search_container button {
	position: absolute;
	top: 16px;
	right: 18px;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 2.4em;
	color: #006F76;
}
.search_container .search_checkbox_wrapper {
	margin-top: 15px;
	text-align: center;
}
.search_container .search_checkbox_wrapper label {
	font-size: 18px;
	padding: 0 23px;
	position: relative;
    padding-left: 27px;
}
.search_container .search_checkbox_wrapper label:last-child {

	padding-right: 0;
}
.search_container .search_checkbox_wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
 	width: 18px;
    height: 18px;
    accent-color: #006f76;
 }

/* ============================
* お知らせエリア
* ============================
*/
.news_container {
	background: #F5F8F8;
	padding: 40px 0;
}
.news_container article {
	background: #fff;
	margin: 2px 0;
}
.news_container article a {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	color: #444;
}
.news_container article p {
	margin: 10px 0;
}
.news_container article .date_label {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 1.5em;
	font-weight: bold;
	flex-shrink: 0;
}
.news_container article .category_label {
	margin-right: 10px;
	padding: 3px 25px;
	background: #D9E9EA;
	color: #006F76;
	font-size: 1.4em;
	font-weight: bold;
	flex-shrink: 0;
}
.news_container article .category_label.orange {
	background: #ffedb9;
	color: #ED5A1A;
}
.news_container article .category_label.red {
	background: #ffcdc1;
	color: #c91414;
}
.news_container article .category_label.blue {
	background: #cfeaff;
	color: #3F51C6;
}
.news_container article .category_label.pink {
	background: #ffd3e2;
	color: #f73074;
}
.news_container article .category_label.purple {
	background: #e5d6ff;
	color: #673ab7;
}
.news_container article .category_label.gray {
	background: #e1e1e1;
	color: #4e4e4e;
}
.news_container article .post_title {
	padding: 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}

/* ============================
* イベントエリア
* ============================
*/
.event_container {
	background: #fff;
	padding: 30px 0;
}
.event_container .article_container {
	display: flex;
	flex-wrap: wrap;
}
.event_container article {
	width: calc((100% - 120px - 0.1px)/4);
	margin-bottom: 40px;
}
.event_container article:not(:nth-child(4n)) {
	margin-right: 40px;
}
.event_container article a {
	color: #444;
}
.event_container article figure {
	margin: 0;
	padding: 0;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.event_container figcaption {
	position: absolute;
	top: 0;
	background: #aaa;
	color: #fff;
	font-size: 1.4em;
	padding: 3px 15px;
}
.event_container figcaption.orange {
	background: #ED5A1A;
}
.event_container figcaption.green {
	background: #006F76;
}
.event_container figcaption.blue {
	background: #06427E;
}
.event_container figcaption.red {
	background: #e70000;
}
.event_container figcaption.pink {
	background: #e91e63;
}
.event_container figcaption.purple {
	background: #760a89;
}
.event_container figcaption.gray {
	background: #5c5c5c;
}
.event_container article img {
	width: 100%;
	overflow: hidden;
}
.event_container article p {
	padding: 0;
	margin: 0;
}
.event_container article .date_label {
	padding: 8px 0 5px;
	font-size: 1.4em;
	font-weight: 500;
	color: #333333;
}
.event_container article .post_title {
	font-size: 1.6em;
	font-weight: bold;
	color: #006F76;
}

/* ============================
* 動画エリア
* ============================
*/
.movie_container {
	background: #F5F8F8;
	padding: 30px 0;
}
.movie_container .article_container {
	display: flex;
	flex-wrap: wrap;
}
.movie_container article figure {
	margin: 0;
	padding: 0;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.movie_container article img {
	width: 100%;
	overflow: hidden;
}
.movie_container article {
	width: calc((100% - 120px - 0.1px)/4);
	margin-bottom: 40px;
}
.movie_container article:not(:nth-child(4n)) {
	margin-right: 40px;
}
.movie_container article a {
	
	color: #444;
}
.movie_container article p {
	padding: 0;
	margin: 0;
}
.movie_container article .channel_label {
	padding: 8px 0 5px;
	font-size: 1.4em;
	font-weight: 500;
	color: #333333;
}
.movie_container article .post_title {
	font-size: 1.6em;
	font-weight: bold;
	color: #006F76;
}

/* ============================
* チャンネルエリア
* ============================
*/
.channel_container {
	background: #fff;
	padding: 40px 0;
}
.channel_container .list_container {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.channel_container article {
	width: 200px;
	height: 200px;
	margin-right: 40px;
	border: 1px solid #006F76;
	box-sizing: border-box;
	overflow: hidden;
}
.channel_container article a {
	display: block;
	height: 100%;
	width: 100%;
	color: #006F76;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.channel_container article .head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
    margin-top: 20px;
    padding: 0 20px;
}
.channel_container article .head img {
	max-width: 100%;
	max-height: 100%;
	height: fit-content;
}
.channel_container article .body {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.channel_container article p {
	margin: 0;
}

/* ============================
* ヘルプセンターエリア
* ============================
*/
.help_container {
	background: #F5F8F8;
	padding: 70px 0;
}
.help_container .help_btn {
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #006f76;
	background: linear-gradient(45deg, #006f76 0%, #4bafb5 100%);
	width: fit-content;
	padding: 18px 70px;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	border-radius: 80px;
}
.help_container .help_btn span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
}

/* ============================
* よくある質問エリア
* ============================
*/
.faq_container {
	background: #F5F8F8;
	padding: 50px 0;
}
.faq_container article {
	background: #fff;
	margin: 2px 0;
	padding: 20px 25px;
	cursor: pointer;
}
.faq_container .question {
	position: relative;
	padding-left: 50px;
	color: #333333;
	font-size: 1.4em;
	font-weight: 500;
}
.faq_container .question::before {
	position: absolute;
	left: 0px;
	content: "Q";
	color: #006F76;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 0.5em;
}
.faq_container .question::after {
	position: absolute;
	right: 0px;
    font-family: 'Font Awesome 5 Pro';
	content: "\f067";
	color: #006F76;
	font-size: 1.8em;
	line-height: 0.6em;
}
.faq_container article.active .question::after {
    font-family: 'Font Awesome 5 Pro';
	content: "\f068";
	color: #006F76;
	font-size: 1.8em;
	line-height: 0.6em;
}
.faq_container .answer {
	position: relative;
	display: none;
	margin: 20px 30px 0;
	padding: 20px 0 0 50px;
	border-top: 1px solid #eee;
	font-size: 1.4em;
	font-weight: 500;
}
.faq_container .answer::before {
	position: absolute;
	left: 0px;
	content: "A";
	color: #ED5A1A;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 0.5em;
}
.faq_container article.active .answer {
	display: block;
}

/* ============================
* フッターエリア
* ============================
*/
.footer_container {
	display: flex;
	justify-content: center;
	background: #333333;
	padding: 60px 0;
}
.footer_container .footer_inner {
	width: 1280px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.footer_container .logo_container {
	display: flex;
	height: 100%;
}
.footer_container .site_logo {
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 25px;
}
.lang_en .footer_container .site_logo {
	width: 230px;
}
.footer_container .link_container {
	display: flex;
	width: calc(100% - 380px);
	top: 0;
	bottom: 0;
	right: 0;
	justify-content: right;
}
.footer_container .link_container ul {
	list-style: none;
	width: calc((100% - 10px - 0.1px)/4);
	margin: 0;
	padding: 0;
}
.footer_container .link_container ul:not(:last-child) {
	margin-right: 20px;
}
.footer_container .link_container li {
	margin-bottom: 10px;
}
.footer_container .link_container li a {
	font-size: 1.4em;
	font-weight: 500;
	color: #fff;
}
.loggedin .footer_container .loggedout,
.loggedout .footer_container .loggedin {
	display: none;
}
.copyright_container {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.copyright_container p {
	font-size: 1.4em;
	font-weight: 500;
	color: #333333;
}



/* -------------------------
* 
* スマホ対応
* 
* 
*  -------------------------
*/

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

	/** -----------
	 * ヘッダー
	 * ------------
	 */
	.global_header {
		height: 65px;
	 }
	 .main_container {
	 	padding-top: 65px;
	 }
	.global_header .logo_container .site_logo {
		margin-left: 10px;
		width: 165px;
		height: auto;
	}
	.lang_en .global_header .logo_container .site_logo {
		width: 165px;
		height: auto;
	}
	.nav_container .user_info_container {
		display: none;
	}
	.nav_container .nav_menu {
		display: none;
	}
	.nav_container .nav_button {
		display: none;
	}
	.sp_navi_btn {
		display: block;
		position: fixed;
    	top: 15px;
		right: 10px;
    	padding: 10px 10px;
    	cursor: pointer;
	}
	.full_menu .menu_list ul {
		width: 100%;
	}
	.search_box_container .search_box {
		width: 80%;
	}
	.search_box_container input[type="text"] {
		width: 100%;
	}

	/** -----------
	 * 共通
	 * ------------
	 */
	 .main_container .content_inner {
	 	width: calc(100% - 20px);
	 }

	/** -----------
	* メインビジュアル
	* ------------
	*/
	.main_visual_container {
		display: block;
		padding: 20px 0;
	}
	.main_visual_container .center_text_container {
	 	padding: 0 100px;
	}
	.main_visual_container .left_img_container img, 
	.main_visual_container .right_img_container img {
		position: absolute;
		z-index: 1;
		top: 30px;
	 	width: 23%;
	}
	.main_visual_container .left_img_container img {
		left: 30px;
	}
	.main_visual_container .right_img_container img {
		right: 30px;
	}
	.main_visual_container .main_text {
		font-size: 2em;
		text-align: center;
		margin-top: 0;
	}
	.main_visual_container .subtext {
		font-size: 1.2em;
	}

	/** -----------
	* 言語切り替え
	* ------------
	*/

	.nav_container .lang_container {
		top: 18px;
		right: 70px;
	}
	.loggedout .nav_container .lang_container {
		right: 70px;
	}
	.nav_container .lang_container .lang_btn {
		padding: 6px 12px;
	}

	/** -----------
	* 検索
	* ------------
	*/
	.search_container {
		display: block;
	 	padding: 30px 20px;
	}
	.search_container input[type="text"] {
	 	width: 100%;
	}
	.search_container input[type="text"]::placeholder {
		font-size: 0.6em;
	}
	.search_container .search_checkbox_wrapper label {
		padding: 0 5px;
		font-size: 14px;
	}
	.search_container .search_checkbox_wrapper input[type="checkbox"] {
		position: relative;
		width: 14px;
		height: 14px;
	}
	/** -----------
	* お知らせ
	* ------------
	*/
	.news_container article a {
		flex-wrap: wrap;
		padding: 8px 10px;
	}
	.news_container article .date_label {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	.news_container article .category_label {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	.news_container article .post_title {
		width: 100%;
	}

	/** -----------
	 * イベント
	 * ------------
	 */
	 .event_container article {
	 	width: calc((100% - 20px - 0.1px) / 2);
	 }
	 .event_container article:not(:nth-child(4n)) {
	 	margin-right: 0;
	 }
	 .event_container article:not(:nth-child(2n)) {
	 	margin-right: 20px;
	 }
	 .event_container article .date_label {
	 	font-size: 1.2em;
	 }
	 .event_container article .post_title {
	 	font-size: 1.4em;
	 }
	 .event_container figcaption {
	 	font-size: 1.0em;
	 }

	/** -----------
	 * 動画
	 * ------------
	 */
	 .movie_container article {
	 	width: calc((100% - 20px - 0.1px) / 2);
	 }
	 .movie_container article:not(:nth-child(4n)) {
	 	margin-right: 0;
	 }
	 .movie_container article:not(:nth-child(2n)) {
	 	margin-right: 20px;
	 }
	 .movie_container article .channel_label {
	 	font-size: 1.2em;
	 }
	 .movie_container article .post_title {
	 	font-size: 1.4em;
	 }

	/** -----------
	 * チャンネル
	 * ------------
	 */
	 .channel_container article {
	 	width: 160px;
	 	height: 160px;
	 }
	 .channel_container article .head {
	 	height: 50px;
	 }

	 /** -----------
	 * ヘルプセンター
	 * ------------
	 */
	 .help_container .help_btn {
	 	padding: 15px 40px;
	 	font-size: 1.6em;
	 }

	/** -----------
	 * フッター
	 * ------------
	 */
	 .footer_container {
	 	padding: 40px 0;
	 }
	 .footer_container .footer_inner {
	 	display: block;
	 	width: 100%;
	 	padding: 0 20px;
	 }
	 .footer_container .logo_container {
	 	width: 100%;
	 	height: auto;
	 	justify-content: center;
	 }
	 .footer_container .site_logo {
	 	margin: 0;
	 }
	 .footer_container .link_container {
	 	width: 100%;
	 	margin-top: 40px;
	 	flex-wrap: wrap;
	 }
	 .footer_container .link_container ul {
	 	width: calc((100% - 10px - 0.1px) / 2);
	 }
	 .footer_container .link_container ul:not(:last-child) {
	 	margin-right: 0;
	 }
	 .copyright_container p {
	 	font-size: 1.2em;
	 }
} 
