@charset "utf-8";

/* base style ------------------------------ */

* {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: normal;
}

img {
	border: none;
}

ul {
 list-style-type: none;
}


.hover {
 display: inline-block;
	backface-visibility: hidden;
	cursor: pointer;
}
a.hover:link,
a.hover:visited {
	opacity: 1.0;
}
a.hover:hover,
a.hover:active {
	opacity: 0.6;
}

.hover_change_image {
	cursor: pointer;
}
.hover_change_image:link,
.hover_change_image:visited {
	opacity: 1.0;
}
.hover_change_image:hover,
.hover_change_image:active {
	opacity: 0.8;
}



.loader {
	display: block;
	font-size: 10px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin: -15px 0px 0px -15px;
	text-align: left;
	overflow: hidden;
	text-indent: -9000px;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
	border-left: 0.5em solid #000000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.1s infinite linear;
	animation: loading 1.1s infinite linear;
}
@-webkit-keyframes loading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes loading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}





/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
/* ----- clerfix */

.clear {
	clear: both;
}

.txXXL {
	font-size: 160%;
	line-height: 145%;
}
.txXL {
	font-size: 140%;
	line-height: 145%;
}
.txL {
	font-size: 116%;
	line-height: 145%;
}
.txM {
	font-size: 100%;
	line-height: 160%;
}
.txS {
	font-size: 84%;
	line-height: 135%;
}
.txXS {
	font-size: 70%;
	line-height: 135%;
}
.txXXS {
	font-size: 60%;
	line-height: 135%;
}

.txRed {
	color: #b91e36;
}

.txOrange {
	color: #eb6100;
}

.txBold {
	font-weight: 500;
}

.txNormal {
	font-weight: 400;
}

.strong {
	font-weight: 600;
	color: #b91e36;
}

.error {
	color: #b91e36;
}

.nowrap {
	white-space: nowrap !important;
}

.alnC {
 text-align: center !important;
}
.alnL {
 text-align: left !important;
}
.alnR {
 text-align: right !important;
}

.indent01 {
	margin-left: 1.0em;
}
.indent01 span.indent01 {
	display: block;
	margin-left: 1.0em;
}

.indent02 {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.list01 {
	list-style-type: none;
	margin: 0px 0px 0px 1.0em;
	padding: 0px;
}
.list01 > li {
	margin: 0px;
	padding: 0px;
	text-indent: -1.0em;
}
.list01 > li:before {
	content: "・";
}

.list02 {
	list-style-type: none;
	margin: 0px 0px 0px 2.0em;
	padding: 0px;
}
.list02 > li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: -2.0em;
}

.list03 {
	list-style-type: none;
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
}
.list03 > li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: -1.5em;
}





#tinymce a:link,
#tinymce a:visited {
	color: #b91e36;
	text-decoration: underline;
}
#tinymce a:hover,
#tinymce a:active {
	color: #b91e36;
	text-decoration: underline;
}


#tinymce img.alignleft,
img.alignleft {
	display: inline;
	margin: 0px 16px 8px 0px;
	float: left;
	max-width: 300px !important;
	width: auto !important;
	height: auto !important;
}

#tinymce img.alignright,
img.alignright {
	display: inline;
	margin: 0px 0px 8px 16px;
	float: right;
	max-width: 300px !important;
	width: auto !important;
	height: auto !important;
}

.wp-caption.alignleft {
	display: inline;
	margin: 0px 16px 8px 0px;
	float: left;
	max-width: 300px !important;
	width: auto !important;
	height: auto !important;
}
.wp-caption.alignright {
	display: inline;
	margin: 0px 0px 8px 16px;
	float: right;
	max-width: 300px !important;
	width: auto !important;
	height: auto !important;
}

img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.8em;
}
img.alignnone {
	margin-bottom: 0.8em;
}

div.alignleft,
p.alignleft {
	display: inline;
	float: left;
	margin: 0px 16px 16px 0px;
}
div.alignright,
p.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 16px 16px;
}
div.aligncenter,
p.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 1.8em;*/
}
div.alignnone,
p.alignnone {
	/*margin-bottom: 1.8em;*/
}

.wp-caption {
	text-align: center;
	font-size: 90%;
	line-height: 135%;
}
.wp-caption-text {
	padding-top: 0.2em;
	margin: 0px !important;
}



















