@charset "UTF-8";
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** Web Font
 ** ------------------------------------------------------- */
/* Noto Sans JP */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** reset
 ** ------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* change */
	/* vertical-align: baseline; */
	vertical-align: top;
	/* background: transparent; */
	/* add */
	box-sizing: border-box;
}
html {
	/* add */
	overflow-y: scroll;
}
body {
	line-height: 1;
	/* add */
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	/* add main */
	display: block;
}
ul,
ol,
dl {
	/* nav ul delete, ul, ol, dl add */
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/* add */
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	/* add */
	empty-cells: show;
}
caption,
th {
	/* add */
	text-align: left;
}
caption {
	/* add */
	font-style: normal;
	font-weight: normal;
}
th {
	/* add */
	font-style: normal;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
input,
textarea {
	/* add */
	font-size: 100%;
	box-sizing: border-box;
}
input[type=text],
input[type=password],
input[type=tel],
textarea {
	/* add */
	resize: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button {
	/* add */
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
:disabled {
	opacity: 1;
}
em,
address {
	/* add */
	font-style: normal;
}
sub,
sup {
	/* add */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 75%;
}
sup {
	/* add */
	vertical-align: text-top;
}
sub {
	/* add */
	vertical-align: text-bottom;
}
:root {
	--margin-l-sp: 55px;
	--margin-m-sp: 40px;
	--margin-s-sp: 25px;
	--margin-ss-sp: 15px;
	--margin-l-pc: 100px;
	--margin-m-pc: 60px;
	--margin-s-pc: 40px;
	--margin-ssr-pc: 20px;
	--margin-ss-pc: 10px;
}
@font-face {
	font-family: "mtfont";
	src: url("../fonts/mtfont.eot");
	src: url("../fonts/mtfont.eot?#iefix") format("eot"), url("../fonts/mtfont.woff2") format("woff2"), url("../fonts/mtfont.woff") format("woff"), url("../fonts/mtfont.ttf") format("truetype"), url("../fonts/mtfont.svg#mtfont") format("svg");
	font-display: swap;
}
.icon-010:before, .icon-009:before, .icon-008:before, .icon-007:before, .icon-006:before, .icon-005:before, .icon-004:before, .icon-003:before, .icon-002:before, .icon-001:before {
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
.icon-001:before {
	content: "\e001";
}
.icon-002:before {
	content: "\e002";
}
.icon-003:before {
	content: "\e003";
}
.icon-004:before {
	content: "\e004";
}
.icon-005:before {
	content: "\e005";
}
.icon-006:before {
	content: "\e006";
}
.icon-007:before {
	content: "\e007";
}
.icon-008:before {
	content: "\e008";
}
.icon-009:before {
	content: "\e009";
}
.icon-010:before {
	content: "\e00a";
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** base
 ** ------------------------------------------------------- */
/* html
	----------------------------------------------------*/
html {
	font-size: 10px;
}
::-moz-selection {
	color: #fff;
	background: rgb(236, 121, 160);
}
::selection {
	color: #fff;
	background: rgb(236, 121, 160);
}
/* body
	----------------------------------------------------*/
body,
input,
textarea,
select,
button {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Arial", sans-serif;
}
body {
	color: #191f6c;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	background: #e9f5fd;
}
/* -- link -- */
a:link {
	color: #191f6c;
	text-decoration: underline;
}
a:visited {
	color: #191f6c;
	text-decoration: none;
}
a:hover {
	color: #191f6c;
	text-decoration: none;
}
a:active {
	color: #191f6c;
	text-decoration: none;
}
button:disabled {
	cursor: auto;
}
/* -- font -- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
input,
button,
select {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
/* -- img -- */
img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
input,
textarea,
select {
	font-size: 1.2rem;
	color: #54565a;
}
sub {
	font-size: 50%;
	vertical-align: baseline;
}

/* ブランドサイト共通CSS
	----------------------------------------------------*/
:root {
  --base-width: 375;
  --vw: calc(100vw / var(--base-width));
  --duration: 0.3s;
  --blue: #004b9e;
}
@media (min-width: 769px) {
  :root {
    --base-width: 1200;
  }
}
@media (min-width: 1200px) {
  :root {
    --vw: 1px;
  }
}
/**
 * header
 */
 .header {
  --header-height: 10.66vw;
  box-sizing: border-box;
  display: flex;
  z-index: 100;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  padding-right: 4.53vw;
  padding-left: 3.2vw;
  background: white;

  margin-bottom: 60px;
}

.header-logo {
  width: 39.2vw;
}

@media (min-width: 769px) {
  .header {
    --header-height: calc(97 * var(--vw));
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    padding-inline: calc(30 * var(--vw));
    gap: calc(32 * var(--vw));
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

    margin-bottom: 90px;
  }
  .header-logo {
    width: calc(216 * var(--vw));
  }
}
@media (min-width: 1136px) {
  .header {
    gap: calc(48 * var(--vw));
  }
}
@media (any-hover: hover) {
  .header-logo-link {
    transition: opacity var(--duration);
  }
  .header-logo-link:hover {
    opacity: 0.5;
  }
}
.header-trigger {
  box-sizing: border-box;
  position: relative;
  padding-right: calc(15 * var(--vw));
  color: var(--blue);
  font-size: calc(11 * var(--vw));
  line-height: 1;
}

@media (min-width: 769px) {
  .header-trigger {
    display: none;
  }
}
.header-trigger svg {
  position: absolute;
  top: calc(50% - 4.5 * var(--vw));
  right: 0;
  width: calc(9 * var(--vw));
  height: calc(9 * var(--vw));
  margin-left: auto;
  transform: rotate(90deg);
}

.header-trigger.is-open svg {
  scale: 1 -1;
}

/**
 * nav
 */
 @media (max-width: 768px) {
  .nav {
    box-sizing: border-box;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    background: var(--blue);
    opacity: 0;
    transition: opacity var(--duration), visibility var(--duration);
  }
  .nav.is-open {
    visibility: visible;
    opacity: 1;
  }
  .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 5.87vw;
    gap: 3.2vw;
    list-style: none;
  }
  .nav-list-item-link {
    display: grid;
    place-items: center;
    height: 19.2vw;
    overflow: clip;
    border-radius: 1.07vw;
    background: white;
  }
  .nav-list-item-link img {
    width: auto;
    height: calc(42 * var(--vw));
  }
}
@media (min-width: 769px) {
  .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 33px;
    list-style: none;
  }
  .nav-list-item-link img {
    width: auto;
    height: 55px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list-item-link img {
    height: calc(55 * var(--vw));
  }
}
@media (any-hover: hover) {
  .nav-list-item-link {
    transition: opacity var(--duration);
  }
  .nav-list-item-link:hover {
    opacity: 0.5;
  }
}
.nav-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-overlay.is-open {
  visibility: visible;
}

@media (min-width: 769px) {
  .nav-overlay {
    display: none;
  }
}

/* ***************************************************************************** */
/* container
----------------------------------------------------*/
#container {
	text-align: left;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	min-height: 100dvh;
	overflow: hidden;
	/* padding: 100px 0 0; */
	position: relative;
	z-index: 1;
}


/* ***************************************************************************** */
/* header
----------------------------------------------------*/
#headerOkinazole {
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: calc(40 * var(--vw));
	z-index: 99;
}
/* headerTop
----------------------------------------------------*/
/* #headerTop {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
#headerTop__logo {
	width: 120px;
	line-height: 1;
} */
/* headerBottom
----------------------------------------------------*/
#headerBottom {
	width: 100%;
	height: 60px;
	background: #191f6c;
	box-shadow: inset 0px -2px 0px 0px rgb(236, 121, 160);
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
	position: relative;
}
#headerBottom__logo {
	width: 120px;
}
.is-headerMin #headerBottom {
	position: fixed;
	top: 0;
}
/* headerInnerSp
----------------------------------------------------*/
#headerInnerSp {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
/* headerSubNav
----------------------------------------------------*/
#headerSubNav {
	display: flex;
	gap: 0 10px;
}
#headerSubNav a {
	color: #fff;
}
#headerSubNav__check, #headerSubNav__store {
	width: 27px;
	height: 27px;
}
#headerSubNav__check a, #headerSubNav__store a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
}
#headerSubNav__check a::before, #headerSubNav__store a::before {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#headerSubNav__check a::before {
	content: "\e001";
	font-size: 2.464rem;
}
#headerSubNav__store a::before {
	content: "\e002";
	font-size: 2.695rem;
}
#headerSubNav__shopSearch a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
}
#headerSubNav__shopSearch a::before {
	content: "";
	background-image: url(../images/shop-serch-icon.svg);
	background-repeat: no-repeat;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}





