

/* subject
------------------------------------------------------------- */
/*** 対象事例 ***/
#subject .box-contents {
  box-sizing: border-box;
  width: 100%;
  max-width: 1050px;
  margin: 50px auto 0;
  text-align: center;
}
#subject .box-contents .title {
  margin-bottom: 50px;
  font-size: 28px;
}
#subject .box-contents .column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#subject .box-contents .left-column,
#subject .box-contents .right-column {
  width: calc(49% - 20px);
  border-radius: 5px;
}
#subject .box-contents .column-1 .left-column {
  width: 100%;
  margin-bottom: 60px;
}
#subject .box-contents .h4-title {
  padding: 13px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #14b4b4;
  border-radius: 5px 5px 0 0;
}
#subject .box-contents .left-column .left {
  border-right: 1px solid #d6d6d6;
}
#subject .box-contents .left-column .left,
#subject .box-contents .left-column .right {
  display: flex;
  justify-content: center;
  width: 50%;
}
#subject .box-contents .left-column .left .sentence,
#subject .box-contents .left-column .right .sentence {
  max-width: 210px;
  margin-right: 30px;
}
#subject .box-contents .left-column .center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5%;
  margin: 30px 0 0;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
#subject .box-contents .left-column .center img,
#subject .box-contents .contents-wrap-bottom .top img {
  max-width: 103px;
  margin-right: 30px;
}
#subject .box-contents .right-column {
  width: 100%;
  background: #7d7d7d;
}
#subject .box-contents .left-column .sentence {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
#subject .box-contents .left-column .sentence .co-b {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 18px;
  color: #14b3b3;
}
#subject .box-contents .left-column .sentence .note {
  font-size: 15px;
}
#subject .box-contents .contents-wrap-bottom .bottom .sentence .co-db {
  display: inline-block;
}
#subject .box-contents .contents-wrap-bottom .bottom .sentence span.note {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
#subject .box-contents .right-column .peke {
  position: relative;
  padding-left: 20px;
}
#subject .box-contents .right-column .peke::before,
#subject .box-contents .right-column .peke::after {
  position: absolute;
  display: inline-block;
  content: "";
}
#subject .box-contents .right-column .peke::before {
  top: -0.06em;
  left: 0;
  width: 3px;
  height: 22px;
  background: #ffffff;
  transform: rotate(45deg);
}
#subject .box-contents .right-column .peke::after {
  top: 0.53em;
  left: -0.56em;
  width: 22px;
  height: 3px;
  background: #ffffff;
  transform: rotate(45deg);
}
#subject .box-contents .contents-wrap-top {
  padding: 30px 50px 40px;
  margin-bottom: 90px;
  background: #f2f9fa;
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
#subject .box-contents .in-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#subject .box-contents .right-column .in-wrap {
  justify-content: space-between;
  background: #f6f6f6;
}
#subject .box-contents .right-column .in-wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
}
#subject .box-contents .contents-wrap-bottom {
  padding: 40px 50px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
#subject .box-contents .contents-wrap-bottom .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
#subject .box-contents .contents-wrap-bottom .top .sentence .co-b {
  font-size: 21px;
  font-weight: 600 !important;
}
#subject .box-contents .contents-wrap-bottom .bottom .sentence {
  padding: 20px 15px;
  margin: 30px 0 0;
  font-size: 15px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 5px;
}
#subject .box-contents .contents-wrap-bottom .bottom .sentence .bottom-title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
}
#subject .box-contents .right-column .in-wrap .box .sentence {
  font-size: 15px;
}
#subject .box-contents .right-column .in-wrap .box:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
#subject .box-contents .right-column .in-wrap .box:nth-child(2) {
  padding-bottom: 12px;
}
#subject .box-contents .right-column .img > img {
  margin-bottom: 20px;
}
#subject .box-contents .img > img {
  display: inline-block;
  vertical-align: middle;
}
#subject .box-contents .img-1 {
  width: 85px;
  margin-top: 7px;
  margin-left: 7px;
}
#subject .box-contents .img-2 {
  width: 98px;
  margin-top: 7px;
  margin-right: 7px;
}
#subject .box-contents .sentence {
  line-height: 1.6;
}
#subject .bg-blue-font {
  display: inline;
  font-size: 17px;
  color: #f15a52;
  background-color: #e8f7f7;
}

