/*
index
*/
.index-main {
/*  margin-top: 8px;*/
  /* height: 480px; */
}
.slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 1600px;
  margin: 0 auto;　
  height: 480px;
}
.slide .sp {
  display: none;
}
.slide .pc {
  display: block;
}
.wrap .card_area.pcorder  {
  display: contents !important;
}
@media screen and (max-width: 767px) {
  .index-main {
/*    margin-top: 44px;*/
    /* height: 285px; */
  }
  .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    height: 285px;
  }
  .slide .pc {
    display: none;
  }
  .slide .sp {
    display: block;
  }
.wrap .card_area.pcorder {
  display: none !important;
}
}
/*main-image*/
.main-image {
  width: 1600px;
  margin: 0 auto;
  /* height: 480px; */
}
.main-image .sp {
  display: none;
}
.main-image .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .main-image {
    width: 100%;
    margin: 0 auto;
    /* height: 285px; */
  }
  .main-image .pc {
    display: none;
  }
  .main-image .sp {
    display: block;
  }
}
/*main-image end*/
.img-sp {
  display: none;
}
@media screen and (max-width:560px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}
.index-main .wrap {
  position: relative;
}
.index-main .slide .main-copy {
  position: absolute;
  top: 70px;
  left: 10px;
}
.index-main .slide .main-copy .copy {
  font-size: 31px;
  color: #FFFFFF;
  line-height: 3.5rem;
  -moz-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
  -webkit-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
  -ms-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
}
.index-main .slide .main-copy .patent {
  margin-bottom: 20px;
}
.index-main .slide .main-copy .patent div {
  font-size: 12pt;
  color: #FFFFFF;
  margin-right: 15px;
  padding: 8px;
  float: left;
  background-color: #6080B0;
}
.index-main .slide .main-copy .description {
  font-size: 31px;
  margin-top: 50px;
  color: #FFFFFF;
  line-height: 3.5rem;
  -moz-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
  -webkit-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
  -ms-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.87);
}
.index-main .slide .main-copy .description .desc {
  margin-right: 15px;
  font-size: 21px;
  float: left;
  width: 200px;
}
.index-main .slide .main-copy .description .desc div {
  margin-top: 20px;
}
.index-main .slide .main-copy .description .desc div i {
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
}
.index-main .slide .main-copy .description .desc div span {
  font-size: 26px;
}
.index-main .slide .main-copy .description.desc2 {
  text-align: center;
}
.index-main .slide .main-copy .description.desc2 p {
  text-align: center;
}
.index-main .slide .main-copy .description.desc2 .desc div i {
  font-size: 110px;
}
.index-main .slide .main-copy .description.desc2 .desc {
  width: 215px;
}
.index-service .col {
  text-align: center;
}
.index-service .col p {
  text-align: left;
}
.index-service .col h4:hover {
  text-decoration: underline #6080B0;
}
.index-service .col h4 {
  color: #6080B0;
}
.index-service .image {}
.index-funclink {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}
.index-f1 {
  color: #ffffff !important;
  background-image: url('/images/dummy/12360715.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-f1 h2 {
  color: #FFFFFF !important;
}
.article-loop li a {
  display: block;
}
.article-loop li .image {
  margin-bottom: 15px;
}
.article-loop li span {
  display: block;
  margin-bottom: 10px;
}
.index-article .bx-wrapper .bx-next {
  right: -42px;
}
.index-article .bx-wrapper .bx-prev {
  left: -42px;
}
@media screen and (max-width: 767px) {
  .index-main h1 {
    font-size: 1.5rem;
  }
  .index-service .col h4 {
    margin-bottom: -7px;
  }
  .index-service .col p {
    line-height: 1.7rem;
    text-align: left;
    font-size: 1em;
  }
  .index-funclink {
    width: 90%;
  }
  .index-funclink .fl, .index-funclink .fr {
    width: 50%;
  }
  .index-funclink a.btn {
    width: 90%;
    font-size: 0.8rem;
  }
  .article-loop li .image {
    margin-bottom: 15px;
  }
  .article-loop li span {
    font-size: 0.6rem;
    margin-bottom: 5px;
  }
  .index-article .bx-wrapper .bx-next {
    right: 5px;
  }
  .index-article .bx-wrapper .bx-prev {
    left: 5px;
  }
}
/* about */
.about-title h3 {
  padding-right: 10px;
  float: left;
}
.about-title span {
  display: inline-block;
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .about-title span {
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .about-patent .col .image {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
  }
}
.img_block {
  margin-bottom: 35px;
}
.img_block .img {
  float: left;
  width: 120px;
  margin-right: 25px;
  text-align: center;
}
.img_block .block {
  float: left;
  width: 410px;
}
.about_img {
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  min-height: 400px;
}
.about_img h2, .about_img h3, .about_img p {
  color: #FFFFFF !important;
}
.about_img03 {
  background-image: url('/doc/images/about/img03.jpg');
}
.about_img05 {
  background-image: url('/doc/images/about/img05.jpg');
}
.about_img07 {
  background-image: url('/doc/images/about/img07.jpg');
}
.about_img.about_img07 {
  padding-top: 95px;
  min-height: 200px;
}
.about_img_08_bltable {
  background-image: url('https://1cs.jp/doc/wp-content/uploads/bg-graytable-min-1.png');
}
@media screen and (max-width: 767px) {
  .img_block .img {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
  .img_block .img img {
    width: 100%;
    height: auto;
  }
  .img_block .block {
    float: left;
    width: 90%;
    margin: 10% 5%;
  }
  .about_img {
    padding-top: 25px;
    min-height: auto;
  }
  .about_img.about_img07 {
    padding-top: 25px;
    min-height: 120px;
  }
}
/* company */
.mission {
  background-image: url('/doc/images/company/mission.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  color: #ffffff;
  padding-bottom: 70px;
}
.mission .copy {
  font-size: 34px;
  line-height: 2.5rem;
  text-align: center;
  padding: 3% 0;
}
.mission .more {
  display: none;
  color: #ffffff;
}
.concept {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.concept h3 {
  display: block;
  cursor: pointer;
  background-image: url('/doc/wp-content/themes/1cs/images/common/arrow_gray_under.png');
  background-repeat: no-repeat;
  background-position: 45% 5px;
  background-size: 8px auto;
}
.concept h3.close {
  background-image: url('/doc/wp-content/themes/1cs/images/common/arrow_gray_up.png');
}
.concept ul {
  display: none;
  margin-bottom: 15px;
  padding-right: 3%;
  padding-bottom: 15px;
  padding-left: 8%;
  border-bottom: 1px solid #CCCCCC;
}
.concept li {
  padding-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
.table0.history th {
  width: 20%;
}
.president {}
.president .profile {}
@media screen and (max-width: 767px) {
  .profile-table .table0.second {
    border-top: 0;
  }
  .mission {
    background-position: 60% 0%;
    padding-bottom: 10px;
  }
  .mission .copy {
    font-size: 21px;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 3% 0;
  }
  .mission .more {
    display: block;
  }
  .mission .more_text {
    display: none;
  }
  .concept {
    width: 95%;
  }
  .concept h3 {
    background-position: 95% 5px;
  }
  .table0.history th {
    font-size: 12px;
  }
.table0.history th {
  width: 40%;
}
  .president {}
  .president .profile {}
}
/* recruit */
.recruit.mission {
  background: none;
  background-color: #f9f8f4;
  padding-bottom: 35px;
  padding-top: 35px;
  color: #4d4d4d;
}
.recruit.mission .copy {
  font-size: 34px;
  line-height: 3.5rem;
  text-align: center;
  padding: 1% 0;
}
@media screen and (max-width: 767px) {
  .recruit.mission .copy {
    font-size: 16px;
    line-height: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 1% 0;
  }
}
/* function*/
.case-box {
  margin-bottom: 35px;
}
.case-question {
  margin-right: 2%;
  padding: 0;
  float: left;
  width: 52%;
}
.case-solution {
  float: left;
  width: 46%;
}
.case-answer {
  margin-bottom: 15px;
  padding: 3%;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.case-hint {
  background-color: #f7f7f7;
  padding: 3%;
}
.case-box h3 {
  margin-bottom: 25px;
}
.case-box h4 {
  margin-bottom: 25px;
}
.case-box .label {
  font-size: 36px;
  margin-right: 25px;
  margin-bottom: 30px;
  float: left;
  color: #6080B0;
}
.func_lists .col {
  width: 25%;
  margin-left: 0;
}
.func_list a h3 {
  color: #fff;
  font-weight: bold;
}
.func_list a {
  text-align: center;
  text-decoration: none;
  margin: 0 auto 15px;
  padding-top: 20px;
  display: block;
  width: 180px;
  height: 160px;
  -webkit-border-radius: 110px; /* width,heightの半分 */
  -moz-border-radius: 110px;
  border-radius: 110px;
  background-image: url('images/func_list.png');
  background-repeat: no-repeat;
  background-position: 7% center;
}
.func_table {
  border-top: 0;
  width: 100%;
}
.func_table thead th, .func_table thead td {
  background-color: #ffffff;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.func_table th {
  font-weight: normal;
  width: auto;
}
#price-list .func_table1 thead tr:first-child td {
   text-align: center !important;
}
#price-list .func_table th {
   text-align: center !important;
   width: 32%;
   padding-left: 20px;
}
#price-list .func_table th p {
    text-align: center;
   padding-left: 20px;
}
#price-list .func_table td {
    text-align: left !important;
}
#price-list .func_table td p {
    text-align: left !important;
}
#price-list .table0 td{
padding-left: 30px;
}
.func_table td {
  text-align: center;
  width: 30%;
}
.func_table .hpb-list {
  text-align: center;
  width: 14% !important;
}
.func_table-3line td {
  text-align: center;
  width: 25% !important;
}
.func_table tbody td {}
.func_table tbody td p {
  font-size: 0.9rem;
  font-weight: normal;
  color: #4d4d4d;
}
#price-list .table0 tbody td p {
  font-size: 0.9rem;
  font-weight: normal;
  color: #4d4d4d;
  text-align: left;
}
.func_table .category {
  background-color: #444444;
  color: #FFFFFF;
}
.func_table tbody tr td:nth-child(2) {
  border-left: 1px solid #CCCCCC;
}
.func_table tbody tr td:nth-child(3) {
  border-left: 1px solid #CCCCCC;
}
.func_table tbody tr td:nth-child(4) {
  border-left: 1px solid #CCCCCC;
}
.func_table2 tbody tr td:nth-child(4) {
  border-left: 1px solid #CCCCCC;
}
.func_table1 tbody tr td:nth-child(2) {
  color: #8cc540;
}
.func_table1 tbody tr td:nth-child(3) {
  color: #65a337;
}
.table0 .cs-light {
  background-color: #8cc540;
  color: #ffffff;
}
.table0 .cs-standard {
  background-color: #65a337;
  color: #ffffff;
}
.table0 .pos-light {
  background-color: #c03aa2;
  color: #ffffff;
}
.table0 .pos-lightplus {
  background-color: #9d28a0;
  color: #ffffff;
}
.table0 .pos-standard {
  background-color: #5c4b89;
  color: #ffffff;
}
.table0 .pos-honbu {
  background-color: #005b9a;
  color: #ffffff;
}
.func_table1 .cs-light {
  background-color: #8cc540;
}
.func_table1 .cs-standard {
  background-color: #65a337;
}
.func_table2 tbody tr td:nth-child(2) {
  color: #ca3aa9;
}
.func_table2 tbody tr td:nth-child(3) {
  color: #9d28a0;
}
.func_table2 tbody tr td:nth-child(4) {
  color: #5c4b89;
}
.func_table2 .pos-light {
  background-color: #ca3aa9;
}
.func_table2 .pos-lightplus {
  background-color: #9d28a0;
}
.func_table2 .pos-standard {
  background-color: #5c4b89;
}
.func_table1 .pos-light {
  background-color: #ca3aa9;
}
.func_table1 .pos-lightplus {
  background-color: #9d28a0;
}
.func_table1 .pos-standard {
  background-color: #5c4b89;
}
.table0 td, .table0 th {
  vertical-align: middle;
}
.func_table-explain thead th, .func_table thead td {
  background-color: #ffffff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.func_table-explain th {
  font-weight: normal;
}
.func_table-explain td {
  width: 2%;
}
.func_table-explain tbody td p {
  font-size: 0.9em;
  font-weight: normal;
  color: #4d4d4d;
}
.func_table-explain .category {
  background-color: #444444;
  color: #FFFFFF;
}
.func_table-explain tbody tr td {
  border-left: 1px solid #CCCCCC;
}
/*
.func_table-explain tbody tr td:nth-child(1) {	
border-left: 1px solid #CCCCCC;	
}	
.func_table-explain tbody tr td:nth-child(2) {	
border-left: 1px solid #CCCCCC;	
}	
.func_table-explain tbody tr td:nth-child(3) {	
	border-left: 1px solid #CCCCCC;	
}	
.func_table-explain tbody tr td:nth-child(4) {	
	border-left: 1px solid #CCCCCC;	
}	
.func_table-explain tbody tr td:nth-child(5) {	
	border-left: 1px solid #CCCCCC;	
}	
.func_table-explain tbody tr td:nth-child(6) {	
	border-left: 1px solid #CCCCCC;	
}	*/
.func_table-explain td, .func_table-explain th {
  vertical-align: middle;
}
.icon-app {
  padding-left: 35px;
  background-image: url('/doc/images/function/func1/app_icon.png');
  background-repeat: no-repeat;
  display: block;
  background-size: 26px auto;
  background-position: 0 7px;
}
.app-btn {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  width: 70%;
}
.app-btn td {
  padding-right: 2px;
  padding-left: 2px;
}
.icon-title {
  margin-bottom: 20px;
}
.icon-title .image {
  float: left;
  margin-top: -5px;
  width: 55px;
}
.icon-title h3 {
  margin-top: 10px;
  float: left;
}
.calc {
  font-size: 20px;
  color: #6080B0;
  font-weight: bold;
  padding: 3%;
  border: 3px solid #6080B0;
  text-align: center;
}
.calc input[type="text"] {
  color: #6080B0;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
  width: 150px;
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
}
.calc input[type="text"]:focus {
  outline: 0;
  border-color: #6080B0;
}
.image-heightLine .image {
  height: 350px;
}
.image-heightLine2 .image {
  height: 280px;
}
@media screen and (max-width: 767px) {
#price-list .func_table th {
   text-align: left !important;
   padding-left: 10px;
   width: 40%;
}
#price-list .func_table th p {
    text-align: left;
    padding-left: 0px;
}
#price-list .func_table td p {
   text-align: left !important;
   padding-left: 0px;
}
#price-list .func_table td {
   padding-left: 15px;
}
#price-list .table0 th{
padding-left: 10px;
}
#price-list .table0 td{
padding-left: 10px;
}
#price-list .func_table td {
  width: auto;
}
.func_table .hpb-list {
  width: 30% !important;
}
.func_table-explain td {
  width: 0.8%;
}
  .link-block .col {
    padding-bottom: 25px;
    border-bottom: 1px solid #CFCFCF;
  }
  .link-block .image {
    margin-right: auto;
    margin-left: auto;
    width: 60%;
  }
  .case-box {
    margin-bottom: 35px;
  }
  .case-question {
    margin-right: 0%;
    padding: 0;
    float: none;
    width: 100%;
  }
  .case-question .image {
    margin-bottom: 20px;
  }
  .case-question img {
    width: 100%;
    height: auto;
  }
  .case-solution {
    float: none;
    width: 100%;
    clear: both;
  }
  .case-question .label {
    font-size: 20px;
    float: left;
    width: 10%;
  }
  .case-question p {
    float: left;
    width: 80%;
    margin-bottom: 25px;
  }
  .case-box h3 {
    margin-bottom: 15px;
  }
  .case-box h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .func_lists .col {
    width: 33%;
    margin-left: 0;
  }
  .func_list a {
    margin: 0 auto;
    padding-top: 15px;
    display: block;
    width: 100px;
    height: 85px;
    -webkit-border-radius: 50px; /* width,heightの半分 */
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-position: 8% center;
  }
  .func_list a h3 {
    font-size: 12px;
  }
  .func_list a img {
    width: 40px;
    height: auto;
  }
  .func_table tbody td {
    font-size: 0.8rem;
  }
  .func_table tbody td p {
    font-size: 12px;
    line-height: 1.1rem;
    text-align: center !important;
  }
  #price-list .func_table tbody td p {
    text-align: left !important;
  }
  #price-list .table0 tbody td p {
    font-size: 12px;
    line-height: 1.1rem;
  }
	.td-pl20 tbody td {
		padding-left: 20px;
	}
  .func_table tbody td .table-sp-fs-m {
    font-size: 13px;
    line-height: 1.3rem;
  }
  table1 .cs-light {
    font-size: 0.7rem;
  }
  .func_table1 .cs-standard, .func_table1 .cs-light, .func_table2 .pos-light, .func_table2, .func_table2 .pos-standard, .func_table2 .pos-lightplus {
    font-size: 14px;
  }
  .fs-l {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .icon-app {
    padding-left: 22px;
    background-image: url('/doc/images/function/func1/app_icon.png');
    background-repeat: no-repeat;
    display: block;
    background-size: 18px auto;
    background-position: 0 3px;
  }
  .app-btn {
    width: 100%;
  }
  .calc {
    font-size: 20px;
    padding: 20px;
    border: 3px solid #6080B0;
    line-height: 1.7rem;
  }
  .calc input[type="text"] {
    color: #6080B0;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    width: 30%;
  }
  #pos2 .table0 {
    border-top: 0;
  }
  .security-box .image {
    margin-bottom: 10px;
    float: none !important;
  }
  .security-box .image.w20 {
    width: 30% !important;
  }
  .security-box .w80 {
    width: 70% !important;
  }
  .security-box p.tal {
    text-align: left;
    clear: both;
  }
  .image-heightLine .image {
    height: auto;
  }
  .image-heightLine2 .image {
    height: auto;
  }
}
/* flow */
.step .grid1 p {
  text-align: left !important;
}
.step h3 {
  text-align: center;
  padding-top: 15px;
  font-size: 1.4rem;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.step p span {
  font-size: 0.8rem;
  line-height: 1rem !important;
}
.step .grid1 h4 {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 12px;
}
.step {
  padding-bottom: 30px;
  background-image: url('images/arrow_flow.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 25px;
}
.step.last {
  background-image: none;
}
.step .col .image {
  text-align: center;
}
.ss_privacy {
  margin-bottom: 4px;
  padding: 3px;
  border: 1px solid #e5e5e5;
  height: 110px;
  overflow: auto;
  color: #333333;
  font-size: 0.85em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .step .grid3 .col {
    margin-left: 0;
    float: none !important;
    width: 100%;
  }
  .step h3 {
    padding-top: 8px;
    font-size: 1rem;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
.step {
  padding-bottom: 40px;
  background-image: url('images/arrow_flow.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 25px;
}
  .step .grid3 .col h4 {
    font-size: 18px;
    border-bottom: 0;
  }
  .step .grid3 .col p {
    font-size: 16px;
  }
  .step a.btn.trial {}
}
/* case */
.case-loop li {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
  float: left;
  width: 264px;
}
.case-loop li a {
  margin-right: auto;
  margin-left: auto;
  height: 410px;
  display: block;
  text-decoration: none;
}
.case-loop li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.case-loop li h4 {
  text-align: center;
  margin-bottom: 8px;
  padding-right: 5px;
  padding-left: 5px;
  height: 38px;
}
.case-loop li .case-catelabel {
  font-size: 12px;
  color: #999999;
  text-align: center;
  height: 22px;
}
.case-loop li p.name {
  text-align: center;
  margin-bottom: 8px;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #6080B0;
}
.case-loop li p.label {
  padding: 0 8px;
  text-align: left !important;
  line-height: 1.4rem;
}
.case-loop li .thumb {
  margin-bottom: 5px;
}
.case-loop li .thumb img, .case-side .thumb img, .case_heading2 .case-img img, .case-contents .col .image img {
  height: auto;
  width: 100%;
}
.case-side a {
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
  display: inline-block;
}
.case-side .thumb {
  margin-right: 4%;
  float: left;
  width: 26%;
}
.case-side .label {
  float: left;
  width: 70%;
}
.case-side h4 {
  font-size: 16px;
  line-height: 1.7rem;
}
.case-side p {
  font-size: 14px;
}
.case-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 15px 2%;
    margin-bottom: 35px;
}
.case_heading {
  margin-top: 15px;
/*
  padding: 150px 2% 15px;
  height: 235px;
*/
}
.case_heading2 {
  padding: 15px 2% 15px;
  background-color: rgba(51, 51, 51, 0.8);
  height: auto;
}
.case_heading_title {}
.case_heading2 .case-img {
  margin-right: 5%;
  float: left;
  width: 30%;
}
.case_heading2 .case-title {
  color: #FFFFFF;
  line-height: 1.5rem;
  float: left;
  width: 65%;
}
.case_heading2 h1 {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.case-contents .wrap.grid1 .col p {
  text-align: left;
}
.case-imgtitle {
  margin-bottom: 15px;
}
.case-imgtitle .image {
  margin-right: 15px;
  float: left;
  width: 80px;
}
.case-side .case-catelabel {
  font-size: 11px;
  color: #999999;
}
.col2 .main .case-catelabel {
  font-size: 13px;
  color: #999999;
  padding: 2px 20px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  display: inline;
}
.single-case main .col2,.single-post main .col2
{
	margin-top: 0px;
}
.case-title_flex_box {
  padding: 10px;
  display: flex;
  align-items: center;
}
.case-title_flex_box .image {
  width: 13%;
}
.case-title_flex_items {
  margin-left: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-loop li {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .case-loop li a {
    padding: 1%;
    height: auto;
  }
  .case-loop li .thumb {
    margin-right: 3%;
    float: left;
    width: 30%;
  }
  .case-loop li .case-block {
    float: left;
    width: 67%;
  }
  .case-loop li h4 {
    text-align: left;
    height: auto;
  }
  .case-loop li .case-catelabel {
    padding-left: 5px;
    margin-top: -4px;
    font-size: 13px;
    text-align: left;
    height: auto;
    line-height: 1.5rem;
  }
  .case-loop li p.name {
    text-align: left;
  }
  .case-loop li p.label {
    font-size: 14px;
  }
  .case-header {
    margin-bottom: 25px;
    background-repeat: no-repeat;
    height: auto;
	padding: 0;
    background-size: none;
    background-position: none;
  }
  .case_heading {
    padding: 55px 2% 15px;
    height: auto;
  }
  .case_heading2 {
    padding: 15px 2% 15px;
    height: auto;
  }
  .case_heading2 .case-img {}
  .case_heading_title {
    margin-bottom: 5px;
  }
  .case_heading2 .case-title {
    line-height: 1.2rem;
    font-size: 14px;
  }
  .case_heading2 h1 {
    font-size: 14px;
    line-height: 1.2rem;
  }
  .case_heading2 dl {
    font-size: 14px;
  }
  .case_heading2 dt {
    margin-right: 3%;
    float: left;
    width: 27%;
  }
  .case_heading2 dd {
    float: left;
    width: 70%;
  }
  .case-side a {
    padding-bottom: 7px;
  }
  .case-side .thumb {
    margin-right: 4%;
    float: left;
    width: 21%;
  }
  .case-side .label {
    float: left;
    width: 75%;
  }
  .case-side h4 {
    font-size: 14px;
  }
  .case-side p {
    font-size: 14px;
  }
  .case-imgtitle .image {
    margin-right: 10px;
    width: 90px;
  }
  .case-title_flex_box {
    padding: 10px;
    display: flex;
    align-items: stretch;
  }
.case-title_flex_box .image {
  width: 42%;
}
  .case-title_flex_items {
    margin-left: 10px;
    width: 100%;
  }
}
/* faq */
.wrap.faq.grid1 .col h2 {
  text-align: left;
}
.faq h3 {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 12px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e1e4e6;
  background-image: url('images/icon_down.png');
  background-repeat: no-repeat;
  background-position: 26% center;
}
.faq h3:hover, .faq h4:hover {
  background-color: #cddef7;
}
.faq-child {
  display: none;
}
.faq h4 {
  font-size: 16px;
  text-align: left;
  margin-left: 3%;
  padding: 2% 4%;
  border-bottom: 1px solid #E1E4E6;
  background-image: url('images/iconQ.png'), url('images/icon_down.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 1% center, 86% center;
  display: block;
  cursor: pointer;
}
.faq p {
  margin-left: 3%;
  text-align: left !important;
  padding: 1% 10% 3% 4%;
  display: none;
  background-image: url('images/iconA.png');
  background-repeat: no-repeat;
  background-position: 1% 15px;
}
.faq h3.up {
  background-image: url('images/icon_up.png');
  background-repeat: no-repeat;
  background-position: 26% center;
}
.faq h4.up {
  background-image: url('images/iconQ.png'), url('images/icon_up.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 1% center, 86% center;
}
@media screen and (max-width: 767px) {
  .faq h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 12px;
    background-position: 96% center;
  }
  .faq h4 {
    margin-left: 0 !important;
    font-size: 15px;
    line-height: 1.7rem;
    margin-left: 3%;
    padding: 2% 9%;
    background-position: 1% 6px, 96% center;
  }
  .faq p {
    margin-left: 0;
    padding: 10px 5px 3% 9%;
  }
  .faq h3.up {
    background-position: 96% center;
  }
  .faq h4.up {
    background-position: 1% center, 96% center;
  }
}
/* release */
.release-loop li a {
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-decoration: none;
}
.case-loop li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.release-loop li a p {
  text-align: left !important;
}
.release-loop li .image {
  margin-bottom: 15px;
}
.release-loop li .image img {
  width: 100%;
  height: auto;
}
.release-loop li {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
  float: left;
  width: 264px;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .release-loop li {
    margin-right: 0px;
	margin-top: 6px;
    margin-bottom: 15px;
    margin-left: 0px;
    float: none;
    width: 100%;
    min-height: 80px;
    height: auto;
  }
  .release-loop li:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
  }
  .release-loop li .image {
    margin-right: 5%;
	margin-top: 6px;
    margin-bottom: 15px;
    float: left;
    width: 30%;
  }
  .release-loop li p {
    float: left;
    width: 65%;
  }
  .release-loop li:not(:last-child) p {
    margin-bottom: 15px;
  }
  .release-loop li a {
    height: auto;
  }
}
/*  article */
li.article-side {
  border-bottom: 1px dotted #CCCCCC;
}
li.article-side .thumb {
  margin-right: 4%;
  float: left;
  width: 26%;
}
li.article-side .thumb img, .category-article .article-loop li img {
  height: auto;
  width: 100%;
}
li.article-side .label {
  float: left;
  width: 70%;
  line-height: 1.5rem;
}
.category-article .article-loop li {
  margin-right: 2%;
  margin-bottom: 40px;
  margin-left: 2%;
  float: left;
  width: 21%;
}
.category-article li p {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .category-article .article-loop li {
    margin-right: 0%;
    margin-bottom: 15px;
    margin-left: 0%;
    float: none;
    width: 100%;
  }
  .category-article .article-loop li:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
  }
  .category-article .article-loop li .image {
    margin-right: 5%;
    float: left;
    width: 30%;
    margin-bottom: 15px;
  }
.category-article li:not(:last-child) p {
    margin-bottom: 15px;
}
  .category-article .article-loop li a {
    display: block;
  }
}
/*  imgのレスポンシブ対応*/
.img-s {
  width: 20vw;
  min-width: 200px;
}
.img-m {
  width: 50vw;
  min-width: 240px;
}
.img-l {
  width: 80vw;
  min-width: 240px;
}
/* imgのレスポンシブ対応終わり */
/* クリーム背景の並び順 */
.col-flex {
  display: flex;
}
.col-flex-pc-col-sp-row-r {
  display: flex;
  flex-direction: column;
}
.wrap.grid4 .col-w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .col-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .col-flex-pc-col-sp-row-r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-bottom: 1px solid #ccc;
  }
  .col-flex-pc-col-sp-row-r > div:first-child {
    width: 60%;
    padding: 10px;
  }
  .col-flex-pc-col-sp-row-r > div:nth-child(2n) {
    width: 40%;
    padding: 10px;
  }
  .col-flex {
    display: flex;
  }
  .col-sp-up {
    flex-direction: column-reverse;
  }
  .col-sp-down {
    flex-direction: column;
  }
}
/* クリーム背景の並び順終わり */
/* price layout */
.plan-list.right {
  float: right;
  width: 570px;
}
.plan-list.left {
  float: left;
  width: 570px;
}
.plan-list.right-pos {
  float: right;
  width: 380px;
}
.plan-list.left-pos {
  float: left;
  width: 380px;
}
.plan-list.right-pos-option {
  float: right;
  width: 800px;
}
span.csfonts {
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  .plan-list.right {
    float: none;
    width: 100%;
  }
  .plan-list.left {
    float: none;
    width: 100%;
  }
  .plan-list.right-pos {
    float: none;
    width: 100%;
  }
  .plan-list.left-pos {
    float: none;
    width: 100%;
  }
  .plan-list.right-pos-option {
    float: none;
    width: 100%;
  }
}
/* price plus */
.price-plus {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 55px;
}
.price-plus span {
  font-size: 51px;
}
@media screen and (max-width: 767px) {
  .price-plus {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .price-plus span {
    font-size: 30px;
  }
}
/* togggle btn */
.toggle-block,.toggle-block2,.toggle-block3,.toggle-block4,.toggle-block5,.toggle-block6,.toggle-block7,.toggle-block8,.toggle-block9,.toggle-block10,.toggle-block11,.toggle-block12,.toggle-block13,.toggle-block14,.toggle-block15,.toggle-block16,.toggle-block17,.toggle-block18,.toggle-block19,.toggle-block20,.toggle-block21 {
  display: none;
}
.plan-btn-toggle {
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #CEC2AA;
}
.plan-btn-toggle2 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #CEC2AA;
}
.plan-btn-toggle3 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #7D59D7;
}
.plan-btn-toggle18,.plan-btn-toggle19 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #7D59D7;
}
.plan-btn-toggle4 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #7D59D7;
}
#toggle-btn, #toggle-btn2, #toggle-btn3, #toggle-btn4,.toggle-btn5,.toggle-btn6,.toggle-btn7,.toggle-btn8,.toggle-btn9,.toggle-btn10,.toggle-btn11,.toggle-btn12,.toggle-btn13,.toggle-btn14,.toggle-btn15,.toggle-btn16,.toggle-btn17,.toggle-btn18,.toggle-btn20,.toggle-btn21{
  display: block;
  cursor: pointer;
}

