@charset "utf-8";
/*
Theme Name: smateba-theme
*/
/*-------------------------
common
----------------------------*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
a {
  color: #111;
  text-decoration: none;
}
.onlypc {
  display: block;
}
.onlysp {
  display: none;
}
h1 {
  font-weight: bold;
}
h1 i.fa {
  font-size: 140%;
  color: #ff546d;
  margin-right: 7px;
  vertical-align: middle;
}
.lp-solution #Grid #GridL h1:not(.img)::before,
.lp-solution .content > h1::before,
.lp-solution .form #container h1::before {
  background-color: #ff546d;
}
.lp-solution .content h2 {
  border-bottom-color: #ff546d;
}
.lp-solution .content h3 {
  color: #ff546d;
}
.lp-solution.under .content h2 {
  border-bottom-color: #ff546d;
}
.lp-solution h1 svg,
.lp-solution h2 svg {
  color: #ff546d;
  font-size: 28px;
  margin: 0 8px -2px 0;
}
.content h3.tit span,
h3.tit span {
  border-left-color: #ff546d;
}
.content-cap {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
}

.pagetop_sp {
  display: inline-block;
  margin-bottom: 0;
}

/*-------------------------
ヘッダー
----------------------------*/
.drawer--right.drawer-open .drawer-hamburger {
  right: 0 !important;
}
.lp-solution .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.lp-solution .drawer-hamburger {
  padding-top: 15px;
  display: none;
}
.lp-solution .drawer-hamburger-icon,
.lp-solution .drawer-hamburger-icon:before,
.lp-solution .drawer-hamburger-icon:after {
  background-color: #888;
}
.lp-solution.drawer-open .drawer-hamburger-icon:before,
.lp-solution.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}
#header h1 {
  font-size: inherit;
}
.lp-solution .drawer-nav {
  background: #15bf1e;
  padding: 15px 20px 0 0;
  box-sizing: border-box;
}
.lp-solution .drawer-nav li.active a {
  border-bottom: 2px solid #4ad555;
}
.lp-solution .drawer-nav form {
  margin: 5px 0 0 14px;
}
#breadNav ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/*lp ナビメニュー*/
#tc_menu {
  max-width: 1000px;
  margin: 20px auto 20px;
  position: relative;
}
#tc_menu > ul {
  background: #ff546d; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ff546d 0%,
    #f9304f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ff546d 0%,
    #f9304f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ff546d 0%,
    #f9304f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff546d', endColorstr='#ff546d',GradientType=0 ); /* IE6-9 */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: table;
  width: 100%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#tc_menu li {
  display: table-cell;
}
#tc_menu a {
  color: #fff;
  display: block;
  padding: 15px 0 17px;
  font-weight: bold;
  font-size: 105%;
}
#tc_menu a:hover,
#tc_menu .active a {
  background-color: #f9304f;
  text-decoration: none;
}
#tc_menu li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}
#tc_menu li.end a {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
#tc_menu a svg {
  font-size: 20px;
  margin-right: 8px;
  margin-bottom: -2px;
}
#lp_menu_sp.tc_menu_sp ul li a svg {
  margin-right: 7px;
}

/*-------------------------
コンテンツ共通
----------------------------*/

/*lp_content*/
.lp_content {
  max-width: 1000px;
  margin: 44px auto;
}
.lp_content.border {
  border-top: 2px dotted #ddd;
  padding-top: 20px;
}
.lp_content > h1 {
  font-size: 160%;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  padding: 15px 15px;
  border-bottom: 3px solid #ddd;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lp_content > h1::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  left: 0;
  bottom: -3px;
  background-color: #ff546d;
}
.lp_content > h1 span {
  font-size: 55%;
  color: #888;
  display: inline-block;
  padding-left: 10px;
}

.lp_content table {
  margin-bottom: 15px;
}
.lp_content table img {
  margin: 5px 0;
  max-width: 100%;
  height: auto;
}

/*.lp_content.tc-bottom*/
.lp_content.tc-bottom {
  clear: both;
}
.tc-bottom {
  background-color: #fff7f8;
  max-width: 1000px;
  margin: 49px 0 179px;
  padding: 26px 0;
  text-align: center;
  border-radius: 5px;
}
.contact-btn {
  width: 278px;
  padding: 14px;
  background-color: #f9304f;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.contact-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.contact-btn:hover {
  text-decoration: none;
}
.contact-btn svg {
  font-size: 18px;
  margin: 0 5px -1px 0;
}