/* headerMenuBtn
----------------------------------------------------*/
#headerMenuBtn {
	display: flex;
	width: 27px;
	height: 27px;
}
#headerMenuBtn a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
}
#headerMenuBtn a::before {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
	content: "\e003";
	font-size: 2.002rem;
}
/* globalNav
----------------------------------------------------*/
#globalNav {
	border-top: 1px solid rgba(25, 31, 108, 0.2);
}
#globalNav>li {
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Arial", sans-serif;
	border-bottom: 1px solid rgba(25, 31, 108, 0.2);
}
#globalNav>li a {
	display: block;
	text-decoration: none;
	padding: 11px 25px 11px 5px;
	position: relative;
}
#globalNav>li a::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
	color: rgba(25, 31, 108, 0.3);
}
#headerCv {
	display: flex;
	gap: 0 1px;
	margin: 30px 0 0;
}
#gNavClose {
	display: block;
	width: 100%;
	height: 59px;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#gNavClose::before {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e006";
	font-size: 1.5rem;
	position: absolute;
	left: calc(50% - 0.5em);
	top: 50%;
	color: rgba(25, 31, 108, 0.3);
	transform: rotate(-90deg);
}
/* ***************************************************************************** */
/* contents
----------------------------------------------------*/
#contents {
	padding: 0 20px 50px;
}
#home #contents {
	padding-bottom: 0;
}
/* ***************************************************************************** */
/* breadcrumbs
----------------------------------------------------*/
#breadcrumbs {
	width: 100%;
	position: absolute;
	left: 0;
	top: 20px;
}
#home #breadcrumbs {
	display: none;
}
#breadcrumbsInner {
	max-width: 1000px;
	margin: 0 auto;
}
#breadcrumbs ul {
	display: block;
}
#breadcrumbs ul li {
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 5px 0 0;
}
#breadcrumbs ul li::after {
	display: inline-block;
	margin: 0 0 0 5px;
	content: ">";
	color: #777a7c;
	vertical-align: baseline;
}
#breadcrumbs ul li:last-child::after {
	display: none;
}
/* ***************************************************************************** */
/* main
----------------------------------------------------*/
/* ***************************************************************************** */
/* footer
----------------------------------------------------*/
#footer {
	background: #fff;
	margin: auto 0 0;
	padding: 55px 20px calc(55px + env(safe-area-inset-bottom));
	position: relative;
	box-shadow: inset 0px 2px 0px 0px rgb(25, 31, 108);
}
/* footerContact
----------------------------------------------------*/
#footerContact dl {
	text-align: center;
}
#footerContact dl dt {
	font-size: 1.4rem;
	font-weight: bold;
}
#footerContact dl dd a {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}
#footerContact dl dd span {
	display: block;
}
/* footerBlc
----------------------------------------------------*/
/* footerSubNav
----------------------------------------------------*/
#footerSubNav {
	margin: 35px 0;
}
#footerSubNav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 25px;
}
#footerSubNav ul>li a {
	text-decoration: none;
}
#footerSubNav ul>li a[target=_blank]::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e004";
	font-size: 1rem;
	margin: 0 0 0 5px;
}
/* footerCopyright
----------------------------------------------------*/
#footerCopyright {
	font-size: 1rem;
	line-height: 1;
	color: #777a7c;
	margin: 16px 0 0;
	text-align: center;
}
#footerCopyright small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	transform: scale(0.9, 0.9);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Arial", sans-serif;
}
/* pagetop
----------------------------------------------------*/
#pagetop {
	width: 60px;
	height: 88px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 98;
	transform: translate(70px, 0);
}
#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}
.is-load #pagetop {
	transition: transform 0.3s;
}
.is-headerMin #pagetop {
	transform: translate(0, 0);
}
.is-pagetopBtmfix #pagetop {
	position: absolute;
	bottom: calc(100% + var(--irregular) + 10px);
}
/* cvOnline
----------------------------------------------------*/
#cvOnline__tit {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.28;
	text-align: center;
	margin: 0 0 24px;
}
#cvOnline__img {
	max-width: 155px;
	margin: 0 auto;
}
#cvOnline__notes {
	margin: 22px 0 0;
}
#cvOnline__notes li {
	font-size: 1rem;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
#cvOnline__bnr {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0;
	margin: 28px 0 0;
}
#cvOnline__bnr li {
	width: 50%;
	border-left: 1px solid rgba(25, 31, 108, 0.2);
}
#cvOnline__bnr li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
}
#cvOnline__bnr li img {
	max-width: 86px;
}
#cvOnline__bnr li:nth-of-type(even) {
	border-right: 1px solid rgba(25, 31, 108, 0.2);
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / display
 ** ------------------------------------------------------- */
/* ***************************************************************************** */
/** -------------------------------------------------------
** component / color
** ------------------------------------------------------- */
/*
 * c_color
 * ------------------------------------------------------- */
/* c_color01 */
.c_color01 {
	color: #ec79a0;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / margin
 ** ------------------------------------------------------- */
/*
 * c_margin
 * ------------------------------------------------------- */
/* c_margin-top */
.c_margin-topNone {
	margin-top: 0;
}
.c_margin-top01 {
	margin-top: var(--margin-l-sp);
}
.c_margin-top02 {
	margin-top: var(--margin-m-sp);
}
.c_margin-top03 {
	margin-top: var(--margin-s-sp);
}
.c_margin-top04 {
	margin-top: var(--margin-ss-sp);
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / ttl
 ** ------------------------------------------------------- */
/*
 * c_ttl
 * ------------------------------------------------------- */
/* c_ttl01 */
.c_ttl01 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #191f6c;
	border-radius: 25px;
	text-align: center;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* c_ttl02 */
.c_ttl02 {
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #191f6c;
}
/* c_ttl03 */
.c_ttl03 {
	font-weight: bold;
}
/* c_ttl04 */
.c_ttl04 {
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0 10px;
	text-align: center;
}
.c_ttl04::before, .c_ttl04::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: rgba(25, 31, 108, 0.2);
}
.c_ttl04>span {
	flex: 0 0 auto;
}
/* c_ttl05 */
.c_ttl05 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: center;
}
.c_ttl05__txt01 {
	font-size: 1.4rem;
	line-height: 1;
	display: block;
}
/* c_ttl06 */
.c_ttl06 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: center;
}
/* c_ttl07 */
.c_ttl07 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.c_ttl07__txt01 {
	font-size: 1.2rem;
}
/* c_ttl08 */
.c_ttl08 ,.c_ttl08__color02 {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 15px;
}
.c_ttl08::before ,.c_ttl08__color02::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #7fcef4;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.4em;
}
.c_ttl08__color02::before {
	background: #191f6c;
}
/* c_ttl09 */
.c_ttl09 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	font-feature-settings: "palt";
	line-height: 1.5;
}
.c_ttl09__txt01 {
	display: block;
	font-size: 1.4rem;
	margin: 0 0 4px;
}
/* c_ttl10 */
.c_ttl10 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: center;
}
.c_ttl10__txt01 {
	display: inline-block;
	position: relative;
	padding: 0 0 3px;
}
.c_ttl10__txt01::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #191f6c;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
/* c_ttl11 */
.c_ttl11 {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0 10px;
	text-align: center;
	line-height: 1.2;
}
.c_ttl11::before, .c_ttl11::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #191f6c;
}
.c_ttl11>span {
	flex: 0 0 auto;
}
/* c_ttl12 */
.c_ttl12 {
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: center;
}
.c_ttl12__txt01 {
	display: inline-block;
	position: relative;
	padding: 0 0 4px;
}
.c_ttl12__txt01::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #191f6c;
	position: absolute;
	left: 0;
	bottom: 0;
}
/* c_ttl13 */
.c_ttl13 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	font-feature-settings: "palt";
	background: url(../images/deco_dot02_sp.webp) no-repeat center bottom;
	background-size: 42px auto;
	padding: 0 0 32px;
	margin: 0 0 30px;
}
/* c_ttl14 */
.c_ttl14 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	font-feature-settings: "palt";
}
/* c_ttl15 */
.c_ttl15 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / btn
 ** ------------------------------------------------------- */
