@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:  hidden;
}


@media screen and (min-width: 901px) {
  .t-all_wrap {
    padding-top: 76px;
  }
}

.home .t-all_wrap {
  padding-top: 0 !important;
}

/* sp */
@media screen and (max-width: 900px) {
  .t-all_wrap {
    padding-top: 64px;
  }
}

/*-------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
/*  -------------------- .t-header -------------------- */
.t-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20001;
}

@media screen and (min-width: 901px) {
	.t-header{
		height: 76px;
	}

	.t-header_in{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 30000;
		width: 100%;
		height: 76px;
		background-color: #fff;
		padding-right: 0;
	}

	.t-header_content{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: none;
	}
}

/* sp */
@media screen and (max-width: 900px) {
	.t-header{
		height: 64px;
	}
	.t-header_in,
	.t-header_content{
		margin: 0;
		padding: 0;
	}

	.t-header_func{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 30000;
		width: 100%;
		height: 64px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0 25px;
	}

	.t-main_nav_switch{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 88px;
		height: 64px;
	}

	.t-main_nav_switch_in{
		position: relative;
		width: 40px;
		height: 17px;
	}

	.t-bar{
		position: absolute;
		left: 0;
		width: 40px;
		height: 1px;
		background-color: #000;
		transform-origin: 0 50%;
	}

	.t-bar.bar01{
		top: 0;
	}

	.t-bar.bar02{
		top: 8px;
	}

	.t-bar.bar03{
		top: 16px;
	}

	.nav_anime .t-bar{
		transition: top 0.4s ease 0s, left 0.4s ease 0s, transform 0.4s ease 0s;
	}

	.nav_active .t-bar.bar01{
		top: -4px;
		transform: rotate(45deg);
	}

	.nav_active .t-bar.bar02{
		display: none;
	}

	.nav_active .t-bar.bar03{
		top: 24px;
		transform: rotate(-45deg);
	}

	.nav_active .t-bar{
		left: 4px;
	}

}

/*-------------------------------------------------------------------
NAV
-------------------------------------------------------------------*/

@media screen and (min-width: 901px) {

	.t-main_nav,
	.t-main_nav_in,
	.t-main_nav_content{
		height: 100%;
	}

	.t-main_nav{
		display: block !important;
		opacity: 1 !important;
		font-size: 14px;
	}

	.t-main_nav_content{
		display: flex;
		align-items: center;
	}

	.t-main_nav_list_wrap{
		margin: 0 60px 0 0;
	}

	.t-main_nav_list{
		display: flex;
		/* margin: 0 -50px 0 0; */
	}

	.t-main_nav_list_item{
		padding: 0 50px 0 0;
	}

	/* .t-main_nav_btn_list_wrap  */

	.t-main_nav_btn_list_wrap{
		height: 100%;
	}

	.t-main_nav_btn_list{
		height: 100%;
		display: flex;
	}

	.t-main_nav_btn_list_item{
		width: 120px;
		display: flex;
		flex-direction: column;
	}

	.t-main_nav_btn_list_item .c-btn_wrap{
		flex-grow: 1;
	}

	.t-main_nav_btn_list_item .c-btn{
		font-size: 13px;
		font-weight: 500;
		transition: opacity 0.4s ease 0s;
	}

	.t-main_nav_btn_list_item .c-btn:hover{
		opacity: 0.7;
	}

	.t-main_nav_btn_list_item:nth-child(1) .c-btn{
		background-color: #D4D4D4;
		color: #000;
	}

	.t-main_nav_btn_list_item:nth-child(2) .c-btn{
		background-color: #A1A1A1;
		color: #fff;
	}

	/* .t-main_nav_mini_list_area */

	.t-main_nav_mini_list_area{
		display: none;
	}

}


