@charset "utf-8";
@media screen and (max-width:640px){
/* CSS Document */



/* sendaiHome　トップページ

=========================================== */
/* mainimg */

#sendaiHome #mainimg {
	width:100%;
}

#sendaiHome #mainimg h2 {
	margin-bottom: 10px;
	padding:  0;
}

/* sendaiHome01 */

.sendaiHome01 {
	background: #cbac77;
	border: 10px solid #96662b;
	border-radius: 20px;
}


.sendaiHome01 h3 {
    padding: 20px 10px 15px 10px;
    text-align: center;

}


.sendaiHome01 dl {
	margin: 0 2% 10px;
	padding: 10px;
	background: url(../../img/bg_section.png) repeat;
	border-radius: 5px;
}

.sendaiHome01 dt:first-child {
	float: left;
	width: 33%;
	clear: both;
	margin: 0 16px 0 0;
}

.sendaiHome01 dt+dt {

	margin: 0 0 10px 35%;

	padding: 7px 0 5px 32px;

	font-weight: bold;

	font-size: 138%;

	background: url(../img/ico_no01.png) no-repeat 0 center;
	
	border-bottom: 4px solid #005f00;
	
	color:#005f00;
	
	line-height:1;

}

.sendaiHome01 .no02 dt+dt {

	background-image: url(../img/ico_no02.png);

}

.sendaiHome01 .no03 dt+dt {

	background-image: url(../img/ico_no03.png);

}

/* sendaiHome02 */

.sendaiHome02 {

	margin: 10px 0;

}

/* sendaiHome03 */

.sendaiHome03 {
	margin: 0 0 10px;
	padding: 10px;
	border: 10px solid #e5e5e5;
	border-radius: 10px;
}

.sendaiHome03 h3 {
	width: 190px;
	height: 25px;
	margin: 0  auto 10px;
	padding: 3px 0 0;
	background: url(../../img/bg_recom.png) no-repeat 0 0;
	color: #fff;
	font-size: 115%;
	text-align: center;
}

.sendaiHome03 .img {
	max-width: 160px;
	margin: 0 auto;
}

.sendaiHome03 dt {
	padding: 10px 0 0;
	color: #005f00;
	font-size: 138%;
	font-weight: bold;
}

/* sendaiHome04 */


.sendaiHome04 {

	margin: 10px 0;

}

.sendaiHome04 dt {

	margin: 10px 0 0;

	padding: 0 10px 10px 62px;

	border-bottom: 1px dotted #999;

	background: url(../../img/ico_q.png) no-repeat 0 0;

}

.sendaiHome04 dd {

	margin: 10px 0 ;

	padding: 0 10px 10px 62px;
	
	background: url(../../img/ico_a.png) no-repeat 0 0;
	
	min-height: 44px;

}



/* sendaiHome05 */

.sendaiHome05 h3 {
	margin: 0;
}

.sendaiHome05 .img {
	float: right;
	width: 33%;
	margin-top: -20px;
	position: relative;
}

.sendaiHome05 dl {
	float: left;
	width: 65%;
	margin-top:10px;
	padding: 0;
}

.sendaiHome05 dt:first-child {
	color: #005f00;
	font-weight: bold;
	font-size: 138%;
}

.sendaiHome05 dt+dt {
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}

.sendaiHome05 dt+dt span {

	margin: 0 0 0 20px;


}

.sendaiHome05 p+p {

	padding: 10px 0 0;

}

.sendaiCmn01 {

	margin: 0 0 10px;

}
/*20200601-テキスト更新のため-R*/
/*.sendaiHome06*/
.sendaiHome06 h3 {
	margin:  10px 0;
	padding: 7px 27px 4px;
	background:url(../img/ico_circle02.png) no-repeat 3px 9px;
	color:#222;
	font-size: 118%;
	border-top: 4px solid #005f00;	
	border-bottom: 4px solid #005f00;
}

.sendaiHome06 .pic {
	float: right;
	width: 33%;
	max-width: 236px;
	margin: 0 0 20px 0;
}

.sendaiHome06 .txt {
	float: left;
	width: 65%;
}

