<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*================================================================================
FileName: _base.scss
================================================================================*/
html,
button,
input,
select,
textarea {
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d2088;
}

::-moz-selection {
  background: #1d2088;
  text-shadow: none;
}

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

img {
  vertical-align: middle;
}

li img {
  vertical-align: bottom;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  word-wrap: break-word;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
global
------------------------------------------------*/
body,
body &gt; div,
input,
button,
textarea,
select {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.8;
  color: #333;
}

h1 {
  margin: 0 0 30px 0;
  font-size: 150%;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 140%;
}

h3 {
  margin: 0 0 15px 0;
  font-size: 130%;
}

h4 {
  margin: 0 0 10px 0;
  font-size: 120%;
}

h5 {
  margin: 0 0 10px 0;
  font-size: 110%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  color: #1d2088;
}

a:hover,
a:active,
a:focus {
  color: #373bd4;
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

dt {
  margin: 0;
}

:placeholder-shown {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  opacity: 0.7;
}

:-moz-placeholder {
  opacity: 0.7;
}

::-moz-placeholder {
  opacity: 0.7;
}

:-ms-input-placeholder {
  opacity: 0.7;
}

a {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
  color: #1d2088;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

a:hover,
a:active,
a:focus {
  color: #373bd4;
}

a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.spOnly {
  display: none !important;
}

@media only screen and (max-width: 320px) {
  .spOnly {
    display: block !important;
  }
}

.spOnly {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}

.spOnlyIn {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .spOnlyIn {
    display: inline-block !important;
  }
}

.spOnlyTb {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .spOnlyTb {
    display: table !important;
  }
}

.pcOnly {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.pcOnlyIn {
  display: inline-block !important;
}

@media only screen and (max-width: 767px) {
  .pcOnlyIn {
    display: none !important;
  }
}

.pcOnlyTb {
  display: table !important;
}

@media only screen and (max-width: 767px) {
  .pcOnlyTb {
    display: none !important;
  }
}

/*================================================================================
FileName: _layout.scss
================================================================================*/
html,
body {
  height: 100%;
}

body {
  min-width: 960px;
  overflow-x: scroll;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 120px 10px 80px 10px;
}

@media only screen and (max-width: 768px) {
  .wrap {
    max-width: 570px;
    margin: 0 auto;
    padding: 120px 10px 80px 10px;
  }
}

.contents {
  padding: 100px 40px 40px 40px;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexBox dl {
  position: relative;
  margin-right: 12px;
}

.flexBox dl dd {
  position: absolute;
  bottom: 10px;
}

.flexBox dl:last-child {
  margin-right: 0;
}

.flowBox {
  width: 100%;
  background: #00afcc;
  border-radius: 20px;
  padding: 11px 40px 40px 40px;
}

.flowBox p {
  padding-bottom: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.flowBox ul {
  margin: 0 auto;
  max-width: 880px;
}

.flowBox ul li {
  position: relative;
  line-height: 1;
  padding: 15px 0 15px 0;
  background: #fff;
  color: #00afcc;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.flowBox ul li span {
  padding: 0px 46px 0 25px;
  font-size: 20px;
  color: #ed6c00;
}

.flowBox ul li:last-child {
  margin-bottom: 0;
}

.flowBox ul li:last-child:after {
  content: none;
}

.flowBox ul li:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #ed6c00;
  z-index: 99999;
}

@media only screen and (max-width: 768px) {
  .flowBox {
    width: 100%;
    background: #00afcc;
    border-radius: 10px;
    padding: 11px 10px 10px 10px;
  }
  .flowBox p {
    padding-bottom: 14px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .flowBox .spOnly li {
    padding: 5px 0 5px 0;
  }
  .flowBox .spOnly li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
  }
  .flowBox .spOnly li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
  }
  .flowBox .spOnly li ul li span {
    font-size: 16px;
    padding: 0 25px 0 10px;
  }
  .flowBox .spOnly li ul li span.smTxt {
    font-size: 10px;
    color: #00afcc;
    padding-left: 0;
    letter-spacing: -0.1em;
    padding-right: 0;
  }
  .flowBox .spOnly li ul li:after {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .flowBox .flowBox ul li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
    letter-spacing: -0.08em;
  }
  .flowBox .flowBox ul li ul li span {
    padding: 0 7px 0 6px;
  }
  .flowBox .flowBox ul li ul li span.smTxt {
    margin-left: -6px;
  }
}

.blueBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blueBox dl {
  width: 100%;
}

.blueBox dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1d2088;
  border-radius: 10px 10px 0 0;
  height: 130px;
}

.blueBox dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 80px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
}

.blueBox dl dd p {
  font-size: 14px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .blueBox {
    display: block;
  }
  .blueBox dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .blueBox dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 85px;
    width: 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1d2088;
    border-radius: 10px 0 0 10px;
  }
  .blueBox dl dd {
    width: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 85px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
  }
  .blueBox dl dd p {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 0;
    text-align: left;
  }
  .blueBox dl:last-child {
    margin-bottom: 0;
  }
}

.blueBlock {
  max-width: 460px;
  margin: 0 auto;
  padding: 11px 0 13px 0;
  border: solid 4px #1d2088;
  border-radius: 10px;
  text-align: center;
}

.blueLiner {
  border: 8px solid #1d2088;
  border-radius: 40px;
}

@media only screen and (max-width: 768px) {
  .blueLiner {
    border-width: 4px;
    border-radius: 20px;
  }
}

.skyBlueLiner {
  position: relative;
  background: #fff;
  border: 8px solid #00afcc;
  border-radius: 40px;
  margin: 55px 0 40px 0;
  padding: 50px 32px 32px;
}

@media only screen and (max-width: 768px) {
  .skyBlueLiner {
    border-width: 4px;
    border-radius: 20px;
  }
}

.skyBlueLiner h2 {
  display: inline-block;
  max-width: 340px;
  position: absolute;
  top: -38px;
  left: 50%;
  right: 0;
  margin: auto;
  margin-left: -170px;
  padding: 21px 0 23px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  border-radius: 10px;
  background: #00afcc;
}

@media only screen and (max-width: 768px) {
  .skyBlueLiner {
    position: relative;
    border: 8px solid #00afcc;
    border-radius: 40px;
    margin: 32px 0 40px 0;
    padding: 20px 6px 10px 6px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .skyBlueLiner {
    border-width: 4px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .skyBlueLiner h2 {
    display: inline-block;
    max-width: 180px;
    position: absolute;
    top: -20px;
    left: 50%;
    right: 0;
    margin: auto;
    margin-left: -90px;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    background: #00afcc;
  }
}

.linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.linkBtn a {
  display: block;
  padding: 17px 0 19px;
  width: 600px;
  background-color: #ed6c00;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  border-radius: 45px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px #bbbabf;
  box-shadow: 0 3px #bbbabf;
}

.linkBtn a:hover {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}

@media only screen and (max-width: 768px) {
  .linkBtn a {
    display: block;
    padding: 12px 0 15px 0px;
    width: 600px;
    background-color: #ed6c00;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    border-radius: 45px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 3px #bbbabf;
    box-shadow: 0 3px #bbbabf;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.linkBtn a:after {
  position: absolute;
  background: url(../img/arrow_o.png);
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
  z-index: 9998;
  margin: 5px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .linkBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  .linkBtn a {
    display: block;
    padding: 17px 0 19px;
    width: 600px;
    background-color: #ed6c00;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    border-radius: 45px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 3px #bbbabf;
    box-shadow: 0 3px #bbbabf;
    font-size: 14px;
  }
  .linkBtn a:hover {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .linkBtn a {
    display: block;
    padding: 12px 0 15px 0px;
    width: 600px;
    background-color: #ed6c00;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    border-radius: 45px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 3px #bbbabf;
    box-shadow: 0 3px #bbbabf;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 768px) {
  .linkBtn a:after {
    position: absolute;
    background: url(../img/arrow_o.png);
    content: "";
    background-size: contain;
    width: 14px;
    height: 14px;
    z-index: 999999;
    margin: 10px 0px 0px 4px;
  }
}

.grayBg {
  padding: 40px;
  background: #f7f7f7;
  border-radius: 20px;
  margin-bottom: 20px;
}

.grayBg:last-child {
  margin-bottom: 0;
  padding-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .grayBg {
    padding: 10px;
    border-radius: 10px;
  }
}

.whiteBg {
  background: #fff;
}

.leadTxt {
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .leadTxt {
    font-size: 12px;
    line-height: 19px;
  }
}

.caption {
  text-align: center;
}

.caption h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.caption p {
  padding: 5px 0 35px;
  font-size: 14px;
  line-height: 25px;
}

.orgTxt {
  color: #ed6c00;
}

.ta-c {
  text-align: center;
}

.cautionTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  letter-spacing: -0.08em;
  padding-top: 6px;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .cautionTxt {
    line-height: 15px;
    padding-top: 7px;
  }
}

h1,
h2,
h3,
p {
  text-align: center;
}

h3 {
  margin-bottom: 11px;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

/*navi
------------------------------------------------*/
nav {
  margin: 0 auto;
  width: 960px;
}

nav .navBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px 0px 18px;
  background-color: #007bc3;
  border-radius: 45px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 4px #384d98;
  box-shadow: 0 4px #384d98;
}

nav .navBtn li {
  width: 33.333%;
  text-align: center;
  border-right: dotted 1px #fff;
}

nav .navBtn li:last-child {
  border-right: 0;
}

nav .navBtn li:nth-child(2) {
  padding-right: 20px;
}

nav .navBtn li:nth-child(3) {
  padding-right: 45px;
}

nav .navBtn a {
  display: block;
  padding: 4px 0 2px 0;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

nav .navBtn a:hover {
  opacity: 0.5;
}

nav .navBtn a:after {
  position: absolute;
  content: "";
  background: url(../img/arrow_b.png);
  background-size: contain;
  width: 23px;
  height: 23px;
  z-index: 999999;
  margin: 5px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  nav {
    width: 100%;
  }
  nav .navBtn {
    width: 100%;
    height: 70px;
    padding: 0;
    border-radius: 0;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav .navBtn li {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 18px;
    border-right: dotted 1px #fff;
  }
  nav .navBtn li:nth-child(2) {
    padding-right: 0px;
  }
  nav .navBtn li:nth-child(3) {
    padding-right: 0px;
  }
  nav .navBtn li:last-child {
    border-right: 0;
  }
  nav .navBtn li:after {
    position: absolute;
    content: "";
    background: url(../img/arrow_b.png);
    background-size: contain;
    width: 13px;
    height: 13px;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999999;
    margin: 0;
  }
  nav .navBtn li a {
    display: block;
    position: unset;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-align: center;
  }
  nav .navBtn li a:hover {
    opacity: 0.5;
  }
  nav .navBtn li a:after {
    display: none;
  }
}

.contents {
  position: relative;
}

.contents .balloonImg {
  position: absolute;
  top: -40px;
  left: -48px;
}

@media only screen and (max-width: 768px) {
  .contents .balloonImg {
    top: -30px;
    left: -90px;
  }
}

/*
header
------------------------------------------------*/
#header {
  background: url(../img/mv_bg.png) no-repeat;
  background-size: cover;
  height: 505px;
  padding: 20px;
  position: relative;
}

#header .mainContent {
  position: absolute;
  left: 50%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 980px;
}

#header .mainContent img {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #header {
    background: url(../img/sp_bg.png) no-repeat;
    background-size: cover;
    max-height: 428px;
    padding: 5% 4% 20px 2%;
    position: relative;
  }
  #header .mainContent {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 0px;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  #header .mainContent .spOnly {
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #header .mainContent .spOnly img {
    max-width: 500px;
  }
  #header nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 320px) {
  #header {
    max-height: 62vh;
  }
}

/*
container
------------------------------------------------*/
.container {
  position: relative;
  padding: 0;
  max-width: 1280px;
}

.container .content {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#top {
  position: relative;
}

#top nav {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999;
}

