@charset "utf-8";
/*///////  Common   //////*/
section {
  padding-top: 90px;
  position: relative;
}
section .inner {
  max-width: 1000px;
  width: 96%;
  margin: auto;
}
section .wideinner {
  max-width: 1300px;
  width: 96%;
  margin: auto;
}
.catcharea {
  width: 100%;
  background: rgba(255, 255, 255, 1.00);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 888px) {
  section {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .header-navigation {
    display: none;
  }
}
/*アニメーション要素*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fIn {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
/*///////  FVcontents   //////*/
#FVcontents {
  margin: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  position: relative;
}
#FVcontents .mainimage {
  width: 100%;
}
#FVcontents .fvinner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
}
#FVcontents .fvcontent {
  overflow: hidden;
  width: 90%;
  margin: auto;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
#FVcontents .mainimg img {
  max-width: 100%;
  height: auto;
}
#FVcontents .fvcontent .fvarea {
  display: flex;
}
#FVcontents .fvcontent .fvarea .inner {}
#FVcontents .fvcontent .fvarea h3 {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background: #333333;
  margin-bottom: 20px;
}
#FVcontents .fvcontent .fvarea h3 br {
  display: none;
}
#FVcontents .fvcontent .fvarea .catch {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
  font-size: 56px;
  color: #333333;
  line-height: 1.4;
}
#FVcontents .fvcontent .fvarea .catch span {
  font-size: 36px;
  font-weight: 900;
  color: #333333;
  display: block;
  padding-bottom: 0;
}
#FVcontents .fvcontent .fvarea .catch em {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
}
#FVcontents .fvcontent .fvarea p {
  margin-top: 20px;
  font-size: 18px;
}
#FVcontents .banaarea {
  position: absolute;
  bottom: -40px;
  width: 100%;
  z-index: 10;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: auto;*/
}
#FVcontents .banaarea .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  margin: auto;
}
#FVcontents .banaarea .btns01 a{
 	position: relative;
    padding: 20px;
	width: 420px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background: #00CCFF;
	display: block;
	font-weight: 900;
	font-size: 22px;
    transition: .3s;	
}

#FVcontents .banaarea .btns02 a{
  	position: relative;
    padding: 20px;
	width: 420px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background: #FFCC01;
	display: block;
	font-weight: 900;
	font-size: 22px;
    transition: .3s;	
}
#FVcontents .banaarea .btns01 a,#FVcontents .banaarea .btns02 a {
	font-weight: 700;
}
#FVcontents .banaarea .btn01 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  height: 120px;
  width: 420px;
  display: flex;
  line-height: 3;
  align-items: center;
  background: url("../images/btn-blue.jpg") no-repeat top center / cover;
}
#FVcontents .banaarea .btn02 {
  position: relative;
  width: 420px;
  padding-left: 20px;
  padding-right: 20px;
  height: 120px;
  font-size: 30px;
  display: flex;
  line-height: 3;
  align-items: center;
  background: url("../images/btn-yellow.jpg") no-repeat top center / cover;
}
#FVcontents .banaarea .btn01::after, #FVcontents .banaarea .btn02::after,#FVcontents .banaarea .btns01 a::after, #FVcontents .banaarea .btns02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

