@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/** global_nav
===================================*/
#global_nav {
  float: right;
  font-weight: bold;
  margin-top: 17px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#global_nav li {
  float: left;
}

/*
#global_nav li.contact{
	}

#global_nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  	color: #000000;
}

#global_nav li a:hover {
	color: #C90028;
}

#global_nav li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;

}
#global_nav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
  background-color: #C90028;
}
	*/
/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  line-height: 1.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 16.25rem;
  z-index: 99;
}

/*
.drawer-brand {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.75rem;
	display: block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
	color: #222;
	float: right;
}
*/
.drawer-menu {
  list-style: none;
  margin: 0;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
}

.drawer-menu-item a {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  color: #C90028;
  display: block;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  text-decoration: none;
}

.drawer-menu-item a:hover {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  /*filter: alpha(opacity=60);*/
  /*-moz-opacity: 0.6;*/
  /*opacity: 0.6;*/
}

.submenu a {
  background-color: #C90028;
  border-bottom: 1px solid #CCCCCC;
  color: #FFFFFF;
  display: block;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  text-decoration: none;
}

.submenu a:hover {
  background-color: #222;
  color: #FFFFFF;
  /*filter: alpha(opacity=60);*/
  /*-moz-opacity: 0.6;*/
  /*opacity: 0.6;*/
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/*! overlay */
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: auto;
  left: 0;
  max-height: 100%;
  top: -100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.drawer--top.drawer-open .drawer-nav {
  top: 52px;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0px;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  outline: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: 18px;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
  z-index: 110;
}

.drawer-hamburger:hover {
  background-color: transparent;
  cursor: pointer;
  padding-bottom: 0px;
  padding-bottom: 10px;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: 18px;
}

.drawer-hamburger-icon {
  display: block;
  margin-right: 20px;
  margin-top: 25px;
  margin-top: 9px;
  position: relative;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: ' ';
  left: 0;
  position: absolute;
  top: -7px;
}

.drawer-hamburger-icon:after {
  top: 7px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    -ms-transform: none;
    -webkit-transform: none;
    display: block;
    height: 100%;
    position: fixed;
    transform: none;
    width: 12.5rem;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    border-right: 1px solid #ddd;
    left: 0;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    border-left: 1px solid #ddd;
    right: 0;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.drawer-navbar {
  top: 0;
  width: 100%;
  z-index: 102;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.75rem;
  padding: 0 .75rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 102;
}

.drawer-navbar .drawer-brand {
  display: inline-block;
  line-height: 3.75rem;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border: 0;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: auto;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    -webkit-transform: translate3d(0, 0, 0);
    height: 3.75rem;
    left: 0;
    overflow: visible;
    padding-top: 0;
    position: relative;
    transform: translate3d(0, 0, 0);
    width: auto;
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    border: 1px solid #ddd;
    position: absolute;
    width: 16.25rem;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 15px;
  margin: 0;
  width: 100%;
}

.drawer-dropdown-menu > li {
  list-style: none;
  width: 100%;
}

.drawer-dropdown-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #C90028;
  display: block;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 3.75rem;
  padding-bottom: 0px;
  padding-left: 1.5rem;
  padding-left: 1.5rem;
  padding-right: .75rem;
  padding-right: .75rem;
  text-decoration: none;
}

.drawer-dropdown-menu-item:hover {
  -moz-opacity: 0.6;
  background-color: transparent;
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 4px;
  transform: rotate(0deg);
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  vertical-align: middle;
  width: 0;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: Hiragino Kaku Gothic ProN,Meiryo,MS PGothic,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

a {
  color: #148df0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 959px) {
  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

/* SP style */
@media print, screen and (max-width: 959px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
}

/* PC style */
@media print, screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

/* layouts */
/* # =============================================
   # LayoutSingle
   # ============================================= */
.LayoutSingle .LayoutSingle__inner {
  padding: 0px 25px;
}

@media print, screen and (min-width: 960px) {
  .LayoutSingle {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0px 0px;
  }
  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
  }
}

/* # =============================================
   # LayoutZigzag
   # ============================================= */
.LayoutZigzag {
  padding: 20px;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 20px -20px 20px -20px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .LayoutZigzag {
    padding: 100px 0;
  }
  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    padding-top: 20px;
  }
  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 750px;
    flex: 1 1 750px;
    margin: 0;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1200px) {
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: calc(50% - 600px);
    padding-left: 100px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-right: calc(50% - 600px);
    padding-right: 100px;
  }
}

/* blocks */
/**
 * About
 */
