.kanshu {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  background-color: #f4fcff;
}

.kanshu .faceicon {
  float: left;
  margin-right: -5%;
  width: 25%;
  margin-left: 2%;
  margin-top: 20px;
}

.kanshu .faceicon img{
  width: 100%;
  height: auto;
  border: solid 0px #d7ebfe;
  border-radius: 50%;
}

.kanshu .chatting {
  width: 100%;
}

.says {
  position: relative; 
  margin: 20px 2% 20px 30%;
  border-radius: 0px;
}
.says .title {
font-size: 2.4rem;
line-height: 1.5;
color: #00A0E1;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
border-bottom: 4px dotted #90DFFF;
margin-bottom: 1rem;
}
.says .sub-title{
font-size: 1.8rem;
padding-bottom: 15px;
}
.says p {
  font-size:90%;
  margin: 0;
  padding: 5px 0;
}

table {
  margin-bottom: 40px;
  width: 100%;
}

table .sp{
  display: none;
}
@media (max-width: 767px) {
  table .sp{
    display: block;
  }
}

table th {
  padding: 10px 15px;
}
table th.kanto {
  background-color: #002d3f;
  color: white;
}
table td {
  padding: 5px 10px;
}
table td:nth-child(3) {
  background-color: #e0f6ff;
}
table td.no-color:nth-child(3) {
  background-color: #ffffff;
}
table tr.profit,
table tr.profit td {
  background-color: rgb(255, 237, 203);
  font-weight: bold;
}
table td.deficit {
  color: red;
}
table , td, th {
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	padding: 3px;
}
th {
	background: #afeeee;
	height: 55%;
}
td {
	height: 55%;
}
.even {
}
.odd {
}

.list-top {
  margin-bottom: 5rem;
}
.list-top li {
  background: url(../img/faq/icon_arrow.png) no-repeat left 0.3rem top 0.4rem;
  padding-left: 2rem;
}
.list-top li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-anchor li a {
  color: #00a0e5;
  font-weight: bold;
}
.c-storeGuide {
  margin-bottom: 7.5rem;
}
.items-anchor {
  margin-bottom: 6rem;
}
.item-anchor:not(:last-child) {
  margin-bottom: 5rem;
}
.tit-faq {
  background-color: #d6f4ff;
  color: #00a0e5;
  padding: 0.8rem 1.5rem;
  margin-bottom: 5rem;
  position: relative;
}
.tit-faq:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  border-top: 0.8rem solid #8ee2ff;
  border-right: 1.2rem solid #8ee2ff;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.2rem solid transparent;
}
.list-faq {
  background: url(../img/faq/img_line.png) repeat-x left bottom;
}
.list-faq dt {
  background: url(../img/faq/img_line.png) repeat-x left top;
  font-weight: bold;
  line-height: 2.2rem;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
}
.list-faq dt div {
  padding: 3rem 6rem 2rem 6.5rem;
}
.list-faq dt div:before {
  content: url(../img/faq/icon_q.png);
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
}
.list-faq dt:after {
  content: url(../img/faq/icon_arrow_down.png);
  position: absolute;
  right: 1.2rem;
  top: 50%;
  line-height: 0;
  margin-top: -0.9rem;
}
.list-faq dt:first-child {
  background: none;
}
.list-faq dt.active:after {
  content: url(../img/faq/icon_arrow_up.png);
}
.list-faq dd {
  font-size: 1.6rem;
  line-height: 2.2rem;
  position: relative;
  display: none;
}
.list-faq dd div {
  padding: 2rem 6rem 2.5rem 6.5rem;
}
.list-faq dd div p:first-child {
  color: #ffb800;
  font-weight: bold;
}
.list-faq dd div:before {
  content: url(../img/faq/icon_a.png);
  position: absolute;
  left: 0.5rem;
  top: 0;
}
.txt-contact {
  margin-bottom: 5rem;
}


.list-anchor2 {
  display: flex;
  margin: 0 -20px 4rem;
}

.list-anchor2 li {
  padding: 0 26px;
  flex: 0 25%;
}

.list-anchor2 li .ttl {
  color: #00A0E5;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.list-anchor2 li .ttl span{
	letter-spacing: -1px;
	}
@media only screen and (min-width: 1024px), only screen and (max-width: 767px) {
  .list-faq dt, .f-contact label {
    font-size: 1.4rem !important;
  }
  .list-faq dd {
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .list-anchor2 {
    margin: 0 -10px 4rem;
  }
  
  .list-anchor2 li {
    padding: 0 10px;
  } 
  .list-anchor2 li .ttl {
    font-size: 1.1rem;
  }
	
  .list-top li {
    background-position: left 0.3rem top 1rem;
  }
  .list-faq dt div {
    min-height: 8rem;
  }
  .f-contact {
    margin: 0 0 8rem;
    padding: 2rem 1rem 4rem;
  }
  .f-contact input {
    width: 90%;
  }
  .f-contact input, .f-contact textarea {
    border-radius: 5px;
  }
  .list-faq dd div {
    padding-right: 0;
  }
}

.faq-search-result {
  margin-bottom: 5rem;
}