﻿@charset "utf-8";

/* お客様とともに */

#capcenter2{
	clear: left; 
	margin-left:180px;
}

dl.caption dt {
	clear: left;
	float: left;
}

dl.caption dd {
	padding-left:10px;
	padding-bottom:5px;
}

table.caption2 th, table.caption2 td {
	font-size: 10px; line-height: 1.5; 
}

#communication-prize{
	padding-top:10px;
}

.chat{ width: 700px; margin-top: 15px;}
.chat img{ width: 100%;}
.chat .left{ float: left; border: 5px solid #E5E5E5; width:295px; height:480px; margin-right: 30px; padding: 5px 15px 5px 15px;}
.chat .right{ float: left; border: 5px solid #E5E5E5; width:295px;  padding: 5px 15px 5px 15px;height:480px;}
.chat .name{ font-size: 15px; font-weight:bold;}
.chat .photo01{ padding: 10px 20px ;}
.chat .tanto{ font-size: 10px; margin-bottom: 10px;}
.chat .photo03{ padding: 10px 30px 0px 30px;}

.customer_inquiry_btn-wrap {
  margin-top: 10px;
}

.contents a.customer_inquiry_btn-blue {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 1rem 3rem;
  transition: all .3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  border-radius: .5rem;
  color: #fff;
  background-color: #111184;
  /* border-bottom: 2px solid #b84c00; */
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, .3); */
}

.contents a.customer_inquiry_btn-yellow {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 1rem 3rem;
  transition: all .3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  border-radius: .5rem;
  color: #333;
  background-color: #fff100;
  margin-left: 20px;
  border: 1px solid #D9D9D9;
  /* border-bottom: 2px solid #b84c00; */
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, .3); */
}

.fa-caret-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.special01 { float: left; margin-right:20px; width: 340px;}
.special02 { float: left; width: 340px;}
.special01 p, .special02 p { padding-top:8px; }

.topmenu h2 img { margin-top: 8px; }
.topmenu h2 { padding-top: 5px; color: #666; line-height: 1.5; }


.specialBox{
	padding-top:7px;
	width:700px;
	clear:both;
}

.specialBox1{
	padding-top:30px;
	width:700px;
	clear:both;
}

/* お客様対応の基本方針および行動指針 */

.customer_policy_wrap {
	margin-bottom: 20px;
}
.customer_policy {
  padding: 20px 30px 30px;
  margin-top: 40px;
  background-color: #eff0ed;
}
.contents h2.customer_policy_ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #216a75;
  border-bottom: solid 3px #b6b6ad;
  line-height: 2;
  padding-top: 0;
  font-weight: bold;
}
.contents h3.customer_policy_subttl {
  position: relative;
  font-size: 1.8rem;
  color: #216a75;
  padding-left: 25px;
}
.customer_policy_subttl::before {
  position: absolute;
  content: '';
  background-color: #216a75;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  bottom: 0%;
  transform: translateY(-50%);
  left: 0;
}
.contents p.customer_policy_txt,
.customer_policy_txt {
  font-size: 1.4rem;
  padding-top: 0;
}
.customer_policy_item {
  font-size: 1.4rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
