@charset "utf-8";
#secondpage{
	width: 960px;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.red {
	color: #E50003;
}
.blue {
	color: #0460E1;
}
.green {
	color: #2CA02B;
}
.mint {
	color: #65C4BC;
}

.bold {
	font-weight: bold;
}
.large {
	font-size: large;
}
.small {
	font-size: small;
}



#secondpage #pankuzu {
	font-size: small;
	margin-bottom: 30px;
}
#secondpage #pankuzu div{
	display: inline-block;
}
#secondpage #pankuzu span{
	display: inline-block;
}
#secondpage p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

#secondpage h1 {
	background-image: url(../../img/secondpage/h1img.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	font-size: x-large;
	font-weight: bold;
	color: #434343;
	height: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-bottom: 4px solid #DFDFDF;
	min-height: 40px;
}
#secondpage h1::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #2b82ff;
}


#secondpage h2 {
	background-image: url(../../img/secondpage/h2img.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	color: #fff;
	position: relative;
	background-color: #3693fd;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-left: 45px;
	font-size: large;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
	min-height: 40px;

}

#secondpage h2::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #1374ff #1374ff;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

#secondpage h3 {
	height: auto;
	color: #434343;
	position: relative;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 10px solid #fbb111;
	margin-top: 30px;
	min-height: 35px;
}

#secondpage h3::before {
	position: absolute;
	left: -10px;
	bottom: 0;
	content: '';
	width: 10px;
	height: 50%;
	background-color: #3498db;
}
#secondpage h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}
#secondpage h4 {
	height: auto;
	color: #434343;
	position: relative;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px double #3693fd;
	margin-top: 30px;
	min-height: 35px;
}
#secondpage h5 {
	color: #434343;
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	margin-top: 20px;
}

#secondpage h5::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #3693fd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#secondpage .container{
	clear: both;
	width: 100%;
	height: 100%;
	position: relative;
}
#secondpage .floatleft{
	margin-right: 30px;
}
#secondpage .floatright{
	margin-left: 30px;
}
.w100{
	width:100%;
}
#secondpage p.button a{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #005DE1;
	color: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
}
#secondpage p.button a:after{
	content: "»";
	margin-left: 1em;
}
#secondpage p.button a:hover{
	background-color: #559BFF;
	text-decoration: none;
}
table.table_nomal {
	margin-top: 30px;
	margin-bottom: 20px;
}
table.table_nomal th{
	width:25%;
	padding:4px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #3693fd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
table.table_nomal th:first-child{
	width:25%;
	padding:4px;
	text-align: left;
	vertical-align: top;
	border-left: 4px solid #1374ff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
table.table_nomal td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.table_ver01 {
	border-collapse: collapse;
	width:100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
table.table_ver01 th.t_top {
    border-top: #1374ff 4px solid;
}
table.table_ver01 th {
    background-color: #faf8f0;
    border-bottom: #dfdfdf 1px dotted;
    text-align: center;
    padding: 10px;
    font-weight: normal;
    width: 20%;
}
table.table_ver01 td.t_top {
	border-top: #dfdfdf 4px solid;
}
table.table_ver01 td {
	border-bottom: #dfdfdf 1px dotted;
	text-align: left;
	padding: 10px;
}
table.table_ver02 {
	border-collapse: collapse;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.table_ver02 th {
    background-color: #FFFFFD;
    border: #dfdfdf 1px solid;
    text-align: left;
    padding: 10px;
    font-weight: normal;
	width: 34%;
}
table.table_ver02 td {
	border: #dfdfdf 1px solid;
	text-align: right;
	padding: 10px;
	width: 33%;
}
table.table_ver02 td.title {
    text-align: center;
}
table.table_ver02.smp {
	display: none;
}
.box_pink {
	background-color: #faf8f0;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
#secondpage ul.li_dot {
	margin-left: 20px;
	margin-bottom: 20px;

}
#secondpage ul.li_dot li{
	background-image: url(../../img/secondpage/listimg.png);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	padding-left: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage ul.li_nomal {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-top:  1px dotted #3693fd;
}
#secondpage ul.li_nomal li{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 110%;
	border-bottom: 1px dotted #3693fd;
}
#secondpage ol{
	margin-top: 30px;
	margin-bottom: 20px;
}
#secondpage ol li{
	padding-top: 13px;
	padding-bottom: 13px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2.5em;
}

#secondpage ol.ol_kakko{
}
#secondpage ol.ol_kakko li{
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -2.6em;
	margin-left: 3em;
}
#secondpage ol.ol_kakko li:before{
	display: marker;
	content: "（" counter(cnt) "）";
}


