@charset "UTF-8";

/*
cm-block
--------------------------------------------*/
.cm-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #232323;
}
.cm-section .col2_211 {
  width: 80%;
  margin: auto;
}
.cm-section .col2_211 .col {
  margin: auto;
  text-align: center;
}
.cm-section .col2_211 .col p {
  color: #fff;
  font-size: 1.2em;
}
.yellow-btn {
  display: block;
  background: #FFEE00;
  border: 1px solid #707070;
  border-radius: 80px;
  position: relative;
  width: 300px;
  padding: 8px 0;
  text-align: center;
  margin: 20px auto;
}
.yellow-btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.cm-mcday-title {
  margin-bottom: 20px;
}
.cm-mcday {
  background-color: #f2f2f2;
}
.col-mcday1 img {
  width: 60%;
  height: auto;
}
.col-mcday2 {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.col-mcday2 h3 {
  margin: 20px auto;
}
.col-mcday2 p {
  color: #000 !important;
}
.col-mcday2 p#cm-mcday-txt {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .cm-section .col2_211 {
    width: 100%;
  }
  .cm-section .col2_211 .col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 690px) {
  .cm-section .col2_211 {
    width: 100%;
  }
  .cm-section .col2_211 .col-mcday2 {
    margin: 15px ! important;
  }
  .cm-section .col2_211 .col {
    margin: 15px auto;
    text-align: center;
  }
  .cm-section .col2_211 .col .youtube-cm {
    width: 100%;
  }
}
.tel-wrap {
  width: 30%;
  margin: 30px auto;
  text-align: center;
  border: 1px solid #000;
}
.tel-wrap dl {
  padding: 20px;
}
.tel-wrap dl dt {
  line-height: 2em;
}
.tel-wrap dl dd {
  line-height: 2em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .tel-wrap {
    width: 80%;
  }
}
/*
new-about
--------------------------------------------*/
.about-concept-section {
  padding: 80px 0;
  background-color: #f2f2f2;
  margin: 0 calc(50% - 50vw);
}
.about-main-concehead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}
.about-solution-list {
  margin-top: 60px;
  max-width: 1010px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.about-solution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-solution-item:not(:first-child) {
  margin-top: 45px;
}
.about-solution-info {
  width: 70%;
}
.about-solution-thum {
  text-align: center;
  width: 25%;
  padding-left: 5%;
}
.solution-yellow {
  background: linear-gradient(transparent 90%, #ffdc50 0%);
  display: inline;
}
.about-annot {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 15px;
}
.tool-annot {
  font-size: 0.8em;
  line-height: 2em;
  font-weight: normal;
  margin: 1em 0;
}
.about-support-section {
  padding: 80px 0;
  background-color: #f2f2f2;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .about-concept-section {
    padding: 50px 0;
  }
  .about-solution-list {
    display: block;
    width: 80%;
    margin-top: 40px;
  }
  .about-solution-item {
    width: 100%;
    margin-top: 10%;
  }
  .about-solution-item > div {
    width: 100%;
  }
  .about-solution-thum {
    padding: 0;
    margin: 5%;
  }
}
/*
media
--------------------------------------------*/
.itemcontents h3.mic {
  background-position: 0 bottom;
  background-repeat: no-repeat;
  padding-left: 2em;
  background-position-y: top;
  background-image: url(/dcms_media/image/interview_icon.png);
}
#articledetail a[target="_blank"] {
  background: url(/dcms_media/image/external_cc.png) no-repeat right center / 12px auto;
  padding-right: 20px;
}
#articledetail a.about-main-btn[target="_blank"] {
  background: none;
  padding-right: 0;
}

/*
media20220318
--------------------------------------------*/

.snslink {
	justify-content: flex-end;
	margin-bottom: 20px;
}