/*** 対象外事例 ***/
#subject .subject-box-2 {
  background-color: #f6f6f6;
}
#subject .subject-box-2 .column-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1050px;
  margin: 50px auto 30px;
}
#subject .subject-box-2 .column-2 .left-column,
#subject .subject-box-2 .column-2 .center-column,
#subject .subject-box-2 .column-2 .right-column {
  width: 33.3%;
  max-width: 340px;
  margin-right: 15px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
#subject .subject-box-2 .column-2 .right-column {
  margin-right: 0;
}
#subject .subject-box-2 .bottom-column {
  width: 100%;
  max-width: 1050px;
  margin-bottom: 60px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
#subject .subject-box-2 .column-2 .h4-title,
#subject .subject-box-2 .bottom-column .h4-title {
  padding: 15px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #7d7d7d;
  border-radius: 5px 5px 0 0;
}
#subject .subject-box-2 .column-2 .inner-box,
#subject .subject-box-2 .bottom-column .inner-box {
  padding: 20px 30px 30px;
  line-height: 1.6;
}
#subject .subject-box-2 .column-2 .inner-box img {
  width: 99px;
  margin: 0;
}
#subject .subject-box-2 .bottom-column .inner-box .img source,
#subject .subject-box-2 .bottom-column .inner-box .img img {
  width: 100%;
  max-width: 865px;
  margin: 0 0 25px;
}
#subject .subject-box-2 .column-2 .inner-box .sentence {
  margin: 15px 0 20px;
  font-size: 16px;
  text-align: left;
}
#subject .subject-box-2 .bottom-column .inner-box .sentence {
  margin: 20px 0;
  font-size: 16px;
}
#subject .subject-box-2 .column-2 .inner-box .case-box,
#subject .subject-box-2 .bottom-column .inner-box .case-box {
  min-height: 116px;
  padding: 15px 20px 20px;
  font-size: 16px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
#subject .subject-box-2 .bottom-column .inner-box .case-box {
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: auto;
  padding: 10px 0;
}
#subject .subject-box-2 .column-2 .inner-box .case-box p {
  padding: 0 0 5px;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
}
#subject .subject-box-2 .bottom-column .inner-box .case-box p {
  padding: 10px 30px 10px 40px;
  margin: 0 30px 0 0;
  font-size: 15px;
  font-weight: bold;
  border-right: 1px solid #d6d6d6;
}
#subject .subject-box-2 .column-2 .inner-box .case-box .case,
#subject .subject-box-2 .bottom-column .inner-box .case-box .case {
  text-align: left;
}