@media screen and (min-width: 901px) and (max-width: 1100px) {
	.t-main_nav_list_wrap{
		margin: 0 35px 0 0;
	}
	.t-main_nav_list{
		margin: 0 -25px 0 0;
	}

	.t-main_nav_list_item{
		padding: 0 25px 0 0;
	}
}

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

	.t-main_nav,
	.t-main_nav_in,
	.t-main_nav_content{
		height: 100%;
	}

	.t-main_nav{
		opacity: 0;
		display: none;
		line-height: 1;
		font-size: 14px;
		position: fixed;
		z-index: 25000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #F1F1F1;
		padding-top: 64px;
	}

	.t-main_nav_in{
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.t-main_nav_content{
		padding: 0 0 170px 0;
	}

	.t-main_nav_list_wrap{
		display: none;
		margin: 0 0 0 0;
	}

	.t-main_nav_list{
		margin: 0 0px 0 0;
	}

	.t-main_nav_list_item{
		padding: 0 0px 0 0;
	}

	/* .t-main_nav_btn_list_wrap  */

	.t-main_nav_btn_list_wrap{
		height: 54px;
	}

	.t-main_nav_btn_list{
		height: 100%;
		display: flex;
	}

	.t-main_nav_btn_list_item{
		width: 50%;
		display: flex;
		flex-direction: column;
	}

	.t-main_nav_btn_list_item .c-btn_wrap{
		flex-grow: 1;
	}

	.t-main_nav_btn_list_item .c-btn{
		font-size: 13px;
		font-weight: 500;
		transition: opacity 0.4s ease 0s;
	}

	.t-main_nav_btn_list_item .c-btn:hover{
		opacity: 0.7;
	}

	.t-main_nav_btn_list_item:nth-child(1) .c-btn{
		background-color: #D4D4D4;
		color: #000;
	}

	.t-main_nav_btn_list_item:nth-child(2) .c-btn{
		background-color: #A1A1A1;
		color: #fff;
	}

	/* .t-main_nav_mini_list_area */

	.t-main_nav_mini_list_area{
		padding: 20px 25px;
	}

	.t-main_nav_mini_list_wrap{
		font-size: 12px;
		line-height: 1;
		max-width: 300px;
		margin: 0 auto;
	}

	.t-main_nav_mini_list{
		display: flex;
		justify-content: space-between;
	}

	.t-main_nav_mini_list_item{

	}

	.t-main_nav_mini_list_link{

	}

}

/*-------------------------------------------------------------------
MAIN
-------------------------------------------------------------------*/

.t-main > .c-main_content_wrap:last-child{
	padding-bottom: 280px;
}

/* sp */
@media screen and (max-width: 700px) {
	.t-main > .c-main_content_wrap:last-child{
		padding-bottom: 160px;
	}
}

/* .t-content_area */

.t-content_area{
	display: flex;
}

.t-content_main{
	order: 2;
	width: calc(100% - 290px);
	flex-grow: 1;
}

/* .t-content_sub */

.t-content_sub{
	order: 1;
	width: 290px;
	padding: 0 50px 0 0;
}

@media screen and (max-width: 900px) {
	.t-content_area{
		flex-wrap: wrap;
	}

	.t-content_main{
		order: 1;
		width: 100%;
	}

	.t-content_sub{
		order: 2;
		width: 100%;
		padding: 0;
		margin: 50px 0 0 0;
	}

}

/* .t-content_subnav */

.t-content_subnav{

}

.t-content_subnav_head{

}

.t-content_subnav_head_in{
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	color: #fff;
	background-color: #0075C2;
	padding: 20px;
}

.t-content_subnav_list_wrap{
	font-size: 14px;
}

.t-content_subnav_list{

}

.t-content_subnav_list_item{
	border-bottom: 1px solid #DDDDDD;
}

.t-content_subnav_list_link{
	display: block;
	text-decoration: none !important;
	padding: 15px;
	transition: background-color 0.4s ease 0s;
}

.t-content_subnav_list_link:hover{
	background-color: #E6F0F6;
}

@media screen and (max-width: 900px) {
	.t-content_subnav_head_in{
		height: 100px;
	}
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/

.t-footer{
	position: relative;
}

.t-footer_content_wrap{
	background-color: #F6F6F6;
	padding-top: 60px;
	padding-bottom: 70px;
}

.t-footer_content{

}

.t-footer_head{
	display: flex;
	justify-content: center;
	line-height: 0;
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 30px 0;
	margin-bottom: 90px;
}

.t-footer_link_row_wrap{

}

.t-footer_link_row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px -80px 0;
}

.t-footer_link_col{
	width: 25%;
	padding: 0 60px 80px 0;
}

.t-footer_link_list_wrap{
	margin: 0 0 60px 0;
}

.t-footer_link_list_wrap:last-child{
	margin-bottom: 0;
}

.t-footer_link_list_title{
	font-size: 16px;
	margin: 0 0 20px 0;
}

.t-footer_link_list_title:last-child{
	margin-bottom: 0;
}

.t-footer_link_list{
	font-size: 12px;
	color: #777777;
}

