*,::after,::before{box-sizing:border-box;word-wrap:break-word;}
body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video,picture{display:block;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
p, dd, figure {margin: 0;}
h1,h2,h3 { margin: 0; }
*, *::before, *::after {
	box-sizing: border-box;
	word-break: break-all;
}
ul { list-style: none; padding:0; margin:0;}
sup { line-height: 1; font-size: 65%; }
img { user-select: none; }


:root {
  --color01: #09277e;
  --color02: #41210f;
  --color03: #e87517;

  --bgcolor01: #e5f2f8;
  --bgcolor02: #f4f0ec;

  --innerWidth: 960px;
}


@font-face {
  src: url("../BIZUDPGothic-Bold.woff") format("woff");
  font-family: "BIZ UDPGothic";
  font-style: bold;
  font-display: swap;
}
@font-face {
  src: url("../BIZUDPGothic-Regular.woff") format("woff");
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../Jost-Variable.woff") format("woff");
  font-family: "Jost";
  font-style: normal;
  font-display: swap;
}


html {
	position: relative;
	min-height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Jost','BIZ UDPGothic', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	color: var(--color02);
	background: #fff;
  position: relative;
  overflow-x: hidden;
}


/* LAYOUT
___________________________________________________ */
.wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sec {
  position: relative;
  overflow: hidden;
}
:where(.secInner) {
  position: relative;
}
:where([class*="Inner"]) {
  width: 100%;
  max-width: var(--innerWidth);
  margin: 0 auto;
  padding: 0 4vw;
}
@media (min-width: 768px) {
  :where([class*="Inner"]) {
    padding: 0;
  }
}


sup { font-size: 65%; }




/* GLOBAL HEADER
___________________________________________________ */
.globalHeader {
  width: 100%;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(255,255,255, 1);
}
.headerInner {
  width: 100%;
  margin: 0 auto;
  padding: .5rem;
  /* padding: .5rem calc(28px + (5vw * 2)) .5rem 4vw; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* @media(min-width: 640px) {
  .headerInner {
    padding: 1rem calc(28px + (5vw * 2)) 1rem 2vw;
  }
} */

.siteID {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.siteID h1 {
  line-height: 1;
  font-size: min(3vw, 16px);
  padding: 1em 0;
}
.siteID h1 a {
  color: var(--color02);
  text-decoration: none;
}
.siteID > .logo > img {
  width: auto;
  height: min(10vw, 64px);
}

.btn {
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: .5em 1.5em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,1), 0 0 7px 0 rgba(0,0,0,0.3);
  white-space: nowrap;
  font-size: min(2.5vw, 24px);
  line-height: 1.2;
  border-radius: 5px;
  position: relative;
}
.btn:hover {
  opacity: .75;
}
@media(min-width: 640px) {
  .btn {
    line-height: 1;
  }
}

.btnWrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 1rem 0;
  gap: 2rem;
  flex-direction: column;
}
.btnWrap.registBtn {
  border: 1px solid var(--color01);
  border-radius: 10px;
  padding: 4rem 2rem 1rem 2rem;
}
@media(min-width: 640px) {
  .btnWrap {
    flex-direction: row;
  }
  .btnWrap.registBtn {
    padding: 5rem 1rem 3rem 1rem;
  }
}

.btnWrap .btn {
  flex: 0 1 auto;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media(min-width: 640px) {
  .btnWrap .btn {
    margin-bottom: 0;
  }
}

.largeBtn {
  font-size: min(5vw, 32px);
  padding: 1em 2em;
}

.mypage {
  background: var(--color01);
  border: 3px solid var(--color01); 
}
.regist {
  background: var(--color03);
  border: 3px solid var(--color03); 
}

.btn > span {
  position: absolute;
  bottom: calc(100% + .5em);
  left: 50%;
  transform: translateX(-50%);
  color: var(--color02);
}



/* FV
___________________________________________________ */
.fv {
  position: relative;
  height: 560px;
  overflow: hidden;
}
.fv > img {
  width: auto;
  height: 100%;
  object-fit: cover;
  /* filter: hue-rotate(-278deg); */
}
.fv .fvInner {
  width: fit-content;
  height: fit-content;
  max-width: var(--innerWidth);
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.fv .fvInner > .projectName {
  width: 100%;
}

.fv .fvVid {
  overflow: hidden;
  display: block;
  height: 100%;
  position: relative;
}
.fv .fvVid video {

  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  max-width: none;
}
@media(min-width: 640px) {
  .fv .fvVid {
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
  }
  .fv .fvVid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}





.sec.annotation {
  padding: min(10%, 70px) 0 min(3%, 30px) 0;
}
.sec.annotation .secInner p {
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: .075em;
  text-align: justify;
}



/* SECTION
___________________________________________________ */
.sec {
  position: relative;
  width: 100%;
}
.secInner {
  width: 100%;
  /* max-width: 1400px; */
  margin: 0 auto;
  padding: 0 4vw;
  position: relative;
}
@media(min-width: 640px) {
  .secInner {
    padding: 0;
  }
}
.secHeadline {
  font-size: min(5vw, 28px);
  font-weight: 700;
  color: var(--color01);
  line-height: 1;
  letter-spacing: .1em;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto auto 1.5em auto;
}
/* .secHeadline::before,
.secHeadline::after {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 1.5em;
  display: inline-block;
  filter: hue-rotate(76deg);
}
.secHeadline::before {
  background-image: url(../img/brackets_before.svg);
  margin-right: .75em;
}
.secHeadline::after {
  background-image: url(../img/brackets_after.svg);
  margin-left: .75em;
} */

.secInner .secLead {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: .075em;
  text-align: justify;
  font-size: min(3.5vw, 16px);
}
.secInner .secLead a {
  color: inherit;
}
.secInner .secLead + .secLeadSub {
  font-size: min(3vw, 18px);
  line-height: 1.8;
  margin: -.5em auto 1em auto;
  width: fit-content;
}







/* sec02
___________________________________________________ */
#sec02 {
  padding: min(10%, 50px) 0 min(10%, 50px) 0;
}
#sec02 .secHeadline {
  text-align: center;
  font-size: min(4vw, 20px);
  font-weight: 700;
  line-height: 1;
  padding: 0 1em;
  margin: 0 auto -.5em auto;
  letter-spacing: 0;
  width: fit-content;
  background: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
#sec02 .secHeadline::before,
#sec02 .secHeadline::after {
  display: none;
}
/* RECENT INFO
___________________________________________________ */
.recentInfo::-webkit-scrollbar {
  background: #eee;
  width: 10px;
}
.recentInfo::-webkit-scrollbar-thumb {
  background-color: var(--color01);
  width: 10px;
}

.recentInfo {
	padding: 1rem 4vw 1rem 4vw;
	overflow: auto;
	max-height: 20rem;
	flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color01);
}
.recentInfo li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	padding: .75rem 0 .75rem 0;
  font-size: min(3vw, 16px);
}
.recentInfo li:not(:last-of-type) {
  border-bottom: 1px dotted var(--color02);
}
.recentInfo li time {
	color: #400;
	font-weight: 700;
	display: inline-block;
	padding-right: 1rem;
  width: 100%;
}
.recentInfo li p {
  width: 100%;
}
@media(min-width: 640px){
	.recentInfo {
		padding: 1rem 1rem 0 2rem;
    overflow: auto;
    max-height: 17rem;
	}
	.recentInfo li {
    /* padding: 1em 0 1.15em 0; */
	}
	.recentInfo li time {
		width: 12em;
	}
  .recentInfo li time + p {
    width: calc(100% - 12em);
  }
  .recentInfo li time:empty {
    display: none;
  }
  .recentInfo li :not(time) ~ p {
    width: 100%;
  }
}


