@charset "UTF-8";

/* Document
 ========================================================================== */
html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 ========================================================================== */

body {
  margin: 0;
}
main {
  display: block;
}
article,aside,footer,header,nav,section {
  display:block;
}

h1 {
  margin: 0;
}

/* Grouping content
 ========================================================================== */
figcaption,figure,main {
  display:block;
}
figure {
  margin:1em 40px;
}
hr{
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
  overflow:visible;
}

pre {
  font-family: monospace, monospace;
}

/* Text-level semantics
 ========================================================================== */
a {
  -webkit-text-decoration-skip:objects;
  background-color:transparent;
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted;
}
b,strong {
  font-weight:bold;
}
b,strong {
  font-weight:bold;
}
code,kbd,samp {
  font-family:monospace, monospace;
}
dfn {
  font-style:italic;
}
mark {
  background-color:#ff0;
  color:#333;
}

small {
  font-size: 80%;
  display: block;
}

small::after {
  content: "日";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
audio,video {
  display:inline-block;
}
audio:not([controls]) {
  display:none;
  height:0;
}
/* Embedded content
 ========================================================================== */

img {
  border-style: none;
}
svg:not(:root) {
  overflow:hidden;
}

/* Forms
 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance:button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding:0;border-style:none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline:1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 ========================================================================== */

details {
  display: block;
}

summary {
  display: list-item;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/* Misc
 ========================================================================== */
canvas {
   display:inline-block;
   }
template {
  display: none;
}

[hidden] {
  display: none;
}

 /* module */
 .mt0 { margin-top: 0 !important;}
 .mb0 { margin-bottom: 0 !important;}
 .mt20 { margin-top: 20px !important;}
 .mt40 { margin-top: 40px !important;}
 .mt80 { margin-top: 80px !important;}
 .mb80 { margin-bottom: 80px !important;}
 .pt25 { padding-top: 25px !important;}
 .pb25 { padding-bottom: 25px !important;}
 /* /module */

html,body {
  height:100%;
  margin:0;
  font-size:16px;
}
body {
  background:#fff;
  color:#333;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  /* font-family:"Noto Sans CJK JP", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif; */
  line-height:1.8;
}
a {
  color:#0c1c71;
  text-decoration:underline;
  word-break:break-all;
  cursor: pointer;
  }
a:hover {
  color: #ccc;
  -webkit-transition:.1s;
  -o-transition:.1s;
  transition:.1s;
  text-decoration: none;
  }
img {
  vertical-align:bottom;
  }
input,textarea {
  border:none;
  }
textarea {
  resize:none;
  }
button {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;padding:0;
  border:none;outline:none;
  background-color:transparent;
  cursor:pointer;
  }
* {
-webkit-box-sizing:border-box;
box-sizing:border-box;
list-style: none;
}
ul,p,dl,dd,dt {
  margin: 0;
  padding: 0;
}

/* Map
 ========================================================================== */
#map{
	position: relative;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
