@charset "utf-8";

/*
Theme Name:mrp04-child
Template:mrp04
Theme URI: http://hp-morph.com/
Description:MORPH 04テーマの子テーマ。
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #e20151;
}
p.nm {
	margin-bottom: 0;
}
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
@media only screen and (min-width: 641px){
	.img_lft { float: left; margin-right: 20px; }
	.img_rit { float: right; margin-left: 20px; }
}
@media only screen and (max-width: 640px){
	.img_lft, .img_rit {
		text-align: center;
	}
	.img_lft img, .img_rit img {
		max-width: 200px;
		width: 96%;
		height: auto;
	}
}
/*--------------------------------------------------
	業務案内
--------------------------------------------------*/
.service_fream {
	background-color: #5A9CD2;
	padding: 1px;
	margin-bottom: 20px;
	}
.service_box {
	background-color: #FFF;
	padding: 20px;
	overflow: hidden;
	}
.li_l,
.li_r {
	float: left;
	width: 40%;
	}
.li_l {
	padding-left: 80px;
	}
.li_l li,
.li_r li {
	list-style: disc;
	border: none;
	}
.txt_w {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	}
.txt_b {
	color: #3183C7;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}
@media only screen and (max-width: 640px){
.service_box {
	padding: 10px;
	}
.li_l,
.li_r {
	float: none;
	width: 100%;
	padding-left: 10px;
	}
.li_l {
	}
}
/*--------------------------------------------------
	求人情報
--------------------------------------------------*/
.recruit_tbl th {
	white-space: nowrap;
	vertical-align: middle;
	}
@media only screen and (max-width: 640px){
.recruit_tbl th {
	white-space: normal;	
	}
}
/*--------------------------------------------------
	会社情報
--------------------------------------------------*/
.company_tbl th {
	white-space: nowrap;
	}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.c_txt_b {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 45px;
	}
.c_txt_m {
	font-size: 20px;
	}
@media only screen and (max-width: 640px){
.c_txt_b {
	margin-top: 10px;
	font-size: 28px;
	}
.c_txt_m {
	font-size: 15px;
	}
}
/*--------------------------------------------------
Adjust Css 2017/06/19
--------------------------------------------------*/
h1.title {
    padding-top: 9px;
}

/*-------------------------------------
Google Language Translator 2017/07/03
-------------------------------------*/
#header-layout{
	position: relative;
	padding: 45px 0 10px 0;
}
.lang{
	position:absolute;
	top:0;
	right: 0;
}
#flags{
	width: auto !important;
	padding: 5px 5px 0 5px;
	margin-bottom: 3px;
	display:inline-table;
	vertical-align: top;
}
#flags a {
    margin-right: 2px;
}
#header #flags ul{
	padding: 0px !important;
}
#header #flags ul li{
	margin-left: 0px !important;
}
#google_language_translator{
	display:inline-table;
}
.goog-te-gadget .goog-te-combo{
	margin:0 !important;
}
@media only screen and (max-width: 959px) {
#wrapper, #header, .inner{
    margin: 0 auto;
	}
}
@media print, screen and (max-width: 640px){
#header-layout{
	padding: 15px 0 10px 0;
}
.lang{
	float: none;
	position: relative;
}
#flags{
	float: none !important;
	}
#flags ul {
	float: none !important;
	text-align: center;
}
}
/*--------------------------------------------------
HOLO環境移行のための調整　23/07/21
--------------------------------------------------*/
#post-40 .f_box{
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
@media only screen and (max-width: 640px){
	#post-40 .f_box{
		display: block;
	}
}