.clear {
	clear: both;
}
#secondpage .box {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

#secondpage .box.blue {
	background-color: #eef7fd;
	border-radius: 15px;
	border: 1px solid #daeffe;
}
#secondpage .box.gray {
	border-radius: 0px;
	background-color: #f6f6f6;
}
#secondpage .box.gray::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}


#secondpage .arrow_box {
	border-radius: 10px;
	position: relative;
	background: #ffffff;
	padding: 20px;
	border: 2px solid #cccccc;
	margin-bottom: 30px;
}
#secondpage .arrow_box:after, #secondpage .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#secondpage .arrow_box:after {
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
#secondpage .arrow_box:before {
	border-top-color: #ccc;
	border-width: 23px;
	margin-left: -23px;
}
#secondpage ul.li_buttons {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#secondpage ul.li_buttons li {
	display: inline-block;
	text-align: center;
}
#secondpage ul.li_buttons li a {
	background-color: #eef7fd;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #434343;
	font-weight: bold;
	-webkit-box-shadow: -4px 0px #0460E1;
	box-shadow: -4px 0px #0460E1;
}
#secondpage ul.li_buttons li a:hover {
	background-color: #FDF9EE;
	-webkit-box-shadow: -4px 0px #FBB111;
	box-shadow: -4px 0px #FBB111;
	font-style: normal;
}
#acMenu dt{
	display: block;
	text-align: left;
	cursor: pointer;
	background-color: #faf8f0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #434343;
	font-weight: bold;
	-webkit-box-shadow: -4px 0px #FBB111;
	box-shadow: -4px 0px #FBB111;

    }

#acMenu dd{
	background-color: #fafafa;
	text-align: left;
	display: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #cccccc;

    }
#secondpage input {
	width: 98%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#secondpage textarea {
	width: 98%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#secondpage .auto input {
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage input.auto {
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage p.submit input{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
}
#secondpage .hissu {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #f27b48;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 4px;
}

#secondpage .nini {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #B5B5B5;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 4px;
}

#contact .button a {
	font-size: 24px;
	color: #FFF;
	background-color: #005DE1;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact .button a:hover {
	background-color: #3498DB;
}
#secondpage .contactform {
	width: 100%;
	margin-bottom: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage .contactform tr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #D3D3D3;
}
#secondpage .contactform tr th {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	width: auto;
	
}
#secondpage .contactform tr td {
	font-size: 14px;
	width: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	
}
#secondpage .contactform tr .position_center {
	text-align: center;
	width: 60px;
}

