/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.pc_tab_only, .pc_only {
	display:none;
}

/*layout*/
/*------------------------------------------------------------------------------*/
#contents{
	width: 95%;
	margin: 15px auto 25px;
}
#contents_left,
.sub_search #contents_left {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#contents_right,
.sub_search #contents_right {
	float: none;
	width: 100%;
}

/* title */
/*--------------------------------------------------------------------------------*/
#subtitle02 {
    padding: 40px 0;
	background-size:cover;
}
.reason_wrap #subtitle02 {
	height:auto;
	background-size:cover;
	padding:80px 0;
}
#subtitle02 h2 {
    font-size: 21px;
}
.subtitle03 {
	font-size:19px;
}
.subtitle04 {
	font-size:18px;
}
.subtitle04_02 {
	font-size:18px;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator_in {
	width: 95%;
}

/* box */
/*------------------------------------------------------------------------------*/
.box2_left48 {
	width: 100%;
	float: none;
}
.box2_right48 {
	width: 100%;
	float: none;
}
.box2_left33 {
	width:100%;
	float:none;
}
.box2_right63 {
	width:100%;
	float:none;
}
.box2_left63 {
	width:100%;
	float:left;
}
.box2_right33 {
	width:100%;
	float:right;
}
.box_row3_01 {
	float: none;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
}
.box_row3_02 {
    width: 49%;
	margin-left:2%;
}
.box_row3_02:nth-child(3n+1) {
	clear: none;
    margin-left: 2%;
}
.box_row3_02:nth-child(odd) {
	clear: both;
    margin-left: 0;
}
.box_row3_02 p {
	font-size:14px;
}
.box_row4_01 {
	width:49%;
	margin-left:2%;
	float:left;
}
.box_row4_01:nth-child(4n+1) {
	margin-left:2%;
}
.box_row4_01:nth-child(odd) {
	margin-left:0;
}
.box_row4_01 img {
	max-width:100%;
	height:auto;
}

/* btn */
/*------------------------------------------------------------------------------*/
.btn01, .btn03 {
	text-align:center;
}
.btn02 {
	float:none;
	width:100%;
}
.btn02 a {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.btn_line02 {
	flex-direction: column;  
}
.btn_line02 li {
	flex-basis:auto;
	width:100%;
	max-width:300px;
	margin:0 auto 20px;
}
.btn_line02 li a {
	margin:0 auto 5px;
}
.btn_line03 {
	display:flex;
	flex-direction:column;
	margin-bottom:50px;
}
.btn_line03 li {
	margin-bottom:20px;
}

.btn_2col li{
	float:none;
	width:100%;
	margin:0 0 15px !important;
}

/* table */
/*------------------------------------------------------------------------------*/
table.tab01 tr th {
	display:block;
	width:100%;
	border-bottom:none;
	border-right:none;
	padding:12px 4%;
}
table.tab01 td {
	display:block;
	width:100%;
	padding:12px 4%;
}
.scroll {
	overflow:auto;
	padding-bottom: 20px;
    width: 100%;
}
.scroll::-webkit-scrollbar {
    margin-top: 10px;
    background-color: #FAFAFA;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.scroll::-webkit-scrollbar:horizontal {
    height: 8px;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
    border-radius: 5px;
}
table.tab02 {
	width:760px;
}
table.tab01 tr td table tr th {
	width:100%;
	padding:0;
}
table.tab01 tr td table tr td {
	padding:0 0 10px;
}

/* hint */
/*-----------------------------------------------------------------*/
.hint_anchor li{
	flex-basis:24%;
}
.hint_anchor li::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #033068 transparent transparent transparent;
	position:absolute;
	bottom:-15px;
	left:0;
	right:0;
	margin:0 auto;
}	
.hint_list {
	display:block;
}
.hint_list li {
	width:100%;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.hint_list li:first-child {
	border-top:1px solid #dddddd;
}
.hint_list li:nth-child(2) {
	border-top:none;
}
.hint_list li:nth-child(4n+2) a,
.hint_list li:nth-child(4n+3) a {
	background:#ffffff;
}
.hint_list li:nth-child(even) a {
	background:#DCE6EA;
}
.hint_list li:nth-child(4n+2) a::after,
.hint_list li:nth-child(4n+3) a::after {
	background:url("../image/common/arr04_b.png") no-repeat 0 0;
	background-size:20px 20px;
}
.hint_list li:nth-child(even) a::after {
	background:url("../image/common/arr04_w.png") no-repeat 0 0;
	background-size:20px 20px;
}
.hint_list li:nth-child(4n+2) a:hover,
.hint_list li:nth-child(4n+3) a:hover,
.hint_list li:nth-child(even) a:hover {
	background:#033068;
	color:#ffffff;
	text-decoration:none;
}
.hint_list li:nth-child(4n+2) a:hover::after,
.hint_list li:nth-child(4n+3) a:hover::after,
.hint_list li:nth-child(even) a:hover::after {
	background:url("../image/common/arr04_on.png") no-repeat 0 0;
	background-size:20px 20px;
}

/* reason */
/*-----------------------------------------------------------------*/
#reason_box01 {
	min-height:1px;
	height:auto;
	padding-top:0;
	padding-bottom:150px;
	background:url("../image/reason_box01_bg.jpg") no-repeat right bottom;
	background-size:auto 150px;
}
#reason_box02 {
	min-height:1px;
	height:auto;
	padding-top:0;
	padding-bottom:150px;
	background:url("../image/reason_box02_bg.jpg") no-repeat left bottom;
	background-size:auto 150px;
}
#reason_box03 {
	min-height:1px;
	height:auto;
	padding-top:0;
	padding-bottom:150px;
	background:url("../image/reason_box03_bg.jpg") no-repeat right bottom;
	background-size:auto 150px;
}
.reason_box01_in,
.reason_box02_in,
.reason_box03_in {
	min-width:100%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
.reason_box01_txt,
.reason_box02_txt,
.reason_box03_txt {
	width:100%;
	height:auto;
	padding:20px 4%;
}
.reason_box01_txt h3 .strength,
.reason_box02_txt h3 .strength,
.reason_box03_txt h3 .strength {
	width:80px;
}
.reason_box01_txt h3 .subtitle03_reason,
.reason_box02_txt h3 .subtitle03_reason,
.reason_box03_txt h3 .subtitle03_reason {
	font-size:20px;
	padding:10px;
}

/* sample_request / maintenance */
/*------------------------------------------------------------------------------*/
.flow_ver01 {
    position: relative;
}
.flow_ver01 .flow_item {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 2% 10px;
}
.flow_ver01 .flow_item .finum {
	margin-left:10px;
    display: inline-block;
    font-size: 30px;
}
.flow_ver01 .flow_item .finum::after {
    display: none;
}
.flow_ver01 .flow_item .finumtxt {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.flow_ver01 .flow_txt .ft_title {
	font-size:22px;
}
.flow_ver01 .flow_txt {
    display: block;
    width: 100%;
    padding: 15px 2.5% 20px;
}
.flow_ver01::after {
	width: 94px;
	height: 57px;
	background:url("../image/flow_ver01_arr@2x.png") no-repeat 0 0;
	background-size:94px auto;
	height:57px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:-57px;	
}
.request_form_txt {
	float:none;
	width:100%;
	margin-bottom:20px;
}

/* technology flow */
/*-----------------------------------------------------------------*/
.flow_tech01_img,
.flow_tech02_img {
	width:200px;
}
.flow_tech01_num,
.flow_tech02_num {
	width:auto;
}

.flow_tech01_txt,
.flow_tech02_txt {
	float:none;
	width:100%;
	clear:both;
	padding-top:10px;
}




/* unit_term */
/*-----------------------------------------------------------------*/
.term_list li {
	clear:none !important;
	width:48.5%;
	margin:2% 0 0 2% !important;
}
.term_list li:nth-child(2n+1) {
	clear:both !important;
	margin-left:0 !important;
}
.term_list li:nth-child(-n+2){
	margin-top:0 !important;
}
.term_list li a{
	font-size:14px;
}	

/* recruit */
/*-----------------------------------------------------------------*/
.job_box {
	display:block;
}
.job_box h4 {
	font-size:18px;
}
.job01 {
	display:block;
	width:100%;
	padding:20px 5%;
}
.job02 {
	display:block;
	width:100%;
	padding:20px 5%;
}
.recruit_flow_wrap {
	display:block;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
.recruit_flow01, .recruit_flow02, .recruit_flow03, .recruit_flow04, .recruit_flow05 {
	display:block;
	width:100%;
	padding:60px 5% 10px;
}
.recruit_flow01 {
	padding-top:20px;
}
.recruit_flow01::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 125px 0 125px;
	border-color: #94B8C0 transparent transparent transparent;
	position:absolute;
	right:0;
	top:auto;
	bottom:-30px;
	z-index:10;
}
.recruit_flow02::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 125px 0 125px;
	border-color: #48B2A6 transparent transparent transparent;
	position:absolute;
	right:0;
	top:auto;
	bottom:-30px;
	z-index:10;
}
.recruit_flow03::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 125px 0 125px;
	border-color: #008C9B transparent transparent transparent;
	position:absolute;
	right:0;
	top:auto;
	bottom:-30px;
	z-index:10;
}
.recruit_flow04::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 125px 0 125px;
	border-color: #064C6E transparent transparent transparent;
	position:absolute;
	right:0;
	top:auto;
	bottom:-30px;
	z-index:10;
}
.recruit_flow05::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 125px 0 125px;
	border-color: #033069 transparent transparent transparent;
	position:absolute;
	right:0;
	top:auto;
	bottom:-30px;
	z-index:10;
}