.t-footer_link_list_item{
	margin: 0 0 12px 0;
}

.t-footer_link_list_item:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 900px) {
	.t-footer_link_col{
		width: 33.3%;
	}
}

/* sp */
@media screen and (max-width: 700px) {
	.t-footer_link_row{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -30px -40px 0;
	}

	.t-footer_link_col{
		width: 50%;
		padding: 0 30px 40px 0;
	}

	.t-footer_link_list_wrap{
		margin: 0 0 30px 0;
	}

}

.t-footer_copy_wrap{
	font-size: 12px;
	background-color: #EDEDED;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}


/* .t-pagetop  */

.t-pagetop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.t-pagetop_in{
	position: relative;
	max-width: none;
}

 .t-pagetop_switch_wrap{
	position: absolute;
	top: -120px;
	right: 0;
	width: 70px;
	height: 70px;
}

.t-pagetop_switch{
	position: fixed;
	z-index: 20000;
	bottom: 30px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #fff;
}

.t-pagetop_switch_number{
	bottom: 30px;
	display: none;
}

.t-pagetop_switch_wrap.active .t-pagetop_switch{
	position: absolute;
	top: 0 !important;
}

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


/*-------------------------------------------------------------------
VISION
-------------------------------------------------------------------*/

.t-page_vision_wrap{
	height: 170px;
	background-color: #E7E7E7;
}

.t-page_vision{
	HEIGHT: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.t-page_vision_title{
	font-size: 28px;
	font-weight: 700;
}

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

	.t-page_vision_title{
		font-size: 22px;
	}

}


/*-------------------------------------------------------------------
BREADCRUMB
-------------------------------------------------------------------*/

.t-breadcrumb_wrap{
	padding-top: 25px;
	padding-bottom: 25px;
}

.t-breadcrumb{
	color: #0075C2;
}

.t-breadcrumb_list{
	font-size: 12px;
}

.t-breadcrumb_list li{
	display: inline;
	margin: 0 5px 0 0;
}

.t-breadcrumb_list li:last-child{
	margin-right: 0;
}

.t-breadcrumb_list li:after{
	content: ">";
	color: #666666;
	margin: 0 0 0 5px;
}

.t-breadcrumb_list li:last-child{
	color: #000;
}

.t-breadcrumb_list li:last-child:after{
	display: none;
}

/* sp */
@media screen and (max-width: 700px) {

}

/* ------------------------------------------ gaiheki-top ------------------------------------------ */

.c-login_header{
	margin: 20px 0 0 0;
}

.c-login_header input,
.c-login_header .c-btn_wrap.type01 .c-btn {
	height: 36px;
	padding: 10px 10px;
	width: 130px;
}

.c-login_header .c-btn_wrap.type01 .c-btn{
	padding: 10px 35px;
	width: 130px;
}

.c-login_header .c-btn_wrap.arrow01_right .c-btn::after {
	right: 10px;
}

/* .c-login_header.login */

.c-login_header.login{
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #F5F5F5;
}

.c-login_header.login .c-btn_wrap.type01 .c-btn{
	padding: 10px 10px;
	width: 140px;
}

.c-login_name{
	font-size: 20px;
	display: inline-block;
	white-space: nowrap;
}

.c-login_name .c-text02{
	margin: 0 0 0 1em;
}

.c-login_header_error{
	font-size: 13px;
	color: #FF0000;
	margin: 10px 0 0 0;
	white-space: normal;
}

/* sp */
@media screen and (max-width: 700px) {
 .c-login_header{
	 padding-top: 20px;
	 padding-bottom: 20px;
	 white-space: nowrap;
	 background-color: #F5F5F5;
	}
	.c-login_header input, .c-login_header .c-btn_wrap.type01 .c-btn{
		width: 100%;
	}
}

/* .t-tab_page_area */

.t-tab_page_area{
	/*margin: 90px 0 0 0;*/
	margin: 70px 0 0 0;
}

/* sp */
@media screen and (max-width: 900px) {
	.t-tab_page_area{
		/*margin: 60px 0 0 0;*/
		margin: 45px 0 0 0;
	}
}



/* .t-tab_page_list_wrap */

.t-tab_page_list_wrap{

}

.t-tab_page_list{
	display: flex;
	justify-content: center;
	margin: 0 -20px 0 0;
}

.t-tab_page_list_item{
	width: 50%;
	max-width: 440px;
	padding: 0 20px 0 0;
	display: flex;
	flex-direction: column;
	min-height: 63px;
}

.t-tab_page_switch_wrap,
.t-tab_page_switch{
	flex-grow: 1;
	display: flex;
	border-radius: 3px 3px 0 0;
}

.t-tab_page_switch_wrap{
	flex-direction: column;
	background-color: #fff;
}
.t-tab_page_switch{
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #0075C1;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none !important;
	transition: opacity 0.4s ease 0s;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
}

.t-tab_page_switch.active{
	background-color: #0075C1;
	color: #fff;
}

/* sp */
@media screen and (max-width: 700px) {

	.t-tab_page_list{
		margin: 0 -10px 0 0;
	}

	.t-tab_page_list_item{
		padding: 0 10px 0 0;
		min-height: 53px;
	}

	.t-tab_page_switch{
		font-size: 17px;
		white-space: nowrap;
	}

}

@media screen and (max-width: 360px) {
	.t-tab_page_switch{
		font-size: 15px;
	}
}

/* .t-tab_page_func */

.t-tab_page_func{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F5F5F5;
}

/* .t-tab_page_content  */

.t-tab_page_content{
	padding-top: 80px;
	padding-bottom: 280px;
}

/* sp */
@media screen and (max-width: 700px) {
	.t-tab_page_content{
		padding-top: 40px;
		padding-bottom: 160px;
	}
}

/* .t-tab_page_result  */

.t-tab_page_result{
	padding-bottom: 280px;
}


/* sp */
@media screen and (max-width: 700px) {
	.t-tab_page_result{
		padding-bottom: 160px;
	}
}


/* ------------------------------------------ catalogue------------------------------------------ */

/* .t-tab_page_result  */

.t-catalog_form_area .c-main_content_wrap{
	padding-top: 80px;
	padding-bottom: 110px;
}

.t-catalog_form_area .c-main_content_wrap:last-child{
	padding-bottom: 280px;
}


/* sp */
@media screen and (max-width: 700px) {
	.t-catalog_form_area .c-main_content_wrap{
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.t-catalog_form_area .c-main_content_wrap:last-child{
		padding-bottom: 160px;
	}
}


/* .t-step_flow_list_wrap */

.t-step_flow_list_wrap{
	margin: 30px 0 0 0;
}

.t-step_flow_list{
	display: flex;
	margin: 0 -34px 0 0;
}

.t-step_flow_list_item{
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: 33.3%;
	padding: 0 34px 0 0;
}

.t-step_flow_list_item:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #0075C2;
	margin: -7px 0 0 0;
}

.t-step_flow_list_item:last-child:after{
	display: none;
}

.t-step_flow_block_wrap{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 10px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
}

.t-step_flow_block{
	display: table;
	white-space: nowrap;
	width: 100%;
}

.t-step_flow_block > *{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.t-step_flow_block_head{
	padding: 4px 10px 4px 0;
	border-right: 1px solid #DDDDDD;
	color: #54A5DA;
}

.t-step_flow_block_head_text{
	display: flex;
	align-items: flex-end;
	font-family: Helvetica, 'Noto Sans JP', sans-serif;
	line-height: 1;
}

.t-step_flow_block_head_text .t-step_text01{
	font-size: 12px;
	margin: 0 3px 6px 0;
}

.t-step_flow_block_head_text .t-step_text02{
	font-size: 30px;
}

.t-step_flow_block_content{
	padding: 4px 0px 4px 0px;
	width: 100%;
}

.t-step_flow_list_item.active .t-step_flow_block_wrap{
	background-color: #0075C2;
	border-color: #0075C2;
}

.t-step_flow_list_item.active .t-step_flow_block_head{
	border-color: #fff;
	color: #fff;
}

.t-step_flow_list_item.active .t-step_flow_block_content{
	color: #fff;
}

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

	.t-step_flow_list{
		flex-wrap: wrap;
		margin: 0 0 -34px 0;
	}

	.t-step_flow_list_item{
		width: 100%;
		padding: 0 0 34px 0;
	}

	.t-step_flow_list_item:after{
		content: "";
		position: absolute;
		top: auto;
		right: 50%;
		bottom: 10px;
		border-width: 10px 7px 0 7px;
		border-color: #0075C2 transparent transparent transparent;
		margin: 0 -5px 0 0;
	}

	.t-step_flow_block_content{
		text-align: left;
		padding: 4px 20px 4px 20px;
	}

}