/*
 * c_btn
 * ------------------------------------------------------- */
/* c_btn01 */
.c_btn01 {
	font-size: 1.3rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
.c_btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6px;
	background: #fff;
	box-shadow: 0px 2px 0px 0px rgba(25, 31, 108, 0.1);
	border-radius: 20px;
	max-width: 225px;
	min-height: 40px;
	margin: 0 auto;
	text-decoration: none;
}
.c_btn01 a[target=_blank][href*=".pdf"]::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/ico_pdf.svg) no-repeat center;
	background-size: contain;
}
/* c_btn02 */
.c_btn02 {
	font-size: 1.3rem;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.5;
	text-align: center;
}
.c_btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6px;
	background: #fff;
	border-radius: 20px;
	min-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
}
.c_btn02 a::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	position: absolute;
	right: 13px;
	top: calc(50% - 0.5em);
	color: #191f6c;
}
.c_btn02--color01 a {
	background: #eaebeb;
}
.c_btn02--color02 a {
	background: #ec79a0;
	color: #fff;
}
.c_btn02--color02 a::after {
	color: #fff;
}
.c_btn02--color03 {
	font-size: 1.4rem;
}
.c_btn02--color03 a {
	background: #dff3fc;
}
.c_btn02--online a::before {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e002";
	font-size: 1.9rem;
	margin-top: -0.2em;
}
.c_btn02--check a::before {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e001";
	font-size: 1.8rem;
	margin-top: -0.2em;
}
/* c_btn03 */
.c_btn03 {
	font-size: 1.3rem;
	font-weight: bold;
}
.c_btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 2px solid #191f6c;
	border-radius: 26px;
	min-height: 52px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 44px;
}
.c_btn03 a::before, .c_btn03 a::after {
	content: "";
	display: block;
	width: 4px;
	height: 2px;
	background: #fff;
	position: absolute;
}
.c_btn03 a::before {
	left: 28px;
	top: -2px;
}
.c_btn03 a::after {
	right: 28px;
	bottom: -2px;
}
.c_btn03 a span::before {
	content: "";
	display: inline-block;
	width: 82px;
	height: 55px;
	background: url(../images/img_check01.webp) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 32px;
	top: -12px;
}
.c_btn03 a span::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	color: #191f6c;
	position: absolute;
	right: 14px;
	top: calc(50% - 0.5em);
}
.c_btn03 a[target=_blank][href*=".pdf"]::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/ico_pdf.svg) no-repeat center;
	background-size: contain;
}

/* c_btn04 */
.c_btn04 {
	font-size: 1.4rem;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.5;
	text-align: center;
}
.c_btn04 a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6px;
	background: #fff;
	border: 2px solid #191f6c;
	border-radius: 25px;
	min-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	padding: 5px 0;
	position: relative;
}
.c_btn04 a::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	position: absolute;
	right: 13px;
	top: calc(50% - 0.5em);
	color: #191f6c;
}
.c_btn04.c_btn04--shopSearch{
	font-size: 1.3rem;
}
@media print, screen and (min-width: 768px){
	.c_btn04.c_btn04--shopSearch{
		font-size: 1.4rem;
	}
}

/*
 * c_btnWrap
 * ------------------------------------------------------- */
/* c_btnWrap01 */
.c_btnWrap01>* {
	margin: 15px 0;
}
/* c_btnWrap02 */
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / link
 ** ------------------------------------------------------- */
/*
 * c_link
 * ------------------------------------------------------- */
/* c_link01 */
.c_link01 {
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
}
.c_link01 a {
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
}
.c_link01 a::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	color: #191f6c;
}
.c_link01--right {
	text-align: right;
}
/*
 * c_linkAnchor
 * ------------------------------------------------------- */
/* c_linkAnchor01 */
.c_linkAnchor01>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--margin-s-sp) 0;
}
.c_linkAnchor01>ul>li {
	font-size: 1.2rem;
	font-weight: bold;
	width: 33.3333333333%;
	text-align: center;
	border-right: 1px solid rgba(25, 31, 108, 0.2);
}
.c_linkAnchor01>ul>li>a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 0 0 14px;
	position: relative;
}
.c_linkAnchor01>ul>li>a::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	position: absolute;
	left: calc(50% - 0.5em);
	bottom: 4px;
	color: rgba(25, 31, 108, 0.3);
	transform: rotate(90deg);
}
.c_linkAnchor01>ul>li:nth-of-type(3n+1) {
	border-left: 1px solid rgba(25, 31, 108, 0.2);
}
/* c_linkAnchor02 */
.c_linkAnchor02>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--margin-s-sp) 0;
}
.c_linkAnchor02>ul>li {
	font-weight: bold;
	width: 50%;
	text-align: center;
	border-right: 1px solid rgba(25, 31, 108, 0.2);
	font-feature-settings: "palt";
	line-height: 1.2;
}
.c_linkAnchor02>ul>li>a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 0 0 16px;
	position: relative;
}
.c_linkAnchor02>ul>li>a::after {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e005";
	font-size: 1rem;
	position: absolute;
	left: calc(50% - 0.5em);
	bottom: 0;
	color: rgba(25, 31, 108, 0.3);
	transform: rotate(90deg);
}
.c_linkAnchor02>ul>li>a>span {
	display: block;
	font-size: 1rem;
	transform: scale(0.9, 0.9);
}
.c_linkAnchor02>ul>li:first-child {
	border-left: 1px solid rgba(25, 31, 108, 0.2);
}
/*
 * c_linkBlc
 * ------------------------------------------------------- */
/* c_linkBlc01 */
.c_linkBlc01>* {
	position: relative;
	margin: 25px 0 0;
}

.c_linkBlc01>*::before, .c_linkBlc01>*::after {
	content: "";
	display: block;
	width: 4px;
	height: 2px;
	background: #fff;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.c_linkBlc01>*::before {
	left: 28px;
	top: 0;
}
.c_linkBlc01>*::after {
	right: 28px;
	bottom: 0;
}
.c_linkBlc01>* a {
	display: block;
	border: 2px solid #191f6c;
	border-radius: 25px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	position: relative;
	padding: 0 19px 15px;
}
.c_linkBlc01>*+* {
	margin-top: 35px;
}
.c_linkBlc01__img01 {
	margin: 0 -19px 20px;
}
.c_linkBlc01__img01 img {
	width: 100%;
}
.c_linkBlc01__ttl01 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 8px;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / txt
 ** ------------------------------------------------------- */