#top .fixed {
  position: fixed;
  top: 0;
}

/*
WEB予約割引キャンペーン
------------------------------------------------*/
#webCampain {
  background: #e4f4fd;
}

@media only screen and (max-width: 768px) {
  #webCampain img {
    max-width: 50%;
  }
}

#webCampain .wrap {
  padding: 149px 10px 85px 10px;
}

@media only screen and (max-width: 768px) {
  #webCampain .wrap {
    padding: 106px 4% 38px 4%;
  }
}

#webCampain .contents {
  padding: 92px 32px 34px 32px;
}

@media only screen and (max-width: 768px) {
  #webCampain .contents {
    padding: 30px 6px 8px 6px;
  }
}

#webCampain .blueLiner {
  background: url(../img/dot.png);
  position: relative;
}

#webCampain .blueLiner h1 {
  margin-bottom: 15px;
}

#webCampain .blueLiner .skyBlueLiner {
  position: relative;
}

#webCampain .blueLiner .skyBlueLiner .blueBlock {
  position: relative;
}

#webCampain .blueLiner .skyBlueLiner .blueBlock span {
  position: absolute;
}

#webCampain .blueLiner .skyBlueLiner .blueBlock span.cat {
  top: -53px;
  left: 11px;
}

#webCampain .blueLiner .skyBlueLiner .blueBlock span.dog {
  right: -105px;
  top: -28px;
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl {
  margin-right: 12px;
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl:last-child {
  margin-right: 0;
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl dt {
  position: relative;
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl dt:after {
  position: absolute;
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid #00afcc;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 999999;
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(1):before {
  background: url(../img/num01.png);
  position: absolute;
  content: "";
  background-size: contain;
  width: 34px;
  height: 34px;
  z-index: 999999;
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(1):before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(1):before {
    top: 5px;
    left: 5px;
  }
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(2):before {
  background: url(../img/num02.png);
  position: absolute;
  content: "";
  background-size: contain;
  width: 34px;
  height: 34px;
  z-index: 999999;
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(2):before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(2):before {
    top: 5px;
    left: 5px;
  }
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3):before {
  background: url(../img/num03.png);
  position: absolute;
  content: "";
  background-size: contain;
  width: 34px;
  height: 34px;
  z-index: 999999;
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3):before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3):before {
    top: 5px;
    left: 5px;
  }
}

#webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3) dt:after {
  content: none;
}

#webCampain .blueLiner .people {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner {
    background: url(../img/dot.png);
    position: relative;
  }
  #webCampain .blueLiner .balloonImg img {
    max-width: 59%;
  }
  #webCampain .blueLiner h1 {
    margin-bottom: 9px;
  }
  #webCampain .blueLiner h1 img {
    max-width: 100%;
  }
  #webCampain .blueLiner .leadTxt {
    font-weight: bold;
  }
  #webCampain .blueLiner .skyBlueLiner {
    position: relative;
    padding: 23px 6px 10px 6px;
    margin-bottom: 10px;
  }
  #webCampain .blueLiner .skyBlueLiner .grayBg {
    padding: 17px 6px 9px 9px;
  }
  #webCampain .blueLiner .skyBlueLiner .grayBg h3 {
    margin: 4px 0 15px 8px;
    line-height: 1;
  }
  #webCampain .blueLiner .skyBlueLiner .grayBg .balloonImgMini img {
    max-width: 43%;
  }
  #webCampain .blueLiner .skyBlueLiner .grayBg:last-child {
    padding: 22px 6px 15px 9px;
  }
  #webCampain .blueLiner .skyBlueLiner .grayBg:last-child .balloonImgMini img {
    max-width: 58%;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBlock {
    position: relative;
    padding: 9px 0 9px 0;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBlock p {
    font-size: 14px;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBlock span {
    position: absolute;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBlock span.cat {
    top: -30px;
    left: 8px;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBlock span.dog {
    right: -43px;
    top: -36px;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl {
    position: relative;
    margin-right: 12px;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:last-child {
    margin-right: 0;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:last-child dt img {
    max-width: 70px;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl dt {
    position: relative;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl dt:after {
    position: absolute;
    right: -39px;
    bottom: -33px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #00afcc;
    z-index: 999999;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl dt img {
    max-width: 57px;
    margin-left: 2px;
    margin-top: 6px;
  }
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(1):before {
    background: url(../img/num01.png) no-repeat;
    position: absolute;
    content: "";
    background-size: contain;
    width: 34px;
    height: 34px;
    z-index: 999999;
    margin: 10px 0 0 10px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(1):before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(1):before {
    top: 5px;
    left: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(2):before {
    background: url(../img/num02.png) no-repeat;
    position: absolute;
    content: "";
    background-size: contain;
    width: 34px;
    height: 34px;
    z-index: 999999;
    margin: 10px 0 0 10px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(2):before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(2):before {
    top: 5px;
    left: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3):before {
    background: url(../img/num03.png) no-repeat;
    position: absolute;
    content: "";
    background-size: contain;
    width: 34px;
    height: 34px;
    z-index: 999999;
    margin: 10px 0 0 10px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3):before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3):before {
    top: 5px;
    left: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #webCampain .blueLiner .skyBlueLiner .blueBox dl:nth-child(3) dt:after {
    content: none;
  }
}

@media only screen and (max-width: 320px) {
  #webCampain .blueLiner dl dd p {
    font-size: 12px;
    padding-left: 6px;
    padding-bottom: 0;
    text-align: left;
    letter-spacing: -0.05em;
  }
  #webCampain .blueLiner .blueBlock p {
    padding-right: 15px;
  }
  #webCampain .blueLiner .blueBlock span.dog {
    right: -4px !important;
    top: -18px !important;
  }
  #webCampain .blueLiner .blueBlock span.dog img {
    max-width: 60px;
  }
  #webCampain .blueLiner .blueLiner .skyBlueLiner .grayBg + .grayBg .blueBlock {
    letter-spacing: -0.1em;
  }
  #webCampain
    .blueLiner
    .blueLiner
    .skyBlueLiner
    .grayBg
    + .grayBg
    .blueBlock
    img {
    max-width: 45px;
    padding: 0 4px;
  }
  #webCampain .blueLiner .flowBox ul li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
    letter-spacing: -0.08em;
  }
  #webCampain .blueLiner .flowBox ul li ul li span {
    padding: 0 7px 0 6px;
  }
  #webCampain .blueLiner .flowBox ul li ul li span.smTxt {
    margin-left: -6px;
  }
}

/*
マイレージサービスの開始について
------------------------------------------------*/
#mileService {
  background: url(../img/mile_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media only screen and (max-width: 768px) {
  #mileService {
    background: url(../img/mile_bg@2x.png) no-repeat;
    background-position: bottom;
    position: relative;
    z-index: -554;
  }
  #mileService img {
    max-width: 50%;
  }
}

#mileService .wrap {
  padding: 113px 10px 133px 10px;
}

@media only screen and (max-width: 768px) {
  #mileService .wrap {
    padding: 57px 16px 71px 16px;
  }
}

