@charset "UTF-8";
:root {
  --font-root: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  --font-helvetica: Helvetica, Arial, sans-serif;
  --line-height: 1.5625;
  --font-weight-root: 400;
  --font-size-root: 10px;
  --font-size: 1.6rem;
  --font-size-h1: 2.4rem;
  --font-size-h2: 2.2rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.8rem;
  --font-size-h5: 1.6rem;
  --font-size-h6: 1.4rem;
  --color-primary: #2567AB;
  --color-link: #333;
  --color-link-hover: #2567AB;
  --color-highlight: #C00;
  --color-grey: #ccc;
  --color-white: #fff;
  --color-black: #000;
  --bg-footer: #f8f8f8;
  --bg-root: #fff;
  --bg-hover: #2567AB;
  --color-root: #333;
  --color-hover: #2567AB;
  --color-text-primary: #231D15;
}

/* stylelint-disable */
/* ******************************************************************

    --common.css--

    0. BoxModel change

    1. Common setting
        1-1. Reset styles
        1-2. Font styles
        1-3. General styles
        1-4. Text styles
        1-5. List styles
        1-6. CSS3 common styles

****************************************************************** */
/*==================================================================
    0. BoxModel change
===================================================================*/
/*==================================================================
    1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Reset styles
-------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

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

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

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

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

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

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

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Font styles
-------------------------------------------------------------------*/
select,
input,
button,
textarea,
button {
  font-size: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/* General styles
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.3rem;
}

/* ------------------------------------------------------------------
    1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0 {
  margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

/* ------------------------------------------------------------------
    1-4. Text styles
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77%;
}

.f11 {
  font-size: 85%;
}

.f12 {
  font-size: 93%;
}

.f14 {
  font-size: 108%;
}

.f15 {
  font-size: 116%;
}

.f16 {
  font-size: 123.1%;
}

.f17 {
  font-size: 131%;
}

.f18 {
  font-size: 138.5%;
}

.f19 {
  font-size: 146.5%;
}

.f20 {
  font-size: 153.9%;
}

.f21 {
  font-size: 161.6%;
}

.f22 {
  font-size: 167%;
}

.f23 {
  font-size: 174%;
}

.f24 {
  font-size: 182%;
}

.f25 {
  font-size: 189%;
}

.f26 {
  font-size: 197%;
}

.red {
  color: #C00;
}

.white {
  color: #FFF;
}

.grayC {
  color: #CCC;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

/* ------------------------------------------------------------------
    1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

/* ------------------------------------------------------------------
    1-6. CSS3 common styles
-------------------------------------------------------------------*/
.boxShadow {
  -webkit-box-shadow: 0 0 5px #DDD;
  box-shadow: 0 0 5px #DDD;
}

.textShadowW {
  text-shadow: 0 1px 0 #E7E7E7;
}

.textShadowB {
  text-shadow: 0 1px 0 #111;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

/* ------------------------------------------------------------------
    1-7. VisualFormattingModel styles
-------------------------------------------------------------------*/
.pc-display {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .pc-display {
    display: none !important;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--bg-root);
  font-size: var(--font-size-root);
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: var(--color-root);
  font-weight: normal;
  font-size: 1.3rem;
  font-family: var(--font-root);
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

/**
 * Basic styles for links
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}

#contents {
  width: 100%;
  min-height: calc(100vh - 260px);
}

@media only screen and (max-width: 992px) {
  #contents {
    padding-top: 40px;
    min-height: calc(100vh - 120px);
  }
}
@media only screen and (max-width: 768px) {
  #contents {
    min-height: calc(100vh - 55px);
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

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

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.w-100 {
  width: 100px !important;
}

.w-150 {
  width: 150px !important;
}

.w-170 {
  width: 170px !important;
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.h-150 {
  height: 150px !important;
}

.h-300 {
  height: 300px !important;
}

.h-500 {
  height: 500px !important;
}

.e-icon {
  height: 1em;
  -webkit-transition: fill 0.3s, stroke 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, stroke 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, stroke 0.3s, transform 0.3s;
  transition: fill 0.3s, stroke 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 1em;
}

.e-btn, .e-btn--primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-primary);
  border-width: 0;
  border-radius: 3px;
  color: var(--color-white) !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  height: 40px;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  text-decoration: none !important;
}
.e-btn:hover, .e-btn--primary:hover {
  color: var(--color-white) !important;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .e-btn, .e-btn--primary {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}

.e-link--icon {
  color: #111;
  display: inline-block;
  text-decoration: none;
}
.e-link--icon svg {
  font-size: 1.8rem;
  fill: currentColor;
  margin-bottom: -4px;
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  .e-link--icon {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .e-link--icon:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
}

.e-headline--primary {
  color: var(--color-black);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 8px;
  padding-top: 2px;
  border-left: 4px solid var(--color-black);
}
.e-headline--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 25px;
}
.e-headline--secondary-white {
  color: var(--color-white);
}
.e-headline--secondary-md {
  font-size: 2.8rem;
}
.e-headline--secondary-sub {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .e-headline--secondary {
    font-size: 2rem;
  }
  .e-headline--secondary-md {
    font-size: 2.4rem;
  }
  .e-headline--secondary-sub {
    font-size: 2rem;
  }
}

.e-txt, .e-txt--suggest, .e-txt--error {
  font-size: 1.3rem;
  line-height: 1.4;
}
.e-txt mark, .e-txt--suggest mark, .e-txt--error mark {
  background-color: transparent;
  color: #C00;
  font-weight: 700;
}
.e-txt a, .e-txt--suggest a, .e-txt--error a {
  color: var(--color-primary);
  text-decoration: none;
}
.e-txt a:hover, .e-txt--suggest a:hover, .e-txt--error a:hover {
  text-decoration: underline;
}
.e-txt--error {
  color: red;
}
.e-txt--suggest {
  color: green;
}

.e-msg, .e-msg--icon {
  background-color: #FFE0E6;
  border: 1px solid #FF8282;
  border-radius: 4px;
  padding: 15px;
}
.e-msg svg, .e-msg--icon svg {
  fill: #f00;
  font-size: 1.8rem;
  margin-bottom: -4px;
  margin-right: 5px;
}
.e-msg--icon {
  color: #f00;
}
.e-msg--icon li:not(:last-child) {
  margin-bottom: 10px;
}

.e-textbox {
  font-size: 0;
}
.e-textbox textarea,
.e-textbox input {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 40px;
  padding: 10px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
}
.e-textbox textarea:focus,
.e-textbox input:focus {
  border-color: var(--color-primary);
  outline: none;
}

.e-select {
  font-size: 0;
  max-width: 92%;
}
.e-select select {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 40px;
  padding: 10px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
}
.e-select select:focus {
  border-color: var(--color-primary);
  outline: none;
}

.e-checkbox input {
  border-width: 0;
  font-size: 1.3rem;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-checkbox input:checked + label::after {
  opacity: 1;
}
.e-checkbox label {
  color: #606060;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}
.e-checkbox label::after {
  background: #fff url("/img/admin/icon/icon_checked.png") no-repeat center center/100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 18px;
  z-index: 2;
}
.e-checkbox label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  z-index: 1;
}
.e-checkbox label:hover {
  cursor: pointer;
}

.e-radio input {
  border-width: 0;
  font-size: 1.3rem;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-radio input:checked + label::before {
  border-color: var(--color-primary);
}
.e-radio input:checked + label::after {
  opacity: 1;
}
.e-radio label {
  color: #606060;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}
.e-radio label::after {
  background-color: var(--color-primary);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 10px;
  z-index: 2;
}
.e-radio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 18px;
  z-index: 1;
}
.e-radio label:hover {
  cursor: pointer;
}

.e-status, .e-status--rough, .e-status--check, .e-status--unsupported, .e-status--public {
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 70px;
}
.e-status--public {
  background-color: #447ECC;
}
.e-status--unsupported {
  background-color: #c00;
}
.e-status--check {
  background-color: #f90;
}
.e-status--rough {
  background-color: #aaa;
}

footer#g_footer {
  padding-top: 40px;
  background-color: #363636;
}
.c-breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 20px;
  padding: 15px 21px 13px;
  font-size: 1.2rem;
  line-height: 1;
}
.c-breadcrumb a {
  background: url("/img/common/icon_breadcrumbs.gif") no-repeat 100% 50%;
  color: #666;
  display: inline-block;
  margin-right: 5px;
  padding-right: 15px;
  text-decoration: none;
}
.c-breadcrumb em {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1025px) {
  .c-breadcrumb a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-breadcrumb a:hover {
    color: var(--color-primary);
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.c-pagination li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.c-pagination li:first-child a, .c-pagination li:last-child a {
  border-radius: 100vw;
  padding-left: 9px;
  padding-right: 9px;
  width: auto;
}
.c-pagination strong,
.c-pagination a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 27px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  width: 27px;
}
.c-pagination strong {
  background-color: #777;
  color: var(--color-white);
  font-weight: 700;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .c-pagination a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .c-pagination a:hover {
    background-color: #777;
    color: var(--color-white);
    text-decoration: none;
  }
}

.c-table {
  margin-bottom: 20px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.c-table::-webkit-scrollbar {
  background-color: #e6e6e6;
  height: 10px;
  overflow: visible;
  width: 10px;
}
.c-table::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.c-table::-webkit-scrollbar-track {
  background-clip: padding-box;
  -webkit-box-shadow: inset 1px 0 0 #e6e6e6;
          box-shadow: inset 1px 0 0 #e6e6e6;
}
.c-table::-webkit-scrollbar-track:hover {
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 1px 0 0 #e6e6e6;
          box-shadow: inset 1px 0 0 #e6e6e6;
}
.c-table::-webkit-scrollbar-track:active {
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 1px 0 0 #dcdcdc, inset -1px 0 0 #eeeeee;
          box-shadow: inset 1px 0 0 #dcdcdc, inset -1px 0 0 #eeeeee;
}
.c-table::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 #e6e6e6, inset 0 -1px 0 #a5a5a5;
          box-shadow: inset 1px 1px 0 #e6e6e6, inset 0 -1px 0 #a5a5a5;
}
.c-table::-webkit-scrollbar-thumb:hover {
  background-color: #a5a5a5;
  -webkit-box-shadow: inset 1px 1px 1px #a5a5a5;
          box-shadow: inset 1px 1px 1px #a5a5a5;
}
.c-table::-webkit-scrollbar-thumb:active {
  background-color: #808080;
  -webkit-box-shadow: inset 1px 1px 3px #a6a6a6;
          box-shadow: inset 1px 1px 3px #a6a6a6;
}
.c-table__sum {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.c-table__sum strong {
  color: #f60;
  font-family: var(--font-helvetica);
  font-size: 2rem;
  margin-right: 5px;
}
.c-table__sum dt {
  line-height: 1.1;
  margin-right: 5px;
}
.c-table table {
  border: 1px solid #ccc;
  background-color: var(--color-white);
  width: 100%;
}
.c-table table th,
.c-table table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.c-table table th {
  font-weight: 700;
  text-align: center;
}
.c-table table th[data-required]::after {
  content: attr(data-required);
  color: #c00;
}

#g_nav a {
  white-space: nowrap;
}

.mb20PC40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mb20PC40 {
    margin-bottom: 20px;
  }
}

canvas {
  cursor: default !important;
}

.js-preload {
  display: none;
}
.js-preload.loading {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-canvas__main {
  position: relative;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.c-canvas__block {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(100dvh - 100px);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.c-canvas__block canvas {
  position: absolute;
  top: 0;
}
.c-canvas__card {
  padding: 60px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#037E97), to(#8ACDD1));
  background: linear-gradient(to right, #037E97, #8ACDD1);
  text-align: center;
}
.c-canvas__card-ttl {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--color-white);
  line-height: 2;
}
.c-canvas__card-ttl--big {
  font-size: 2.6rem;
}
.c-canvas__wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 60px 0 50px;
}
.c-canvas__wrap-ttl {
  margin-top: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  line-height: 2.1;
  word-break: auto-phrase;
}
.c-canvas__wrap-note {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.1;
  color: var(--color-white);
}
@media only screen and (max-width: 992px) {
  .c-canvas__block {
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .c-canvas__content {
    padding-top: 50px;
  }
  .c-canvas__card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-canvas__card-ttl {
    font-size: 1.4rem;
  }
  .c-canvas__card-ttl--big {
    font-size: 2rem;
  }
  .c-canvas__wrap-ttl {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .c-canvas__wrap-note {
    font-size: 1.1rem;
  }
}

.product-card__wrapper {
  font-family: "Noto Serif JP", serif;
  background-color: #F6F7FC;
  padding: 80px 0;
}
.product-card__ttl {
  position: relative;
  text-align: center;
}
.product-card__ttl > span {
  background-color: #F6F7FC;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 1.5rem;
}
.product-card__ttl::before {
  position: absolute;
  content: "";
  background-color: var(--color-text-primary);
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 35px;
  margin-bottom: 25px;
}
.product-card__logo {
  margin-top: -10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 70px;
}
.product-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-text-primary);
}
.product-card__image-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  height: 286px;
}
.product-card__image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.product-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-card__category {
  font-size: 1.5rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.product-card__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
.product-card__specs-list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 8px 23px;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.product-card__spec-label {
  font-weight: 600;
  font-size: 1.4rem;
}
.product-card__spec-value {
  font-weight: 600;
  font-size: 1.4rem;
}
.product-card__footer {
  margin: auto auto 0;
}
.product-card__btn {
  display: block;
  width: 100%;
  min-width: 212px;
  padding: 4px 8px;
  border: 1px solid var(--color-text-primary);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  color: var(--color-text-primary);
}
@media only screen and (max-width: 992px) {
  .product-card__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .product-card__wrapper {
    padding: 40px 0 60px;
  }
  .product-card__group {
    gap: 15px;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__item {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  .product-card__item:last-child {
    margin-top: 15px;
  }
  .product-card__head {
    gap: 15px;
  }
  .product-card__logo {
    max-width: 120px;
  }
  .product-card__image-wrapper {
    margin-bottom: 15px;
    height: auto;
  }
  .product-card__category {
    font-size: 1.2rem;
  }
  .product-card__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .product-card__specs-list {
    gap: 10px 15px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .product-card__spec-label {
    font-size: 1.2rem;
  }
  .product-card__spec-value {
    font-size: 1.2rem;
  }
  .product-card__btn {
    min-width: 212px;
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .product-card__ttl > span {
    font-size: 1.2rem;
  }
}

.product-info__group {
  padding: 40px 0 30px;
  border-top: 1px solid var(--color-text-primary);
}
.product-info__inner {
  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;
  max-width: 790px;
  margin: 0 auto;
  gap: 54px;
}
.product-info__img-wrapper {
  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;
  gap: 10px;
  max-width: 282px;
  width: 100%;
}
.product-info__img {
  position: relative;
  width: 136px;
}
.product-info__img--medium {
  width: 208px;
}
.product-info__img-label {
  position: absolute;
  top: -10px;
  left: -8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  color: #fff;
  width: 47px;
  height: 47px;
  background-color: #006D61;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-text-primary);
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .product-info__group {
    padding: 26px 0 20px;
  }
  .product-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .product-info__img-wrapper {
    width: 100%;
    padding: 0;
  }
  .product-info__img-label {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
  }
  .product-info__content {
    font-size: 1.3rem;
  }
}

.product-card__wrapper .news_list {
  margin-bottom: 80px;
}
.product-card__wrapper .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-color: #d1d1d1;
}
.product-card__wrapper .news_list li a * {
  float: none;
}
.product-card__wrapper .news_list .category_news {
  margin-right: 30px;
}
.product-card__wrapper .news_list h3 {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .product-card__wrapper .news_list {
    margin-bottom: 60px;
  }
  .product-card__wrapper .news_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-card__wrapper .news_list li a h3 {
    width: 100%;
    margin-top: 10px;
  }
  .product-card__wrapper .news_list .category_news {
    margin: 0;
  }
}

section.contact_area {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fff;
  width: 100%;
}
section.contact_area .contact_title {
  font-weight: bold;
}
section.contact_area .info_wrap p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  section.contact_area .out_wrap .inner {
    padding: 14px;
  }
  section.contact_area .info_wrap p {
    font-size: 1.4rem;
  }
}

.l-default__inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.l-default__inner--980 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .l-default__inner--980 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.t-default {
  background-color: #fff;
  min-height: 100vh;
}/*# sourceMappingURL=style.min.css.map */