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



/* takamatsuHome　トップページ

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

/* mainimg */

#takamatsuHome #mainimg {
	height: auto;
	padding: 0;
}

#takamatsuHome #mainimg h2 {
	height: auto;
	padding: 0;
}

/* takamatsuHome01 */

.takamatsuHome01 {
	margin: 0 0 10px;
}

/* takamatsuHome02 */
.takamatsuHome02 dl {
	min-height: 150px;
	margin: 0;
	padding: 10px 0;

}
.takamatsuHome02 dl + dl {border-top: 1px dotted #828282;}

.takamatsuHome02 dt:first-child {
	float: left;
	clear: both;
	width: 33%;
}

.takamatsuHome02 dt+dt {

	margin: 0 0 10px 36%;

	padding: 7px 0 3px 35px;

	font-weight: bold;

	font-size: 138%;

	background: url(../img/ico_no01.jpg) no-repeat 0 center;
	
	color:#034187;
	
	line-height:1.2;

}

.takamatsuHome02 .no02 dt+dt {

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

}

.takamatsuHome02 .no03 dt+dt {

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

}

.takamatsuHome02 dd {

	padding: 0 0 0 36%;

}

/* takamatsuHome03 */

.takamatsuHome03 {
	position: relative;
	margin: 10px 0;
	padding: 10px;
	background: #d6e9fa;
}

.takamatsuHome03 h3 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 66px;
	height: 59px;
	padding: 27px 10px 0;
	background: url(../img/bg_recom.png) no-repeat 0 0;
	color: #fff;
	font-size: 123%;
	text-align: center;
	line-height: 1.2;
}

.takamatsuHome03 .img {
	max-width: 180px;
	margin: 0 auto 10px;

}

.takamatsuHome03 dt {
	color: #034187;
	font-size: 138%;
	font-weight: bold;
	background: url(../../img/bg_recomH3.png) no-repeat 72px bottom;
}

/* takamatsuHome04 */

.takamatsuHome04 {
	position: relative;
}

.takamatsuHome04 h3 {
	margin: 0 0 10px;
}

.takamatsuHome04 .img {
	float: left;
	width: 33%;
	max-width: 242px;
	padding-top: 70px;
}

.takamatsuHome04 dl {
	float: right;
	width: 55%;
	padding: 50px 10px 19px;
	border: 5px solid #cbe6fd;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url("/common/css/PIE.htc");
}

.takamatsuHome04 .catch {
	
	position: absolute;
	
	top: 15px;
	
	left: -23px;
	
	padding: 0 0 0 40px;
	
	color: #034187;

	font-weight: bold;

	font-size: 118%;

	background: url(../../img/bg_staff.png) no-repeat left 105px;
	
	min-height: 130px; 

}

.takamatsuHome04 dt+dt {

	margin: 0 0 5px;

	padding: 0;

	font-weight: bold;
	
	font-size: 107%;

}

.takamatsuHome04 dt+dt span {

	margin: 0 0 0 20px;


}

.takamatsuHome04 p+p {

	padding: 15px 0 0;

}

/* takamatsuHome05 */

.takamatsuHome05 {

	margin: 10px 0 0;

}

.takamatsuHome05 dt {
	margin: 10px 0 0;
	padding: 0 0 10px 56px;
	border-bottom: 1px dotted #828282;
	background: url(../img/ico_q.jpg) no-repeat 0 0;
}

.takamatsuHome05 dd {
	margin: 10px 0 0;
	padding: 0 0 10px 56px;
	border-bottom: 1px dotted #828282;
	background: url(../img/ico_a.jpg) no-repeat 0 0;
	min-height: 44px;
}





/* takamatsuRecommend　おすすめ製品

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

.takamatsuRec {
    position: relative;
    margin: 10px 0;
    padding: 10px;
    background: #d6e9fa;
}

.takamatsuRec h3 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 59px;
    padding: 27px 10px 0;
    background: url(../img/bg_recom.png) no-repeat 0 0;
    color: #fff;
    font-size: 123%;
    text-align: center;
    line-height: 1.2;
}

.takamatsuRec .img {
    max-width: 180px;
    margin: 0 auto 10px;
}


.takamatsuRec dt {
    color: #034187;
    font-size: 138%;
    font-weight: bold;
    background: url(../../img/bg_recomH3.png) no-repeat 72px bottom;

}

.takamatsuRec dd strong {
	font-size: 108%;
}
.takamatsuRec dd span {
	color: #f45c00;
}

/* takamatsuContact　お問い合わせ

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

/* callcenter */

#takamatsuContact #callcenter {

	margin: 0 0 40px;

}

#takamatsuContact #callcenter p {

	padding: 0;

}

/* mailForm */

