@charset "UTF-8";
/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Date : 2019.08.XX
*
*/
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */
  }
}
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}
@media (min-width: 1160px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
*::before, *::after {
  box-sizing: border-box;
}

main {
  display: block;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  padding: 0;
  height: 1px;
  border-top: 1px solid #cccccc;
}

button {
  cursor: pointer;
}

input, textarea {
  max-width: 100%;
}

input[type=button], input[type=reset], input[type=submit], button {
  cursor: pointer;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  z-index: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: calc(80/1000 * 1em);
  font-size: 14px;
  color: #263238;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body._contentFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body._contentFixed {
    position: relative;
    width: auto;
    height: auto;
  }
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  color: #0081D9;
  text-decoration: underline;
  vertical-align: baseline;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: inherit;
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

sup,
sub {
  font-size: 78%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.clearFix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  ._font-sizeS {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  ._font-sizeM {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  ._font-sizeL {
    font-size: 1.8rem;
  }
}

._hide {
  display: none !important;
}

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

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

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

._indent {
  text-indent: 1rem !important;
}

._block-right {
  margin-right: 0 !important;
  margin-left: auto !important;
}

._block-center {
  margin-right: auto !important;
  margin-left: auto !important;
}

._block-left {
  margin-right: auto !important;
  margin-left: 0 !important;
}

._font-normal {
  font-weight: normal !important;
}

._font-bold {
  font-weight: bold !important;
}

._text-italic {
  font-style: italic !important;
}

._text-underline {
  text-decoration: underline !important;
}

._text-blink {
  text-decoration: blink !important;
}

._text-line_through {
  text-decoration: line-through !important;
}

@media (min-width: 768px) {
  ._only-SP {
    display: none !important;
  }
}

@media (min-width: 1160px) {
  ._under-TB {
    display: none !important;
  }
}

._over-TB {
  display: none !important;
}
@media (min-width: 768px) {
  ._over-TB {
    display: block !important;
  }
}

._over-PC {
  display: none !important;
}
@media (min-width: 1160px) {
  ._over-PC {
    display: block !important;
  }
}

p:not([class]) + p:not([class]), p:not([class]) + p[class^=_], p:not([class]) + .module_table-01, p[class^=_] + p:not([class]), p[class^=_] + p[class^=_], p[class^=_] + .module_table-01, [class*=module_] + p:not([class]), [class*=module_] + p[class^=_], [class*=module_] + .module_table-01 {
  margin-top: 20px;
}

p:not([class]) + .module_button, p[class^=_] + .module_button {
  margin-top: 20px;
}
p:not([class]) + .module_button + p, p[class^=_] + .module_button + p {
  margin-top: 40px;
}

._bold, b, strong {
  font-weight: 700;
}

._underline, span[style*=underline] {
  background: linear-gradient(to bottom, rgba(241, 236, 255, 0) 0%, rgba(241, 236, 255, 0) 85%, rgba(203, 6, 60, 0.6) 86%, rgba(203, 6, 60, 0.6) 100%);
  text-decoration: none !important;
}

._italic {
  font-style: italic;
}

._mt5 {
  margin-top: 5px !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mt30 {
  margin-top: 30px !important;
}

._mt40 {
  margin-top: 40px !important;
}

._mt50 {
  margin-top: 50px !important;
}

._mt60 {
  margin-top: 60px !important;
}

._mt70 {
  margin-top: 70px !important;
}

._mt80 {
  margin-top: 80px !important;
}

._mt90 {
  margin-top: 90px !important;
}

._mt100 {
  margin-top: 100px !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._mt0 {
  margin-top: 0px !important;
}

._mb0 {
  margin-bottom: 0px !important;
}

._pt0 {
  padding-top: 0px !important;
}

._pb0 {
  padding-bottom: 0px !important;
}

._w0 {
  width: 0px !important;
}

._w0p {
  width: 0% !important;
}

._mt5 {
  margin-top: 5px !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._pt5 {
  padding-top: 5px !important;
}

._pb5 {
  padding-bottom: 5px !important;
}

._w50 {
  width: 50px !important;
}

._w5p {
  width: 5% !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._pt10 {
  padding-top: 10px !important;
}

._pb10 {
  padding-bottom: 10px !important;
}

._w100 {
  width: 100px !important;
}

._w10p {
  width: 10% !important;
}

._mt15 {
  margin-top: 15px !important;
}

._mb15 {
  margin-bottom: 15px !important;
}

._pt15 {
  padding-top: 15px !important;
}

._pb15 {
  padding-bottom: 15px !important;
}

._w150 {
  width: 150px !important;
}

._w15p {
  width: 15% !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._pt20 {
  padding-top: 20px !important;
}

._pb20 {
  padding-bottom: 20px !important;
}

._w200 {
  width: 200px !important;
}

._w20p {
  width: 20% !important;
}

._mt25 {
  margin-top: 25px !important;
}

._mb25 {
  margin-bottom: 25px !important;
}

._pt25 {
  padding-top: 25px !important;
}

._pb25 {
  padding-bottom: 25px !important;
}

._w250 {
  width: 250px !important;
}

._w25p {
  width: 25% !important;
}

._mt30 {
  margin-top: 30px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._pt30 {
  padding-top: 30px !important;
}

._pb30 {
  padding-bottom: 30px !important;
}

._w300 {
  width: 300px !important;
}

._w30p {
  width: 30% !important;
}

._mt35 {
  margin-top: 35px !important;
}

._mb35 {
  margin-bottom: 35px !important;
}

._pt35 {
  padding-top: 35px !important;
}

._pb35 {
  padding-bottom: 35px !important;
}

._w350 {
  width: 350px !important;
}

._w35p {
  width: 35% !important;
}

._mt40 {
  margin-top: 40px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._pt40 {
  padding-top: 40px !important;
}

._pb40 {
  padding-bottom: 40px !important;
}

._w400 {
  width: 400px !important;
}

._w40p {
  width: 40% !important;
}

._mt45 {
  margin-top: 45px !important;
}

._mb45 {
  margin-bottom: 45px !important;
}

._pt45 {
  padding-top: 45px !important;
}

._pb45 {
  padding-bottom: 45px !important;
}

._w450 {
  width: 450px !important;
}

._w45p {
  width: 45% !important;
}

._mt50 {
  margin-top: 50px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._pt50 {
  padding-top: 50px !important;
}

._pb50 {
  padding-bottom: 50px !important;
}

._w500 {
  width: 500px !important;
}

._w50p {
  width: 50% !important;
}

._mt55 {
  margin-top: 55px !important;
}

._mb55 {
  margin-bottom: 55px !important;
}

._pt55 {
  padding-top: 55px !important;
}

._pb55 {
  padding-bottom: 55px !important;
}

._w550 {
  width: 550px !important;
}

._w55p {
  width: 55% !important;
}

._mt60 {
  margin-top: 60px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._pt60 {
  padding-top: 60px !important;
}

._pb60 {
  padding-bottom: 60px !important;
}

._w600 {
  width: 600px !important;
}

._w60p {
  width: 60% !important;
}

._mt65 {
  margin-top: 65px !important;
}

._mb65 {
  margin-bottom: 65px !important;
}

._pt65 {
  padding-top: 65px !important;
}

._pb65 {
  padding-bottom: 65px !important;
}

._w650 {
  width: 650px !important;
}

._w65p {
  width: 65% !important;
}

._mt70 {
  margin-top: 70px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._pt70 {
  padding-top: 70px !important;
}

._pb70 {
  padding-bottom: 70px !important;
}

._w700 {
  width: 700px !important;
}

._w70p {
  width: 70% !important;
}

._mt75 {
  margin-top: 75px !important;
}

._mb75 {
  margin-bottom: 75px !important;
}

._pt75 {
  padding-top: 75px !important;
}

._pb75 {
  padding-bottom: 75px !important;
}

._w750 {
  width: 750px !important;
}

._w75p {
  width: 75% !important;
}

._mt80 {
  margin-top: 80px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._pt80 {
  padding-top: 80px !important;
}

._pb80 {
  padding-bottom: 80px !important;
}

._w800 {
  width: 800px !important;
}

._w80p {
  width: 80% !important;
}

._mt85 {
  margin-top: 85px !important;
}

._mb85 {
  margin-bottom: 85px !important;
}

._pt85 {
  padding-top: 85px !important;
}

._pb85 {
  padding-bottom: 85px !important;
}

._w850 {
  width: 850px !important;
}

._w85p {
  width: 85% !important;
}

._mt90 {
  margin-top: 90px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._pt90 {
  padding-top: 90px !important;
}

._pb90 {
  padding-bottom: 90px !important;
}

._w900 {
  width: 900px !important;
}

._w90p {
  width: 90% !important;
}

._mt95 {
  margin-top: 95px !important;
}

._mb95 {
  margin-bottom: 95px !important;
}

._pt95 {
  padding-top: 95px !important;
}

._pb95 {
  padding-bottom: 95px !important;
}

._w950 {
  width: 950px !important;
}

._w95p {
  width: 95% !important;
}

._mt100 {
  margin-top: 100px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._pt100 {
  padding-top: 100px !important;
}

._pb100 {
  padding-bottom: 100px !important;
}

._w1000 {
  width: 1000px !important;
}

._w100p {
  width: 100% !important;
}

._colorRed {
  color: #CB063C;
}

._backgroundColorRed {
  background-color: #fee;
}

.global_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .global_inner {
    padding: 0 60px;
    max-width: calc(1160px + 120px);
  }
}

.content_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .content_inner {
    padding: 0 60px;
    max-width: calc(800px + 120px);
  }
}

.module_column-01 + .module_column-01, .module_column-01 .module_column-02, .module_column-02 + .module_column-01, .module_column-02 .module_column-02 {
  margin-top: 60px;
}

.module_column-02 {
  display: flex;
  justify-content: space-between;
}
.module_column-02 > .column {
  width: calc(50% - 20px);
}

.module_title-sp {
  margin-left: -20px;
  color: #fff;
  background: linear-gradient(90deg, rgb(38, 50, 56) 0%, rgb(74, 90, 99) 100%);
  letter-spacing: calc(30/1000 * 1em);
  font-weight: 700;
  margin-bottom: 50px;
  padding: 30px 50px;
}
@media (min-width: 768px) {
  .module_title-sp {
    max-width: 840px;
  }
}
.module_title-sp .sub {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.module_title-sp .sub + .main {
  margin-top: 11px;
}
.module_title-sp .main {
  display: block;
  font-size: 26px;
  line-height: 1.3461538462;
}
.module_title-sp .main + .sub {
  margin-top: 11px;
}
.module_title-sp + .module_step-01 {
  margin-top: -15px;
}

.module_title-01 {
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: calc(0/1000 * 1em);
  line-height: 1.5833333333;
  font-weight: 700;
  border-left: 6px solid #5E35B1;
  background-color: #F1F1F1;
  padding: 11px 0 12px 15px;
}
.module_title-02 {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: calc(80/1000 * 1em);
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 5px solid #5E35B1;
  padding: 0 0 15px 0;
}
.module_title-03 {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: calc(80/1000 * 1em);
  line-height: 1.5;
  font-weight: 700;
  color: #5E35B1;
}
.module_note-01 {
  margin-left: -20px;
  margin-bottom: 30px;
  padding: 19px 40px;
  width: 840px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: calc(80/1000 * 1em);
  line-height: 1.5;
  text-align: center;
  background-color: #FEEBE0;
  border: 1px solid #EF6C00;
  color: #CB063C;
}
.module_note-01._green {
  border-color: #C7EDF8;
  background-color: rgba(199, 237, 248, 0.5);
}
.module_note-01._sky {
  border-color: #C6DFF2;
  background-color: rgba(198, 223, 242, 0.5);
}
.module_note-01._blue {
  border-color: #B5CFF7;
  background-color: rgba(181, 207, 247, 0.5);
}
.module_note-01._purple {
  border-color: #A3A3E3;
  background-color: rgba(163, 163, 227, 0.5);
}
.module_note-01._violet {
  border-color: #5E35B1;
  background-color: rgba(94, 53, 177, 0.7);
}

.module_step-01 {
  text-align: center;
  margin-bottom: 50px;
}
.module_step-01 ul {
  display: flex;
  justify-content: center;
}
.module_step-01 ul li {
  position: relative;
  text-align: center;
  width: 115px;
}
.module_step-01 ul li::before {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #C4C4C4;
  position: absolute;
  top: 8px;
  left: -55px;
  z-index: -2;
}
.module_step-01 ul li:first-child::before {
  content: none;
}
.module_step-01 ul li._current::before {
  background-color: #5E35B1;
}
.module_step-01 ul li._current .icon {
  background-color: #5E35B1;
}
.module_step-01 ul li .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #C4C4C4;
}
.module_step-01 ul li .title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: calc(80/1000 * 1em);
  line-height: 1.5714285714;
}

.module_flow-01 {
  margin: 50px 0;
}
.module_flow-01 ul li {
  position: relative;
  border-radius: 10px;
  border: 3px solid #DFDFDF;
  background-color: #C4C4C4;
  padding: 25px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module_flow-01 ul li + li {
  margin-top: 55px;
}
.module_flow-01 ul li::before {
  content: "";
  background-image: url("../images/common/ico_arrow-01.svg");
  width: 50px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: calc(50% - 25px);
}
.module_flow-01 ul li:first-child::before {
  content: none;
}
.module_flow-01 ul li .title {
  width: 170px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: calc(50/1000 * 1em);
  line-height: 1.3;
}
.module_flow-01 ul li .text {
  margin-left: 50px;
  width: calc(100% - 220px);
  font-size: 14px;
  letter-spacing: calc(80/1000 * 1em);
  line-height: 1.2857142857;
}
.module_flow-01 ul li._green {
  border-color: #C7EDF8;
  background-color: rgba(199, 237, 248, 0.5);
}
.module_flow-01 ul li._sky {
  border-color: #C6DFF2;
  background-color: rgba(198, 223, 242, 0.5);
}
.module_flow-01 ul li._blue {
  border-color: #B5CFF7;
  background-color: rgba(181, 207, 247, 0.5);
}
.module_flow-01 ul li._purple {
  border-color: #A3A3E3;
  background-color: rgba(163, 163, 227, 0.5);
}
.module_flow-01 ul li._violet {
  border-color: #5E35B1;
  background-color: rgba(94, 53, 177, 0.7);
}
.module_flow-01 ul li._violet {
  color: #fff;
}

.module_list-01 li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  letter-spacing: calc(80/1000 * 1em);
  line-height: 1.5714285714;
}
.module_list-01 li + li {
  margin-top: 12px;
}
.module_list-01 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #9F82EF;
  background-color: #9F82EF;
}
.module_list-01 li .module_list-01 {
  margin-top: 15px;
}
.module_list-01 li .module_list-01 > li::before {
  background-color: #fff;
}

.module_table-wrap {
  padding-bottom: 10px;
  margin-bottom: 30px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .module_table-wrap {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
.module_table-wrap::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.module_table-wrap::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #E3E3E3;
}
.module_table-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #555555;
}
.module_table-wrap._scroll {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module_table-wrap._scroll {
    padding-bottom: 0;
  }
}
.module_table-01 {
  height: auto !important;
  border: 1px solid #263238;
}
@media (min-width: 768px) {
  .module_table-01 {
    width: 100% !important;
  }
}
.module_table-01 thead,
.module_table-01 tbody,
.module_table-01 tfoot {
  width: 100%;
}
.module_table-01 tr td, .module_table-01 tr th {
  font-size: 14px;
  letter-spacing: calc(50/1000 * 1em);
  line-height: 1.4285714286;
  text-align: left;
  border: 1px solid #263238;
  padding: 12px 10px;
  min-width: 10em;
}
@media (min-width: 768px) {
  .module_table-01 tr td, .module_table-01 tr th {
    min-width: auto;
  }
}
.module_table-01 tr.dps {
  background-color: #F1F1F1;
}
.module_table-01 tr th {
  background-color: #F1ECFF;
}
.module_table-01 tr th.dps {
  background-color: #F1F1F1;
}

.module_table-02 {
  height: auto !important;
  border: 1px solid #263238;
  width: 100% !important;
}
.module_table-02 thead,
.module_table-02 tbody,
.module_table-02 tfoot {
  width: 100%;
}
.module_table-02 tr td, .module_table-02 tr th {
  font-size: 14px;
  letter-spacing: calc(50/1000 * 1em);
  line-height: 1.4285714286;
  text-align: left;
  border: 1px solid #263238;
  padding: 12px 10px;
  min-width: 8em;
}
@media (min-width: 768px) {
  .module_table-02 tr td, .module_table-02 tr th {
    min-width: auto;
  }
}
.module_table-02 tr td.dps, .module_table-02 tr th.dps {
  background-color: #F1F1F1;
}
@media (min-width: 1160px) {
  .module_table-02 tr td.small, .module_table-02 tr th.small {
    width: auto;
  }
}
.module_table-02 tr td.large, .module_table-02 tr th.large {
  min-width: 12em;
}
@media (min-width: 1160px) {
  .module_table-02 tr td.large, .module_table-02 tr th.large {
    width: 45%;
    min-width: auto;
  }
}
@media (min-width: 1160px) {
  .module_table-02 tr td.large.pcAuto, .module_table-02 tr th.large.pcAuto {
    width: auto;
    min-width: auto;
  }
}
.module_table-02 tr th {
  background-color: #F1ECFF;
}
.module_table-02 tr th.dps {
  background-color: #F1F1F1;
}

.module_table-01._form tr th p, .module_table-01._form tr td p {
  margin: 5px 0;
}

/*
.module_table-02 {
  margin-bottom: 20px;
  table {
    width: 100%;
    border: 1px solid #263238;

    tr {
      td, th {
        font-size: 13px;
        @include letter-spacing(50);
        @include line-height(20, 14);
        text-align: left;
        border: 1px solid $color-text;
        padding: 2px 5px;
      }
      th {
        background-color: $color-tertiary;
      }
    }
  }
}*/
.module_button {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .module_button {
    margin-top: 30px;
  }
}
.module_button + .module_button {
  margin-top: 20px;
}
.module_button .module_button-01 {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: calc(50/1000 * 1em);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin: 0 20px;
}
.module_button .module_button-01 + .module_button-01 {
  margin-top: 20px;
}
.module_button .module_button-01::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  transition: 0.3s;
  pointer-events: none;
}
.module_button .module_button-01:hover span {
  background-color: #EDE9F7;
  color: #5E35B1;
}
.module_button .module_button-01:hover input {
  color: #5E35B1;
}
.module_button .module_button-01:hover::after {
  color: #5E35B1;
}
.module_button .module_button-01 span {
  display: block;
  min-width: 390px;
  padding: 15px 35px;
  background-color: #5E35B1;
  border: 2px solid #5E35B1;
  border-radius: 30px;
  transition: 0.3s;
  cursor: pointer;
  min-height: 60px;
}
.module_button .module_button-01 input {
  background-color: transparent;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}
.module_button._orange .module_button-01 span {
  background-color: #F05800;
  border-color: #F05800;
}
.module_button._orange .module_button-01:hover span {
  background-color: #FEEBE0;
  color: #F05800;
}
.module_button._orange .module_button-01:hover input {
  color: #F05800;
}
.module_button._orange .module_button-01:hover::after {
  color: #F05800;
}
.module_button._application .module_button-01 span {
  background-color: #F05800;
  border-color: #F05800;
}
.module_button._application .module_button-01:hover span {
  background-color: #FF7D31;
  border-color: #FF7D31;
  color: #fff;
}
.module_button._application .module_button-01:hover input {
  color: #fff;
}
.module_button._application .module_button-01:hover::after {
  color: #fff;
}
.module_button._none .module_button-01 {
  pointer-events: none;
}
.module_button._none .module_button-01::after {
  content: none;
}
.module_button._none .module_button-01 span {
  background-color: #C4C4C4;
  border-color: #C4C4C4;
}
.module_button._check .module_button-01 input {
  display: none;
}
.module_button._check .module_button-01 input[type=checkbox]:checked + span {
  background-color: #5E35B1;
  color: #fff;
}
.module_button._check .module_button-01 input[type=checkbox]:checked + span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
  color: #fff;
  pointer-events: none;
}
.module_button._check .module_button-01::after {
  content: none;
}
.module_button._check .module_button-01 span {
  background-color: #fff;
  color: #5E35B1;
}
.module_button._check .module_button-01 span:hover {
  background-color: #EDE9F7;
}
.module_button._check .module_button-01 span::after {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #5E35B1;
  position: absolute;
  top: calc(50% - 13px);
  left: 26px;
  display: block;
  background-color: transparent;
}

.module_login-01 {
  margin: 30px 0 40px;
}
.module_login-01 ul {
  background-color: #F1ECFF;
  padding: 30px 40px;
}
.module_login-01 ul li {
  display: flex;
  justify-content: space-between;
}
.module_login-01 ul li + li {
  margin-top: 20px;
}
.module_login-01 ul li.privacy_policy {
  height: 200px;
  padding: 50px;
  overflow: auto;
  background-color: #ffffff;
  display: block;
}
.module_login-01 ul li .title {
  width: 105px;
  font-size: 14px;
  letter-spacing: calc(50/1000 * 1em);
  font-weight: 700;
  color: #5E35B1;
  margin-top: 11px;
}
.module_login-01 ul li .input {
  width: calc(100% - 145px);
  margin-left: 40px;
}
.module_login-01 ul li .input label {
  display: flex;
  align-items: center;
}
.module_login-01 ul li .input input, .module_login-01 ul li .input button {
  min-height: 45px;
}

:-moz-placeholder-shown {
  color: rgba(38, 50, 56, 0.3);
}

:placeholder-shown {
  color: rgba(38, 50, 56, 0.3);
}

::-webkit-input-placeholder {
  color: rgba(38, 50, 56, 0.3);
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(38, 50, 56, 0.3);
}

::-moz-placeholder {
  color: rgba(38, 50, 56, 0.3);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(38, 50, 56, 0.3);
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=search]),
select,
textarea {
  border: 1px solid #C4C4C4;
  padding: 7px 14px;
  background-color: #fff;
  font-size: 14px;
  transition: border-color 0.3s, background-color 0.3s;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=search]):hover,
select:hover,
textarea:hover {
  border-color: #5E35B1 !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=search]):focus,
select:focus,
textarea:focus {
  border-color: #5E35B1 !important;
  background-color: #fff;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=search]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=search])._error,
select._error,
textarea._error {
  border-color: #CB063C;
}

label {
  cursor: pointer;
  display: block;
}

input + input, input + button, button + input, button + button {
  margin-left: 10px;
}

input._none, textarea._none, button._none, select._none {
  pointer-events: none;
  background-color: #F1F1F1 !important;
  border-color: #C4C4C4 !important;
}

select {
  padding: 7px 40px 7px 14px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.module_label-01 {
  font-size: 12px;
  color: #fff;
  letter-spacing: calc(50/1000 * 1em);
  background-color: #5E35B1;
  text-align: center;
  display: inline-block;
  margin-left: 7px;
  padding: 1px 8px;
}
.module_label-01._required {
  background-color: #5E35B1;
}

.module_select-01 {
  position: relative;
}
.module_select-01::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: calc(50% - 6px);
  right: 14px;
  color: #545454;
  pointer-events: none;
}

.module_radio-01 {
  display: flex;
  flex-wrap: wrap;
}
.module_radio-01 label {
  margin-right: 30px;
}
.module_radio-01 label input {
  display: none;
}
.module_radio-01 label span {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.module_check-01 label + label {
  margin-top: 10px;
}
.module_check-01 label input {
  display: none;
}
.module_check-01 label span {
  position: relative;
  padding: 0 5px 0 40px;
  display: flex;
  align-items: center;
}

.module_table-01 input[type=checkbox], .module_table-01 input[type=radio], .module_table-01 input[type=checkbox] + input[type=hidden], .module_table-01 input[type=radio] + input[type=hidden] {
  display: none;
}
.module_table-01 input[type=checkbox] + span, .module_table-01 input[type=radio] + span, .module_table-01 input[type=checkbox] + input[type=hidden] + span, .module_table-01 input[type=radio] + input[type=hidden] + span {
  position: relative;
  padding-left: 35px;
  display: flex;
}
.module_table-01 input[type=checkbox] + span::before, .module_table-01 input[type=checkbox] + span::after, .module_table-01 input[type=radio] + span::before, .module_table-01 input[type=radio] + span::after, .module_table-01 input[type=checkbox] + input[type=hidden] + span::before, .module_table-01 input[type=checkbox] + input[type=hidden] + span::after, .module_table-01 input[type=radio] + input[type=hidden] + span::before, .module_table-01 input[type=radio] + input[type=hidden] + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  transition: 0.3s;
}
.module_table-01 input[type=checkbox] + span::before, .module_table-01 input[type=radio] + span::before, .module_table-01 input[type=checkbox] + input[type=hidden] + span::before, .module_table-01 input[type=radio] + input[type=hidden] + span::before {
  border: 1px solid #C4C4C4;
  z-index: 2;
}
.module_table-01 input[type=checkbox]:hover + span::before, .module_table-01 input[type=radio]:hover + span::before, .module_table-01 input[type=checkbox] + input[type=hidden]:hover + span::before, .module_table-01 input[type=radio] + input[type=hidden]:hover + span::before {
  border-color: #5E35B1;
}
.module_table-01 input[type=checkbox]:checked + span::after, .module_table-01 input[type=radio]:checked + span::after, .module_table-01 input[type=checkbox]:checked + input[type=hidden] + span::after, .module_table-01 input[type=radio]:checked + input[type=hidden] + span::after {
  background-color: #5E35B1;
}
.module_table-01 input[type=checkbox] + span::after, .module_table-01 input[type=checkbox] + input[type=hidden] + span::after {
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
.module_table-01 input[type=radio] + span::before, .module_table-01 input[type=radio] + span::after, .module_table-01 input[type=radio] + input[type=hidden] + span::before, .module_table-01 input[type=radio] + input[type=hidden] + span::after {
  border-radius: 50%;
}
.module_table-01 input[type=radio] + span::after, .module_table-01 input[type=radio] + input[type=hidden] + span::after {
  transform: scale(0.6);
}

[class^=icon-]::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
}

.icon-blank::after {
  content: "\f2d2";
  margin-left: 3px;
}

.icon-file::after {
  content: "\f15c";
  margin-left: 3px;
}

.icon-pdf::after {
  content: "\f1c1";
  margin-left: 3px;
}

.icon-none::after {
  content: none;
}

a[target=_blank]::after {
  content: "\f2d2";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  margin-left: 3px;
}
a[href$=".doc"]::after, a[href$=".docx"]::after, a[href$=".docm"]::after, a[href$=".xls"]::after, a[href$=".xlsx"]::after, a[href$=".xlsm"]::after {
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  margin-left: 3px;
}
a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  margin-left: 3px;
}

.global_header {
  border-top: 4px solid #5E35B1;
  padding: 12px 0;
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
}
.global_header .global_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .global_header .global_inner {
    padding: 0 40px;
    max-width: calc(1270px + 120px);
  }
}
@media (min-width: 1160px) {
  .global_header .global_inner {
    padding: 0 60px;
  }
}
.global_header .gh_logoBox .sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: calc(80/1000 * 1em);
}
@media (min-width: 768px) {
  .global_header .gh_logoBox .sub {
    font-size: 12px;
  }
}
@media (min-width: 1160px) {
  .global_header .gh_logoBox .sub {
    font-size: 18px;
  }
}
.global_header .gh_logoBox .main {
  display: flex;
  align-items: flex-end;
}
.global_header .gh_logoBox .main a {
  text-decoration: none;
  transition: 0.3s;
}
.global_header .gh_logoBox .main a:hover {
  opacity: 0.7;
}
.global_header .gh_logoBox .main .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: calc(50/1000 * 1em);
  color: #5E35B1;
}
@media (min-width: 768px) {
  .global_header .gh_logoBox .main .title {
    font-size: 24px;
  }
}
@media (min-width: 1160px) {
  .global_header .gh_logoBox .main .title {
    font-size: 32px;
  }
}
.global_header .gh_logoBox .main .year {
  margin-left: 20px;
  font-size: 20px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: calc(30/1000 * 1em);
}
.global_header .gh_menuBox {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1160px) {
  .global_header .gh_menuBox {
    display: flex;
  }
}
.global_header .gh_menuBox .menu {
  display: flex;
}
.global_header .gh_menuBox .menu li + li {
  margin-left: 30px;
}
.global_header .gh_menuBox .menu li._button a {
  padding: 0;
}
.global_header .gh_menuBox .menu li._button a .title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: calc(30/1000 * 1em);
  color: #5E35B1;
  border: 1px solid #5E35B1;
  padding: 3px 12px;
  transition: 0.3s;
}
.global_header .gh_menuBox .menu li._button a .title::after {
  content: none !important;
}
.global_header .gh_menuBox .menu li._button a:hover {
  opacity: 1;
}
.global_header .gh_menuBox .menu li._button a:hover .title {
  background-color: #5E35B1;
  color: #fff;
}
.global_header .gh_menuBox .menu li._button .wrap {
  padding: 0;
}
.global_header .gh_menuBox .menu li._button .wrap .title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: calc(30/1000 * 1em);
  color: #5E35B1;
  border: 1px solid #5E35B1;
  padding: 3px 12px;
  transition: 0.3s;
}
.global_header .gh_menuBox .menu li._button .wrap .title::after {
  content: none !important;
}
.global_header .gh_menuBox .menu li a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.3s;
}
.global_header .gh_menuBox .menu li a::after {
  content: none !important;
}
.global_header .gh_menuBox .menu li a[target=_blank] .title {
  padding-right: 13px;
}
.global_header .gh_menuBox .menu li a[target=_blank] .title::after {
  content: "\f2d2";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  color: #5E35B1;
}
.global_header .gh_menuBox .menu li a i {
  margin-right: 8px;
  font-size: 16px;
  color: #5E35B1;
}
.global_header .gh_menuBox .menu li a .title {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #263238;
  letter-spacing: calc(30/1000 * 1em);
}
.global_header .gh_menuBox .menu li a:hover {
  opacity: 0.7;
}
.global_header .gh_menuBox .logo {
  margin-left: 40px;
}
.global_header .gh_menuBox .logo a::after {
  content: none !important;
}
.global_footer {
  padding: 43px 0;
  background-color: #414141;
  color: #fff;
  margin: 0 auto;
  width: 100%;
}
.global_footer .global_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .global_footer .global_inner {
    flex-direction: initial;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }
}
.global_footer .gf_logoBox .logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: calc(30/1000 * 1em);
}
.global_footer .gf_logoBox .address {
  margin-top: 13px;
  font-size: 13px;
  letter-spacing: calc(30/1000 * 1em);
}
.global_footer .gf_logoBox .address i {
  font-size: 15px;
  color: #9F82EF;
  margin-right: 10px;
}
.global_footer .gf_copyrightBox .copyright {
  font-size: 12px;
  letter-spacing: calc(30/1000 * 1em);
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.global_navigation {
  min-width: calc(1270px + 120px);
  margin: 0 auto;
  padding: 19px 0;
  border-bottom: 1px solid #DFDFDF;
}
.global_navigation .global_inner {
  width: calc(1040px + 120px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global_navigation .menu {
  display: flex;
}
.global_navigation .menu li + li {
  margin-left: 65px;
}
.global_navigation .menu li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
}
.global_navigation .menu li a:hover {
  opacity: 0.7;
}
.global_navigation .menu li a i {
  font-size: 20px;
  color: #5E35B1;
}
.global_navigation .menu li a i + .title {
  margin-left: 8px;
}
.global_navigation .menu li a .title {
  font-size: 16px;
  font-weight: 700;
  color: #263238;
  letter-spacing: calc(30/1000 * 1em);
}
.global_navigation .menu li a .title + i {
  margin-left: 8px;
}
.global_contents {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .global_contents {
    max-width: 1390px;
    margin: 0 auto;
  }
}

.gf_top {
  position: fixed;
  right: 15px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .gf_top {
    right: 30px;
    bottom: 30px;
  }
}
.gf_top .wrap {
  position: relative;
  text-align: center;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #5E35B1;
  border: 2px solid #5E35B1;
  transition: 0.3s;
  border-radius: 50%;
  text-decoration: none;
}
.gf_top .wrap i {
  font-size: 20px;
  line-height: 1em;
  position: absolute;
  top: 10px;
  left: 22px;
}
.gf_top .wrap span {
  margin-top: 13px;
  display: block;
  text-align: center;
  line-height: 1em;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: calc(30/1000 * 1em);
}
.gf_top .wrap:hover {
  background-color: #fff;
  color: #5E35B1;
}

.photo {
  border: solid 3px #ccc;
  padding: 20px;
  margin: 20px;
  color: #666;
  width: 50%;
}

.button_tobira {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .button_tobira {
    flex-direction: initial;
    padding: 8px 0;
    gap: 23px;
  }
}

.nihongo, .english {
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  transition: 0.3s;
  text-decoration: none;
  width: 150px;
}
@media (min-width: 768px) {
  .nihongo, .english {
    padding: 10px 45px;
    margin: 0;
    width: auto;
  }
}
.nihongo::after, .english::after {
  content: none !important;
}

.english {
  border: 2px solid #5E35B1;
  background-color: #5E35B1;
}
@media (min-width: 768px) {
  .english {
    padding: 10px 40px;
  }
}
.english:hover {
  color: #5E35B1;
  background-color: #ede9f7;
}

.nihongo {
  border: 2px solid #f05800;
  background-color: #f05800;
}
.nihongo:hover {
  color: #f05800;
  background-color: #feebe0;
}

.nihongo_off, .english_off {
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #969696;
  background-color: #969696;
  text-decoration: none;
  pointer-events: none;
  width: 150px;
}
@media (min-width: 768px) {
  .nihongo_off, .english_off {
    padding: 10px 45px;
    width: auto;
  }
}
.nihongo_off::after, .english_off::after {
  content: none !important;
}

@media (min-width: 768px) {
  .nihongo_off {
    padding: 10px 45px;
  }
}

@media (min-width: 768px) {
  .english_off {
    padding: 10px 40px;
  }
}

.top_notice {
  border: 2px solid #5E35B1;
  background: #f9f9f9;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .top_notice {
    padding: 45px;
  }
}

.en-text {
  letter-spacing: 0;
}

.module_table-01 table tr th.dps {
  background-color: #F1F1F1;
}

.module_table-01 table {
  margin-bottom: 50px;
}

.btn {
  vertical-align: middle;
}

.top_button-01 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  width: 800px !important;
  margin: auto;
  color: #F54E6A !important;
  border-radius: 50px;
  background: #FEF3FF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #F54E6A;
  letter-spacing: 1.5px;
  transition: 0.3s;
  text-decoration: none;
}
@media (min-width: 768px) {
  .top_button-01 {
    margin: auto auto 50px auto;
  }
}

.top_button-01:hover {
  color: #FEF !important;
  background-color: #F54E6A;
}

.top_button-02 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  width: 800px !important;
  margin: auto auto 50px auto;
  color: #0081D9 !important;
  border-radius: 50px;
  background: #d6efff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #0081D9;
  letter-spacing: 1.5px;
  transition: 0.3s;
  text-decoration: none;
}