#secondpage #workSerch{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 13px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: auto;
}
#secondpage #workSerch h2{
	background-image: url(../../img/top/ttl_h2search.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	text-align: center;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 28px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #workSerch p span{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin-left: 15px;
}
#secondpage #workSerch p span:last-child{
	color: #000000;
	margin-left: 0px;
	margin-right: 5px;
}
#secondpage #workSerch #serchBox{
	background-image: url(../../img/top/bg_search.jpg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #workSerch #serchBox .serchBox_inner01{
	width: 100%;
	height: 91px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1374ff;
}
#secondpage #workSerch #serchBox .serchBox_inner01{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1374ff;
	min-height: 65px;
}
#secondpage #workSerch #serchBox .serchBox_inner02{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3693fd;
	min-height: 89px;
}
#secondpage #workSerch #serchBox .serchBox_inner03{
	width: 100%;
	height: 89px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1374ff;
}
#secondpage #workSerch #serchBox .serchBox_inner04{
	width: 100%;
	height: 89px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3693fd;
}
#secondpage #workSerch #serchBox #triangle01{
	position: absolute;
	top: 27px;
	left: 170px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #1374ff;
}
#secondpage #workSerch #serchBox #triangle02{
	position: absolute;
	top: 37px;
	left: 170px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #1374ff;
}
#secondpage #workSerch #serchBox #triangle03{
	position: absolute;
	top: 37px;
	left: 170px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #1374ff;
}
#secondpage #workSerch #serchBox #triangle04{
	position: absolute;
	top: 37px;
	left: 170px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #1374ff;
}
#secondpage #workSerch #serchBox #serchBox_ttl01{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 30px;
}
#secondpage #workSerch #serchBox #serchBox_ttl02{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 30px;
}
#secondpage #workSerch #serchBox #serchBox_ttl03{
	color: #ffffff;
	width: 100px;	
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;	
	position: absolute;
	top: 20px;
	left: 30px;
}
#secondpage #workSerch #serchBox #serchBox_ttl04{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 30px;
}
#secondpage #workSerch #serchBox #province{
	width: 110px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#secondpage #workSerch #serchBox #city{
	width: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#secondpage #workSerch #serchBox #serchBox_top01{
	background-color: #f9f9f9;
	width: auto;
	height: auto;
	clear: left;
	margin-left: 170px;
	padding-bottom: 40px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 65px;
}
#secondpage #workSerch #serchBox #serchBox_top02{
	background-color: #ffffff;
	width: auto;
	height: auto;
	clear: left;
	margin-left: 170px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 89px;
}
#secondpage #workSerch #serchBox #serchBox_top03{
	background-color: #f9f9f9;
	width: 780px;
	height: 89px;
	clear: left;
	margin-left: 170px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#secondpage #workSerch #serchBox #serchBox_top04{
	background-color: #ffffff;
	width: 780px;
	height: 89px;
	clear: left;
	margin-left: 170px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#secondpage #workSerch #serchBox  li{
	float: left;
	margin-right: 30px;
}
#secondpage input[type="checkbox"] {
	display: none;
}
#secondpage span.wpcf7-form-control-wrap input[type="checkbox"] {
	display: inline;
}
#secondpage label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	margin-left: 0px;
	cursor: pointer;
}
#secondpage label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
#secondpage input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#secondpage input[type="search"] { 
	width: 340px;
	height: 50px;
	float: left;
	font-size: 16px;
	border: 1px solid #cfcfcf;
	padding-left: 10px;
	}