.About {
  padding-bottom: 70px;
  padding-top: 45px;
}

.About .About__item {
  padding-bottom: 20px;
}

.About .About__fig {
  margin: 0 auto;
  width: 38%;
}

.About .About__title {
  color: #343434;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.57895;
  margin-bottom: 10px;
  text-align: center;
}

.About .About__text {
  color: #454545;
  font-size: 15px;
  line-height: 1.73333;
}

.About .About__textNote {
  color: #808080;
  display: block;
  font-size: 12px;
  line-height: 1.16667;
  margin-top: 10px;
}

@media print, screen and (min-width: 960px) {
  .About {
    padding-bottom: 135px;
    padding-top: 82px;
  }
  .About .About__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .About .About__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding-bottom: 0px;
  }
  .About .About__fig {
    margin: 0 auto;
    width: 124px;
  }
  .About .About__fig img {
    height: 110px;
    width: 124px;
  }
  .About .About__title {
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 1.63636;
  }
  .About .About__text {
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: 1.76471;
  }
  .About .About__textNote {
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.35714;
  }
}

/**
 * Example
 */
.Example {
  background-image: url("../images/example_sp.jpg");
  background-position: center left 43%;
  background-repeat: no-repeat;
  background-size: cover;
}

.Example .Example__inner {
  background-color: rgba(0, 0, 0, 0.33);
  height: 100%;
  padding-bottom: 70px;
  padding-top: 70px;
  width: 100%;
}

.Example .Example__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  height: 86px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1.76471;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  width: 242px;
}

.Example .Example__item:first-child {
  margin: 0 auto 15px;
}

.Example .Example__item:nth-child(3) {
  margin-left: auto;
}

.Example .Example__item:last-child {
  margin: 0 auto 15px;
}

.Example .Example__item:after {
  background-image: url("../images/example_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  content: '';
  display: block;
  height: 19px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.Example .-bar {
  border-bottom: 2px solid #C3002F;
}

@media print, screen and (min-width: 960px) {
  .Example {
    background-image: url("../images/example_pc.jpg");
    background-position: center top;
    max-width: 100%;
  }
  .Example .Example__inner {
    padding-bottom: 120px;
    padding-top: 115px;
  }
  .Example .Example__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Example .Example__item {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    font-size: 22px;
    height: 140px;
    line-height: 1.86364;
    margin-bottom: 32px;
    margin-right: 1.25%;
    max-width: 32.5%;
    width: 32.5%;
  }
  .Example .Example__item:first-child {
    margin: 0 1.25% 32px 0;
  }
  .Example .Example__item:nth-child(3) {
    margin: 0 0 32px 0;
  }
  .Example .Example__item:last-child {
    margin: 0 1.25% 32px 0;
  }
  .Example .Example__item:after {
    bottom: -18px;
    height: 31px;
    width: 26px;
  }
  .Example .-bar {
    border-bottom: 3px solid #C3002F;
  }
}

/**
 * Howto
 */
.Howto {
  padding-top: 70px;
}

.Howto .Howto__item {
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
  padding-bottom: 18px;
}

.Howto .Howto__title {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.19444;
  margin-bottom: 10px;
  text-align: center;
}

.Howto .Howto__titleText {
  padding-left: 30px;
  position: relative;
}

.Howto .Howto__titleText:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 20px;
}

.Howto .Howto__titleText.-n1:before {
  background-image: url("../images/howto_n_1.svg");
}

.Howto .Howto__titleText.-n2:before {
  background-image: url("../images/howto_n_2.svg");
}

.Howto .Howto__titleText.-n3:before {
  background-image: url("../images/howto_n_3.svg");
}

.Howto .Howto__titleText.-n4:before {
  background-image: url("../images/howto_n_4.svg");
}

.Howto .Howto__text {
  color: #454545;
  font-size: 13px;
  line-height: 1.69231;
  padding: 0 5px 15px;
}

.Howto .Howto__fig {
  margin: 0 auto;
  width: 68%;
}

@media print, screen and (min-width: 960px) {
  .Howto {
    padding-top: 115px;
  }
  .Howto .Howto__list {
    margin: 0 auto;
    max-width: 960px;
    padding-top: 30px;
  }
  .Howto .Howto__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-betweeen;
    -ms-flex-pack: space-betweeen;
    justify-content: space-betweeen;
    margin-bottom: 10px;
    padding: 0 130px;
    padding-bottom: 10px;
  }
  .Howto .Howto__item:last-child {
    padding-bottom: 30px;
    padding-top: 35px;
  }
  .Howto .Howto__textArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Howto .Howto__title {
    font-size: 24px;
    line-height: 1.08333;
    margin-bottom: 18px;
    text-align: left;
  }
  .Howto .Howto__titleText:before {
    height: 24px;
    top: 0px;
    width: 24px;
  }
  .Howto .Howto__text {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.76471;
    padding: 0;
  }
  .Howto .Howto__fig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    margin: 0;
    max-width: 52%;
    text-align: right;
    width: 52%;
  }
  .Howto .Howto__fig img {
    width: 250px;
  }
}

