@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: calc(14px + (100vw - 1024px) / 1024);
}

#contents {
  width: 100%;
}
@media screen and (mix-width: 1025px) {
  #contents {
    width: 1024px;
  }
}

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

* {
  box-sizing: border-box;
}

p.txt_orange {
  color: #f69416;
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pc_nr {
    display: none;
  }
}

/* *************************************
original wordpress のリセット
*/
.site-body-container.container {
  max-width: 100% !important;
  padding: 0 !important;
}

/*一時的なリセット*/
nav.global-nav,
#vk-mobile-nav-menu-btn {
  display: none !important;
}

.page-header,
#breadcrumb {
  display: none;
}

/* できすぎさん　オリジナルトップページのセキュリティとQ＆A */
#original_contents {
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #original_contents {
    width: 98%;
  }
}
#original_contents #security {
  margin-bottom: 30px;
}
#original_contents .vk_heading_subtext {
  margin-top: 0;
}

/* ************************************* */
/* *************************************
tab 切り替え用CSS */
.tab-list-item.active img {
  border-bottom: 4px solid #f69416;
  padding-bottom: 15px;
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
  animation: item_flow 0.75s ease;
}

@keyframes item_flow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ************************************* */
#main-visual {
  background: linear-gradient(35deg, #f69416 10%, #fdd000 90%);
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  #main-visual {
    padding-bottom: 7.5px;
  }
}
#main-visual p {
  font-size: 240%;
  background: white;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 2em;
  text-indent: 2em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #main-visual p {
    font-size: 97.5%;
  }
}
#main-visual p::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1.98em;
  border-right: 2em solid transparent;
  border-top: 2em solid white;
}
#main-visual h1 {
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (max-width: 480px) {
  #main-visual h1 {
    margin: 40px auto 0;
  }
}
#main-visual h1 img {
  margin-top: -70px;
}
#main-visual #top_btn {
  margin-top: 5px;
  width: 100%;
  height: 3em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main-visual #top_btn {
    margin-top: -15px;
  }
}
#main-visual #top_btn a {
  top: -40px;
  left: 0;
  background-color: #16a645;
  padding: 0.5em 0.8em;
  border-radius: 0.35em;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.4));
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  font-size: 140%;
  display: inline-block;
  margin: 0;
  color: white;
}
@media screen and (max-width: 480px) {
  #main-visual #top_btn a {
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 75%;
  }
}
#main-visual #top_btn a:hover, #main-visual #top_btn a:active {
  margin: 2px 0 0 2px;
  background-color: #14983f;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  border-bottom: none;
  transition: all 0.15s;
}

#worry-ttl {
  background-color: #f69416;
}
@media screen and (max-width: 480px) {
  #worry-ttl {
    height: 20px;
  }
}
#worry-ttl h2 {
  margin-left: calc((100% - 16em) / 2);
  position: relative;
  color: #f69416;
  font-size: min(calc(36 * (100vw / 1024)), 36px);
  background-color: white;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #worry-ttl h2 {
    font-size: 120%;
  }
}
#worry-ttl h2::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: -1.99em;
  border-top: 2.03em solid transparent;
  border-right: 2em solid white;
}
#worry #washould {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #worry #washould {
    width: 100%;
    margin-top: 10px;
  }
}
#worry #washould #suggestion-list {
  position: relative;
  height: min(70vw, 650px);
  margin: 10px auto;
  background-image: url(./img/worry_bgp.png);
  background-repeat: no-repeat;
  background-position: center 165px;
  background-size: min(55vw, 70%);
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list {
    height: 400px;
    background-size: 90%;
    margin-top: 0;
    background-position: center 170px;
  }
}
#worry #washould #suggestion-list li {
  position: absolute;
  width: 465px;
  text-align: center;
}
#worry #washould #suggestion-list li h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0.5em;
  background-color: #fdd000;
  font-size: 30px;
  font-size: min(3.189vw, 30px);
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li h3 {
    font-size: 112.15%;
  }
}
#worry #washould #suggestion-list li h3:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 18%;
  margin-left: 0.5em;
  border: 0.275em solid transparent;
  border-top: 0.75em solid #fdd000;
  transform: rotate(-25deg);
}
#worry #washould #suggestion-list li h3::after {
  content: url("./img/h3_upper_right_white.png");
  position: absolute;
  top: -0.5em;
  right: -1.05em;
  transform: scale(1.15);
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li h3::after {
    top: -1.15em;
    right: -1.5em;
    transform: scale(0.6);
  }
}
#worry #washould #suggestion-list li p {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-size: min(1.758vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li p {
    font-size: 89.68%;
  }
}
#worry #washould #suggestion-list li:nth-child(1) {
  top: 1%;
  left: 30.5%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(1) {
    top: 6.5px;
    left: 25%;
  }
}
#worry #washould #suggestion-list li:nth-child(1) p {
  top: 120%;
  left: 18%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(1) p {
    top: 140%;
    left: 3%;
  }
}
#worry #washould #suggestion-list li:nth-child(2) {
  top: 17%;
  left: 4.5%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(2) {
    top: 110.5px;
    left: 3%;
  }
}
#worry #washould #suggestion-list li:nth-child(2) p {
  top: 70px;
  left: 5px;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(2) p {
    left: 0;
    top: 3.25em;
  }
}
#worry #washould #suggestion-list li:nth-child(3) {
  top: 25%;
  left: 63%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(3) {
    top: 114.25px;
    left: 52.5%;
  }
}
#worry #washould #suggestion-list li:nth-child(3) h3:before {
  left: 28%;
}
#worry #washould #suggestion-list li:nth-child(3) p {
  top: 130%;
  left: 29%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(3) p {
    top: 38px;
    left: 40px;
  }
}
#worry #washould #suggestion-list li:nth-child(4) {
  width: 650px;
  top: 75%;
  left: 28.5%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(4) {
    top: 331.5px;
  }
}
#worry #washould #suggestion-list li:nth-child(4) h3::before {
  left: 35%;
}
#worry #washould #suggestion-list li:nth-child(4) p {
  font-size: 22px;
  top: 150%;
  left: -9%;
}
@media screen and (max-width: 480px) {
  #worry #washould #suggestion-list li:nth-child(4) p {
    font-size: 85%;
    top: 35px;
    left: -76px;
  }
}
#worry #washould .section_message {
  padding: 20px;
  text-align: center;
  font-size: min(3.4vw, 32px);
  background-color: #f69416;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #worry #washould .section_message {
    margin: 0;
    font-size: 110%;
    padding: 15px;
  }
  #worry #washould .section_message img {
    width: 40%;
  }
}
#worry #washould_down_arrow {
  text-align: center;
  margin-bottom: 0px;
}
#worry #washould_down_arrow img {
  width: 140px;
}
@media screen and (max-width: 480px) {
  #worry #washould_down_arrow img {
    width: 74px;
  }
}

