@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "icon";
  src: url("/common/font/icon.eot?qn8qxv");
  src: url("/common/font/icon.eot?qn8qxv#iefix") format("embedded-opentype"), url("/common/font/icon.ttf?qn8qxv") format("truetype"), url("/common/font/icon.woff?qn8qxv") format("woff"), url("/common/font/icon.svg?qn8qxv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon_], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_mail:before {
  content: "";
}

.icon_check:before {
  content: "";
}

.icon_facebook:before {
  content: "";
}

.icon_home:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_iphone:before {
  content: "";
}

.icon_line:before {
  content: "";
}

.icon_logo:before {
  content: "";
}

.icon_pc:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_android:before {
  content: "";
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  font-family: "丸明Fuji StdN R", "MaruminFuji StdN R", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 520px) {
  body {
    font-size: 1.3rem;
  }
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

main {
  display: block;
}

a {
  display: block;
  color: #000;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:after, a:before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a:hover {
  opacity: 0.85;
}

ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

li {
  list-style: none;
}

li > li:first-child, li > li:last-child,
li > div:first-child,
li > div:last-child,
div > li:first-child,
div > li:last-child,
div > div:first-child,
div > div:last-child {
  margin-top: 0;
}

/*
input,button,select,textarea {
	border-style: none;
	border-width: 0;
	border: none;
	border-radius: 0;
	border: 1px solid $border-color;
	padding: 10px;
	width: 100%;
	transition: 0.3s ease;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	transition: .3s ease;
}


input {
	&[type=radio],
	&[type=checkbox] {
	    //display: inline-block;
	    //width: auto;
	    display: none;
	}
}
*/
/* custom */
/*
label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 25px;  
    line-height: 140%;
	&:before,
	&:after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		margin: auto;
		transition: .3s ease;
	}
	&:before {
		left: 0;
		width: 18px;
		height: 18px;
		border: 1px solid $color;
		background: $white;
	}
	&:after {
		opacity: 0;
		left: 4px;
		width: 10px;
		height: 10px;
		background: $main-color;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	&:hover {
		&:before {
			background: $white;
		}
	}
}

input:checked + label {
	&:after {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


select {
	width: auto;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  background: lighten($main-color,50%);
  //border: 1px solid rgba($gray, 0.5);
}
button {
	border-style: none;
	border-width: 0;
	border: none;
	border-radius: 0;
	background: $white;
}

::-webkit-input-placeholder { color: $border-color; opacity: 1; transition: 0.3s ease;}
::-moz-placeholder { color: $border-color; opacity: 1; transition: 0.3s ease;}
:-moz-placeholder { color: $border-color; opacity: 1; transition: 0.3s ease;}
:-ms-input-placeholder { color: $border-color; opacity: 1; transition: 0.3s ease;}
::-placeholder { color: $border-color; opacity: 1; transition: 0.3s ease;}

:focus::-webkit-input-placeholder { opacity: .7;}
:focus:-moz-placeholder { opacity: .7;}
:focus::-moz-placeholder { opacity: .7;}
:focus:-ms-input-placeholder { opacity: .7;}
:focus::-placeholder { opacity: .7;}

*/
i, em, address, b {
  font-style: normal;
  font-weight: normal;
}

.tel-link a {
  display: inline-block;
}

img, canvas, video, svg {
  max-width: 100%;
}

.overflow-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

#header {
  position: fixed;
  width: 100%;
  padding: 20px;
  z-index: 20;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#header .logo {
  background: url("/common/svg/logo01.svg") no-repeat 50% 0;
  width: 50px;
  background-size: 50px 50px;
  margin: 0 auto;
}
#header .logo a {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

#footer {
  position: fixed;
  left: 30px;
  bottom: 20px;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, icon;
  text-align: left;
  z-index: 10;
  margin: 0;
}
#footer .copy {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  #footer .copy {
    font-size: 0.8rem;
  }
}

#wrapper {
  position: relative;
  width: auto;
  margin: 0;
}

#container {
  position: relative;
  text-align: center;
}

#main {
  position: relative;
  margin: 0 auto;
  overflow: auto;
  max-width: 100%;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  height: 100vh;
}

#main > section {
  position: relative;
  scroll-snap-align: start;
  height: 100vh;
  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;
  width: 640px;
  margin: 0 auto;
}

p {
  margin: 20px auto;
}

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

figure {
  display: block;
  text-align: center;
  margin: 40px auto;
}
figure .img {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #eaeaea;
}

.link {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}

.head {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.4;
}

.subHead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
* + .subHead {
  margin-top: 80px;
}

dl.formList {
  width: 100%;
  margin-bottom: 30px;
}
dl.formList dt {
  float: left;
  vertical-align: bottom;
}
dl.formList dt span {
  display: inline-block;
  font-size: 10px;
  color: #FC588E;
  border: 1px solid #FC588E;
  padding: 2px 5px;
  line-height: 100%;
  margin-left: 5px;
}
dl.formList dd {
  margin-left: 200px;
  text-align: left;
  margin-bottom: 20px;
}
dl.formList dd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}

.submitList {
  margin: 0 auto 0;
  text-align: center;
}
.submitList li {
  display: inline-block;
  width: 49%;
}
.submitList li input {
  width: 80%;
  font-size: 14px;
  position: relative;
  padding: 10px;
  margin: 0 10px;
  background: none;
  border-radius: 50px;
}
.submitList li input#submit {
  color: #000000;
  background: #FDD23E;
  border: none;
  margin-bottom: 20px;
}
.submitList li input#submit:hover {
  background: #fcc60c;
}
.submitList li input#reset {
  color: #FFFFFF;
  background: #595757;
  border: none;
}
.submitList li input#reset:hover {
  background: #3f3e3e;
}
/*# sourceMappingURL=common.css.map */