/**
 * Mv
 */
.Mv .Mv__inner {
  position: relative;
}

.Mv .Mv__content {
  margin-left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}

.Mv .Mv__title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  text-align: center;
}

.Mv .Mv__text {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.Mv .Mv__red {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #C3002F;
  background-color: #C3002F;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 15px;
  padding: 2em;
  position: relative;
  text-align: center;
}

.Mv .Mv__red:after {
  border-color: #C3002F transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  bottom: -8px;
  content: "";
  height: 0px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}

.Mv .Mv__redInner {
  min-width: 300px;
}

.Mv .Mv__redText {
  bottom: 3px;
  padding-right: 10px;
  position: relative;
}

.Mv .Mv__redHour {
  font-size: 23px;
}

.Mv .Mv__white {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  height: 94px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.Mv .Mv__whiteText {
  bottom: 3px;
  padding-right: 10px;
  position: relative;
}

.Mv .Mv__whiteHour {
  color: #C3002F;
  font-size: 18px;
}

.Mv .Mv__whiteBox {
  min-width: 300px;
  padding: 12px 0;
}

.Mv .Mv__whiteBox.-border {
  border-top: 1px solid #e0e0e0;
}

@media print, screen and (min-width: 960px) {
  .Mv {
    margin: 0 auto;
    width: 100%;
  }
  .Mv .Mv__bg img {
    width: 100%;
  }
  .Mv .Mv__content {
    max-width: 1094px;
    width: 100%;
  }
  .Mv .Mv__title {
    font-size: 64px;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
  }
  .Mv .Mv__text {
    font-size: 21px;
    letter-spacing: 0.2em;
    line-height: 1.38095;
    margin-bottom: 33px;
  }
  .Mv .Mv__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Mv .Mv__red {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    font-size: 20px;
    height: 88px;
    margin-bottom: 0px;
    margin-right: 20px;
    max-width: 388px;
    padding: 0;
  }
  .Mv .Mv__red:after {
    border-width: 10px 10px 0 10px;
    bottom: 40px;
    right: -102%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .Mv .Mv__redText {
    bottom: 4px;
    padding-right: 15px;
  }
  .Mv .Mv__redHour {
    font-size: 32px;
  }
  .Mv .Mv__white {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    font-size: 14px;
    height: 88px;
    line-height: 1.5;
    max-width: 683px;
    text-align: center;
  }
  .Mv .Mv__whiteInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Mv .Mv__whiteText {
    padding-right: 15px;
  }
  .Mv .Mv__whiteHour {
    font-size: 22px;
  }
  .Mv .Mv__whiteBox {
    min-width: 220px;
    padding: 0px;
  }
  .Mv .Mv__whiteBox.-border {
    border-left: 1px solid #e0e0e0;
    border-top: none;
    margin-left: 20px;
    min-width: 360px;
    padding-left: 20px;
  }
}

/**
 * Note
 */
.Note {
  padding-bottom: 70px;
  padding-top: 55px;
}

.Note .Note__item {
  color: #454545;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.58333;
  padding-left: 1em;
  text-indent: -1em;
}

.Note .Note__item2 {
  color: #454545;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.58333;
  padding-left: 1em;
  text-indent: -1em;
}

.Note .Note__title {
  color: #454545;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.58333;
  margin-bottom: 5px;
  margin-top: 20px;
}

.Note .Note__text {
  color: #454545;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.58333;
}

@media print, screen and (min-width: 960px) {
  .Note {
    padding-bottom: 135px;
    padding-top: 75px;
  }
  .Note .Note__wrap {
    margin: 0 auto;
    max-width: 960px;
  }
  .Note .Note__item {
    font-size: 14px;
    line-height: 1.78571;
  }
  .Note .Note__item2 {
    font-size: 14px;
    line-height: 1.78571;
  }
  .Note .Note__title {
    font-size: 14px;
    line-height: 1.78571;
    margin-top: 30px;
  }
  .Note .Note__text {
    font-size: 14px;
    line-height: 1.78571;
  }
}

/**
 * Sample
 */
.Sample {
  width: 100%;
}

.Sample .Sample__inner {
  padding: 15px 20px;
}

.Sample .Sample__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.Sample .Sample__text {
  font-size: 12px;
  line-height: 2.2;
}

@media print, screen and (min-width: 960px) {
  .Sample .Sample__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px;
    width: 100%;
  }
  .Sample .Sample__title {
    font-size: 30px;
  }
  .Sample .Sample__text {
    color: #112;
    font-size: 15px;
  }
}

body {
  background-color: #fff;
}

/**
 * Support
 */
.Support {
  padding-bottom: 40px;
  padding-top: 25px;
}

.Support .Support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Support .Support__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 30px;
  max-width: 48%;
}

.Support .Support__btnLink {
  display: block;
}

.Support .Support__fig {
  margin-bottom: 10px;
}

.Support .Support__fig img {
  vertical-align: top;
}

.Support .Support__btnText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #C3002F;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
  position: relative;
}