#FVcontents .banaarea .btns01 a:hover, #FVcontents .banaarea .btns02 a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
@media (max-width: 1450px) {
  #FVcontents .fvcontent .fvarea h3 {}
  #FVcontents .fvcontent .fvarea .catch {}
  #FVcontents .fvcontent .fvarea .catch span {}
}
@media (max-width: 768px) {
  #FVcontents .fvinner {
    align-items: start;
  }
  #FVcontents .fvcontent .fvarea h3 {
    font-size: 18px;
  }
  #FVcontents .fvcontent .fvarea .catch {
    font-size: 36px;
  }
  #FVcontents .fvcontent .fvarea .catch span {
    font-size: 26px;
  }
  #FVcontents .fvcontent .fvarea .catch em {
    font-size: 26px;
  }
  #FVcontents .fvcontent .fvarea p {
    margin-top: 10px;
    font-size: 16px;
  }
  #FVcontents .banaarea .btn01, #FVcontents .banaarea .btn02 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    height: 60px;
    width: 48%;
    ;
  }
	 #FVcontents .banaarea .btns01 a, #FVcontents .banaarea .btns02 a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    width: 94%;
    ;
  }
}
@media (max-width: 480px) {
  #FVcontents .fvinner {
    align-items: start;
    height: 58%;
  }
  #FVcontents .fvcontent .fvarea h3 {
    font-size: 14px;
    width: 75%;
  }
  #FVcontents .fvcontent .fvarea h3 br {
    display: block;
  }
  #FVcontents .fvcontent .fvarea .catch {
    font-size: 26px;
  }
  #FVcontents .fvcontent .fvarea .catch span {
    font-size: 18px;
  }
  #FVcontents .fvcontent .fvarea .catch em {
    font-size: 18px;
  }
  #FVcontents .fvcontent .fvarea p {
    width: 70%;
    margin-top: 10px;
    font-size: 14px;
    ine-height: 1.3;
  }
  #FVcontents .fvcontent .fvarea p br {
    display: none;
  }
  #FVcontents .banaarea {
    position: static;
    top: auto;
    width: 100%;
    z-index: 10;
    /* display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: auto;*/
  }
  #FVcontents .banaarea .inner {
    display: flex;
    flex-wrap: wrap;
	  margin-top: 10px;
  }
  #FVcontents .banaarea .btn01, #FVcontents .banaarea .btn02,#FVcontents .banaarea .btns01, #FVcontents .banaarea .btns02 {
    width: 96%;
	margin-bottom: 10px;
	padding-left: 2%;
    padding-right: 2%;
  }
}
/*///////  行動提起   //////*/
.obi {
  width: 100%;
  background: rgba(40, 191, 222, 1.00);
  /*background: rgba(1, 102, 196, 1.00);*/
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 3.75rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.obi span {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
}
.obi span.headcp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  text-align: center;
  color: #ebff00;
}
.obi span.headcp::before, .obi span.headcp::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #ebff00;
}
.obi span.headcp::before {
  margin-right: 20px;
  margin-bottom: -20px;
  transform: rotate(-35deg)
}
.obi span.headcp::after {
  margin-left: 20px;
  margin-bottom: -20px;
  transform: rotate(35deg)
}
.ftobi {
  display: none;
}
@media (max-width: 768px) {
  .ftobi {
    display: block;
    width: 100%;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 5.4vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0px -3px 5px -3px #eee;
    overflow: hidden;
  }
  .ftobi .spinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: auto;
  }
  .ftobi .spinfo a {
    display: block;
  }
  .ftobi .spinfo .infobtn {
    width: 48%;
    position: relative;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #00CCFF;
    border-radius: 8px;
    transition: .3s;
  }
  .ftobi .spinfo .reqbtn {
    width: 48%;
    position: relative;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #FFCC00;
    border-radius: 8px;
    transition: .3s;
  }
  .ftobi .spinfo .infobtn a, .obi .spinfo .reqbtn a {
    text-decoration: none;
  }
  .ftobi .spinfo .infobtn a:hover, .obi .spinfo .reqbtn a:hover {
    transform: scale(1.1);
  }
}
/*///////  Section 共通  //////*/
a.und {
	text-decoration: underline !important;
}
.ararea, .noararea {
  width: 100%;
  position: relative;
  background: rgba(40, 191, 222, 1.00);
  color: #fff;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.ararea::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 50px solid #28bfde;
  border-bottom: 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .ararea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .noararea {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.cta {
  width: 96%;
  background: url("../images/cta-back.jpg") center center / cover;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}
.cta a {
  color: #fff;
  font-size: 16px;
}
.cta .catch {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}
.cta .catch span {
  font-size: 48px;
  font-weight: 700;
}
.cta .btn a {
  display: block;
  max-width: 380px;
  width: 90%;
  margin: 0 auto 20px;
  padding: 15px;
  font-size: 30px;
  font-weight: 700;
  background: #FFCC00;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  transition: .3s;
  position: relative;
}

.cta .btn a::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.cta .btn a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
@media (max-width: 768px) {
  .cta .catch {
    font-size: 30px;
    line-height: 1.5;
  }
  .cta .catch span {
    font-size: 42px;
  }
	
	.cta .btn a {
  padding: 10px;
  font-size: 24px;
}
}
/*///////  見出し・タイトル   //////*/
section h3.mds {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 42px;
  line-height: 1, 4;
  text-align: left;
  font-style: italic;
  font-weight: 700;
}
section h3.mds span {
  color: #00ccff;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
}
section h3.mds::before {
  content: '';
  position: absolute;
  bottom: -10px;
  ;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 0;
  background-color: #666666;
}
section h3.smds {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
}
section h3.smds::before, section h3.smds::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #fff;
}
section h3.smds::before {
  margin-right: 20px;
  margin-bottom: -20px;
  transform: rotate(-35deg)
}
section h3.smds::after {
  margin-left: 20px;
  margin-bottom: -20px;
  transform: rotate(35deg)
}

h3.mdss {
 width: auto;
 margin: 0 auto 50px;
 padding: 0 55px;
 text-align: center;
 position: relative;
display: inline-block;
font-size: 32px;
font-weight: bold;
font-style: italic;
}

h3.mdss::before,
h3.mdss::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
      background-color: #333333;
}

