@charset "UTF-8";
/* style.css */
@import url("https://fonts.googleapis.com/css?family=Barlow:700|Lato|Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:700|Lato|Noto+Sans+JP&display=swap");
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,
input, button, textarea,
*:after, *:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  overflow-x: hidden;
  color: #404b73;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  margin-top: 1.5em;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  color: #404b73;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a > img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:visited {
  color: #822694;
}
a:active {
  color: #5272d3;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a[href*="tel:"] {
  cursor: default;
}

button {
  cursor: pointer;
}

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;
}

sup {
  vertical-align: top;
  font-size: 0.8125em;
}

sub {
  vertical-align: bottom;
  font-size: 0.8125em;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="time"],
textarea {
  border: 1px solid #F8F5F0;
  padding: 0.85em 1em;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  background: #F8F5F0;
  vertical-align: bottom;
}
input[type="text"][readonly],
input[type="number"][readonly],
input[type="search"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly],
input[type="url"][readonly],
input[type="time"][readonly],
textarea[readonly] {
  outline: none;
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="number"],
  input[type="search"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="url"],
  input[type="time"],
  textarea {
    font-size: 1.4rem;
  }
}

textarea {
  resize: vertical;
}

select {
  border: 1px solid #c4c8d0;
  padding: 0.5em 2em 0.5em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("/common/images/common/arrow-select.png") no-repeat calc(100% - 6px) center;
  background-size: 6px auto;
  border-radius: 0;
  font-size: 1.7rem;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 1.4rem;
  }
}

label {
  display: inline-block;
}

b {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #242424;
}

