<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, body {
	height: 100%;
}
#changeArea {
	height: 100%;
}
a {
	color: #17bef5;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.switch {
	visibility: hidden;
}
/*==================================
メインコンテンツ
==================================*/

#maincantents {
	width: 100%;
	margin: 0 auto;
	position: relative;
/*padding-bottom: 163px;*/
	min-height: 100%;
}
#maincantents .inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
#maincantents .contents {
	margin: 45px auto 0;
}
#maincantents .left_contents {
	width: 100%;
	max-width: 1020px;
}
#maincantents .right_contents {
	float: right;
	width: 25%;
	max-width: 250px;
}
#maincantents .side_block {
	margin-bottom: 30px;
}
#maincantents .side_block h2.right_contents_ttl {
	font-size: 120%;
	padding: 8px 0 6px;
	border-bottom: 3px solid #17bef5;
}
#maincantents .subnav {
	font-size: 106.667%;
	line-height: 1.4;
}
#maincantents .subnav ul li {
	border-bottom: 1px solid #E1E1E1;
	font-weight: bold;
}
#maincantents .subnav ul.second_menu {
	border-top: 1px solid #E1E1E1;
}
#maincantents .subnav ul.second_menu li:last-child {
	border-bottom: none;
}
#maincantents .subnav ul li a {
	display: block;
	color: #333333;
	padding: 17px 10px 15px 20px;
}
#maincantents .side_bnrcate ul li {
	margin-bottom: 10px;
}
#maincantents .side_bnrcate ul li img {
	width: 100%;
}
.corp_section_ttl {
	font-size: 166%;
	color: #003f7e;
	position: relative;
	margin-top: 100px;
}
.corp_section_ttl .link_all {
	font-size: 80%;
	position: absolute;
	padding-left: 15px;
	top: 14px;
	right: 20px;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px 12px;
}
.corp_sub_title {
	border-left: 5px solid #17bef5;
	font-size: 113.333%;
	line-height: 1.4;
	margin: 20px 0 10px;
	padding: 5px 0px 4px 15px;
	width: 100%;
	clear: both;
}
.corp_sub_title span.small_font {
	font-size: 66.667%;
	display: inline-block;
}
.lead {
	font-size: 160%;
	line-height: 1.4;
	margin: 0px 0 10px;
	padding: 5px 0px 4px;
	font-weight: bold;
}
p.text {
	font-size: 100%;
	margin-bottom: 1em;
}
a.pdf {
	background: url(../../images/common/icon_pdf.png) right center no-repeat;
	background-size: 20px 24px;
	padding-right: 30px;
}
table.type-1 {
	width: 100%;
}
table.type-1 tr th {
	width: 8em;
	padding: 20px 0;
	font-size: 106.667%;
	font-weight: bold;
	padding-right: 2em;
	border-bottom: 1px solid #E9E9E9;
}
table.type-1 tr td {
	padding: 20px 0;
	border-bottom: 1px solid #E9E9E9;
}
table.type-2 {
	width: 100%;
}
table.type-2 tr th {
	width: 10em;
	padding: 20px 0;
	font-size: 106.667%;
	font-weight: bold;
	padding-right: 2em;
	border-bottom: 1px solid #E9E9E9;
}
table.type-2 tr td {
	padding: 20px 0;
	border-bottom: 1px solid #E9E9E9;
}
table.type-3 {
	width: 100%;
}
table.type-3 tr th {
	width: 20em;
	padding: 20px 0;
	font-size: 106.667%;
	font-weight: bold;
	padding-right: 2em;
	border-bottom: 1px solid #E9E9E9;
}
table.type-3 tr td {
	padding: 20px 0;
	border-bottom: 1px solid #E9E9E9;
}
table.type-4 {
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.type-4 tr th {
	padding: 10px 5px;
	font-size: 93.333%;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #E9E9E9;
	background: #F6F6F6;
	text-align: center;
}
table.type-4 tr th:last-child {
	border-right: 1px solid #fff;
}
table.type-4 tr td {
	padding: 10px 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 93.333%;
	font-weight: bold;
}
/*==================================
MV
==================================*/
.mv li {
	width: 100%;
	margin: 0 auto;
}
.mv li img {
	width: 100%;
	margin: 0 auto;
}
/*==================================
ヘッダー
==================================*/
/*header {
	margin-bottom: -100px;
	top: -100px;
}
header h1 {
	width: 170px;
	height: 62px;
	margin: 4px auto 0;
	background-image: url(../images/sitelogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	text-indent: -9999px;
	float: left;
}
header h1 a {
	display: block;
	height: 50px;
}
.head_top {
	clear: both;
	overflow: hidden;
	height: 70px;
}
.head_top .search {
	float: right;
}
.head_bottom {
	clear: both;
	overflow: hidden;
	height: 135px;
}
.option {
	float: right;
	margin-top: 15px;
}
.option_search {
	float: right;
}
.option_btn {
	float: right;
}
.option_btn ul {
	display: table;
	margin-right: 20px;
}
.option_btn ul li {
	display: table-cell;
	vertical-align: middle;
	min-height: 40px;
	padding: 9px 10px 10px;
	text-align: center;
	line-height: 1.3em;
	min-width: 120px;
	font-size: 85%;
	font-weight: bold;
}
.option_btn ul li.header_contact_btn {
	height: 40px;
	padding: 7px 10px 5px 10px;
}
.option_btn ul li.header_ir_btn {
	height: 40px;
	padding: 7px 10px 5px 10px;
}
.option_btn ul li a {
	color: #333333;
	font-weight: bold;
	display: block;
}
.option_btn ul li a:hover {
	text-decoration: none;
}
.font_btn {
	display: inline-block;
	width: 20px;
	margin-left: 10px;
	cursor: pointer;
}
.small_font {
	font-size: 15px;
}
.big_font {
	font-size: 20px;
}
#fontSize .active {
	background: #F0F4F6;
}
#srchBox {
	width: 198px;
	_width: 196px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
	color: #000000;
	text-align: left;
	position: relative;
}
#srchBox * {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.3em;
 *font-size:small;
 *font:x-small;
}
#srchBox a img {
	border: none;
}
#srchBox #srch {
/*padding:10px 10px 0 10px;
}*/
/*#srchBox #srch #srchForm {
	white-space: nowrap;
}
#srchBox #srchInput {
	width: 188px;
	margin-right: 6px;
	vertical-align: bottom;
}
#srchBox #srchBtn {
	width: 40px;
	height: 38px;
	position: absolute;
	top: 1px;
	right: 11px;
	background: url(../images/icon_search.png) center center no-repeat;
	background-size: 18px 18px;
	background-color: #ffffff!important;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #F0F4F6;
	border-left: none;
	text-indent: -9999px;
}
*html #srchBox #srchBtn {
	padding-top: 2px;
}
*:first-child+html #srchBox #srchBtn {
	padding-top: 2px;
}
#srchBox ul {
	margin-top: 6px;
	text-align: left;
}
#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}
#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}
*:+html #srchBox li input {
 margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}
#srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
	font-size: 100%;
}
#srchBox #srchLogo a:hover {
	text-decoration: underline;
}
#srchBox.watermark {
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
	padding: 9px 10px 10px 10px;
	border-top: none;
	border-top: 1px solid #F0F4F6;
	border-bottom: 1px solid #F0F4F6;
	border-left: 1px solid #F0F4F6;
	border-right: none;
	background: url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center left 10px no-repeat #FFFFFF;
	font-size: 100%;
	min-height: 40px;
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
	display: none;
}
div#main {
	width: 50%;
}*/
/*==================================
ナビゲーション
==================================*/
/*nav#gmenu_sp {
	display: none;
}
nav#gmenu_pc {
	height: 50px;
	margin: 0px auto 10px;
	z-index: 100;
	position: relative;
	background-color: #F6F6F6;
}
nav#gmenu_pc ul {
	text-align: center;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	display: table;
}
nav#gmenu_pc ul li {
	display: table-cell;
	width: 170px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}
nav#gmenu_pc ul li a {
	text-decoration: none;
	display: block;
	color: #333;
	padding-top: 0px;
	font-size: 107%;
}
nav#gmenu_pc ul li a {
	position: relative;
}
nav#gmenu_pc ul li a::after {
	position: absolute;
	top: 48px;
	left: 35%;
	width: 30%;
	height: 1px;
	background: #17bef5;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	text-align: center;
}
nav#gmenu_pc ul li a:hover::after, nav#gmenu_pc ul li a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.drawer-hamburger {
	display: none !important;
}*/
/*==================================
NEWS
==================================*/
.newscate {
	margin-top: 50px;
	padding-bottom: 40px;
	position: relative;
}
.newscate .btn {
	width: 300px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -150px;
}
.newscate .btn a {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 60px;
	background-color: #cc0000;
}
.newscate .btn a:hover {
	text-decoration: none;
}
.newscate .btn :hover {
	opacity: 0.7;
	transition: all 0.5s ease 0s;
}
.arrow_l {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.arrow_l::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
.tab {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
	border-bottom: 2px solid #cccccc;
}
.tab li {
	width: 24.1%;
	background: #F3F3F3;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 15px 0;
	float: left;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin-right: 1.2%;
}
.tab li:last-child {
	margin-right: 0;
}
.tab li.select {
	background: #ffffff;
	border-top: solid 5px #17bef5;
	padding-top: 11px;
}
.newscate .tab li:nth-child(1).select {
	border-top: solid 5px #cccccc;
}
.newscate .tab li:nth-child(2).select {
	border-top: solid 5px #F4C53A;
}
.newscate .tab li:nth-child(3).select {
	border-top: solid 5px #F53BB7;
}
.newscate .tab li:nth-child(4).select {
	border-top: solid 5px #17bef5;
}
.content li dl, .content2 li dl {
	clear: both;
	overflow: hidden;
	/*border-bottom: solid 1px #E9E9E9;*/
	margin-bottom: 20px;/*padding-bottom: 20px;*/
}
.content li dl:first-child, .content2 li dl:first-child {
	margin-top: 25px;
}
.content li dt, .content2 li dt {
	float: left;
	width: 9em;
}
.content li dd.cat_bnr, .content2 li dd.cat_bnr {
	float: left;
	background: #000000;
	color: #ffffff;
	width: 8em;
	text-align: center;
	font-size: 86.667%;
	padding: 0.1em 10px;
	margin-right: 1em;
	font-weight: bold;
}
.content li dd.recruit_bnr, .content2 li dd.recruit_bnr {
	background: #3AA528;
}
.content li dd.news_bnr, .content2 li dd.news_bnr {
	background: #3AB5F4;
}
.content li dd.fiscal_bnr, .content2 li dd.fiscal_bnr {
	background: #F4C53A;
}
.content li dd.ir_bnr, .content2 li dd.ir_bnr {
	background: #F53BB7;
}
.content li dd, .content2 li dd {
	overflow: hidden;
}
.hide {
	display: none;
}
/*==================================
CONTACT
==================================*/
.contactcate {
	margin-top: 100px;
}
.contactcate .col2 {
	clear: both;
	overflow: hidden;
}
.contactcate .col2 li {
	float: left;
	width: 500px;
	margin-right: 20px;
	padding: 30px;
	border: solid 3px #e1eaea;
	border-radius: 10px;
}
.contactcate .col2 li:last-child {
	margin-right: 0;
}
.contactcate .col2 li .ttl {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.contactcate .col2 li.btn {
	width: 210px;
	margin-right: 14px;
	padding: 0;
	border: none;
}
.contactcate .col2 li.btn:last-child {
	margin-right: 0;
}
.contactcate .col2 li.btn a {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 60px;
	background-color: #6c99c9;
	border-radius: 10px;
	padding: 27px 0;
}
.contactcate .col2 li.btn a:hover {
	text-decoration: none;
}
.contactcate .col2 li.btn :hover {
	opacity: 0.7;
	transition: all 0.5s ease 0s;
}
.contactcate .col2 li.btn img {
	width: 60px;
}
.contactcate .col2 li.btn p {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
}
/*==================================
BNR
==================================*/
.bnrcate {
	margin-top: 40px;
}
.bnrcate .col4 {
	clear: both;
	overflow: hidden;
}
.bnrcate .col4 li {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.bnrcate .col4 li:last-child {
	margin-right: 0;
}
.bnrcate .col4 li img {
	width: 240px;
}
/*==================================
フッター
==================================*/
/*.footer_link {
	clear: both;
	margin: 30px auto;
	font-size: 86.667%;
	line-height: 25px;
}
.footer_link a {
	color: #333333;
	font-weight: bold;
}
.footer_top_link {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
}
.footer_top_link li {
	display: inline-block;
	margin-right: 10px;
}
.footer_top_link li:before {
	content: "&gt;";
	margin-right: 10px;
}
.footer_top_link .home_link:before {
	content: none;
}
.footer_bottom_link {
	padding-top: 15px;
}
.footer_bottom_link li {
	display: inline-block;
	margin-right: 30px;
}
.footer_bottom_link li:last-child {
	margin-right: 0;
}
.footer_top_link .home_link {
	padding-left: 30px;
	background: url(../../images/common/icon_home.png) left top no-repeat;
	background-size: 25px 25px;
}
#footer {
	width: 100%;
	margin-top: 10px;
	padding: 25px 0 0;
	text-align: center;
	border-top: solid 3px #CBCBCB;
	position: absolute;
	left: 0;
	bottom: 0;/*height: 153px;
}*/
/*#footer .sns_link ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer .sns_link ul li img {
	width: 50px;
}
#footer .site_link {
	font-weight: bold;
	margin: 20px 0 20px;
	padding: 0 0 0px;
}
#footer .site_link ul li {
	display: inline-block;
	font-size: 86.667%;
}
#footer .site_link ul li:before {
	content: " | ";
	padding: 0 5px;
}
#footer .site_link ul li:first-child:before {
	content: none;
}
#footer .site_link ul li a {
	color: #333333;
}
#footer .left_box {
	float: left;
	text-align: left;
	width: 42%;
	display: table;
	vertical-align: middle;
	margin-bottom: 20px;
}
#footer .right_box {
	float: right;
	text-align: right;
	width: 58%;
	margin-bottom: 20px;
}
#footer .sitelogo {
	margin-top: 0px;
	display: table-cell;
	vertical-align: middle;
}
#footer .footer_address {
	display: table-cell;
	vertical-align: middle;
	font-size: 93.333%;
}
#footer .sitelogo img {
	width: 100%;
	max-width: 120px;
}
#footer .copyright {
	font-size: 80%;*/
	/*font-size: 1.2rem;*/
	/*margin: 0px 0 0;
	color: #fff;
	background: #17bef5;
	text-align: center;
	padding: 10px 0;
	font-family: Arial, Helvetica, "sans-serif";
}*/
/*==================================
ページトップへ
==================================*/
#totop {
	display: none;
	text-indent: -9999px;
}
#corp_totop {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: right;
}
#corp_totop a {
	background-image: url(../../images/common/corp_pagetop.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	display: inline-block;
	padding-left: 15px;
	color: #333333;
}
/*==================================
PLANT pay Q &amp; A
==================================*/
.pay_title {
	color: #003f7e;
	font-weight: bold;
	font-size: 333.333%;
	text-align: center;
	letter-spacing: 0;
	margin: 2.5em 0 1.5em;
}
.and_ttl {
	font-size: 80.333%;
	margin: 15px 15px
}
.qaf_contents_box {
	display: flex;
	justify-content: space-between;
}
.qaf_contents_box ul {
	margin-left: 1.2em;
}
.qaf_contents_box ul li {
	width: 95%;
	padding: 1em 3em;
	border: 2px solid #003f7e;
	font-size: 120%;
	color: #003f7e;
	font-weight: bold;
	margin: 16px 0;
	letter-spacing: -0.5px;
	text-align: center;
}
.qaf_contents_box a {
	text-decoration: none;
}
.qaf_contents_box ul li {
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.qaf_contents_box ul li:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}
.faqcate .content li dt {
	float: none;
	width: 100%;
}
.faqcate {
	margin: 1.2em;
}
.qaList {
	margin-bottom: 50px;
}
.qaList li dl dt {
	display: block;
	cursor: pointer;
	padding: 10px 70px 10px 20px;
	position: relative;
	text-indent: 0px;
	background: url(../images/plus_y.gif) center right 30px no-repeat;
	background-size: 15px 15px;
	background-color: #003f7e;
	color: #ffffff;
	font-size: 134%;
	font-weight: bold;
}
.qaList li dl dt.active {
	background: url(../images/minus_y.gif) center right 30px no-repeat;
	background-size: 15px 15px;
	background-color: #003f7e;
	color: #ffffff;
	font-weight: bold;
}
.qaList li dl dd {
	padding: 40px;
	display: none;
	/* text-indent: -35px; */
	background: #f5f5f8;
	width: 100%;
}
.d_text{
	font-weight: bold;
}
.border_Line {
	border-bottom: 1px dashed #BCBCBC;
	display: block;
	margin-top: 20px;
}
.LR_box {
	height: auto;
	display: block;
	margin-top: 10px;
	padding: 1em;
}
.LRbox_container {
	display: flex;
	width: 100%;
}

.LR_text {
	padding: 0 7px 0 7px;
	display: block;
}
.LR_sub_text {
	margin: 20px 7px 0;
	display: block;
	font-weight: bold;
	font-size: 130.333%;
}
.LR_sub_text_b0 {
	font-weight: normal;
	font-size: 100.333%;
}
.LRbox_inner {
	display: block;
	margin: 0.5em;
}
.LR_title {
	background: #7dc4ff;
	color: #ffffff;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 2px 0 0 10px;
}
.LR_title_dark {
	background: #0a6aca;
}
.LR_description {
	display: block;
	word-break: break-all;
	padding: 1em;
	background: #ffffff;
	text-align: justify;
	height: 9em;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 20px solid #777777;
	margin: auto;
}
.content li{
	background:#ffffff;
}
.corp_section_ttl {
    /*font-size: 120%;*/
    position: relative;
    padding: 0;
    background: #ffffff;
    margin-bottom: 10px;
}
.content li dl, .content2 li dl {
     clear: both; 
     overflow: hidden; 
     border-bottom: none; 
     margin-bottom: 0; 
     padding-bottom: 0; 
}

/*==================================
ページトップへ
==================================*/
#totop {
	width: 66px;
	height: 66px;
	display: none;
	position: fixed;
	bottom: 365px;
	right: 30px;
}
#totop a {
	background-image: url(../images/totop.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	/*background-color: #17bef5;*/
	display: block;
	text-indent: -9999px;
	width: 66px;
	height: 66px;
}




/* QA変更 */

/* li {
	color: #17bef5;
	text-decoration: none;
	outline: none;
}
li:hover {
	text-decoration: none;
} */

.qaf_contents_box2 {
	justify-content: space-between;
}
.qaf_contents_box2 ul {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
		
}
.qaf_contents_box2 ul a {
	width: 100%;
	padding: 18px 54px;
	border: 2px solid #003f7e;
	font-size: 120%;
	color: #003f7e;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align: center;
}
.qaf_contents_box2 li {
	text-decoration: none;
	width:46%;
	margin: 16px 2%;
}
.qaf_contents_box2 ul a {
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.qaf_contents_box2 ul a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
	text-decoration: none;
}

/*2022/10/11 追記*/
.LRbox_wrapper{
	width: calc((100% / 3) * 2);
    margin: 0 auto;
}</pre></body></html>