@media only screen and (max-width: 320px) {
  #mileService .wrap {
    padding: 57px 16px 65px 16px;
  }
}

#mileService .contents {
  padding: 93px 32px 40px 32px;
}

@media only screen and (max-width: 768px) {
  #mileService .contents {
    padding: 30px 6px 14px 6px;
  }
}

#mileService h1 {
  margin: -2px 0 10px 0;
}

@media only screen and (max-width: 768px) {
  #mileService h1 img {
    max-width: 69%;
  }
}

#mileService .blueLiner {
  background: url(../img/dot.png);
}

#mileService .blueLiner .skyBlueLiner {
  position: relative;
  margin-bottom: -8px;
}

#mileService .blueLiner .skyBlueLiner h2 {
  max-width: 440px;
  margin-left: -220px;
  padding-left: 0;
  padding-right: 0;
}

#mileService .blueLiner .skyBlueLiner .grayBg {
  padding: 40px 31px 28px;
}

#mileService .blueLiner .skyBlueLiner .grayBg + .grayBg {
  margin-bottom: 0;
  padding-bottom: 35px;
}

#mileService .blueLiner .skyBlueLiner .grayBg .blueBlock {
  padding: 20px 0 20px 0;
  font-size: 18px;
  max-width: 740px;
  position: relative;
  font-weight: bold;
}