.request_and_inquiry {
  display: flex;
  padding: 30px 0 45px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f69416;
  font-size: 120%;
  min-height: 370px;
}
@media screen and (max-width: 480px) {
  .request_and_inquiry {
    padding: 12px 0;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.request_and_inquiry h2 {
  margin-top: 0;
}
.request_and_inquiry p {
  font-size: 200%;
}
@media screen and (max-width: 480px) {
  .request_and_inquiry p {
    font-size: 80%;
  }
}
.request_and_inquiry p span {
  border-bottom: 3px solid #fdd000;
}
.request_and_inquiry a {
  color: white;
  background-color: #16a645;
  padding: 23.5px 40px;
  border-radius: 15px;
  filter: drop-shadow(5px 8px 6px rgba(0, 0, 0, 0.4));
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  font-size: 30px;
  display: block;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .request_and_inquiry a {
    font-size: 90%;
    padding: 13px 30px;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.4));
  }
}
.request_and_inquiry a:hover, .request_and_inquiry a:active {
  background-color: #14983f;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -37px;
  left: 3px;
  color: white;
  transition: all 0.15s;
}

#about {
  width: 95%;
  max-width: 944px;
  margin: 75px auto 80px;
}
@media screen and (max-width: 480px) {
  #about {
    width: 95%;
    font-size: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#about h2 {
  border-bottom: 5px solid #f69416;
  width: 100%;
  font-size: 28.87px;
}
@media screen and (max-width: 480px) {
  #about h2 {
    font-size: 15px;
    border-width: 3px;
  }
}
#about h2 img {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #about h2 img {
    width: 120px;
  }
}
#about p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: min(2.3vw, 22px);
  text-align: center;
  line-height: 1.6363636364;
}
@media screen and (max-width: 480px) {
  #about p {
    letter-spacing: -1.56px;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0;
  }
}
#about .c_crew {
  padding: 0.5em 2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  background-color: #fdead0;
  text-align: center;
  font-size: min(2.16vw, 22px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #about .c_crew {
    padding: 0.5em 1em;
    font-size: 15px;
    letter-spacing: -1px;
  }
  #about .c_crew.for_sp {
    font-size: 13px;
  }
}
#about-list {
  margin-top: 50px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#about-list p {
  font-size: 110%;
}
#about-list li:nth-child(1) {
  width: 295px;
}
#about-list li:nth-child(1) h3 {
  position: relative;
  width: -moz-fit-content;
  border: 4px solid #fdd000;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  font-size: min(2vw, 18px);
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(1) h3 {
    border: 2px solid #fdd000;
    padding: 5px 0;
    font-size: 10px;
    letter-spacing: -1px;
  }
}
#about-list li:nth-child(1) h3:before {
  content: "";
  position: absolute;
  top: 101%;
  left: 20%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top: 22.5px solid #fdd000;
  transform: rotate(-25deg);
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(1) h3:before {
    border: 3px solid transparent;
    border-top: 12.5px solid #fdd000;
    transform: rotate(-25deg);
  }
}
#about-list li:nth-child(1) h3::after {
  content: url(./img/h3_upper_right_white.png);
  position: absolute;
  top: -10px;
  right: -40px;
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(1) h3::after {
    font-size: 12px;
    transform: scale(0.8);
  }
}
#about-list li:nth-child(1) p {
  margin-bottom: 0;
}
#about-list li:nth-child(1) p.caption {
  margin: -8px 0 0;
  font-size: 20px;
  color: #0e2c6a;
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(1) p.caption {
    margin: 0;
    font-size: 11px;
  }
}
#about-list li:nth-child(1) img {
  margin: 10px 0 0 15px;
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(1) img {
    margin: 0;
  }
}
#about-list li:nth-child(2) {
  width: initial;
}
#about-list li:nth-child(2) img.sp {
  margin-bottom: 30px;
}
#about-list li:nth-child(3) h3 {
  font-size: min(2.24vw, 24px);
  color: #f69416;
  margin: 20px auto 0;
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(3) h3 {
    width: 5em;
    font-size: 15px;
  }
}
#about-list li:nth-child(3) p {
  margin: 0 auto;
  font-size: min(2vw, 18px);
  line-height: 1.3333333333;
}
@media screen and (max-width: 480px) {
  #about-list li:nth-child(3) p {
    font-size: 11px;
    margin-top: 5px;
  }
}
#about-list li:nth-child(3) p img {
  margin: 10px 0 0;
}
#about #consignment_team {
  margin-top: 50px;
  border: 2px solid #f69416;
}
#about #consignment_team h3 {
  background-color: white;
  margin: -1em auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  font-size: 25.87px;
}
@media screen and (max-width: 480px) {
  #about #consignment_team h3 {
    font-size: 14px;
  }
}
#about #consignment_team h3 img {
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  #about #consignment_team h3 img {
    width: 110px;
    font-size: 15px;
  }
}
#about #consignment_team ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  background-image: url(./img/consignment_team_bgp.png);
  background-repeat: no-repeat;
  background-position: right;
  max-width: 770px;
  width: 98%;
  margin: 1.5em auto 10px;
}
@media screen and (max-width: 480px) {
  #about #consignment_team ul {
    width: 98%;
    background-position: -145px center;
    background-size: 127vw;
  }
}
#about #consignment_team ul li {
  margin-right: 38px;
}
#about #consignment_team ul li:nth-child(1) {
  width: 243px;
  border: 4px solid #f69416;
  border-radius: 25px;
  padding: 24px 0;
  text-align: center;
  font-size: min(2.1vw, 21.13px);
  line-height: 1.13582584;
  font-weight: bold;
  background-color: white;
}
@media screen and (max-width: 480px) {
  #about #consignment_team ul li:nth-child(1) {
    border: 2px solid #f69416;
    border-radius: 15px;
    padding: 5px 0;
    font-size: 11px;
    width: 100%;
    line-height: 1.36;
  }
}
@media screen and (max-width: 480px) {
  #about #consignment_team ul li:nth-child(n+2) {
    margin-left: 0;
  }
}
#about #consignment_team ul li img {
  filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.3));
  max-width: 200%;
}
@media screen and (max-width: 480px) {
  #about #consignment_team ul li img {
    width: 130px;
    margin-left: -20px;
  }
}
#about #ex_voice {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #about #ex_voice {
    position: relative;
    margin-top: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#about #ex_voice img {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  #about #ex_voice img {
    margin-left: 5px;
    width: 30vw;
    height: auto;
  }
}
#about #ex_voice p:nth-child(1) span {
  color: #f69416;
}
@media screen and (max-width: 480px) {
  #about #ex_voice p:nth-child(1) span {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #about #ex_voice p:nth-child(1) {
    width: 33%;
    z-index: 1;
    top: 16px;
    position: inherit;
  }
}
#about #ex_voice p:nth-child(2) {
  margin: 45px 0 0 10px;
  padding: 0.685em 1em;
  border: 4px solid #f69416;
  border-radius: 30px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #about #ex_voice p:nth-child(2) {
    margin-left: 5px;
    margin-top: 0;
    position: absolute;
    border-width: 3px;
    border-radius: 15px;
    padding: 5px;
    top: 0;
    left: 35px;
    line-height: 1.4;
  }
}
#about #ex_voice p:nth-child(2) span {
  color: #f69416;
  letter-spacing: 0;
}

