@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("wow/animate.css");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  /*background-image: url("img/body_bg.jpg");*/
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  font-size: 1.6em;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #111111; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #111111;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.index sup {
  font-size: 10px;
  font-size: 1rem; }
.index .header {
  padding: 10px; }
  .index .header .logo {
    width: 35%; }
.index .remarks {
  margin-top: 10px;
  letter-spacing: -0.05em;
  font-size: 10px;
  font-size: 1rem; }
.index .cta .cta_txt {
  text-align: center;
  font-weight: 700;
  color: #f85987;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 7px; }
.index .cta_btn a {
  display: block;
  text-decoration: none;
  background: #fe6e4a;
  border-bottom: 3px solid #c24124;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  line-height: 1.3;
  padding: 18px 0; }
  .index .cta_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 100%;
    background-image: url("img/cta_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    right: 15px;
    pointer-events: none; }
  .index .cta_btn a img {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%); }
.index .cta_btn.variable_height a {
  padding: 18px 0; }
.index .shiny_btn {
  position: relative;
  overflow: hidden; }
  .index .shiny_btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    pointer-events: none; }
.index .main_ttl {
  background: #ffefef;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  padding: 12px 10px;
  position: relative;
  margin: 0 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px; }
  .index .main_ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ffefef transparent transparent transparent;
    bottom: -10px; }
  .index .main_ttl span {
    color: #ebf220; }
.index .fv {
  width: 100%;
  height: auto; }
  .index .fv .txt {
    background: #ff9999;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px; }
    .index .fv .txt > span {
      background: #fff;
      display: inline-block;
      border-radius: 8px;
      font-size: 11px;
      color: #5b4242;
      line-height: 1;
      padding: 8px;
      margin: 0 1em 0 0;
      vertical-align: middle; }
      .index .fv .txt > span strong {
        color: #f66d6d;
        font-size: 1.2em; }
    .index .fv .txt > strong {
      color: #fff000;
      font-size: 20px; }
  .index .fv .fv_img {
    background: url("img/fv_bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    height: auto; }
    .index .fv .fv_img img {
      line-height: auto;
      vertical-align: middle;
      margin: 0 auto; }
.index .marker {
  background: linear-gradient(transparent 70%, #fff200 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 2px; }
.index .ttl_txt {
  color: #f66d6d;
  background-color: #ffefef;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  display: block;
  margin: 0 0 20px;
  letter-spacing: .05em; }
.index .section01 {
  padding: 15px 10px;
  width: 100%;
  /*.table_wrap {
  	overflow-x: scroll;
  }*/ }
  .index .section01 h2 {
    padding: 0 10px;
    text-align: center; }
  .index .section01 .items {
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto 0;
    position: relative; }
    .index .section01 .items::after {
      content: "";
      position: absolute;
      width: calc((100% / 3) + 1px);
      height: calc(100% + 1px);
      pointer-events: none;
      top: -2px;
      left: -2px;
      z-index: 1;
      box-sizing: content-box;
      border: 2px solid #f66d6d; }
    .index .section01 .items .item {
      width: calc(100% / 3) !important;
      border: 1px solid #bdbdbd;
      border-radius: 5px;
      padding: 10px 5px;
      font-size: 13px;
      line-height: 1.3;
      position: relative; }
      .index .section01 .items .item:first-child {
        border-color: none;
        background-color: #fffde1; }
        .index .section01 .items .item:first-child .lead {
          color: #ff3210; }
      .index .section01 .items .item:last-child {
        border-color: #bdbdbd; }
      .index .section01 .items .item .name {
        width: 100%;
        position: relative;
        padding-top: 50px;
        min-height: calc(50px + 4.5em);
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .index .section01 .items .item .name::before {
          content: "";
          position: absolute;
          width: 70px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center 3px;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 0;
          pointer-events: none; }
        .index .section01 .items .item .name a {
          text-decoration: none;
          color: #3193cb;
          font-weight: 500;
          font-size: 10px;
          line-height: 1.3;
          letter-spacing: -0.05em;
          white-space: nowrap; }
      .index .section01 .items .item:nth-child(1) .name::before {
        background-image: url("/sp/aga/assets/img/client_rank_01.png"); }
      .index .section01 .items .item:nth-child(2) .name::before {
        background-image: url("/sp/aga/assets/img/client_rank_02.png"); }
      .index .section01 .items .item:nth-child(3) .name::before {
        background-image: url("/sp/aga/assets/img/client_rank_03.png"); }
      .index .section01 .items .item:nth-child(4) .name::before {
        background-image: url("/sp/aga/assets/img/client_rank_04.png"); }
      .index .section01 .items .item:nth-child(5) .name::before {
        background-image: url("/sp/aga/assets/img/client_rank_05.png"); }
      .index .section01 .items .item img {
        margin-bottom: 3px; }
    .index .section01 .items .item.top {
      vertical-align: top !important; }
    .index .section01 .items .name {
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }
      .index .section01 .items .name a {
        text-decoration: none;
        font-weight: 500; }
    .index .section01 .items .image {
      margin-top: 5px; }
    .index .section01 .items .lead {
      margin-top: 5px;
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      font-size: 1.3rem;
      white-space: nowrap; }
    .index .section01 .items .access {
      margin-top: 5px; }
      .index .section01 .items .access .ttl {
        background: #2b9fa5;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        padding: 3px 0;
        bottom: -6px; }
      .index .section01 .items .access .txt {
        margin: 5px 0;
        text-align: center;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 700; }
        .index .section01 .items .access .txt span {
          display: inline-block;
          margin-right: 5px;
          font-size: 45px; }
    .index .section01 .items .reserve {
      width: 100%;
      margin: 0;
      padding: 0;
      overflow: auto; }
      .index .section01 .items .reserve a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        border-bottom: 3px solid #c24124;
        width: 100%;
        height: auto;
        background-color: #fe6e4a;
        padding: 15px 0;
        font-size: 15px !important;
        font-weight: bold;
        letter-spacing: .075em;
        position: relative;
        z-index: 1; }
        .index .section01 .items .reserve a img {
          display: none;
          /*width: 14px!important;
          height: 14px!important;
          margin-left: 3px;
          margin-bottom: 1px;*/ }
      .index .section01 .items .reserve.gray a {
        background: #999;
        border-bottom: 3px solid #111111; }
    .index .section01 .items .handle td {
      text-align: left;
      font-size: 11px;
      letter-spacing: -0.05em; }
  .index .section01 table.items th {
    text-align: center;
    color: #f66d6d;
    background-color: #ffefef;
    padding: 5px 0;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd; }
  .index .section01 table.items td {
    text-align: center; }
  .index .section01 .topTable_remarks {
    padding-top: 5px;
    font-size: 10px; }
.index .introduction {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 10px; }
  .index .introduction h2 {
    line-height: 1;
    text-align: center; }
    .index .introduction h2 img {
      width: 100%;
      margin: 0 auto 20px; }
  .index .introduction .read {
    text-align: justify;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 15px;
    line-height: 1.8;
    font-size: 16px; }
    .index .introduction .read strong {
      color: #f66d6d; }
    .index .introduction .read .marker {
      font-weight: bold; }
.index .section01-2 {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 10px; }
  .index .section01-2 .sec_ttl {
    background-color: #f66d6d;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    text-align: left;
    padding: 15px 0 15px 25%;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative; }
    .index .section01-2 .sec_ttl span {
      color: #fff200; }
    .index .section01-2 .sec_ttl .feeling {
      position: absolute;
      bottom: 0;
      left: 5px;
      transform: translateX(0);
      width: 80px;
      height: auto; }
  .index .section01-2 .bg {
    background-color: 0;
    padding: 0;
    border: 1px solid #f66d6d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .index .section01-2 .bg .sec_wrap {
      display: flex;
      justify-content: space-around; }
      .index .section01-2 .bg .sec_wrap div {
        text-align: center;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 600;
        width: calc(50% - 10px);
        padding: 20px;
        background-color: #fff;
        border-radius: 13px; }
        .index .section01-2 .bg .sec_wrap div .pad_adjust {
          padding: 10px 0; }
        .index .section01-2 .bg .sec_wrap div span {
          color: #e05434; }
        .index .section01-2 .bg .sec_wrap div img {
          margin-top: 10px;
          width: 190px; }
  .index .section01-2 .anno {
    margin: 5px 0 0;
    font-size: 10px;
    letter-spacing: -0.05em; }
.index .section04 {
  text-align: center;
  padding: 0 10px 50px; }
  .index .section04 h2 img {
    width: 70%;
    margin: 0 auto; }
  .index .section04 .lead {
    font-size: 15px;
    padding: 0 10px;
    margin: 0 0 30px; }
    .index .section04 .lead strong {
      font-size: 1.2em; }
    .index .section04 .lead span {
      background: linear-gradient(transparent 70%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 1px; }
  .index .section04 .main_ttl {
    letter-spacing: 0.075em; }
    .index .section04 .main_ttl span {
      font-size: 22.5p; }
    .index .section04 .main_ttl::first-line {
      font-size: 15px; }
  .index .section04 .ul_wrap {
    margin-bottom: 30px; }
    .index .section04 .ul_wrap ul {
      display: flex;
      justify-content: space-between; }
      .index .section04 .ul_wrap ul li {
        width: 190px;
        border: 1px solid #87c0c3;
        border-radius: 5px;
        background: #e5f3f4;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
        box-sizing: border-box;
        padding: 10px 10px 15px; }
        .index .section04 .ul_wrap ul li span {
          color: #87c0c3;
          display: inline-block;
          background-color: #e5f3f4;
          padding: 0 5px;
          margin: 0 0 10px;
          border-bottom: 1px solid #87c0c3;
          font-size: 16px;
          /*img {
          	width: 45px;
          	height: auto;
          }*/ }
        .index .section04 .ul_wrap ul li p {
          display: inline-flex;
          line-height: 1.5;
          height: 75px;
          justify-content: center;
          align-items: center; }
  .index .section04 .content {
    width: 458px;
    height: 452px;
    margin: 20px auto 0;
    background-image: url("../../sp/aga/assets/img/content-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: calc(452px / 462px * 100%); }
    .index .section04 .content .remarks, .index .section04 .content .txt, .index .section04 .content .item {
      position: absolute; }
    .index .section04 .content .remarks {
      font-size: 14px;
      font-size: 1.4rem;
      width: 100%;
      text-align: center; }
    .index .section04 .content .txt {
      font-size: 12px;
      font-weight: 700;
      color: #e05434;
      top: 9%;
      right: 15%;
      pointer-events: none; }
    .index .section04 .content .item {
      overflow: hidden;
      box-sizing: content-box;
      width: 25.33%; }
      .index .section04 .content .item img {
        width: 100%; }
    .index .section04 .content .item_01 {
      top: 13%;
      right: 16%;
      border: 4.5px solid #ffe4dd;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
    .index .section04 .content .item_02 {
      top: 30%;
      right: 25%;
      border-radius: 3px;
      box-shadow: 1px 1px 2px 1px #666; }
    .index .section04 .content .item_03 {
      top: 45%;
      right: 50%;
      border-radius: 3px;
      box-shadow: 1px 1px 2px 1px #666; }
    .index .section04 .content .item_04 {
      top: 60%;
      right: 35%;
      border-radius: 3px;
      box-shadow: 1px 1px 2px 1px #666; }
    .index .section04 .content .item_05 {
      top: 75%;
      right: 60%;
      border-radius: 3px;
      box-shadow: 1px 1px 2px 1px #666; }
    .index .section04 .content .tickMark {
      position: absolute;
      bottom: 15px;
      left: 12px;
      width: calc(100% - 40px); }
.index .select_point {
  margin: 40px 0 0; }
  .index .select_point li {
    background: #fffdea;
    border-radius: 5px;
    padding: 15px 10px 30px;
    margin: 0 0 40px;
    position: relative;
    text-align: left;
    font-size: 14px; }
    .index .select_point li span {
      color: #f66d6d;
      font-weight: 700;
      font-size: 16px;
      padding-left: 70px;
      display: block;
      margin: 0 0 20px; }
    .index .select_point li::after {
      position: absolute;
      display: block;
      content: "";
      left: 10px;
      top: -15px;
      width: 55px;
      height: 67px; }
    .index .select_point li:nth-child(1)::after {
      background: url("../../../faga/assets/img/point01.png") no-repeat;
      background-size: cover; }
    .index .select_point li:nth-child(2)::after {
      background: url("../../../faga/assets/img/point02.png") no-repeat;
      background-size: cover; }
    .index .select_point li:nth-child(3)::after {
      background: url("../../../faga/assets/img/point03.png") no-repeat;
      background-size: cover; }
.index .section05 {
  padding: 0;
  overflow: hidden; }
  .index .section05 .tagline {
    display: block;
    color: #10767b;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 2px;
    font-weight: bold; }
  .index .section05 h2 {
    font-size: 15px;
    position: relative;
    z-index: 10;
    margin: 0 10px; }
    .index .section05 h2 img {
      line-height: 1; }
  .index .section05 .client_archive > ul > li {
    position: relative;
    padding: 0 10px; }
    .index .section05 .client_archive > ul > li:first-child {
      margin-top: 0; }
    .index .section05 .client_archive > ul > li .name {
      font-size: 21px;
      padding: 0; }
      .index .section05 .client_archive > ul > li .name a {
        display: block;
        text-decoration: none;
        font-weight: 700;
        position: relative;
        line-height: 1.5;
        padding: 10px 0 10px 75px; }
        .index .section05 .client_archive > ul > li .name a .rank_bg {
          position: absolute;
          width: auto;
          height: 35px;
          top: 45%;
          left: 10px;
          z-index: 1;
          transform: translateY(-45%); }
    .index .section05 .client_archive > ul > li .headline {
      font-weight: bold;
      font-size: 16px;
      color: #f66d6d;
      line-height: 1.2;
      text-align: center; }
  .index .section05 .client_archive .blue .heading {
    color: #3193cb; }
  .index .section05 .client_archive .orange .heading {
    color: #eb7458; }
  .index .section05 .client_archive .green .heading {
    color: #0eac72; }
  .index .section05 .client_archive .yellow .heading {
    color: #e89c25; }
  .index .section05 .client_archive .purple .heading {
    color: #9373af; }
  .index .section05 .client_archive .overview {
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .index .section05 .client_archive .overview .image {
      width: 59.15%;
      margin: 10px auto 0; }
    .index .section05 .client_archive .overview .data {
      margin-top: 10px;
      margin-bottom: 10px; }
      .index .section05 .client_archive .overview .data .heading {
        font-weight: 600;
        text-align: center;
        font-size: 20px;
        font-size: 2rem; }
      .index .section05 .client_archive .overview .data table {
        width: 100%;
        background: #fff;
        border: 1px solid #eb7458;
        margin-top: 5px; }
        .index .section05 .client_archive .overview .data table th, .index .section05 .client_archive .overview .data table td {
          padding: 10px 5px;
          font-size: 12.5px; }
        .index .section05 .client_archive .overview .data table td {
          line-height: 1; }
        .index .section05 .client_archive .overview .data table td.min-height65:before {
          display: block;
          content: "";
          height: 45px;
          float: left; }
        .index .section05 .client_archive .overview .data table tr th {
          background: 00b1e4;
          border-bottom: 1px solid #fff;
          color: #fff;
          font-weight: 500;
          width: 32%; }
          .index .section05 .client_archive .overview .data table tr th:last-child {
            border-bottom: none; }
        .index .section05 .client_archive .overview .data table tr td {
          border-bottom: 1px solid #eb7458; }
          .index .section05 .client_archive .overview .data table tr td sup {
            font-size: 10px;
            font-size: 1rem; }
        .index .section05 .client_archive .overview .data table .ico_wrap {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .index .section05 .client_archive .overview .data table .ico_wrap .ico {
            width: 20px; }
          .index .section05 .client_archive .overview .data table .ico_wrap .txt {
            padding-left: 5px; }
        .index .section05 .client_archive .overview .data table .feature {
          display: flex;
          flex-flow: row wrap; }
          .index .section05 .client_archive .overview .data table .feature li {
            display: inline-block;
            padding: 2px 4px;
            margin: 0 5px 5px 0;
            background-color: #faa0ae;
            border-radius: 20px;
            color: #fff;
            font-size: 11px; }
    .index .section05 .client_archive .overview .feature_items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .index .section05 .client_archive .overview .feature_items .feature_item {
        width: calc((100% - 2%) / 3);
        margin-left: 1%;
        margin-top: 5px;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fe6e4a;
        border: 1px solid #fe6e4a;
        font-weight: 500;
        padding: 2px 0;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
        .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(3n+1) {
          margin-left: 0; }
        .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(1), .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(2), .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(3) {
          margin-top: 0; }
  .index .section05 .client_archive .recommend {
    margin-top: 5px;
    font-size: 16px; }
    .index .section05 .client_archive .recommend h3 {
      position: relative;
      z-index: auto; }
    .index .section05 .client_archive .recommend .items {
      background: #fff;
      margin: 0;
      padding: 15px 10px 25px;
      position: relative;
      z-index: 1;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .index .section05 .client_archive .recommend .items .heading {
        text-align: center;
        padding-bottom: 15px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2; }
      .index .section05 .client_archive .recommend .items ul li {
        line-height: 1.5; }
        .index .section05 .client_archive .recommend .items ul li strong {
          color: #f66d6d; }
      .index .section05 .client_archive .recommend .items .item {
        position: relative;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        padding-left: 15px; }
        .index .section05 .client_archive .recommend .items .item::before {
          content: "";
          position: absolute;
          width: 10px;
          height: 100%;
          background-image: url("img/ico_check.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 6px;
          pointer-events: none; }
        .index .section05 .client_archive .recommend .items .item strong {
          font-weight: 700;
          color: #f66d6d; }
      .index .section05 .client_archive .recommend .items span {
        font-weight: bold; }
    .index .section05 .client_archive .recommend .check {
      color: #f66d6d; }
  .index .section05 .client_archive .point {
    margin: 10px 0;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px; }
    .index .section05 .client_archive .point .heading {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #eb7458; }
    .index .section05 .client_archive .point p {
      margin-top: 10px;
      line-height: 1.7;
      font-size: 18px;
      font-size: 1.8rem; }
      .index .section05 .client_archive .point p strong {
        font-weight: bold;
        color: #111111 !important; }
    .index .section05 .client_archive .point span {
      font-weight: bold; }
  .index .section05 .client_archive .cta {
    margin-top: 15px; }
    .index .section05 .client_archive .cta .cta_btn {
      padding: 0 15px; }
  .index .section05 .client_archive ul li.orange {
    background-image: url("img/bg_orange1.png");
    background-size: 100% 95%;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    .index .section05 .client_archive ul li.orange .overview .data .heading {
      color: #eb7458; }
    .index .section05 .client_archive ul li.orange .overview .data table {
      border-color: #eb7458; }
      .index .section05 .client_archive ul li.orange .overview .data table th {
        background: #eb7458; }
      .index .section05 .client_archive ul li.orange .overview .data table td {
        border-color: #eb7458; }
    .index .section05 .client_archive ul li.orange .point .heading {
      color: #eb7458 !important; }
    .index .section05 .client_archive ul li.orange .cta_txt {
      color: #eb7458 !important;
      text-shadow: 0 0 2px #fff; }
  .index .section05 .client_archive ul li.lightblue {
    background-image: url("img/bg_lightblue1.png");
    background-size: 100% 95%;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    .index .section05 .client_archive ul li.lightblue .overview .data .heading {
      color: #607ea7; }
    .index .section05 .client_archive ul li.lightblue .overview .data table {
      border-color: #607ea7; }
      .index .section05 .client_archive ul li.lightblue .overview .data table th {
        background: #607ea7; }
      .index .section05 .client_archive ul li.lightblue .overview .data table td {
        border-color: #607ea7; }
    .index .section05 .client_archive ul li.lightblue .point .heading {
      color: 　 #607ea7 !important; }
    .index .section05 .client_archive ul li.lightblue .cta_txt {
      color: #607ea7 !important;
      text-shadow: 0 0 2px #fff; }
  .index .section05 .client_archive ul li.blue {
    background-image: url("img/bg_blue.png");
    background-size: 100% 95%;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    .index .section05 .client_archive ul li.blue .overview .data .heading {
      color: #3193cb; }
    .index .section05 .client_archive ul li.blue .overview .data table {
      border-color: #3193cb; }
      .index .section05 .client_archive ul li.blue .overview .data table th {
        background: #3193cb; }
      .index .section05 .client_archive ul li.blue .overview .data table td {
        border-color: #3193cb; }
    .index .section05 .client_archive ul li.blue .point .heading {
      color: #3193cb !important; }
    .index .section05 .client_archive ul li.blue .cta_txt {
      color: #3193cb !important;
      text-shadow: 0 0 2px #fff; }
  .index .section05 .client_archive ul li.yellow {
    background-image: url("img/bg_yellow.png");
    background-size: 100% 95%;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    .index .section05 .client_archive ul li.yellow .overview .data .heading {
      color: #e89c25; }
    .index .section05 .client_archive ul li.yellow .overview .data table {
      border-color: #e89c25; }
      .index .section05 .client_archive ul li.yellow .overview .data table th {
        background: #e89c25; }
      .index .section05 .client_archive ul li.yellow .overview .data table td {
        border-color: #e89c25; }
    .index .section05 .client_archive ul li.yellow .point .heading {
      color: #e89c25 !important; }
    .index .section05 .client_archive ul li.yellow .cta_txt {
      color: #e89c25 !important;
      text-shadow: 0 0 2px #fff; }
  .index .section05 .client_archive ul li.green {
    background-image: url("img/bg_green.png");
    background-size: 100% 95%;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    .index .section05 .client_archive ul li.green .overview .data .heading {
      color: #0eac72; }
    .index .section05 .client_archive ul li.green .overview .data table {
      border-color: #0eac72; }
      .index .section05 .client_archive ul li.green .overview .data table th {
        background: #0eac72; }
      .index .section05 .client_archive ul li.green .overview .data table td {
        border-color: #0eac72; }
    .index .section05 .client_archive ul li.green .point .heading {
      color: #0eac72 !important; }
    .index .section05 .client_archive ul li.green .cta_txt {
      color: #0eac72;
      text-shadow: 0 0 2px #fff; }
  .index .section05 .client_archive ul li.purple {
    background-image: url("img/bg_purple.png");
    background-size: 100% 95%;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    .index .section05 .client_archive ul li.purple .overview .data .heading {
      color: #9373af; }
    .index .section05 .client_archive ul li.purple .overview .data table {
      border-color: #9373af; }
      .index .section05 .client_archive ul li.purple .overview .data table th {
        background: #9373af; }
      .index .section05 .client_archive ul li.purple .overview .data table td {
        border-color: #9373af; }
    .index .section05 .client_archive ul li.purple .point .heading {
      color: #9373af !important; }
    .index .section05 .client_archive ul li.purple .cta_txt {
      color: #9373af;
      text-shadow: 0 0 2px #fff; }
  .index .section05 .client_archive ul li.pickup {
    position: relative;
    margin-top: 60px; }
    .index .section05 .client_archive ul li.pickup::before {
      content: "";
      position: absolute;
      width: 90%;
      margin: 0 auto;
      background-image: url("img/pr_title.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      top: -55px;
      right: 0;
      left: 0;
      pointer-events: none; }
  .index .section05 .client_archive > ul > li:last-child::before {
    height: 94%; }
.index .section06 {
  padding: 10px 10px 20px; }
  .index .section06 .main_ttl {
    font-size: 4.5vw; }
    .index .section06 .main_ttl strong {
      font-size: 5.5vw;
      color: #ffef88; }
      .index .section06 .main_ttl strong span {
        font-size: .67em; }
  .index .section06 p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px;
    padding: 0 10px; }
  .index .section06 .merit {
    margin: 20px -10px;
    position: relative; }
    .index .section06 .merit .message {
      position: absolute;
      z-index: 10;
      width: 41.86%;
      right: 2.67%;
      top: 15.57%; }
  .index .section06 .heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #5f3b38;
    text-align: center; }
  .index .section06 .image_02 {
    margin-top: 15px;
    text-align: center; }
.index .section07 {
  padding: 20px 10px; }
  .index .section07 .main_ttl {
    font-size: 4.5vw;
    line-height: 1.3;
    z-index: 20; }
    .index .section07 .main_ttl strong {
      font-size: 5.5vw;
      color: #ffef88; }
  .index .section07 .table {
    margin-right: -10px; }
  .index .section07 .wrap {
    width: 100%;
    overflow: scroll; }
  .index .section07 table {
    width: 800px;
    border: 1px solid #e4e4e4;
    margin-top: 10px; }
    .index .section07 table th, .index .section07 table td {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      border: 1px solid #e4e4e4;
      padding: 8px 5px;
      width: 110px;
      background: #fff; }
    .index .section07 table thead th {
      background-color: #f66d6d;
      color: #fff;
      padding: 10px 0; }
    .index .section07 table tbody tr:first-child {
      /*border:2px solid $mainColor;*/
      background: #fffcee; }
      .index .section07 table tbody tr:first-child td {
        background: #fffdea; }
    .index .section07 table tbody td p {
      margin-top: 3px;
      line-height: 1.4;
      font-size: 13px;
      font-size: 1.3rem; }
    .index .section07 table tbody a p {
      color: #10adf6;
      font-weight: 500;
      text-decoration: underline;
      font-size: 12px;
      font-size: 1.2rem; }
    .index .section07 table tbody .ico {
      width: 30px;
      margin: 0 auto; }
    .index .section07 table thead tr th:first-child,
    .index .section07 table tbody tr td:first-child {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100px; }
      .index .section07 table thead tr th:first-child::after,
      .index .section07 table tbody tr td:first-child::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e4e4e4;
        z-index: -1; }
  .index .section07 .cta_btn a {
    font-size: 3vw;
    padding: 20px 0;
    border-radius: 13px !important; }
    .index .section07 .cta_btn a::before {
      display: none; }
  .index .section07 .feature_item span {
    display: none !important; }
.index .section08-0 .sec_ttl {
  background-color: #ffefef;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff; }
  .index .section08-0 .sec_ttl span {
    color: #fff200; }
.index .section08-0 .sec_wrap {
  padding: 30px 20px; }
  .index .section08-0 .sec_wrap p {
    font-size: 14px;
    font-weight: 600; }
    .index .section08-0 .sec_wrap p span {
      color: #ff3210; }
  .index .section08-0 .sec_wrap img {
    margin: 30px 0; }
.index .section08 {
  position: relative;
  padding: 10px;
  overflow: hidden; }
  .index .section08 .wrap {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 20px;
    background-color: #ffefef; }
  .index .section08 .client {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 10px; }
    .index .section08 .client .heading {
      text-align: center;
      font-weight: 700;
      color: #f66d6d;
      font-size: 23px;
      font-size: 2.3rem; }
    .index .section08 .client .name a {
      text-align: center;
      font-weight: 700;
      display: block;
      width: 100%;
      text-decoration: none;
      font-size: 26px;
      font-size: 2.6rem; }
    .index .section08 .client .image {
      display: flex;
      margin: 0 0 10px; }
      .index .section08 .client .image a {
        display: block;
        margin: 20px auto 0;
        width: 65%; }
        .index .section08 .client .image a img {
          width: 100% !important;
          height: auto !important; }
      .index .section08 .client .image .txt {
        width: calc(100% - 320px);
        margin: 15px 20px 0;
        font-size: 18px;
        font-size: 1.8rem; }
        .index .section08 .client .image .txt strong {
          font-weight: 700; }
        .index .section08 .client .image .txt sup {
          font-size: 10px;
          font-size: 1rem; }
        .index .section08 .client .image .txt span {
          font-weight: bold;
          color: #ff3210; }
  .index .section08 .cta {
    background: #fffdea;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px; }
    .index .section08 .cta .cta_txt {
      color: #f66d6d;
      font-size: 13px; }
    .index .section08 .cta .cta_btn {
      padding: 0 15px; }
.index .fixed_cta {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: #ffefef; }
  .index .fixed_cta .wrap {
    padding: 8px 14px;
    padding-right: 10px;
    position: relative; }
    .index .fixed_cta .wrap .heading {
      position: relative;
      text-align: center; }
      .index .fixed_cta .wrap .heading img {
        width: 45px;
        margin-right: 5px;
        display: inline-block; }
      .index .fixed_cta .wrap .heading p {
        color: #111;
        display: inline-block;
        font-size: 18px;
        font-weight: bold; }
        .index .fixed_cta .wrap .heading p span {
          color: #f66d6d;
          font-size: 1.1em;
          margin-left: 5px; }
    .index .fixed_cta .wrap .btn_area {
      padding: 5px 10px 0; }
      .index .fixed_cta .wrap .btn_area .client_image {
        width: 80px;
        float: left;
        margin: 0 15px 0 0; }
      .index .fixed_cta .wrap .btn_area .btn {
        padding-left: 10px; }
        .index .fixed_cta .wrap .btn_area .btn .txt {
          text-align: center;
          font-weight: 500;
          color: #f85987;
          font-size: 14px;
          font-size: 1.4rem; }
        .index .fixed_cta .wrap .btn_area .btn .cta_btn {
          margin-top: 2px; }
          .index .fixed_cta .wrap .btn_area .btn .cta_btn a {
            display: inline-block;
            width: calc(100% - 100px);
            white-space: nowrap;
            font-size: 3vw;
            padding: 10px 30px 10px 10px;
            border-bottom: none;
            min-height: 0; }
            .index .fixed_cta .wrap .btn_area .btn .cta_btn a img {
              width: 14px;
              height: 14px; }
            .index .fixed_cta .wrap .btn_area .btn .cta_btn a::before {
              width: 12px;
              right: 8px; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none; }

.exitProtection {
  width: 95% !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    width: 80vw;
    margin: 0 auto;
    height: 100%;
    padding-top: 40px;
    padding-top: calc(470 / 400 * 100%); }
  .exitProtection div.exitProtection_bg {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    max-width: 100%;
    z-index: 109;
    padding-top: 40px; }
  .exitProtection div a {
    max-width: 100%;
    display: block;
    outline: none; }
  .exitProtection .cta_btn {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    z-index: 110;
    margin: 0 auto;
    bottom: 45px; }
    .exitProtection .cta_btn a {
      display: block;
      text-decoration: none;
      background: #fc8e18;
      border-bottom: 3px solid #c97113;
      position: relative;
      text-align: center;
      color: #fff;
      font-size: 3.5vw;
      font-weight: 700;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      line-height: 1.3;
      padding: 20px 0; }
      .exitProtection .cta_btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 100%;
        background-image: url("img/cta_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        right: 10px;
        pointer-events: none; }
  .exitProtection .shiny_btn {
    position: relative;
    overflow: hidden; }
    .exitProtection .shiny_btn::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none; }
  .exitProtection .exitProtection_banner {
    position: absolute;
    z-index: 110;
    justify-content: center;
    left: 0;
    right: 0;
    width: 64.1%;
    margin: 0 auto;
    bottom: 100px; }
  .exitProtection .modal_close {
    color: #fff !important;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }
  .exitProtection .close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: #8d8d8d;
    z-index: 110;
    right: 0; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.footer {
  background-color: #ddd;
  color: #555;
  padding: 10px 20px;
  margin-bottom: 10px; }
  .footer .foot_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .footer a {
    color: #555 !important;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: .1em; }

.case {
  background: #fff;
  border-radius: 13px;
  padding: 20px 10px 0; }
  .case .case_ttl {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 10px;
    color: #eb7458; }
    .case .case_ttl h3 {
      font-weight: bold; }

.slick01 li {
  height: 255px; }

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 60px; }

.slide-dots li {
  display: inline-block;
  margin: 0 10px; }

.slide-dots li button {
  position: relative;
  text-indent: -9999px; }

.slide-dots li button::before {
  background-image: url("img/slick-off.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px; }

.slide-dots li.slick-active button::before {
  background-image: url("img/slick-on.png"); }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px; }

.acordion_wrap {
  margin-top: 12px;
  background: #fff;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  padding: 0 15px;
  position: relative;
  z-index: 2; }
  .acordion_wrap .trigger {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
    padding: 5px 0; }
    .acordion_wrap .trigger::before {
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      color: #5f5f5f; }
    .acordion_wrap .trigger.active::before {
      content: "－"; }

.scroll_bar {
  background-color: #439A9E;
  padding: 5px 10px;
  height: 12px;
  box-sizing: content-box; }

.flashing {
  animation: flash 1.5s linear infinite;
  height: 12px;
  width: auto;
  line-height: 1;
  vertical-align: top;
  margin: 0;
  padding: 0; }

@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pr {
  text-align: center;
  margin-top: 5px;
  font-size: 10px; }

.header .inner {
  display: flex;
  justify-content: space-between; }

.accordion_wrap {
  margin-top: 12px;
  background: #fff;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  padding: 0 15px;
  position: relative;
  z-index: 2; }
  .accordion_wrap .trigger {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
    padding: 15px 0; }
    .accordion_wrap .trigger::before {
      position: absolute;
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 700;
      color: #5f5f5f; }
    .accordion_wrap .trigger.active::before {
      content: "－"; }

.accordion_wrap.type {
  border-radius: 0;
  border: 1px solid #ff9999;
  padding: 0; }
  .accordion_wrap.type .trigger::before {
    content: "＋" !important;
    color: #f66d6d; }
  .accordion_wrap.type .trigger.active::before {
    content: "ー" !important; }
  .accordion_wrap.type .heading {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 20px; }
  .accordion_wrap.type .accordion_inner {
    text-align: justify;
    padding: 0 20px 20px; }
    .accordion_wrap.type .accordion_inner strong {
      color: #f66d6d;
      font-weight: 700; }

.side_effects {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff; }
  .side_effects .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .side_effects .heading {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f66d6d;
    text-align: center; }
  .side_effects .items {
    margin-top: 40px; }
    .side_effects .items .item {
      background: #fff;
      margin-top: 30px;
      border: 1px solid #dcdcdc;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .side_effects .items .item:first-child {
        margin-top: 0; }
      .side_effects .items .item ul li {
        margin-top: 20px; }
        .side_effects .items .item ul li:first-child {
          margin-top: 0; }
  .side_effects .name {
    padding: 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc; }
  .side_effects .item_inner {
    padding: 15px; }
    .side_effects .item_inner .ico {
      margin: 0 0 5px;
      position: relative;
      padding-left: 1.1em;
      font-weight: 700; }
      .side_effects .item_inner .ico::before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0; }
      .side_effects .item_inner .ico span {
        display: inline-block;
        font-weight: 700; }