#mileService .blueLiner .skyBlueLiner .grayBg .blueBlock img {
  padding-right: 10px;
}

#mileService .blueLiner .skyBlueLiner .grayBg .airportBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px;
}
#mileService .blueLiner .skyBlueLiner .grayBg .airportBlock .airportBlock-icon {
  width: 90px;
}
#mileService .blueLiner .skyBlueLiner .grayBg .blueBlock.airportBlock .airportBlock-name {
  width: 548px;
  text-align: left;
}

#mileService .blueLiner .skyBlueLiner .card {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  #mileService .blueLiner .balloonImg {
    top: -25px;
    left: -15px;
  }
  #mileService .blueLiner .balloonImg img {
    max-width: 53%;
  }
  #mileService .blueLiner .skyBlueLiner {
    position: relative;
    margin-bottom: -8px;
    padding-top: 18px;
  }
  #mileService .blueLiner .skyBlueLiner h2 {
    max-width: 225px;
    margin-left: -108px;
    padding-left: 0;
    padding-right: 0;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg {
    padding: 21px 8px 0px;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg + .grayBg {
    margin-bottom: 0;
    padding-bottom: 14px;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg + .grayBg img {
    max-width: 48%;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg + .grayBg h3 {
    margin-bottom: 7px;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg .blueBlock {
    padding: 10px 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    max-width: 740px;
    position: relative;
    text-align: left;
    letter-spacing: -0.05em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg .airportBlock {
    padding: 10px;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg .blueBlock img {
    display: block;
    max-width: 50px;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg .cautionTxt ul li:nth-child(2) {
    letter-spacing: -0.15em;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg img {
    max-width: 55%;
  }
  #mileService
    .blueLiner
    .skyBlueLiner
    .grayBg:first-child
    .balloonImgMini
    img {
    max-width: 55%;
  }
  #mileService .blueLiner .skyBlueLiner h3 {
    margin-bottom: 9px;
  }
  #mileService .blueLiner .skyBlueLiner .card {
    position: absolute;
    right: 4px;
    bottom: auto;
    top: -49px;
  }
  #mileService .blueLiner .skyBlueLiner .card.spOnly img {
    max-width: 64px;
  }
}

@media only screen and (max-width: 320px) {
  #mileService .blueLiner .leadTxt {
    letter-spacing: -0.08em;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg .blueBlock {
    font-size: 12px;
  }
  #mileService .blueLiner .skyBlueLiner .grayBg .blueBlock img {
    padding-right: 5px;
    max-width: 30px;
  }
  #mileService .blueLiner .skyBlueLiner .card {
    right: 4px;
    bottom: auto;
    top: -41px;
  }
  #mileService .blueLiner .skyBlueLiner .card img {
    max-width: 50px !important;
  }
}

@media only screen and (max-width: 768px) {
  #mileService .linkBtn {
    margin-bottom: 80px;
    letter-spacing: 0.01em;
  }
  #mileService .linkBtn a {
    padding: 14px 9px 15px 0px;
    letter-spacing: -0.05em;
  }
  #mileService .cbbImg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -55;
  }
  #mileService .cbbImg img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 320px) {
  #mileService .linkBtn {
    margin-bottom: 40px;
    letter-spacing: 0.01em;
  }
  #mileService .linkBtn a {
    padding: 14px 9px 15px 0px;
    letter-spacing: -0.05em;
  }
  #mileService .cbbImg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -55;
  }
  #mileService .cbbImg img {
    max-width: 140px;
  }
}

