@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	/*word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;*/
	position: relative;
	font-size: 0.93em;
	line-height: 1.8em;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

html {
	height: 100%;
	overflow:auto;
}

fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-type: disc;
	list-style-position: inside
}

button {
	cursor:pointer;
}

input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*****************************************************************/

table {
	font-size:inherit;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold;	
}

a img {
	border: 0px;
}

a, input[type="submit"] {
	outline: none;
}

a:link {
	text-decoration: underline;
	color: #000;
	/*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;*/
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}

/*a img:link {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/

.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.center {
	text-align: center;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #F83131;
}

.blue {
	color: #0A92DF;
}

.grey {
	color: #ACACAC;
}

.green {
	color: #3BA416;
}

.white {
	color: #FFF;
}

.black {
	color: #000;
}

.error {
	color: #EA2533;
	padding: 5px 0px 0px;
	display: block;
}

.small {
	font-size: 0.9em;
}

.requid {
	color: #EA2533;
}

.arrow {
	color: #416328;
}

.chushaku {
	font-size: 0.8em;
	line-height: 1.2em;
}

.pc_only {
	display: inherit;
	/*visibility: visible;*/	
}

.sp_only {
	display: none;
	/*visibility: hidden;*/
}

.lora {
	font-family: 'Playfair Display', serif;
}

@media screen and (max-width:768px) {
	
body {
	overflow: inherit;
	min-width: inherit;
	text-align: inherit;
	font-size: 1.06em;
}

html {
	overflow: inherit;
}
	
input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none;
}
	
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
	
.pc_only {
	display: none;
	/*visibility: hidden;*/
}

.sp_only {
	display: inherit;
	/*visibility: visible;	*/	
}
.center {
	text-align: left;
}

}