h3.mdss::before {
       left:0;
}
h3.mdss::after {
   right: 0;
}

@media (max-width: 1120px) {

h3.mdss {
width: 100%;
padding: 0;
font-size: 24px;
line-height: 1.5;}	
h3.mdss::before{
      content:none;
}
h3.mdss::after {
  content: '';
  position: absolute;
  top:120%;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  right:0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
}
@media (max-width: 768px) {
  section h3.mds {
    font-size: 28px;
  }
  section h3.mds span {
    font-size: 32px;
  }
}
/*///////  Table   //////*/
table {
  border: 1px solid #ccc;
  width: 1100px;
  margin: auto;
}
table span {
  font-size: 14px;
}
table tbody > tr > th, table tbody > tr > td {
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

table tbody > tr > th.eqwide, table tbody > tr > td.eqwide {
  width: 218px;
}
table tbody > tr > th {
  padding: 10px 0;
  color: #666;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #ccc;
}
table tbody > tr > th.mds {
  background: #E3FEFE;
  color: #666;
  text-align: center;
  border-right: 1px solid #ccc;
}
table tbody > tr > th.emphasis {
  background: #FF6666;
  color: #fff;
}
table tbody > tr > td.emphasis {
  background: #FF9999;
  color: #fff;
  font-weight: bold;
}
table tbody > tr > td {
  border-right: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}

table .emphasis strong {
  color: #ffff00;
  font-weight: bold;
}
table tbody > tr > td strong {
  color: #ff3333;
  font-weight: normal;
}
.noborder {
  border-right: none;
}
@media (max-width: 768px) {
  table img {
    width: 20%;
    height: auto;
  }
  table tbody > tr > td.crown {
    text-align: center;
  }
  table .crown .t-c {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
/*///////  導入企業麗  //////*/
.coexample {
  margin: 0;
  padding-top: 180px;
  background: url("../images/jirei_bg.jpg") top center / cover;
  padding-bottom: 100px;
  text-align: center;
}
.coexample .jirei {
  position: relative;
  max-width: 1100px;
  margin: auto;
  border: 2px solid #ccc;
  text-align: center;
  padding: 50px 20px 60px;
}
.coexample .jirei h3 {
  position: absolute;
  top: -40px;
  width: 220px;
  margin: auto;
  font-size: 42px;
  color: #666;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EEF3EF;
}
.coexample .jirei h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2CD3FD;
}
.coexample .jirei p {
  color: #2CD3FD;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 768px) {
  .coexample .jirei {
    max-width: 86%;
    padding: 50px 10px 30px;
  }
}
@media (max-width: 480px) {
  .coexample {
    padding-top: 80px;
	padding-bottom: 50px
  }
  .coexample .jirei h3 {
    position: absolute;
    top: -30px;
    width: 200px;
    font-size: 36px;
  }
}
/*///////  課題   //////*/
.tasks {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #fff 60%, #F4F4F4 60%, #F4F4F4 100%);
}
.tasks::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -200px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 200px solid transparent;
  border-left: 200px solid transparent;
  border-top: 60px solid #F4F4F4;
  border-bottom: 0;
  z-index: 5;
}
.tasks .conts {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 80px;
}
.tasks .conts dl {
  width: 32%;
}
.tasks .conts dl:last-child {
  padding-right: 0;
}
.tasks .conts dl dt {
  text-align: center;
  width: 92%;
  padding-right: 4%;
  padding-left: 4%;
  margin-bottom: 15px;
}
.tasks .conts dl dd {
  width: 90%;
  padding: 5%;
  text-align: left;
  font-size: 18px;
  border-right: 1px dotted #333;
  height: 100px;
}
.tasks .conts dl dd span {
  font-size: 22px;
  color: #00ccff;
  font-weight: bold;
}
.tasks .conts dl:last-child dd {
  border-right: none;
}
@media (max-width: 768px) {
  .tasks {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .tasks .conts {
    max-width: 90%;
    margin-top: 60px;
  }
  .tasks .conts dl dt {
  width: 58%;
  padding-right: 21%;
  padding-left: 21%;
  margin-bottom: 5px;
}
  .tasks .conts dl dd {
    font-size: 14px;
    height: 100px;
  }
  .tasks .conts dl dd span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .tasks {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #F4F4F4 20%, #F4F4F4 100%);
    padding-bottom: 30px;
  }
  .tasks::before {
    margin-left: -100px;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 60px solid #F4F4F4;
  }
  .tasks .conts {
    flex-wrap: wrap;
  }
  .tasks .conts dl {
    width: 100%;
  }
  .tasks .conts dl dd {
    width: 90%;
    padding: 5%;
    border-right: none;
    height: auto;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .tasks .conts dl dd span {
    font-size: 22px;
  }
}
/*///////  解決   //////*/
.kaiketsu {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}
.kaiketsu .catchcopy {
  font-size: 48px;
  color: #666;
  margin: 30px;
  font-weight: 700;
}
.kaiketsu .catchcopy span {
  font-size: 60px;
  color: #00ccff;
  font-weight: 700;
}
.kaiketsu dl {
  max-width: 720px;
  margin: auto;
  display: flex;
  align-items: center;
}
.kaiketsu dl dt {
  width: 30%;
  padding-right: 5%;
  text-align: center;
}
.kaiketsu dl dd {
  width: auto;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
.kaiketsu {
    padding-top: 40px;
    padding-bottom: 30px;
}
  .kaiketsu .catchcopy {
    font-size: 30px;
	line-height: 1.5;
  }
.kaiketsu .catchcopy span {
  font-size: 48px;
}
  .kaiketsu dl {
    flex-wrap: wrap;
  }
  .kaiketsu dl dt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .kaiketsu dl dd {
    width: 90%;
    margin: auto;
    font-size: 16px;
  }
}
/*///////  特長   //////*/
.tokucho {
  width: 100%;
}
.tokucho .mds {
  margin-bottom: 50px;
}
.tokucho .bg-wrapright, .tokucho .bg-wrapleft {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.tokucho .bg-wrapright::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  background: #EAFAFF;
  height: 100%;
  transform-origin: right center;
  transition: 0.5s;
}
.tokucho .bg-wrapleft::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  width: 0;
  top: 0;
  background: #EAFAFF;
  height: 100%;
  transform-origin: left center;
  transition: 0.5s;
}
.fade::after {
  width: 80% !important;
}
.tokucho .inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  font-size: 18px;
  width: 96%;
  padding: 2%;
}
.tokucho .inner h3.noo {
  position: absolute;
  top: -80px;
  font-size: 80px;
  color: #99EBFF;
  font-style: italic;
}
.tokucho .inner h3.noor {
  position: absolute;
  top: -80px;
  right: 0;
  font-size: 80px;
  color: #99EBFF;
  font-style: italic;
}
.tokucho .inner .ttl {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .fade::after {
    width: 90% !important;
  }
}
@media (max-width: 1270px) {
  .fade::after {
    width: 96% !important;
  }
}
@media (max-width: 1100px) {
  .tokucho .bg-wrapright, .tokucho .bg-wrapleft {
    margin-bottom: 60px;
  }
  .fade::after {
    width: 100% !important;
  }
  .tokucho .inner .ttl {
    padding-top: 20px;
    font-size: 20px;
	  line-height: 1.3;
  }
}
@media (max-width: 768px) {
.tokucho .inner {
    font-size: 16px;
    width: 94%;
    padding: 2%;
	margin: auto;
}
  .tokucho .inner h3.noo, .tokucho .inner h3.noor {
    position: absolute;
    top: -58px;
    font-size: 60px;
  }
}
@media (max-width: 480px) {
.tokucho {
   overflow: hidden;
}
}
/*.tokucho .bg-wrapleft, .tokucho .bg-wrapright{
  position: relative;
  display: flex;
  width:100%;
  padding:2% 0;
  margin-top: 70px;
  
}

.tokucho .is-animated .bg-wrapleft::before {
 animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background:#EAFAFF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  width:80.4%;
  min-width: 1100px;
  height: 100%;
  z-index: -999;
  transform-origin: left center;
}
.tokucho .is-animated .bg-wrapright::before {
 animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  background:#EAFAFF;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 2%;
  width:80.4%;
  min-width: 1100px;
  height: 100%;
  z-index: -999;
  transform-origin: right center;
}
*/
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
/*///////  導入事例   //////*/
.dounyu {
  width: 100%;
  padding-top: 100px;
}
.dounyu .jirei01 {
  max-width: 1100px;
  width: 96%;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 2%;
  border-bottom: 1px dotted #333;
  margin-bottom: 2%;
}
.dounyu .jirei01 .photo {
  width: 47%;
  padding-right: 3%;
}
.dounyu .jirei01 .txt {
  width: 47%;
  padding-left: 3%;
  font-size: 16px;
}
.dounyu .jirei01 .txt h4 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  border-bottom: 1px solid #333;
  color: #666666;
  margin-bottom: 30px;
}
.dounyu .jirei01 .txt .catch {
  font-size: 24px;
  color: #00ccff;
  line-height: 1.5;
  margin-bottom: 30px;
}
.dounyu p.links{
margin-top: 20px;
}
.dounyu p.links a{
	position: relative;
}
.dounyu p.links a::after  {
  content: "";
  position: absolute;
  top: 51%;
  right: -20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-top: 2px solid #666;
}
@media (max-width: 768px) {
	.dounyu {
  padding-top: 50px;
}
  .dounyu .jirei01 {
	margin-top:40px;
    margin-bottom: 28px;
  }
  .dounyu .jirei01 .photo {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
    text-align: center;
    margin-bottom: 3%;
  }
  .dounyu .jirei01 .txt {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 30px;
  }
  .dounyu .jirei01 .txt h4 {
  font-size: 20px;
    margin-bottom: 20px;
}
.dounyu .jirei01 .txt .catch {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
	.dounyu .jirei01 .txt .catch br {
		display: none;
	}
}
.dounyu .jirei02 ul {
  max-width: 1100px;
  width: 96%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.dounyu .jirei02 ul li.sidel {
  border-right: 1px dotted #333;
  width: calc(32.5% - 28px);
  padding-right: 27px;
}
.dounyu .jirei02 ul li.cent {
  border-right: 1px dotted #333;
  width: calc(35% - 56px);
  padding-right: 27px;
  padding-left: 28px;
}
.dounyu .jirei02 ul li span {
	font-size: 12px;
}
.dounyu .jirei02 ul li.sider {
  width: calc(32.5% - 28px);
  padding-left: 27px;
}
.dounyu .jirei02 ul li .photo {
  position: relative;
  max-width: 100%;
  height: auto;
}
.dounyu .jirei02 ul li .photo .tags {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  background: #666666;
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  padding-right: 10px;
}
.dounyu .jirei02 ul li .text {
  padding: 15px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dounyu .jirei02 ul li.sidel, .dounyu .jirei02 ul li.cent, .dounyu .jirei02 ul li.sider {
    border-right: 1px dotted #333;
    width: calc(100% - 28px);
    padding-right: 14px;
    padding-left: 14px;
    border-right: none;
  }
  .dounyu .jirei02 ul li .text {
    padding: 15px 0 45px;
	font-size: 16px;
    ;
  }
}
/*///////  CTA- wide   //////*/
.ctawide {
  margin: 0;
  width: 100%;
  transition: 1s;
  position: relative;
}
.ctawide .mainimage {
  width: 100%;
}
.ctawide .fvinner {
  position: absolute;
  width: 100%;
  height: 35%;
  z-index: 3;
  bottom: 0;
  padding-top: 50px;
  background: rgba(51, 51, 51, 0.5)
}

.ctawide#second .fvinner {
  height: 35%;
}
.ctawide .mainimg img {
  max-width: 100%;
  height: auto;
}
.ctawide .fvcontent .fvarea .inner {}
.ctawide .fvarea .catch {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
}
.ctawide .fvarea .catch span {
  font-size: 60px;
  font-weight: 700;
  color: #00ccff;
  padding-bottom: 0;
}
.ctawide .fvarea .catch span> span {
  color: #FFCC00;
}
.ctawide .fvarea p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.ctawide .fvarea p.udlink a{
	font-weight: 700;
  color: #fff;
}
.ctawide .btn a {
  display: block;
  max-width: 380px;
  width: 90%;
  margin: 30px auto 20px;
  padding: 15px;
  font-size: 30px;
  font-weight: 700;
  background: #FFCC00;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  transition: .3s;
  position: relative;
}
.ctawide .btn a::after {
content: "";
  position: absolute;
  top: 51%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.ctawide .btn a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.ctawide .banaarea {
  position: absolute;
  bottom: -40px;
  width: 100%;
  z-index: 10;
}

.underlinks .banaarea {
  width: 100%;
  z-index: 10;
  margin-bottom: 80px;
}
.ctawide .banaarea .inner,.underlinks .banaarea .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  width: 100%;
  margin: auto;
	flex-wrap: wrap;
}

.ctawide .banaarea .btns01 ,.underlinks .banaarea .btns01 {
	position: relative;
    padding: 20px;
	width: 420px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background: #00CCFF;
	display: block;
	font-weight: 900;
	font-size: 22px;
    transition: .3s;	
}

.ctawide .banaarea .btns02,.underlinks .banaarea .btns02 {
	position: relative;
    padding: 20px;
	width: 420px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background: #FFCC01;
	display: block;
	font-weight: 900;
	font-size: 22px;
    transition: .3s;	
}
.ctawide .banaarea .btns01 a ,.underlinks .banaarea .btns01 a,.ctawide .banaarea .btns02 a,.underlinks .banaarea .btns02 a{
	font-weight: 700;
}
.ctawide .banaarea .btns01 a::after,.underlinks .banaarea .btns01 a::after,.ctawide .banaarea .btns02 a::after,.underlinks .banaarea .btns02 a::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.ctawide .banaarea .btn01,.underlinks .banaarea .btn01 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  height: 120px;
  width: 420px;
  display: flex;
  line-height: 3;
  align-items: center;
  background: url("../images/btn-blue.jpg") no-repeat top center / cover;
}
.ctawide .banaarea .btn02,.underlinks .banaarea .btn02 {
  position: relative;
  width: 420px;
  padding-left: 20px;
  padding-right: 20px;
  height: 120px;
  font-size: 30px;
  display: flex;
  line-height: 3;
  align-items: center;
  background: url("../images/btn-yellow.jpg") no-repeat top center / cover;
}


.ctawide .banaarea .btn01::after, .ctawide .banaarea .btn02::after ,.underlinks .banaarea .btn01::after,.underlinks .banaarea .btn02::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.ctawide .banaarea .btn01 a, .ctawide .banaarea .btn02 a ,.underlinks .banaarea .btn01 a,.underlinks .banaarea .btn02 a{
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  transition: .3s;
}
.ctawide .banaarea .btn01 a:hover, .ctawide .banaarea .btn02 a:hover,.underlinks .banaarea .btn01 a:hover,.underlinks .banaarea .btn02 a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.ctawide .banaarea .btns01 a:hover, .ctawide .banaarea .btns02 a:hover,.underlinks .banaarea .btns01 a:hover,.underlinks .banaarea .btns02 a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.underlink {
  width: 100%;
  background: #F4F4F4;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
.underlinks {
  width: 100%;
  background: #F4F4F4;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
.underlink a {
  width: 200px;
  margin: auto;
  font-size: 22px;
  display: block;
  line-height: 1.5;
  position: relative;
}
.underlink a::after  {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-top: 2px solid #666;
}
.underlink a:hover {
  text-decoration: none;
}
@media (max-width: 1500px) {
.ctawide#second .fvinner {
  height: 45%;
}	
}
@media (max-width: 1350px) {
  .ctawide .fvinner {
    padding-top: 20px;
    height: 40%;
  }
.ctawide#second .fvinner {
  height: 40%;
}
  .ctawide .fvarea .catch {
    font-size: 36px;
  }
  .ctawide .fvarea .catch span {
    font-size: 48px;
  }
  .ctawide .fvarea p {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
	.ctawide#second .fvinner {
  height: 50%;
padding-top: 30px;
}
}

@media (max-width: 1000px) {
  .ctawide .fvinner {
    height: 40%;
    padding-top: 30px;
  }

  .ctawide .fvarea .catch {
    font-size: 26px;
  }
  .ctawide .fvarea .catch span {
    font-size: 36px;
    padding-top: 20px;
  }
  .ctawide .fvarea p {
    margin-top: 10px;
    font-size: 16px;
  }
  .ctawide .banaarea .btn01, .ctawide .banaarea .btn02,.underlinks .banaarea .btn01,.underlinks .banaarea .btn02 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    height: 60px;
    width: calc(50% - 20px) ;
    ;
  }
}

