@charset "utf-8";
.consult_bg{
	position: relative;
}
.consult_bg h2{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: normal;
    text-align: center;
    height: fit-content;
    width: fit-content;
    font-size: 2rem;
}

.consult_cont .pc_column2 > div{
	background-color: #fff;
	padding: 24px;
	border-radius: 4px;
}
.consult_cont .pc_column2 > div h4{
	margin-top: 0;
}

a.button.fitcontent.color01 img{
	margin-bottom: 4px;
}
.consult_cont h5{
	color: #E54816;
}
.consult_cont .gray_border h5{
	margin-top: 0;
}
.consult_cont table + a,
.consult_cont .gray_border + a{
	margin-top: 24px;
}
.consult_cont .gray_border + .gray_border{
	border-top: none;
	border-radius: 0 0 4px 4px;
}
/*****PC*****/
@media screen and (min-width: 1024px) {
h3{
	margin-top: 36px;
	margin-left: 24px;
}
.consult_cont .pc_column2{
		grid-column-gap: 16px;
}
.consult_cont .pc_column2 > div p{
		min-height: 71px;
}
.consult_cont .grid_box.fit2_colum2{
	grid-column-gap: 36px;
}
.consult_bg{
	position: relative;
	margin-bottom: 36px;
}
.consult_cont .pc_column2 > div .img_box_32{
	margin: 24px 0;
}
#jump01.pc_column2{
	display: block;
}
#jump01.pc_column2 > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
#jump01.pc_column2 > div div{
	order: 1;
	    max-width: calc(100% - 290px);
}
#jump01.pc_column2 > div picture.img_box_32{
	order: 2;
}
#jump01.pc_column2 > div a{
	order: 3;
}

}

/*****SP*****/
@media not screen and (min-width: 1024px) {
.consult_bg h2{
	font-size: 1.6rem;
	max-width: 90%;
	padding: 4px 8px;
}
.grid_box.fit2_colum2{
	display: flex;
	flex-wrap: wrap;
}
.grid_box.fit2_colum2 > div{
	order: 2;
}
.consult_cont .grid_box.fit2_colum2 h4{
	margin-top: 0;
}
.consult_cont .grid_box.fit2_colum2 p,
.consult_cont .pc_column2 > div p{
	padding: 0;
}
.consult_cont .grid_box.fit2_colum2 picture{
	margin:16px 0;
	width: fit-content;
}
h3{
	margin-bottom: 24px;
}
.consult_cont .pc_column2 > div .img_box_32{
	margin: 16px 0;
}
.consult_cont .pc_column2 > div + div{
	margin-top: 16px;
}
.consult_cont .button.fitcontent{
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.consult_cont table{
	margin-top: 0;
}
.sp .flex_box ul li{
	width: 50%;
}
.sp ul.flex_box li{
    width: 50%;
    position: relative;
    padding-left: 4px;
}
.sp ul.flex_box li:nth-child(2),
.sp ul.flex_box li:nth-child(4){
    border-right: none;
}
.sp ul.flex_box li .normal_link.down:after{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
}






