@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: #F36;
}
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;
	}
}

/*--------------------------------------------------
	メニュー
--------------------------------------------------*/
#mainNav .panel li a {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
/*--------------------------------------------------
	ここあの思い
--------------------------------------------------*/
.noborder img {
	background-color: transparent !important;
	}
#concept_about {
	margin-top: 40px;
}
#concept_about dl {
	margin-bottom: 30px;
	padding: 20px;
	background: #FFF;
	border-radius: 20px;
}
#concept_about dl:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#concept_about dt {
	margin-bottom: 10px;
	color: #e7c240;
	font-size: 20px;
}
#concept_about dd img {
	position: relative;
	float: right;
	margin-left: 20px;
	padding: 0 !important;
	border: none !important;
	border-radius: 50%;
}
@media only screen and (min-width:769px){
	#concept_about dd img {
		top: -35px;
		margin-bottom: -35px;
	}
}
@media only screen and (max-width: 640px){
	#concept_about dd img {
		width: 150px;
		height: auto;
	}
}
/*--------------------------------------------------
	ご利用者様のお声
--------------------------------------------------*/
#voice_list dl {
	overflow: hidden;
	margin-bottom: 30px;
}
#voice_list dt {
	float: left;
	width: 250px;
}
#voice_list dd {
	padding: 20px 20px 0;
	background: #fff1c0;
	border: 5px solid #FFF;
	border-radius: 20px;
	margin-left: 290px;
}
#voice_list dd:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
@media only screen and (max-width: 640px){
#voice_list dt {
	float: none;
}
#voice_list dd {
	margin-left: 0px;
}
}
/*--------------------------------------------------
	スタッフ紹介
--------------------------------------------------*/
#staff_list dl {
	margin-bottom: 40px;
}
#staff_list dt {
	margin-bottom: 10px;
	text-align: center;
}
#staff_list dd {
	padding: 20px;
	background: #FFF;
	border: 5px solid #fff1c0;
	border-radius: 20px;
}
#staff_list dd b {
	display: block;
	margin-bottom: 5px;
	color: #e7c240;
	font-size: 20px;
}
@media only screen and (min-width: 641px){
	#staff_list dl {
		float: left;
		width: 48%;
	}
	#staff_list dl:nth-child(2n) {
		float: right;
	}
	#staff_list dl:nth-child(2n+1) {
		clear: both;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl {
	margin-bottom: 30px;
}
#company_tbl th {
	white-space: nowrap;
}
/* 地図 */
.about_map {
	margin-top: 10px;
	padding: 5px;
	background: #FFF;
}
.about_map iframe {
	vertical-align: bottom;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.tel_txt {
	font-size: 30px;
}