@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 991px)
{
	.main_nav
	{
		display: none;
	}
	.logo_container
	{
		width: 181px;
	}
	.logo_content
	{
		padding-left: 28px;
	}
	.top_bar_content
	{
		padding-left: 166px;
	}
	.top_bar_item
	{
		margin-left: 27px;
	}
	.top_bar_item a
	{
		font-size: 12px;
	}
	.logo_box
	{
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 18px;
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	.hamburger
	{
		display: block;
	}
	.home_title h1
	{
		font-size: 42px;
	}
	.boxes
	{
		padding-top: 95px;
	}
	.box_col
	{
		margin-top: 0;
	}
	.box_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.box
	{
		height: auto;
		padding-bottom: 40px;
	}
	
	.copyright_content
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.logo_container
	{
		height: 127px;
	}
	.logo
	{
		margin:  9px 20px 0 0;
	}
	.home_content_inner
	{
		width: 100%;
	}
	.menu_item a
	{
		font-size: 20px;
	}
	.cont_mt
	{
		margin-top: 30px;
	}
	
	.outline_area div > h3:first-child {
		margin-top: 30px;
	}
}


@media only screen and (max-width: 575px)
{
	.header.scrolled
	{
		top: 0px !important;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 60px;
	}
	.header.scrolled .logo_container
	{
		top: 0;
	}
	.header.scrolled .logo_container
	{
		height: 77px;
	}
	.hamburger i
	{
		font-size: 20px;
	}
	.logo_container
	{
		width: 141px;
		height: 77px;
	}
	.logo_content
	{
		padding-left: 20px;
	}
	.logo_text
	{
		font-size: 16px;
	}
	.logo_box
	{
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
	}
	.logo_sub
	{
		font-size: 10px;
		padding-left: 1px;
	}
	.menu
	{
		top: 90px;
	}
	.menu_item a
	{
		font-size: 20px;
	}
	.menu_close_container
	{
		top: 20px;
		right: 20px;
	}
	.home
	{
		height: 100vh;
	}
	.home_content
	{
		top: calc(50% + 34px);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home_title h1
	{
		font-size: 28px;
	}
	
	.menu_container
	{
		width: 100vw;
		right: -100vw;
	}
	.menu_item a
	{
		font-size: 20px;
	}
	.section_title h2
	{
		font-size: 24px;
	}
	.cont_mt
	{
		margin-top: 30px;
	}
	.button
	{
		height: 41px;
	}
	.button a
	{
		font-size: 11px;
		line-height: 41px;
		padding-left: 29px;
		padding-right: 34px;
	}
	.box
	{
		padding-left: 25px;
	}
	
	.footer_logo_container
	{
		width: 50%;
	}
	
	.pagehead_title
    {
        font-size: 30px;
    }
	
	.topics_contents .topics_item
	{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.greeting_photo
    {
        width: 80%;
    }
	
	.main_content .member_list th
    {
        width: 50%;
    }
	
	.table {
        display: block;
        width: 100%;
    }
    .table tbody 
	{
        display: block;
        width: 100%;
    }
    .table tr 
	{
        display: block;
        width: 100%;
		border-bottom: none;
    }
    .table th 
	{
        display: block;
        width: 100%;
		border-bottom: none;
    }
	.main_content .table td, .main_content .table th
	{
		border-bottom: none;
	}
	.main_content .table th
	{
		padding-bottom: 0;
	}
	.main_content .table td
	{
		padding-top: 0;
	}
	
	.outline_area div > h3:first-child {
		margin-top: 30px;
	}
}