/*
consult
--------------------------------------------*/
.consult-main {
  padding-top: 60px;
  padding-bottom: 120px;
}
.consult-box {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.consult-box li {
  border: 1px solid #cacccc;
  text-align: center;
  width: calc(80% / 2);
  padding: 20px;
}
.consult-box li img {
  margin: 20px auto;
}
.consult-box li img#icon1sp {
  display: none;
}
.consult-box li p {
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 1px;
  min-height: 100px;
}
.consult-box li .consult-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.consult-box li #img2 {
  margin: 103px 138px 43px 138px;
}
@media screen and (max-width: 768px) {
  .consult-box li {
    width: 90%;
    margin: 20px auto;
  }
  .consult-box li img#icon1pc {
    display: none;
  }
  .consult-box li img#icon1sp {
    display: block;
  }
  .consult-box li #img2 {
    margin: 20px auto;
  }
}
/*
kokyaku
--------------------------------------------*/
.kokyaku-caption {
  margin: 30px 0;
}
.kokyaku-top-p {
  text-align: center;
}
.kokyaku-flex {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 807px;
  margin: 20px auto;
}
.kokyaku-flex li#left {
  width: 65%;
}
.kokyaku-flex li#right {
  width: 35%;
}
.kokyaku-flex li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.kokyaku-chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 10px auto 30px auto;
}
.kokyaku-chart li {
  width: calc(80% / 3);
  padding: 20px;
  text-align: center;
  position: relative;
}
.kokyaku-chart li.k-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 105%;
  margin-top: -20px;
  border: 20px solid transparent;
  border-left: 20px solid #dc8cff;
}
.kokyaku-chart li img {
  margin: 30px auto;
}
.kokyaku-chart li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kokyaku-top-p {
    font-size: 3vw;
  }
  .kokyaku-flex li#left, .kokyaku-flex li#right {
    width: 90%;
    margin: 20px auto;
  }
  .kokyaku-chart li {
    width: 90%;
    margin: 30px auto;
  }
  .kokyaku-chart li.k-arrow:after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    margin-left: -25px;
    border: 20px solid transparent;
    border-top: 20px solid #dc8cff;
  }
}
/*
   function
  --------------------------------------------*/
.function-sub-concept-section {
    padding: 80px 0;
    background-color: #f2f2f2;
    margin: 0 calc(50% - 50vw);
}
.function-sub-head {
	margin-bottom: 60px;
}
.function-title-sub {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.function-subtitle-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.function-subtitle-list li {
	width: calc( 80% / 3 );
}
.function-sub-cat-title {
    font-size: 24px;
    text-align: center;
	position: relative;
}
#slash:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 95%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media only screen and (max-width: 979px) {
.function-subtitle-list li {
	width: calc( 100% / 3 );
}
#slash:before {
	left: 90%;
}
}
@media screen and (max-width: 767px){
.function-subtitle-list {
		justify-content: space-around;
	}
.function-subtitle-list li {
	width: calc( 100% / 3 );
}
#slash:before {
	left: 100%;
}
.function-sub-cat-title {
    font-size: 4.5vw;
}
}