/*
法人契約サービス
------------------------------------------------*/
#corporateService {
  background: url(../img/dot.png);
}

#corporateService .wrap {
  padding: 113px 10px 77px 10px;
}

#corporateService .contents {
  padding: 54px 32px 30px 32px;
}

#corporateService .blueLiner {
  background: #fff;
  margin-bottom: 60px;
}

#corporateService .blueLiner .postpay {
  height: 380px;
  margin-bottom: 50px;
  background: url(../img/postpay_bg.png) no-repeat;
  background-size: contain;
}

#corporateService .blueLiner .postpay h1 {
  margin: 0 6px 8px 0;
}

#corporateService .blueLiner .postpay p {
  text-align: center;
  color: #fff;
}

#corporateService .blueLiner .postpay p.subTitle {
  font-size: 18px;
  font-weight: bold;
  padding: 33px 0 12px 3px;
}

#corporateService .blueLiner .postpay p.mainTxt {
  padding-bottom: 6px;
  line-height: 26px;
  font-size: 14px;
}

#corporateService .blueLiner .skyBlueLiner {
  margin: 69px 0 30px 0;
  padding: 44px 32px 35px;
}

#corporateService .blueLiner .skyBlueLiner h2 {
  padding: 18px 0 20px 0px;
  max-width: 268px;
  margin-left: -134px;
  letter-spacing: -0.07em;
}

#corporateService .blueLiner .skyBlueLiner .grayBg h3 {
  line-height: 38px;
  margin-bottom: 13px;
}

