@charset "UTF-8";
/* common */


/* リセット
--------------------------------------- */
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
* {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-box-shadow: none;
 box-shadow: none;
 outline: none;
}
h1, h2, h3, h4, h5, h6, p, div, ul, ol, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

a {
	background-color: transparent;
  text-decoration: none;
  color: inherit;
	 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

img {
border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button[type="submit"],
textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
button[type="submit"] {
  cursor: pointer;
}
*/

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

iframe{
  max-width:100%;
}
p{
  word-break: break-all;
}

html {
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
}
/* body
--------------------------------------- */
body {
  font-size: 16px;
  color: #333333;font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 400;
font-style: normal;
}
a {
  color: #333333;
}
#container{}

/* 共通
--------------------------------------- */
.nod{display: none;}

@media screen and (min-width: 1040px){
/*スクロール*/
.fade-in {
  opacity: 0.0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
	}
/*------------------------------ 注釈 ------------------------------*/

.notearea{}
.notearea ul{
margin-left: 1em;margin-right:0;font-size:13px;
}
.notearea ul li{
position: relative;
}
.notearea ul li:before{
content: "※";
position: absolute;
left: -1em;}
