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

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body {
	color: #333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.pcNone {
	display: none;
}

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link
*****************************************/
a:link,
a:visited {
	color: #0046CD;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0046CD;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .6s;
}

.hover a:hover img {
	transition: opacity .3s;
	opacity: .6;
}

.imgOver01 &gt; a {
	display: block;
	overflow: hidden;
}

.imgOver01 &gt; a img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.imgOver01 &gt; a:hover img {
	transition: transform .3s;
	transform: scale(1.1);
}

@media screen and (max-width: 767px) {
.hover a:hover img {
	opacity: 1.0;
}

.imgOver01 &gt; a:hover img {
	transform: scale(1);
}

}

/* header
*****************************************/
.header01 {
	margin: 0 auto;
	padding: 7px 10px;
	max-width: 1190px;
}

.header01 &gt; .logo01 {
	width: 152px;
}

.cookie {
	background-color: #f8f8f8;
	padding: 10px 20px;
	/*display: none*/
}

.cookie__inner {
	position: relative;
	padding-right: 40px;
	max-width: 980px;
	margin: 0 auto
}

.cookie__title {
	font-weight: bold;
	color: #333;
	font-size: 11px;
	font-size: 1.1rem
}

.cookie__txt {
	color: #333;
	font-size: 11px;
	font-size: 1.1rem
}

.cookie__link {
	color: #c09d3c !important;
	text-decoration: underline
}

.cookie .ico__close {
	font-size: 28px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) translateX(0);
	color: #999;
	cursor: pointer
}

@font-face {
	font-family: 'ico_photorait';
	src:  url('fonts/ico_photorait.eot?i94201');
	src:  url('fonts/ico_photorait.eot?i94201#iefix') format('embedded-opentype'),
	  url('fonts/ico_photorait.ttf?i94201') format('truetype'),
	  url('fonts/ico_photorait.woff?i94201') format('woff'),
	  url('fonts/ico_photorait.svg?i94201#ico_photorait') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ico_photorait' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico__close:before {
	content: "\e932";
}

@media screen and (max-width: 767px) {
.header01 {
	padding: 10px 10px 7px;
}

.header01 &gt; .logo01 {
	width: 122px;
	height: 30px;
}

.cookie {
	background-color: #f8f8f8;
	padding: 10px 0 10px 8px;
	/*display: none*/
	}

	.cookie__inner {
	position: relative
	}

	.cookie__title {
	font-weight: bold;
	color: #333;
	font-size: 10px;
	font-size: 1.0rem
	}

	.cookie__txt {
	color: #333;
	font-size: 10px;
	font-size: 1.0rem
	}

	.cookie__txt-group {
	width: 90%
	}

	.cookie__link {
	color: #c09d3c;
	text-decoration: underline
	}

	.cookie .ico__close {
	font-size: 24px;
	margin-left: 12px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) translateX(0);
	color: #999
}
}


}

/* footer
*****************************************/
.footer01 {
	margin: 0 auto;
	padding: 20px 20px 40px;
	max-width: 1020px;
}

.footList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footList01 &gt; li {
	margin-top: 10px;
}

.footList01 &gt; li:not(:first-child) {
	border-left: 1px dotted #ddd;
}

.footList01 &gt; li &gt; a {
	display: block;
	padding: 3px 20px;
	color: #555;
	font-size: 1.3rem;
	text-decoration: none;
	transition: opacity .3s;
}

.footList01 &gt; li &gt; a:hover {
	opacity: .6;
}

.copyright {
	margin-top: 20px;
	color: #555;
	font-size: 1.1rem;
	text-align: center;
}

.pagetop01 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.pagetop01.fadeIn {
	opacity: 1.0;
	visibility: visible;
}

img#btn_pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000
}

@media screen and (max-width: 767px) {
.footer01 {
	padding: 30px 0 20px;
	background-color: #f8f8f8;
}

.footList01 {
	justify-content: space-between;
}

.footList01 &gt; li {
	margin-top: 10px;
	width: 50%;
}

.footList01 &gt; li:not(:first-child) {
	border-left: none;
}

.footList01 &gt; li &gt; a {
	padding: 3px 5px 3px 30px;
	font-size: 1.1rem;
}

.footList01 &gt; li &gt; a:hover {
	opacity: 1.0;
}

.copyright {
	margin-top: 20px;
	color: #999;
	font-size: 1.0rem;
	text-align: center;
}

img#btn_pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
}

}