strong {
  color: #cb2b00;
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.strHeader {
  background: #cddfef;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.strHeader > .inner {
  max-width: 1004px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 21px 10px;
}
@media screen and (max-width: 768px) {
  .strHeader > .inner {
    padding: 13px 10px;
  }
}

.headerLogo {
  max-width: 273px;
}
.headerLogo > a {
  display: block;
}
@media screen and (max-width: 1112px) {
  .headerLogo {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogo {
    max-width: 118px;
  }
}

.headerContent {
  width: calc(100% - 273px);
  padding-left: 0.5em;
  text-align: right;
}
@media screen and (max-width: 1112px) {
  .headerContent {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .headerContent {
    width: calc(100% - 118px);
  }
}

.headerUtility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerTel {
  padding-right: 1em;
  line-height: 1;
}
.headerTel__num {
  padding-right: 0.2em;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 34px;
  background: url("/datahelper/assets/images/icon-tel-1.png") no-repeat left center;
  background-size: 24px 24px;
}
.headerTel__num > a {
  display: block;
  text-decoration: none;
}
.headerTel__text {
  font-size: 1.1rem;
  display: inline-block;
}
@media screen and (max-width: 1112px) {
  .headerTel__num {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerTel {
    padding-right: 10px;
  }
  .headerTel__num {
    padding: 0;
    background: none;
  }
  .headerTel__num > a {
    -webkit-transition: 0s;
    transition: 0s;
    width: 33px;
    height: 33px;
    background: url("/datahelper/assets/images/icon-tel_sp.png") no-repeat left center;
    background-size: 33px 33px;
    overflow: hidden;
    color: transparent;
  }
  .headerTel__text {
    display: none;
  }
}

.headerMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerMenu {
    display: block;
    width: 33px;
  }
  .headerMenu > a {
    display: block;
  }
  .headerMenu > a.is-open {
    background: url("/datahelper/assets/images/icon-menu_sp_o.png") no-repeat center center;
    background-size: 33px 33px;
  }
  .headerMenu > a.is-open > img {
    opacity: 0;
  }
}

.headerContact {
  max-width: 283px;
}
.headerContact__button {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerContact__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .headerContact {
    display: none;
  }
}

.headerGlobal__list > li {
  display: inline-block;
  padding: 0 10px;
}
.headerGlobal__list > li > a {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  color: inherit;
  padding: 0.8em 0 0.6em;
  text-decoration: none;
  position: relative;
}
.headerGlobal__list > li > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #404b73;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerGlobal__list > li > a:hover:before {
  width: 100%;
}
.headerGlobal__list > li:last-child {
    display: none;
}
@media screen and (max-width: 768px) {
  .headerGlobal {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .headerGlobal__list {
    background: #F9EAD2;
    text-align: center;
  }
  .headerGlobal__list > li {
    display: block;
    border-top: 2px solid #fff;
  }
  .headerGlobal__list > li > a {
    font-size: 1.6rem;
    padding: 1em;
  }
  .headerGlobal__list > li > a:before {
    display: none;
  }
  .headerGlobal__list > li:last-child {
    display: block;
  }
}

.strFooter {
  background: #475279;
  color: #fff;
}
.strFooter a {
  color: #fff;
}
.strFooter > .inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 1.1em 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerUtility {
  width: 50%;
}
.footerUtility__list {
  font-size: 1.4rem;
}
.footerUtility__list > li {
  display: inline-block;
  margin-right: 2em;
}
.footerUtility__list > li > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.footerUtility__list > li > a:hover {
  color: #848AB7;
}
@media screen and (max-width: 768px) {
  .footerUtility {
    width: 100%;
    text-align: center;
  }
  .footerUtility__list {
    font-size: 1.2rem;
  }
  .footerUtility__list > li {
    margin: 0 1em;
  }
}

.footerCopy {
  width: 50%;
  text-align: right;
}
.footerCopy > small {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footerCopy {
    width: 100%;
    text-align: center;
    margin-top: 0.2em;
  }
  .footerCopy > small {
    font-size: 1rem;
  }
}

.footerPagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 40px;
  bottom: 83px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footerPagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 56px;
  }
}

.strHero {
  background: #cddfef;
  padding-bottom: 25px;
  margin-top: 129px;
}
.strHero + .strMain {
  margin-top: 0;
}
.strHero > picture {
  position: relative;
  height: 620px;
  display: block;
}
.strHero img {
  height: 620px;
  width: auto;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .strHero {
    margin-top: 62px;
  }
  .strHero > picture {
    height: auto;
  }
  .strHero img {
    position: static;
    height: auto;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.strMain {
  margin-top: 129px;
}
@media screen and (max-width: 768px) {
  .strMain {
    margin-top: 62px;
  }
}

.secTop--data1 {
  background: #f9ead2;
}
.secTop--data1 > .inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 155px 10px 110px;
}
.secTop--data1 > .inner > *:first-child {
  margin-top: 0;
}
.secTop--data2 {
  display: none;
}
.secTop--data2 > .inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 60px 10px 140px;
}
.secTop--data2 > .inner > *:first-child {
  margin-top: 0;
}
.secTop--flow {
  border-top: 80px solid #f18e1d;
}
.secTop--flow > .inner {
  max-width: 804px;
  margin: 0 auto;
  padding: 80px 10px 100px;
}
.secTop--flow > .inner > *:first-child {
  margin-top: 0;
}
.secTop--flow > .inner .btnWrap {
  margin-top: 4em;
}
.secTop--faq {
  background: #cddfef;
}
.secTop--faq > .inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 80px 10px 100px;
}
.secTop--faq > .inner > *:first-child {
  margin-top: 0;
}
.secTop--detail > .inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 80px 10px 100px;
}
.secTop--detail > .inner > *:first-child {
  margin-top: 0;
}
.secTop--detail p {
  color: #000;
}
@media screen and (max-width: 768px) {
  .secTop--flow {
    border-top-width: 40px;
  }
  .secTop--flow > .inner {
    padding: 50px 10px 60px;
  }
  .secTop--faq {
    border-top-width: 40px;
  }
  .secTop--faq > .inner {
    padding: 50px 10px 60px;
  }
  .secTop--data1 > .inner {
    padding: 80px 10px 60px;
  }
  .secTop--data2 > .inner {
    padding: 40px 10px 60px;
  }
  .secTop--detail > .inner {
    padding: 40px 10px 60px;
  }
}

.lytColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 2em;
}
.lytColumn > .col {
  padding: 0 10px;
}
.lytColumn > .col > *:first-child {
  margin-top: 0;
}
.lytColumn--col2 > .col {
  width: 50%;
}
.lytColumn--data1 > .col {
  width: 50%;
}
.lytColumn--data1 .btnWrap {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .lytColumn--data1 .btnWrap {
    margin-left: 0;
  }
}
.lytColumn--data2 {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}
.lytColumn--data2 > .col {
  width: 33.33333%;
  padding: 0 5px;
}
.lytColumn--data3 {
  margin-top: 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lytColumn--data3 > .col {
  width: 53%;
}
.lytColumn--data3 > .col:first-child {
  width: 47%;
  padding-right: 7%;
}
@media screen and (max-width: 768px) {
  .lytColumn > .col {
    width: 100%;
  }
  .lytColumn > .col:not(:first-child) {
    margin-top: 2em;
  }
  .lytColumn--data1 > .col:not(:first-child) {
    margin-top: 6em;
  }
  .lytColumn--data3 {
    margin-top: 2em;
  }
  .lytColumn--data3 > .col {
    width: 100% !important;
  }
  .lytColumn--data3 > .col:first-child {
    padding-right: 10px;
  }
}

.lytImage {
  margin-top: 0.5em;
}

.boxCol {
  background: #fff;
  padding: 0 30px 45px 10px;
}
@media screen and (max-width: 768px) {
  .boxCol {
    padding: 0 15px 20px 10px;
  }
}

.boxData {
  background: #ebf2f9;
  padding: 20px;
  margin-top: 4em;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .boxData {
    margin-top: 2em;
    margin-left: 0;
  }
}

.boxData2 {
  background: #f9ead2;
  padding: 1em 1em 2em;
  text-align: center;
  margin-top: 2em;
}
.boxData2 > p {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
.boxData2 > img {
  margin-top: 1.5em;
  max-width: calc(322px / 2);
}
.boxData2 > *:first-child {
  margin-top: 0;
}
.boxData2--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2em 1em;
}
.boxData2--right .boxData2__content {
  width: 70%;
}
.boxData2--right .boxData2__content > *:first-child {
  margin-top: 0;
}
.boxData2--right .boxData2__content p {
  text-align: left;
  font-weight: bold;
  margin-top: 1.2em;
}
.boxData2--right .boxData2__image {
  width: 30%;
}
.boxData2--right .boxData2__image > img {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .boxData2 > p {
    font-size: 1.6rem;
  }
  .boxData2 > img {
    max-width: 100px;
    margin-top: 1em;
  }
  .boxData2--right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 10px;
  }
  .boxData2--right .boxData2__content {
    width: 100%;
  }
  .boxData2--right .boxData2__image {
    width: 100%;
    margin-top: 1em;
  }
  .boxData2--right .boxData2__image > img {
    max-width: 100px;
  }
}

.boxData3 {
  background: #cddfef;
  padding: 1.2em;
}
.boxData3 > *:first-child {
  margin-top: 0;
}

.hdgData {
  text-align: center;
  position: relative;
}
.hdgData > img {
  position: absolute;
  top: -104px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 152px;
}
.hdgData > span {
  display: inline-block;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .hdgData > img {
    top: -52px;
    max-width: 76px;
  }
  .hdgData > span {
    margin-top: 40px;
  }
}

.hdgData2 {
  text-align: center;
}
.hdgData2 > img {
  width: 100%;
  max-width: 217px;
}

.hdgData3 {
  background: #f18e1d;
  text-align: center;
  padding-top: 2em;
}
.hdgData3 > img {
  max-width: 347px;
}
@media screen and (max-width: 768px) {
  .hdgData3 > img {
    max-width: 200px;
  }
}

.hdgData4 {
  font-size: 2rem;
  margin-top: 3.5em;
  padding-left: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #404b73;
}
@media screen and (max-width: 768px) {
  .hdgData4 {
    font-size: 1.7rem;
    padding-left: 10px;
  }
}

.hdgData5 {
  text-align: center;
}
.hdgData5 > img {
  max-width: calc(538px / 2);
}
@media screen and (max-width: 768px) {
  .hdgData5 > img {
    max-width: calc(538px / 3);
  }
}

.hdgDetail {
  text-align: center;
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .hdgDetail {
    margin-top: 4em;
  }
  .hdgDetail > img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    display: block;
    margin: 0 auto;
  }
}

.hdgDetail2 {
  margin-top: 3em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #404B73;
}
@media screen and (max-width: 768px) {
  .hdgDetail2 {
    font-size: 1.6rem;
  }
}

.hrBase {
  border-top: 1px solid #404B73;
  margin: 4em 0;
}
@media screen and (max-width: 768px) {
  .hrBase {
    margin: 2.5em 0;
  }
}

.tblOrder {
  margin-top: 4em;
  border: 1px solid #404B73;
  border-width: 1px 0 0 1px;
  width: 100%;
}
.tblOrder th,
.tblOrder td {
  padding: 0.7em;
  background: #fff;
  text-align: left;
  border: 1px solid #404B73;
  border-width: 0 1px 1px 0;
}
.tblOrder th {
  font-size: 1.8rem;
  color: #404B73;
  font-weight: bold;
}
.tblOrder td {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tblOrder {
    margin-top: 2em;
  }
  .tblOrder th,
  .tblOrder td {
    padding: 7px;
  }
  .tblOrder th {
    font-size: 1.3rem;
  }
  .tblOrder td {
    font-size: 1.3rem;
  }
}

.txtIndent {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .txtIndent {
    padding-left: 10px;
  }
}

