:root {
--maincolor: #666666;
--accent: #1F51A2;
--accent2: #32BEFC;
--accent3: #F6F6F6;
--accent4: #707070;
--white: #ffffff;
--dark: #474747;

--body-font: 'Noto Sans JP', sans-serif;

--fs-xxxl: 35px;
--fs-xxl: 32px;
--fs-xl: 22px;
--fs-lg: 20px;
--fs-md: 18px;
--fs-base: 16px;
--fs-s: 15px;
--fs-xs: 13px;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  margin: 0;
}

*:focus {
  outline: none;
}

/*----------------------------------------------
	html
---------------------------------------------*/
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,
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,
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;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}
select:focus { background-color: #fff; color: #707070!important; }
option:checked,
option:hover {
  background-color: rgba(221, 152, 72, .7); color: #fff;
}

/*----------------------------------------------
	body
---------------------------------------------*/
body {
  font-family: var(--body-font);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  color: var(--maincolor);
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  line-height: 2;
  color: #000;
  margin-bottom: 40px;
}

h1 {
  font-size: 30px;
  letter-spacing: 3px;
}

h2 {
  font-size: 24px;
  letter-spacing: 0.48px;
}

p {
  padding: 0 0 15px;
}

/*----------------------------------------------
	a
---------------------------------------------*/
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0062FF;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  opacity: 0.8;
}

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

/*----------------------------------------------
	components
---------------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.container_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.container_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.wrapper { overflow: hidden; }

/* c_ttl */
.c_ttl {}

@media screen and (max-width: 768px) {
  .container_wrap { 
    flex-direction: column; 
    gap: 30px; 
    align-items: center;
  }
}


/*----------------------------------------------
	section
---------------------------------------------*/
section {
  padding: 50px 20px;
}

.pc-center {
  text-align: center;
}
.sp-only { display: none; }
.pc-only { display: block; }
.fnavlist.pc-only{display: block !important}

strong {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  section {
    padding: 30px 20px;
  }
  h1, h2, h3, h4, h5 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  .pc-center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sp-only { display: block; }
  .pc-only { display: none; }
}

.private-data {
  background: #e3e1e1 !important;
}

.private-data-tag {
  background: #e3e1e1 !important;
  width: 26px;
  height: 12px;
  display: inline-block;
}

/*slider */
.swiper-slide a {
  color: #333;
  font-size: 12px;
  display: block;
}

.swiper-slide a img {
  width: 100%;
}

.recommend-title {
  min-height: 3em;
  vertical-align: middle;
}