#corporateService .blueLiner .skyBlueLiner .grayBg h3 .orgTxt {
  padding-right: 7px;
}

#corporateService .blueLiner .skyBlueLiner .grayBg .blueBox dl {
  margin-right: 20px;
}

#corporateService .blueLiner .skyBlueLiner .grayBg .blueBox dl:last-child {
  margin-right: 0;
}

#corporateService .blueLiner .skyBlueLiner .grayBg .blueBlock {
  max-width: 720px;
  font-size: 18px;
  padding: 17px 0 18px 0;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#corporateService .blueLiner .skyBlueLiner .grayBg + .grayBg .blueBlock.merit2Text {
  padding: 10px;
}
#corporateService .blueLiner .skyBlueLiner .grayBg .blueBlock img {
  display: block;
}

#corporateService .blueLiner .caption {
  margin-left: 0px;
  letter-spacing: -0.05em;
}

#corporateService .blueLiner .flowBox {
  width: 100%;
  background: #00afcc;
  border-radius: 20px;
  padding: 11px 40px 40px 40px;
  padding: 11px 40px 20px 40px;
}

#corporateService .blueLiner .flowBox p {
  padding-bottom: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

#corporateService .blueLiner .flowBox ul {
  margin: 0 auto;
  max-width: 880px;
}

#corporateService .blueLiner .flowBox ul li {
  position: relative;
  line-height: 1;
  padding: 15px 0 15px 0;
  background: #fff;
  color: #00afcc;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
}

#corporateService .blueLiner .flowBox ul li span {
  padding: 0px 46px 0 25px;
  font-size: 20px;
  color: #ed6c00;
}

#corporateService .blueLiner .flowBox ul li:last-child {
  margin-bottom: 0;
}

#corporateService .blueLiner .flowBox ul li:last-child:after {
  content: none;
}

#corporateService .blueLiner .flowBox ul li:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #ed6c00;
  z-index: 99999;
}

@media only screen and (max-width: 768px) {
  #corporateService .blueLiner .flowBox {
    width: 100%;
    background: #00afcc;
    border-radius: 10px;
    padding: 11px 10px 10px 10px;
  }
  #corporateService .blueLiner .flowBox p {
    padding-bottom: 14px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  #corporateService .blueLiner .flowBox .spOnly li {
    padding: 5px 0 5px 0;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li span {
    font-size: 16px;
    padding: 0 25px 0 10px;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li span.smTxt {
    font-size: 10px;
    color: #00afcc;
    padding-left: 0;
    letter-spacing: -0.1em;
    padding-right: 0;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li:after {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  #corporateService .blueLiner .flowBox .flowBox ul li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
    letter-spacing: -0.08em;
  }
  #corporateService .blueLiner .flowBox .flowBox ul li ul li span {
    padding: 0 7px 0 6px;
  }
  #corporateService .blueLiner .flowBox .flowBox ul li ul li span.smTxt {
    margin-left: -6px;
  }
}

#corporateService .reference {
  padding-top: 16px;
}

#corporateService .reference .linkBtn {
  margin: 0 auto 75px auto;
}

#corporateService .reference .tell {
  padding: 10px 40px 40px 40px;
}

#corporateService .reference .tell table {
  width: 100%;
  height: 433px;
  text-align: center;
  table-layout: fixed;
  border: 8px solid #00afcc;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
}

#corporateService .reference .tell table tr th {
  border-left: 1px solid #fff;
  background-color: #1d2088;
  color: #fff;
  padding: 15px 0 16px;
}

#corporateService .reference .tell table tr th:first-child {
  border-left: none;
}

#corporateService .reference .tell table tr td {
  padding: 12px 0 12px;
  font-size: 18px;
  line-height: 22px;
}

