@charset "UTF-8";
/* CSS Document */

.subttl, .subttl-2, .prof-item-col2 {
  margin-bottom: 20px;
}
.content-header h1, .lead, .faq-col,  .faq-ans-col, .prof, .prof-item-col1 {
  margin-bottom: 30px;
}
.qstttl, .faq-ans, .btn-group {
  margin-bottom: 40px;
}
.subttl h2 {
  background-color: #344D7B;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 4px;
}
.subttl-2 h2 {
  font-size: 2.2rem;
}
.faq-col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
.faq-col ul li {
  width: 100%;
  padding-bottom: 13px;
  padding-left: 18px;
  text-indent: -18px;
}
.faq-col ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f152";
  padding-right: 5px;
  color: #69C;
}
.faq-col ul li span {
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
  color: #999;
}
.prof {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.prof-item-col1 {
  display: flex;
  padding: 0 10px;
}
.prof-item-col1 .photo {
  width: 160px;
  flex-shrink: 0;
  margin-right: 20px;
}
.prof-item-col1 .name {
  font-size: 2rem;
  font-weight: 600;
}
.prof-item-col1 .name span {
  font-size: 1.2rem;
  color: #999;
  font-weight: normal;
  display: block;
}
.prof-item-col1 .description {
  margin-top: 10px;
}
.prof-item-col2 {
  width: calc(50% - 20px);
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 14px;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
.prof-item-col2 a:hover {
  text-decoration: none;
}
.prof-item-col2 .photo {
  display: table-cell;
  width: 130px;
}
.prof-item-col2 .photo img {
  width: 130px;
  height: 100px;
  object-fit: cover;
}
.prof-item-col2 .data {
  display: table-cell;
  font-size: 12px;
  padding: 0 14px;
  vertical-align: top;
}
.prof-item-col2 .name {
  font-size: 2rem;
  font-weight: 600;
}
.prof-item-col2 .name span {
  font-size: 1.2rem;
  color: #999;
  font-weight: normal;
  display: block;
  word-break: break-all;
}
.prof-item-col2 .description {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.prof-item-col2 .description:after {
  content: '...続きはこちら';
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  padding-left: 5px;
  color: #6CF;
  text-decoration: underline;
}
.qa .prof-item-col2 {
  width: 100%;
}
.border-ans {
  position: relative;
  padding: 0.3em;
  border: none;
  margin-bottom: 40px;
}
.border-ans:after {
  content: '';
  position: absolute;
  left: 25%;
  bottom: 0px;
  width: 50%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #73cfe1, #73cfe1 2px, #ffffff 2px, #ffffff 4px);
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.btn-group a {
  width: calc((100% - 20px)/2);
  margin: 0 5px 20px;
  text-align: center;
  font-size: 2rem;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 10px 0px;
  display: block;
  line-height: 30px;
  font-weight: 700;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.btn-group a:hover {
  text-decoration: none;
}
.btn-group a span {
  display: block;
  font-size: 1.4rem;
}
.submit-faq {
  background-color: #4573b3;
  color: #fff !important;
}
.submit-entry {
  background-color: #f74027;
  color: #fff !important;
}
.qstttl {
  background-color: #f8f8f8;
  border: 1px solid #73cfe1;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.qstttl:before {
  content: url(../images/common/pro/ico_qst.png);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
}
.qstttl h2 {
  font-size: 2rem;
  padding-left: 36px;
}
.faq-date {
  margin-bottom: 20px;
  text-align: right;
  color: #999;
  position: relative;
}
.faq-date:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #73cfe1;
  position: absolute;
  bottom: -5px;
  right: 0px;
}
.faq-date:before {
  content: url(../images/common/pro/ico_ans.png);
  position: absolute;
  left: 0px;
  top: 3px;
}
.faq-anscont-txt {
  line-height: 1.8;
  font-size: 1.6rem;
}
.f-right {
  justify-content: flex-end;
}
 @media screen and (max-width: 750px) {
.qstttl, .btn-group {
  margin-bottom: 30px;
}
.prof-item-col1 {
  margin-bottom: 10px;
}
.company-name-title h2 {
  font-size: 2rem;
}
.btn-group a {
  font-size: 1.6rem;
}
.btn-group a span {
  font-size: 1rem;
  line-height: 1.4;
}
.faq-col ul li {
  border-bottom: dashed 1px #666;
  margin-bottom: 10px;
}
.faq-col ul li span {
  display: block;
  margin-left: 18px;
}
.prof-item-col2 {
  width: calc(100% );
}
.prof-item-col1 {
  display: block;
}
.prof-item-col1 .photo {
  width: 200px;
  margin: 0 auto 10px;
}
.prof-item-col1 .name {
  text-align: center;
  margin-bottom: 10px;
}
.qa .photo {
  display: block;
  float: left;
  margin-right: 10px;
  width: 110px;
}
.qa .photo img {
  width: 110px;
}
.qa .data {
  display: block;
  padding: 0px;
}
.qa .name {
  padding-left: 10px;
}
.qa .description {
  clear: both;
}
}