/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}

.contents01 {
}

.mainArea01 {
	overflow: hidden;
}

.mainArea01 &gt; .image01 {
	position: relative;
	height: 714px;
}

.mainArea01 &gt; .image01 img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
	width: auto;
	transform: translateX(-50%);
}

@media screen and (min-width: 2000px) {
.mainArea01 &gt; .image01 {
	height: auto;
}

.mainArea01 &gt; .image01 img {
	position: inherit;
	width: 100%;
}
}

.frameArea01 {
	padding: 60px 20px;
}
.frameArea01.type02 {
	padding: 0 0 60px;
	background: url(../../../../images/shared/pr/contribute/bg01.png) repeat center top;
	overflow: hidden;
}
.frameArea01.type03 {
	background-color: #F4F4F4;
}

.frameArea01 &gt; .inner01 {
	margin: 0 auto;
	max-width: 860px;
}
.frameArea01.type02 &gt; .inner01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1020px;
}
.frameArea01.type03 &gt; .inner01 {
	max-width: 980px;
}

.frameArea02 {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	border: #F6AB00 solid 1px;
	border-radius: 10px;
}

a.frameArea02 {
	text-decoration: none;
	transition: opacity .3s;
}
a.frameArea02:hover {
	opacity: .6;
}

.frameArea02 &gt; .image01 {
	margin: 0 auto;
	width: 123px;
}

.frameArea02 &gt; .image02 {
	margin: 0 auto;
	width: 83px;
}

.frameArea02 &gt; .image03 {
	margin: 24px auto 40px auto;
	width: 71.4%;
	min-width: 300px;
}

.frameArea02 &gt; .image04 {
	margin: 8px auto 24px auto;
	width: 25.9%;
	min-width: 108px;
}

.frameArea02 &gt; .inner01 {
	margin-top: 16px;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background-color: #FBF6EA;
}

.frameArea02 &gt; .inner01 &gt; .text01 {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.frameArea02 &gt; .inner01 &gt; .text02 {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: center;
}

.frameArea02 &gt; .inner01 &gt; .text03 {
	position: relative;
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
}
.frameArea02 &gt; .inner01 &gt; .text03::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #F6AB00;
	border-right: 2px solid #F6AB00;
	transform: rotate(45deg);
}

.section01 {
	margin-top: 60px;
}
.section01:first-child {
	margin-top: 0;
}

.section02 {
	margin-top: 30px;
}

.col01 {
	margin-top: 27px;
	padding-bottom: 30px;
	width: 47.9%;
	border-radius: 15px 15px 10px 10px;
	background-color: #fff;
}

.col01 &gt; .text01 {
	margin-top: 25px;
	font-size: 1.8rem;
	text-align: center;
}

.col01 &gt; .box01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 5px 14px;
	width: 100%;
	border-radius: 10px 10px 0 0;
	background-color: #F6AB00;
}

.col01 &gt; .box01 &gt; .text01 {
	width: 75.5%;
}
.col01 &gt; .box01 &gt; .text02 {
	width: 58.5%;
}

.col01 &gt; .box01 &gt; .icon01 {
	position: absolute;
	top: -27px;
	right: 13.6px;
	width: 22.3%;
}

.col01 &gt; .box02 {
	position: relative;
	margin: 8px 40px 0;
	border-radius: 4px;
	background-color: #F4F4F4;
}

.col01 &gt; .box02 &gt; .text01 {
	color: #F6AB00;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.col01 &gt; .box02 &gt; .text01 &gt; .font01 {
	font-size: 3.8rem;
}

.col01 &gt; .box02 &gt; .text02 {
	position: absolute;
	top: -10px;
	left: -10px;
	font-size: 1.8rem;
	font-weight: 700;
}