/*-------------------------
サービス内容
----------------------------*/
/*上部 タブメニュー*/
.tcTab {
  display: flex;
  margin-bottom: 45px;
}
.tcTab li {
  width: 24%;
  vertical-align: middle;
  margin-left: 1.25%;
}
.tcTab li:first-child {
  margin-left: 0;
}
.tcTab li.tctTab-item {
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 16%);
  border-radius: 5px;
  overflow: hidden;
  background-color: #666666;
}
.tcTab li.tctTab-item.active {
  background-color: #f9304f;
}
.tcTab li.tctTab-item a {
  text-decoration: none;
}
.tcTab li img {
  max-width: 100%;
  height: auto;
}
.tcTab li > a {
  display: block;
  height: 360px;
}
.tcTab li > a:hover {
  text-decoration: none;
}

.tcTab-inner {
  width: auto;
  color: #ffffff;
  text-align: left;
  padding: 13px 20px;
  position: static;
  height: auto;
}
.tcTab-inner__tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tcTab-inner__tit::after {
  content: "";
  float: right;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(45deg);
  margin-top: 7px;
}
.tcTab-inner_ul {
  display: flex;
  flex-direction: column;
}
.tcTab li.tcTab-inner_li {
  width: auto;
  font-size: 12px;
}

/*サイドメニュー*/
#useContent {
  background-color: #fbebed;
  border-radius: 5px;
}
#useContent #useMenu li a {
  background-image: url(images/icon/t1.svg) !important;
}
#useContent #useMenu.useMenu-custom li.active a,
#useContent #useMenu.useMenu-custom li a:hover {
  border-color: #f9304f;
  text-decoration: none;
}
#useContent #useMenu.useMenu-custom li.active a {
  font-weight: bold;
}

/*サービス内容　コンテンツ*/
.useBody-tit {
  border-bottom: 1px solid;
  padding-bottom: 9px;
  font-weight: normal;
  font-size: 160%;
  margin-bottom: 27px;
}
.useBody-tit2 {
  padding-bottom: 20px;
  font-size: 18px;
}
.useBody-tit2::before {
  content: "";
  width: 10px;
  height: 27px;
  background-color: #f9304f;
  display: inline-block;
}
.useBody-tit2 p {
  display: inline-block;
  height: 27px;
  width: auto;
  margin: 0;
  line-height: initial;
  transform: translateY(-7px);
  margin-left: 8px;
}

/*スマデバセキュリティ（MDM）*/
#cont1-list {
  display: flex;
  flex-wrap: wrap;
}
#cont1-list li {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 226px;
  height: auto;
}
#cont1-list li:nth-child(3n) {
  margin-right: 0;
}
#cont1-list li img {
  display: block;
  margin: 0 auto 10px auto;
  height: 40px;
  width: auto;
}
#cont1-list li p {
  font-size: 14px;
  line-height: inherit;
  margin: 0;
}
#cont1-list li p.ttl {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

/*一括請求サービス*/
#cont4-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cont4-list li {
  background-color: #fff;
  margin-bottom: 18px;
  width: 337px;
  height: auto;
}
#cont4-list li dl dt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-weight: inherit;
  padding: 15px 40px;
}
#cont4-list li:first-child dl dt {
  background-image: url(images/SERVICE_01.png);
}
#cont4-list li:nth-child(2) dl dt {
  background-image: url(images/SERVICE_02.png);
}
#cont4-list li:nth-child(3) dl dt {
  background-image: url(images/SERVICE_03.png);
}
#cont4-list li:last-child dl dt {
  background-image: url(images/SERVICE_04.png);
}
#cont4-list li dl dt span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
#cont4-list li dl dt span:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
#cont4-list li dl dt p {
  display: block;
  font-size: 14px;
}
#cont4-list li dl dd {
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
}

/*スマデバ運用*/
.smatebasupport-img {
  margin-bottom: 20px;
}

/*スマデバ事例*/
.exercise-pdf {
  margin-top: 20px;
}
.pdf-txt {
  text-decoration-line: underline;
}