#compatible {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 480px) {
  #compatible {
    width: 95%;
    font-size: 60%;
    margin-bottom: 40px;
  }
}
#compatible h2 {
  font-size: 32px;
  margin-right: 1em;
  margin-bottom: 10px;
  border-bottom: 5px solid #f69416;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #compatible h2 {
    line-height: 1;
    padding-bottom: 6px;
    border-width: 3px;
    font-size: 20px;
  }
}
#compatible h2 span {
  margin-left: 5.375vw;
  font-weight: normal;
  font-size: 18px;
  font-size: min(2.8vw, 18px);
  color: #555;
}
@media screen and (max-width: 480px) {
  #compatible h2 span {
    margin-left: 0;
    font-size: 50%;
  }
}
#compatible-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  list-style-type: none;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #compatible-list {
    flex-direction: column;
  }
}
#compatible-list li {
  list-style-type: none;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  #compatible-list li {
    width: 95%;
    max-width: initial;
  }
}
@media screen and (max-width: 480px) {
  #compatible-list li {
    width: 100%;
    max-width: initial;
  }
}
#compatible-list li.osusume {
  position: relative;
}
#compatible-list li.osusume::after {
  position: absolute;
  content: url(./img/osusume.png);
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 480px) {
  #compatible-list li.osusume::after {
    top: -24px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #compatible-list li img {
    width: 100%;
  }
}
#compatible-list h3 {
  font-size: min(3vw, 24.48px);
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #compatible-list h3 {
    font-size: 300%;
    height: 2em;
  }
}
#compatible-list h4 {
  margin-bottom: 10px;
  font-size: min(2.79vw, 28px);
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #compatible-list h4 {
    margin-top: 10px;
    text-align: center;
    font-size: 280%;
  }
}
#compatible-list #marketing h3 span {
  padding: 0 10px;
  border-left: 5px solid #f69416;
  border-right: 5px solid #f69416;
}
#compatible-list #marketing-list {
  margin-top: 10px;
}
#compatible-list #marketing-list li {
  border: 8px solid #f69416;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fbd4a2;
}
@media screen and (max-width: 480px) {
  #compatible-list #marketing-list li {
    margin-bottom: 20px;
    border-width: 4px;
  }
}
#compatible-list #marketing-list li p.plus_meddage {
  background-color: #f69416;
  padding: 3px 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #compatible-list #marketing-list li p.plus_meddage {
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
  }
}
#compatible-list #marketing-list li:nth-child(3) h4 {
  letter-spacing: -1.4px;
}
#compatible-list #marketing-list ul li {
  border: none;
  padding: 0;
  width: 100%;
  list-style-type: disc;
  margin: 5px 0 0 15px;
  font-size: min(1.76vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #compatible-list #marketing-list ul li {
    font-size: 18px;
  }
}
#compatible-list #backoffice h3 span {
  padding: 0 10px;
  border-left: 5px solid #fdd000;
  border-right: 5px solid #fdd000;
}
#compatible-list #backoffice-list {
  margin-top: 10px;
}
#compatible-list #backoffice-list li {
  border: 8px solid #fdd000;
  margin-bottom: 15px;
  padding: 20px 15px;
  background-color: #feec96;
}
@media screen and (max-width: 480px) {
  #compatible-list #backoffice-list li {
    border-width: 4px;
  }
}
#compatible-list #backoffice-list ul li {
  border: none;
  padding: 0;
  width: 100%;
  list-style-type: disc;
  margin: 5px 0 0 15px;
  font-size: min(1.76vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #compatible-list #backoffice-list ul li {
    font-size: 18px;
  }
}
#compatible-list #backoffice-list div.bo_wrap {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 -20px;
}
#compatible-list #backoffice-list div.bo_wrap h4 {
  width: 55%;
}
@media screen and (max-width: 480px) {
  #compatible-list #backoffice-list div.bo_wrap h4 {
    width: 45%;
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  #compatible-list #sp_backoffice h3 {
    font-size: 295%;
  }
}
#compatible-list #sp_backoffice h3 span {
  padding: 0 10px;
  border-left: 5px solid #81d4fd;
  border-right: 5px solid #81d4fd;
}
#compatible-list #sp_backoffice-list {
  margin-top: 10px;
}
#compatible-list #sp_backoffice-list span {
  font-size: 120%;
}
#compatible-list #sp_backoffice-list li {
  border: 8px solid #81d4fd;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #cce8f6;
}
@media screen and (max-width: 480px) {
  #compatible-list #sp_backoffice-list li {
    border-width: 4px;
  }
}
#compatible-list #sp_backoffice-list li h4 {
  line-height: 1;
}
#compatible-list #sp_backoffice-list li h4 span {
  font-size: min(2vw, 20px);
}
@media screen and (max-width: 480px) {
  #compatible-list #sp_backoffice-list li h4 span {
    font-size: 55%;
  }
}
#compatible-list #sp_backoffice-list ul li {
  border: none;
  padding: 0;
  width: 100%;
  list-style-type: disc;
  margin: 5px 0 0 15px;
  font-size: min(1.76vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #compatible-list #sp_backoffice-list ul li {
    font-size: 18px;
  }
}
#compatible-list #sp_backoffice-list p {
  text-align: center;
}
#compatible-list #sp_backoffice-list a img {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #compatible-list #sp_backoffice-list a img {
    width: 70%;
  }
}

