/*! 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;
  width: 100%;

}

/**
 * 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 {
  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.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

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

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

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

li,ul{
  list-style: none;
  list-style-type:none;	
  margin: 0px;
  padding: 0px;
}

/**
 * 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 {
  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"] {
  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: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('/common/font/NotoSansCJKjp-Regular.woff') format('woff'),
      url('/common/font/notosanscjkjp_regular.eot')  format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('/common/font/NotoSansCJKjp-Medium.woff') format('woff'),
      url('/common/font/notosanscjkjp_medium.eot')  format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('/common/font/NotoSansMonoCJKjp-Bold.woff') format('woff'),
      url('/common/font/notosanscjkjp_bold.eot')  format('eot');
  font-display: swap;

}

html {
  font-family:"Arial",'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #2f3638;
}
a{
	color:#70389e;
}


html p{
  font-size:1.5rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
html p{
	font-size:1.4rem;
	text-align: justify;
  }
}


.ja{
	font-family: 'NotoSansCJKjp';
  }

.taCenter{
	text-align: center;
}
.taLeft{
	text-align: left;
}

@media screen and (min-width: 768px)  {
	.mat01 {	margin-top: 1px !important; }
	.mat02 {	margin-top: 2px !important; }
	.mat03 {	margin-top: 3px !important; }
	.mat04 {	margin-top: 4px !important; }
	.mat05 {	margin-top: 5px !important; }
	.mat07 {	margin-top: 7px !important; }
	.mat10 {	margin-top: 10px !important; }
	.mat15 {	margin-top: 15px !important; }
	.mat20 {	margin-top: 20px !important; }
	.mat25 {	margin-top: 25px !important; }
	.mat30 {	margin-top: 30px !important; }
	.mat35 {	margin-top: 35px !important; }
	.mat40 {	margin-top: 40px !important; }
	.mat45 {	margin-top: 45px !important; }
	.mat50 {	margin-top: 50px !important; }
	.mat60 {	margin-top: 60px !important; }

  .mab00 {	margin-bottom: 0px !important; }
	.mab01 {	margin-bottom: 1px !important; }
	.mab02 {	margin-bottom: 2px !important; }
	.mab03 {	margin-bottom: 3px !important; }
	.mab04 {	margin-bottom: 4px !important; }
	.mab05 {	margin-bottom: 5px !important; }
	.mab07 {	margin-bottom: 7px !important; }
	.mab10 {	margin-bottom: 10px !important; }
	.mab15 {	margin-bottom: 15px !important; }
	.mab20 {	margin-bottom: 20px !important; }
	.mab25 {	margin-bottom: 25px !important; }
	.mab30 {	margin-bottom: 30px !important; }
	.mab35 {	margin-bottom: 35px !important; }
	.mab40 {	margin-bottom: 40px !important; }
	.mab45 {	margin-bottom: 45px !important; }
	.mab50 {	margin-bottom: 50px !important; }
	.mab55 {	margin-bottom: 55px !important; }
	.mab60 {	margin-bottom: 60px !important; }
	.mab70 {	margin-bottom: 70px !important; }
	.mab80 {	margin-bottom: 80px !important; }
	.mab90 {	margin-bottom: 90px !important; }
	.mab100 {	margin-bottom: 100px !important; }

	.mar01 {	margin-right: 1px !important; }
	.mar02 {	margin-right: 2px !important; }
	.mar03 {	margin-right: 3px !important; }
	.mar04 {	margin-right: 4px !important; }
	.mar05 {	margin-right: 5px !important; }
	.mar07 {	margin-right: 7px !important; }
	.mar10 {	margin-right: 10px !important; }
	.mar15 {	margin-right: 15px !important; }
	.mar20 {	margin-right: 20px !important; }
	.mar25 {	margin-right: 25px !important; }
	.mar30 {	margin-right: 30px !important; }
	.mar35 {	margin-right: 35px !important; }
	.mar40 {	margin-right: 40px !important; }
	.mar45 {	margin-right: 45px !important; }
	.mar50 {	margin-right: 50px !important; }
	.mar60 {	margin-right: 60px !important; }

	.mal01 {	margin-left: 1px !important; }
	.mal02 {	margin-left: 2px !important; }
	.mal03 {	margin-left: 3px !important; }
	.mal04 {	margin-left: 4px !important; }
	.mal05 {	margin-left: 5px !important; }
	.mal07 {	margin-left: 7px !important; }
	.mal10 {	margin-left: 10px !important; }
	.mal15 {	margin-left: 15px !important; }
	.mal20 {	margin-left: 20px !important; }
	.mal25 {	margin-left: 25px !important; }
	.mal30 {	margin-left: 30px !important; }
	.mal35 {	margin-left: 35px !important; }
	.mal40 {	margin-left: 40px !important; }
	.mal45 {	margin-left: 45px !important; }
	.mal50 {	margin-left: 50px !important; }
	.mal60 {	margin-left: 60px !important; }

}


 @media screen and (max-width:768px){
	.spMat00 {	margin-top: 0 !important; }
	.spMat01 {	margin-top: 1px !important; }
	.spMat02 {	margin-top: 2px !important; }
	.spMat03 {	margin-top: 3px !important; }
	.spMat04 {	margin-top: 4px !important; }
	.spMat05 {	margin-top: 5px !important; }
	.spMat07 {	margin-top: 7px !important; }
	.spMat10 {	margin-top: 10px !important; }
	.spMat15 {	margin-top: 15px !important; }
	.spMat20 {	margin-top: 20px !important; }
	.spMat25 {	margin-top: 25px !important; }
	.spMat30 {	margin-top: 30px !important; }
	.spMat40 {	margin-top: 40px !important; }
	.spMat50 {	margin-top: 50px !important; }

	.spMab00 {	margin-bottom: 0 !important; }
	.spMab01 {	margin-bottom: 1px !important; }
	.spMab02 {	margin-bottom: 2px !important; }
	.spMab03 {	margin-bottom: 3px !important; }
	.spMab04 {	margin-bottom: 4px !important; }
	.spMab05 {	margin-bottom: 5px !important; }
	.spMab07 {	margin-bottom: 7px !important; }
	.spMab10 {	margin-bottom: 10px !important; }
	.spMab15 {	margin-bottom: 15px !important; }
	.spMab20 {	margin-bottom: 20px !important; }
	.spMab25 {	margin-bottom: 25px !important; }
	.spMab30 {	margin-bottom: 30px !important; }
	.spMab40 {	margin-bottom: 40px !important; }
	.spMab50 {	margin-bottom: 50px !important; }
}

/* // Padding ------------------------------------------------------------------------------  */