#secondpage #workSerch #serchForm{
	width: 600px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#secondpage #workSerch #serchForm span{
	float: right;
	margin-left: 15px;
}
#secondpage #workSerch #serchForm span input{
	width: 200px;
	height: 50px;
	background-image: url(/img/top/btn_search.png);
	border: 0px none #000000;
}
#secondpage #areaSerch{
	background-color: #faf8f0;
	width: 100%;
	height: auto;
	clear: left;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #areaSerch_inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
}
#secondpage #areaSerch_inner #area_ttl{
	position: absolute;
	top: 5px;
	left: 5px;
}
#secondpage #areaSerch_inner #areaMap{
	width: 100%;
	height: 530px;
	position: relative;
	background-image: url(../../img/top/map01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#secondpage #areaSerch_inner #areaMap.zu1{background-image: url(../../img/top/map01-01.png);}
#secondpage #areaSerch_inner #areaMap.zu2{background-image: url(../../img/top/map01-02.png);}
#secondpage #areaSerch_inner #areaMap.zu3{background-image: url(../../img/top/map01-03.png);}
#secondpage #areaSerch_inner #areaNavi{
	width: 100%;
	height: auto;
	position: static;
	top: -23px;
	left: 0px;
	border-bottom: 5px solid #dfdfdf;
	z-index: 20;
	overflow: hidden;
}
#secondpage .job_kensaku h3{
	height: 45px;
}
#secondpage .job_kensaku h4{
	background-color: #dfdfdf;
	width: 100%;
	height: 42px;
	color: #000000;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 0px;
}
#secondpage .job_kensaku ul{
	background-color: #ffffff;
	border-left:  2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
}
#secondpage .job_kensaku li{
	background-image: url(../../img/top/ico_list01.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	width: 205px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 5px;
	position: relative;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
}
#secondpage .job_kensaku li:last-child{
	border-bottom: 0px;
}
#secondpage #areaSerch_res{
	display: none;
}
#secondpage #newWorks{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #newWorks h2{
	margin-top: 65px;
	text-align: center;
}
#secondpage #newWorks ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-around;

}
#secondpage #newWorks ul li{
	width: 223px;
	height: auto;
	margin-right: 3px;
	position: relative;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ededed;
	border-bottom: solid 4px #ededed;
	min-height: 220px;
	margin-bottom: 15px;
	display: inline-block;
	float: none;
	text-align: left;
	margin-left: 3px;
}
#secondpage #newWorks ul li:last-child{
	margin-right: auto;
	margin-left: auto;
}
#secondpage #newWorks ul li a{
	display: block;
}
#secondpage #newWorks ul li a:hover{
	display: block;
	text-decoration: none;
}
#secondpage #newWorks ul li .title{
	color: #1374ff;
	padding-left: 10px;
	padding-right: 20px;
	font-weight: bold;
	position: relative;
}
#secondpage #newWorks ul li .title:after{
	position: absolute;
	content: url(../../img/top/workArrow.png);
	right: 5px;
	height: auto;
	top: 50%;
	margin-top: -10px;
}
#secondpage #newWorks ul li .title:hover{
	color: #cccccc;
}
#secondpage #newWorks ul li .naka{
	padding-left: 10px;
	padding-right: 25px;
}
#secondpage #newWorks ul li img{
	max-width: 220px;
	height: auto;
}
#secondpage .job_kensaku {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	border-bottom: 2px solid #DFDFDF;
}
.hidden {
	display: none;
}
#secondpage .oubo .button.slideMenu {
	background-color: #3693FD;
	color: #FFFFFF;
	font-size: large;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	width: 50%;
	position: relative;
	cursor: pointer;
}
#secondpage .oubo .button.slideMenu:after {
	content: "▼";
	position: absolute;
	width: auto;
	right: 10px;
	padding-right: 0px;
}
#secondpage .oubo .button.slideMenu.openArrow:after {
	content:"▲"
}
#secondpage #news div.arrow_box {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
#secondpage #news p.button {
	display: inline-block;
	width: 48%;
	text-align: center;
}
#secondpage #news div.arrow_box h4{
	margin-top: 10px;
}
#secondpage #news div.arrow_box.shinsotsu h4 {
	padding-left: 0px;
}
#secondpage #news p.button a{
	display: block;
	position: relative;
}
#secondpage #news p.button a:after{
	position: absolute;
	
}
#secondpage #news .shinsotsu p.button{
	width: 97%;
}
#secondpage #news .shinsotsu:before,#secondpage #news .shinsotsu:after{
	display: none;
}
#secondpage .large{
	font-size: large;
}
#secondpage #hoiku img{
	max-width:100%;
	height:auto;
}
#secondpage #hoiku h2 {
	background-image: url(../../img/secondpage/h2img-h.png);
	background-color: #f89eab;
}
#secondpage #hoiku h2::after {
	border-color: #fff #fff #f87184 #f87184;
}