/* sec01
___________________________________________________ */
#sec01 {
  padding: min(10%, 50px) 0 min(10%, 100px) 0;

}


/* sec03
___________________________________________________ */
#sec03 {
  padding: min(10%, 100px) 0 min(10%, 100px) 0;
  background: linear-gradient(180deg, #e5f2f8, #1472c3);
}
.jigyoWrap {
  background: #fff;
  padding: 2vw 4vw;
  border-radius: 12px;
}
@media (min-width: 640px) {
  .jigyoWrap {

  }
}

.jigyoWrap .jigyo-infra {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.jigyoWrap .jigyo-infra dt {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.jigyoWrap .jigyo-infra dt p {
  font-size: min(5vw, 24px);
  letter-spacing: .15em;
  font-weight: 700;
  color: var(--color01);
  width: fit-content;
  margin: auto;
  position: relative;
}
.jigyoWrap .jigyo-infra dt p span {
  position: relative;
  z-index: 1;
}
.jigyoWrap .jigyo-infra dt p::after {
  content: '';
  display: block;
  width: calc(100% + 2em);
  height: .75em;
  background: #fff67f;
  padding: 0 1em;
  position: absolute;
  left: -1em;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.jigyoWrap .jigyo-infra dd {
  display: flex;
  gap: 1em;
  padding: 0;
}
@media (min-width: 640px) {
  .jigyoWrap .jigyo-infra dd {
    padding: 0 14%;
  }
}
.jigyoWrap .jigyo-infra dd div {
  width: 50%;
  padding: .5em;
  background: #1f6eb1;
}
/* .jigyoWrap .jigyo-infra dd div img {
  filter: hue-rotate(70deg);
} */
@media (min-width: 640px) {
  .jigyoWrap .jigyo-infra dd div {
    padding: 1.5em;
  }
}


.jigyoWrap .jigyo-calamity {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.jigyoWrap .jigyo-calamity dt {
  width: 100%;
  text-align: center;
}
.jigyoWrap .jigyo-calamity dt p {
  background: #fff67f;
  font-size: min(3.25vw, 20px);
  color: var(--color01);
  border-radius: 18px;
  line-height: 1.6;
  padding: .5em 1em;
}
.jigyoWrap .jigyo-calamity dd {
  display: flex;
  gap: 1em;
  padding: 10% 0 0 0;
}
.jigyoWrap .jigyo-calamity dd div {
  width: calc(100% / 3 );
  padding: .5em;
  position: relative;
  background: #1f6eb1;
}
/* .jigyoWrap .jigyo-calamity dd div img {
  filter: hue-rotate(70deg);
} */
.jigyoWrap .jigyo-calamity dd div::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: -1.1em;
  border-style: solid;
  border-width: 0 .45em .5em .45em;
  border-color: transparent transparent #ee4235 transparent;
  position: absolute;
  left: calc(50% - .5em);
  transform: rotate(180deg);
}
@media (min-width: 640px) {
  .jigyoWrap .jigyo-calamity dt p {
    line-height: 1;
  }
  .jigyoWrap .jigyo-calamity dd {
    padding: 5% 14% 0 14%;
  }
  .jigyoWrap .jigyo-calamity dd div {
    padding: 1em;
  }
  .jigyoWrap .jigyo-calamity dd div::before {
    top: -1.5em;
    border-width: 0 .9em 1.1em .9em;
    left: calc(50% - .9em);
  }
}



/* DOWNLOADS BTN
___________________________________________________ */

.downloads {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
  gap: 1em;
}
.downloads:has(a:only-child) {
  justify-content: center;
}




.downloads .docs {
  flex: 1 1 100%;
  text-decoration: none;

}
@media(min-width: 640px) {
  .downloads .docs {
    flex: 0 1 calc(100% / 2 - 1em);
    text-decoration: none;
  }
  #sec04 .downloads .docs {
    flex: 0 1 calc(100% / 3 - 1em);
  }
}
.docs dl {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 1em 1.5em 2em;
  margin: 0;
  transition: all .5s ease;
}
.docs dl:hover {
  box-shadow: none;
  background: #f7f7f7;
}
.docs dl dt {
  color: var(--color02);
  font-size: min(5vw, 18px);
}

.docs dl dd::before {
  content: '';
  display: block;
  width: 28px;
  height: 30px;
  background-image: url(../img/download.png);
}
.external dl dd::before {
  content: '';
  display: block;
  width: 15px;
  height: 23px;
  background-image: url(../img/external.png);
}


.docs dl dd a {
  color: #333;
  display: inline-block;
}

@media(min-width: 640px) {
  .docs dl {

  }
  .docs dl dt {
  }
  .docs dl dd {
  }
}

.requestInfo {
  font-size: min(3vw, 14px);
  color: #fff;
  line-height: 1.8;
  padding: 1rem 0;
}






/* sec04
___________________________________________________ */
#sec04 {
  padding: min(10%, 50px) 0 min(10%, 50px) 0;
}

/* sec05
___________________________________________________ */
#sec05 {
  padding: min(10%, 50px) 0 min(10%, 50px) 0;
  background: linear-gradient(180deg, #e5f2f8, #1472c3);
}

/* sec06
___________________________________________________ */
#sec06 {
  padding: min(10%, 50px) 0 min(10%, 50px) 0;
}