.col02 {
	width: 48.8%;
}

.heading01 {
	display: table;
	margin: 0 auto;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

.heading01 &gt; .inner01 {
	padding-bottom: 5px;
	border-bottom: #F6AB00 dotted 2px;
}
.heading01.type02 &gt; .inner01 {
	border-bottom-style: solid;
}

.heading01 &gt; .inner01 &gt; .font01 {
	color: #F6AB00;
	font-size: 3.6rem;
}

.heading02 {
	position: relative;
	height: 480px;
}

.heading02 img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
	width: auto;
	transform: translateX(-50%);
}

@media screen and (min-width: 2000px) {
.heading02 {
	height: auto;
}

.heading02 img {
	position: inherit;
	width: 100%;
}
}

@media screen and (max-width: 900px) {
.heading02 {
	height: 384px;
}
.heading02 img {
	width: 1600px;
}
}

.heading03 {
	font-size: 2.0rem;
	font-weight: 700;
}

.heading04 {
	padding: 10px;
	background-color: #F4F4F4;
	border-top: #ddd solid 1px;
	font-weight: 700;
}

.txt01 {
	margin-top: 15px;
}

.catchTxt01 {
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
}
.catchTxt01 + .catchTxt01 {
	margin-top: 0;
}

.catchTxt02 {
	margin-top: 25px;
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: center;
}
.catchTxt02 + .catchTxt02 {
	margin-top: 0;
}

.btn01 {
	display: table;
	margin: 30px auto 0;
}

.btn01 &gt; a {
	display: block;
	position: relative;
	padding: 13px 92px;
	border-radius: 40px;
	background-color: #E73484;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: opacity .3s;
}
.btn01.type02 &gt; a {
	padding: 13px 75px;
	border: #E73484 solid 1px;
	background-color: #fff;
	color: #E73484;
}

.btn01 &gt; a:hover {
	opacity: .6;
}
.btn01 &gt; a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.btn01.type02 &gt; a::after {
	border-top: 2px solid #E73484;
	border-right: 2px solid #E73484;
}

.notes01 {
	margin-top: 20px;
	text-align: center;
}
.notes01 + .notes01 {
	margin-top: 5px;
}

.notes02 {
	margin-top: 20px;
	font-size: 1.0rem;
	text-align: center;
}

.notes03 {
	margin-top: 20px;
	font-size: 1.2rem;
}
.notes03 + .notes03 {
	margin-top: 10px;
}

.list01 {
	margin-top: 30px;
}

.list01 &gt; li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 55px;
	padding: 20px 40px;
	min-height: 140px;
	background-color: #FBF6EA;
}
.list01 &gt; li:first-child {
	margin-top: 0;
}
.list01 &gt; li::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	content: "";
	margin-left: -8px;
	content: "";
	width: 16px;
	height: 16px;
	border-top: 2px solid #F6AB00;
	border-right: 2px solid #F6AB00;
	transform: rotate(135deg);
}
.list01 &gt; li:last-child:after {
	content: normal;
}

.list01 &gt; li &gt; .text01 {
	position: absolute;
	top: -27px;
	left: -20px;
	width: 109px;
}
.list01 &gt; li &gt; .text02 {
	font-size: 1.6rem;
}

.list01 &gt; li &gt; .icon01 {
	width: 80px;
}

.list01 &gt; li &gt; .btn01 {
	margin: 0;
}

@media screen and (max-width: 850px) {
.list01 &gt; li &gt; .btn01 &gt; a {
	padding: 13px 40px;
}
}

.list01 &gt; li &gt; .box01 &gt; .text01 {
	font-size: 1.6rem;
}

.list01 &gt; li &gt; .box01 &gt; .logo01 {
	margin-top: 10px;
	width: 270px;
}

.list02 {
	margin-top: 20px;
}

