@charset "UTF-8";
/*
theme Name: wednes
Author: Plusers
Description: original theme
version： 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

main {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@media only screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  line-height: 1.3;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #f6f6f6;
  font-size: 1.6rem;
}

select {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

video {
  width: 100%;
}

img[src$=".svg"],
svg {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 62.5% !important;
}
html.is-open {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "Roboto", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #333;
  letter-spacing: .5px;
}

@media print, screen and (min-width: 601px) {
  body {
    font-size: 1.6rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.top-contents {
  padding-top: 50px;
}

@media print, screen and (min-width: 601px) {
  .top-contents {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 901px) {
  .top-contents {
    padding-top: 151px;
  }
}
.inner {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.inner-large {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.section {
  margin: 0 0 80px;
}

@media print, screen and (min-width: 960px) {
  .section {
    margin: 0 0 120px;
  }
}
.contact-section {
  padding: 40px 0;
  margin-bottom: 80px;
  color: #fff !important;
  background: #00b4db;
  background: linear-gradient(125deg, #12c2e9 0%, #0083b0 100%);
}
.contact-section a, .contact-section h2 {
  color: #fff !important;
  display: block;
}
.contact-section h2 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 16px;
}
.contact-section .mail-block {
  padding: 10px 24px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 32px;
}
.contact-section .mail-block:hover {
  opacity: .7;
}
.contact-section .mail-block img {
  width: 24px;
  margin-right: 4px;
}
.contact-section .mail-block span {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.contact-section .tel-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.contact-section .tel-block img {
  width: 34px;
  margin-right: 4px;
}
.contact-section .tel-block p, .contact-section .tel-block span {
  width: 100%;
  text-align: center;
}
.contact-section .tel-block span {
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-section .tel-block a {
  font-size: 32px;
  font-size: 3.2rem;
}

@media print, screen and (min-width: 601px) {
  .contact-section .contact-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact-section .contact-block__text {
    width: 50%;
    padding-right: 40px;
  }
  .contact-section .contact-block__info {
    width: 50%;
    border-left: 1px solid #fff;
    padding-left: 40px;
  }
  .contact-section h2 {
    font-size: 51px;
    font-size: 5.1rem;
  }
  .contact-section .mail-block {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0;
  }
  .contact-section .mail-block span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .contact-section {
    margin-bottom: 120px;
    padding: 50px 0;
  }
  .contact-section .contact-block__text {
    padding-right: 80px;
    padding-left: 40px;
  }
  .contact-section .contact-block__info {
    padding-left: 80px;
    padding-right: 40px;
  }
}
.a-hover-shadow {
  box-shadow: 0 0 0 0 transparent;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.a-hover-shadow:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.a-hover-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.a-hover-underline::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1387C9;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.a-hover-underline:hover::after {
  transform: scale(1, 1);
}

.a-hover-underline-lang::after {
  bottom: 6px;
  background: #fff;
}

@media print, screen and (min-width: 960px) {
  .a-hover-underline-lang::after {
    bottom: 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .a-hover-underline-lang::after {
    background: #cc1144;
  }
}
.a-hover-move-down img {
  transition: all .3s;
}
.a-hover-move-down:hover img {
  transform: translateY(3px);
}

.a-smooth-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.a-hover-scale-move img {
  transition: all .6s;
}
.a-hover-scale-move:hover img {
  transform: translate3d(-5%, 0, 0) scale(1.05);
}

.a-color-change {
  transition: all .3s;
}
.a-color-change:hover {
  background: rgba(19, 135, 201, 0.1);
}

.a-mouse-down {
  padding-top: 60px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
}
.a-mouse-down span {
  position: absolute;
  top: 0;
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.a-mouse-down span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: mousedown 2s infinite;
}
.a-mouse-down span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 14px;
  height: 14px;
  content: '';
  margin-left: -7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

@keyframes mousedown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-fade {
  opacity: 0;
  transition: opacity 1s;
}
.a-fade.is-fade {
  opacity: 1;
}

.a-hover-color {
  position: relative;
}
.a-hover-color::after {
  background: rgba(19, 135, 201, 0.5);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.a-hover-color:hover::after {
  opacity: 1;
}

.a-hover-color-left-right {
  position: relative;
  transition: .3s;
}
.a-hover-color-left-right::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #1387C9;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.a-hover-color-left-right:hover {
  border: 1px solid #1387C9;
  color: #fff;
}
.a-hover-color-left-right:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.a-hover-border-left-right {
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.a-hover-border-left-right:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  right: 0;
  left: auto;
  bottom: 0;
  height: 3px;
  background: #1387C9;
}
.a-hover-border-left-right:hover:after {
  width: 100%;
  left: 0;
}

.js-a-mask-animation {
  overflow: hidden;
}
.js-a-mask-animation .js-a-mask-inner {
  opacity: 0;
}
.js-a-mask-animation .isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.js-a-mask-animation .isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, #9cfcf8 11.2%, #6e7bfb 91.1%);
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.c-btn-arw {
  display: block;
  color: #1387C9;
  border: 1px solid #1387C9;
  text-align: center;
  position: relative;
  padding: 16px 0;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  margin: 32px auto 0;
  font-weight: bold;
}
.c-btn-arw::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: .8em;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1387C9;
  border-right: 2px solid #1387C9;
  transform: rotate(45deg);
}
.c-btn-arw:hover {
  opacity: .7;
}

@media print, screen and (min-width: 601px) {
  .c-btn-arw {
    max-width: 320px;
    padding: 20px 0;
  }
  .c-btn-arw::after {
    right: 1.6em;
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btn-arw {
    margin: 80px auto 0;
    padding: 27px 0;
  }

  .tv-section .c-btn-arw {
    margin: 40px 0 0 0;
  }
}
.btn-dl {
  background: #F93235;
  color: #fff;
  display: block;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 0;
  margin: 0 auto;
}
.btn-dl:hover {
  color: #fff !important;
  opacity: .7;
}
.btn-dl img {
  width: 20px;
  margin-right: 4px;
}

@media print, screen and (min-width: 601px) {
  .btn-dl {
    margin: 0;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.row-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.row-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-xs-1 {
  width: 8.33%;
}

.col-xs-2 {
  width: 16.66%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-5 {
  width: 41.66%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-8 {
  width: 66.66%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-11 {
  width: 91.66%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  padding: 0 10px;
}

@media only screen and (min-width: 640px) {
  .col-sm-1 {
    width: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .col-md-1 {
    width: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }
}
.c-title-underline {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.c-title-underline::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #1387C9;
}

.c-page-title-h2 {
  margin-bottom: 24px;
  font-size: 2rem;
  color: #1387C9;
}

@media only screen and (min-width: 640px) {
  .c-page-title-h2 {
    font-size: 3rem;
  }
}
.l-subheader-cell.at_right .ush_text_1 {
  margin-left: 0 !important;
}
.l-subheader-cell.at_right .ush_text_1 a {
  font-weight: bold;
  background: #2CB202;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  display: block;
  font-size: 12px;
  width: 70px;
  transition: all .3s;
}
@media only screen and (min-width: 640px) {
  .l-subheader-cell.at_right .ush_text_1 a {
    font-size: 14px;
    width: 100px;
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-subheader-cell.at_right .ush_text_1 a {
    font-size: 16px;
    width: 160px;
    padding: 10px 0;
  }
}
.l-subheader-cell.at_right .ush_text_1 a:hover {
  color: #fff !important;
  opacity: .7;
}
.l-subheader-cell.at_right .ush_image_1 {
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-subheader-cell.at_right .ush_image_1 {
    display: block;
  }
}
.l-subheader-cell.at_right .ush_image_3 {
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-subheader-cell.at_right .ush_image_3 {
    display: block;
  }
}
.l-subheader-cell.at_right .ush_image_4,
.l-subheader-cell.at_right .ush_image_5 {
  display: block;
  margin-left: 14px !important;
}
@media only screen and (min-width: 640px) {
  .l-subheader-cell.at_right .ush_image_4,
  .l-subheader-cell.at_right .ush_image_5 {
    display: none;
  }
}
.l-subheader-cell.at_right .ush_image_4 a,
.l-subheader-cell.at_right .ush_image_5 a {
  width: 20px;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-vertical-middle {
  vertical-align: middle;
}

.u-vertical-inherit {
  vertical-align: inherit;
}

.u-vertical-base {
  vertical-align: baseline;
}

.u-vertical-sub {
  vertical-align: sub;
  line-height: 1;
}

.u-vertical-sup {
  vertical-align: super;
}

@media only screen and (min-width: 640px) {
  .u-sm-text-center {
    text-align: center;
  }

  .u-sm-text-left {
    text-align: left;
  }

  .u-sm-text-right {
    text-align: right;
  }

  .u-sm-vertical-middle {
    vertical-align: middle;
  }

  .u-sm-vertical-inherit {
    vertical-align: inherit;
  }
}
@media print, screen and (min-width: 960px) {
  .u-md-text-center {
    text-align: center;
  }

  .u-md-text-left {
    text-align: left;
  }

  .u-md-text-right {
    text-align: right;
  }

  .u-md-vertical-middle {
    vertical-align: middle;
  }

  .u-md-vertical-inherit {
    vertical-align: inherit;
  }
}
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

@media print, screen and (min-width: 601px) {
  .u-d-sm-min-none {
    display: none !important;
  }

  .u-d-sm-min-block {
    display: block !important;
  }
}
@media only screen and (min-width: 640px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 901px) {
  .u-d-md-min-none {
    display: none !important;
  }

  .u-d-md-min-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 960px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-block {
    display: block !important;
  }
}
.u-display-inline {
  display: inline-block;
}

.mt-x1 {
  margin-top: 8px;
}

.mt-x2 {
  margin-top: calc(8px * 2);
}

.mt-x3 {
  margin-top: calc(8px * 3);
}

.mt-x4 {
  margin-top: calc(8px * 4);
}

.mt-x5 {
  margin-top: calc(8px * 5);
}

.mt-x6 {
  margin-top: calc(8px * 6);
}

.mt-x7 {
  margin-top: calc(8px * 7);
}

.mt-x8 {
  margin-top: calc(8px * 8);
}

.mt-x9 {
  margin-top: calc(8px * 9);
}

.mt-x10 {
  margin-top: calc(8px * 10);
}

.mr-x1 {
  margin-right: 8px;
}

.mr-x2 {
  margin-right: calc(8px * 2);
}

.mr-x3 {
  margin-right: calc(8px * 3);
}

.mr-x4 {
  margin-right: calc(8px * 4);
}

.mr-x5 {
  margin-right: calc(8px * 5);
}

.mr-x6 {
  margin-right: calc(8px * 6);
}

.mr-x7 {
  margin-right: calc(8px * 7);
}

.mr-x8 {
  margin-right: calc(8px * 8);
}

.mr-x9 {
  margin-right: calc(8px * 9);
}

.mr-x10 {
  margin-right: calc(8px * 10);
}

.mb-x1 {
  margin-bottom: 8px;
}

.mb-x2 {
  margin-bottom: calc(8px * 2);
}

.mb-x3 {
  margin-bottom: calc(8px * 3);
}

.mb-x4 {
  margin-bottom: calc(8px * 4);
}

.mb-x5 {
  margin-bottom: calc(8px * 5);
}

.mb-x6 {
  margin-bottom: calc(8px * 6);
}

.mb-x7 {
  margin-bottom: calc(8px * 7);
}

.mb-x8 {
  margin-bottom: calc(8px * 8);
}

.mb-x9 {
  margin-bottom: calc(8px * 9);
}

.mb-x10 {
  margin-bottom: calc(8px * 10);
}

.ml-x1 {
  margin-left: 8px;
}

.ml-x2 {
  margin-left: calc(8px * 2);
}

.ml-x3 {
  margin-left: calc(8px * 3);
}

.ml-x4 {
  margin-left: calc(8px * 4);
}

.ml-x5 {
  margin-left: calc(8px * 5);
}

.ml-x6 {
  margin-left: calc(8px * 6);
}

.ml-x7 {
  margin-left: calc(8px * 7);
}

.ml-x8 {
  margin-left: calc(8px * 8);
}

.ml-x9 {
  margin-left: calc(8px * 9);
}

.ml-x10 {
  margin-left: calc(8px * 10);
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-size-12 {
  width: 12px !important;
}

.u-size-14 {
  width: 14px !important;
}

.u-size-16 {
  width: 16px !important;
}

.u-en-title {
  font-size: 4.8rem !important;
}

@media only screen and (min-width: 640px) {
  .u-en-title {
    font-size: 6.4rem !important;
  }
}
@media print, screen and (min-width: 960px) {
  .u-en-title {
    font-size: 7.2rem !important;
  }
}
.u-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  margin: 0 0 24px;
}
@media print, screen and (min-width: 960px) {
  .u-section-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.u-section-title span {
  color: #1387C9;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
@media print, screen and (min-width: 960px) {
  .u-section-title span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

.u-note {
  font-size: 1.2rem;
  text-indent: -12px;
  margin: 0 0 0 12px;
}

.u-warning {
  color: #e50000;
}

.u-font-en {
  font-family: "Roboto", Helvetica, "メイリオ", Meiryo, sans-serif;
}

.u-font-barlow {
  font-family: 'Barlow', sans-serif;
  line-height: 1;
}

.u-font-dafoe {
  font-family: 'Mr Dafoe', cursive;
  line-height: 1;
}

.u-fig-title {
  font-size: 1.6rem;
  margin: 16px 0 8px;
}

.u-fig-text {
  font-size: 1.4rem;
  color: #aaa;
}

.u-color-red {
  color: #cc1144;
}

.u-color-orange {
  color: #EF7C09;
}

.u-color-corp {
  color: #1387C9;
}

.u-decoration-underline {
  text-decoration: underline;
}

.u-section-text {
  margin: 0 0 32px;
}

@media only screen and (min-width: 640px) {
  .u-section-text {
    margin: 0 0 40px;
  }
}
.u-attention-text {
  text-indent: -14px;
  margin-left: 14px;
}

/*# sourceMappingURL=sub-header.css.map */
