@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap" rel="stylesheet">
html,
body,
div,
header,
footer,
article,
section,
aside,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

.clear,
div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}
body {
  font-family: "M PLUS 1p", sans-serif;
  color: #001046;
  font-weight: 500;
  letter-spacing: 0.06em;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

p,
a,
td,
th {
  font-size: 18px;
  line-height: 1.5em;
  word-break: normal;
  color: #001046;
}
@media only screen and (max-width: 640px) {
  p,
  a,
  td,
  th {
    font-size: 14px;
    line-height: 1.6em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
.link:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}
@media only screen and (max-width: 640px) {
  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.tel_link {
  cursor: text;
}
.tel_link:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.font_b {
  font-weight: bold;
}

.font_c_f {
  color: #fff;
}

.font_s {
  font-size: 0.9rem;
}

.txt_j {
  text-align: justify;
}

.txt_c {
  text-align: center;
}

.bk_grn {
  background: #50a549;
}

.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc_tab {
  display: block !important;
}

.tab_sp {
  display: none !important;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: block !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}
.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  p,
  a {
    padding-top: 2px;
  }
}
input[type="checkbox"]::-ms-check {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@-webkit-keyframes keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(550%);
    transform: translateX(550%);
  }
}
@keyframes keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(550%);
    transform: translateX(550%);
  }
}
@-webkit-keyframes keyframes02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
}
@keyframes keyframes02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
}
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc_tab {
  display: block !important;
}

.tab_sp {
  display: none !important;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: block !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}
.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  p,
  a {
    margin-top: 2px;
  }
}