#merit {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 480px) {
  #merit {
    width: 95%;
    font-size: 60%;
    margin-bottom: 40px;
  }
}
#merit h2 {
  border-bottom: 5px solid #f69416;
  width: 100%;
  font-size: 160%;
}
@media screen and (max-width: 480px) {
  #merit h2 {
    border-width: 3px;
    font-size: 15px;
  }
}
#merit h2 img {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #merit h2 img {
    width: 120px;
  }
}
#merit-list {
  padding-top: 45px;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  #merit-list {
    padding-top: 15px;
  }
}
#merit-list li {
  position: relative;
  margin-bottom: 30px;
}
#merit-list li h3 {
  background-color: #fdd000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  padding: 9px 20px 8px 65px;
  margin-left: 50px;
}
@media screen and (max-width: 480px) {
  #merit-list li h3 {
    padding: 3px 10px;
    text-indent: 5px;
    margin-left: 25px;
    line-height: 1.3;
    padding-left: 40px;
    font-size: 15px;
  }
}
#merit-list li .merit-list-txt {
  font-size: 22px;
  line-height: 1.6363636364;
  color: #555;
  margin-left: 95px;
  padding: 15px 0 0 15px;
}
@media screen and (max-width: 480px) {
  #merit-list li .merit-list-txt {
    margin-top: 23px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 12.5px;
  }
}
#merit-list li:nth-child(1)::before {
  content: url(./img/org_point-1.png);
  position: absolute;
  top: -20px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1)::before {
    transform: scale(55%);
    top: -35px;
    left: -20px;
  }
}
#merit-list li:nth-child(1) tr {
  height: 130px;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) tr {
    height: auto;
  }
}
#merit-list li:nth-child(1) tr:nth-child(1) {
  height: 60px;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) tr:nth-child(1) {
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) tr th,
  #merit-list li:nth-child(1) tr td {
    padding: 0;
  }
}
#merit-list li:nth-child(1) tr:nth-child(1) th:nth-child(4) {
  font-size: min(2.21vw, 23.5px);
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) tr:nth-child(1) th:nth-child(4) {
    font-size: 16px;
    text-align: center;
  }
}
#merit-list li:nth-child(1) tr:nth-child(n+2) th {
  padding: 0;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) tr:nth-child(n+2) th {
    font-size: 12px;
    padding: 0 10px;
  }
}
#merit-list li:nth-child(1) th,
#merit-list li:nth-child(1) td {
  border: solid 1px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) th,
  #merit-list li:nth-child(1) td {
    line-height: 1.3;
  }
}
#merit-list li:nth-child(1) th {
  font-size: min(3.011vw, 32px);
  width: 25%;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) th {
    font-size: 16px;
    width: auto;
  }
}
#merit-list li:nth-child(1) th.th_gray {
  background-color: #ccc;
}
#merit-list li:nth-child(1) th.th_orange {
  background-color: #f69416;
  width: 200px;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) th.th_orange {
    width: auto;
  }
}
#merit-list li:nth-child(1) td {
  font-size: min(2vw, 16px);
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) td {
    font-size: 10px;
  }
}
#merit-list li:nth-child(1) td span {
  font-size: 450%;
}
#merit-list li:nth-child(1) td .mark_orange {
  color: #f69416;
}
#merit-list li:nth-child(1) table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(1) table {
    margin-bottom: 0;
  }
}
#merit-list li:nth-child(2)::before {
  content: url(./img/org_point-2.png);
  position: absolute;
  top: -20px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(2)::before {
    transform: scale(55%);
    top: -35px;
    left: -20px;
  }
}
#merit-list li:nth-child(3)::before {
  content: url(./img/org_point-3.png);
  position: absolute;
  top: -20px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(3)::before {
    transform: scale(55%);
    top: -35px;
    left: -20px;
  }
}
#merit-list li:nth-child(4)::before {
  content: url(./img/org_point-4.png);
  position: absolute;
  top: -20px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(4)::before {
    transform: scale(55%);
    top: -24px;
    left: -20px;
  }
}
@media screen and (max-width: 480px) {
  #merit-list li:nth-child(4) p {
    margin-top: 12px;
  }
}

#partner {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 480px) {
  #partner {
    width: 95%;
    font-size: 60%;
    margin-bottom: 0;
  }
}
#partner h2 {
  border-bottom: 5px solid #f69416;
  width: 100%;
  font-size: 28.87px;
}
@media screen and (max-width: 480px) {
  #partner h2 {
    border-width: 3px;
    font-size: 15px;
  }
}
#partner h2 img {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #partner h2 img {
    width: 120px;
  }
}
#partner-achievement {
  margin: 60px 0 30px 30px;
  border: 4px solid #f69416;
  border-radius: 0 30px 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #partner-achievement {
    position: relative;
    border-radius: 15px;
    margin: 30px 0;
    border-width: 2px;
    padding: 18px 5px 10px;
  }
}
#partner-achievement h3 {
  margin: -25px 0 0 -30px;
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px 0 0;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  #partner-achievement h3 {
    position: absolute;
    top: 10px;
    left: 45%;
    padding: 0 10px;
    background-color: white;
    font-size: 200%;
  }
}
#partner-achievement-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #partner-achievement-wrap {
    align-items: flex-start;
  }
}
#partner-achievement-wrap img {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  #partner-achievement-wrap img {
    width: 20%;
    height: auto;
  }
}
#partner-achievement-wrap p {
  margin: 0;
  font-size: min(3.52vw, 36px);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  #partner-achievement-wrap p {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