.list02 &gt; li {
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
.list02 &gt; li::before {
	position: absolute;
	top: .5em;
	left: 8px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ddd;
}

@media screen and (max-width: 767px) {
.mainArea01 &gt; .image01 {
	height: auto;
}

.mainArea01 &gt; .image01 img {
	position: inherit;
	width: 100%;
}

.frameArea01 {
	padding: 40px 4%;
}
.frameArea01.type02 {
	padding: 0 0 40px;
	background: url(../../../../images/shared/pr/contribute/bg01_sp.png) repeat center top;
}
.frameArea01.type03 {
	margin: 0 4%;
	padding: 60px 0;
	border-top: #ddd solid 1px;
	background: none;
}

.frameArea01.type02 &gt; .inner01 {
	margin: 0 auto;
	padding: 0 4%;
}

a.frameArea02 {
	text-decoration: none;
	transition: opacity .3s;
}
a.frameArea02:hover {
	opacity: 1.0;
}

.frameArea02 &gt; .image01 {
	width: 32.8vw;
}

.frameArea02 &gt; .image02 {
	width: 22.1vw;
}

.frameArea02 &gt; .image03 {
	width: 70.9vw;
	min-width: auto;
}

.frameArea02 &gt; .image04 {
	width: 28.8vw;
}

.frameArea02 &gt; .inner01 {
	padding: 15px 4vw;
}

.frameArea02 &gt; .inner01 &gt; .text01 {
	font-size: 1.4rem;
}

.frameArea02 &gt; .inner01 &gt; .text03 {
	font-size: 1.6rem;
}

.col01 {
	margin-top: 30px;
	padding-bottom: 20px;
	width: 100%;
}

.col01 &gt; .text01 {
	margin-top: 17px;
	font-size: 1.6rem;
}

.col01 &gt; .box01 &gt; .icon01 {
	top: -20px;
	right: 10px;
}

.col01 &gt; .box02 {
	position: relative;
	margin: 8px 40px 0;
	border-radius: 4px;
	background-color: #F4F4F4;
}

.col01 &gt; .box02 &gt; .text01 {
	font-size: 1.6rem;
}

.col01 &gt; .box02 &gt; .text01 &gt; .font01 {
	font-size: 3.0rem;
}

.col01 &gt; .box02 &gt; .text02 {
	font-size: 1.6rem;
}

.col02 {
	width: 100%;
}

.heading01 {
	display: table;
	font-size: 2.2rem;
	line-height: 1.75;
}
.heading01 &gt; .inner01 &gt; .font01 {
	font-size: 3.2rem;
}

.heading02 {
	height: auto;
}
.heading02 img {
	position: inherit;
	width: 100%;
}

.catchTxt01 {
	margin-top: 38px;
	font-size: 1.4rem;
	line-height: 2.0;
}
.catchTxt01 + .catchTxt01 {
	margin-top: 28px;
}

.catchTxt02 {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 2.0;
}
.catchTxt02 + .catchTxt02 {
	margin-top: 20px;
}

.btn01 {
	display: table;
	margin: 20px auto 0;
	width: 100%;
	max-width: 500px;
}

.btn01 &gt; a {
	padding-left: 4%;
	padding-right: 4%;
}

.btn01 &gt; a:hover {
	opacity: 1.0;
}

.notes01 {
	text-align: left;
}
.notes01 + .notes01 {
	margin-top: 10px;
}

.notes02 {
	text-align: left;
}

.list01 {
	margin-left: 2.8%;
	margin-right: 2.8%;
}

.list01 &gt; li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 55px;
	padding: 28px 4.6% 20px;
}

.list01 &gt; li &gt; .text01 {
	position: absolute;
	top: -5.6vw;
	left: -2%;
	width: 21.5%;
}
.list01 &gt; li &gt; .text02 {
	width: 49vw;
	font-size: 1.4rem;
	line-height: 2.0;
}

.list01 &gt; li &gt; .icon01 {
	width: 21.3vw;
}

.list01 &gt; li &gt; .btn01 {
	margin: 10px auto 0;
	width: 100%;
}

.list01 &gt; li &gt; .box01 {
	width: 100%;
}

.list01 &gt; li &gt; .box01 &gt; .text01 {
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: center;
}

.list01 &gt; li &gt; .box01 &gt; .logo01 {
	margin: 10px auto 0;
	width: 72vw;
}


}
</pre></body></html>