/* sec10
___________________________________________________ */
#sec10 {
  padding: min(10%, 50px) 0 min(10%, 50px) 0;
  background: linear-gradient(180deg, #e5f2f8, #1472c3);
}
.faqList {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(188, 166, 147, .8);
  background: #fff;
  margin-bottom: 1rem;
  padding: 2em 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.faqList dl {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0 0 1% 0;
	letter-spacing: 0;
	width: 100%;
  border-bottom: 1px solid #ccc;
}
.faqList dl:last-of-type {
  border-bottom: none;
}
@media (min-width: 640px) {
  .faqList {
    padding: 2em 3em;
  }
	.faqList dl {
		width: 100%;
	}
}
.faqList dl dt {
	font-weight: 500;
	display: flex;
	align-items: center;
  justify-content: space-between;
	cursor: pointer;
  border-radius: 10px;
}
.faqList dl dt::after {
	content: '';
	display: block;
	width: min(4vw, 2em);
	height: min(4vw, 2em);
  filter: hue-rotate(70deg);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill="%23097e3e" fill-rule="evenodd" d="M0 5l6 6 6-6H0z"/></svg>');
}
.faqList dl.faqOpen dt {
  color: var(--color01);
  font-weight: 700;
}
.faqList dl.faqOpen dt::after {
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill="%23333" fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>');
}
.faqList dl dt p {
	line-height: 1.4;
	width: calc(100% - min(4vw, 2em));
	user-select: none;
	letter-spacing: .05em;
	font-feature-settings: "palt" 1;
	font-size: min(3.5vw, 18px);
	padding: .5em 1em 1em 2em;
	text-align: justify;
  border-radius: 10px;
  text-indent: -1.85em;
}
.faqList dl dt p::before {
  content: 'Q. ';
  font-size: 120%
}
@media (min-width: 640px) {
	.faqList dl dt p {
		width: calc(100% - min(7vw, 2.5em));
    padding-left: 3em;
	}
}
.faqList dl dd {
  display: none;
	padding: 0;
	width: 100%;
	font-size: min(3.75vmin, 18px);
	
}
.faqList dl.faqOpen dd {
  padding: 0;
}
.faqList dl dd > div {
	width: 100%;
	padding: 0 1rem 1rem 1rem;
}
.faqList dl dd p {
	line-height: 1.9;
	width: 100%;
  text-align: justify;
	font-feature-settings: "palt" 1;
	font-size: min(3.5vw, 16px);
  padding: 0 1em 1em 1em;
}
@media(min-width: 640px) {
  .faqList dl dd p {
    padding: 0 1em 1em 2.5em;
  }
}
.faqList dl dd p span.annotation {
  line-height: 1.6;
  font-size: 90%;
  font-weight: normal;
  display: block;
  text-align: justify;
  margin: 0 auto;
  padding-left: 2em;
  text-indent: -2em;
}
.faqList dl dd div > p:empty {
  display: none!important;
}


.faqList .catTabs {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  column-gap: 2.5em;
}
.faqList .catLabel {
  font-size: min(5vw, 24px);
  letter-spacing: .15em;
  font-weight: 700;
  width: fit-content;
  margin: auto;
  position: relative;
  margin: 1em auto;
  color: #666;
  cursor: pointer;
}
.faqList .catLabel.active {
  color: var(--color01);
}
.faqList .catLabel span {
  position: relative;
  text-align: center;
  z-index: 1;
  display: block;
}
.faqList .catLabel.active::after {
  content: '';
  display: block;
  width: calc(100% + 1em);
  height: .75em;
  background: #fff67f;
  padding: 0 .5em;
  position: absolute;
  left: -.5em;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.faqList .catWrap {
  display: none;
}
.faqList .catWrap.active {
  display: block;
}





#sec11 {
  padding: min(10%, 50px) 0 min(10%, 100px) 0;
  position: relative;
  width: 100%;

}
.selfInfo {
	display: flex;
	flex-direction: column;
  justify-content: center;
  margin: 0 auto 0 auto;
  border: 2px solid var(--color01);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
}

.selfInfo .notes {
  color: #ee4135;
  font-size: min(3vw, 16px);
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1em;
}
.selfInfo .mail {
  font-size: min(4vw, 38px);
  margin-bottom: 2rem;
  color: var(--color01);
  font-weight: 700;
	line-height: 1;
  letter-spacing: .075em;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto auto 1rem auto;
}
.selfInfo .mail::before {
  content: '';
  display: block;
  width: min(6vw, 45px);
  height: min(4vw, 29px);
  filter: hue-rotate(70deg);
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: .5em;

}
.selfInfo .mail:hover {
  text-decoration: none;
}
.selfInfo .notes2 {
  font-size: min(2.5vw, 16px);
}









#sec12 {
  padding: min(10%, 50px) 0 min(10%, 100px) 0;
}
.adoptList {
  border-radius: 10px;
  border: 1px solid var(--color01);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  counter-reset: adopt -1;
  margin-bottom: min(14%, 80px);
  padding-left: 0;
}
.adoptList:last-of-type {
  margin-bottom: 0;
}
.adoptList li {
  counter-increment: adopt;
  display: grid;
  grid-template-columns: 10% 1fr;
  grid-template-rows: 1fr;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid var(--color01);
  transition: all .25s;
}