.Support .Support__btnText:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

@media print, screen and (min-width: 960px) {
  .Support {
    padding-bottom: 90px;
    padding-top: 80px;
  }
  .Support .Support__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 988px;
    padding-top: 15px;
  }
  .Support .Support__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-bottom: 40px;
    margin-right: 5%;
    max-width: 30%;
  }
  .Support .Support__item:nth-child(3n) {
    margin-right: 0;
  }
  .Support .Support__item:last-child {
    margin-right: 0;
  }
  .Support .Support__btnLink:hover .Support__btnText {
    background: #920023;
  }
  .Support .Support__fig {
    margin-bottom: 12px;
    text-align: center;
  }
  .Support .Support__fig img {
    width: 92%;
  }
  .Support .Support__btnText {
    font-size: 15px;
    height: 42px;
  }
  .Support .Support__btnText:after {
    height: 8px;
    right: 15px;
    width: 8px;
  }
}

/**
 * System
 */
.System {
  background-color: #ececec;
  padding-bottom: 55px;
  padding-top: 55px;
}

.System .System__title1 {
  background-color: #939393;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 9px 0;
  text-align: center;
}

.System .System__content {
  background-color: #fff;
  padding: 5px 10px 15px;
}

.System .System__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
}

.System .System__title2 {
  color: #343434;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  font-size: 11px;
  line-height: 1.5;
}

.System .System__text {
  color: #454545;
  font-size: 12px;
  line-height: 1.5;
}

.System .System__note {
  color: #454545;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}

@media print, screen and (min-width: 960px) {
  .System {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .System .System__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 960px;
  }
  .System .System__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .System .System__item:first-child {
    border-right: 1px solid #e0e0e0;
  }
  .System .System__title1 {
    font-size: 14px;
    padding: 11px 0;
  }
  .System .System__content {
    padding: 12px 25px 22px;
  }
  .System .System__box {
    padding: 4px 0;
  }
  .System .System__title2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 85px;
    flex: 0 85px;
    font-size: 13px;
    line-height: 1.69231;
  }
  .System .System__text {
    font-size: 13px;
    line-height: 1.69231;
  }
  .System .System__note {
    font-size: 13px;
    line-height: 1.69231;
    margin-top: 25px;
    text-align: center;
  }
}

/**
 * Title1
 */
.Title1 {
  margin-bottom: 40px;
  text-align: center;
}

.Title1.-white .Title1__sub {
  color: #fff;
}

.Title1.-white .Title1__main {
  color: #fff;
}

.Title1 .Title1__sub {
  display: block;
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 5px;
}

.Title1 .Title1__main {
  display: block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.18966;
}

@media print, screen and (min-width: 960px) {
  .Title1 .Title1__sub {
    font-size: 20px;
    line-height: 2.1;
    margin-bottom: 0px;
  }
  .Title1 .Title1__main {
    font-size: 46px;
    line-height: 1.19565;
  }
}

/**
 * Title2
 */
.Title2 {
  margin-bottom: 23px;
  text-align: center;
}

.Title2 .Title2__text {
  color: #454545;
  display: block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
}

.Title2 .Title2__text:after {
  background-color: #C3002F;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
}

@media print, screen and (min-width: 960px) {
  .Title2 {
    margin-bottom: 40px;
  }
  .Title2 .Title2__text {
    font-size: 32px;
    padding-bottom: 19px;
  }
  .Title2 .Title2__text:after {
    width: 90px;
  }
}
