<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------------
	flexLayout
----------------------------------------------------- */
.flexColumn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexColumn01.bC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexColumn01.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexColumn01.aC {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumn01.aEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}
.columnLayout .colLeft {
  float: left;
}
.columnLayout .colRight {
  float: right;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

#contentsWrap {
  margin: 0 0 2px;
}

.mt00 {
  margin-top: 0 !important;
}

.section01 {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section01 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section01 strong {
  color: #0076ff;
}
.section01 .hdg01 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.section01 .hdg02 {
  font-size: 18px;
  text-align: center;
  padding: 0.4em;
  margin-top: 45px;
  margin-bottom: 28px;
  background: #ddebff;
}
.section01 .hdg03 {
  font-size: 18px;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #000;
  margin-top: 55px;
  margin-bottom: 20px;
}
.section01 &gt; p {
  line-height: 1.75;
  text-align: center;
}
.section01 &gt; p + p {
  margin-top: 2.2em;
}
.section01 .section02 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section01 .section02 {
    width: 100%;
  }
}
.section01 .section02 .numHdg {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 43px;
  margin-top: 56px;
  margin-bottom: 18px;
  min-height: 33px;
  position: relative;
}
.section01 .section02 .numHdg .number {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #0076ff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}
.section01 .section02 .num4Wrap {
  position: relative;
}
.section01 .section02 .num4Wrap .num5Wrap {
  position: absolute;
  right: 0;
  top: 45px;
  width: 413px;
}
@media screen and (max-width: 767px) {
  .section01 .section02 .num4Wrap .num5Wrap {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
  }
}
.section01 .section02 .list07 li {
  margin-bottom: 0.25em;
}
.section01 .section02 .list07 + p {
  margin-top: 30px;
}
.section01 .section02 .noteList01 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section01 .section02 .noteList01 li {
  margin-bottom: 0.25em;
}

/*
.textWrap {
	background: url("../img/bg01.png") no-repeat 50% 0;
	margin-bottom: 5px;
	p {
		color: #000000;
		font-size: 20px;
		line-height: 1.6;
		font-weight: bold;
		.linkColor {
			color: #0083ff;
		}
	}
}
.flexColumn01 {
	margin: 36px 10px 50px;
	.col {
		width: 450px;
	}
}
.twitterTx01 {
	margin-bottom: 23px;
}
.tx01 {
	color: #6f6f6f;
	margin: 6px 23px 17px;
	font-size: 16px;
	line-height: 1.35;
	vertical-align: middle;
	span,
	img {
		vertical-align: middle;
	}
}
.linkColor {
	color: #00b9ff
}
*/
</pre></body></html>