#takamatsuContact #callcenter {
	width:100%;
	margin: 0 0 10px;
}
#takamatsuContact #callcenter p {
	padding: 0;
}
/* mailForm */
#takamatsuContact #mailForm {
	margin: 0 auto 10px;
}
#takamatsuContact #mailForm h3 {
	margin: 0 0 10px;
}
#takamatsuContact #errorMsg p {
	padding: 20px 0 0;
}
#takamatsuContact #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;
}
#takamatsuContact #mailForm tr,th,td {
	height:20px;
	line-height:20px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#takamatsuContact #mailForm th {
	height:20px;
	padding:10px;
	text-align: center;
	background:#d6e9fa;
}
#takamatsuContact #mailForm th span {
	color: #e30027;
}
#takamatsuContact #mailForm td {
	width:60%;
	padding:10px;
}
#takamatsuContact #mailForm td input {
	width:100%;
}
#takamatsuContact #mailForm td textarea {
	width:100%;
	box-sizing:border-box;
	border:none;
	background:#f5f0f0;
	padding: 1em;
	margin:0;
}
#takamatsuContact #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;

}

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

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

#takamatsuPrivacy #main p.date {

	margin: 30px 0 0;

	padding: 20px 0 0;

	text-align: right;

}

/* takamatsuPrice　料金表

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

#takamatsuPrice table {

	width: 100%;
	margin-bottom: 10px;

}

#takamatsuPrice th, #takamatsuPrice td {

	padding: 7px 10px;

	border: 1px solid #ddd;

	text-align: center;

}

#takamatsuPrice thead th {

	background: #007ae1;

	color: #fff;

	font-weight: bold;

	font-size: 108%;

}

#takamatsuPrice tbody th {

	width: 40%;

	/*padding-left: 85px;*/

	background: #d6e9fa;

	font-weight: normal;

	text-align: center;

}

#takamatsuPrice tbody td {

	color: #da0000;

}

/* takamatsuCompany　会社概要

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

#takamatsuCompany table {

	width: 100%;
	margin-bottom: 10px;

}

#takamatsuCompany th {

	width: 25%;

	padding: 7px 0;

	border: 1px solid #ddd;

	background: #d6e9fa;

	font-weight: normal;

	text-align: center;

}

#takamatsuCompany td {

	padding: 7px 10px 7px 30px;

	border: 1px solid #ddd;

}
.takamatsuCompany {
	margin-bottom: 10px;
}

/* sitemap　サイトマップ

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

.takamatsuSitemap01 ul {
	width: 100%;

	padding: 10px 0 0

}

.takamatsuSitemap01 li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;

}

.takamatsuSitemap01 li a {

	padding: 0 0 0 10px;

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

}

.takamatsuSitemap01 ul.left {

	padding-top: 10px;

}

.takamatsuSitemap01 ul#region {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.takamatsuSitemap01 ul#region .tit {

	width: 100%;

	padding: 2px 0;

	background: #007ae1;

	color: #fff;

	font-weight: bold;

	text-align: center;

}

.takamatsuSitemap01 ul#region li {

	float: left;

	width: 90px;

}

/* takamatsuArea　対応エリア

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

#takamatsuArea #mainimg {

	background: url(../../area/img/bg_main.png) no-repeat right #007ae1;

}

/* takamatsuArea01 */

.takamatsuArea01 {

	margin: 0 0 10px;

}

.takamatsuArea01 h3 {
    margin: 0 0 10px;
    padding: 3px 15px;
    background: #034187;
    color: #fff;
    font-size: 118%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
	behavior: url("/common/css/PIE.htc");
}

.takamatsuArea01 p+p {

	padding: 15px 0 0;

}

/* takamatsuArea02 */

.takamatsuArea02 {
	border: 5px solid #007ae1;
	padding: 3px 3px 0;
	margin: 0 0 10px;

}

.takamatsuArea02 h3 {
	padding: 9px 0 7px 15px;
	margin: 0 0 13px;
	background: url(../../area/img/bg_title01.jpg) ;
	color: #fff;
	font-size: 118%;
}

.takamatsuArea02 h3 span {


}

.takamatsuArea02 h4 {
	
	padding: 0 12px 13px;	
	
	background: url(../../area/img/bg_title02.jpg) no-repeat bottom ;

	line-height: 1.4;

	color: #034187;

	font-weight: bold;

	font-size: 115%;

}

.takamatsuArea02 div div {
	margin: 10px;

}

/* takamatsuArea03 */

.takamatsuArea03 {
	
	position: relative;
	
	margin: 0 0 10px;
	
}
.takamatsuArea03 .sentence {
	width:58%;
	border: 5px solid #cbe6fd;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url("/common/css/PIE.htc");
	position: relative;
	z-index: 5;
}

.takamatsuArea03 h3 {

	margin: 0 0 10px;

	padding: 0 0 3px 10px;

	background: url(../../area/img/bg_title03.jpg) repeat-x left bottom;

	color: #034187;

	font-size: 138%;

}

.takamatsuArea03 .pic {
	position: absolute;
	width: 33%;
	bottom: 0;
	right: 0;
}

.takamatsuArea03 p+p {

	padding: 10px 0 0;

}

/* takamatsuArea04 */

.takamatsuArea04 h3 {
    margin: 0 0 10px;
    padding: 3px 15px;
    background: #034187;
    color: #fff;
    font-size: 118%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
	behavior: url("/common/css/PIE.htc");
}

.takamatsuArea04 div {
	margin-bottom: 10px;
}

}