.top_button-02:hover {
  color: #FFF !important;
  background-color: #0081D9;
}

.back a {
  display: block;
  border: 2px solid #5E35B1;
  color: #5E35B1;
  text-align: center;
  background: #F1ECFF;
  border-radius: 50px;
  padding: 13px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  margin-bottom: 10px;
  text-decoration: none;
}

.back a:hover {
  background: #5E35B1;
  color: #FEF !important;
}

.tooltipBlock {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.toolTip {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #545454;
  padding: 12px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #FFF;
  border-radius: 3px;
  filter: drop-shadow(0px 1px 4px #aaa);
  width: 400px;
  font-size: 1.2rem;
}

.toolTip:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #545454;
}

.tooltipButton {
  cursor: pointer;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%20%3Cpath%20id%3D%22circle-info-solid%22%20d%3D%22M256%2C512c141.385%2C0%2C256-114.615%2C256-256S397.385%2C0%2C256%2C0%2C0%2C114.615%2C0%2C256%2C114.615%2C512%2C256%2C512ZM216%2C336h24V272H216a24%2C24%2C0%2C0%2C1%2C0-48h48a23.942%2C23.942%2C0%2C0%2C1%2C24%2C24v88h8a24%2C24%2C0%2C0%2C1%2C0%2C48H216a24%2C24%2C0%2C0%2C1%2C0-48Zm40-208a32%2C32%2C0%2C1%2C1-32%2C32A32%2C32%2C0%2C0%2C1%2C256%2C128Z%22%20fill%3D%22%23b22626%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
}
.tooltipButton span {
  display: none;
}
/*# sourceMappingURL=style.css.map */