@charset "UTF-8";
/* ▼▼▼ 業務内容
=====================================*/
h1.title {
  background: url(../img/service/title_bg_pc.png) no-repeat scroll center top;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  line-height: 150px;
}

h1.title span {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.31rem;
}

h2 {
  font-size: 1.75rem;
  color: #0D3165;
  padding-bottom: 5px;
  background: url(../img/service/h2_border_pc.png) no-repeat scroll left bottom;
  background-size: 100% 4px;
  margin-bottom: 25px;
}

.voice_read {
  font-size: 1rem;
  margin: 0 0 40px;
}

.sp {
  display: none;
}

.voice_list {
  padding: 30px 0 0;
}

.voice_list .voice {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
}

.voice_list .voice .title {
  position: relative;
  align-items: center;
  height: 80px;
  background: #ecf0f2;
  font-size: 1.375rem;
  padding: 0 60px 0 30px;
  color: #0D3165;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}

.voice_list .voice .title::after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 26px;
  height: 17px;
  background: url(../img/voice/arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.2s linear;
}

.voice_list .voice .title.close::after {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
}

.voice_list .voice .voice_detail {
  display: none;
  padding: 30px;
  border: 1px solid #ecf0f2;
  border-top: none;
}

.voice_list .voice .voice_detail .voice_inner {
  margin: 0 0 40px;
}

.voice_list .voice .voice_detail .voice_inner .company {
  justify-content: space-between;
  margin: 0 0 40px;
}

.voice_list .voice .voice_detail .voice_inner .company .image1 {
  width: 37.5%;
  max-width: 350px;
}

.voice_list .voice .voice_detail .voice_inner .company .company_info {
  width: calc(62.5% - 50px);
  webkit-flex-direction: column;
  flex-direction: column;
}

.voice_list .voice .voice_detail .voice_inner .company .company_info > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 10px;
}

.voice_list .voice .voice_detail .voice_inner .company .company_info > dl:last-child {
  margin: 0;
}

.voice_list .voice .voice_detail .voice_inner .company .company_info > dl > dt {
  width: 6em;
  color: #0D3165;
  font-weight: bold;
}

.voice_list .voice .voice_detail .voice_inner .company .company_info > dl > dd {
  width: calc(100% - 6em);
}

.voice_list .voice .voice_detail .voice_inner .company .company_info > .pic {
  margin-top: auto;
  font-size: 0.875rem;
  line-height: 1.4;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #ccc;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dt {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dt::before {
  position: absolute;
  left: 0;
  content: " ";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/voice/icon_q.png) no-repeat;
  background-size: contain;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd {
  text-align: justify;
  overflow: hidden;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > a {
  color: inherit;
  text-decoration: underline;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner {
  justify-content: space-between;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner > .txt_left {
  width: calc(100% - 340px);
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner > .r_image {
  width: 300px;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner > .r_image > .name {
  margin: 5px 0 0;
  text-align: right;
  font-size: 0.875rem;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .kome {
  font-size: 0.75rem;
}

.voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd.kome_t {
  margin: 15px 0 0;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.4;
  /*
								display: -webkit-flex;
								display: flex;
								-webkit-flex-wrap: nowrap;
								flex-wrap: nowrap;
								> p {
									&:first-child {width: 2.5em;}
									&:last-child {
										text-align: justify;
										width: calc(100% - 2.5em);
									}
								}
*/
}

.voice_list .voice .voice_detail .close_btn {
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  width: 80px;
  margin: 0 auto;
}

.voice_list .voice .voice_detail .close_btn::before {
  content: "\f106";
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 1rem;
}

.voice_list .voice .voice_detail .close_btn:hover {
  cursor: pointer;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
  h1.title {
    background: url(../img/service/title_bg_sp.png) no-repeat scroll center top;
    background-size: 100% 100%;
    line-height: 75px;
    margin-bottom: 0;
  }
  h1.title span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.28rem;
    padding-left: 15px;
  }
  h2 {
    font-size: 1.14rem;
    padding: 0 15px 5px 15px;
    background: url(../img/service/h2_border_sp.png) no-repeat scroll left bottom;
    background-size: 100%;
    margin-bottom: 25px;
  }
  .voice_read {
    font-size: 0.875rem;
    margin: 0 0 20px;
    padding: 0 15px;
    text-align: justify;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .voice_list {
    padding: 30px 15px 0;
  }
  .voice_list .voice {
    margin: 0 0 30px;
    padding: 0 0 30px;
    font-size: 0.875rem;
  }
  .voice_list .voice .title {
    position: relative;
    align-items: center;
    height: 60px;
    font-size: 1rem;
    padding: 0 40px 0 15px;
  }
  .voice_list .voice .title::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(../img/voice/arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: all 0.2s linear;
  }
  .voice_list .voice .voice_detail {
    display: none;
    padding: 20px 15px;
  }
  .voice_list .voice .voice_detail .voice_inner {
    margin: 0 0 40px;
  }
  .voice_list .voice .voice_detail .voice_inner .company {
    display: block;
    margin: 0 0 30px;
  }
  .voice_list .voice .voice_detail .voice_inner .company .image1 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .voice_list .voice .voice_detail .voice_inner .company .image1 + .pic.sp {
    text-align: right;
    font-size: 0.8125rem;
    margin: 0 auto 20px;
  }
  .voice_list .voice .voice_detail .voice_inner .company .company_info {
    width: 100%;
    webkit-flex-direction: column;
    flex-direction: column;
  }
  .voice_list .voice .voice_detail .voice_inner .company .company_info > dl {
    display: block;
    margin: 0 0 10px;
  }
  .voice_list .voice .voice_detail .voice_inner .company .company_info > dl:last-child {
    margin: 0;
  }
  .voice_list .voice .voice_detail .voice_inner .company .company_info > dl > dt {
    width: 100%;
    font-weight: 0.875rem;
  }
  .voice_list .voice .voice_detail .voice_inner .company .company_info > dl > dd {
    width: 100%;
  }
  .voice_list .voice .voice_detail .voice_inner .company .company_info > .pic {
    margin-top: auto;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dt {
    position: relative;
    padding: 0 0 0 34px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dt::before {
    position: absolute;
    left: 0;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/voice/icon_q.png) no-repeat;
    background-size: contain;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > a {
    color: inherit;
    text-decoration: underline;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner {
    display: block;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner > .txt_left {
    width: 100%;
    margin: 0 0 10px;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner > .r_image {
    width: 100%;
    margin: 0 0 10px;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .txt_inner > .r_image > .name {
    margin: 5px 0 0;
    text-align: right;
    font-size: 0.8125rem;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd > .kome {
    font-size: 0.75rem;
  }
  .voice_list .voice .voice_detail .voice_inner .faq_list > dl > dd.kome_t {
    margin: 12px 0 0;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.4;
    /*
								display: -webkit-flex;
								display: flex;
								-webkit-flex-wrap: nowrap;
								flex-wrap: nowrap;
								> p {
									&:first-child {width: 2.5em;}
									&:last-child {
										text-align: justify;
										width: calc(100% - 2.5em);
									}
								}
*/
  }
  .voice_list .voice .voice_detail .close_btn {
    text-align: center;
    font-size: 0.875rem;
    position: relative;
    width: 80px;
    margin: 0 auto;
  }
  .voice_list .voice .voice_detail .close_btn::before {
    content: "\f106";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 1rem;
  }
  .voice_list .voice .voice_detail .close_btn:hover {
    cursor: pointer;
  }
}