/*** faq ***/
#subject .introduction-faq .faq-wrap {
  max-width: 900px;
  margin: 50px auto 35px;
}
#subject .introduction-faq dl {
  border-bottom: 1px #dfdfdf solid;
}
#subject .introduction-faq dd ul {
  padding: 0 25px 10px 90px;
  font-size: 14px;
  line-height: 1.7;
}
#subject .faq-q {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  cursor: pointer;
  transition: opacity 0.2s;
}
#subject .faq-q::before {
  color: #14b4b4;
  content: "Q.";
}
#subject .faq-q-txt {
  position: relative;
  flex-basis: calc(100% - 60px);
  font-weight: 400;
  color: #14b4b4;
}
#subject .faq-q:hover {
  opacity: 0.7;
}
#subject .faq-q .faq-btn {
  text-align: right;
}
#subject .faq-q .faq-btn span,
#subject .faq-q .faq-btn::after {
  display: inline-block;
  vertical-align: middle;
}
#subject .faq-q .faq-btn span {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: #ffffff;
  border: 2px solid #14b4b4;
  border-radius: 50%;
}
#subject .faq-q .faq-btn span::before,
#subject .faq-q .faq-btn span::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #14b4b4;
}
#subject .faq-q .faq-btn span::before {
  top: calc(50% - 1px);
  left: 3px;
  width: 14px;
  height: 2px;
}
#subject .faq-q .faq-btn span::after {
  top: 3px;
  left: 9px;
  z-index: 2;
  width: 2px;
  height: 14px;
  transition: transform 0.2s ease-in;
}
#subject .faq-a {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
}
#subject .faq-btn.btn-open span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#subject .faq-link {
  margin-bottom: -55px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (width <= 940px) {
  /*** 対象事例 ***/
  #subject .box-contents {
    margin: 40px auto 0;
  }
  #subject .box-contents .contents-wrap-top {
    padding: 30px 30px 40px;
    margin-bottom: 60px;
  }
  #subject .box-contents .left-column .left .sentence,
  #subject .box-contents .left-column .right .sentence {
    max-width: 200px;
    margin-right: 10px;
    font-size: 15px;
  }
  #subject .box-contents .img-1 {
    width: 80px;
  }
  #subject .box-contents .img-2 {
    width: 91px;
  }
  #subject .box-contents .column-1 .left-column {
    margin-bottom: 40px;
  }
  #subject .box-contents .left-column .sentence {
    font-size: 15px;
  }
  #subject .box-contents .left-column .sentence .note {
    font-size: 14px;
  }
  #subject .box-contents .title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: normal;
  }
  #subject .box-contents .contents-wrap-bottom .top .sentence .co-b {
    font-size: 19px;
  }

  /*** 	対象外事例 ***/
  #subject .subject-box-2 .column-2 {
    margin: 40px auto 30px;
  }
  #subject .subject-box-2 .column-2 .h4-title,
  #subject .subject-box-2 .bottom-column .h4-title {
    font-size: 15px;
  }
  #subject .subject-box-2 .column-2 .inner-box,
  #subject .subject-box-2 .bottom-column .inner-box {
    padding: 20px 20px 30px;
  }
  #subject .subject-box-2 .column-2 .inner-box .case-box {
    padding: 15px 15px 10px;
    font-size: 14px;
  }
  #subject .subject-box-2 .column-2 .inner-box .case-box p,
  #subject .subject-box-2 .bottom-column .inner-box .case-box p {
    font-size: 14px;
  }
  #subject .subject-box-2 .column-2 .inner-box .sentence {
    min-height: 72px;
    padding: 0;
    margin: 10px 0;
    font-size: 15px;
  }
  #subject .subject-box-2 .bottom-column .inner-box .sentence {
    margin: 10px 0;
    font-size: 15px;
  }
  #subject .subject-box-2 .bottom-column .inner-box .case-box {
    padding: 10px;
    font-size: 14px;
  }
  #subject .subject-box-2 .bottom-column .inner-box .case-box p {
    padding: 5px 25px 5px 20px;
  }
  #subject .subject-box-2 .bottom-column {
    margin-bottom: 40px;
  }
  #subject .box-contents .contents-wrap-bottom .bottom .sentence span.note {
    margin-top: 10px;
  }

  /*** faq ***/
  #flow .introduction-faq .faq-wrap {
    margin: 25px auto;
  }
  #flow .faq-q {
    font-size: 15px;
  }
  #flow .faq-a {
    font-size: 14px;
  }
}
@media screen and (width <= 670px) {
  /*** 対象事例 ***/
  #subject .box-contents {
    margin: 30px auto 0;
  }
  #subject .box-contents .h4-title {
    font-size: 16px;
  }
  #subject .box-contents .column-1 .left-column {
    margin-bottom: 0;
  }
  #subject .box-contents .left-column .center .sentence .co-b {
    text-align: center;
  }
  #subject .box-contents .left-column .sentence .co-b {
    margin: 0 0 10px;
    font-size: 16px;
  }
  #subject .box-contents .left-column .left {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
  #subject .box-contents .contents-wrap-top {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  #subject .box-contents .left-column .left .sentence,
  #subject .box-contents .left-column .right .sentence {
    margin-right: 5px;
  }
  #subject .box-contents .column-1,
  #subject .box-contents .in-wrap {
    display: block;
  }
  #subject .box-contents .left-column .left,
  #subject .box-contents .left-column .right {
    align-items: center;
    width: 100%;
  }
  #subject .box-contents .img-1 {
    width: 70px;
    margin-top: 0;
    margin-left: 10px;
  }
  #subject .box-contents .img-2 {
    width: 83px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 3px;
  }
  #subject .box-contents .left-column .center {
    display: block;
  }
  #subject .box-contents .left-column .center img {
    margin: 0 0 15px;
  }
  #subject .box-contents .left-column .center .sentence {
    text-align: center;
  }
  #subject .box-contents .left-column .center .sentence .co-b {
    width: 100%;
    text-align: center;
  }
  #subject .box-contents .title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #subject .box-contents .contents-wrap-bottom {
    padding: 30px 20px;
  }
  #subject .box-contents .contents-wrap-bottom .top {
    display: block;
  }
  #subject .box-contents .contents-wrap-bottom .top img {
    margin-right: 0;
  }
  #subject .box-contents .contents-wrap-bottom .top .sentence {
    text-align: center;
  }
  #subject .box-contents .contents-wrap-bottom .top .sentence .co-b {
    margin: 20px 0;
  }
  #subject .box-contents .contents-wrap-bottom .bottom .sentence {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
  #subject .box-contents .contents-wrap-bottom .top .sentence .co-b .co-db {
    display: inline-block;
  }
  #subject .box-contents .contents-wrap-bottom .bottom .sentence .bottom-title {
    font-size: 14px;
  }
  #subject .box-contents .contents-wrap-bottom .bottom .sentence span.note {
    font-size: 12px;
  }
  #subject
    .box-contents
    .contents-wrap-bottom
    .bottom
    .sentence
    span.note
    .co-db {
    display: inline-block;
  }

  /*** 対象外事例 ***/
  #subject .subject-box-2 .column-2 {
    display: block;
    margin: 30px auto 0;
  }
  #subject .subject-box-2 .column-2 .left-column,
  #subject .subject-box-2 .column-2 .center-column,
  #subject .subject-box-2 .column-2 .right-column {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #subject .subject-box-2 .bottom-column {
    margin-bottom: 0;
  }
  #subject .subject-box-2 .column-2 .inner-box,
  #subject .subject-box-2 .bottom-column .inner-box {
    padding: 5px 20px 20px;
  }
  #subject .subject-box-2 .column-2 .inner-box .sentence {
    min-height: auto;
    text-align: center;
  }
  #subject .subject-box-2 .column-2 .inner-box .case-box,
  #subject .subject-box-2 .bottom-column .inner-box .case-box {
    min-height: auto;
  }
  #subject .subject-box-2 .bottom-column .inner-box .sentence {
    margin: 15px 0 10px;
  }
  #subject .subject-box-2 .column-2 .inner-box .case-box .case,
  #subject .subject-box-2 .bottom-column .inner-box .case-box .case {
    text-align: center;
  }
  #subject .subject-box-2 .bottom-column .inner-box .case-box {
    display: block;
  }
  #subject .subject-box-2 .bottom-column .inner-box .case-box p {
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }

  /*** faq ***/
  #flow .faq-link {
    margin-bottom: -35px;
  }
}

a.co-arrow-link {
  display: inline-block;
  padding-top: 0;
}