#corporateService .reference .tell table tr td span {
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  #corporateService {
    background: url(../img/dot.png);
  }
  #corporateService img {
    max-width: 75px;
  }
  #corporateService .wrap {
    padding: 56px 16px 46px 16px;
  }
  #corporateService .contents {
    padding: 32px 6px 9px 6px;
    margin-bottom: 20px;
  }
  #corporateService .blueLiner .balloonImg {
    top: -25px;
    left: -13px;
  }
  #corporateService .blueLiner .balloonImg img {
    max-width: 250px;
  }
  #corporateService .blueLiner .postpay {
    height: 275px;
    margin-bottom: 0px;
    background: url(../img/postpay_bg@2x.png) no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-position: bottom;
  }
  #corporateService .blueLiner .postpay h1 {
    margin: 0 6px 10px 0;
  }
  #corporateService .blueLiner .postpay h1 img {
    max-width: 85%;
    margin: 4px 0 0 14px;
  }
  #corporateService .blueLiner .postpay p.subTitle {
    font-size: 11px;
    padding: 16px 0 0 3px;
  }
  #corporateService .blueLiner .postpay p.mainTxt {
    padding-bottom: 4px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
  }
  #corporateService .blueLiner .skyBlueLiner {
    margin: 37px 0 23px 0;
    padding: 21px 6px 1px;
  }
  #corporateService .blueLiner .skyBlueLiner h2 {
    padding: 10px 0 10px 0;
    max-width: 252px;
    margin-left: -126px;
    letter-spacing: -0.07em;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg {
    padding: 20px 10px 10px;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg .balloonImgMini img {
    max-width: 39%;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg h3 {
    line-height: 38px;
    margin-bottom: 3px;
    margin-top: -8px;
    margin-left: 7px;
    letter-spacing: -0.05em;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg h3 span {
    padding-right: 6px;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg .blueBox dl {
    margin-right: 20px;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg .blueBox dl:last-child {
    margin-right: 0;
  }
  #corporateService
    .blueLiner
    .skyBlueLiner
    .grayBg
    .blueBox
    dl:last-child
    dt
    img {
    max-width: 65px;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg .blueBlock {
    max-width: 720px;
    font-size: 18px;
    padding: 17px 0 18px 0;
    line-height: 28px;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg + .grayBg {
    padding: 20px 10px 16px;
    margin-bottom: 10px;
  }
  #corporateService
    .blueLiner
    .skyBlueLiner
    .grayBg
    + .grayBg
    .balloonImgMini
    img {
    max-width: 47%;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg + .grayBg .blueBlock {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0 7px 0;
    text-align: left;
    letter-spacing: -0.05em;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg + .grayBg .blueBlock img {
    max-width: 55px;
    padding: 0 7px;
  }
  #corporateService
    .blueLiner
    .skyBlueLiner
    .grayBg:last-child
    .balloonImgMini
    img {
    max-width: 70%;
  }
  #corporateService
    .blueLiner
    .skyBlueLiner
    .grayBg:last-child
    dl:last-child
    dt
    img {
    max-width: 56px;
  }
  #corporateService .blueLiner .caption {
    margin-left: 0px;
    letter-spacing: -0.05em;
  }
  #corporateService .blueLiner .caption h4 {
    font-size: 16px;
    line-height: 30px;
  }
  #corporateService .blueLiner .caption p {
    padding-bottom: 25px;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
  }
  #corporateService .blueLiner .flowBox {
    width: 100%;
    background: #00afcc;
    border-radius: 20px;
    padding: 11px 40px 40px 40px;
    padding: 11px 40px 20px 40px;
  }
  #corporateService .blueLiner .flowBox p {
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  #corporateService .blueLiner .flowBox ul {
    margin: 0 auto;
    max-width: 880px;
  }
  #corporateService .blueLiner .flowBox ul li {
    position: relative;
    line-height: 1;
    padding: 15px 0 15px 0;
    background: #fff;
    color: #00afcc;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  #corporateService .blueLiner .flowBox ul li span {
    padding: 0px 46px 0 25px;
    font-size: 20px;
    color: #ed6c00;
  }
  #corporateService .blueLiner .flowBox ul li:last-child {
    margin-bottom: 0;
  }
  #corporateService .blueLiner .flowBox ul li:last-child:after {
    content: none;
  }
  #corporateService .blueLiner .flowBox ul li:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #ed6c00;
    z-index: 99999;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #corporateService .blueLiner .flowBox {
    width: 100%;
    background: #00afcc;
    border-radius: 10px;
    padding: 11px 10px 10px 10px;
  }
  #corporateService .blueLiner .flowBox p {
    padding-bottom: 14px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  #corporateService .blueLiner .flowBox .spOnly li {
    padding: 5px 0 5px 0;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li span {
    font-size: 16px;
    padding: 0 25px 0 10px;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li span.smTxt {
    font-size: 10px;
    color: #00afcc;
    padding-left: 0;
    letter-spacing: -0.1em;
    padding-right: 0;
  }
  #corporateService .blueLiner .flowBox .spOnly li ul li:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #corporateService .blueLiner .flowBox .flowBox ul li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
    letter-spacing: -0.08em;
  }
  #corporateService .blueLiner .flowBox .flowBox ul li ul li span {
    padding: 0 7px 0 6px;
  }
  #corporateService .blueLiner .flowBox .flowBox ul li ul li span.smTxt {
    margin-left: -6px;
  }
}

@media only screen and (max-width: 768px) {
  #corporateService .reference {
    padding-top: 22px;
    padding-bottom: 10px;
    border-radius: 10px;
  }
  #corporateService .reference .linkBtn {
    margin: 0 10px 32px 10px;
  }
  #corporateService .reference .linkBtn a {
    letter-spacing: 0.05em;
    padding-left: 0px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #corporateService .reference .linkBtn a {
    letter-spacing: -0.08em;
  }
}