/*
 * c_txtWeight
 * ------------------------------------------------------- */
/* c_txtWeight01 */
.c_txtWeight01 {
	font-weight: bold;
}
/*
 * c_txtCenter
 * ------------------------------------------------------- */
/* c_txtCenter01 */
/* c_txtCenter02 */
.c_txtCenter02 {
	text-align: center;
}
/* c_txtRight01 */
/*
 * c_txtUnderline
 * ------------------------------------------------------- */
/* c_txtUnderline01 */
.c_txtUnderline01 {
	text-decoration: underline;
}
/*
 * c_txtNotes
 * ------------------------------------------------------- */
/* c_txtNotes01 */
.c_txtNotes01 {
	font-size: 1rem;
	line-height: 1.5;
}
/*
 * c_txtLead
 * ------------------------------------------------------- */
/* c_txtLead01 */
.c_txtLead01 p {
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
	font-feature-settings: "palt";
}
/* c_txtLead02 */
.c_txtLead02 p {
	font-weight: bold;
}
.c_txtLead02 p span{
	font-size: 1.2rem;
	vertical-align: baseline;
}
/* c_txtLead03 */
.c_txtLead03 p {
	font-weight: bold;
}
/*
 * c_txtContents
 * ------------------------------------------------------- */
/* c_txtContents01 */
.c_txtContents01 p {
	margin-top: 0.5em;
}
/*
 * c_txtNum
 * ------------------------------------------------------- */
/* c_txtNum01 */
.c_txtNum01 {
	padding-left: 1.5em;
	position: relative;
}
.c_txtNum01>span:first-child {
	position: absolute;
	left: 0;
}
/*
 * c_txtIndent
 * ------------------------------------------------------- */