#secondpage #hoiku table.table_ver01 th.t_top {
	border-top: #f87184 4px solid;
}
#secondpage #hoiku .big {
	font-size: x-large;
	color: #f87184;
}
#secondpage #hoiku div.que {
	border: thin solid #F9E0E1;
	border-radius: 50px;
	background-color: #F9E0E1;
	margin-top: 50px;
	margin-right: 60px;
	margin-bottom: 30px;
	position: relative;
}
#secondpage #hoiku div.que:after {
	content: url(../../img/secondpage/pic_hoiku_q_after.png);
	position: absolute;
	left: 18px;
	bottom: -32px;
}
#secondpage #hoiku div.que p{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#secondpage #hoiku div.que p:before{
	content: "Q. ";
	color: #f87184;
	font-size: x-large;
	font-weight: bold;
}
#secondpage #hoiku div.ans {
	border: medium solid #D9D9D9;
	border-radius: 40px;
	margin-left: 60px;
	margin-bottom: 60px;
	position: relative;
}
#secondpage #hoiku div.ans:after {
	content: url(../../img/secondpage/pic_hoiku_a_after.png);
	position: absolute;
	right: 18px;
	bottom: -32px;
}
#secondpage #hoiku div.ans p{
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-indent: -2em;
	padding-left: 2em;
}
#secondpage #hoiku div.ans p:before{
	content: "A. ";
	color: #f87184;
	font-size: x-large;
	font-weight: bold;
}
#secondpage #hoiku div.ans span p  {
	padding-right: 2em;
}
#secondpage #hoiku div.ans span p:before  {
	content:none;
	
}
#secondpage #hoiku p.button a {
	background-color: #fab003;
	text-align: center;
	display: block;
}
#secondpage #hoiku p.button a:hover {
	opacity: 0.7;
}
#secondpage #hoiku ul.photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 20px;
}
#secondpage #hoiku ul.photo li {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#secondpage #hoiku .box.pink {
	background-color: #f87184;
	border-radius: 15px;
	border: 1px solid #fbcdc2;
}
#secondpage #hoiku  h4 {
	border-bottom: 2px dashed #fbede9;
}
#secondpage #hoiku  h5 {
	color: #fff;
}
#secondpage #hoiku  h5::after {
	background-color: #fab003;
}
#secondpage #hoiku  ul.h-otoiawase {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#secondpage #hoiku  ul.h-otoiawase li{
	width: 45%;
	background-color: #FFFFFF;
	color: #5A5A5A;
	border: thin none #FFFFFF;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: large;
}
#secondpage #hoiku  ul.h-otoiawase li a{
	display:block;
}
#secondpage #hoiku  ul.h-otoiawase li.tel a:before{
	font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    content: "\f095";
    margin-right: 5px;
}

#secondpage #hoiku  ul.h-otoiawase li.mail a:before{
	font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    content: "\f003";
    margin-right: 5px;
}

#secondpage #hoiku  ul.h-otoiawase li a:hover{
	text-decoration: none;
	color: #F87184;
	
}
#secondpage ul.li_dot li{
	background-image: url(../../img/secondpage/listimg-h.png);
}
#secondpage table.free {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#secondpage table.free td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#secondpage table.free th {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 200px;
	font-size: 0px;
}

#secondpage table.free td h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#secondpage table.free td .date {
	text-align: right;
	border-top: 1px solid #8B8B8B;
	margin-bottom: 10px;
}
#secondpage table.free td.pdf {
	vertical-align: bottom;
}
#secondpage table.free td.pdf a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #DCDCDC;
	color: #000000;
}
#secondpage table.free td.pdf a:hover {
	background-color: #3498DB;
}
#secondpage .bucknumber {
}
#secondpage .bucknumber li {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#secondpage .bucknumber li a {
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #7A7A7A;
	background-color: #F8F8F8;
}
#secondpage .bucknumber li a:hover {
	background-color: #3995FD;
	color: #FFFFFF;
}