.listFaq {
  margin-top: 3.8em;
}
.listFaq > li {
  background: #fff;
  padding: 1.8em 0;
}
.listFaq > li:not(:first-child) {
  margin-top: 4px;
}
.listFaq > li > a {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1.8em;
  padding-right: 1em;
  color: #404b73;
  position: relative;
  max-width: 824px;
  margin: 0 auto;
  text-decoration: none;
}
.listFaq > li > a.is-current:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  right: -0.3em;
}
.listFaq > li > a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 1em transparent solid;
  border-width: 0.8em 0.5em;
  border-top-color: #8a90bb;
  position: absolute;
  top: 0.4em;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listFaq__num {
  position: absolute;
  top: 0.15em;
  left: 0;
  border-radius: 50%;
  background: #848ab7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 1.4em;
  line-height: 1.4;
  font-size: 2rem;
  display: inline-block;
}
.listFaq__content {
  display: none;
  max-width: 824px;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-left: 40px;
}
.listFaq__content > *:first-child {
  margin-top: 0;
}
.listFaq__content p {
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .listFaq {
    margin-top: 2em;
  }
  .listFaq > li {
    padding: 1.2em 1em;
  }
  .listFaq > li:not(:first-child) {
    margin-top: 2px;
  }
  .listFaq > li > a {
    font-size: 1.6rem;
  }
  .listFaq__num {
    font-size: 1.6rem;
  }
  .listFaq__content {
    padding-left: 28px;
  }
}

.listFlow {
  background: #e6eff7;
  padding: 8%;
  margin-top: 3.8em;
}
.listFlow > li {
  position: relative;
  padding-left: 120px;
  font-size: 1.4rem;
  color: #000;
  min-height: 150px;
  padding-top: 1.8em;
  padding-bottom: 2em;
}
.listFlow > li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #848ab7;
  position: absolute;
  top: 0;
  left: 49px;
}
.listFlow > li:last-child {
  min-height: 100px;
  padding-bottom: 0;
}
.listFlow > li:last-child:before {
  display: none;
}
.listFlow > li > em {
  font-size: 2.8rem;
  color: #404b73;
}
.listFlow > li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .listFlow {
    margin-top: 2em;
    padding: 20px 20px 30px;
  }
  .listFlow > li {
    min-height: 100px;
    font-size: 1.2rem;
    padding-left: 60px;
    padding-top: 0.9em;
  }
  .listFlow > li:before {
    left: 24px;
  }
  .listFlow > li:last-child {
    min-height: 60px;
  }
  .listFlow > li > em {
    font-size: 1.8rem;
  }
  .listFlow > li > img {
    width: 50px;
  }
}

.listData {
  margin-top: 2em;
}
.listData > li:not(:first-child) {
  margin-top: 0.7em;
}

.listData2 {
  color: #666;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2em;
}
.listData2 > li {
  padding-left: 1.5em;
  position: relative;
}
.listData2 > li:not(:first-child) {
  margin-top: 0.5em;
}
.listData2 > li:before {
  content: "";
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 2px solid #f18e1d;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.listMark {
  margin-top: 1em;
  font-size: 1.4rem;
}
.listMark > li {
  position: relative;
  padding-left: 1.8em;
}
.listMark > li:not(:first-child) {
  margin-top: 0.5em;
}
.listMark__mark {
  position: absolute;
  top: 0;
  left: 0;
}

.btnWrap {
  margin-top: 2em;
  text-align: center;
}
.btnWrap > .btnData {
  max-width: 308px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnWrap > .btnData:hover {
  opacity: 0.7;
}
.btnWrap > .btnData2 {
  max-width: 502px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnWrap > .btnData2:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btnWrap .js-data-content > img {
    max-width: 220px;
  }
}

.txtData2 {
  color: #666;
  margin-top: 2em;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .txtData2 {
    font-size: 1.6rem;
  }
}

.txtTel {
  padding-right: 1em;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.txtTel__num {
  padding-right: 0.2em;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 1em;
  background: url("/datahelper/assets/images/icon-tel-2.png") no-repeat left center;
  background-size: 24px 24px;
}
.txtTel__num > a {
  text-decoration: none;
  display: inline-block;
}
.txtTel__text {
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 1em;
}
.txtTel--vertical .txtTel__text {
  width: 100%;
  padding-top: 0.5em;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .txtTel {
    padding-right: 0;
  }
  .txtTel__text {
    margin-top: 1em;
    padding-left: 0;
  }
}

/* hubspot cookie-banner */
div#hs-eu-cookie-confirmation{
  background:rgba(36, 36, 36, 0.9)!important;
}
div#hs-eu-cookie-confirmation-inner{
  background:rgba(36, 36, 36, 0)!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  color:#ffffff!important;
  margin-bottom:0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  display:flex;
  flex-direction:row;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom:0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  flex-basis: 30%;
}
@media screen and (max-width: 480px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    display:block;
  }
}