@media (max-width: 768px) {
	.ctawide .banaarea,.underlinks .banaarea{
		margin: auto;
	}
	 .ctawide .banaarea{
    bottom: -130px;
  }
.ctawide .banaarea .btns01 ,.underlinks .banaarea .btns01,.ctawide .banaarea .btns02 ,.underlinks .banaarea .btns02  {
	position: relative;
    padding: 15px;
	width: 90%;
	margin: 5px auto ;
}
		.underlink {
    padding-top: 144px;
}
}

@media (max-width: 480px) {
  .ctawide .fvinner {
    height: 60%;
	padding-top:10px;
	padding-bottom: 10px;
  }
	.ctawide#second .fvinner {
  height: 60%;
}
  .ctawide .fvarea .catch {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ctawide .fvarea .catch span {
    font-size: 26px;
  }
  .ctawide .fvarea p {
    width: 96%;
    font-size: 14px;
    line-height: 1.4;
    margin: auto;
    text-align: left;
  }
  .ctawide .fvarea p br {
    display: none;
  }
	
	.underlink {
    padding-top: 130px;
    padding-bottom: 10px;
}
	.underlink a {
  font-size: 18px;
}
.underlinks .banaarea {
  margin-bottom: 0;
}
	.ctawide .btn a {
    padding: 10px;
    font-size: 24px;
}
  .ctawide .banaarea,.underlinks .banaarea {
    width: 100%;
    z-index: 10;
    top: auto;
  }
  .ctawide .banaarea .inner ,.underlinks .banaarea .inner{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
  }
  .ctawide .banaarea .btn01, .ctawide .banaarea .btn02,.underlinks .banaarea .btn01,.underlinks .banaarea .btn02 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 370px) {

.ctawide .fvarea .catch {
    font-size: 16px;
}	
.ctawide .fvarea p {
    width: 96%;
}
}
/*///////  料金プラン   //////*/
.price {
  padding-top: 100px;
  width: 100%;
  margin: auto;
}
.price .plan ul {
  max-width: 1100px;
  width: 96%;
  margin: 50px auto 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.price .plan ul li.sidel {
  border-right: 1px solid #ccc;
  width: calc(32.5% - 28px);
  padding-right: 27px;
}
.price .plan ul li.sidel h4 {
  color: #00CCFF;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  vertical-align: middle;
}
.price .plan ul li.sidel h4 img {
  vertical-align: middle;
}
.price .plan ul li.sidel .prices {
  background: #00CCFF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 30px;
}
.price .plan ul li.cent {
  border-right: 1px solid #ccc;
  width: calc(35% - 56px);
  padding-right: 27px;
  padding-left: 28px;
}
.price .plan ul li.cent h4 {
  color: #66CCCC;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
}
.price .plan ul li.cent .prices {
  background: #66CCCC;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 30px;
}
.price .plan ul li.sider {
  width: calc(32.5% - 28px);
  padding-left: 27px;
}
.price .plan ul li.sider h4 {
  color: #AECFD7;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
}
.price .plan ul li span {
	font-size: 12px;
}
.price .plan ul li.sider .prices {
  background: #AECFD7;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 30px;
}
.price .plan ul li p {
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
.price .plan ul li p:last-child {
  border-bottom: none;
  line-height: 76px;
}
.price .caption {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 768px) {
  .price {
    padding-top: 50px;
    width: 96%;
  }
  .price .plan ul li.sidel, .price .plan ul li.cent, .price .plan ul li.sider {
    border-right: 1px dotted #333;
    width: calc(100% - 28px);
    padding-right: 14px;
    padding-left: 14px;
    border-right: none;
  }
  .price .plan ul li.sidel h4, .price .plan ul li.cent h4, .price .plan ul li.sider h4 {
    font-size: 26px;
    line-height: 60px;
  }
  .price .plan ul li.sidel .prices, .price .plan ul li.cent .prices, .price .plan ul li.sider .prices {
    line-height: 60px;
    font-size: 26px;
  }
  .price .plan ul li p {
    line-height: 40px;
    font-size: 18px;
  }
  .price .plan ul li .text {
    padding: 15px 15px 45px;
    ;
  }
  .price .caption {
    font-size: 13px;
	text-align: left;
  }
}
/*///////  ユーザー追加   //////*/
.userplus {
  width: 100%;
  margin-bottom: 50px;
}
.userplus .js-scrollable {
  margin: auto;
}
.userplus table {
  margin-top: 50px;
  border: none;
  width: 1100px;
  max-width: max-content;
}
.userplus table td, .userplus table th {
  padding: 20px;
  font-size: 20px;
  width: 326px;
}
.userplus table th span {
  font-size: 12px;
}
.userplus .sansyo {
  background: #00CCFF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
}
.userplus .touroku {
  background: #66CCCC;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
}
.userplus .kanri {
  background: #16748B;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
}
.userplus .lh76 {
  margin-top: 20px;
}

@media (max-width: 768px) {
.userplus {
  margin-bottom: 50px;
}
.userplus .js-scrollable {
   overflow-x: scroll;
   width: 90%;
   margin: auto;
}
}
/*///////  オプション   //////*/
.options {
  width: 100%;
  margin-bottom: 80px;
}
.options h3 {
  margin-bottom: 80px;
}
.options dl {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.options dl dt {
  width: calc(55% - 30px);
  background: #A8A8A9;
  color: #fff;
  font-size: 20px;
  padding: 15px;
}
.options dl dd {
  width: calc(45% - 30px);
  color: #666;
  font-size: 20px;
  padding: 15px;/*
  text-align: right;*/
}
.options dl dt span, .options dl dd span {
  font-size: 14px;
}



@media (max-width: 768px) {
  .options dl dt {
  width: calc(100% - 30px);
}
.options dl dd {
  width: calc(100% - 30px);
}
	
}

/*///////  導入サポート   //////*/

.suports {
  width: 100%;
  margin-bottom: 100px;
}

.suports table {
  margin-top: 50px;
  border: none;
  width: 1100px;
  max-width: max-content;
}
.suports table td, .suports table th {
  padding: 15px  20px;
  font-size: 20px;
}

.suports .sansyo {
  background: #00CCFF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
}
.suports .touroku {
  background: #66CCCC;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
}
.suports th.mds {
	font-size: 16px;
	text-align: left;
	background: #F8F9FA;
}
.suports  table td span {
  font-size: 12px;
}

.suports .caption {
  max-width: 1100px;
  width: 100%;
  margin: 10px auto 0;
  text-align: right;
  font-size: 14px;
}
.suports .ban {
	max-width: 1100px;
	margin: 80px auto;
}
.suports .ban ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.suports .ban ul li {
	width: 50%;
	position: relative;
}
.suports .ban ul li .txt {
	position: absolute;
	bottom:0;
	height: 45%;
	width: 100%;
	background: rgba(51, 51, 51, 0.5);
	z-index: 3;
	padding-top: 10px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	line-height: 0.8;
}
.suports .ban ul li .txt span {
	font-size: 14px;
}

.suports .ban ul li .btn a{
	position: absolute;
	bottom:-30px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	z-index: 10;
	border-radius: 50px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #FFCC00;
	display: block;
	font-weight: 700;
	font-size: 22px;
  transition: .3s;
}
.suports .ban ul li .btnb a{
	position: absolute;
	bottom:-30px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	z-index: 10;
	border-radius: 50px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #00CCFF;
	display: block;
	font-weight: 700;
	font-size: 22px;
    transition: .3s;
}
.suports .ban ul li .btn a::after ,.suports .ban ul li .btnb a::after{
  content: "";
  position: absolute;
  top: 51%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.suports .ban ul li .btn a:hover,.suports .ban ul li .btnb a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
@media (max-width: 768px) {
	
 .suports .caption {
    font-size: 13px;
	 text-align: left;
  }
.suports .ban ul li {
	width: 100%;
}
	.suports .ban ul li .txt {
	font-size: 28px;
}
.suports .ban ul li .txt span {
	font-size: 14px;
}
.suports .ban ul li .btn a,.suports .ban ul li .btnb a {
    bottom: -40px;
    padding: 10px;
}
}


/*///////  導入ステップ   //////*/
.step {}
.step .flow {
	max-width: 1100px;
	margin: auto;
	margin-top: 80px;
}

/*///////  faq   //////*/
.faq {
	margin-top: 80px;
    margin-bottom: 30px;
}

.faq .accordion_one {
	max-width: 1100px;
	margin: 0 auto 10px;
}
.faq .accordion_one#topfq {
	margin-top: 80px;
}
.faq .accordion_one .accordion_header {
	background-color: #EAFAFF;
	color: #666;
	font-size: 18px;
	padding: 20px 3%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border: 1px solid #cccccc;
}
.faq .accordion_one .accordion_header:first-letter {
	font-size:24px;
	color: #00ccff;
	font-weight: 700;
}
.faq .accordion_one .accordion_header::before{
	content: 'Q.';
	margin-right: 5px;
	font-size: 18px;
}

.faq .accordion_one .accordion_header:hover {
	opacity: .8;
}
.faq .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.faq .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.faq .accordion_one .accordion_header.open {
	border-bottom: none;
}
.faq .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.faq .accordion_one .accordion_header .i_box .one_i:before, .faq .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #666;
	border-radius: 10px;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.faq .accordion_one .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 18px;
	top: 0;
	left: 8px;
}
.faq .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.faq .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	font-size: 18px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
}

.faq .accordion_one .accordion_inner p.txt_a_ac::before{
	content: 'A.';
	margin-right: 5px;
	font-size: 18px;
}
.faq .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

.faq .btn {
	margin-top: 60px;
}
.faq .btn a {
	max-width: 430px;
	margin: auto;
	width: 100%;
	z-index: 10;
	border-radius: 50px;
	padding: 15px;
	text-align: center;
	color: #fff;
	background: #66CCCC;
	display: block;
	font-weight: 700;
	font-size: 30px;
  transition: .3s;
	position: relative;
}
.faq .btn a::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.faq .btn a:hover{
   transform: scale(1.1);
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.faq {
	margin-top: 50px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}
	.faq .accordion_one .accordion_header {
		font-size: 18px;
	}
	.faq .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.faq .accordion_one#topfq {
	margin-top: 40px;
}
	.faq .accordion_one .accordion_header {
		font-size: 14px;
		text-align: left;
		padding: 10px 40px 15px 15px;
	}
	.faq .accordion_one .accordion_inner {
	display: none;
	padding: 20px 20px;
	font-size: 14px;
}
	
	.faq .btn a {
		width: 90%;
		font-size: 20px;
}
}
