@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#header {
  display: none;
}
#sp_menu {
  display: none;
}

.is-style-big > .swell-block-step__item::before {
  border: solid 24px transparent;
  border-top-color: #338df4;
}

@media screen and (max-width: 599px) {
  .post_content h2.is-style-section_ttl {
    padding: 0 3em;
  }
}

.hoge {
  background: linear-gradient(
    90deg,
    #002071 0,
    #005cac 25%,
    #005cac 50%,
    #005cac 75%,
    #002071
  );
}

span.br {
  display: inline-block;
}
.ghostkit-icon-box {
  border: none !important;
}
.img-box-font {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .img-box-font {
    line-height: 1;
  }
}
.ml-110 {
  margin-left: 110px;
}
@media screen and (max-width: 768px) {
  .ml-110 {
    margin-left: 0px;
  }
}

.mr-110 {
  margin-right: 110px;
}
@media screen and (max-width: 768px) {
  .mr-110 {
    margin-right: 0px;
  }
}

#content_num {
  position: absolute;
  margin-top: -110px !important;
  font-size: 5rem;
  color: #ffd413;
}

.flex {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 920px;
  position: relative;
  margin: 44px auto 0;
  padding: 20px 20px 30px;
  background: #fff;
  box-shadow: 4px 6px 18px rgb(0 0 0 / 15%);
  border-radius: 5px;
}

@media screen and (min-width: 784px) {
  .flex {
    flex-direction: row;
  }
}

@media screen and (min-width: 784px) {
  .flex > div:first-child {
    width: 210px;
  }
}

.mt-08 {
  margin-top: 8px !important;
}
.bold {
  font-weight: bold;
}

@media screen and (min-width: 784px) {
  .badge.f-18 {
    font-size: 1.8rem;
  }
}
.badge.f-18 {
  font-size: 1.4rem;
}
@media screen and (min-width: 784px) {
  .badge {
    width: 104px;
    height: 88px;
    right: 28px;
    line-height: 88px;
  }
}
.badge {
  width: 90px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  background: #ffd413;
  text-align: center;
  line-height: 72px;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 784px) {
  .flex > div:first-child {
    width: 210px;
  }
  .flex > div:last-child {
    width: calc(100% - 210px);
  }
}
.flex > div:last-child {
  box-sizing: border-box;
  padding-left: 26px;
}

@media screen and (max-width: 784px) {
  .flex > div:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .badge {
    line-height: 45px;
    height: 45px;
  }
  .huga {
    display: flex;
    flex-direction: row;
  }
  .huga > div:first-child {
    width: 150px;
  }
  .huga > div:last-child {
    width: calc(100% - 170px);
    margin-top: 30px;
    margin-left: 20px;
  }
  .fs-08 {
    font-size: 0.8em;
  }
  .fs-07 {
    font-size: 0.7em;
  }
}
.fs-08 {
  font-size: 0.8em;
}
.fs-07 {
  font-size: 0.7em;
}

@media screen and (max-width: 768px) {
  .u-fz-xl {
    font-size: 1.3em;
  }
  svg.ghostkit-svg-icon {
    width: 0.9em;
  }
}

.mt-2 {
  margin-top: 10px;
}