#secondpage .bucknumber li a img {
	margin-right: 5px;
	vertical-align: middle;
}
#secondpage #hoiku .blog {
	display: flex;
}
#secondpage #hoiku .blog-logo {
	float: left;
}
#secondpage #hoiku .blog-logo img {
	margin: 10px;
}
#secondpage #hoiku .blog iframe {
	border: dashed 2px #fbede9;
	margin-left: auto;
	margin-right: auto;
	width: 510px;
    height: 280px;
	padding-bottom: 10px;
}
#secondpage #hoiku .blog-logo {
	float: left;
}

#secondpage #companyBox{
	display: grid;
	justify-content: space-between;
	width: 100%;
	grid-template-rows: repeat(5, 400px);
	grid-template-columns: repeat(4, calc(25% - 7.5px));
	grid-gap: 10px;
}

#secondpage #companyBox p {
	font-size: 0.95em;
	line-height: 1.2;
}

#secondpage #companyBox .officeBox{
	border: 1px solid #DFDFDF;
	overflow: auto;
}
#secondpage #companyBox .officeBox .gmap{
	height: 150px;
	display: block;
	margin-bottom: 1.5em;
}

#secondpage #companyBox .officeBox p{
	display: inline;
}
#secondpage #companyBox .officeBox .officeName{
	display: block;
	/* border-bottom: solid 3px #1374ff; */
	font-weight: bold;
}
#secondpage #companyBox .officeBox .officeName{
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 0;
}
#secondpage #companyBox .officeBox .officeName::first-letter{
	color: #1374ff;
}
#secondpage #companyBox .officeBox .officeName:nth-child(odd)::first-letter{
	color: #ffa200;
}
#secondpage #companyBox .officeBox .officeAddress{
	display: block;
	margin: 15px;
}








/* 解像度640〜959px
--------------*/
@media only screen and (max-width:959px){
#secondpage{
	width: 100%;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 94px;
	padding-left: 30px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#secondpage table.contactform tr th {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#secondpage table.contactform tr td {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#secondpage #hoiku .blog iframe {
	width: 640px;
}
	#secondpage #companyBox{
	grid-template-rows: repeat(6, 400px);
	grid-template-columns: repeat(3, calc(33.3% - 6.7px));
	grid-gap: 10px;
}

#secondpage #companyBox .officeBox .gmap{
	height: 200px;
	display: block;
	margin-bottom: 1.5em;
}


}

/* 解像度480〜639px
------------------------------------------------------------*/
@media only screen and (max-width:639px){
#secondpage .floatleft{
	float: none;
	margin-right: 30px;
}
#secondpage .floatright{
float: none;
	margin-left: 0px;
}
#secondpage input[type="search"] {
	width: 100%;
	height: 50px;
	float: none;
	font-size: 16px;
	border: 1px solid #cfcfcf;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 50px;
	padding-right: 10px;
	}

#secondpage #workSerch #serchForm{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	min-height: 130px;
	padding-right: 20px;
}
#secondpage #workSerch #serchForm span{
	display: block;
	float: none;
	position: static;
	top: 70px;
	margin-left: 0px;
	margin-top: 10px;
}

#secondpage #areaSerch{
	display: none;

}
#secondpage #workSerch #serchBox #serchBox_ttl01 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 100%;
	display: block;
}
#secondpage #hoiku table tr {
	display:block;
}
#secondpage #hoiku table tr th{
	display:block;
}
#secondpage #hoiku table tr td{
	display:block;
}
#secondpage #hoiku table tr td.t_top{
	border-top-width: 0px;
}
#secondpage #hoiku table.table_ver02 tr {
	display: flex;
}
table.table_ver02 td {
	width: 25%;	
}
table.table_ver02.pc {
	display: none;
}
table.table_ver02.smp {
	display: block;
}
#secondpage #hoiku  ul.h-otoiawase {
	display: block;
	text-align: center;	
}
#secondpage #hoiku  ul.h-otoiawase li{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#secondpage #hoiku .blog-logo {
	float: inherit;
	text-align:center; 
}
#secondpage #hoiku .blog iframe {
	width: 480px;
}