.sendaiHome06 .txt p+p {

	padding: 20px 0 0;

}
/* sendaiFlow　作業の流れ

=========================================== */

/* sendaiFlow01 */

.sendaiFlow01 {
	margin: 0;
}

.sendaiFlow01 + .sendaiFlow01 {
	padding-top: 46px;
	margin-top: 15px;	
	background: url(../../flow/img/bg_flow.jpg) no-repeat center 0;
}

.sendaiFlow01 h3 {
	margin-bottom: 10px;
	padding:10px;
	background: #028d0c;
	font-size: 118%;
	color: #fff;
	border-radius: 10px;
}
.sendaiFlow01 span {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	background: #005f01;
	color: #face47;
	font-size: 118%;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
}

.sendaiFlow01 .img {
	float: left;
	width: 33%;
	max-width: 236px;

}

.sendaiFlow01 p+p {
	float: right;
	width: 65%;
}

/* sendaiContact　お問い合わせ

=========================================== */

/* callcenter */

#sendaiContact #callcenter {
	width:100%;
	margin: 0 auto 10px;
}
#sendaiContact #callcenter p {
	padding: 0;
}
/* mailForm */
#sendaiContact #mailForm {
	width: 100%;
	margin: 0 auto 10px;
}
#sendaiContact #mailForm h3 {
	margin: 0;
}
#sendaiContact #errorMsg p {
	padding: 20px 0 0;
}
#sendaiContact #mailForm　table {
	width:100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	margin:10px 0;
	background:#fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align: center;
}
#sendaiContact #mailForm tr,th,td {
	height:20px;
	line-height:20px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#sendaiContact #mailForm th {
	height:20px;
	padding:10px;
	text-align: center;
	background:#ddf1c4;
}
#sendaiContact #mailForm th span {
	color: #e30027;
}
#sendaiContact #mailForm td {
	width:60%;
	padding:10px;
}
#sendaiContact #mailForm td input {
	width:100%;
}
#sendaiContact #mailForm td textarea {
	width:100%;
	box-sizing:border-box;
	border:none;
	background:#f5f0f0;
	padding: 1em;
	margin:0;
}
#sendaiContact #mailForm #submitArea {
    padding: 10px 0 0;
    text-align: center;
}

#mhMailForm .input_wrap {

	position: relative;

	display: inline-block;

	margin: 0 0 8px;

}

#mhMailForm .popupMust {

	background: url(/contact/img/balloon_error_1.png) no-repeat 0 0;

	position: absolute;

	top: -23px;

	z-index: 10;

}

#mhMailForm .popupMust p {

	background: url(/contact/img/balloon_error_2.png) no-repeat right 0;

	padding: 1px 9px 0 5px;

	height: 21px;

	margin: 0 0 0 5px;

	color: #fff;

	font-size: 85%;

	font-weight: bold;

}

#mhMailForm label.mhFormRequired {

	background: transparent;

}

#mhMailForm input, #mhMailForm select, #mhMailForm textarea, #mhMailForm .done, #mhMailForm .done .mhFormRequired {

	background: #fffffe;

}

#mhMailForm :focus {

	background: #fefefe;

}

/* sendaiPrivacy　プライバシーポリシー

=========================================== */

#sendaiPrivacy #main p.date {

	margin: 30px 0 0;

	padding: 20px 0 0;

	text-align: right;

}

/* sendaiPrice　料金表

=========================================== */

#sendaiPrice table {

	width: 100%;

}

#sendaiPrice th, #sendaiPrice td {

	padding: 7px 10px;

	border: 1px solid #ddd;

	text-align: center;

}

#sendaiPrice thead th {

	background: #25922b;

	color: #fff;

	font-weight: bold;

	font-size: 108%;

}

#sendaiPrice tbody th {

	width: 40%;

	/*padding-left: 85px;*/

	background: #ddf1c4;

	font-weight: normal;

	text-align: center;

}

#sendaiPrice tbody td {

	color: #da0000;

}

/* sendaiCompany　会社概要

=========================================== */

#sendaiCompany table {

	width: 100%;

}

