
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

html	{
	 font-size: 62.5%;
	 overflow-y: scroll;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	color: #3E3A39;
	background: #fff;
	position: relative;
	cursor: none;
}
@media (max-width: 991px) {
	body {	
		cursor: auto;
	}
}
a {
  color: #0083C0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #004A5D;
  outline: none;
  text-decoration: none !important;
}

p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 0em;
}
@media (max-width: 991px) {
	p {
		font-size: 1.5rem;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #3E3A39;
	font-weight: 400;
	margin: 0px;
}
a img	{
	transition: 0.5s;
}
a img:hover	{
	opacity: 0.6;
	transition: 0.5s;
}

ul	{
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-bottom: 0rem;
}
li	{
	list-style: none;
}