@media screen and (min-width: 741px)  {
	.pat00 {	padding-top: 0 !important; }
	.pat01 {	padding-top: 1px !important; }
	.pat02 {	padding-top: 2px !important; }
	.pat03 {	padding-top: 3px !important; }
	.pat04 {	padding-top: 4px !important; }
	.pat05 {	padding-top: 5px !important; }
	.pat07 {	padding-top: 7px !important; }
	.pat10 {	padding-top: 10px !important; }
	.pat15 {	padding-top: 15px !important; }
	.pat20 {	padding-top: 20px !important; }
	.pat25 {	padding-top: 25px !important; }
	.pat30 {	padding-top: 30px !important; }
	.pat35 {	padding-top: 35px !important; }
	.pat40 {	padding-top: 40px !important; }
	.pat45 {	padding-top: 45px !important; }
	.pat50 {	padding-top: 50px !important; }
	.pat60 {	padding-top: 60px !important; }
	.pat70 {	padding-top: 70px !important; }
	.pat80 {	padding-top: 80px !important; }
	.pat90 {	padding-top: 90px !important; }
	.pat120 {	padding-top: 120px !important; }
	.pat150 {	padding-top: 150px !important; }
	.pat200 {	padding-top: 200px !important; }

	.pab00 {	padding-bottom: 0px !important; }
	.pab01 {	padding-bottom: 1px !important; }
	.pab02 {	padding-bottom: 2px !important; }
	.pab03 {	padding-bottom: 3px !important; }
	.pab04 {	padding-bottom: 4px !important; }
	.pab05 {	padding-bottom: 5px !important; }
	.pab07 {	padding-bottom: 7px !important; }
	.pab10 {	padding-bottom: 10px !important; }
	.pab15 {	padding-bottom: 15px !important; }
	.pab20 {	padding-bottom: 20px !important; }
	.pab25 {	padding-bottom: 25px !important; }
	.pab30 {	padding-bottom: 30px !important; }
	.pab35 {	padding-bottom: 35px !important; }
	.pab40 {	padding-bottom: 40px !important; }
	.pab45 {	padding-bottom: 45px !important; }
	.pab50 {	padding-bottom: 50px !important; }
	.pab60 {	padding-bottom: 60px !important; }
	.pab70 {	padding-bottom: 70px !important; }
	.pab80 {	padding-bottom: 80px !important; }
	.pab90 {	padding-bottom: 90px !important; }
	.pab150 {	padding-bottom: 150px !important; }

	.par00 {	padding-right: 0px !important; }
	.par01 {	padding-right: 1px !important; }
	.par02 {	padding-right: 2px !important; }
	.par03 {	padding-right: 3px !important; }
	.par04 {	padding-right: 4px !important; }
	.par05 {	padding-right: 5px !important; }
	.par07 {	padding-right: 7px !important; }
	.par10 {	padding-right: 10px !important; }
	.par15 {	padding-right: 15px !important; }
	.par20 {	padding-right: 20px !important; }
	.par25 {	padding-right: 25px !important; }
	.par30 {	padding-right: 30px !important; }
	.par35 {	padding-right: 35px !important; }
	.par40 {	padding-right: 40px !important; }
	.par45 {	padding-right: 45px !important; }
	.par50 {	padding-right: 50px !important; }
	.par60 {	padding-right: 60px !important; }

	.pal00 {	padding-left: 0px !important; }
	.pal01 {	padding-left: 1px !important; }
	.pal02 {	padding-left: 2px !important; }
	.pal03 {	padding-left: 3px !important; }
	.pal04 {	padding-left: 4px !important; }
	.pal05 {	padding-left: 5px !important; }
	.pal07 {	padding-left: 7px !important; }
	.pal10 {	padding-left: 10px !important; }
	.pal15 {	padding-left: 15px !important; }
	.pal20 {	padding-left: 20px !important; }
	.pal25 {	padding-left: 25px !important; }
	.pal30 {	padding-left: 30px !important; }
	.pal35 {	padding-left: 35px !important; }
	.pal40 {	padding-left: 40px !important; }
	.pal45 {	padding-left: 45px !important; }
	.pal50 {	padding-left: 50px !important; }
	.pal60 {	padding-left: 60px !important; }
	.pal100 {	padding-left: 100px !important; }

}


@media screen and (max-width:768px){
	.pat20 {	padding-top: 20px !important; }
	.pat40 {	padding-top: 40px !important; }
	.pab40 {	padding-bottom: 40px !important; }
	.pab20 {	padding-bottom: 20px !important; }
}