@charset "utf-8";
h1{
	color: #fff;
}
.index_mv{
		position: relative;
		max-width: 100%;
		overflow: hidden;
	}
	h1{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		font-weight: 600;
		text-align: center;
		height: fit-content;
		width: fit-content;
		background-color: rgba(25,25,25,.6);
		padding: 8px 4px;
		max-width: 612px;
	}
	.index_mv h1 span{
		display: inline-block;
		margin: 8px auto;
		font-weight: normal;
	}
	h1 span.bg{
		background-color: #fff;
		color: #333;
		padding:4px 8px;
		border-radius: 4px;
	}
	.index_mv img{
		width: 100%;
	}
	.index_mv p.right_bottom{
		color: #fff;
		text-shadow: #121212 1px 0 10px;
		position: absolute;
		right: 16px;
    bottom: 4px;
    margin-bottom: 0;
	}
	/***初期に表示されるので隠す**/
	.open_btn + .open_box{
      overflow: hidden;
      max-height: 0;
    }
.index_mv + section.contents{
	padding-bottom: 0;
}
#search.contents .inner h2:nth-child(1){
	margin-top: 20px;
}
#search .button.open_btn{
background-color: #fff;
border: none;
}
#search .open_box .button{
	border: none;
}
#search .open_box .button{
	position: relative;
}
/*#search .open_box .button:after{
display: none;}*/
#search .open_box .button:after{
	right: 20px;
}
.accordion_box p{
	padding-bottom: 12px;
}
.column2 .button span{
	padding: 0;
}
.grid_box.column2.full a{
	border-radius: 0;
}
#search .accordion_box + form h3{
		margin-top: 24px;
}
#search .input_box{
	margin-top: 16px;
}
.contents.border_none .button.images_btn{
	padding: 0;
}
.contents.border_none .button.images_btn picture,.contents.border_none  .button.images_btn img{
	width: fit-content;
	max-width: 60px;
	margin: 0;
}
.contents.border_none .button.images_btn img{
	min-width: 100%;
	min-height: 100%;
}
#search .open_btn + .open_box{
padding-left: 0;
padding-right: 0;
}
/*****PC*****/
@media screen and (min-width: 1024px) {
.index_mv{
	height: 33vw;
	width: 100vw;
	position: relative;
	overflow: hidden;
}
.index_mv img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
h1{
	font-size: 2.4rem;
}
h1 span{
	font-size: 1.4rem;
	line-height: 1.5em;
}
.index_mv h1 span + span{
	font-weight: bold;
}
.main_2column .sidebar{
/*	padding-top: 63px;*/
}
.main_2column .sidebar h2{
	margin-top: 30px;
}
.main_2column .main_content{
	padding-top:16px;
}
#search .open_box .button:after{
	right: 8px;
}
h1{
	padding: 60px;
	max-width: none;
	letter-spacing: 0.05em;
}
.index_mv h1 span.pc{
	width: 100%;
	margin: 16px auto;
	letter-spacing: 0.05em;
}
h1 span.bg{
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
#search form .input_box{
	margin-bottom: 32px;
}
}

/*****SP*****/
@media not screen and (min-width: 1024px) {
.index_mv{
	min-height: 170px;
}
	h1{
/*	font-size: 4.8vw;*/
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	padding: 24px;
	}
	h1 span{
		font-size: 1rem;
		padding: 8px;
		color: #fff;
		font-weight: 500;
		line-height: 1em;
		text-shadow: none;
		letter-spacing: .1em;
	}
	.index_mv h1 span.pc{
		display: none;
	}
	.bg_gray .button.downlinks{
		font-size: 3.1vw;
	}
	h2{
		font-size: 18px;
	}
	#search .button{
		font-weight: bold;
		background-color: #fff;
		min-height: 46px;
		max-height: 47px;
		padding: 10px;
		margin: 4px 0;
		text-align: left;
		font-size: 1.4rem;
		line-height: 2.6rem;
		color: #151515;
}
.bg_gray.contents{
	padding-bottom: 16px;
}
.contents .button.downlinks{
	margin-bottom: 0;
	margin-top: 0;
}
.index_mv + .contents{
	padding-top: 12px;
}
section#search.contents,
section#case.contents,
section#consult.contents,
section#learn.contents{
		padding-bottom: 30px;
}
#learn .button.images_btn div{
	padding-top: 0;
}
#search .button.open_btn{
	padding-left: 40px;
}
.index_mv p.right_bottom{
	padding-bottom: 0;
    font-size: 10px;
    text-align: right;
}
}
