@charset "utf-8";
/* margin,padding
--------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, hr, div, p, pre, address, blockquote, ul, ol, dl, dt, dd, form, fieldset, header, nav, footer, figure, section, article {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* heading
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {}
/* font 
--------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
}
body {
  word-wrap: break-all;
  overflow-wrap: break-word;
}
address, em {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 400;
}
/* list 
--------------------------------------------------------------------*/
ul, ol {
  list-style-type: none;
}
/* img 
--------------------------------------------------------------------*/
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* form
--------------------------------------------------------------------*/
input, select, textarea, button {
  font-size: inherit;
  line-height: inherit;
}
button {
  cursor: pointer;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
/* table
--------------------------------------------------------------------*/
table, thead, tbody, tfoot, tr, th, td, caption, col, colgroup {
  text-align: inherit;
  line-height: inherit;
  font-size: 100%;
}
table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
thead {
  display: table-header-group;
}
tbody {
  display: table-row-group;
}
tfoot {
  display: table-footer-group;
}
tr {
  display: table-row;
}
th, td {
  display: table-cell;
}
caption {
  display: table-caption;
}
col {
  display: table-column;
}
colgroup {
  display: table-column-group;
}
/* clearfix
--------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
} /*IE7用*/
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* anchor
--------------------------------------------------------------------*/
a {
  color: #322760;
  text-decoration: underline;
  -moz-transition: all, .4s;
  -o-transition: all, .4s;
  -webkit-transition: all, .4s;
  transition: all, .4s
}
a:hover {
  color: #7c4e91;
  text-decoration: underline;
}
/* margin
--------------------------------------------------------------------*/
.mb70{
	margin-bottom: 70px !important;	
}
.mb50{
	margin-bottom: 50px !important;	
}
@media screen and (max-width: 768px) {
.mb70{
	margin-bottom: 50px !important;	
}
.mb50{
	margin-bottom: 40px !important;	
}
}
@media screen and (max-width: 500px) {
.mb70{
	margin-bottom: 40px !important;	
}
.mb50{
	margin-bottom: 30px !important;	
}
}


/* format
--------------------------------------------------------------------*/
.spStyle {
  display: none;
  position: relative;
}
.pcStyle {
  display: block;
  position: relative;
}
.relaStyle {
  position: relative;
}
.ancLink {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0px;
  left: 0;
}
.spInlie {
  display: none;
}
.pcInline {
  display: inline;
}
.required {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 4px;
  margin: 0 5px;
  background-color: #bf3c44;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="reset"], input[type="button"] {
  border-radius: 0;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="reset"]::-focus, input[type="button"]::focus {
  outline-offset: -2px;
}
*:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
}
.frameWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.frameWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .spStyle {
    display: block;
  }
  .spInline {
    display: inline;
  }
  .pcStyle {
    display: none;
  }
  .pcInline {
    display: none;
  }
  .ancLink {
    top: -110px;
  }
}
/* メイン
--------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", MS PGothic, Meiryo, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #444343;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}