/*-------------------------
活用イメージ
----------------------------*/
.image-wrap {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.image-wrap img {
  width: 95vw;
}

/*ふきだしアイコン*/
.icon01 {
  border: none;
  font: 16px / 2 "游ゴシック";
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fd566f transparent;
  background: none;
  padding: unset;
}
.icon02 {
  border: none;
  font: 16px / 2 "游ゴシック";
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fd566f transparent;
  background: none;
  padding: unset;
}
#image-icon :focus {
  outline: none;
}
.icon-wrap1 {
  position: absolute;
  top: 11%;
  left: 21%;
}
.icon-wrap2 {
  position: absolute;
  top: 50%;
  left: 21%;
}

/*ふきだし ポップアップ共通*/
.ac-box,
.ac-box2,
.ac-box3,
.ac-box4,
.ac-box5 {
  margin: 0 auto;
  position: absolute;
  width: 0%;
}
.ac-box input,
.ac-box2 input,
.ac-box3 input,
.ac-box4 input,
.ac-box5 input {
  display: none;
}
.ac-box input[type="radio"] + label,
.ac-box2 input[type="radio"] + label,
.ac-box3 input[type="radio"] + label,
.ac-box4 input[type="radio"] + label,
.ac-box5 input[type="radio"] + label {
  margin: auto;
  position: relative;
  cursor: pointer;
  border-style: solid;
  background: none;
  padding: unset;
}
.image-wrap input[type="radio"],
.image-wrap input[type="radio"] + label::after,
.image-wrap input[type="radio"] + label::before {
  display: none;
}
.ac-small {
  width: 300px;
  height: auto;
  overflow: hidden;
  background: #fd566f;
  display: none;
  position: absolute;
  color: #fff;
  text-align: left;
  font: 14px / 2;
  padding: 10px;
}
.ac-box .ac-small,
.ac-box2 .ac-small {
  margin-top: -7px;
}
.ac-box3 .ac-small,
.ac-box4 .ac-small {
  margin-top: -6px;
}
.ac-box input:checked ~ .ac-small,
.ac-box2 input:checked ~ .ac-small,
.ac-box3 input:checked ~ .ac-small,
.ac-box4 input:checked ~ .ac-small,
.ac-box5 input:checked ~ .ac-small {
  display: block;
}
.ac-small p {
  line-height: initial;
  font-size: 12px;
  margin-bottom: 0;
}
.ac-small p.ttl {
  font-size: 16px;
  font-weight: bold;
}
.ac-small p.txt {
  margin: 5px 0;
}
.ac-small a {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #fff;
}

.ac-small a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.ac-small a:hover::after {
  transform: scale(1, 1);
}
.ac-small a:hover {
  text-decoration: none;
}

.balloon span {
  width: 90%;
}

/*ふきだし-1*/
.ac-box {
  top: 40px;
  left: 0;
  right: 50px;
}
.ac-box label {
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fd566f transparent;
}

/*ふきだし-2*/
.ac-box2 {
  top: 60px;
  left: 218px;
}
.ac-box2 label {
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fd566f transparent;
}

/*ふきだし-3*/
.ac-box3 {
  bottom: 270px;
  right: 270px;
}
.ac-box3 label {
  border-width: 20px 10px 0px 10px;
  border-color: #fd566f transparent transparent transparent;
}
.ac-box3 .ac-small {
  bottom: 25px;
  right: -20px;
}

/*ふきだし-4*/
.ac-box4 {
  bottom: 140px;
  right: 170px;
}
.ac-box4 label {
  border-width: 20px 10px 0px 10px;
  border-color: #fd566f transparent transparent transparent;
}
.ac-box4 .ac-small {
  bottom: 25px;
  right: -20px;
}

/*ふきだし-5*/
.ac-box5 {
top: 190px;
left: 25px;
}
.ac-box5 label {
border-width: 0 10px 20px 10px;
border-color: transparent transparent #fd566f transparent;
}
.ac-box5 .ac-small {
top: 20px;
left: 0;
}



.under .content .useBody-custom h2 {
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
  font-size: 160%;
  border-bottom: 2px solid #888;
}
.useMenu-case {
  min-height: 60px;
}
.nin {
  font-size: 140%;
  color: #ff546d;
  margin-right: 7px;
  vertical-align: middle;
}
.under .tc-bottom p {
  text-align: center;
}
.business .lp_content {
  margin: 0 auto 30px;
  text-align: left;
}
.tc-bottom__txt {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/*-------------------------
導入事例
----------------------------*/
.lp-solution .lpCase .linkArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 0;
}
.lp-solution .lpCase .linkArea a {
  position: static;
  text-indent: initial;
  opacity: 1;
  width: 250px;
  height: auto;
}
.lp-solution .lpCase .linkArea a:nth-of-type(3n),
.lp-solution .lpCase .linkArea a:last-of-type {
  margin-right: 0;
}
.lp-solution .lpCase .linkArea a:hover {
  text-decoration: none;
}
.lpCase > div a:hover .photo img {
  opacity: 0.6;
}
.lp-solution .lpCase > div .text {
  color: #555;
  font-size: 14px;
}

