@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::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;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* 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: none;
  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 */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and 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([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !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;
}

html {
  font-size: 62.5%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.3em;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  .sp_375 {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .sp_375 {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  .sp_375 {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

main.main {
  text-align: center;
}

@media screen and (max-width: 896px) {
  main.main {
    padding-top: 62px;
  }
}

.inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1020px;
}

@media screen and (max-width: 896px) {
  .inner {
    padding: 0 2.23214vw;
  }
}

@media print {
  .wrapper {
    display: none !important;
  }
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#include_header {
  /*------------------------------------------------------------
        font size
    ------------------------------------------------------------*/
}

#include_header .header {
  /*------------------------------------------------------------
            menu
        ------------------------------------------------------------*/
}

#include_header .header_inner {
  max-width: 1020px;
  width: 100%;
  margin: 28px auto 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  #include_header .header_inner {
    margin: 4.24107vw auto 3.90625vw;
    padding-left: 2.23214vw;
  }
}

#include_header .header_logo {
  max-width: 496px;
  width: 100%;
  line-height: 1;
  padding-bottom: 1rem;
}

@media screen and (max-width: 896px) {
  #include_header .header_logo {
    max-width: 78.125vw;
    padding-bottom: 0;
  }
}

#include_header .header_utilities {
  margin-left: auto;
}

@media screen and (max-width: 896px) {
  #include_header .header_utilities {
    display: none;
  }
}

#include_header .header_utilities .btn_speaker {
  padding-left: 2.4rem;
  padding-bottom: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#include_header .header_utilities .btn_speaker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.9rem;
  height: 1.9rem;
  background-size: 1.9rem;
  background-position: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/icn_speaker.svg);
}

#include_header .header_menu {
  padding: 8px 0;
  background-color: #006cc0;
}

@media screen and (max-width: 896px) {
  #include_header .header_menu {
    padding: 0.66964vw 0 0.66964vw 2.23214vw;
  }
}

#include_header .header_menu_inner {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

#include_header .header_menu_inner .menu_left .btn_anchor {
  padding-right: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 896px) {
  #include_header .header_menu_inner .menu_left .btn_anchor {
    padding-right: 6.25vw;
    font-size: 2.90179vw;
  }
}

#include_header .header_menu_inner .menu_left .btn_anchor + .btn_anchor {
  margin-left: 20px;
}

@media screen and (max-width: 896px) {
  #include_header .header_menu_inner .menu_left .btn_anchor + .btn_anchor {
    margin-left: 4.46429vw;
  }
}

#include_header .header_menu_inner .menu_left .btn_anchor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background-image: url(../../assets/img/icn_anchor.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 896px) {
  #include_header .header_menu_inner .menu_left .btn_anchor::after {
    width: 4.01786vw;
    height: 4.01786vw;
  }
}

#include_header .header_menu_inner .menu_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  #include_header .header_menu_inner .menu_right {
    display: none;
  }
}

#include_header .header_menu_inner .menu_right .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

#include_header .header_menu_inner .menu_right .phone .icn_phone {
  width: 26px;
  height: 26px;
  margin: 0 8px 0 4px;
  line-height: 1;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/icn_phone.svg);
}

#include_header .header_menu_inner .menu_right .txt {
  margin-left: 16px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}

#include_header .header_menu_inner .menu_right .txt .txt_min {
  font-size: 1.1rem;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

#include_header .fontsize_wrap {
  margin-bottom: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 896px) {
  #include_header .fontsize_wrap {
    display: none;
  }
}

#include_header .fontsize_wrap .txt {
  margin: 0 12px 0 30px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
}

#include_header .fontsize_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
}

#include_header .fontsize_list button {
  font-size: 1.2rem;
  color: #196fb5;
  line-height: 1.2;
  background-color: #fff;
}

#include_header .fontsize_list button.current {
  background-color: #f6ab00;
}

#include_header .fontsize_list button + button {
  margin-left: 0.6rem;
}

#include_header .fontsize_s {
  padding: 0.4rem 0.5rem;
}

#include_header .fontsize_m {
  padding: 0.8rem;
}

#include_header .fontsize_l {
  padding: 1rem;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#include_footer {
  padding: 40px;
  background-color: #fff;
  /*------------------------------------------------------------
        font size
    ------------------------------------------------------------*/
}

@media screen and (max-width: 896px) {
  #include_footer {
    padding: 4.46429vw;
  }
}

#include_footer .inner .mlit_logo img {
  width: 126px;
}

@media screen and (max-width: 896px) {
  #include_footer .inner .mlit_logo img {
    width: 27.45536vw;
  }
}

#include_footer .inner small {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  #include_footer .inner small {
    margin-top: 1.11607vw;
    font-size: 1rem;
  }
}