#partner-achievement-wrap p small {
  font-size: min(2.345vw, 24px);
}
@media screen and (max-width: 480px) {
  #partner-achievement-wrap p small {
    font-size: 10px;
  }
}
#partner-achievement-wrap p span {
  font-size: min(7.82vw, 80px);
  color: #f69416;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  #partner-achievement-wrap p span {
    font-size: 32px;
  }
}
#partner-customers h3 {
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  #partner-customers h3 {
    text-align: center;
    font-size: 20px;
  }
}
#partner-customers ul {
  list-style-type: none;
  margin: 15px auto 0 35px;
  max-width: 955px;
  height: 460px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #partner-customers ul {
    margin: 0 0 30px 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#partner-customers ul li {
  margin-bottom: 30px;
  width: 50%;
  border-left: 10px solid #f69416;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  #partner-customers ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #partner-customers ul li {
    width: 100%;
    padding-left: 5px;
    border-width: 5px;
    margin-bottom: 10px;
  }
  #partner-customers ul li:nth-child(6) {
    letter-spacing: -1.7px;
  }
}
#partner-customers ul li h4 {
  font-size: min(3.52vw, 36px);
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #partner-customers ul li h4 {
    font-size: 18px;
  }
}
#partner-customers ul li h4 span {
  margin: 5px 0 0 0;
  font-size: 24px;
  color: #f69416;
}
@media screen and (max-width: 480px) {
  #partner-customers ul li h4 span {
    margin: 0 0 0 5px;
    font-size: 12px;
  }
}
#partner-customers ul li:nth-child(3) h4 {
  letter-spacing: -1px;
}
#partner-voice-case1 .case_example-customers {
  background-image: url(./img/customers_case1.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 9px 0;
  background-size: 30%;
}
@media screen and (max-width: 480px) {
  #partner-voice-case1 .case_example-customers {
    background-size: 18%;
    background-position: 10px 50%;
  }
}
#partner-voice-case1 h4::before {
  content: "CASE1";
}
#partner-voice-case1 img.img_gj {
  position: absolute;
  top: 5%;
  right: 5%;
}
@media screen and (max-width: 480px) {
  #partner-voice-case1 img.img_gj {
    top: initial;
    bottom: 10px;
    right: 10px;
    width: 22%;
  }
}
#partner-voice-case2 .case_example-customers {
  background-image: url(./img/customers_case2.png);
  background-repeat: no-repeat;
  background-position: 5px 55%;
  padding: 9px 0;
  background-size: 30%;
}
@media screen and (max-width: 480px) {
  #partner-voice-case2 .case_example-customers {
    background-size: 18%;
    background-position: 10px 50%;
  }
}
@media screen and (max-width: 480px) {
  #partner-voice-case2 .case_example-customers::after {
    top: -124px !important;
  }
}
#partner-voice-case2 h4::before {
  content: "CASE2";
}
@media screen and (max-width: 480px) {
  #partner-voice-case2 p {
    margin: 0;
  }
}
#partner-voice-case2 img.img_gj {
  position: absolute;
  top: 20%;
  right: 5%;
}
@media screen and (max-width: 480px) {
  #partner-voice-case2 img.img_gj {
    top: initial;
    bottom: 10px;
    right: 10px;
    width: 22%;
  }
}
#partner-voice-case3 .case_example-customers {
  background-image: url(./img/customers_case3.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 30%;
}
@media screen and (max-width: 480px) {
  #partner-voice-case3 .case_example-customers {
    background-size: 18%;
    background-position: 10px 50%;
    padding: 2px 0;
  }
}
@media screen and (max-width: 480px) {
  #partner-voice-case3 .case_example-customers::after {
    top: -88px !important;
  }
}
#partner-voice-case3 .case_example-customers-box {
  padding-top: 5px;
}
#partner-voice-case3 .case_example-customers-box ul li {
  letter-spacing: -1px;
}
#partner-voice-case3 .customers_voice {
  margin-top: 75px !important;
}
#partner-voice-case3 h4::before {
  content: "CASE3";
}
@media screen and (max-width: 480px) {
  #partner-voice-case3 p {
    margin: -20px 0 0;
  }
}
#partner-voice-case3 img.img_gj {
  position: absolute;
  top: 50px;
  right: 10px;
}
@media screen and (max-width: 480px) {
  #partner-voice-case3 img.img_gj {
    top: initial;
    bottom: 10px;
    right: 10px;
    width: 22%;
  }
}
#partner-voice #case_tab {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #partner-voice #case_tab {
    flex-direction: column;
  }
}
#partner-voice #case_tab h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  #partner-voice #case_tab h3 {
    width: 100%;
    text-align: center;
    font-size: 200%;
  }
}
#partner-voice #case_tab ul {
  list-style-type: none;
  display: flex;
  margin-left: 100px;
}
@media screen and (max-width: 480px) {
  #partner-voice #case_tab ul {
    margin: 0px 65px 0px;
  }
}
#partner-voice #case_tab ul li {
  margin-right: 5px;
}
#partner-voice #case_tab ul li img {
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.4));
  transform: scale(0.75);
}
#partner-voice .partner-voice_example {
  width: 100%;
  max-width: 945px;
}
@media screen and (max-width: 480px) {
  #partner-voice .partner-voice_example {
    width: 100%;
    font-size: 60%;
  }
}
#partner-voice .partner-voice_example .case_ttl {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #partner-voice .partner-voice_example .case_ttl {
    flex-direction: column;
  }
}
#partner-voice .partner-voice_example .case_ttl h4 {
  width: 335px;
  position: relative;
  padding: 10px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: min(3.35vw, 34px);
  background-color: #f69416;
  color: white;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #partner-voice .partner-voice_example .case_ttl h4 {
    width: 100%;
    font-size: 380%;
    padding-left: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