.function-main-cover {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    text-align: center;
}
.function-main-cover img {
    height: auto;
}
.section-desc-functionsub {
	margin-bottom: 100px;
}
.function-sub-list {
    max-width: 1010px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
.function-sub-item {
    width: 60%;
    border: 1px solid #cacccc;
	background: #fff;
}
.function-sub-list .f-s-i-multi {
	width: 40%;
}
.function-sub-item:not(:nth-child(2n + 1)) {
    margin-left: 3.5%;
}
.function-sub-name {
    font-size: 18px;
    line-height: 1.3;
    min-height: 36px;
	text-align: center;
}

.function-sub-list .function-main-desc {
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 1px;
    min-height: 150px;
}
.function-sub-icon-img {
	display: block;
	margin: auto;
}
.function-sub-section {
    padding: 80px 0;
}
.function-solution-list {
    margin-top: 60px;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}
.function-solution-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.function-solution-item:not(:first-child) {
    margin-top: 45px;
}
.function-solution-head {
	font-size: 22px;
    padding-left: 2.35em;
    text-indent: -2em;
}
.function-solution-info {
    width: 50%;
}
.function-solution-item:nth-child(2n + 1) .function-solution-info {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.function-solution:nth-child(2n) .function-solution-info {
    padding-left: 20px;
}
.function-solution-thum {
    text-align: center;
    width: 50%;
}
.function-solution-item:nth-child(2n + 1) .function-solution-thum {
    padding-left: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.function-solution-item:nth-child(2n) .function-solution-thum {
    padding-right: 20px;
}
.function-solution-thum-img {
	height: auto;
}
.function-solution-desc {
    font-size: 14px;
    font-weight: 300;
    margin-top: 18px;
    line-height: 2;
    letter-spacing: 1px;
}
.function-form-section {
    padding: 80px 0;
    background-color: #232323;
    margin: 0 calc(50% - 50vw);
}
.title-white {
	color: #fff!important;
}
.function-form-list{
    max-width: 1010px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.function-form-item {
    width: 40%;
}
.function-form-name {
    font-size: 18px;
    line-height: 1.3;
    min-height: 36px;
    text-align: center;
	color: #fff;
}
.function-form-btns-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.function-form-btn {
    display: block;
    border: 2px solid #fff;
    border-radius: 80px;
    position: relative;
    width: 47%;
    font-size: 12px;
    padding: 4px 0;
    padding-bottom: 5px;
    text-align: center;
	color: #fff;
}
.function-form-btns-wrap a:hover {
	color: #fff!important;
	opacity: 0.8;
}
.function-form-btn:hover:after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
}
.function-form-btn:after {
    content: "";
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(
45deg
) skew(
-4deg
,
-5deg
);
    -ms-transform: rotate(45deg) skew(-4deg, -5deg);
    transform: rotate(
45deg
) skew(
-4deg
,
-5deg
);
    border-top: 1px solid white;
    border-right: 1px solid white;
    display: inline-block;
    margin-left: 2px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.function-form-btn:not(:first-child) {
  margin-left: 6%;
}
.function-subbtn-wrap {
    padding: 90px 0;
	text-align: center;
}
.function-subbtn {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 80px;
    position: relative;
    width: 400px;
    padding: 8px 0;
    text-align: center;
}
.function-subbtn-wrap a:after {
    content: "";
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(
45deg
) skew(
-4deg
,
-5deg
);
    -ms-transform: rotate(45deg) skew(-4deg, -5deg);
    transform: rotate(
45deg
) skew(
-4deg
,
-5deg
);
    border-top: 1px solid black;
    border-right: 1px solid black;
    display: inline-block;
    margin-left: 2px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.function-subbtn:hover:after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
}

@media screen and (max-width: 767px) {
.function-sub-list {
    width: 85%;
}
.function-sub-list .function-sub-item {
    width: 100%;
}
.function-sub-item:nth-child(n + 2) {
    margin-top: 10%;
}
.function-sub-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
}
.function-solution-list {
    width: 80%;
    margin-top: 40px;
}
.function-solution-item {
    position: relative;
    display: block;
}
.function-solution-thum {
    top: 0;
    right: 0;
    width: 100%;
}
.function-solution-item:nth-child(2n + 1) .function-solution-thum {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.function-solution-info {
    width: 100%;
    position: relative;
    z-index: 3;
    padding-top: 5%;
}
.function-solution-item:nth-child(2n + 1) .function-solution-info {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.function-solution-head {
    font-size: 5vw;
}
.function-solution-desc {
    font-size: 3.5vw;
    margin-top: 2vw;
}
.function-form-list {
    width: 85%;
}
.function-form-item {
    width: 100%;
}
.function-form-item:nth-child(n + 2) {
    margin-top: 10%;
}
.function-form-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
}
.function-subbtn {
    width: 300px;
    font-size: 13px;
}
}


/*
   footer
  --------------------------------------------*/
.footer {
  flex-wrap: wrap;
}
.footer-cate-list {
  width: 100%;
  margin: auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 2fr repeat(3, 1fr) 1.5fr;
  grid-template-rows: auto auto;
  grid-gap: 1em;
  border-bottom: 1px solid #cacccc;
}
.f_navi_col {
  display: grid;
  grid-gap: 0.5em;
  height: fit-content;
}
.f_navi_col h3 {
  font-size: 14px;
  margin: 0;
}
.f_navi_col h4 {
  font-size: 12px;
  margin-bottom: 6px;
}
.f_navi_col h3#two {
  grid-column: 1 / 3;
}
.f_navi_col div {
  margin-top: 0.4em;
}
.f_navi_col div#two-l {
  grid-column: 1 / 2;
}
.f_navi_col div#two-r {
  grid-column: 2 / 2;
}
.f_navi_col div ul p {
  font-size: 11px;
}
.f_navi_col ul li {
  position: relative;
  margin-left: 15px;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}
.f_navi_col ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -15px;
}
.footer-link-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer-cate-list {
    display: none;
  }
  .footer-link-wrap {
    justify-content: center;
  }
}
/*
new-footer
--------------------------------------------*/
.doc-section {
  padding: 20px 0 80px 0 !important;
  background-color: #00baf5 !important;
  position: relative;
  z-index: 0;
}
.footer-line {
  position: absolute;
  bottom: -1px;
  height: 38px;
  width: 100%;
  background: #bdc9dd;
  z-index: 1;
}
.footer2-pc {
  position: absolute;
  bottom: -7px;
  z-index: 2;
}
.footer2-sp {
  display: none;
}
.doc-flex {
  display: flex;
  flex-wrap: wrap;
  position: inherit;
  z-index: 3;
  justify-content: flex-end;
  margin-right: 10%;
}
.doc-flex-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 20px;
}
.doc-desc {
  margin: auto;
}
.doc-btn-wrap {
  margin: 24px auto 0 auto !important;
}
.doc-btn-wrapYL {
  text-align: center;
  margin: 24px auto 0 auto;
}
.doc-btn-wrapYL a {
  width: 250px;
  background-image: url(/dcms_media/image/dl_btn_ylbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 13px 0;
  display: inline-block;
  color: black;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1150px) {
  .doc-flex {
    margin-right: 0;
  }
  .doc-flex-box {
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .doc-desc {
    font-size: 12px !important;
  }
  .doc-flex-box {
    margin: 0 5px !important;
    max-width: 250px !important;
  }
  .doc-btn, .doc-btn-wrapYL a {
    width: 230px !important;
    padding: 11px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .doc-flex {
    justify-content: center;
    margin: auto;
  }
  .doc-section {
    padding: 44px 0 220px 0 !important;
  }
  .footer2-pc {
    display: none;
  }
  .footer2-sp {
    display: block;
    position: absolute;
    bottom: -7px;
  }
  .doc-flex-box {
    margin: 0 auto 30px auto !important;
  }
  .doc-btn-wrap, .doc-btn-wrapYL {
    margin: 14px auto 0 auto !important;
  }
}
/*
whitepaper
--------------------------------------------*/
.wp-subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.col .cabtn {
  margin-top: 80px;
}
.fcol-listbox {
  margin: 20px auto;
  padding: 20px;
  background: #f2f2f2;
}
.fcol-listbox dl {
  line-height: 1.8em;
}
.fcol-listbox dl dt {
  margin-bottom: 1em;
}
.fcol-listbox dl dd {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .dl-btn {
    font-size: 10px !important;
  }
  .col .cabtn {
    margin-top: 20px;
  }
}
/*
faq
--------------------------------------------*/
.faq-main {
  padding-top: 60px;
}
.faq-main .section-desc-function {
  max-width: 800px;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
}
.border-link {
  text-decoration: underline;
}
.faq-category-section {
  max-width: 1010px;
  width: 90%;
  margin: 45px auto 0 auto;
}
.faq-category-box {
  margin: 45px 0 60px 0;
  padding: 40px 20px;
  border: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq-item {
  position: relative;
  width: 30%;
  background: #9faec3;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  margin: 0 0 40px 0;
  border: 2px solid #fff;
}
.faq-item:hover {
  color: #232323;
  background: #fff;
  border: 2px solid #9faec3;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.faq-item a {
  display: block;
}
.q-subtitle {
  margin: 1em 0;
}
.question-box {
  background: #f2f2f2;
  padding: 40px 20px;
  margin-bottom: 60px;
}
.question-box ul li {
  padding-left: 3em;
  position: relative;
  margin-bottom: 40px;
}
.question-box ul li.faq-m0 {
  margin-bottom: 0;
}
.question-box ul li:before {
  content: "";
  background: url(https://cloudcircus.jp/dcms_media/image/question.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -0.5em;
  top: -5px;
  z-index: 9999;
}
.question-box ul li a:hover {
  opacity: 0.6;
}
.faq-btn-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.faq-btn-section p {
  text-align: center;
  margin-bottom: 20px;
}
.faq-btn-wrap {
  text-align: center;
}
.faq-btn {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 80px;
  position: relative;
  width: 300px;
  padding: 8px 0;
  text-align: center;
}
.faq-btn:after {
  content: "";
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg);
  transform: rotate(45deg) skew(-4deg, -5deg);
  border-top: 1px solid black;
  border-right: 1px solid black;
  display: inline-block;
  margin-left: 2px;
  margin-top: -3px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-btn:hover:after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(4px, -4px);
}
.faq-desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  width: 90%;
  max-width: 807px;
  line-height: 1.9;
  margin-bottom: 60px;
}
.alink_p {
  color: #b400ff;
  font-weight: bold;
}
.faq-function-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}
.faq-function-box {
  border: 1px solid #cccccc;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  padding: 20px;
  width: 100%;
  margin-bottom: 50px;
}
.faq-function-box h3 {
  font-weight: 300;
  font-size: 16px;
}
.faq-function-box img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}
.faq-abouticon-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.faq-kanren-section {
  max-width: 1010px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.faq-kanren-section h3 {
  text-align: center;
}
.faq-kanren-box {
  background: #f2f2f2;
  padding: 40px;
  margin: 20px auto 60px auto;
}
.faq-kanren-box ul {
  font-weight: 300;
  font-size: 16px;
  line-height: 2.5;
}
.faq-kanren-box ul li {
  list-style: disc;
  margin-left: 1em;
}
.faq-dl-list {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}
.faq-dl-list dt {
  display: inline;
  font-size: 20px;
  position: relative;
  border-bottom: solid 3px #000;
  font-weight: bold;
}
/*
.faq-dl-list dt:before {
  content: "";
  background: url(https://cloudcircus.jp/dcms_media/image/answer.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;

  top: -8px;
  z-index: 9999;
}*/
.faq-dl-list dt:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #b400ff;
  bottom: -3px;
  width: 40px;
}
.faq-dl-list dd {
  margin: 18px auto 36px auto;
}
.faq-function-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  width: 90%;
  max-width: 807px;
  line-height: 1.9;
  margin-bottom: 60px;
}
.faq-function-list dd {
  color: #b400ff;
  margin-bottom: 2em;
}
.faq-support-list {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
}
.faq-support-list dt {
  font-weight: bold;
  font-size: 18px;
}
.faq-support-list dd {
  margin-bottom: 36px;
}
.faq-subtitle-s {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 807px;
}
.faq-more {
  display: block;
  border: 2px solid #000;
  border-radius: 80px;
  width: 120px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  line-height: 0;
  margin-top: 0.5em;
}
.faq-anchor {
    position: relative;
    top: -160px;
    display: block;
}
@media screen and (max-width: 1150px) {
  .faq-category-box {
    justify-content: space-around;
  }
  .faq-item {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .faq-item {
    width: 100%;
  }
  .question-box ul {
    line-height: inherit;
  }
  .question-box ul li {

    margin-bottom: 2em;
  }
  .question-box ul li:before {
    top: 0;
  }
  .faq-function-box h3 {
    font-weight: 600;
  }
}

/*
law
--------------------------------------------*/
.tbg_gray {
	background: #f2f2f2;
}

/*
wp-section
--------------------------------------------*/
.twp-section {
    padding-bottom: 80px;
    background-color: #f2f2f2;
}

.twp-section .section-title {
	margin-bottom: 60px;
	}

.twp-list {
    max-width: 1010px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.twp-list-item {
    width: 31%;
    border: 1px solid #cacccc;
	background: #fff;
}

.twp-list-item:not(:nth-child(3n + 1)) {
    margin-left: 3.5%;
}

.twp-list-info {
    padding: 25px 15px;
    position: relative;
    padding-bottom: 28px;
}

.twp-list-name {
    font-size: 18px;
    line-height: 1.3;
    min-height: 36px;
	text-align: center;
}

.twp-list-desc {
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 1px;
    min-height: 100px;
}

.twp-list-btn {
	display: flex;
    justify-content: flex-end;
}

.twp-list-btn a {
    display: block;
    border: 2px solid #000;
    border-radius: 80px;
    position: relative;
    width: 140px;
    font-size: 12px;
    padding: 4px 0;
    padding-bottom: 5px;
    text-align: center;
}

.twp-list-btn a:hover:after {
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
  transform: rotate(45deg) skew(-4deg, -5deg) translate(2px, -2px);
}

.twp-list-btn a:after {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg) skew(-4deg, -5deg);
  -ms-transform: rotate(45deg) skew(-4deg, -5deg);
  transform: rotate(45deg) skew(-4deg, -5deg);
  border-top: 1px solid black;
  border-right: 1px solid black;
  display: inline-block;
  margin-left: 2px;
  margin-top: -3px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px){
.twp-list {
    display: block;
    width: 80%;
    margin-top: 40px;
}
	
.twp-list-item {
	width: 100%;
}
	
.twp-list-item:nth-child(n + 2) {
    margin-top: 10%;
}	
	
.twp-list-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
}
}


