﻿@charset "UTF-8";
/* CSS Document */

.pc_only {display: inline}
.pc_none {display: none}
.sp_only {display: none}
.sp_none {display: inline}
@media screen and (min-width:661px) and (max-width:1024px) {
.pc_only {display: none}
.pc_none {display: inline}
.sp_only {display: none}
.sp_none {display: inline}
}
@media screen and (max-width:660px) {
.pc_only {display: none}
.pc_none {display: inline}
.sp_only {display: inline}
.sp_none {display: none}
}

span.sup {font-size: 75%; vertical-align: top}
span.name_size {font-size: 150%}
span.palt{font-feature-settings: 'palt';}
span.palt_brown{font-feature-settings: 'palt'; color: #B8621f;}
.img_box {margin: 1em 0}
img {object-fit: contain;}


#main_cont .main_cont-box h5.brown_title {
	font-size: 140%;
	color: #B8621f;
	font-weight:bold;
	margin: 0 0 .5em 0;
	padding: 0;
	border: none;
}
#main_cont .main_cont-box h5.brown_title::after{
	content: "";
	border: none;
}

#main_cont .main_cont-box h5.point {
	margin: 0 0 .5em 0;
	align-items: flex-start;
}
#main_cont .main_cont-box h5.point::before{
	content:"";
	width: 3.4em;
	height: 2.4em;
	margin: 0 .6em 0 0;
	background: url("../approval/frame-wall_construction-technician/img/point.svg") no-repeat;
}

#main_cont .main_cont-box h6.brown_title {
	font-size: 125%;
	color: #B8621f;
	font-weight:bold;
	margin: 1.5em 0 .5em 1.5em;
	text-indent: -1.5em;
	padding: 0;
	border: none;
}
#main_cont .main_cont-box h6.brown_title::before{
	content:"▶︎";
	margin: 0 .2em 0 0;
}


#main_cont .voice_from_the-field {
	padding: .5em 1em 1em;
	margin-bottom: 2em;
	border: 1px solid #035300;
	box-sizing: border-box;
	clear:	both;
}
#main_cont .voice_from_the-field .subheading-Interview {
	display: flex;
	align-items:center;
}
#main_cont .voice_from_the-field .subheading-Interview p {
	font-weight: bold;
	line-height: 1.4;
}
#main_cont .voice_from_the-field .subheading-Interview p:first-child {
	font-weight: bold;
	color: #B8621f;
	border: 2px solid #B8621f;
	background: #F6DDCA;
	margin: 1em 1em 1em 0;
	padding: .25em 1em;
}



/*--インタビュー--*/

/*--ケース１--*/

/*--ケース２--*/

/*--ケース３--*/


/*--インタビュー--*/
/*--インタビュー--*/
/*--インタビュー--*/
/*--インタビュー--*/







