@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* color */
@media screen and (max-width: 767px) {
  ._sp-hide {
    display: none !important; } }

@media screen and (min-width: 768px) {
  ._pc-hide {
    display: none !important; } }

body {
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif; }

input, textarea {
  font-family: 'Noto Sans JP', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

ul,
ol,
li,
dl,
dt,
dd {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  list-style: none; }

a,
input[type="submit"],
input[type="button"] {
  position: relative;
  font-size: inherit;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    a,
    input[type="submit"],
    input[type="button"] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s;
      will-change: opacity; }
      a:hover,
      input[type="submit"]:hover,
      input[type="button"]:hover {
        opacity: 0.5; } }

a {
  color: #333;
  text-decoration: underline; }
  a.textLink {
    display: inline-block;
    text-decoration: none;
    text-indent: -1.9em;
    margin-left: 1.9em;
    vertical-align: text-bottom; }
    a.textLink:before {
      content: '';
      display: inline-block;
      background: url(../img/form/ic_right_red.svg) 0 0 no-repeat;
      background-size: contain;
      margin-right: 0.6em;
      vertical-align: inherit; }
      @media screen and (min-width: 768px) {
        a.textLink:before {
          width: 17px;
          height: 17px; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    a.textLink:before {
      width: 17px;
      height: 17px; } }
      @media screen and (min-width: 768px) {
          a.textLink:before:hover {
            text-decoration: underline; } }
      @media screen and (max-width: 767px) {
        a.textLink:before {
          width: 4.26667vw;
          height: 4.26667vw; } }

img {
  vertical-align: top;
  width: 100%;
  height: auto; }

#container {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    #container #header {
      margin: 0 auto;
      max-width: 1200px;
      height: 60px;
      padding: 0 10px;
      position: relative; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #header {
      height: 60px; } }
  @media screen and (max-width: 767px) {
    #container #header {
      height: 14.4vw;
      position: relative; } }
  @media screen and (min-width: 768px) {
    #container #header .inner .im01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin-top: 8px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 140px; } }
  @media screen and (max-width: 767px) {
    #container #header .inner .im01 {
      position: absolute;
      top: 3.2vw;
      left: 2.8vw;
      width: 29.33333vw; } }
  #container #header .inner .im01 img {
    image-rendering: -webkit-optimize-contrast; }
  #container #header .inner .tx01 {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #container #header .inner .tx01 {
        position: absolute;
        top: 0;
        left: 10px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        /*
	font-size:14px;
	font-size:pvw($font-size);
	@include pcw2{
		font-size:14px;
	}
	*/
        font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #header .inner .tx01 {
      left: 10px; } }
    @media screen and (max-width: 767px) {
      #container #header .inner .tx01 {
        position: absolute;
        top: 0;
        right: 5.06667vw;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 3.33333vw; } }
  @media screen and (min-width: 768px) {
    #container #mv {
      margin: 0 auto;
      max-width: 1440px; } }
  #container #mv .mv1 .hd01 img {
    image-rendering: -webkit-optimize-contrast; }
  #container #mv .mv1 .hd03 img {
    image-rendering: -webkit-optimize-contrast; }
  @media screen and (min-width: 768px) {
    #container #mv .mv1 .hd03 {
      margin: 50px auto 0;
      width: 611px; } }
  @media screen and (max-width: 767px) {
    #container #mv .mv1 .hd03 {
      margin: 10.66667vw auto 0;
      width: 72.8vw; } }
  #container #mv .mv1 .hd02 {
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      #container #mv .mv1 .hd02 {
        margin-top: 25px;
        /*
	font-size:37px;
	font-size:pvw($font-size);
	@include pcw2{
		font-size:37px;
	}
	*/
        font-size: 37px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      #container #mv .mv1 .hd02 {
        margin-top: 3.73333vw;
        font-size: 4.53333vw;
        padding-bottom: 8vw; } }
    #container #mv .mv1 .hd02:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #b92525; }
      @media screen and (min-width: 768px) {
        #container #mv .mv1 .hd02:after {
          width: 40px;
          height: 6px;
          border-radius: 3px; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #mv .mv1 .hd02:after {
      height: 6px;
      border-radius: 3px; } }
      @media screen and (max-width: 767px) {
        #container #mv .mv1 .hd02:after {
          width: 7.73333vw;
          height: 1.46667vw;
          border-radius: 0.66667vw; } }
  #container #mv .mv2 {
    display: none;
    border-top: solid #f7ab00; }
    @media screen and (min-width: 768px) {
      #container #mv .mv2 {
        margin: 0 auto;
        max-width: 1200px;
        border-top-width: 1px;
        -webkit-box-shadow: 0 -1px 0 #fbd888;
                box-shadow: 0 -1px 0 #fbd888; } }
    @media screen and (max-width: 767px) {
      #container #mv .mv2 {
        border-top-width: 0.4vw;
        -webkit-box-shadow: 0 -0.4vw 0 #fbd888;
                box-shadow: 0 -0.4vw 0 #fbd888; } }
    #container #mv .mv2 .hd03 img {
      image-rendering: -webkit-optimize-contrast; }
    @media screen and (min-width: 768px) {
      #container #mv .mv2 .hd03 {
        margin: 25px auto 0;
        width: 556px; } }
    @media screen and (max-width: 767px) {
      #container #mv .mv2 .hd03 {
        margin: 6.26667vw auto 0;
        width: 82.53333vw; } }
    #container #mv .mv2 .hd02 {
      text-align: center;
      font-weight: 700;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        #container #mv .mv2 .hd02 {
          margin-top: 28px;
          /*
	font-size:30px;
	font-size:pvw($font-size);
	@include pcw2{
		font-size:30px;
	}
	*/
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        #container #mv .mv2 .hd02 {
          margin-top: 4vw;
          font-size: 4.53333vw; } }
  #container #content {
    position: relative;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #container #content {
        max-width: 1220px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #content {
      padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      #container #content {
        padding: 0 4vw; } }
    #container #content #footerLink {
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        #container #content #footerLink {
          margin-top: 80px;
          /*
	font-size:14px;
	font-size:pvw($font-size);
	@include pcw2{
		font-size:14px;
	}
	*/
          font-size: 14px;
          line-height: 2; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #content #footerLink {
      margin-top: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    #container #content #footerLink {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
      @media screen and (max-width: 767px) {
        #container #content #footerLink {
          margin-top: 13.33333vw;
          font-size: 3.46667vw;
          line-height: 1.92308; } }
      @media screen and (min-width: 768px) {
        #container #content #footerLink .link {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    #container #content #footerLink .link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
      @media screen and (min-width: 768px) {
        #container #content #footerLink .link li {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 50%;
          padding-right: 1em; } }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    #container #content #footerLink .link li {
      width: auto; } }
      @media screen and (max-width: 767px) {
        #container #content #footerLink .link li {
          margin-top: 2vw; } }
  #container #footer {
    background: #f3f3f3; }
    @media screen and (min-width: 768px) {
      #container #footer {
        margin-top: 40px;
        padding: 30px 0; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #footer {
      margin-top: 40px;
      padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      #container #footer {
        margin-top: 10.66667vw;
        position: relative; } }
    @media screen and (min-width: 768px) {
      #container #footer .link {
        margin-bottom: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        /*
	font-size:13px;
	font-size:pvw($font-size);
	@include pcw2{
		font-size:13px;
	}
	*/
        font-size: 13px;
        font-weight: 500;
        line-height: 1.875; } }
  @media screen and (min-width: 768px) and (min-width: 1221px) {
    #container #footer .link {
      margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      #container #footer .link {
        padding-top: 1.33333vw; } }
    @media screen and (max-width: 767px) {
      #container #footer .link li {
        border-bottom: 0.26667vw solid #cbcbcb; } }
    @media screen and (min-width: 768px) {
      #container #footer .link li + li {
        margin-left: 2em; } }
    #container #footer .link li a {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        #container #footer .link li a:hover {
          text-decoration: underline; } }
      @media screen and (max-width: 767px) {
        #container #footer .link li a {
          display: block;
          padding: 3.2vw 5.33333vw;
          font-size: 3.73333vw;
          line-height: 1.4; } }
    @media screen and (min-width: 768px) {
      #container #footer .tx {
        text-align: center;
        /*
	font-size:13px;
	font-size:pvw($font-size);
	@include pcw2{
		font-size:13px;
	}
	*/
        font-size: 13px;
        line-height: 1;
        font-weight: 500; } }
    @media screen and (max-width: 767px) {
      #container #footer .tx {
        padding: 5.86667vw 5.33333vw;
        font-size: 3.06667vw;
        line-height: 1.47826; } }
    @media screen and (min-width: 768px) {
      #container #footer .pagetop {
        display: none; } }
    @media screen and (max-width: 767px) {
      #container #footer .pagetop {
        position: absolute;
        bottom: 5.06667vw;
        right: 3.06667vw;
        width: 11.6vw;
        height: 11.6vw;
        background: url(../img/form/ic_pagetop.svg) center center no-repeat;
        background-size: contain;
        cursor: pointer; } }

/*# sourceMappingURL=common.css.map */
