@charset "UTF-8";

.t-first_load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 99999;
}

.t-all_wrap{
	overflow:  clip;
}

.ie .t-all_wrap{
	overflow:  hidden;
}

/* sp */
@media screen and (max-width: 700px) {
	
}

/*-------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/

.t-header{
	height: 105px;
}

.t-header_in{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	background-color: #031C44;
	z-index: 30000;
}

.toppage .t-header{
	height: 75px;
}

.toppage .t-header_in{
	height: 75px;
}

.admin-bar .t-header{
	height: 137px;
}

.admin-bar .t-header_in{
	top: 32px;
}

.toppage .admin-bar .t-header{
	height: 107px;
}

.toppage .admin-bar .t-header_in{
	height: 107px;
}

.t-header_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.t-header_news{
	position: relative;
	height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #CCCCCC;
}

.toppage .t-header_news{
	display: none;
}

.t-news_slide{
	text-align: center;
	padding: 4px 0;
	color: #061C44;
	font-weight: 700;
	white-space: nowrap;
}

.t-news_slide p{
	overflow:  hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 700px) {
	.t-news_slide{
		font-size: 12px;
		font-weight: 400;
	}
}

.t-main_nav_lang_wrap{
	white-space: nowrap;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 30px;
}

.t-main_nav_lang{
	display: flex;
}

.t-main_nav_lang_wrap li{
	margin: 0 0.5em 0 0;
}

.t-main_nav_lang_wrap li:last-child{
	margin-right: 0;
}

.t-main_nav_lang_wrap a{
	text-decoration: none !important;
	transition: color 0.4s ease 0s;
}

.t-main_nav_lang_wrap a.active,
.normal .t-main_nav_lang_wrap a:hover{
	color: #CCCCCC;
}



@media screen and (min-width: 931px) {
	.t-header_func{
		padding: 0;
	}

	.t-header_func_in{
		max-width: none;
	}

	.t-main_nav_switch{
		display: none;
	}

	.t-main_nav_switch_in{

	}

	.t-header_main{
		height: 100%;
	}
}

@media screen and (max-width: 930px) {
	
	.t-header{
		height: 105px;
	}
	
	.t-header_in{
		height: 105px;
	}
	
	.toppage .t-header{
		height: 75px;
	}

	.toppage .t-header_in{
		height: 75px;
	}

	.admin-bar .t-header{
		height: 137px;
	}

	.admin-bar .t-header_in{
		top: 32px;
	}

	.toppage .admin-bar .t-header{
		height: 107px;
	}

	.toppage .admin-bar .t-header_in{
		height: 107px;
	}
	
	
	
	.t-header_content_wrap{
		padding: 0;
	}

	.t-header_content{
		display: block;
		max-width: none;
		height: 100%;
	}

	.t-header_func{
		position: relative;
		z-index: 30000;
		height: 75px;
		background-color: #031C44;
		padding-right: 0;
	}
	
	.t-header_func_in{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.t-main_nav_switch{
		color: #fff;
		font-size: 37.5px;
		height: 75px;
		width: 88px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		line-height: 0;
	}
	
	.t-main_nav_switch .active_text{
		display: none;
	}
	
	.nav_active .t-main_nav_switch .active_text{
		display: block;
	}
	
	.nav_active .t-main_nav_switch .normal_text{
		display: none;
	}
	
	.t-header_main{
		display: block;
	}
	
	.t-main_nav_lang_wrap{
		position: static;
		justify-content: center;
		margin: 50px 0 0 0;
	}
	
}

@media screen and (max-width: 700px) {
	
	.t-header{
		height: 78px;
	}
	
	.t-header_in{
		height: 78px;
	}
	
	.toppage .t-header{
		height: 48px;
	}
	
	.toppage .t-header_in{
		height: 48px;
	}
	
	.t-header_func{
		height: 48px;
	}
	.t-main_nav_switch{
		font-size: 24px;
		height: 48px;
		width: 60px;
	}
	
	.t-header_func{
		height: 48px;
	}
	
}

/* ----------------- .t-header_logo ----------------- */

.t-header_logo{
	
}

.t-header_logo_obj{
	color: #fff;
}

.t-header_logo_text{
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
}

.t-header_logo_img{
	
}

@media screen and (max-width: 700px) {
	.t-header_logo_text{
		font-size: 14px;
		margin: 0 0 6px 0;
	}
}

/* ----------------- .t-header_search ----------------- */

