@charset "UTF-8";

/* main
**********************************************/
.l-main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 599px) {
  .l-main {
    padding-top: 56px;
  }
}

/* main-visual
**********************************************/
.l-main-visual {
}
.main-visual_gb {
  background: url(https://www.digima-japan.com/human/img/bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 116px);
  min-height: 530px;
  width: 100%;
  position: relative;
}
.main-visual_gb::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main-visual_box {
  width: 100%;
  max-width: 810px;
  margin: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
.box-title_sub {
  border: 1px solid #fff;
  border-radius: 4px;
  height: 47px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0 auto;
}

.box-title {
  z-index: 1;
}
.box-title_main {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.box-title_main span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box-title_main span::before {
  background-color: #dc143c;
  content: "";
  position: absolute;
  bottom: 5px;
  display: inline-block;
  opacity: 0.75;
  width: 100%;
  height: 30px;
  transform: skewX(-30deg);
  z-index: -1;
}

.box-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 640px;
  height: 106px;
  margin: 20px auto 0;
  z-index: 1;
}
.box-body_text {
  font-size: 20px;
}

.box-button {
  text-align: center;
  z-index: 1;
}
.box-button .button {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .main-visual_gb {
    height: calc(90vh - 55px);
  }
  .main-visual_box {
    /* padding: 40px 12px 60px; */
    width: auto;
  }
  .box-title_sub {
    height: 44px;
    max-width: 328px;
    width: 100%;
    font-size: 16px;
  }
  .box-title_main {
    font-size: 20px;
  }
  .box-title_main span::before {
    bottom: 0;
    height: 12px;
  }

  .box-body {
    flex-direction: column-reverse;
    height: auto;
    width: auto;
    padding: 12px 0;
  }
  .box-body_text {
    font-size: 15px;
  }
  .box-body_image {
    margin-top: 12px;
  }
  .box-button .button {
    margin-top: 24px;
  }
}

/* home-section-container
**********************************************/
.home-section-container {
}

/* button
**********************************************/
.button {
  padding: 14px 30px;
  border-radius: 4px;
  background: #f2534f;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  border: 2px solid #f2534f;
  display: inline-block;
}
.button:hover {
  background: #fff;
  color: #f2534f;
  opacity: 1;
}

.button.button-white {
  color: #fff;
  border: 6px solid #f2534f;
  background: #f2534f;
}
.button.button-white:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 599px) {
  .button {
    padding: 12px 15px;
    font-size: 20px;
  }
}

/* l-section
**********************************************/
.l-section {
  padding: 80px 12px 0;
  background-color: #fff;
}
.l-section:nth-child(odd) {
  background-color: #f7f5f1;
}
.l-section-inner {
  width: 1020px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.section-title.section-title__underline::after {
  content: "";
  display: block;
  width: 550px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-description {
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}
.section-text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.section-text + .section-text {
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .l-section {
    padding-top: 40px;
  }
  .l-section-inner {
    max-width: 100%;
  }

  .section-title {
    font-size: 22px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .section-title.section-title__underline::after {
    width: 105%;
  }
  .section-description {
    font-size: 14px;
    margin-top: 0;
  }
  .section-text {
    font-size: 16px;
  }
}

/* task
**********************************************/
.task-list {
  display: flex;
  justify-content: space-between;
}
.task-list > li {
  width: 300px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}

.task-description {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 100px 0 0;
}

.task-arrow {
  display: flex;
  justify-content: center;
  height: 120px;
}
.next-arrow {
  position: relative;
}
.next-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 55px;
  background: #000;
}
.next-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: -12px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .task-list {
    flex-direction: column;
    align-items: center;
  }
  .task-list > li {
    font-size: 14px;
    width: 200px;
    height: 142px;
  }
  .task-list > li + li {
    margin-top: 24px;
  }

  .task-description {
    font-size: 22px;
    margin: 40px 0 0;
  }
  .next-arrow::before {
    top: 15px;
  }
  .next-arrow::after {
    top: 40px;
  }
}

/* l-feature
**********************************************/

.l-feature .media {
  margin: 12px 0 70px;
}

@media screen and (max-width: 599px) {
  .l-feature .media {
    margin: 20px 0 120px;
  }
}

/* media
**********************************************/
.media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media.media-reverse {
  flex-flow: row-reverse;
}
.media-title {
  font-size: 27px;
  font-weight: bold;
}
.media-body_text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.media-body_description {
  font-size: 16px;
  margin-top: 20px;
}

.media-image.media-image_right {
  text-align: right;
}

.media-half .media-text,
.media-half .media-image {
  width: 49%;
}

.media-button {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .media {
    flex-direction: column-reverse;
  }
  .media-title {
    font-size: 22px;
    text-align: center;
  }
  .media-text {
    margin-top: 60px;
  }
  .media-body_text {
    font-size: 16px;
    text-align: center;
  }
  .media-body_description {
    font-size: 14px;
  }

  .media-half .media-text,
  .media-half .media-image {
    width: 100%;
  }
  .media-half .media-image {
    text-align: center;
  }
  .media-button {
    margin-top: 40px;
  }
}

/* cards
**********************************************/
.cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.card {
  width: 320px;
}
.card-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-image {
  margin-top: 4px;
}
.card-text {
  margin-top: 12px;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .cards {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .card {
    width: 100%;
  }
  .card-title {
    font-size: 16px;
    height: auto;
    margin-top: 30px;
  }
  .card:first-child .card-title {
    margin-top: 40px;
  }
  .card-image {
    margin: 40px auto 0;
    display: block;
  }
  .card-text {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* line-up
**********************************************/
.line-up {
  margin-top: 75px;
  padding-bottom: 135px;
}
.line-up .media + .media {
  margin-top: 100px;
}
.line-up .media-title {
  color: #dc143c;
  font-size: 28px;
  position: relative;
  padding-left: 80px;
}
.line-up .media-title::before {
  content: "";
  background: url(/_newimg/support-trial_new/iss-title-icon.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 0;
}
.line-up .media-image {
  text-align: center;
}
.line-up .media-body_text,
.line-up .media-body_description {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .line-up {
    padding-bottom: 60px;
  }
  .line-up .media {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 28px 6px 10px;
    margin-top: 60px;
  }
  .line-up .media + .media {
    margin-top: 20px;
  }
  .line-up .media,
  .line-up .media.media-reverse {
    flex-direction: column;
  }
  .line-up .media-text {
    margin-top: 0;
  }
  .line-up .media-title {
    font-size: 16px;
    padding-left: 60px;
    text-align: left;
  }
  .line-up .media-title::before {
    width: 50px;
    height: 40px;
    top: 50%;
    transform: translateY(-67%);
  }
  .line-up .media-body_text,
  .line-up .media-body_description {
    text-align: left;
  }
  .line-up .media-body_text {
    margin-top: 20px;
  }
  .line-up .media-body_description {
    font-size: 14px;
  }
  .line-up .media-image {
    max-width: 80%;
    margin-top: 10px;
  }
}
/* .l-performance
**********************************************/
.l-performance-inner {
  width: 1080px;
}

@media screen and (max-width: 599px) {
  .l-performance-inner {
    width: 100%;
  }
}

/* .thumbnail
**********************************************/
.thumbnail {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0 80px;
}
.thumbnail li:not(:nth-child(5n)) {
  margin: 0 20px 20px 0;
}
.thumbnail-image {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
  .thumbnail {
    padding: 25px 0 60px;
  }
  .thumbnail li:not(:nth-child(5n)),
  .thumbnail li:nth-child(5n) {
    width: 32%;
    margin: 0;
  }
  .thumbnail li:not(:nth-child(3n)) {
    margin: 0 2% 2% 0;
  }
  .thumbnail-image {
    width: 100%;
    height: calc((100vw - 24px) * 0.32 * 0.5);
    object-fit: contain;
  }
}

/* l-consultation
**********************************************/
.l-consultation {
  padding-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .l-consultation {
    padding-bottom: 75px;
  }
  .l-consultation .box-button .button {
    margin-top: 60px;
  }
}

/* l-footer
**********************************************/
.l-footer {
  background: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.footer-inner {
  padding: 80px 12px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-copyright {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 14px;
  }
}

/* レスポンシブでの表示・非表示
**********************************************/
.sp_disp {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp_disp {
    display: block;
  }
}

/* ScrollTrigger
**********************************************/
.invisible {
  opacity: 0;
}
.visible {
  opacity: 1;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }

    .faq{
      max-width: none;
      padding: 45px 0 60px;
      background: #F6F5F0;
      text-align: center;
    }

    .faq-contents{
      margin-top: 40px;
    }

    .faq-contents-group{
      width: 80%;
      max-width: 800px;
      margin: 0 auto;
      border: 1px solid #AEAEAE;
      border-top: none;
      background: #ffffff;
    }

    .faq-contents-group:first-child{
      border-top: 1px solid #AEAEAE;
    }

    .faq-contents-question{
      position: relative;
      padding: 25px 65px;
      padding-left: 80px;
      font-size: 18px;
      font-weight: bold;
      text-align: left;
    }

    .faq-contents-question::before{
      content: "";
      position: absolute;
      top: 40%;
      right: 30px;
      width: 13px;
      height: 13px;
      border-right: 5px solid #383838;
      border-bottom: 5px solid #383838;
      -webkit-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%);
      fill: #383838;
      transition: 0.25s;
    }

    .faq-contents-question::after{
      content: url("/_img/support-trial/Q.svg");
      position: absolute;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .faq-contents-answer{
      position: relative;
      padding: 0;
      font-size: 18px;
      font-weight: bold;
      line-height: 150%;
      text-align: left;
      color: #656565;
      visibility: hidden;
      max-height: 0;
    }

    .faq-contents-answer::before{
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 96%;
      border-top: 1px dashed #979797;
    }

    .faq-contents-answer::after{
      content: url("/_img/support-trial/A.svg");
      position: absolute;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .faq-contents-question.is-open + .faq-contents-answer{
      padding: 10px 60px 15px;
      padding-left: 80px;
      visibility: visible;
      max-height: 1000px;
    }

    .faq-contents-question.is-open::before{
      top: 40%;
      right: 15px;
      -webkit-transform: rotate(225deg) translateY(-50%);
          -ms-transform: rotate(225deg) translateY(-50%);
              transform: rotate(225deg) translateY(-50%);
    }

/*よくある質問*/
.cd-faq-trigger {
	font-size: 14px;
}
.faq{
	background: #F6F5F0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

*::after, *::before {
  content: '';
}

a {
  color: #212529;
  text-decoration: none;
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
.larger{
	font-size: 2.2rem;
	display: inline-block;
	position: relative;
	margin: 30px auto 10px auto;
	font-weight: bold;
}
.larger-jp{
	margin: 0 auto;
}
.larger::before{
	display: block;
	content: "";
	position: absolute;
	border-top: 1px solid #cdcdcd;
	width: 990px;
	top: 17px;
	left: 130%;
	-webkit-transition: all 2s cubic-bezier(.165,.84,.44,1);
	transition: all 2s cubic-bezier(.165,.84,.44,1);
	-webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
	transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.cd-faq {
	position: relative;
	margin: 4em auto;
	box-shadow: none;
}
}
.cd-faq-items {
position: fixed;
height: 100%;
width: 90%;
top: 0;
right: 0;
background: #ffffff;
padding: 0 5% 1em;
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0) translateX(100%);
-moz-transform: translateZ(0) translateX(100%);
-ms-transform: translateZ(0) translateX(100%);
-o-transform: translateZ(0) translateX(100%);
transform: translateZ(0) translateX(100%);
-webkit-transition: -webkit-transform .3s;
-moz-transition: -moz-transform .3s;
transition: transform .3s;
}
.cd-faq-items.slide-in {
-webkit-transform: translateZ(0) translateX(0%);
-moz-transform: translateZ(0) translateX(0%);
-ms-transform: translateZ(0) translateX(0%);
-o-transform: translateZ(0) translateX(0%);
transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
position: static;
height: auto;
width: 100%;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
@media only screen and (min-width: 768px) {
	.cd-faq-trigger {
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
		padding: 22px 72px 22px 24px;
		border-top: 1px solid #AEAEAE;
		border-right: 1px solid #AEAEAE;
		border-left: 1px solid #AEAEAE;
	}
.cd-faq-items {
	position: static;
	height: auto;
	width: 78%;
	float: right;
	overflow: visible;
	-webkit-transform: translateZ(0) translateX(0);
	-moz-transform: translateZ(0) translateX(0);
	-ms-transform: translateZ(0) translateX(0);
	-o-transform: translateZ(0) translateX(0);
	transform: translateZ(0) translateX(0);
	padding: 0;
	background: transparent;
}
}
@media only screen and (min-width: 1024px) {
.cd-faq-items {
	float: none;
	width: 100%;
	padding-left: 220px;
}
.no-js .cd-faq-items {
	padding-left: 0;
}
}
.cd-close-panel {
position: fixed;
top: 5px;
right: -100%;
display: block;
height: 40px;
width: 40px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
z-index: 2;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: right 0.4s;
-moz-transition: right 0.4s;
transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
/* close icon in CSS */
position: absolute;
top: 16px;
left: 12px;
display:inline-block;
height: 3px;
width: 18px;
background: #6c7d8e;
}
.cd-close-panel::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.cd-close-panel::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cd-close-panel.move-left {
right: 2%;
}
@media only screen and (min-width: 768px) {
.cd-close-panel {
	display: none;
}
}
.cd-faq-group {
/* hide group not selected */
display: none;
}
.cd-faq-group.selected {
display: block;
}
.cd-faq-group .cd-faq-title {
background: transparent;
box-shadow: none;
margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
text-transform: uppercase;
font-size: 12px;
font-size: 0.75rem;
font-weight: 700;
color: #bbbbc7;
}
.no-js .cd-faq-group {
display: block;
}

/**ここがサイズ以下になると見えなくなる */
@media only screen and (min-width: 0px) {
.cd-faq-group {
	/* all groups visible */
	display: block;
	margin: 0 auto;
	max-width: 960px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AEAEAE;
}
.cd-faq-group > li {
}
.no-touch .cd-faq-group > li:hover {
	box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.cd-faq-group .cd-faq-title {
	margin: 2em 0 1em;
}
.cd-faq-group:first-child .cd-faq-title {
	margin-top: 0;
}
}

.cd-faq-trigger {
position: relative;
display: block;
margin: 1.6em 0 .4em;
line-height: 1.2;
}
@media only screen and (min-width: 0px) {
.cd-faq-trigger {
	font-weight: bold;
	margin: 0px;
	padding: 22px 72px 22px 24px;
	border-top: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	transition: 0.2s;
}
.cd-faq-trigger:hover{
	 opacity: 0.7; transition: 0.2;
}
.cd-faq-trigger::before, .cd-faq-trigger::after {
	/* arrow icon on the right */
	position: absolute;
	right: 24px;
	top: 50%;
	height: 4px;
	width: 15px;
	background: #212529;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.cd-faq-trigger::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 32px;
}
.cd-faq-trigger::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-faq-content p {
font-size: 14px;
line-height: 1.4;
color: #6c7d8e;
position: relative;
}
@media only screen and (min-width: 0px) {
.cd-faq-content {
	display: none;
  padding: 20px;
	border-top: 1px dashed #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
}
.cd-faq-content p {
	line-height: 1.6;
	position: relative;
}
.no-js .cd-faq-content {
	display: block;
}

table tr .answer {
color: #656565;
font-weight: bold;
}
tr td img {
  margin: 0 20px 0 0;
}


/* FAQ1 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
}
.cp_qa .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}
.cp_qa .cp_actab-content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
  opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.cp_qa .cp_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