/*-------------------------
お問い合わせ
----------------------------*/
#useContent.lp_content_form {
  background-color: inherit;
  padding: 0px 3px;
}
.lp-solution .content h3.tit span,
.lp-solution h3.tit span {
  border-left-color: #ff546d;
}
.lp_content_form .useBody-tit {
  margin-bottom: 15px;
}
.FormTable p {
  margin: 0;
}
.FormTable p.ttl {
  margin: 20px 0 5px 0;
}
.FormTable p.ttl:first-of-type {
  margin: 0 0 5px 0;
}
.FormTable span,
.wpcf7-form-control-wrap {
  font-weight: initial;
  margin: 0;
  padding: 0;
  position: static;
  vertical-align: initial;
}
.FormTable label {
  margin: 0 20px 5px 0;
}
.FormTable input[type="checkbox"],
.FormTable input[type="radio"] {
  margin-top: 0;
  display: inline-block;
}
.FormTable input[type="text"],
.FormTable input[type="email"],
.FormTable input[type="tel"],
.FormTable textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
.lp_content_form .buttons input[type="submit"]:hover,
.FormTable .buttons input[type="button"]:hover {
  background-color: #ff546d;
  box-shadow: 0px 4px 0px 0px #fb435f;
  -webkit-box-shadow: 0px 4px 0px 0px #fb435f;
  -moz-box-shadow: 0px 4px 0px 0px #fb435f;
}
.FormTable select,
.FormTable textarea,
.FormTable input[type="text"] {
  width: 80%;
}
.FormTable select {
  padding: 10px;
  font-size: 14px;
}
.FormTable span.tel,
.FormTable span.fax {
  padding-left: 0;
}
.tcTab.tcTab-contact {
  display: none;
}

/*-------------------------
20220401 追加部分
----------------------------*/
#useContent.lp_content_form {
  padding: 0px 3px;
}

.ac-small {
  width: 300px;
  max-width: 40vw;
}