#partner-voice .partner-voice_example .case_ttl h4 span {
  font-size: min(2.5vw, 18px);
}
#partner-voice .partner-voice_example .case_ttl h4 span.overflow_txt {
  font-size: 85%;
  letter-spacing: -2px;
}
#partner-voice .partner-voice_example .case_ttl h4::before {
  position: absolute;
  background-color: #f69416;
  width: 130px;
  padding: 3px 0 0 1em;
  font-size: 22px;
  color: initial;
  font-weight: bold;
  top: -17px;
  left: 0px;
}
@media screen and (max-width: 480px) {
  #partner-voice .partner-voice_example .case_ttl h4::before {
    width: 5.5em;
    font-size: 50%;
    top: -10px;
  }
}
#partner-voice .partner-voice_example .case_ttl h4::after {
  content: "▲";
  position: absolute;
  top: -0.725em;
  left: calc(130px - 0.5em);
  color: #f69416;
}
@media screen and (max-width: 480px) {
  #partner-voice .partner-voice_example .case_ttl h4::after {
    left: 2.25em;
  }
}
#partner-voice .partner-voice_example .case_ttl p {
  margin: 0;
  border: 2px solid #f69416;
  background-color: white;
  font-size: 22px;
  color: initial;
  width: 610px;
  padding: 5px 0 12px 40px;
}
@media screen and (max-width: 480px) {
  #partner-voice .partner-voice_example .case_ttl p {
    width: 100%;
    padding: 3px 5px;
    font-size: 240%;
    border-width: 1px;
  }
}
#partner-voice .partner-voice_example .case_ttl p span {
  font-size: 80%;
  color: #f69416;
}
#partner-voice .case_example {
  background-image: url(./img/frame_all.png);
  background-position: center;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example {
    background-image: url(./img/cross_sp.png);
    background-repeat: no-repeat;
    background-position: center 122px;
    background-size: contain;
  }
}
#partner-voice .case_example ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  height: 250px;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example ul {
    flex-direction: column;
    background-image: initial;
    font-size: 150%;
    position: relative;
  }
}
#partner-voice .case_example-customers {
  width: 48%;
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 995px) {
  #partner-voice .case_example-customers {
    border-left: 4px solid #0e2c6a;
  }
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-customers {
    width: 100%;
    /* - */
    border: 2px solid #0e2c6a;
    border-bottom: none;
    height: 120px;
  }
}
#partner-voice .case_example-customers-box {
  position: absolute;
  top: 10px;
  left: 35%;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-customers-box {
    position: initial;
    margin-left: 85px;
  }
}
#partner-voice .case_example-customers-box h5 {
  border-left: 5px solid #0e2c6a;
  font-size: min(2.2vw, 22px);
  text-indent: 5px;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-customers-box h5 {
    font-size: 13px;
  }
}
#partner-voice .case_example-customers-box ul {
  display: flex;
  flex-direction: column;
  height: auto;
}
#partner-voice .case_example-customers-box ul li {
  font-size: 16px;
  font-size: min(1.6vw, 16px);
  margin: 10px 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-customers-box ul li {
    font-size: 11.75px;
    margin: 5px 0 0;
  }
}
#partner-voice .case_example-dekisugisan {
  background-image: url(./img/dekisugisan_140.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 40px 50%;
  width: 50%;
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 995px) {
  #partner-voice .case_example-dekisugisan {
    border-right: 4px solid #f69416;
  }
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-dekisugisan {
    width: 100%;
    /* - */
    border: 2px solid #f69416;
    padding: 8px 0;
    border-top: none;
    position: absolute;
    top: 160px;
    background-size: 16%;
    background-position: 10px 50%;
  }
}
#partner-voice .case_example-dekisugisan-box {
  position: absolute;
  top: 10px;
  left: 37%;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-dekisugisan-box {
    position: initial;
    margin-left: 85px;
  }
}
#partner-voice .case_example-dekisugisan-box h5 {
  border-left: 5px solid #f69416;
  font-size: 22px;
  text-indent: 5px;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-dekisugisan-box h5 {
    font-size: 13px;
  }
}
#partner-voice .case_example-dekisugisan-box ul {
  display: flex;
  flex-direction: column;
  height: auto;
}
#partner-voice .case_example-dekisugisan-box ul li {
  font-size: 16px;
  font-size: min(1.6vw, 16px);
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  #partner-voice .case_example-dekisugisan-box ul li {
    font-size: 11.75px;
    margin: 5px 0 0;
  }
}
#partner-voice .case_example-dekisugisan-box ul li span {
  color: #f69416;
}
#partner-voice .customers_voice {
  position: relative;
  background-color: #fdf0df;
  padding: 10px 20px;
  margin: 10px 0 60px;
}
@media screen and (max-width: 480px) {
  #partner-voice .customers_voice {
    padding: 10px;
    margin: 55px 0 40px;
  }
}
#partner-voice .customers_voice h5 {
  font-size: 22px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fdd000;
  border-radius: 1em;
  padding: 3px 45px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #partner-voice .customers_voice h5 {
    font-size: 200%;
    padding: 2px 25px;
  }
}
#partner-voice .customers_voice h5::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 22%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top: 18.5px solid #fdd000;
  transform: rotate(-23deg);
}
@media screen and (max-width: 480px) {
  #partner-voice .customers_voice h5::before {
    top: 60%;
    left: 25px;
    border: 4px solid transparent;
    border-top: 18.5px solid #fdd000;
  }
}
#partner-voice .customers_voice ul {
  margin: 10px 27% 0 8%;
}
@media screen and (max-width: 480px) {
  #partner-voice .customers_voice ul {
    margin: 10px 0 0 10px;
    font-size: 175%;
  }
}
#partner-voice .customers_voice ul li {
  font-size: min(2.5vw, 18px);
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #partner-voice .customers_voice ul li {
    font-size: 12px;
  }
}

#flow_of_use {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 480px) {
  #flow_of_use {
    width: 95%;
    font-size: 60%;
    margin-bottom: 40px;
  }
}
#flow_of_use h2 {
  border-bottom: 5px solid #f69416;
  width: 100%;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  #flow_of_use h2 {
    border-width: 3px;
    font-size: 20px;
  }
}
#flow_of_use h2 img {
  margin-right: 15px;
}
#flow_of_use-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  #flow_of_use-list {
    flex-direction: column;
  }
}
#flow_of_use-list .flow_of_use-list-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24.72px;
  height: 3em;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #flow_of_use-list .flow_of_use-list-ttl {
    width: 100%;
    height: initial;
    font-size: 16px;
  }
}
#flow_of_use-list .flow_of_use-list-txt {
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #flow_of_use-list .flow_of_use-list-txt {
    font-size: 12px;
  }
}
#flow_of_use-list li {
  position: relative;
  margin: 60px 5px;
  width: 100%;
  max-width: 290px;
  border: 6px solid #f69416;
  border-radius: 20px;
  padding: 55px 10px 10px;
  background-color: #fdd000;
}
@media screen and (max-width: 480px) {
  #flow_of_use-list li {
    width: 93%;
    max-width: initial;
    margin: 0 0 10px 7%;
    padding: 10px 0 10px 40px;
    border-width: 3px;
    border-radius: 15px;
  }
}
#flow_of_use-list li:nth-child(1)::before {
  content: url(./img/step1.png);
  position: absolute;
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  top: -50px;
  left: calc(50% - 48px);
}
@media screen and (max-width: 480px) {
  #flow_of_use-list li:nth-child(1)::before {
    top: -15%;
    left: -52px;
    transform: scale(0.5);
  }
}
#flow_of_use-list li:nth-child(1)::after {
  position: absolute;
  content: url(./img/flow_arrow.png);
  top: 3%;
  right: -75px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #flow_of_use-list li:nth-child(1)::after {
    right: -65px;
  }
}
@media screen and (max-width: 480px) {
  #flow_of_use-list li:nth-child(1)::after {
    content: url(./img/flow_arrow_down.png);
    right: initial;
    top: 33px;
    left: -45px;
    transform: scale(0.425);
  }
}
#flow_of_use-list li:nth-child(2)::before {
  content: url(./img/step2.png);
  position: absolute;
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  top: -50px;
  left: calc(50% - 48px);
}
@media screen and (max-width: 480px) {
  #flow_of_use-list li:nth-child(2)::before {
    top: -15%;
    left: -52px;
    transform: scale(0.5);
  }
}
#flow_of_use-list li:nth-child(2)::after {
  content: url(./img/flow_arrow.png);
  position: absolute;
  top: 3%;
  right: -75px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #flow_of_use-list li:nth-child(2)::after {
    right: -65px;
  }
}
@media screen and (max-width: 480px) {
  #flow_of_use-list li:nth-child(2)::after {
    content: url(./img/flow_arrow_down.png);
    right: initial;
    top: 33px;
    left: -45px;
    transform: scale(0.425);
  }
}
#flow_of_use-list li:nth-child(3)::before {
  position: absolute;
  content: url(./img/step3.png);
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  top: -50px;
  left: calc(50% - 48px);
}
@media screen and (max-width: 480px) {
  #flow_of_use-list li:nth-child(3)::before {
    top: -15%;
    left: -52px;
    transform: scale(0.5);
  }
}
#flow_of_use-txt {
  padding: 0.5em 2em;
  margin: 35px auto 55px;
  background-color: #fdead0;
  text-align: center;
  font-size: 25px;
  border-radius: 2em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #flow_of_use-txt {
    margin: 5px 0;
    padding: 7px;
    width: 100%;
    font-size: 15px;
  }
}