.adoptList li:nth-of-type(odd) {
  background: #f9f9f9;
}
.adoptList li:nth-of-type(1) {
  background: linear-gradient(45deg, #104776, #002443);
}
.adoptList li::before {
  content: counter(adopt);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(4vw, 18px);
  font-weight: 600;
  border-right: 1px solid var(--color01);
}
.adoptList li:nth-of-type(1)::before {
  content: '\00ff03';
  font-weight: 400;
  color: #fff;
}
.adoptList li:last-of-type {
  border-bottom: none;
}

.adoptList dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 0;
}
.adoptList dl dd {
  padding: .75em 1em;
  font-size: min(3vw, 18px);
  text-align: center;
}
.adoptList li:nth-of-type(1) dl dd {
  padding: 1em 1em;
  font-weight: 400;
  color: #fff;
}

.adoptList dl dd:nth-of-type(1) {
  border-bottom: 1px solid #ccc;
}
@media(min-width: 640px) {
  .adoptList dl {
    grid-template-columns: min(20vw, 30%) 1fr;
    grid-template-rows: 1fr;
  }
  .adoptList dl dd {
    padding: 1.5em 2em;
  }
  .adoptList dl dd:nth-of-type(1) {
    border-bottom: none;

  }
  .adoptList dl dd:nth-of-type(2) {
    border-left: 1px solid var(--color01);
    border-bottom: none;
    text-align: center;
  }
}