#sendaiCompany th {

	width: 25%;

	padding: 7px 0;

	border: 1px solid #ddd;

	background: #ddf1c4;

	font-weight: normal;

	text-align: center;

}

#sendaiCompany td {

	padding: 7px 10px 7px 30px;

	border: 1px solid #ddd;

}

/* sitemap　サイトマップ

=========================================== */

.sendaiSitemap01 ul {
	padding: 10px 0 0

}

.sendaiSitemap01 li {

	margin: 0 0 10px;

	padding: 0 0 0 10px;

}

.sendaiSitemap01 li a {

	padding: 0 0 0 10px;

	background: url(../img/ico_arrow01.png) no-repeat 0 center;

}

.sendaiSitemap01 ul.left {

	padding-top: 10px;

}

.sendaiSitemap01 ul#region {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;

}

.sendaiSitemap01 ul#region .tit {

	width: 100%;

	padding: 2px 0;

	background: #005f00;

	color: #fff;

	font-weight: bold;

	text-align: center;

}

.sendaiSitemap01 ul#region li {

	float: left;

	margin-right: 10px;

}

/* sendaiArea　対応エリア

=========================================== */

#sendaiArea #mainimg {
	background: url(../../area/img/bg_main.jpg) no-repeat right 0;

}

/* sendaiArea01 */

.sendaiArea01 {

	margin: 0 0 10px;

}

.sendaiArea01 h3 {

	margin: 0 0 15px;

	padding: 7px 27px 4px;

	background:url(../img/ico_circle02.png) no-repeat 3px 9px;

	color:#222;

	font-size: 118%;
	
	border-top: 4px solid #005f00;
	
	border-bottom: 4px solid #005f00;

}

.sendaiArea01 p+p {

	padding: 15px 0 0;

}

/* sendaiArea02 */

.sendaiArea02 > div {

	margin: 0 0 10px;

	border: 3px solid #006c00;
	
	border-top: none;
	
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;

	behavior: url("/common/css/PIE.htc");
	
	position: relative;
	
	

}

.sendaiArea02 .content { padding: 5px 15px 15px;}

.sendaiArea02 h3 {
	padding: 11px 10px 5px 10px;
	background: #006000;
	border-radius: 10px 10px 0 0; 
	color: #fff;
	font-size: 118%;

}


.sendaiArea02 h4 {
	
	padding: 10px 15px;	
	
	background: #cadbb1;

	line-height: 1.4;

	color: #005f00;

	font-weight: bold;

	font-size: 118%;

}

.sendaiArea02 p {

	padding: 10px 0 0;

}

/* sendaiArea03 */

.sendaiArea03 {

	position: relative;

	margin: 0 0 10px;

	padding: 0;

	border: 10px solid #e5e5e5;
	background: url(../../img/bg_section.png) repeat;

}

.sendaiArea03 .h3Wrap {
	
	padding: 22px 20px 0 ;
	
	background: url(../../area/img/bg_blogTop.jpg) no-repeat 0 top;
	
}

.sendaiArea03 h3 {

	margin: 0 0 10px;

	padding: 3px 0 3px 40px;

	background: url(../../area/img/bg_title02.png) no-repeat 0 0;

	color: #333;

	font-size: 118%;
	
	border-bottom: 4px solid #005f00;

}

.sendaiArea03 .contentWrap {
	min-height: 65px;
	padding: 0 10px 20px;
	background: url(../../area/img/bg_blogBottom.jpg) no-repeat 0 bottom;
}

.sendaiArea03 .pic {
	position: absolute;
	width: 33%;
	top: 80px;
	right: 8px;

}

.sendaiArea03 p {
	width: 64%;
	margin: 0 0 0 10px;

}

.sendaiArea03 p+p {

	padding: 15px 0 0;

}

/* sendaiArea04 */

.sendaiArea04 h3 {

	margin: 0 0 15px;

	padding: 7px 27px 4px;

	background:url(../img/ico_circle02.png) no-repeat 3px 9px;

	color:#222;

	font-size: 123%;
	
	border-top: 4px solid #005f00;
	
	border-bottom: 4px solid #005f00;

}

.sendaiArea04 div {


}

}