﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	word-wrap: break-word;
	/*text-align: justify;*/
	/*text-justify: inter-ideograph;
	height: 100%;*/
	margin: 0;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 0.93em;
	line-height: 1.8em;
	overflow: hidden;
	/*min-width:900px;*/
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
	overflow: auto;
}

/* ie7 */
*:first-child+html body {
	font-size: 88%;
}
/* ie6Below */
* html body {
	font-size: 75%;
}
/* ie8 */
html>/**/body {
	font-size /*\**/: 90%\9;
}
/* ie9 */
body:not(:target) {
　font-size: 90%\9;
}
/* ie10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	font-size: 90%;
}
}
/* ie11 */
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, body {
 font-size: 80%;
}
}

fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

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: #2D883B;
	-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: #2D883B;
}

a:hover {
	text-decoration: none;
	color: #2D883B;
	/*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: #1660B8;
}

.green {
	color: #30B415;
}

.grey {
	color: #ACACAC;
}

.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;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

@media screen and (max-width:768px) {
	
body {
	overflow: inherit;
	min-width: inherit;
	text-align: inherit;
	font-size: 3.4vw;
}

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;
}



}

