@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
display: block
}
ol, ul {
list-style: none
}
blockquote, q {
quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
content: '';
display: table;
}
.clearfix:after {
clear: both;
}
html {
width: 100%;
height: 100%;
font-size: 62.5%;
}
body {
position: relative;
background: #fff;
text-align : center;
font-family: "BIZ UDGothic", sans-serif;
font-weight: 600;
font-style: normal;
font-feature-settings: "palt" 1;
color: #000;
line-height: 2;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
word-break: break-all;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
overflow-x: hidden;
}

h1, h2, h3, h4 {
font-size: 100%;
}
p {
margin-bottom: 30px;
}
:root {
--themeColor: #1e90ff;
}
*:focus {
outline: none;
}
a:link {
color: #231815;
text-decoration: none;
}
a:visited {
color: #231815;
text-decoration: none;
}
a:hover {
color: #231815;
text-decoration: underline;
}
a:active {
color: #231815;
}
img {
border: 0px;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
button:focus {
outline:0;
}
b, strong, .bold {
font-family: "BIZ UDGothic", sans-serif;
font-style: normal;
}
.taL{
text-align: left !important;
}
.taC{
text-align: center !important;
}
.taR {
text-align: right !important;
}
.fwn {
font-weight: 400;
}
.fwb {
font-weight: 700;
}

@media print, screen and (min-width:1025px) {
body {
font-size: 1.4rem;
}
.br-pc {
display: block;
}
.br-sp {
display: none;
}
.pc {
display: none;
}
.txtSmall {
font-size: 1.2rem;
}
.blank {
margin-top: -70px;
padding-top: 70px;
}
}

@media print, screen and (max-width:1024px) {
body {
font-size: 1.2rem;
}
.br-pc {
display: none;
}
.br-sp {
display: block;
}
.sp {
display: none;
}
.txtSmall {
font-size: 1.1rem;
}
.blank {
margin-top: -50px;
padding-top: 50px;
}
}

.loader {
position: fixed;
background: #fff;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2508;
}
.loadLogo {
position: absolute;
width: 400px;
height: 83px;
top: -14%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 150;
}
.loader-animation {
position: absolute;
font-size: 10px;
text-indent: -9999em;
width: 5em;
height: 5em;
border-radius: 50%;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.loader-animation:before {
width: 50%;
height: 50%;
background: #ffffff;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}
@media print, screen and (min-width:1025px) {
.loader-animation:after {
background: #56708d;
width: 85%;
height: 85%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
}
@media print, screen and (max-width:1024px) {
.loader-animation:after {
background: #56708d;
width: 85%;
height: 85%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
}
@-webkit-keyframes load3 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load3 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}