<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
  src: url("../fonts/icomoon.eot?li3m6f");
  src: url("../fonts/icomoon.eot?li3m6f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?li3m6f") format("truetype"), url("../fonts/icomoon.woff?li3m6f") format("woff"), url("../fonts/icomoon.svg?li3m6f#icomoon") format("svg");
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "icomoon" !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-transform: none;
}

.icon-tel:before {
  content: "\e900";
}

.icon-lock:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-wakaba:before {
  content: "\e903";
}

.icon-blank:after {
  content: "\e904";
}
.icon-blank.white:after {
  color: #fff;
}
.icon-blank.white:hover:after{
  color: #eb6601;
}
.icon-arrow-r:before {
  content: "\e905";
}

.icon-arrow-d:before {
  content: "\e906";
}

.icon-arrow-t:before {
  content: "\e907";
}

.icon-plus:after {
  content: "\e908";
}

.icon-minus:after {
  content: "\e909";
}

/********************************************************* reset*/

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 {
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

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

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/********************************************************* base*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #202020;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a:link {
  color: #00aeed;
  text-decoration: underline;
}

a:visited {
  color: #006a91;
}

a:hover {
  color: #00aeed;
  text-decoration: none;
}

a[href*=tel] {
  pointer-events: none;
  display:inline-block;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.sp-only {
  display: none;
}

/********************************************************* header*/

#g-header-fixed {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 999;
}

#g-header {
  background-color: #fff;
  height: 118px;
  overflow: hidden;
  padding: 0 0 15px 0;
}

#g-header .logo {
  float: left;
  padding-left: 10px;
  padding-top: 30px;
}

#g-header.inner {
  max-width: 1500px;
}

.g-header-right {
  float: right;
  padding-right: 10px;
  text-align: right;
}

.g-header-subnav {
  font-size: 14px;
  margin-bottom: 20px;
}

.g-header-subnav li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.g-header-subnav li:nth-child(1),
.g-header-subnav li:nth-child(2) {
  margin-right: 20px;
}

.g-header-subnav a {
  color: #202020;
}

.g-header-subnav a.btn-hduse {
  margin-top: -2px;
}

.g-header-tel {
  display: table;
  float: right;
}

.g-header-tel &gt; div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.g-header-tel .txt {
  line-height: 1.2;
  padding-left: 24px;
}

.g-header-tel .txt a {
  color: #202020;
  text-decoration: none;
}

.g-header-tel .day {
  font-size: 13px;
}

.scrolled #g-header-fixed {
  top: -118px;
	font-size: 14px;
}

#g-header-fixed #g-nav #nav06{
	display: none;	
}
.scrolled #g-header-fixed #g-nav #nav06{
	display: block;
}

/********************************************************* SP MENU*/

#hamburger {
  display: none;
  float: right;
  margin-top: 5px;
}

#hamburger-icon {
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 1;
  position: relative;
  width: 27px;
}

#hamburger-icon .line {
  background: #00aeed;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
}

#hamburger-icon .line.line-1 {
  top: 0;
}

#hamburger-icon .line.line-2 {
  top: 50%;
}

#hamburger-icon .line.line-3 {
  top: 100%;
}

#hamburger-icon.active .line-1 {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
  opacity: 0;
}

#hamburger-icon.active .line-3 {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  transform: translateY(-6px) translateX(0) rotate(-45deg);
}

/********************************************************* nav*/

#haken #nav01 &gt; a {
  background-color: #00aeed;
  color: #fff;
}

#haken #nav01 &gt; a:before {
  color: #fff;
}

#service #nav02 &gt; a {
  background-color: #00aeed;
  color: #fff;
}

#service #nav02 &gt; a:before {
  color: #fff;
}

#course #nav03 &gt; a {
  background-color: #00aeed;
  color: #fff;
}

#course #nav03 &gt; a:before {
  color: #fff;
}

#price #nav04 &gt; a {
  background-color: #00aeed;
  color: #fff;
}

#price #nav04 &gt; a:before {
  color: #fff;
}