/*-------------------------
レスポンシブ
----------------------------*/
@media screen and (max-width: 768px) {
  .lp-solution .drawer-hamburger {
    display: block;
  }
  .under .lp_content p {
    font-size: 90% !important;
  }
  .onlysp {
    display: block;
  }
  .onlypc {
    display: none;
  }
  .useBody-tit {
    padding-top: 40px;
  }
  .lp_content {
    padding: 0 10px;
  }
  #lp .lp_content {
    margin: 30px auto 0px;
  }
  .under .content .useBody-custom h2 {
    margin-top: 20px;
    font-size: 130%;
  }
  .content-cap {
    padding: 0 5%;
  }
  /*ヘッダー*/
  #tc_menu {
    display: none;
  }
  .tc_menu_sp.fixed {
    top: 52px;
  }
  #lp_menu_sp.tc_menu_sp {
    background-color: #ff546d;
  }
  #lp_menu_sp.tc_menu_sp.fixed {
    top: 50px;
  }
  #lp_menu_sp.tc_menu_sp ul {
    background-color: #ff546d;
  }
  #lp_menu_sp.tc_menu_sp ul li a {
    border-top-color: #fff;
  }
  #lp_menu_sp.tc_menu_sp ul li.active {
    background-color: #f9304f;
  }
  /*サービス内容*/
  .tcTab {
    flex-direction: column;
  }
  .tcTab li.tctTab-item {
    width: 90%;
    margin: 0 5% 30px 5%;
  }
  .tcTab li {
    width: 100%;
  }
  .tcTab li img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tcTab li > a {
    margin: 2px;
    height: auto;
  }
  #cont1-list li {
    margin-right: 0px;
    width: 100%;
  }
  /*サービス内容*/
  .under .tc-bottom p {
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  /*contents*/
  .under .tc_menu_sp.visible {
    top: 0px;
  }
  .under .tc_menu_sp {
    background-color: rgba(255, 104, 127, 0.9);
    width: 100%;
    padding: 0;
    position: fixed;
    transition: top 0.4s linear 0s;
    z-index: 55;
    display: block;
    top: -100px;
    visibility: hidden;
  }
  .under .tc_menu_sp h3 {
    display: none;
  }
  /*header*/
  .tc_menu_sp ul {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: table;
  }
  .tc_menu_sp ul li {
    display: table-cell;
  }
  .tc_menu_sp ul li a {
    color: #fff;
    padding: 14px 0 16px;
    display: block;
  }
  .tc_menu_sp ul li a:hover {
    text-decoration: none;
  }
  .tc_menu_sp ul li.active,
  .tc_menu_sp ul li:hover {
    background-color: #f9304f;
  }
  .webk .tc_menu_sp ul li.active,
  .webk .tc_menu_sp ul li:hover {
    background-color: #389c23;
  }
  .webk .tc_menu_sp ul li.active.end,
  .webk .tc_menu_sp ul li.end:hover {
    background-color: #218ab8;
  }
  .steel .tc_menu_sp ul li.active,
  .steel .tc_menu_sp ul li:hover {
    background-color: #9b7efe;
  }
  .rpa .tc_menu_sp ul li.active,
  .rpa .tc_menu_sp ul li:hover {
    background-color: #18a3ed;
  }
  .tc_menu_sp a i.fa {
    font-size: 130%;
    vertical-align: middle;
    margin-right: 7px;
  }
}
@media screen and (max-width: 769px) {
  .ac-box,.ac-box2,.ac-box3,.ac-box4,.ac-box5 {
    margin: 0 auto;
    position: absolute;
    width: 0%;
  }
  .ac-box a,.ac-box2 a,.ac-box3 a,.ac-box4 a,.ac-box5 a {
	display: block;
	cursor: pointer;
	padding: unset;
	background: none;
	width: 70px;
	margin: 0;
  }
  .ac-box.ac-box-sp a,.ac-box2.ac-box-sp a,.ac-box3.ac-box-sp a,.ac-box4.ac-box-sp a,.ac-box5.ac-box-sp a {
	 border-style: solid; 
	  margin: auto;
	  width: auto;
	}
  .ac-box.ac-box-sp a:before,
  .ac-box2.ac-box-sp a:before,
  .ac-box3.ac-box-sp a:before,
  .ac-box4.ac-box-sp a:before,.ac-box5.ac-box-sp a:before {
	color: #fff;
    background-color: #fd566f;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-weight: bold;
  }
  .ac-box.ac-box-sp a,.ac-box2.ac-box-sp a,.ac-box3.ac-box-sp a,.ac-box5.ac-box-sp a {border-width: 0 10px 20px 10px;border-color: transparent transparent #fd566f transparent;}
  .ac-box4.ac-box-sp a {border-width: 20px 10px 0 10px;border-color: #fd566f transparent transparent transparent;}
  .ac-box {top: 8%;left: 7%;}
  .ac-box.ac-box-sp a:before {
    content: "1";
    top: 6px;
    left: -3.5px;
  }
  .ac-box2 {top: 12%;left: 21%;}
  .ac-box2.ac-box-sp a:before {
    content: "2";
    top: 6px;
    left: -2.5px;
  }
  .ac-box3 {bottom: 26%;right: 33%;}
  .ac-box3.ac-box-sp a:before {
    content: "3";
    top: 6px;
    left: -2.5px;
	}
  .ac-box4 {bottom: 26%;right: 21%;}
  .ac-box4.ac-box-sp a:before {
    content: "4";
    top: -11px;
    left: -3.5px;
  }
  .ac-box5 {top: 35%;left: 3%;}
  .ac-box5.ac-box-sp a:before {
    content: "5";
    top: 6px;
    left: -3px;
  }
  .ac-small-wrap {
    width: 95vw;
    margin: 20px 2.5vw;
    height: auto;
  }
  .ac-small-wrap .ac-small {
    width: 100%;
	  max-width: inherit;
    height: auto;
    position: static;
    display: block;
    margin-bottom: 10px;
  }
  .ac-small-wrap .ac-small:last-child {margin-bottom: 0;}
  .ac-small-wrap .ac-small a:after {transform: scale(1, 1);}
}
/* 400px以下 ------------------------------------- */
@media screen and (max-width: 400px) {
  .tcTab li > a span {font-size: 90%;}
}