#toggle-btn3 {
  margin-bottom: 15px;
}
#toggle-btn4 {
  margin-bottom: 15px;
}
#toggle-btn18 {
  margin-bottom: 8px;
}
#toggle-btn19 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
#toggle-btn18 {
  margin-bottom: 5px;
}
#toggle-btn19 {
  margin-bottom: 5px;
}
.plan-btn-toggle3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.plan-btn-toggle18,.plan-btn-toggle19 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.plan-btn-toggle4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
}
/* price table */
.plan-list table {
  border-collapse: collapse;
}
.plan-list td {
  padding: 15px;
  width: 50%;
  border-collapse: collapse;
  line-height: 1.5rem;
  padding-right: -1px;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.plan-list tr:last-child td {
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.plan-list td p {
  padding-top: 3px;
  font-size: 0.9rem;
}
.plan-list .plan-label {
  color: #FFFFFF;
}
.plan-list .plan-label span {
  display: block;
}
.plan-initial {
  vertical-align: middle;
  height: 100px;
  background-color: #F6F6F6;
}
.plan-monthly {
  vertical-align: middle;
  height: 120px;
}
.price-indent1 {
  text-indent: 64px;
}
.price-indent2 {
  text-indent: 86px;
}
.func-list-height {
  height: 250px;
}
.plan-funclist {
  background-color: #f7f3eb;
}
.plan-list .plan-funclist ul {
  margin-bottom: 15px;
}
.plan-list .plan-funclist li {
  text-align: left;
  margin-bottom: 5px;
}
/*
.plan-list  .plan-funclist li span {
	font-size: 100%;
}
*/
.plan-list .plan-funclist h4 {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #4d4d4d;
}
.plan-list .plan-funclist .float-list li {
  margin-left: 4%;
  list-style: disc outside;
  float: left;
  width: 46%;
}
.plan-funclist.attention p {
  text-align: left !important;
}
span.disp-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan-list.left {
    margin-bottom: 30px;
  }
  .plan-list.right {
    margin-bottom: 30px;
  }
  .plan-list.left-pos {
    margin-bottom: 30px;
  }
  .plan-list.right-pos {
    margin-bottom: 30px;
  }
  .plan-list td {
    padding: 10px 15px;
    width: 50%;
  }
  .plan-list td p {
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: center !important;
  }
  .plan-initial {
    height: auto;
  }
  .plan-monthly {
    height: auto;
  }
  .price-indent1 {
    text-indent: 0px;
  }
  .price-indent2 {
    text-indent: 0px;
  }
  .ps-gap1, .ps-gap2 {
    text-align: right;
    margin-right: 25%;
    width: 75%;
  }
  .func-list-height {
    height: auto;
  }
  .plan-list .plan-funclist h4 {
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
  .plan-list .plan-funclist ul {
    margin-left: 10px;
  }
  .plan-list .plan-funclist li {
    margin-bottom: 0px;
  }
  .plan-list .plan-funclist .float-list li {
    margin-left: 4%;
    float: none;
    width: 96%;
  }
  .plan-list .plan-funclist p.tal {
    text-align: left !important;
  }
}
/****************
 プラン別機能の説明文
 * *************/
.plan-descri {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 7px;
}
/****************
 プラン別機能の説明文終わり
 * *************/
.price-num {
  font-family: arial;
  font-size: 2.1rem;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}
.price-num_s {
  font-family: arial;
  font-size: 1.4em;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}
/*POSオプション機能*/
.pos-option {
  border: 1px solid #CCCCCC;
}
.pos-option thead th {
  font-weight: 100;
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #CCCCCC;
  background-color: #7D59D7;
}
.pos-option tbody th {
  line-height: 1.5rem;
  text-align: left;
  padding: 3%;
  width: 30%;
  border: 1px solid #CCCCCC;
}
.pos-option tbody td {
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .price-num {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* price label */
.csl {
  background-color: #8abf42;
}
.css {
  background-color: #65a337;
}
.pos {
  background-color: #5c4b89;
}
.poslp {
  background-color: #9d28a0;
}
.posc {
  background-color: #005b9a;
}
.posl {
  background-color: #c03aa2;
}
.Refund_banner {
  padding: 2%;
  background-color: #e88228;
  margin: 15px 0 15px;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 45%;
  margin: 30px auto;
}
.Refund_banner .label {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1rem;
  padding: 15px 0 14px 0;
  width: 70%;
  color: #dd732c;
  background-color: #ffffff;
  margin: auto;
}
.Refund_banner .bodycopy {
  float: none;
}
.Refund_banner .bodycopy p {
  width: 80%;
  margin: 0 auto;
}
.Refund_banner .subcopy {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.Refund_banner .maincopy {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Refund_banner {
    padding: 3%;
    background-color: #e88228;
    width: 85%;
  }
  .Refund_banner .label {
    font-size: 1.5rem;
    line-height: 1rem;
    padding: 15px 11px 13px 11px;
    ;
    margin: auto;
    float: none;
    width: 80%;
  }
  .Refund_banner .bodycopy {}
  .Refund_banner .bodycopy p {
    font-size: 0.85rem;
    line-height: 1.5rem;
    width: 95%;
  }
  .Refund_banner .subcopy {
    font-size: 16px;
    line-height: 1.6rem;
    margin-bottom: 5px;
  }
  .Refund_banner .maincopy {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
/*IT導入補助金表示*/
.float-banner-container {
  position: relative;
  width: 100%;
}
.float-banner-container .inner {
  position: absolute;
  max-width: 1600px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.float-banner-sp {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  padding: 10px 10px 0px 10px;
  float: none;
  width: auto;
  z-index: 1;
}
.float-banner-pc {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 15px 15px 15px;
  float: none;
  width: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .float-banner-pc {
    display: none;
  }
  .float-banner-sp {
    display: block;
  }
}
/* karte table */
.func_table3 .karte-free {
  background-color: #edd6a2;
}
.func_table3 .karte-plus {
  background-color: #ddc191;
}
.func_table3 .karte-enterprise {
  background-color: #bd9b6d;
}
.karte-border-parent {
  width: 100% ;
  height:100%;
  position: relative; /* 外側の線の場所を調整する時の基準点になるようにする    */
}
.karte-border {
  position: absolute; /* 要素の配置方法を指定 */
  border: solid 5px #eb6100;
    width: 24%;
    height: 73%;
    left: 25%;
    top: 20px;
}
@media screen and (max-width: 767px) {
.karte-border {
  border: solid 3px #eb6100;
    width: 25%;
    height: 83%;
    left: 24%;
    top: 22px;
}
}
.func_table3 tbody tr td:nth-child(2) {
  color: #edd6a2;
}
.func_table3 tbody tr td:nth-child(3) {
  color: #ddc191;
}
.func_table3 tbody tr td:nth-child(4) {
  color: #bd9b6d;
}
.func_table3 tbody tr td:nth-child(4) {
  border-left: 1px solid #CCCCCC;
}
.func_table3 tbody td p {
  font-size: 1.0rem;
  font-weight: normal;
  color: #4d4d4d;
}
/*税別*/
.without-tax {
  text-align: right !important;
  font-size: 85%;
}
.without-tax-pc {
  text-align: right !important;
  font-size: 85%;
  padding-right: 40px;
}
@media only screen and (max-device-width: 480px) {
  .without-tax-pc {
    text-align: right !important;
    font-size: 85%;
    padding-right: 0px;
  }
}
/** フレックスコンテナ */
.flex-box {
  display: flex;
  width: 100%;
}
/** 最初だけ左寄せ */
.flex-item:first-child {
  margin-right: auto;
}
/* 税別終わり*/
/* coming-soon pwa 2006*/
.func_table4 tbody tr td {
  color: #93c47d;
}
.func_table_radious-none thead th, .func_table_radious-none thead td {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.pwa-bg {
  background-color: #93c47d;
}
/* coming-soon pwa*/
/* coming-soon pwa 2104*/
.func_table5 .pwa-basic {
  background-color: #93c47d;
}
.func_table5 .pwa-advance {
  border-left: 1px solid #fff;
  background-color: #93c47d;
}
.func_table5 .pwa-enterprise {
  border-left: 1px solid #fff;
  background-color: #93c47d;
}
.func_table5 tbody tr td:nth-child(2) {
  color: #93c47d;
}
.func_table5 tbody tr td:nth-child(3) {
  color: #93c47d;
}
.func_table5 tbody tr td:nth-child(4) {
  color: #93c47d;
}
.func_table5 tbody tr td:nth-child(4) {
  border-left: 1px solid #CCCCCC;
}
.func_table5 tbody td p {
  font-size: 1.0rem;
  font-weight: normal;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .func_table5 tbody td p {
    font-size: 14PX;
    line-height: 1.5rem;
    color: #4d4d4d;
  }
  .func_table3 tbody td p {
    font-size: 12px;
    line-height: 1.1rem;
    color: #4d4d4d;
  }
}
/* coming-soon pwa終わり*/
/* PCで画像が寄る調整*/
.img-adj-pc-right {
  margin-right: 10vh;
  ;
}
.img-adj-pc-left {
  margin-left: 10vh;
}
@media screen and (max-width: 1300px) {
  .img-adj-pc-right {
    margin-right: 0px;
  }
  .img-adj-pc-left {
    margin-left: 0px;
  }
}
/* PCで画像が寄る調整終わり*/
/* SPで文字を小さく*/
.fs-service-title-sp-80 {
  font-size: 80% !important;
}
.fs-service-title-sp-100 {
  font-size: 100% !important;
}
.fs-service-title-sp-13 {
  font-size: 0.79rem !important;
}
@media screen and (max-width: 768px) {
  .fs-service-title-sp-80 {
    font-size: 70% !important;
  }
  .fs-service-title-sp-100 {
    font-size: 89% !important;
  }
  .fs-service-title-sp-13 {
    font-size: 1.3em !important;
  }
}
/* 「.fs-service-title-sp-100」はなぜか商用と異なるので「89%」に調整*/
/* SPで文字を小さく終わり*/
/* TOPの画像サイズ変わるもの変更*/
.top-apli-img-h141 {
  height: 141px !important;
}
.top-apli {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.top-apli-l {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.top-apli-l-mid {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.top-hp {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .top-apli-img-h141 {
    height: auto !important;
  }
  .top-apli {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
  }
  .top-apli-l {
    margin-top: 70px !important;
    margin-bottom: 50px !important;
  }
  .top-apli-l-mid {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .top-hp {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
  }
}
/* TOPの画像サイズ変わるもの変更終わり*/
/*料金表のリストの調整*/
.fs-price-list
 {
  font-size: 0.85em !important;
}
@media screen and (max-width: 767px) {
.fs-price-list
 {
  font-size: 0.6rem !important;
}
}
/*料金表のリストの調整終わり*/
/*■のリスト*/
ul.square_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.square_list li:before {
  content: '■';
  color: #6080b0;
}
ul.square_list li {
  line-height: 1.7rem;
text-align:left;
}
ul.square_list li:not(:last-child) {
  margin-bottom: 10px;
}
/* サブ項目（◻︎＋字下げ） */
ul.square_list li.square_list_sub {
　position: relative;
  margin-left: 1.2em;
  margin-top: -10px;
}
ul.square_list li.square_list_sub::before {
  content: "⚫︎";
  color: #92b0dc;
　font-weight: 900;
}
/*bad・goodのリスト*/
ul.good-bad_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1.7em;
}
ul.good-bad_list li.bad:before {
  color: #9296a1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f165';
   margin-right: 10px;
}
ul.good-bad_list li.good:before {
  color: #f09609;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f164';
   margin-right: 10px;
}
ul.good-bad_list li {
  line-height: 1.7rem;
  text-align:left;
}
ul.good-bad_list li:not(:last-child) {
  margin-bottom: 10px;
}
/* サブ項目（◻︎＋字下げ） */
ul.good-bad_list li.good_list_sub {
  margin-left: 1.8em;
  margin-top: -10px;
}
ul.good-bad_list li.good_list_sub::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #ffb738;
  margin-right: 10px;
}
/*◆のリスト*/
ul.dia_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.dia_list li:before {
  content: '◆';
}
ul.dia_list li li:before {
  content: none;
}
ul.dia_list li {
  line-height: 1.3rem;
text-align:left;
}
ul.dia_list li:not(:last-child) {
  margin-bottom: 10px;
}
/*
@media screen and (max-width: 767px) {
  ul.square_list li {
    line-height: 1.1rem;
	 margin-bottom:0px;
  }
}
*/
/*■のリスト終わり*/
/*★のリスト*/
ul.star_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.star_list li:before {
  content: '★';
  color: #f09609;
}
ul.star_list li {
  line-height: 1.7rem;
text-align:left;
}
ul.star_list li:not(:last-child) {
  margin-bottom: 10px;
}
/* サブ項目（◻︎＋字下げ） */
ul.star_list li.star_list_sub {
　position: relative;
  margin-left: 1.2em;
  margin-top: -10px;
}
ul.star_list li.star_list_sub::before {
  content: "・";
  color: #f08809;
　font-weight: 900;
}
/*★のリスト終わり*/
/*円checkのリスト*/
ul.check-cylcle_list {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.check-cylcle_list li {
  line-height: 1.7rem;
　text-align:left;
}
ul.check-cylcle_list li:not(:last-child) {
  margin-bottom: 10px;
}
ul.check-cylcle_list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: #6080b0;
}
/*円checkのリスト終わり*/
/*・のリスト*/
ul.dot_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.dot_list li:before {
  content: '・';
  color: #7ba2db;
}
ul.dot_list li {
  line-height: 1.3rem;
text-align:left;
}
ul.dot_list li:not(:last-child) {
  margin-bottom: 10px;
}
/*・のリスト終わり*/
/*◎のリスト*/
ul.wcircle_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.wcircle_list li:before {
  content: '◎';
  color: #92b0dc;
}
ul.wcircle_list li {
  line-height: 1.7rem;
  margin-bottom: 10px;
}
/*
@media screen and (max-width: 767px) {
  ul.wcircle_list li {
    line-height: 1.1rem;
	margin-bottom:5px;
  }
}
*/
/*◎のリスト終わり*/
/*⚫︎の入れ子リスト*/
ul.circle_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.circle_list > li:before {
  content: '⚫︎';
  color: #92b0dc;
}
ul.circle_list > li > ul > li:before {
  content: '・';
  color: #7ba2db;
}
ul.circle_list > li {
  line-height: 1.5rem;
}
ul.circle_list > li:not(:last-child) {
  margin-bottom: 10px;
}
ul.circle_list > li > ul > li {
  line-height: 1.5rem;
}
ul.circle_list > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
ul.circle_list > li > ul > li:first-child {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #price-list ul.circle_list li {
    line-height: 1.3rem;
  }
  ul.circle_list li {
    line-height: 1.5rem;
  }
  ul.circle_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  ul.circle_list > li > ul > li {
    line-height: 1.5rem;
  }
  ul.circle_list > li > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*⚫︎のリスト終わり*/
/*チェックのリスト*/
ul.check_list {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
ul.check_list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #f09609;
}
/*チェックのリスト終わり*/
/*※リスト*/
.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.85em;
  line-height: 1.6em !important;
}
/*※のリスト終わり*/
/*リストの文字説明文スマホ用文字サイズ変更*/
.plan-descri-l {
  font-size: 0.9em;
  line-height: 1.5em !important;
  text-align: left;
  padding: 20px;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .plan-descri-l {
    font-size: 0.6rem !important;
    line-height: 1rem !important;
    text-align: left;
    padding: 0px;
    color: #4d4d4d;
  }
}
/*リストの文字説明文終わり*/
/* 上の見出し1行のみ中央よせ*/
h1 .title-center {
  font-size: 1.5rem !important;
  line-height: 7rem !important;
  margin-bottom: 8px !important;
}
/*.fs-service-title-sp-100{font-size:100% !important;}*/
@media screen and (max-width: 768px) {
  h1 .title-center {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    margin-bottom: 8px !important;
  }
}
/* 上の見出し1行のみ中央よせ終わり*/
/* 「お客様の声」説明文中央PCのみ*/
.case-center {
  margin-left: 200px !important;
}
/*.fs-service-title-sp-100{font-size:100% !important;}*/
@media screen and (max-width: 768px) {
  .case-center {
    margin-left: 0px !important;
  }
}
/* 上の見出し1行のみ中央よせ終わり*/
/* アコーディオン*/
summary {
  position: relative;
  display: block; /* 矢印を消す */
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none; /* 矢印を消す */
}
/* 疑似要素でアイコンを表示② */
.accordion-check summary::before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 900;
  color: #f09609;
  margin-right: 5px;
}
.accordion-angle summary::after {
  position: relative;
  content: '▼';
  transition: .1s;
  color: #6080b0;
  left: 10px;
  top: -0.8px;
  display: inline-block;
}
/* オープン時 */
.accordion-angle[open] summary::after {
  position: relative;
  content: '▲';
  transition: .1s;
  color: #6080b0;
  left: 10px;
  top: -0.4px;
  display: inline-block;
}
/* 影付きのフレーム付きのエリア*/
.table-flame {
  border: 1px solid #e5e5e5;
  box-shadow: 2px 2px 10px 2px rgba(90, 101, 133, 0.2);
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
  border-collapse: separate;
  height:1210px;
}
@media screen and (max-width: 768px) {
  .table-flame {
    height:auto;
  }
}
/*影付きのフレーム付きのエリア終わり*/
/*アイコンマーク挿入*/
.flex-space-between {
　display:flex;
　align-items: stretch;
　justify-content: space-between;
}
.flex-center-align-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-a-start{
align-items: start!important;
}

.flex-d-col {
  flex-direction: column;
}
.pc-flex-center {
  display: flex;
  justify-content: center;
}
.pc-flex-center {
  display: flex;
  justify-content: center;
}
.pc-flex-item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
	.pc-flex-center {
  display: block;
}
.pc-flex-item-center {
  display: block;
}
}
.app-icon-new {
  background-image: url(/doc/images/function/func1/app_icon.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .app-icon-new {
    background-image: url(/doc/images/function/func1/app_icon.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}
/*アイコンマーク挿入終わり*/
.anchor li li {
  height: 0;
  overflow: hidden;
  transition: .5s;
}
.anchor li:hover > ul > li {
  height: 2rem;
  overflow: visible;
}
/*回り込みのレスポンシブ並び替え*/
@media screen and (max-width: 768px) {
  .block_flex-order {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  #pos5 .block_flex-order {
    margin: 0px auto;
  }
  .sp-contents {
    display: contents;
  }
  .sp-order-1 {
    order: -1;
  }
  .sp-order-2 {
    order: -2;
  }
  .sp-order-3 {
    order: -3;
  }
  .sp-order-4 {
    order: -4;
  }
}
/*回り込みのレスポンシブ並び替え終わり*/
/*hpbのタグ*/
.flex-hpb-tag {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
.flex-hpb-tag {
    flex-direction: column;
  }
  }
/*hpbのタグ*/
/*topカードレイアウト*/
.card_area{
	display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content: center;
}
.wrap.card_area_02.pcorder{
display: initial;
}
.wrap.card_area_02.pcorder .col{
float: none;
}
.card_area_02 .top_card_item {
 width: calc(100% / 2 - 260px);
  margin:0;
　background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: center;
}
.top_card_item {
 width: calc(100% / 5 - 40px);
  margin:0;
　background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.top_card_item_contents {
  display: flex;
  flex-direction: column;
}
.top_card_item_title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
	height:3rem;
　 flex-grow: 1!important;
}
@media screen and (max-width: 768px) {
.wrap.card_area_02.pcorder{
 visibility: hidden;
　display: none!important;
}
	.wrap.card_area.pcorder{
		display: none!important;	
	}
.top_card_item {
  width:100%;
   margin: 10px 0;
　background: #fff;
  padding: 0px;
  display: flex;
  flex-direction: row;
    border-bottom: 1px solid #ccc
}
.top_card_item_contents {
  display: flex;
  flex-direction: column;
  height:auto;
  width:350px;
}
.top_card_item_title {
  text-align: center;
	height:auto;
　 flex-grow: 1!important;
}
.top_card_item_contents img {
  width:100%!important;
}
  }
/*topカードレイアウト終わり*/
	
.strong_text_bg{
	background-color: #ffffff;
	color: #f09609;
	padding: 1%;
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 8px;
	max-width: 80%;
}
@media screen and (max-width: 768px) {
	.strong_text_bg{
	padding: 4% 2%;
	font-size: 0.7rem;
   line-height:1.2rem;
	font-weight: bold;
}
}
/* バナーのスタイル */
.postid-6430 #header-pc .banner_2024,.postid-6430 #header-sp .banner_2024 {
	display: none;
}
.banner_2024 {
	display: block;
	transition: max-height 0.3s ease, padding 0.3s ease;
	overflow: hidden;
	position: relative;
   	text-align: right;
	margin: 0 auto 20px auto;
}
.banner_2024.banner-minimized {
	max-height: 40px; /* 最小化時の高さを調整 */
}
.banner_2024 a {
	text-decoration: none;
}
.banner_2024 a span {
	color: #FFFFFF;
	background-color: #6080b0; /* テキストの背景色を設定 */
	display: block;
	padding: 8px 0px;
	font-size: 13px;
}
.banner_2024 a, .banner_2024 img {
	margin-right:20px;
	max-width: 100%;
}
.banner_2024 img {
    width: 25%;
    min-width: 200px;
}
.banner_2024.banner-minimized img {
	display: none; /* 最小化時に画像を非表示 */
}
.banner_2024 .banner-minimized-text {
	display: none;
}
.banner_2024.banner-minimized .banner-minimized-text {
	display: block;
}
/* ボタンのスタイル */
.banner-toggle-btn {
	position: absolute;
	top: 0px; /* バナーの上部に固定 */
	right: 0px;
	cursor: pointer;
	background-color: #6080b0; /* ボタンの色を#6080b0に設定 */
	color: white;
	border: none;
	font-size: 20px;
	z-index: 100; /* 他の要素より前面に表示 */
	border-radius: 5px;
	transition: all 0.3s ease; /* アニメーションを追加 */
}

@media screen and (max-width: 767px) {
  .header-sp-box-banner {
    height: 45px;
    background-color: #ffffff;
    display: block;
  }
.banner_2024 {
    width: 100%;
	display: flex;
    flex-flow: column-reverse;
    margin: 0 auto;
    justify-content: center;
	background: #ffffff; /* スマホ用バナーの背景色 */
}
.banner_2024 img {
	min-width: 250px;
	text-align: center;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.banner_2024 a, .banner_2024 img {
	margin-right:0px;
	max-width: 100%;
}
.banner_2024 .banner-minimized-text {
	background-color: #6080b0; /* スマホ用テキストの背景色を再設定 */
	width: 100%; /* テキストを画面幅いっぱいに */
	margin: 0; /* 余白をなくす */
	border-radius: 0; /* 角をなくす */
}

.banner_2024.banner-minimized .banner-toggle-btn {
    position: absolute; /* ボタン位置を調整 */
    top: 0px; /* 「×」ボタンと同じ位置に */
    right: 0px;
    width: auto; /* ボタン幅を自動に設定 */
    border-radius: 5px; /* 角を丸くする */
    display: block;
	font-size: 16px;
    margin: 0;
    padding: 5px 10px;
    text-align: center; /* ボタンテキストを中央に */
}

/* ボタンを「banner-minimized-text」の下に配置 */
.banner_2024.banner-minimized .banner-minimized-text + .banner-toggle-btn {
    margin-top: 0;
}
.sp-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_2024.banner-minimized-text {
	font-size: 13px;
	padding: 10px 0px;
}
.banner_2024.banner-minimized {
	max-height: none; /* 最小化時の高さを調整 */
}
.banner-toggle-btn {
	position: absolute;
	top: 8px; /* バナーの上部に固定 */
	right: 20px;
	cursor: pointer;
	background-color: #6080b0; /* ボタンの色を#6080b0に設定 */
	color: white;
	font-size: 20px;
	z-index: 1; /* 他の要素より前面に表示 */
	padding: 5px 10px;
	border-radius: 1000px;
	transition: all 0.3s ease; /* アニメーションを追加 */
}
.banner-toggle-btn .banner-minimized-text {
	position: absolute;
	top: 0px; /* バナーの上部に固定 */
	right: 5px;
	cursor: pointer;
	background-color: #6080b0; /* ボタンの色を#6080b0に設定 */
	color: white;
	border: none;
	font-size: 20px;
	z-index: 100; /* 他の要素より前面に表示 */
	padding: 5px 10px;
	border-radius: 5px;
	transition: all 0.3s ease; /* アニメーションを追加 */
}
.banner-toggle-btn.banner-minimized-text {
	position: absolute;
	top: -10px; /* バナーの上部に固定 */
	right: -25px;
}
}
.ttl_ribbon_red {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}
.ttl_ribbon_red:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #e66842;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ttl_ribbon_red:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #e66842;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ttl_ribbon_red h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px!important;
  color: #FFF!important;
  background: #de4c2f;/*真ん中の背景色*/
}
.ttl_ribbon_red h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #ae432f;/*左の折り返し部分*/
}
.ttl_ribbon_red h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #ae432f;/*右の折り返し部分*/
}
@media screen and (max-width: 767px) {
.ttl_ribbon_red h3 {
  font-size: 16px!important;
}
}
.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* その他のスタイル */
}

.carousel-item {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  /* その他のスタイル */
}