#secondpage #companyBox{
	grid-template-rows: repeat(9, 400px);
	grid-template-columns: repeat(2, calc(50% - 5px));
	grid-gap: 10px;
}

#secondpage #companyBox .officeBox .gmap{
	height: 200px;
}

}

/* 解像度〜479px
------------------------------------------------------------*/
@media only screen and (max-width:479px){
#secondpage{
	width: 100%;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 90px;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed #329EE0;
}

	#secondpage h1 {
	background-image: none;
	font-size: large;
	font-weight: bold;
	color: #434343;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-bottom: 4px solid #DFDFDF;
	min-height: 40px;
}
#secondpage h1::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #2b82ff;
}
#secondpage h2 {
	background-image: none;
	height: 40px;
	color: #fff;
	position: relative;
	background-color: #3693fd;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: large;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#secondpage h2::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #1374ff #1374ff;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

#secondpage #workSerch{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 13px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#secondpage #workSerch h2{
	background-image: url(../../img/top/ttl_h2search.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100% 50%;
	width: 100%;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #workSerch h2 img{
	width: 40%;
	height: auto;
}
#secondpage #workSerch p span{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin-left: 15px;
}
#secondpage #workSerch p span:last-child{
	color: #000000;
	margin-left: 0px;
	margin-right: 5px;
}
#secondpage #workSerch #serchBox{
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondpage #workSerch #serchBox .serchBox_inner01{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1374ff;
}

#secondpage #workSerch #serchBox .serchBox_inner02{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3693fd;
}
#secondpage #workSerch #serchBox .serchBox_inner03{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1374ff;
}
#secondpage #workSerch #serchBox .serchBox_inner04{
	width: 100%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3693fd;
}

#secondpage #workSerch #serchBox #triangle01{
	position: absolute;
	top: 39px;
	left: 50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #1374ff transparent transparent transparent;
}
#secondpage #workSerch #serchBox #triangle02{
	position: absolute;
	top: 39px;
	left: 50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color:#3693fd transparent transparent transparent;
	}
#secondpage #workSerch #serchBox #triangle03{
	position: absolute;
	top: 39px;
	left: 50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #1374ff transparent transparent transparent;
	}
#secondpage #workSerch #serchBox #triangle04{
	position: absolute;
	top: 39px;
	left: 50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #3693fd transparent transparent transparent;
}

#secondpage #workSerch #serchBox #serchBox_ttl01{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	position:static;
	
}
#secondpage #workSerch #serchBox #serchBox_ttl02{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	position:static;
}
#secondpage #workSerch #serchBox #serchBox_ttl03{
	color: #ffffff;
	width: 100%;	
	font-size: 17px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	position:static;
}
#secondpage #workSerch #serchBox #serchBox_ttl04{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	position:static;
}



#secondpage #workSerch #serchBox #province{
	width: 110px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#secondpage #workSerch #serchBox #city{
	width: 160px;
	margin-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#secondpage #workSerch #serchBox #serchBox_top01{
	background-color: #f9f9f9;
	width: 100%;
	height: auto;
	clear: left;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#secondpage #workSerch #serchBox #serchBox_top01 li{
	float: none;
}


#secondpage #workSerch #serchBox #serchBox_top02{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	clear: left;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#secondpage #workSerch #serchBox #serchBox_top03{
	background-color: #f9f9f9;
	width: 100%;
	height: auto;
	clear: left;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#secondpage #workSerch #serchBox #serchBox_top04{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	clear: left;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#secondpage #workSerch #serchBox  li{
	float: none;
}
#secondpage #hoiku h2 {
	background-image: none;
}
#secondpage #hoiku .blog iframe {
	width: auto;
}
#secondpage #companyBox{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#secondpage #companyBox .officeBox .gmap{
	height: 300px;
}
#secondpage ul.li_buttons li a {
    font-size: calc(100vw / 500 * 16);
    margin-right: 0;
}

}