#example #nav05 &gt; a {
  background-color: #00aeed;
  color: #fff;
}

#example #nav05 &gt; a:before {
  color: #fff;
}

#g-nav {
  border-bottom: 5px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  position: relative;
}

#g-nav &gt; ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

#g-nav &gt; ul &gt; li {
  border-right: 1px solid #dcdcdc;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  width: 20%;
}

#g-nav &gt; ul &gt; li:nth-child(2) &gt; a {
  border-left: 1px solid #dcdcdc;
}

#g-nav &gt; ul &gt; li &gt; a {
  color: #202020;
  display: block;
  height: 70px;
  line-height: 1;
  padding: 25px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

#g-nav &gt; ul &gt; li &gt; a.on:after {
  background-color: #00aeed;
}

#g-nav &gt; ul &gt; li &gt; a:hover {
  background-color: #00aeed;
  color: #fff;
}

#g-nav &gt; ul &gt; li &gt; a:hover:before {
  color: #fff;
}

#g-nav &gt; ul &gt; li &gt; a:hover:after {
  background-color: #00aeed;
}

#g-nav &gt; ul &gt; li &gt; a:after {
  background-color: #dcdcdc;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: 100%;
}

#g-nav &gt; ul &gt; li.for-scroll {
  border-right: none;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
  width: 0;
}

#g-nav &gt; ul &gt; li.for-scroll &gt; a:hover {
  background-color: #fff;
}

.g-nav-sub {
  background-color: #e5f7fd;
  display: none;
  left: 0;
  margin-top: 5px;
  padding: 50px 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.g-nav-sub .inner {
  overflow: hidden;
}

.g-nav-sub .g-nav-sub-ttl {
  float: left;
  width: 30%;
}

.g-nav-sub .g-nav-sub-ttl a {
  color: #00aeed;
  font-size: 20px;
  text-decoration: none;
}

.g-nav-sub .g-nav-sub-ttl a:hover {
  text-decoration: underline;
}

.g-nav-sub ul {
  float: left;
  margin-bottom: -20px;
  overflow: hidden;
  width: 70%;
}

.g-nav-sub ul li {
  float: left;
  margin-bottom: 20px;
  width: 33%;
}

.g-nav-sub ul li a {
  font-size: 14px;
  text-decoration: none;
}

.g-nav-sub ul li a:hover {
  color: #202020;
}

.g-nav-sub ul li a:before {
  color: #00aeed;
  content: "\e905";
  font-family: "icomoon";
  font-size: 10px;
  margin-right: 5px;
}

.scrolled #g-nav &gt; ul &gt; li.for-scroll {
  display: block;
  padding-left: 10px;
  width: 30%;
}

.scrolled #g-nav &gt; ul &gt; li.for-scroll &gt; a {
  border-right: none;
  padding: 15px 0 0 0;
  text-align: left;
}

.scrolled #g-nav &gt; ul &gt; li.for-scroll img {
  height: auto;
  width: 200px;
}

.scrolled #g-nav &gt; ul &gt; li {
  width: 16%;
}

.g-nav-sp {
  background-color: #fff;
}

.g-nav-sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.g-nav-sp ul li {
  border-bottom: 1px solid #dcdcdc;
  width: 50%;
}

.g-nav-sp ul li:nth-child(odd) {
  border-right: 1px solid #dcdcdc;
}

.g-nav-sp ul li a {
  color: #202020;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-decoration: none;
}

.g-nav-sp ul li a:before {
  color: #00aeed;
  content: "\e905";
  font-family: "icomoon";
  font-size: 12px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
}

.g-nav-sp .btns {
  margin-bottom: 15px;
  padding: 0 15px;
}

.g-nav-sp .tel {
  font-size: 12px;
  margin-top: 25px;
  text-align: center;
}

.g-nav-sp .tel img {
  margin-bottom: 10px;
}

.g-nav-sp .tel a {
  text-decoration: none;
}

.g-nav-sp .close {
  background-color: #323232;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  padding: 15px;
  text-align: center;
}

