<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	font-family: Meiryo, Osaka, sans-serif;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.8;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
  border: 0;
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol,
dl {
	margin: 0;
  padding: 0;
	list-style: none;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong,
.txt--bold {
	font-weight: bold;
}
small,
.txt--small {
	font-size: 80%;
}
.txt--height {
  margin: 0 0 10px;
}
.txt--gray {
  color: #808080;
}
.txt--gold {
  color: #a19932;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
  padding: 0;
}
p {
	margin: 0;
}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page__container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner--width {
  width: 1000px;
	margin: 0 auto;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
  background: #edf9ff;
}
.cta.no-bg {
  background: none;
  margin: 0 0 60px;
}
.cta div {
  padding: 40px;
}
.cta p {
  font-weight: bold;
  padding: 0 0 20px;
  text-align: center;
}
.cta ul {
  display: flex;
  justify-content: space-around;
}
/* ==========================================================================
 * Hd
 * ========================================================================== */
.hd__top {
  text-align: center;
  padding: 20px 0;
}
.kv {
  background: url("../images/kv_bg.jpg") no-repeat top center;
  min-height: 650px;
  min-width: 1000px;
}
.kv p {
  text-align: center;
}
.h1 {
  padding: 70px 0;
  text-align: center;
}

/* ==========================================================================
 * Gnavi
 * ========================================================================== */
.gnavi {
  background: #fff;
  box-shadow: 0 7px 3px -3px #f0f0f0;
  display: none;
  padding: 3px 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.gnavi ul {
  align-items: center;
  display: flex;
}
.gnavi ul li {
  align-items: center;
  border-left: 1px solid #f0f0f0;
  display: flex;
  flex: 1;  
  flex-basis: auto;
  padding: 0 10px;
  text-align: center;
}
.gnavi ul li:first-child {
  border-left: none;
}
.gnavi ul li a {
  align-items: center;
  display: flex;
  font-size: small;
  height: 60px;
  justify-content: center;
  width: 100%;
}

/* ==========================================================================
 * Example
 * ========================================================================== */
.example .bg {
  background: url("../images/example_bg.png") no-repeat bottom center;
}
.example .bg div {
  padding: 0 20px;
}
.example h2 {
  background: url("../images/example_tl_icon.png") no-repeat right 0 top 60px;
  font-size: large;
  line-height: 1.4;
  padding: 170px 0 20px;
  position: relative;
}
.example h2 span {
  font-size: xx-large;
}
.example h2 img {
  position: absolute;
  top: 70px;
}
.example .lead-txt {
  padding: 0 0 40px;
}
.example h3 {
  padding: 0 0 20px;
}
.example ul {
  display: flex;
  justify-content: space-around;
}
.example ul li {
  margin: 0 0 0 -5px;
}
.example ul li:last-child {
  margin: 0 -15px 0 0;
}
.example ul + p {
  padding: 10px 0;
  text-align: right;
}
.example .summary-box {
  padding: 60px 0 0;
  text-align: center;
}

/* ==========================================================================
 * Appeal
 * ========================================================================== */
.appeal {
  margin: -17px 0 0;
}
.appeal .bg {
  background: url("../images/content_bg_btm.png") no-repeat bottom center;
}
.appeal .bg::before {
  background: url("../images/content_bg_top.png") #fff no-repeat top center;
  content: "　";
  display: block;
  height: 18px;
}
.appeal .bg div {
  padding: 0 20px;
}
.appeal h2 {
  padding: 32px 0 40px;
  text-align: center;
}
.appeal ol {
  padding: 0 0 40px;
}
.appeal ol li {
  background: #fff;
  padding: 20px;
}
.appeal ol li:first-child {
  margin: 0 0 20px;
}
.appeal ol li:first-child dl {
  display: flex;
}
.appeal ol li:first-child dt {
  padding: 0 40px 0 0;
}
.appeal ol li:first-child .sub-tl {
  padding: 0 0 20px;
}
.appeal ol li:last-child dl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.appeal ol li:last-child dd {
  width: 485px;
}
.appeal .summry-box {
  background: url("../images/appeal_butbg.png") no-repeat top center;
  margin: -20px 0 80px;
  padding: 85px 0;
  min-width: 1000px;
}
.appeal .summry-box li {
  text-align: center;
}
.appeal .summry-box li:first-child {
  padding: 40px 0;
}

/* ==========================================================================
 * Reason
 * ========================================================================== */
.reason {
  margin: -17px 0 0;
}
.reason .bg {
  background: url("../images/reason_bg_btm.png") no-repeat bottom center;
  padding: 0 0 20px;
}
.reason .bg::before {
  background: url("../images/reason_bg_top.png") #fff no-repeat top center;
  content: "　";
  display: block;
  height: 12px;
}
.reason .bg &gt; div {
  padding: 0 20px;
}
.reason h2 {
  padding: 32px 83px 35px 0;
  text-align: right;
}
.reason ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason ol li {
  background: #fff;
  width: 470px;
}
.reason ol li:first-child,
.reason ol li:nth-child(2) {
  margin: 0 0 40px;
}
.reason ol li p {
  padding: 20px;
}
.reason .logo-box {
  padding: 0 20px 20px;
}
.reason .pnap-box {
  background: #eee;
  margin: 0 20px;
  padding: 20px;
}
.reason .pnap-box h4 {
  border-bottom: 1px dotted #000;
}
.reason .pnap-box p {
  padding: 0;
}

/* ==========================================================================
 * Flow
 * ========================================================================== */
.flow {
  margin: -17px 0 0;
}
.flow .bg {
  background: url("../images/content_bg_btm.png") no-repeat bottom center;
  padding: 0 0 40px;
}
.flow .bg::before {
  background: url("../images/content_bg_top.png") #fff no-repeat top center;
  content: "　";
  display: block;
  height: 18px;
}
.flow .bg div {
  padding: 0 20px;
}
.flow h2 {
  padding: 32px 0 0;
  text-align: center;
}
.flow .lead-txt {
  font-size: large;
  margin: 0 0 40px;
  text-align: center;
}
.flow ol {
  display: flex;
  justify-content: space-between;
}
.flow li {
  background: url("../images/flow_arrow.png") no-repeat right;
  padding: 0 25px 0 0;
}
.flow li:last-child {
  background: none;
  padding: 0;
}

/* ==========================================================================
 * Company
 * ========================================================================== */
.company {
  padding: 80px 0 0;
}
.company h2 {
  font-size: xx-large;
  font-weight: normal;
}
.company .lead-txt {
  font-size: x-large;
  padding: 0 0 40px;
}
.company .bg {
  background: url("../images/company_pic.png") no-repeat right;
  padding: 0 386px 50px 0;
}
.company table {
  width: 100%;
}
.company th {
  background: #a19932;
  border-bottom: 10px solid #fff;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap;
  width: 1%;
}
.company td {
  border-bottom: 10px solid #fff;
  padding: 10px;
}

/* ==========================================================================
 * Regulation
 * ========================================================================== */
.regulation {
  background: #eee;
  padding: 40px 0 0;
}
.regulation dd {
  font-size: medium;
}
.regulation div &gt; dl &gt; dt {
  font-weight: bold;
  margin: 0 0 10px;
}
.regulation div &gt; dl &gt; dd {
  padding: 0 0 40px;
}
.regulation dd dl {
  display: flex;
  flex-wrap: wrap;
}
.regulation dd dl dt {
  width: 150px;
}
.regulation dd dl dd {
  width: 850px;
}

/* ==========================================================================
 * Campaign
 * ========================================================================== */
.campaign {
  display: none;
}
#lightbox {
  padding: 40px 20px 80px;
  width: 800px;
}
#lightbox h2 {
  border-bottom: 1px dotted #a19932;
  font-size: x-large;
  margin: 0 0 20px;
  padding: 0 0 20px;
  line-height: 1.5;
  text-align: center;
}
#lightbox h2 span {
  font-size: xx-large;
}
#lightbox .lead-txt {
  margin: 0 0 20px;
  text-align: center;
}
#lightbox .lead-txt + ul {
  margin: 0 0 40px;
}
#lightbox .lightbox-cta {
  display: flex;
  justify-content: center;
}
#lightbox .lightbox-cta li {
  text-align: center;
}
#lightbox .lightbox-cta li:first-child {
  margin: 0 20px 0 0;
}
#lightbox .lightbox-cta li:first-child a {
  background: #79c413;
  background: linear-gradient(to top, #79c413, #b5f441);
  color: #fff;
  display: inline-block;
  padding: 10px;
}
#lightbox .lightbox-cta li:first-child span {
  background: #fff;
  color: #79c413;
  display: inline-block;
  padding: 0 5px;
}
#lightbox .lightbox-cta li:last-child a {
  background: #034aae;
  background: linear-gradient(to top, #034aae, #4890f6);
  color: #fff;
  display: inline-block;
  padding: 10px;
}
#lightbox .lightbox-cta li:last-child span {
  background: #fff;
  color: #034aae;
  display: inline-block;
  padding: 0 5px;
}

/* ==========================================================================
 * Ft
 * ========================================================================== */
.ft {
  margin: 60px auto 40px;
}
.ft p {
  font-size: small;
  text-align: center;
}</pre></body></html>