@media only screen and (max-width: 768px) {
  #corporateService .reference .caption h4 {
    font-size: 16px;
    line-height: 9px;
  }
  #corporateService .reference .caption p {
    padding: 15px 0 12px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1em;
  }
  #corporateService .reference .balloonImgMini img {
    max-width: 47%;
  }
  #corporateService .reference .tell {
    padding: 0;
    margin: 7px 9px auto 9px;
  }
  #corporateService .reference .tell dl {
    width: 100%;
  }
  #corporateService .reference .tell dl dl {
    padding: 9px 0 9px 17px;
  }
  #corporateService .reference .tell dl dt {
    width: 100%;
    font-size: 17px;
  }
  #corporateService .reference .tell dl dt.title {
    height: 50px;
    padding-top: 11px;
    color: #fff;
    font-size: 16px;
    background-color: #1d2088;
    text-align: center;
  }
  #corporateService .reference .tell dl dt.title span {
    color: #fff;
    font-size: 10px;
  }
  #corporateService .reference .tell dl:first-child .title {
    border-radius: 15px 15px 0 0;
  }
  #corporateService .reference .tell dl dd span.telNum {
    padding-right: 4px;
  }
  #corporateService .reference .tell dl dd span.faxNum {
    padding-right: 4px;
  }
  #corporateService .reference .tell dl dd a {
    -webkit-text-decoration: solid;
    text-decoration: solid;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #corporateService .reference .tell dl dt.title {
    height: auto;
    padding: 11px 0;
  }
  #corporateService .reference .tell dl dt.title span {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  #corporateService .blueLiner .postpay {
    height: 215px;
  }
  #corporateService .blueBox dl dt {
    width: 35%;
  }
  #corporateService .blueBox dl dd {
    width: 65%;
  }
  #corporateService .blueBox dl dd p {
    padding-left: 4px;
    letter-spacing: -0.08em;
  }
  #corporateService .blueBox:last-child dl dd .title {
    padding-top: 2px;
  }
  #corporateService .blueBox:last-child dl dd .title span {
    display: block;
  }
  #corporateService .flowBox ul li ul {
    height: auto !important;
    min-height: 40px;
  }
  #corporateService .flowBox ul li ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 0 5px 0;
    letter-spacing: -0.08em;
  }
  #corporateService .flowBox ul li ul li span {
    padding: 0 7px 0 6px !important;
  }
  #corporateService .flowBox ul li ul li span.smTxt {
    padding: 0 !important;
  }
}

table thead th,
table tbody th,
table tbody td {
  border-bottom: 1px solid #aaa;
}

table thead th + th,
table tbody td {
  border-left: 1px solid #aaa;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}

#sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
}

#sns ul li {
  height: 30px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sns ul li:last-child {
  margin-right: 0;
}

#sns ul li .fb_iframe_widget {
  height: 21px;
}

#sns ul li .fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}

@media only screen and (max-width: 768px) {
  #sns {
    padding: 10px 15px;
  }
  #sns ul {
    margin: 14px auto 9px;
  }
  #sns ul img {
    max-width: 75px;
  }
  #sns ul .twitter-share-button {
    height: 20px !important;
  }
}

#banner {
  padding: 80px 0;
  background: #f7f7f7;
  position: relative;
}

#banner .bnrTxt {
  font-size: 18px;
  color: #0b3190;
  letter-spacing: 0.09em;
  padding-left: 16px;
  padding-top: 32px;
}

#banner .airplane {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #banner {
    padding: 40px 15px;
  }
  #banner .airplane {
    max-width: 30%;
    position: absolute;
    left: 17px;
    bottom: -25px;
  }
  #banner .bnrTxt {
    padding-top: 16px;
    font-size: 17px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 320px) {
  #corporateService .blueLiner .skyBlueLiner .grayBg + .grayBg .blueBlock {
    letter-spacing: -0.1em !important;
    font-size: 12px;
  }
  #corporateService .blueLiner .skyBlueLiner .grayBg + .grayBg .blueBlock img {
    max-width: 44px !important;
    padding: 0 4px !important;
  }
}

/*
pagetop
------------------------------------------------*/
.pageTop {
  position: fixed;
  bottom: 11px;
  right: 160px;
  padding: 0;
  z-index: 99999;
}

.pageTop a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding: 33px 0 12px 0;
  background: #0b3190;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
}

.pageTop a:before {
  position: absolute;
  top: 18px;
  right: 28px;
  content: "";
  background: url(../img/arrowup.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 768px) {
  .pageTop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    padding: 0;
    z-index: 9999999;
  }
  .pageTop a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 15px 0 5px 0;
    background: #0b3190;
    color: #fff;
    font-size: 12px;
  }
  .pageTop a:before {
    position: absolute;
    top: 9px;
    right: 15px;
    content: "";
    background: url(../img/arrowup.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
  }
}

/*
footer
------------------------------------------------*/
#footer {
  padding: 36px;
  color: #000;
  font-size: 10px;
}

#footer .ta-c a {
  display: block;
}

#footer .copyright {
  padding-top: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 20px;
  }
  #footer img {
    max-width: 30%;
  }
  #footer .copyright {
    padding-top: 3px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

.paraAnime {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.paraAnime.animate {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.paraAnime2 {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.paraAnime2.animate {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.paraAnime3 {
  opacity: 0;
  -webkit-transform: translate(-50px, 50px);
  transform: translate(-50px, 50px);
}

.paraAnime3.animate {
  opacity: 1;
  -webkit-transform: translate(50px, 20px);
  transform: translate(50px, 20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 768px) {
  .paraAnime3 {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  .paraAnime3.animate {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

/*# sourceMappingURL=maps/common.css.map */
</pre></body></html>