.g-nav-sp .icon-tel {
  display: inline-block;
}

.g-nav-sp .icon-tel:before {
  color: #0a357a;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
  padding-right: 10px;
  vertical-align: top;
}

/********************************************************* main*/

#g-main {
  padding-bottom: 5px;
  /*padding-top: 194px;*/
  word-wrap: break-word;
}

#g-main .errorArea{
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #c00;
  color: #c00;
  font-weight: bold;
  margin-top:3px;
  margin-bottom:3px;
}

#g-main.second {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

.main-one-col {
  background-color: #fff;
  padding: 60px 0;
}

#contents-right {
  background-color: #fff;
  float: right;
  padding: 50px;
  width: 850px;
}

#contents-right .ttl-head01 {
  margin-left: -50px;
}

#contents-right .l-img {
  margin-left: -50px;
  margin-right: -50px;
}

#contents-left {
  float: left;
  width: 300px;
}

.bread {
  font-size: 14px;
  line-height: 1.2;
  padding: 30px 0;
}

.bread li {
  display: inline-block;
  vertical-align: top;
}

.bread li:not(:last-child) {
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 15px;
}

.bread a {
  color: #202020;
}

.contents-lead {
  margin-bottom: 50px;
}

.sect-base {
  margin-bottom: 80px;
}

.sect-base:last-child {
  margin-bottom: 0;
}

.sect-base p {
  margin-bottom: 1.4em;
}

.sect-base p:last-child {
  margin-bottom: 0;
}

.sect-base p + h3 {
  margin-top: 60px;
}

.sect-base p + h4 {
  margin-top: 40px;
}

.sect-top {
  padding: 90px 0;
}

.sect-sub {
  margin-bottom: 40px;
}

.sect-border {
  border-bottom: 2px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

/********************************************************* side navi*/

.scrolled #side-fix-nav {
  right: 0;
}

#side-fix-nav {
  position: fixed;
  right: -280px;
  top: 30%;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 50px;
  z-index: 999;
}

#side-fix-nav ul {
  margin-bottom: 30px;
}

#side-fix-nav li {
  margin-bottom: 10px;
  position: relative;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#side-fix-nav li:hover {
  right: 230px;
}

#side-fix-nav a.btn-hduse {
  border-radius: 5px 0 0 5px;
  border-right: none;
  width: 280px;
}

#side-fix-nav .icon-lock {
  padding-left: 50px;
}

#side-fix-nav .icon-lock:before {
  color: #fff;
  font-size: 22px;
  left: 18px;
  position: absolute;
  top: 15px;
}

#side-fix-nav .icon-lock:hover:before {
  color: #8fc31f;
}

#side-fix-nav .icon-mail {
  padding-left: 50px;
}

#side-fix-nav .icon-mail:before {
  color: #fff;
  left: 17px;
  position: absolute;
  top: 20px;
}

#side-fix-nav .icon-mail:hover:before {
  color: #eb6601;
}

#side-fix-nav .icon-wakaba {
  padding-left: 50px;
}

#side-fix-nav .icon-wakaba:before {
  color: #fff;
  font-size: 22px;
  left: 18px;
  position: absolute;
  top: 15px;
}

#side-fix-nav .icon-wakaba:hover:before {
  color: #eb6601;
}

#side-fix-nav .icon-tel {
  line-height: 1.2;
  padding: 5px 0 5px 50px;
}

#side-fix-nav .icon-tel span {
  font-size: 11px;
}

#side-fix-nav .icon-tel:before {
  color: #fff;
  font-size: 19px;
  left: 18px;
  position: absolute;
  top: 17px;
}

#side-fix-nav .icon-tel:hover:before {
  color: #00aeed;
}