/*
fs-contact
--------------------------------------------*/

.fs_contact_box {
    background-color: #f5f5f5;
}

.fs_contact_title {
	background: #00be00;
    color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 20px;
}

.fs_contact_in {
	padding: 30px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
}

.fs_contact_in p {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.fs_contact_in .fs2in {
	width: calc( 80% / 2 );
}

.fs_contact_box .btn_green {
    width: 100%;
	margin-top: 30px;
}

.fs_contact_box .btn_green a { 
	color: #000;
}

@media screen and (max-width: 690px) {
.fs_contact_in .fs2in {
	width: 100%;
	margin-bottom: 20px;
}
	
}

.dl_listtitle {
	margin: 20px auto;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.sub-cont .download {
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}

.sub-cont .download .col {
	padding: 20px;
	margin-bottom: 20px;
}

.download .c_title {
	font-size: 16px;
}

.download p {
	font-size: 14px;
}

.download .about-main-btns-wrap {
	margin-top: 20px;
}

.download .about-main-btn {
	width: 180px;
}

@media screen and (max-width: 1024px){
.download .about-main-btn {
	width: 100%;
}
}

.dl_top_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.dl_top_flex div {
	width:  calc( 80% / 2 );
}

.dl_top_flex .dl_top_ftxt {
	display: flex;
	flex-wrap: wrap;
}

.dl_top_ftxt .dlb_subtitle3_02 {
	font-size: 14pt;
	margin: 0 0 20px 0;
}

.dl_top_ftxt  p {
	font-size: 11pt;
	letter-spacing: 0.05em;
	line-height: 2em;
}

.dl_top_ftxt  .dlb_btn {
	width: 255px;
	margin-top: 30px;
}

@media screen and (max-width: 690px) {
.dl_top_flex div {
	width: 100%;
}
	
.dl_top_flex div img { 
	margin-bottom: 20px;
}
	
.dlb_subtitle3_02.sp_only {
	font-size: 18px;
}
	
.dl_top_ftxt .dlb_btn {
	margin: 30px auto;	
	}
}

.blue_hover a:hover {
	color: #0064FF!important;
}