/* welfare */
/*-----------------------------------------------------------------*/
.welfare_box {
	display:flex;
	flex-direction:column;
}
.welfare_in {
	width:100%;
	margin-left:0;
}
.welfare_in_dl dd {
	font-size:14px;
}
.welfare_in {
	margin-bottom:20px;
}

/* company profile */
/*------------------------------------------------------------------------------*/
.president_img {
	width:36%;
}
.suppliers_list {
	display:block;
}
.suppliers_list ul {
	width:100%;
}

/* contact */
/*------------------------------------------------------------------------------*/
.tel_list {
	display:flex;
	flex-direction:column;
}
.tel_list li {
	margin-bottom:20px;
}

/* privacy */
/*------------------------------------------------------------------------------*/
.privacy_list {
	margin-left:2em;
}

/* english */
/*-----------------------------------------------------------------*/
#en_mainimage {
	height:auto;
	background:url("../image/common/subtitle02_en.jpg") no-repeat center center;
	background-size:cover;
}
.en_title02 {
	height:auto;
	padding:30px 0;
	width:calc(100% - 6%);
}
.en_title02 h2 {
	font-size:22px;
}
.en_title02 p {
	font-size:16px;
}
.en_box_left {
	margin-left:0;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eeeeee;
	width:100%;
	float:none;
}
.en_box_center {
	width:100%;
	margin-left:0;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eeeeee;
	float:none;
}
.en_box_center::before {
	content:none;
}
.en_box_center::after {
	content:none;

}
.en_box_right {
	width:100%;
	margin-left:0;
	float:none;
}

/* margin */
/*------------------------------------------------------------------------------*/
.m10_sph {margin-bottom:5px;}
.m20_sph {margin-bottom:10px;}
.m30_sph {margin-bottom:15px;}
.m40_sph {margin-bottom:20px;}
.m50_sph {margin-bottom:25px;}
.m60_sph {margin-bottom:30px;}
.m70_sph {margin-bottom:35px;}
.m80_sph {margin-bottom:40px;}
.m90_sph {margin-bottom:45px;}
.m100_sph {margin-bottom:50px;}
.m120_sph {margin-bottom:60px;}
.m150_sph {margin-bottom:75px;}


/*------------------------------------------------------------------------------*/
}