/* GLOBAL FOOTER
_____________________________________________________________ */
.globalFooter {
  background: linear-gradient(45deg, #104776, #002443);
  color: #fff;
  text-align: center;
}
.operator {
  padding: 2.5em 4vw;
  font-size: min(2.5vw, 16px);
}







em {
  font-style: normal;
  font-weight: 700;
}
.lv2 {
  font-size: 150%;
  font-weight: 700;
}
.lvSub {
  font-size: 60%;
}




.flex { display: flex; }
.l { text-align: left; justify-content: flex-start; }
.c { text-align: center; justify-content: center; }
.r { text-align: right; justify-content: flex-end; }
.j { text-align: justify; }
.b { font-weight: 700; }
.n { font-weight: 400; }

._sp { display: inline-block; }
._pc { display: none; }
@media (min-width: 640px) {
  ._sp { display: none; }
  ._pc { display: inline-block; }
}

.col01 { color: var(--color01); }
.col02 { color: var(--color02); }
.col03 { color: var(--color03); }

.px16 { font-size: min(3.5vw, 16px); }
.px18 { font-size: min(3.5vw, 18px); }
.px20 { font-size: min(3.5vw, 20px); }
.px22 { font-size: min(3.5vw, 22px); }
.px24 { font-size: min(3.5vw, 24px); }

.mb1 { margin-bottom: 1em; }
.mb2 { margin-bottom: 2em; }
.mb3 { margin-bottom: 3em; }