.side-ttl {
  background-color: #00aeed;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.side-ttl a {
  border: 2px solid #00aeed;
  color: #fff;
  display: block;
  padding: 40px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.side-ttl a:hover {
  background-color: #fff;
  color: #00aeed;
}

.side-ttl a:before {
  color: #fdcf00;
  content: "\e905";
  font-family: "icomoon";
  font-size: 12px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
}

.side-nav a {
  color: #202020;
  display: block;
  text-decoration: none;
}

.side-nav &gt; li {
  margin-bottom: 2px;
}

.side-nav &gt; li &gt; a {
  background-color: #fff;
  line-height: 1.2;
  padding: 20px 40px 20px 20px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.side-nav &gt; li &gt; a:before {
  color: #00aeed;
  content: "\e905";
  font-family: "icomoon";
  font-size: 12px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.side-nav &gt; li &gt; a:hover {
  background-color: #00aeed;
  color: #fff;
}

.side-nav &gt; li &gt; a:hover:before {
  color: #fdcf00;
}

.side-nav &gt; li &gt; a.current {
  background-color: #fcfcfc;
  color: #eb6601;
}

.side-nav &gt; li &gt; a.current:before {
  display: none;
}

.side-nav &gt; li &gt; ul {
  background-color: #fff;
  display: none;
}

.side-nav &gt; li &gt; ul &gt; li{
	position: relative;
}

.side-nav &gt; li &gt; ul &gt; li &gt; a {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  padding: 13px 15% 13px 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.side-nav &gt; li &gt; ul &gt; li:after {
  color: #00aeed;
  content: "\e905";
  font-family: "icomoon";
  font-size: 10px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.side-nav &gt; li &gt; ul &gt; li &gt; a:hover {
  background-color: #e5f7fd;
  color: #eb6601;
}

.side-nav &gt; li &gt; ul &gt; li &gt; a.current {
  background-color: #fcfcfc;
  color: #eb6601;
}

.side-nav &gt; li &gt; ul &gt; li &gt; a.current:before {
  display: none;
}

/********************************************************* footer*/

.area-sitemap {
  background-color: #eee;
  padding: 30px 0;
}

.area-sitemap-trigger {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}

.area-sitemap-trigger span:after {
  color: #00aeed;
  content: "\e908";
  font-family: "icomoon";
  font-size: 14px;
  margin-left: 20px;
}

.area-sitemap-trigger.on span:after {
  content: "\e909";
}

.area-sitemap-contents {
  display: none;
  font-size: 14px;
  overflow: hidden;
  padding-top: 40px;
}

.area-sitemap-contents a {
  color: #202020;
}

.area-sitemap-contents &gt; ul {
  float: left;
  padding-right: 20px;
  width: 20%;
}

.area-sitemap-contents &gt; ul &gt; li &gt; a {
  font-weight: bold;
}

.area-sitemap-contents &gt; ul &gt; li {
  margin-bottom: 20px;
}

.area-sitemap-contents &gt; ul &gt; li:last-child {
  margin-bottom: 0;
}

.area-sitemap-contents &gt; ul ul {
  margin-top: 20px;
}

.area-sitemap-contents &gt; ul ul &gt; li {
  margin-bottom: 20px;
}

.area-sitemap-contents a {
  text-decoration: none;
}

.area-sitemap-contents a:hover {
  text-decoration: underline;
}

.area-group {
  display: table;
  padding: 30px 10px 30px;
  width: 100%;
}

.area-group a {
  color: #202020;
}

.area-group a:hover {
  text-decoration: underline;
}

.area-group &gt; div {
  display: table-cell;
  vertical-align: middle;
}

.area-group .logo {
  padding-right: 130px;
}

#g-footer {
  background-color: #323232;
  color: #a8a8a8;
  font-size: 14px;
  padding: 20px 10px 20px;
}

#g-footer a {
  color: #a8a8a8;
  text-decoration: none;
}

#g-footer a:hover {
  text-decoration: underline;
}

.g-footer-in {
  margin: 0 auto;
  max-width: 1200px;
}

.copyright {
  font-size: 12px;
}

.g-footer-subnav &gt; li {
  border-right: 2px solid #a8a8a8;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  vertical-align: top;
}

.g-footer-subnav &gt; li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.g-footer-subnav .icon-blank:after {
  color: #a8a8a8;
}

.page-top a {
  background-color: #0a357a;
  border-bottom: 2px solid #0a357a;
  border-left: 2px solid #0a357a;
  border-radius: 5px 0 0 5px;
  border-top: 2px solid #0a357a;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-indent: 150%;
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
}

.page-top a:hover {
  background-color: #fff;
}

.page-top a:hover:before {
  color: #0a357a;
}

.page-top a:before {
  bottom: 0;
  color: #fff;
  content: "\e907";
  font-family: "icomoon";
  left: 0;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 33%;
}

/********************************************************* clearfix*/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media screen and (max-width: 1200px) {
  #contents-right {
    width: 66%;
  }

  #contents-left {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
	.pc-only{
		display: none;
	}
  .inner {
    margin: 0;
    width: auto;
  }

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

  a[href*=tel] {
    pointer-events: auto;
  }

  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  .sp-nolink a {
    color: #202020;
    pointer-events: none;
    text-decoration: none;
  }

  #g-header {
    border-bottom: 2px solid #ddd;
    height: auto;
    padding: 15px;
    position: relative;
    z-index: 101;
  }

  #g-header .logo {
    padding-left: 0;
    padding-top: 0;
    width: 150px;
  }

  .g-header-right {
    display: none;
  }

  .scrolled #g-header-fixed {
    top: 0;
  }

  .header-subnav {
    display: none;
  }

  #hamburger {
    display: block;
  }

  #g-nav {
    border: none;
    bottom: 0;
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  #g-nav &gt; ul {
    background-color: #fff;
    display: block;
    margin: 0;
    padding-top: 60px;
  }

  #g-nav &gt; ul &gt; li {
    border-bottom-width: 1px;
    width: 100% !important;
  }

  #g-nav &gt; ul &gt; li:not(.has-sub-nav) &gt; a {
    position: relative;
  }

  #g-nav &gt; ul &gt; li:not(.has-sub-nav) &gt; a:before {
    color: #00aeed;
    content: "\e905";
    font-family: "icomoon";
    font-size: 12px;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
  }

  #g-nav &gt; ul &gt; li.has-sub-nav &gt; a {
    position: relative;
  }

  #g-nav &gt; ul &gt; li.has-sub-nav &gt; a:before {
    color: #00aeed;
    content: "\e908";
    font-family: "icomoon";
    font-size: 12px;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
  }

  #g-nav &gt; ul &gt; li.has-sub-nav &gt; a.on:before {
    content: "\e909";
  }

  #g-nav &gt; ul &gt; li:nth-child(2) &gt; a {
    border-left: none;
  }

  #g-nav &gt; ul &gt; li &gt; a {
    border-right: none;
    font-size: 14px;
    height: auto;
    padding: 15px;
    text-align: left;
  }

  #g-nav &gt; ul &gt; li &gt; a.on:after {
    background-color: #dcdcdc;
  }

  #g-nav &gt; ul &gt; li &gt; a:hover {
    background-color: #fff;
    color: #202020;
  }

  #g-nav &gt; ul &gt; li &gt; a:hover:before {
    color: #00aeed;
  }

  #g-nav &gt; ul &gt; li &gt; a:hover:after {
    background-color: #dcdcdc;
  }

  #g-nav &gt; ul &gt; li &gt; a:after {
    bottom: 0;
    height: 1px;
  }

  #g-nav &gt; ul &gt; li.for-scroll {
    display: none;
  }

  .g-nav-sub {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
    position: static;
  }

  .g-nav-sub .g-nav-sub-ttl {
    float: none;
    width: auto;
  }

  .g-nav-sub .g-nav-sub-ttl a {
    color: #202020;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 15px;
    position: relative;
  }

  .g-nav-sub .g-nav-sub-ttl a:before {
    color: #00aeed;
    content: "\e905";
    font-family: "icomoon";
    font-size: 12px;
    margin-right: 0;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .g-nav-sub ul {
    border-bottom: 1px solid #dcdcdc;
    float: none;
    margin-bottom: 0;
    width: auto;
  }

  .g-nav-sub ul li {
    border-top: 1px solid #dcdcdc;
    float: none;
    margin-bottom: 0;
    width: auto;
  }

  .g-nav-sub ul li a {
    color: #202020;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 15px 15px 15px 30px;
    position: relative;
  }

  .g-nav-sub ul li a:before {
    font-size: 12px;
    margin-right: 0;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .scrolled #g-nav &gt; ul &gt; li.for-scroll {
    display: none;
  }

  #g-main.second {
    padding-bottom: 5px;
  }

  #g-main {
    padding-bottom: 5px;
    padding-top: 60px;
  }

  .main-one-col {
    padding: 15px 15px 30px 15px;
  }

  #contents-right {
    float: none;
    padding: 15px 15px 30px 15px;
    width: auto;
  }

  #contents-right .ttl-head01 {
    margin-left: -15px;
  }

  #contents-right .l-img {
    margin-left: -15px;
    margin-right: -15px;
  }

  #contents-left {
    float: none;
    width: auto;
  }

  .bread {
    font-size: 11px;
    padding: 10px 15px;
  }

  .bread li:not(:last-child) {
    margin-right: 5px;
    padding-right: 10px;
  }

  .contents-lead {
    margin-bottom: 30px;
  }

  .sect-base {
    margin-bottom: 40px;
  }

  .sect-base p + h3 {
    margin-top: 30px;
  }

  .sect-base p + h4 {
    margin-top: 20px;
  }

  .sect-top {
    padding: 30px 15px;
  }

  .sect-border {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  #side-fix-nav {
    bottom: 30px;
    top: auto;
    width: 30px;
    z-index: 998;
  }

  #side-fix-nav ul {
    display: none;
  }

  .side-ttl {
    font-size: 18px;
  }

  .side-ttl a {
    padding: 20px;
  }

  .area-sitemap {
    padding: 20px;
  }

  .area-sitemap-trigger {
    font-size: 14px;
  }

  .area-sitemap-contents {
    font-size: 11px;
    padding-top: 20px;
  }

  .area-sitemap-contents &gt; ul {
    float: none;
    padding-right: 0;
    width: auto;
  }

  .area-sitemap-contents &gt; ul.sp-col02 &gt; li {
    float: left;
    padding-right: 10px;
    width: 50%;
  }

  .area-sitemap-contents &gt; ul &gt; li:last-child {
    margin-bottom: 20px;
  }

  .area-sitemap-contents &gt; ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .area-sitemap-contents &gt; ul ul &gt; li {
    padding-right: 10px;
    width: 50%;
  }

  .area-group {
    display: block;
    padding: 20px;
  }

  .area-group &gt; div {
    display: block;
  }

  .area-group .logo {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }

  #g-footer {
    padding: 20px;
    text-align: center;
  }

  #g-footer .fltL,
  #g-footer .fltR {
    float: none;
  }

  .copyright {
    font-size: 10px;
    margin-top: 20px;
  }

  .g-footer-subnav {
    font-size: 10px;
  }

  .page-top a {
    padding: 0;
  }

  .page-top a:before {
    font-size: 13px;
    top: 5px;
  }
}

@media print {
  #g-header-fixed {
    position: static;
  }

  #g-header {
    height: auto;
    padding-top: 0;
  }

  #g-header .logo {
    padding-top: 0;
  }

  .g-header-right {
    display: none;
  }

  #g-nav {
    display: none;
  }

  #g-main {
    padding: 0 0 30px 0 !important;
  }

  #contents-right .ttl-head01 {
    margin-left: 0;
  }

  #contents-right {
    float: none;
    padding: 20px 0 0 0;
    width: auto;
  }

  #contents-left {
    display: none;
  }

  #side-fix-nav {
    display: none;
  }

  .area-sitemap {
    display: none;
  }

  .area-group {
    display: none;
  }
}</pre></body></html>