.t-header_search{
	
}

.t-header_search_in{
	
}

@media screen and (min-width: 931px) {

	.t-header_search{
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media screen and (max-width: 930px) {
	.t-header_search{
		/*position: relative;
		z-index: 30000;
		background-color: #fff;
		height: 75px;
		border-bottom: 1px solid #DDDDDD;*/
		margin: 60px 0 0 0;
		padding: 0;
	}
}

@media screen and (max-width: 700px) {
	.t-header_search{
		/*height: 48px;*/
	}
}

/* .t-header_search .c-search_block_input */

.t-header_search .c-search_block_input{
	width: 240px;
}

@media screen and (max-width: 1100px) {
	.t-header_search .c-search_block_input{
		width: 180px;
	}
}

@media screen and (max-width: 930px) {
	
	.t-header_search .c-search_block_input{
		width: 100%;
	}
	
	.t-header_search .c-search_block_input input{
		border: 1px solid #DDDDDD;
		border-radius: 5px;
	}
}

@media screen and (max-width: 700px) {
	.t-header_search .c-search_block_input input{
		height: 32px;
	}
}

/*-------------------------------------------------------------------
NAV
-------------------------------------------------------------------*/

@media screen and (min-width: 931px) {

	.t-main_nav{
		display: block !important;
		opacity: 1 !important;
		height: 100%;
	}

	.t-main_nav_in{
		height: 100%;
	}

	.t-main_nav_content{
		height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.t-main_nav_content_in{
		height: 100%;
		display: flex;
		align-items: center;
	}

	.t-main_nav_list_wrap{
		height: 100%;
		margin: 0 45px 0 0;
	}

	.t-main_nav_list{
		height: 100%;
		display: flex;
		margin: 0 -30px 0 0;
	}

	.t-main_nav_list_item{
		height: 100%;
	}

	.t-main_nav_list_title{
		font-size: 14px;
		white-space: nowrap;
		line-height: 1;
		color: #fff;
		height: 100%;
		display: flex;
		flex-direction: column;

	}

	.t-main_nav_list_link{
		flex-grow: 1;
		display: flex;
		align-items: center;
		padding: 0 30px;
		text-decoration: none !important;
		transition: opacity 0.4s ease 0s;
	}
	
	.normal .t-main_nav_list_link:hover{
		opacity: 0.7;
	}

	/* .t-main_nav_child_zone */

	.t-main_nav_child_zone{
		display: none;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 200;
	}

	.t-main_nav_child_area{
		position: absolute;
		width: 100%;
		top: -6px;
		left: 0;
	}

	.t-main_nav_child{
		padding: 40px;
		background-color: #fff;
		border: 1px solid #DDDDDD;
	}
	
	/* .t-main_nav_cat_content_wrap */

	.t-main_nav_cat_content_wrap{
		max-width: 880px;
		margin: 0 auto;
	}

	.t-main_nav_cat_content{
		margin: 0 0 45px 0;
	}

	.t-main_nav_cat_content:last-child{
		margin-bottom: 0;
	}
	
	.t-main_nav_cat_content_in{
		display: block !important;
		opacity: 1 !important;
	}
	
	.t-main_nav_cat_content_block{
		
	}

	.t-main_nav-cat_list_title{
		color: #031C44;
		font-weight: 700;
		margin: 0 0 16px 0;
	}
	
	/* .t-sp_obj */
	
	.t-sp_obj{
		display: none;
	}
	
}

@media screen and (min-width: 931px) and (max-width: 1050px){
	.t-main_nav_cat_content_block .c-cat_list_item{
		width: 25%;
	}
}
	
@media screen and (max-width: 1100px) {
	.t-main_nav_list_link{
		padding: 0 15px;
	}
}

@media screen and (max-width: 930px) {
	.t-main_nav{
		display: none;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #031C44;
		padding: 180px 0 0 0;
	}
	
	.toppage .t-main_nav{
		padding: 150px 0 0 0;
	}
	
	.t-main_nav_in{
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.t-main_nav_content{
		height: auto;
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.t-main_nav_list_wrap{
	}

	.t-main_nav_list{
	}

	.t-main_nav_list_item{
		border-bottom: 1px solid #fff;
	}

	.t-main_nav_list_title{
		color: #fff;
	}

	.t-main_nav_list_link{
		display: block;
		padding: 12px 0;
		text-decoration: none !important;
		cursor: pointer;
	}
	
	.t-main_nav_list_link_text_wrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.t-main_nav_list_link_text{
		font-size: 16px;
	}
	
	.t-main_nav_list_link_text_obj{
		font-size: 16px;
		line-height: 0;
	}

	/* .t-main_nav_child_zone */

	.t-main_nav_child_zone{
		display: block !important;
		opacity: 1 !important;
	}

	.t-main_nav_child_area{
	}
	
	.t-main_nav_child_wrap{
		padding-left: 0;
		padding-right: 0;
	}

	.t-main_nav_child{
	}
	
	/* .t-main_nav_cat_content_wrap */

	.t-main_nav_cat_content_wrap{
		max-width: none;
		margin: 0 auto;
	}

	.t-main_nav_cat_content{
		margin: 0 0 0 0;
		border-bottom: 1px solid #fff;
	}

	.t-main_nav_cat_content:last-child{
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.t-main_nav_cat_content_in{
		display: none;
	}
	
	.t-main_nav_cat_content_block{
		padding: 0 0 25px 0;
	}

	.t-main_nav-cat_list_title{
		color: #fff;
		margin: 0;
	}
	
	.t-main_nav-cat_list_title_link{
		display: block;
		padding: 12px 0;
		text-decoration: none !important;
		cursor: pointer;
	}
	
	.t-main_nav_cat_content_wrap .c-cat_list{
		margin: 0 -20px -15px 0;
	}
	
	.t-main_nav_cat_content_wrap .c-cat_list_item{
		width: 25%;
		padding: 0 20px 15px 0;
	}
	
	.t-main_nav_cat_content_wrap .c-cat_block{
		background-color: #fff;
	}
	
	
	/* .t-pc_obj */
	
	.t-pc_obj{
		display: none;
	}
	
	.t-main_nav_list_link_text_obj .active_text{
		display: none;
	}
	
	.active .t-main_nav_list_link_text_obj .active_text{
		display: block;
	}
	
	.active .t-main_nav_list_link_text_obj .normal_text{
		display: none;
	}
	
}

@media screen and (max-width: 700px) {

	.t-main_nav{
		padding-top: 96px;
	}
	
	.t-main_nav_cat_content_wrap .c-cat_list_item{
		width: 33.3%;
	}
	
}

@media screen and (max-width: 500px) {
	.t-main_nav_cat_content_wrap .c-cat_list_item{
		width: 50%;
	}
}

/*-------------------------------------------------------------------
MAIN
-------------------------------------------------------------------*/

.t-main{
	min-height: calc(100vh - 205px);
}

@media screen and (max-width: 900px) {
	.t-main{
		min-height: calc(100vh - 310px);
	}
}

@media screen and (max-width: 700px) {
	.t-main{
		min-height: calc(100vh - 288px);
	}
}

/* -------------------------------------------- .t-all_temp -------------------------------------------- */

.t-all_temp{
	/*background-color: #fafafa;*/
	background-color: #F0F2F5;
}

.t-all_temp_content_wrap{
	padding-top: 60px;
	padding-bottom: 160px;
}

.t-all_temp_content{
	max-width: 900px;
	background-color: #fff;
	padding: 60px 60px 120px 60px;
}

.t-all_temp_content_in{
	max-width: 700px;
	margin: 0 auto;
}


@media screen and (max-width: 900px) {
	
	.t-all_temp_content{
		padding: 40px 40px 80px 40px;
	}
}

@media screen and (max-width: 700px) {
	
	.t-all_temp{
		background-color: #fff;
	}
	
	.t-all_temp_content_wrap{
		padding-top: 34px;
		padding-bottom: 120px;
		background-color: #fff;
	}

	.t-all_temp_content{
		max-width: none;
		padding: 0px;
	}
}

/* -------------------------------------------- .t-cms_content -------------------------------------------- */

.t-cms_content{
	display: flex;
	min-height: calc(100vh - 205px);
}

@media screen and (max-width: 900px) {
	.t-cms_content{
		min-height: calc(100vh - 310px);
	}
}

@media screen and (max-width: 700px) {
	.t-cms_content{
		min-height: calc(100vh - 288px);
	}
}


.t-cms_main{
	order: 2;
	width: calc(100% - 280px);
}

.t-cms_main_content{
	padding-top: 60px;
	padding-bottom: 100px;
}

.t-cms_main_content_in{
	max-width: 650px;
}

/* .t-cms_sub */

.t-cms_sub{
	order: 1;
	background-color: #EDF0F5;
	color: #333333;
	width: 280px;
	/*padding: 60px 40px 100px 40px;*/
	padding: 60px 30px 100px 30px;
}

@media screen and (max-width: 1160px) {
	.t-cms_sub{
		padding: 60px 30px 100px 30px;
	}
}

/* .t-cms_sub_nav_list_zone */

.t-cms_sub_nav_list_zone{
	margin: 0 0 85px 0;
}

.t-cms_sub_nav_list_zone:last-child{
	margin-bottom: 0;
}

.t-cms_sub_nav_title{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 23px 0;
}

.t-cms_sub_nav_list_area{
	margin: 0 0 15px 0;
}

.t-cms_sub_nav_list_area:last-child{
	margin-bottom: 0;
}

.t-cms_sub_nav_list_wrap{
}

.t-cms_sub_nav_arrow{
	position: absolute;
	top: -2px;
	right: -8px;
	line-height: 0;
	cursor: pointer;
	transform-origin: 50% 50%;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.4s ease 0s;
}

.normal .t-cms_sub_nav_arrow:hover{
	color: #000;
}

.t-cms_sub_nav_arrow.active{
	transform: rotate(180deg);
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_arrow{
	display: none;
}

.t-cms_sub_nav_list{
	
}

.t-cms_sub_nav_list_item{
	position: relative;
	padding: 0 0 5px 0;
}

.t-cms_sub_nav_list_item:last-child{
	padding-bottom: 0;
}

.t-cms_sub_nav_text{
	padding: 0 10px 5px 0;
}

.t-cms_sub_nav_text:last-child{
	padding-bottom: 0;
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_text{
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_list_wrap .t-cms_sub_nav_text{
	position: relative;
	padding-left: 1em;
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_list_wrap .t-cms_sub_nav_text:after{
	/*content: "・";
	position: absolute;
	top: 0;
	left: 0;*/
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_list_wrap  > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item .t-cms_sub_nav_list_wrap{
	padding: 0 0 0 1em;
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_list_wrap .t-cms_sub_nav_list{
	display: none;
}

/*
.t-cms_sub_nav_list a{
	text-decoration: none !important;
	background-image: linear-gradient(to right,#000, #000);
	background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
	padding: 0 0 2px 0;
	transition: background-size 0.4s ease 0s;
}

.normal .t-cms_sub_nav_list a:hover{
	background-size: 0% 1px;
	background-position: bottom right;
}*/

.t-cms_sub_nav_list a{
	text-decoration: none;
}

.t-cms_sub_nav_list a.current{
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.normal .t-cms_sub_nav_list a:hover{
	text-decoration: underline;
	text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_list_wrap .t-cms_sub_nav_text a{
	text-decoration: none;
}

.normal .t-cms_sub_nav_list_area > .t-cms_sub_nav_list_wrap > .t-cms_sub_nav_list > .t-cms_sub_nav_list_item > .t-cms_sub_nav_list_wrap .t-cms_sub_nav_text a:hover{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media screen and (max-width: 700px) {
	.t-cms_content{
		display: block;
	}

	.t-cms_main{
		width: auto;
	}

	.t-cms_main_content{
		padding-top: 40px;
		padding-bottom: 0px;
	}

	.t-cms_sub{
		display: none;
	}
}

/* .t-cms_main_vision */

.t-cms_main_vision{
	margin: 50px 0 30px 0;
}

.t-cms_main_vision img{
	width: 100%;
	height: auto;
}

/* .t-cms_title01  */

.t-cms_title01{
	font-size: 32px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.5;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 700px) {
	.t-cms_title01{
		margin: 0 0 10px 0;
	}
}

/*.t-cms_editor-box  */

.t-cms_editor-box{
	/*margin: 40px 0 60px 0;*/
	margin: 40px 0 120px 0;
}

.t-cms_editor-box:last-child{
	margin-bottom: 0;
}

.t-cms_editor-box_title01{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

@media screen and (max-width: 700px) {
	.t-cms_editor-box{
		margin: 20px 0 80px 0;
	}
	.t-cms_editor-box_title01{
	}
}

/* .t-cms_news  */

.t-cms_news{
	margin: 50px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.t-cms_news_content{
	padding: 40px 30px;
	border-bottom: 1px solid #DDDDDD;
}

.t-cms_news_content:last-child{
	border-bottom: 0;
}

.t-cms_news_title{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 22px 0;
	color: #031C44;
}

.t-cms_news_list_wrap{
	margin: 0 0 30px 0;
}

.t-cms_news_list_wrap:last-child{
	margin-bottom: 0;
}

.t-cms_news_list{
	
}

.t-cms_news_list_item{
	/*font-size: 16px;
	margin: 0 0 22px 0;
	font-weight: 700;
	*/
	font-size: 14px;
	margin: 0 0 16px 0;
}

.t-cms_news_list_item:last-child{
	margin-bottom: 0;
}

.t-cms_news .c-cat_list{
	margin: 0 -30px -15px 0;
}

.t-cms_news .c-cat_list_item{
	width: 50%;
	padding: 0 30px 15px 0;
}

.t-cms_news .c-cat_list_item .c-cat_block{
	border-radius: 6px;
	border-color: #CCCCCC ;
	font-size: 16px;
	justify-content: center;
}

@media screen and (max-width: 700px) {
	
	.t-cms_news{
		margin: 70px 0 40px 0;
	}

	.t-cms_news_content{
		padding: 30px 15px 45px 15px;
	}
	
	.t-cms_news .c-cat_list{
		margin: 0 0 -12px 0;
	}

	.t-cms_news .c-cat_list_item{
		font-weight: 500;
		width: 100%;
		padding: 0 0 12px 0;
	}
	
	.t-cms_news .c-cat_list_item .c-cat_block{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 8px;
		padding-left: 8px;
		font-size: 14px;
		border-radius: 2px;
	}
	
	.t-cms_news .c-cat_list_item .c-cat_block_arrow{
		right: 8px;
	}
	
	.t-cms_news .c-btn_wrap.type02 .c-btn{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
}

/* .t-cms_flow  */

.t-cms_flow{
	background-color: #EFEFEF;
	padding: 60px 30px;
	/*margin: 140px 0 0 0;*/
	margin: 90px 0 0 0;
}

.t-cms_flow_in{
	max-width: 530px;
	margin: 0 auto;
}

.t-cms_flow_title01{
	margin: 0 0 22px 0;
	text-align: center;
}

.t-cms_flow_title01 > *{
	display: block;
}

.t-cms_flow_title01 .p-text01{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.t-cms_flow_title01 .p-text02{
	font-weight: 700;
}

.t-cms_flow_lead{
	line-height: 2;
	margin: 0 0 30px 0;
}

.t-cms_flow .c-btn_wrap.type02 .c-btn{
	border-color: #EFEFEF;
}

@media screen and (max-width: 700px) {
	
	.t-cms_flow{
		padding: 40px 20px;
		margin: 120px -20px 0 -20px;
	}
	
	.t-cms_flow_title01{
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 8px 0;
		text-align: left;
	}

	.t-cms_flow_title01 > *{
		display: inline;
	}

	.t-cms_flow_title01 .p-text01{
		font-size: inherit;
		margin: 0;
		text-align: inherit;
		font-weight: inherit;
	}

	.t-cms_flow_title01  .p-text02{
		font-size: inherit;
		margin: 0;
		text-align: inherit;
		font-weight: inherit;
	}

	.t-cms_flow_lead{
		line-height: 2;
		margin: 0 0 30px 0;
	}

	.t-cms_flow .c-btn_wrap.type02 .c-btn{
		border-color: #EFEFEF;
	}
	
}


/* .t-cms_info_wrap */

.t-cms_info_wrap{
	font-size: 12px;
	color: #666666;
	/*margin: 20px 0 20px 0;*/
	margin: 40px 0 40px 0;
}

.t-cms_info{
	display: flex;
	/*align-items: center;*/
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -12px -12px 0;
}

.t-cms_info > *{
	padding: 0 12px 12px 0;
}

.t-cms_info_cat{
}

.t-cms_info_cat_list_wrap{
	
}

.t-cms_info_cat_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -12px 0;
}

.t-cms_info_cat_list_item{
	padding: 0 12px 12px 0;
}


.t-cms_info_cat_list_item a{
	display: block;
	text-decoration: none !important;
}

.t-cms_info_cat_block{
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #031C44;
	color: #031C44;
	border-radius: 3px;
	padding: 6px 10px;
	line-height: 1;
	/*transition: opacity 0.4s ease 0s;*/
	transition: background-color 0.4s ease 0s ,color 0.4s ease 0s;
}

.t-cms_info_cat_list_item a:hover .t-cms_info_cat_block{
	background-color: #031C44;
	color: #fff;
	/*opacity: 0.7;*/
}

.t-cms_info_func{
	display: flex;
	margin: 0 -1em 0 0;
}

.t-cms_info_func > *{
	padding: 3px 1em 0 0;
}

.t-cms_info_name{
	white-space: nowrap;
}

.t-cms_info_date{
	white-space: nowrap;
}

@media screen and (max-width:700px) {
	
}

/* .t-cms_subject_box  */


.t-cms_subject_box{
	font-size: 16px;
	background-color: #EDF0F5;
	border-radius: 10px;
	padding: 30px;
	margin: 60px 0 60px 0;
}

.t-cms_subject_box_title{
	font-weight: 700;
	margin: 0 0 12px 0;
}

.t-cms_subject_list_wrap{
	
}

.t-cms_subject_list{
	
}

.t-cms_subject_list_item{
	margin: 0 0 16px 0;
}

.t-cms_subject_list_item a{
	text-decoration: underline;
	transition: 0.4s ease 0s;
}

.normal .t-cms_subject_list_item a:hover{
	opacity: 0.7;
}

.t-cms_subject_list_item:last-child{
	margin-bottom: 0;
}

.t-cms_subject_title01{
	font-size: 20px;
	font-weight: 700;
	margin: 70px 0 20px 0;
}

@media screen and (max-width:700px) {
	
	.t-cms_subject_box{
		font-size: 15px;
		background-color: #EDF0F5;
		border-radius: 10px;
		padding: 30px 15px;
		margin: 60px 0 60px 0;
	}

	.t-cms_subject_box_title{
		font-weight: 700;
		margin: 0 0 15px 0;
	}

	.t-cms_subject_list_wrap{

	}

	.t-cms_subject_list{

	}

	.t-cms_subject_list_item{
		margin: 0 0 15px 0;
	}

	.t-cms_subject_title01{
		font-size: 16px;
		font-weight: 700;
		margin: 50px 0 20px 0;
	}
	
}

/* .t-cms_contact */

.t-cms_contact{
	background-color: #EDF0F5;
	border-radius: 10px;
	padding: 40px 30px;
}

.t-cms_contact_title{
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.t-cms_contact .request_btn_obj{
	width: 100%;
}

.t-cms_contact .c-btn_wrap.type_request_btn .c-btn .request_btn_text{
	flex-grow: 1;
	text-align: center;
	padding-right: 15px;
}

@media screen and (max-width:700px) {
	
	.t-cms_contact{
		padding: 30px 15px;
	}

	.t-cms_contact_title{
		font-size: 16px;
		margin: 0 0 15px 0;
	}

	.t-cms_contact .request_btn_obj{
		width: 100%;
	}

	.t-cms_contact .c-btn_wrap.type_request_btn .c-btn .request_btn_text{
	}
	
}

@media screen and (max-width: 370px) {
	.t-cms_contact .c-btn_wrap.type_request_btn .c-btn .request_btn_text{
		font-size: 13px;
		white-space: nowrap;
	}
}


.t-cms_return{
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.t-cms_return_text{
	display: inline-block;
	vertical-align: bottom;
}

/* .t-cms_cat_link */

.t-cms_cat_link{
	margin: 30px 0 70px 0;
}

.t-cms_cat_link:last-child{
	margin-bottom: 0;
}

.t-cms_cat_link .c-cat_list_item{
	width: 50%;
}

.t-cms_cat_link .c-cat_block {
  border-radius: 9999px;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 950px) {
	.t-cms_cat_link .c-cat_list {
		margin: 0 0 -12px 0;
	}
	.t-cms_cat_link .c-cat_list_item{
		width: 100%;
		padding: 0 0 12px 0;
	}
}

@media screen and (max-width: 700px) {
	.t-cms_cat_link{
		margin: 30px 0 70px 0;
	}
	.t-cms_cat_link .c-cat_block {
		font-size: 14px;
	}
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/

.t-footer{
	position: relative;
}

/* .t-footer_lawyer */

.t-footer_lawyer{
	/*display: none;*/
}

/* .t-request */

.t-request {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.t-request_in{
	position: relative;
	max-width: none;
}

 .t-request_switch_wrap{
	position: absolute;
	top: -90px;
	/*right: -450px;
	width: 400px;*/
	right: -310px;
	width: 260px;
	height: 60px;
	transition: right 0.4s ease 0s;
}

.html_resized .t-request_switch_wrap{
	transition: none;
}

.request_active .t-request_switch_wrap{
	right: 0;
}

.t-request_switch{
	position: fixed;
	z-index: 20000;
	bottom: 30px;
	/*width: 400px;*/
	width: 260px;
	height: 60px;
}

.t-request_switch_number{
	bottom: 30px;
	display: none;
}

.t-request_switch_wrap.active .t-request_switch{
	position: absolute;
	top: 0 !important;
}

.t-request .c-btn_wrap.type_request_btn, .c-btn_wrap.type_request_btn .c-btn{
	height: 62px;
}

.t-request .c-btn_wrap.type_request_btn .c-btn{
	border: 1px solid #fff;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 40px;
}

.t-request .c-btn_wrap.type_request_btn .c-btn .request_btn_arrow{
	right: 9px;
}

.t-request .c-btn_wrap.type_request_btn .c-btn .request_btn_img{
	padding-left: 7px;
}

.t-request_switch_wrap.active{
	/*right: -450px !important;
	right: 310px !important;*/
}

@media screen and (max-width:700px) {
	
	.t-request {
		white-space: nowrap;
	}
	
	.t-request_switch_wrap{
		width: 100%;
		right: -100vw;
	}
	
	.request_active .t-request_switch_wrap{
	 right: -100vw;
	}
	
	.main_active.request_active .t-request_switch_wrap{
	 right: 0vw;
	}
	
	.t-request_switch_wrap.active{
		right: -100vw !important;
	}
	
	
	.t-request_switch{
		width: calc(100vw - 42px);
		bottom: 20px;
	}
	
	.t-request_switch_number{
		bottom: 20px;
	}
	
	.t-request .c-btn_wrap.type_request_btn,
	.t-request .c-btn_wrap.type_request_btn .c-btn{
		border-radius: 5px;
	}
	
	.t-request .c-btn_wrap.type_request_btn .c-btn .request_btn_img{
		padding-left: 0px;
	}
	
}

@media screen and (max-width:370px) {
	.t-request .c-btn_wrap.type_request_btn,
	.t-request .c-btn_wrap.type_request_btn .c-btn{
		font-size: 11px;
	}
	
	.t-request .c-btn_wrap.type_request_btn,
	.t-request .c-btn_wrap.type_request_btn .c-btn{
		border-radius: 6px;
	}
	
}

/* .t-footer_content_wrap */

.t-footer_content_wrap{
	background-color: #031C44;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	min-height: 100px;
}

.t-footer_content{
	
}

.t-footer_info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.t-footer_copy{
	font-size: 11px;
}

.t-footer_link_list_wrap{
	line-height: 1;
	font-size: 12px;
}

.t-footer_link_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px -10px 0;
}

.t-footer_link_list li{
	padding: 0 30px 10px 0;
}

@media screen and (max-width: 900px) {
	
	.t-footer_content_wrap{
		min-height: 210px;
	}
	
	.t-footer_copy{
		width: 100%;
		order: 2;
	}
	
	.t-footer_link_list_wrap{
		width: 100%;
		order: 1;
		margin: 0 0 40px 0;
	}
	
	.t-footer_link_list{
		padding: 0 0 -14px 0;
	}
	
	.t-footer_link_list li{
		width: 100%;
		padding: 0 0px 14px 0;
	}
	
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/

.t-breadcrumb_wrap{
	font-size: 12px;
	color: #999;
	margin: 0 0 40px 0;
}

.t-breadcrumb{
	
}

.t-breadcrumb_list{
	
}

.t-breadcrumb_list li{
	display: inline;
	margin: 0 1em 0 0;
}

.t-breadcrumb_list li:after{
	content: ">";
	margin: 0 0 0 1em;
}

.t-breadcrumb_list li:last-child:after{
	display: none;
}

/*-------------------------------------------------------------------
PAGER
-------------------------------------------------------------------*/

.c-cms_pager_wrap{
	margin: 60px 0 0 0;
}

.c-cms_pager_wrap .page-numbers{
	margin: 0 5px;
}

.c-cms_pager_wrap .page-numbers:first-child{
	margin-left: 0;
}

.c-cms_pager_wrap .page-numbers:last-child{
	margin-right: 0;
}

.c-cms_pager_wrap .current{
	text-decoration: underline;
	color: #999;
}