#plan {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 480px) {
  #plan {
    width: 95%;
    font-size: 60%;
    margin-bottom: 60px;
  }
}
#plan h2 {
  border-bottom: 5px solid #f69416;
  width: 100%;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  #plan h2 {
    border-width: 3px;
    font-size: 18px;
  }
}
#plan h2 img {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #plan h2 img {
    width: 120px;
  }
}
#plan_box1 {
  width: 100%;
  max-width: 790px;
  margin: 30px auto 0;
  border: 4px solid #0e2c6a;
  padding: 54px 0 25px;
  font-size: 110%;
  color: #0e2c6a;
}
@media screen and (max-width: 480px) {
  #plan_box1 {
    position: relative;
    width: 100%;
    border-width: 2px;
    padding: 20px 0 10px;
    font-size: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
#plan_box1-wrap {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
#plan_box1 p.txt_orange {
  margin: 0;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  #plan_box1 p.txt_orange {
    font-size: 11px;
    text-align: initial;
    margin: 0 auto;
  }
}
#plan_box1 h3 {
  margin-top: -25px;
  font-size: 64px;
}
@media screen and (max-width: 480px) {
  #plan_box1 h3 {
    font-size: 32px;
    text-align: initial;
    margin: -15px auto 10px;
  }
}
#plan_box1 h3 span {
  position: relative;
  font-size: 200%;
}
#plan_box1 h3 span::after {
  position: absolute;
  top: -55px;
  right: -40px;
  content: url(./img/cross_orange.png);
}
@media screen and (max-width: 480px) {
  #plan_box1 h3 span::after {
    top: -15px;
    right: -30px;
    transform: scale(0.55);
  }
}
#plan_box1-txt {
  text-align: center;
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #plan_box1-txt {
    font-size: 12px;
    line-height: 1.3;
  }
}
#plan_box2 {
  display: flex;
  width: 100%;
  max-width: 790px;
  margin: 15px auto 0;
  color: #0e2c6a;
}
@media screen and (max-width: 480px) {
  #plan_box2 {
    width: 100%;
    margin: 5px 0;
  }
}
#plan_box2 ul {
  width: 100%;
  max-width: 790px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #plan_box2 ul {
    width: 100%;
    font-size: 80%;
  }
}
#plan_box2 li {
  position: relative;
  width: 260px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #plan_box2 li {
    height: 75px;
  }
}
#plan_box2 li:nth-child(1) {
  background-color: #0e2c6a;
  color: white;
  text-align: center;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(1) {
    margin-right: 3px;
    width: 210px;
  }
}
#plan_box2 li:nth-child(1) h4 {
  font-size: min(3.75vw, 30px);
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(1) h4 {
    font-size: 15px;
  }
}
#plan_box2 li:nth-child(1) h4 span {
  display: block;
  font-size: min(2vw, 18px);
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(1) h4 span {
    font-size: 10px;
  }
}
#plan_box2 li:nth-child(1)::after {
  position: absolute;
  content: "";
  border-left: 35px solid #0e2c6a;
  border-top: 74px solid transparent;
  border-bottom: 75px solid transparent;
  right: -35px;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(1)::after {
    border-left: 20px solid #0e2c6a;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    right: -20px;
  }
}
#plan_box2 li:nth-child(n+2) {
  border: 2px solid #0e2c6a;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(n+2) {
    margin-left: 4px;
  }
}
#plan_box2 li:nth-child(n+2) h4 {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #0e2c6a;
  font-size: 18px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(n+2) h4 {
    font-size: 10px;
  }
}
#plan_box2 li:nth-child(n+2) p {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 45%;
  line-height: 1.05;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(n+2) p {
    text-align: center;
    font-size: 12px;
  }
}
#plan_box2 li:nth-child(n+2) p span {
  font-size: min(5.4vw, 50px);
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(n+2) p span {
    font-size: 21px;
  }
}
#plan_box2 li:nth-child(n+2) p small {
  margin-top: -5px;
  text-align: center;
  font-size: min(1.4vw, 14px);
  font-weight: normal;
  color: #999;
}
@media screen and (max-width: 480px) {
  #plan_box2 li:nth-child(n+2) p small {
    font-size: 10px;
  }
}
#plan_box3 {
  display: flex;
  width: 100%;
  max-width: 790px;
  margin: 15px auto 0;
}
@media screen and (max-width: 480px) {
  #plan_box3 {
    width: 100%;
  }
}
#plan_box3 ul {
  width: 100%;
  max-width: 790px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #plan_box3 ul {
    width: 100%;
    font-size: 80%;
  }
}
#plan_box3 li {
  position: relative;
  width: 260px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #plan_box3 li {
    height: 75px;
  }
}
#plan_box3 li:nth-child(1) {
  background-color: #0e2c6a;
  color: white;
  text-align: center;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(1) {
    margin-right: 3px;
    width: 150px;
  }
}
#plan_box3 li:nth-child(1) h4 {
  font-size: min(3.75vw, 30px);
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(1) h4 {
    font-size: 15px;
  }
}
#plan_box3 li:nth-child(1)::after {
  position: absolute;
  content: "";
  border-left: 35px solid #0e2c6a;
  border-top: 74px solid transparent;
  border-bottom: 75px solid transparent;
  right: -35px;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(1)::after {
    border-left: 20px solid #0e2c6a;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    right: -20px;
  }
}
#plan_box3 li:nth-child(2) {
  width: 100%;
  max-width: 525px;
  padding: 0 0 0 20px;
  border: 2px solid #0e2c6a;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(2) {
    padding-left: 10px;
    font-size: 120%;
    letter-spacing: -1px;
    margin-left: 3px;
  }
}
#plan_box3 li:nth-child(2) p {
  font-size: min(2.65vw, 20px);
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  color: #0e2c6a;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(2) p {
    font-size: 11px;
  }
}
#plan_box3 li:nth-child(2) p#cm_plan {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(2) p#cm_plan {
    font-size: 10px;
  }
}
#plan_box3 li:nth-child(2) small {
  font-size: min(1.4vw, 14px);
  color: #999;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 480px) {
  #plan_box3 li:nth-child(2) small {
    font-size: 10px;
  }
}
#plan_box3 li:nth-child(2) small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.3em;
}
#plan ul.plan_coment {
  list-style-type: none;
  width: 790px;
  margin: 10px auto 45px;
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #plan ul.plan_coment {
    margin-top: 5px;
    width: 100%;
    font-size: 10px;
  }
}
#plan ul.plan_coment li {
  margin: 0;
}