/* c_txtIndent01 */
.c_txtIndent01 {
	margin-left: 1em;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** list
 ** ------------------------------------------------------- */
/*
 * c_numList01
 * ------------------------------------------------------- */
/* c_numList01 */
.c_numList01>li {
	padding-left: 3em;
	position: relative;
	margin: 0.5em 0 0;
}
.c_numList01>li>span:first-child {
	position: absolute;
	left: 0;
}
/*
 * c_dotList
 * ------------------------------------------------------- */
/* c_dotList01 */
.c_dotList01>li {
	padding: 0 0 0 16px;
	margin: 0.7em 0 0;
	position: relative;
}
.c_dotList01>li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #191f6c;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 0.7em;
}
.c_dotList01>li:first-child {
	margin-top: 0;
}
/* c_dotList02 */
.c_dotList02>li {
	padding: 0 0 0 16px;
	margin: 0.4em 0 0;
	position: relative;
}
.c_dotList02>li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #191f6c;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 0.6em;
}
.c_dotList02>li:first-child {
	margin-top: 0;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / notes
 ** ------------------------------------------------------- */
/*
 * c_notes
 * ------------------------------------------------------- */
/* c_notes01 */
.c_notes01>li {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0.3em 0 0;
	text-indent: -1em;
	padding-left: 1em;
}
/* c_notes02 */
.c_notes02>li {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0.3em 0 0;
	text-indent: -1.8em;
	padding-left: 1.8em;
}
/* c_notes03 */
.c_notes03 dt {
	font-size: 1rem;
	line-height: 1.5;
}
.c_notes03 dd ul li {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0.3em 0 0;
	text-indent: -1em;
	padding-left: 1em;
}
/* c_notes04 */
.c_notes04>li {
	line-height: 1.5;
	margin: 0.3em 0 0;
	text-indent: -1em;
	padding-left: 1em;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / table
 ** ------------------------------------------------------- */
/*
 * c_table
 * ------------------------------------------------------- */
/* c_table01 */
.c_table01 {
	border: 2px solid #7fcef4;
	border-radius: 10px;
	overflow: hidden;
}
.c_table01 table {
	width: 100%;
	table-layout: fixed;
}
.c_table01 table th,
.c_table01 table td {
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
.c_table01 table th {
	font-weight: bold;
}
.c_table01 table thead th {
	background: #7fcef4;
	color: #fff;
	font-size: 1.2rem;
	height: 34px;
	border-top: 9px solid #7fcef4;
	border-bottom: 9px solid #7fcef4;
	border-left: 1px solid #fff;
	padding: 0 4px;
}
.c_table01 table thead th:first-child {
	text-align: left;
	border-left: none;
	padding-left: 20px;
}
.c_table01 table tbody td,
.c_table01 table tbody th {
	height: 60px;
	padding: 4px;
}
.c_table01 table tbody th {
	text-align: left;
	padding-left: 20px;
}
.c_table01 table tbody tr:nth-of-type(even) {
	background: rgba(234, 235, 235, 0.5);
}
/* c_table02 */
.c_table02 {
	border: 2px solid #7fcef4;
	border-radius: 10px;
	overflow: hidden;
}
.c_table02 table {
	width: 100%;
	table-layout: fixed;
}
.c_table02 table th,
.c_table02 table td {
	line-height: 1.5;
	vertical-align: middle;
}
.c_table02 table th {
	font-weight: bold;
}
.c_table02 table tbody td,
.c_table02 table tbody th {
	height: 60px;
}
.c_table02 table tbody th {
	background: #7fcef4;
	color: #fff;
	font-size: 1.2rem;
	border-right: 11px solid #7fcef4;
	border-left: 11px solid #7fcef4;
	padding: 4px 11px;
	width: 25%;
}
.c_table02 table tbody td {
	padding: 4px 26px;
	background: #fff;
	border-right: 0px solid #fff;
}
.c_table02 table tbody tr:nth-of-type(even) td {
	background: rgba(234, 235, 235, 0.5);
}
.c_table02 table tbody tr:not(:first-child) th {
	border-top: 1px solid #fff;
}
/* c_table03 */
.c_table03 {
	border: 2px solid #0080c6;
	border-radius: 10px;
	overflow: hidden;
}
.c_table03 table {
	width: 100%;
	table-layout: fixed;
}
.c_table03 table th,
.c_table03 table td {
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
.c_table03 table th {
	font-weight: bold;
}
.c_table03 table thead th {
	background: #0080c6;
	color: #fff;
	font-size: 1.2rem;
	height: 34px;
	border-top: 9px solid #0080c6;
	border-bottom: 9px solid #0080c6;
	border-left: 1px solid #fff;
	padding: 0 10px;
}
.c_table03 table thead th:first-child {
	text-align: left;
	border-left: none;
}
.c_table03 table tbody td,
.c_table03 table tbody th {
	height: 40px;
	padding: 8px;
	border-right: 2px solid #0080c6;
}
.c_table03 table tbody td:last-of-type {
	border-right: none;
}
.c_table03 table tbody td.c_table03__center01,
.c_table03 table tbody th.c_table03__center01 {
	text-align: center;
}
.c_table03 table tbody th {
	text-align: left;
	vertical-align: middle;
	padding: 8px 11px;
	background: #e2f4fd;
	border-right: 2px solid #0080c6;
}
.c_table03 table tbody tr:nth-of-type(even) th.c_table03__color01 {
	background: #e9f5fd;
	border-right: none;
}
.c_table03 table tbody tr {
	background: #fffdea;
	border-top: 2px solid #0080c6;
}
.c_table03__col01 {
	width: 23.5714285714%;
}
.c_table03__col02 {
	width: 16.0714285714%;
}
.c_table03__box01 {
	display: block;
	position: relative;
}
.c_table03__box01::before, .c_table03__box01::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.c_table03__box01::before {
	background: #fff;
}
.c_table03__box01::after {
	background: #0080c6;
	bottom: -1px;
}
.c_table03__box01>span {
	display: block;
	width: 100%;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.c_table03__box01>span:first-child {
	text-align: right;
}
.c_tableWrap01 [data-simplebar] {
	overflow: auto;
	padding: 0 0 22px;
}
.c_tableWrap01 [data-simplebar] .simplebar-track {
	right: 20px;
	background: rgba(234, 235, 235, 0.5);
}
.c_tableWrap01 [data-simplebar] .simplebar-track.simplebar-horizontal {
	left: 20px;
	height: 5px;
}
.c_tableWrap01 [data-simplebar] .simplebar-scrollbar::before {
	background: #dcdddd;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.c_tableWrap01 [data-simplebar] .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / inner
 ** ------------------------------------------------------- */
/*
 * c_inner
 * ------------------------------------------------------- */
/* c_inner01 */
.c_inner01 {
	padding: var(--margin-l-sp) 0;
}
.c_inner01+.c_inner01 {
	padding-top: 0;
}
/* c_inner02 */
.c_inner02 {
	padding: var(--margin-m-sp) 0;
}
/* c_inner03 */
.c_inner03 {
	padding: var(--margin-s-sp) 0;
}
/* c_inner04 */
.c_inner04 {
	padding: var(--margin-ss-sp) 0;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / wrapper
 ** ------------------------------------------------------- */
/*
 * c_wrapper
 * ------------------------------------------------------- */
/* c_wrapper01 */
.c_wrapper01 {
	margin: var(--margin-l-sp) 0;
}
/* c_wrapper02 */
.c_wrapper02 {
	margin: var(--margin-m-sp) 0;
}
.c_bg02>.c_wrapper02:first-child {
	margin-top: 0;
}
.c_bg02>.c_wrapper02:last-child {
	margin-bottom: 0;
}
/* c_wrapper03 */
.c_wrapper03 {
	margin: var(--margin-s-sp) 0;
}
/* c_wrapper04 */
.c_wrapper04 {
	margin: var(--margin-ss-sp) 0;
}
/* c_wrapper05 */
.c_wrapper05 {
	margin: var(--margin-ss-sp) 0;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / column
 ** ------------------------------------------------------- */
/*
 * c_column
 * ------------------------------------------------------- */
/* c_column01 */
.c_column01>* {
	margin: 30px 0 0;
	text-align: center;
}
/* c_column02 */
/* c_columnBlc01 */
.c_columnBlc01>dl {
	border: 2px solid #7fcef4;
	border-radius: 7.5px;
	margin-top: 20px;
}
.c_columnBlc01>dl dt {
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	line-height: 1.5;
	background: #7fcef4;
}
.c_columnBlc01>dl dd {
	padding: 10px 15px;
}
.c_columnBlc01>dl.c_columnBlc01__color01 {
	border-color: #f2a1bc;
}
.c_columnBlc01>dl.c_columnBlc01__color01 dt {
	background: #f2a1bc;
}
.c_columnBlc01>dl.c_columnBlc01__color02 {
	border-color: #ec79a0;
}
.c_columnBlc01>dl.c_columnBlc01__color02 dt {
	background: #ec79a0;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / bg
 ** ------------------------------------------------------- */
/*
 * c_bg
 * ------------------------------------------------------- */
/* c_bg01 */
.c_bg01 {
	background: #fff;
	margin: 0 -20px;
	padding: 0 20px;
}
/* c_bg02 */
.c_bg02 {
	border-radius: 20px;
	background: #fff;
	padding: 36px 20px;
}
/* c_bg03 */
.c_bg03 {
	background: #fff;
	padding: 36px 20px;
	margin: 0 -20px;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** component / anchorPosition
 ** ------------------------------------------------------- */
/*
 * c_anchorPosition
 * ------------------------------------------------------- */
.c_anchorPosition01 {
	margin-top: calc(var(--margin-l-sp) * -1);
	padding-top: var(--margin-l-sp);
}
.c_anchorPosition02 {
	margin-top: calc(var(--margin-m-sp) * -1);
	padding-top: var(--margin-m-sp);
}
.c_anchorPosition03 {
	margin-top: calc(var(--margin-s-sp) * -1);
	padding-top: var(--margin-s-sp);
}
.c_anchorPosition04 {
	margin-top: calc(var(--margin-ss-sp) * -1);
	padding-top: var(--margin-ss-sp);
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** modal
 ** ------------------------------------------------------- */
.is-modalOpen {
	overflow: hidden;
}
.is-modalOpen body {
	overflow: hidden;
}
/* c_modal
-------------------------*/
.c_modal01 {
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	max-height: calc(var(--vh, 1vh) * 100);
	max-height: 100dvh;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.is-load .c_modal01 {
	/* transition: opacity 0.3s, visibility 0.3s, z-index 0.3s; */
	transition: opacity 0.3s, visibility 0.3s;
}
.c_modal01.is-modalShow {
	z-index: 101;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.c_modal01__contents {
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c_modal01__contents.is-modalCenter {
	position: relative;
	align-items: center;
}
.c_modal01__inner {
	position: relative;
	width: 100%;
	align-self: flex-start;
}
.c_modal01__inner.is-modalCenter {
	align-self: center;
}
.c_modal01__blc {
	background: #fff;
	padding: 36px 18px 40px;
	border: 2px solid #ec79a0;
	border-radius: 25px;
}
.c_modal01__close {
	width: 45px;
	height: 45px;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
	background: #ec79a0;
	border-radius: 50%;
}
.c_modal01__close::before {
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	content: "\e007";
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: calc(50% - 0.55em);
	top: calc(50% - 0.55em);
}
.c_modal01__close span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 17px auto;
	position: relative;
}
.c_modal01__closeBtn {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	margin: 20px 0 0;
}
.c_modal01__closeBtn>span {
	border-radius: 4px;
	padding: 10px 24px;
	background: #54565a;
	color: #fff;
	cursor: pointer;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** check
 ** ------------------------------------------------------- */
/* c_check01 */
.c_check01 {
	margin: 32px 0 0px;
}
.c_check01__wrapper01 {
	margin: 15px 0 25px;
}
.c_check01__blc01 {
	padding: 0 0 76px;
	background: url(../images/deco_dot01.webp) no-repeat center bottom 20px;
	background-size: 6px auto;
}
.c_check01__ttl01 {
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.c_check01__num01 {
	display: block;
	height: 43px;
	margin: 0 0 12px;
}
.c_check01__num01 img {
	height: 100%;
	width: auto;
}
.c_check01__btnWrap01 {
	display: flex;
	justify-content: center;
	gap: 0 10px;
	margin: 12px 0;
}
.c_check01__btn01 {
	font-size: 1.3rem;
	font-weight: bold;
	font-feature-settings: "palt";
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #191f6c;
	border-radius: 20px;
	width: 100%;
	min-height: 40px;
	cursor: pointer;
	background: #fff;
}
.c_check01__btn01.active {
	background: #191f6c;
	color: #fff;
	pointer-events: none;
}
/* c_check02 */
.c_check02__txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 24px 0 0;
}
.c_check02__txt02 {
	margin: 8px 0 0;
}
.c_check02__inner01 {
	margin: 24px 0;
}
.c_check02__inner01+.c_check02__inner01 {
	margin-top: 60px;
}
/* data */
[data-q],
[data-a] {
	margin-top: -76px;
	padding-top: 76px;
}
[data-q]:not(:first-child) {
	display: none;
}
[data-a] {
	display: none;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** purchase
 ** ------------------------------------------------------- */
/* c_purchase01 */
.c_purchase01__img01 {
	max-width: 65px;
	margin: 30px auto 24px;
}
.c_purchase01__img02 {
	max-width: 100px;
	margin: 30px auto 24px;
}
.c_purchase01__column01 {
	margin: 30px 0 0;
}
.c_purchase01__column01>* {
	border-top: 1px solid rgba(25, 31, 108, 0.2);
	padding: 36px 0 43px;
}
.c_purchase01__column01>*+* {
	padding-bottom: 0;
}
.c_purchase01__btnWrap01 {
	margin: 20px 0 0;
}
.c_purchase01__btnWrap01>*+* {
	margin-top: 15px;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** entry
 ** ------------------------------------------------------- */
/* c_entry01 */
.c_entry01__bg01 {
	background: url(../images/bg_mv02_sp.webp) no-repeat center top;
	background-size: 100% auto;
	margin: 0 -20px;
	padding: 0 20px;
}
.c_entry01__wrap01 {
	margin-top: 28px;
}
.c_entry01__wrap01+.c_entry01__wrap01 {
	margin-top: 55px;
}
/* c_entry02 */
.c_entry02__wrap01 {
	margin: 40px 0 0;
}
.c_entry02__img01 {
	margin: 0 -20px 40px;
	height: 200px;
}
.c_entry02__img01 img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.c_entry02__img01 img {
		max-width: 600px;
	}
}
.c_entry02__img02 img {
	width: 100%;
	border-radius: 5px;
}
.c_entry02__caption01 {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	margin: 12px 0 0;
}
.c_entry02__column01 {
	display: flex;
	gap: 0 20px;
}
.c_entry02__column01>* {
	width: 100%;
}
.c_entry02__column02>* {
	margin: var(--margin-m-sp) 0;
}
/* ***************************************************************************** */
@media print, screen and (max-width: 1024px) {
	html.is-headerMenuOpen {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 1025px) {
	a:hover {
		text-decoration: underline;
	}
	a {
		transition: opacity 0.3s;
		cursor: pointer;
	}
	a:hover {
		opacity: 0.7;
	}
	button {
		transition: opacity 0.3s;
		cursor: pointer;
	}
	button:hover {
		opacity: 0.7;
	}
	button:disabled {
		transition: opacity 0s;
	}
	button:disabled:hover {
		opacity: 1;
	}
	#footer {
		padding: 100px 20px;
		box-shadow: inset 0px 3px 0px 0px rgb(25, 31, 108);
	}
	.tabUnder {
		display: none !important;
	}
	.tabOnly {
		display: none;
	}
	.c_modal01__closeBtn>span {
		transition: opacity 0.3s;
		cursor: pointer;
	}
	.c_modal01__closeBtn>span:hover {
		opacity: 0.7;
	}
	.c_check01__btn01 {
		transition: opacity 0.3s;
		cursor: pointer;
	}
	.c_check01__btn01:hover {
		opacity: 0.7;
	}
}
@media print, screen and (min-width: 768px) {
	a[href^="tel:"] {
		color: #191f6c;
		pointer-events: none;
		text-decoration: none;
	}
	img {
		width: 100%;
	}
	input,
	textarea,
	select {
		font-size: 1.4rem;
	}
	#container {
		/* padding-top: 140px; */
	}
	#headerOkinazole {
		height: 90px;
    top: calc(97 * var(--vw));
	}
	/* #headerTop {
		height: 50px;
	}
	#headerTop__logo {
		width: 145px;
	} */
	#headerBottom {
		height: 90px;
		box-shadow: inset 0px -3px 0px 0px rgb(236, 121, 160);
		justify-content: center;
	}
	#headerBottom__logo {
		width: 154px;
	}
	#headerInnerSp {
		display: none;
	}
	#globalNav {
		border-top: none;
		display: flex;
		align-items: center;
		padding-left: 25px;
	}
	#globalNav>li {
		font-size: 1.5rem;
		border-bottom: none;
		text-align: center;
		line-height: 1.3;
	}
	#globalNav>li a {
		color: #fff;
		padding: 11px 15px 11px;
	}
	#globalNav>li.globalNav__min {
		font-size: 1.2rem;
	}
	#point #globalNav>li[data-gnav-cat=point] a, #about #globalNav>li[data-gnav-cat=about] a, #symptoms #globalNav>li[data-gnav-cat=symptoms] a, #medicine #globalNav>li[data-gnav-cat=medicine] a, #delicatezone #globalNav>li[data-gnav-cat=delicatezone] a, #life #globalNav>li[data-gnav-cat=life] a, #article #globalNav>li[data-gnav-cat=article] a {
		color: #ec79a0;
	}
	#headerCv {
		display: block;
		margin-top: 0;
		width: 122px;
		position: fixed;
		right: 0;
		top: calc(50% - 198px);
		transition: opacity 0.3s;
	}
	.is-pagetopBtmfix #headerCv {
		opacity: 0;
		pointer-events: none;
	}
	#gNavClose {
		display: none;
	}
	#contents {
		padding: 0 12px;
		position: relative;
	}
	#main {
		max-width: 1000px;
		margin: 0 auto;
	}
	.mainInner {
		padding: 0 80px;
	}
	#footerContact dl dt {
		font-size: 1.8rem;
	}
	#footerContact dl dd a {
		font-size: 3.6rem;
	}
	#footerContact dl dd span {
		font-size: 1.6rem;
	}
	#footerBlc {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 70px;
		margin-top: 60px;
	}
	#footerSubNav {
		margin: 0;
	}
	#footerSubNav ul {
		gap: 0 22px;
	}
	#footerSubNav ul>li {
		font-size: 1.2rem;
	}
	#footerCopyright {
		margin-top: 0;
	}
	#footerCopyright small {
		font-size: 1.1rem;
		transform: scale(1, 1);
	}
	#pagetop {
		width: 77px;
		height: 112px;
		right: 34px;
		bottom: 34px;
		transform: translate(111px, 0);
	}
	.is-pagetopBtmfix #pagetop {
		bottom: calc(100% + var(--irregular) + 34px);
	}
	#cvOnline__tit {
		font-size: 2.8rem;
		margin-bottom: 44px;
	}
	#cvOnline__img {
		max-width: 333px;
	}
	#cvOnline__notes {
		margin-top: 52px;
	}
	#cvOnline__notes li {
		font-size: 1.1rem;
		text-indent: 0;
		padding-left: 0;
		text-align: center;
	}
	#cvOnline__bnr {
		flex-wrap: nowrap;
		border-right: 1px solid rgba(25, 31, 108, 0.2);
	}
	#cvOnline__bnr li {
		width: 100%;
	}
	#cvOnline__bnr li a {
		height: 50px;
	}
	#cvOnline__bnr li img {
		max-width: 128px;
	}
	#cvOnline__bnr li:nth-of-type(even) {
		border-right: none;
	}
	.sp {
		display: none !important;
	}
	.c_margin-top01 {
		margin-top: var(--margin-l-pc);
	}
	.c_margin-top02 {
		margin-top: var(--margin-m-pc);
	}
	.c_margin-top03 {
		margin-top: var(--margin-s-pc);
	}
	.c_margin-top04 {
		margin-top: var(--margin-ss-pc);
	}
	.c_ttl01 {
		font-size: 2.8rem;
		max-width: 560px;
		border-radius: 30px;
		min-height: 60px;
		margin: 0 auto;
	}
	.c_ttl01--ptn01 {
		max-width: 450px;
	}
	.c_ttl02 {
		font-size: 1.6rem;
	}
	.c_ttl03 {
		font-size: 1.6rem;
	}
	.c_ttl04 {
		font-size: 2.2rem;
	}
	.c_ttl05 {
		font-size: 4.2rem;
	}
	.c_ttl05__txt01 {
		font-size: 2.4rem;
	}
	.c_ttl06 {
		font-size: 3.2rem;
	}
	.c_ttl07 {
		font-size: 2.4rem;
	}
	.c_ttl07__txt01 {
		font-size: 1.8rem;
	}
	.c_ttl09 {
		font-size: 3.2rem;
	}
	.c_ttl09__txt01 {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.c_ttl10 {
		font-size: 4rem;
	}
	.c_ttl10__txt01::after {
		height: 4px;
	}
	.c_ttl11 {
		font-size: 2rem;
		gap: 0 14px;
	}
	.c_ttl12 {
		font-size: 1.6rem;
	}
	.c_ttl13 {
		font-size: 4.2rem;
		background-image: url(../images/deco_dot02_pc.webp);
		background-size: auto auto;
		padding-bottom: 44px;
		margin-bottom: 52px;
	}
	.c_ttl14 {
		font-size: 3.2rem;
	}
	.c_ttl15 {
		font-size: 2.4rem;
	}
	.c_btn01 {
		font-size: 1.4rem;
	}
	.c_btn01 a {
		max-width: 250px;
	}
	.c_btn01 a:hover {
		text-decoration: none;
	}
	.c_btn02 {
		font-size: 1.4rem;
	}
	.c_btn02 a:hover {
		text-decoration: none;
	}
	.c_btn02 a::after {
		font-size: 1.1rem;
	}
	.c_btn02--color03 {
		font-size: 1.6rem;
	}
	.c_btn02--color03 a {
		min-height: 50px;
		border-radius: 25px;
	}
	.c_btn03 {
		font-size: 2.4rem;
	}
	.c_btn03 a {
		border-width: 3px;
		border-radius: 37px;
		max-width: 590px;
		min-height: 75px;
		padding-left: 48px;
	}
	.c_btn03 a:hover {
		text-decoration: none;
	}
	.c_btn03 a::before, .c_btn03 a::after {
		width: 6px;
		height: 3px;
	}
	.c_btn03 a::before {
		left: 47px;
		top: -3px;
	}
	.c_btn03 a::after {
		right: 47px;
		bottom: -3px;
	}
	.c_btn03 a span::before {
		width: 135px;
		height: 91px;
		left: 48px;
		top: -24px;
	}
	.c_btn03 a span::after {
		font-size: 1.9rem;
		right: 24px;
	}
	.c_btn04 {
		font-size: 1.6rem;
	}
	.c_btn04 a:hover {
		text-decoration: none;
	}
	.c_btnWrap01 {
		display: flex;
		justify-content: center;
		gap: 0 15px;
	}
	.c_btnWrap01>* {
		margin: 0;
		width: 100%;
		max-width: 310px;
	}
	.c_btnWrap02>* {
		margin: 0 auto;
		width: 100%;
		max-width: 420px;
	}
	.c_link01 {
		font-size: 1.6rem;
	}
	.c_link01 a::after {
		font-size: 1.3rem;
	}
	.c_linkAnchor01>ul {
		flex-wrap: nowrap;
		gap: var(--margin-s-pc) 0;
	}
	.c_linkAnchor01>ul>li {
		font-size: 1.8rem;
		max-width: 160px;
	}
	.c_linkAnchor01>ul>li>a::after {
		font-size: 1.4rem;
	}
	.c_linkAnchor01>ul>li:nth-of-type(3n+1):not(:first-child) {
		border-left: none;
	}
	.c_linkAnchor02>ul {
		flex-wrap: nowrap;
		gap: var(--margin-s-pc) 0;
	}
	.c_linkAnchor02>ul>li {
		font-size: 2.4rem;
		max-width: 310px;
	}
	.c_linkAnchor02>ul>li>a {
		padding-bottom: 17px;
	}
	.c_linkAnchor02>ul>li>a::after {
		font-size: 1.4rem;
	}
	.c_linkAnchor02>ul>li>a>span {
		font-size: 1.6rem;
		transform: scale(1, 1);
	}
	.c_linkBlc01 {
		display: flex;
		gap: 60px 60px;
		margin-top: 66px;
	}
	.c_linkBlc01>* {
		margin-top: 0;
		width: 50%;
	}
	.c_linkBlc01>*::before, .c_linkBlc01>*::after {
		width: 6px;
		height: 3px;
	}
	.c_linkBlc01>*::before {
		left: 57px;
	}
	.c_linkBlc01>*::after {
		right: 57px;
	}
	.c_linkBlc01>* a {
		border-width: 3px;
		border-radius: 40px;
		padding: 0 32px 28px;
		height: 100%;
	}
	.c_linkBlc01>* a:hover {
		text-decoration: none;
	}
	.c_linkBlc01__img01 {
		margin: 0 -32px 35px;
	}
	.c_linkBlc01__ttl01 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.c_linkBlc01__txt01 {
		line-height: 1.5;
	}
	.c_txtCenter01 {
		text-align: center;
	}
	.c_txtRight01 {
		text-align: right;
	}
	.c_txtNotes01 {
		font-size: 1.1rem;
	}
	.c_txtLead01 p {
		font-size: 3.2rem;
	}
	.c_txtLead02 p {
		font-size: 1.6rem;
	}
	.c_txtLead03 p {
		font-size: 1.8rem;
	}
	.c_notes01>li {
		font-size: 1.1rem;
	}
	.c_notes02>li {
		font-size: 1.1rem;
	}
	.c_notes03 dt {
		font-size: 1.1rem;
	}
	.c_notes03 dd ul li {
		font-size: 1.1rem;
	}
	.c_tableWrap02 {
		width: 60%;
		margin: 0 auto;
	}
	.c_inner01 {
		padding: var(--margin-l-pc) 0;
	}
	.c_inner02 {
		padding: var(--margin-m-pc) 0;
	}
	.c_inner03 {
		padding: var(--margin-s-pc) 0;
	}
	.c_inner04 {
		padding: var(--margin-ss-pc) 0;
	}
	.c_wrapper01 {
		margin: var(--margin-l-pc) 0;
	}
	.c_wrapper02 {
		margin: var(--margin-m-pc) 0;
	}
	.c_wrapper03 {
		margin: var(--margin-s-pc) 0;
	}
	.c_wrapper04 {
		margin: var(--margin-ss-pc) 0;
	}
	.c_wrapper05 {
		margin: var(--margin-ssr-pc) 0;
	}
	.c_column01 {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		gap: 0 26px;
	}
	.c_column01>* {
		margin-top: 0;
	}
	.c_column02 {
		display: flex;
		justify-content: space-between;
		gap: 0 60px;
	}
	.c_column02>*+* {
		width: 100%;
		max-width: 280px;
	}
	.c_columnBlc01 {
		display: flex;
		justify-content: space-between;
		gap: 0 15px;
	}
	.c_columnBlc01>dl {
		width: 100%;
		margin-top: 0;
	}
	.c_columnBlc01>dl dt {
		padding: 14px 18px;
	}
	.c_columnBlc01>dl dd {
		padding: 14px 18px;
	}
	.c_bg01 {
		margin: 0;
		padding: 0;
		position: relative;
	}
	.c_bg01::after {
		content: "";
		display: block;
		width: calc(100% + 100vw);
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.c_bg01--left::after {
		border-radius: 0 40px 40px 0;
		right: -140px;
	}
	.c_bg01--right::after {
		border-radius: 40px 0 0 40px;
		left: -140px;
	}
	.c_bg02 {
		border-radius: 40px;
		padding: 70px 80px;
		margin-right: -80px;
		margin-left: -80px;
	}
	.c_bg03 {
		border-radius: 40px;
		padding: 70px 80px;
		margin-right: -80px;
		margin-left: -80px;
	}
	.c_anchorPosition01 {
		margin-top: calc(var(--margin-l-pc) * -1);
		padding-top: var(--margin-l-pc);
	}
	.c_anchorPosition02 {
		margin-top: calc(var(--margin-m-pc) * -1);
		padding-top: var(--margin-m-pc);
	}
	.c_anchorPosition03 {
		margin-top: calc(var(--margin-s-pc) * -1);
		padding-top: var(--margin-s-pc);
	}
	.c_anchorPosition04 {
		margin-top: calc(var(--margin-ss-pc) * -1);
		padding-top: var(--margin-ss-pc);
	}
	.c_modal01__contents {
		padding: 55px 12px 55px;
	}
	.c_modal01__inner {
		max-width: 1040px;
	}
	.c_modal01__blc {
		width: 100%;
		padding: 64px 77px 60px;
		border-width: 3px;
		border-radius: 40px;
	}
	.c_modal01__close {
		width: 60px;
		height: 60px;
		right: -20px;
		top: -20px;
	}
	.c_modal01__close::before {
		font-size: 1.5rem;
	}
	.c_check01 {
		margin-top: 50px;
	}
	.c_check01__wrapper01 {
		margin: 25px 0;
	}
	.c_check01__blc01 {
		padding-bottom: 119px;
		background-position: center bottom 35px;
		background-size: 8px;
	}
	.c_check01__ttl01 {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.c_check01__num01 {
		height: 58px;
		margin-bottom: 16px;
	}
	.c_check01__btnWrap01 {
		gap: 0 25px;
		margin-top: 30px;
	}
	.c_check01__btn01 {
		font-size: 1.6rem;
		max-width: 220px;
		border-radius: 25px;
		min-height: 50px;
	}
	.c_check02__txt01 {
		font-size: 2.4rem;
		margin-top: 20px;
	}
	.c_check02__txt02 {
		margin-top: 10px;
		text-align: center;
	}
	.c_check02__inner01 {
		margin-top: 68px;
	}
	.c_check02__inner01+.c_check02__inner01 {
		margin-top: 68px;
	}
	[data-q],
	[data-a] {
		margin-top: -119px;
		padding-top: 119px;
	}
	.c_purchase01__img01 {
		max-width: 86px;
		min-height: 154px;
	}
	.c_purchase01__img02 {
		max-width: 134px;
		min-height: 154px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.c_purchase01__column01 {
		margin-top: 56px;
		display: flex;
		gap: 0 86px;
		border-bottom: none;
	}
	.c_purchase01__column01>* {
		border-top: none;
		padding: 0;
		width: 100%;
	}
	.c_purchase01__column01>*+* {
		position: relative;
	}
	.c_purchase01__column01>*+*::before {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background: rgba(25, 31, 108, 0.2);
		position: absolute;
		left: -43px;
		top: 0;
	}
	.c_purchase01__btnWrap01>*+* {
		margin-top: 20px;
	}
	.c_entry01__bg01 {
		background: none;
		margin: 0;
		padding: 0;
	}
	.c_entry01__bg01::after {
		content: "";
		display: block;
		width: 100vw;
		height: 1210px;
		background: url(../images/bg_mv01_pc.webp) no-repeat center bottom;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.c_entry01__wrap01 {
		margin-top: 72px;
	}
	.c_entry01__wrap01+.c_entry01__wrap01 {
		margin-top: 94px;
	}
	.c_entry02__wrap01 {
		margin-top: 84px;
	}
	.c_entry02__img01 {
		height: auto;
		margin: 0 0 50px;
		text-align: center;
	}
	.c_entry02__img01 img {
		width: auto;
		height: auto;
		border-radius: 40px;
	}
	.c_entry02__img02 img {
		border-radius: 10px;
	}
	.c_entry02__column02 {
		display: flex;
		gap: 0 40px;
		margin: var(--margin-m-pc) 0;
	}
	.c_entry02__column02>* {
		margin: 0;
	}
	.c_entry02__column02>*:last-child {
		width: 57.1428571429%;
		flex: 0 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#gNavWrap {
		background: #dff3fc;
		width: 100%;
		max-height: calc(100vh - 100px);
		max-height: calc(var(--vh, 1vh) * 100 - 100px);
		max-height: calc(100dvh - 100px);
		padding: 29px 20px 0;
		box-shadow: 0px 2px 0px 0px rgba(25, 31, 108, 0.1);
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 99;
		overflow: auto;
		opacity: 0;
		pointer-events: none;
	}
	.is-load #gNavWrap {
		transition: opacity 0.3s;
	}
	.is-load.is-headerMenuOpen #gNavWrap {
		display: block;
		opacity: 1;
		pointer-events: all;
	}
	.is-load.is-headerMenuOpen.is-headerMin #gNavWrap {
		max-height: calc(100vh - 60px);
		max-height: calc(var(--vh, 1vh) * 100 - 60px);
		max-height: calc(100dvh - 60px);
	}
	#breadcrumbs {
		display: none;
	}
	.tab {
		display: none !important;
	}
	.tabOnly {
		display: none;
	}
	.c_table01 table thead th {
		font-size: 1rem;
	}
	.c_table01 table thead th:first-child {
		padding-left: 8px;
	}
	.c_table01 table tbody td,
	.c_table01 table tbody th {
		font-size: 1.2rem;
	}
	.c_table01 table tbody th {
		padding-left: 8px;
	}
	.c_table02 table tbody td,
	.c_table02 table tbody th {
		height: 50px;
		font-size: 1.2rem;
	}
	.c_table02 table tbody th {
		font-size: 1rem;
		padding: 4px 6px;
		border-right-width: 6px;
		border-left-width: 6px;
	}
	.c_table02 table tbody td {
		padding: 4px 16px;
	}
	.c_table03 table thead th {
		font-size: 1rem;
	}
	.c_table03 table tbody td,
	.c_table03 table tbody th {
		font-size: 1.2rem;
	}
	.c_table03 table tbody th {
		padding-left: 8px;
	}
	.c_tableWrap01 {
		margin: 0 -40px;
		padding: 0 20px;
	}
	.c_tableWrap01__inner01 {
		display: flex;
	}
	.c_tableWrap01__inner01::before, .c_tableWrap01__inner01::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		flex: 0 0 auto;
	}
	.c_tableWrap01 .c_table01,
	.c_tableWrap01 .c_table03 {
		min-width: 460px;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	#globalNav {
		padding-left: 20px;
	}
	#globalNav>li {
		font-size: 1.2rem;
	}
	#globalNav>li a {
		padding: 11px 9px 11px;
	}
	#globalNav>li.globalNav__min {
		font-size: 0.96rem;
	}
	#breadcrumbs {
		left: 12px;
	}
	.mainInner {
		padding: 0 40px;
	}
	#footerBlc {
		display: block;
	}
	#footerCopyright {
		margin-top: 16px;
	}
	.is-pagetopBtmfix #pagetop {
		bottom: calc(100% + var(--irregular) + 10px);
	}
	.c_bg02 {
		padding-right: 40px;
		padding-left: 40px;
		margin-right: -40px;
		margin-left: -40px;
	}
	.c_bg03 {
		padding-right: 40px;
		padding-left: 40px;
		margin-right: -40px;
		margin-left: -40px;
	}
}
@media screen and (min-width: 1441px) {
	.pcUnder {
		display: none !important;
	}
}