#trial_plan {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 115px;
  text-align: center;
  border: 2px solid #f69416;
  padding: 5px;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  #trial_plan {
    width: 95%;
    font-size: 60%;
    margin-bottom: 25px;
    padding: 2px;
    border-width: 1px;
  }
}
#trial_plan_wrap {
  border: 2px solid #f69416;
  padding: 15px 20px;
}
@media screen and (max-width: 480px) {
  #trial_plan_wrap {
    border-width: 1px;
    padding: 7px;
  }
}
#trial_plan_wrap-txt {
  font-size: 22px;
  color: #f69416;
  line-height: 1.6363636364;
}
@media screen and (max-width: 480px) {
  #trial_plan_wrap-txt {
    letter-spacing: -1px;
    font-size: 135%;
  }
}
#trial_plan h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: #f69416;
  padding: 2px 24px;
  margin: -50px auto 20px;
  font-size: 37px;
  color: white;
}
@media screen and (max-width: 480px) {
  #trial_plan h3 {
    font-size: 20px;
    padding: 2px 15px;
    margin: -25px auto 5px;
  }
}
#trial_plan h3::before {
  position: absolute;
  content: url(./img/cross_orange.png);
  top: -25px;
  left: -45px;
  transform: scale(0.8);
}
@media screen and (max-width: 480px) {
  #trial_plan h3::before {
    top: -25px;
    left: -31px;
    transform: scale(0.5);
  }
}
#trial_plan h3::after {
  position: absolute;
  content: url(./img/w_cross.png);
  top: -25px;
  right: -45px;
}
@media screen and (max-width: 480px) {
  #trial_plan h3::after {
    top: -23px;
    right: -38px;
    transform: scale(0.6);
  }
}
#trial_plan_box {
  display: flex;
  width: 100%;
  max-width: 790px;
  margin: 15px auto 0;
}
@media screen and (max-width: 480px) {
  #trial_plan_box {
    width: 100%;
  }
}
#trial_plan_box ul {
  width: 100%;
  max-width: 790px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #trial_plan_box ul {
    width: 100%;
    font-size: 80%;
  }
}
#trial_plan_box li {
  position: relative;
  width: 260px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li {
    height: 75px;
  }
}
#trial_plan_box li p {
  color: #0e2c6a;
}
#trial_plan_box li:nth-child(1) {
  background-color: #0e2c6a;
  color: white;
  text-align: center;
  width: 210px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(1) {
    margin-right: 10px;
    width: 155px;
    font-size: 120%;
  }
}
#trial_plan_box li:nth-child(1) h4 {
  font-size: min(3.75vw, 30px);
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(1) h4 {
    font-size: 15px;
  }
}
#trial_plan_box li:nth-child(1) h4 span {
  display: block;
  font-size: 60%;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(1) h4 span {
    font-size: 10px;
  }
}
#trial_plan_box li:nth-child(1)::after {
  position: absolute;
  content: "";
  border-left: 35px solid #0e2c6a;
  border-top: 74px solid transparent;
  border-bottom: 75px solid transparent;
  right: -35px;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(1)::after {
    border-left: 20px solid #0e2c6a;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    right: -20px;
  }
}
#trial_plan_box li:nth-child(n+2) {
  border: 2px solid #0e2c6a;
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(n+2) {
    margin-left: 3px;
  }
}
#trial_plan_box li:nth-child(n+2) h4 {
  width: 100%;
  padding: 5px 0;
  background-color: #0e2c6a;
  font-size: 18px;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(n+2) h4 {
    font-size: 10px;
  }
}
#trial_plan_box li:nth-child(n+2) p {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 45%;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(n+2) p {
    width: 100%;
    font-size: 12px;
    top: 55%;
  }
}
#trial_plan_box li:nth-child(n+2) p span {
  font-size: min(5.4vw, 50px);
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(n+2) p span {
    font-size: 21px;
  }
}
#trial_plan_box li:nth-child(n+2) p small {
  display: block;
  margin-top: -15px;
  margin-left: 80%;
  text-align: center;
  font-size: min(1.4vw, 14px);
  font-weight: normal;
  color: #999;
}
@media screen and (max-width: 480px) {
  #trial_plan_box li:nth-child(n+2) p small {
    margin: -3px 0 0 70%;
    font-size: 10px;
    line-height: 1;
  }
}

p.message {
  width: 95%;
  max-width: 944px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 35px;
  color: initial;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  p.message {
    width: 100%;
    font-size: 18px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 480px) {
  div#security {
    width: 90%;
    margin: 30px auto;
  }
}/*# sourceMappingURL=dekisugisan.css.map */