<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #0e4675;
	text-decoration: none;
	outline: none;
}
.switch {
	visibility: hidden;
}
/*==================================
メインコンテンツ
==================================*/
#maincantents {
	width: 100%;
	margin: 0 auto;
}
#maincantents .inner {
	width: 96%;
	margin: 0 auto;
}
#maincantents .contents {
	margin: 0;
}
#maincantents .side_block {
	margin-bottom: 20px;
}
#maincantents .side_block h2.right_contents_ttl {
	font-size: 18px;
	padding: 12px 0 10px;
	border-bottom: 3px solid #17bef5;
}
#maincantents .subnav ul li {
	border-bottom: 1px solid #E1E1E1;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}
#maincantents .subnav ul.second_menu li:last-child {
	border-bottom: none;
}
#maincantents .subnav ul.second_menu li:first-child {
	border-top: 1px solid #E1E1E1;
}
#maincantents .subnav ul li a {
	display: block;
	color: #333333;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 8px 12px;
	padding: 17px 10px 15px 10px;
}
#maincantents .subnav ul.second_menu li a {
	padding: 17px 0px 15px 20px;
}
#maincantents .side_bnrcate ul li {
	margin-bottom: 10px;
}
#maincantents .side_bnrcate ul li img {
	width: 100%;
}
.corp_section_ttl {
	font-size: 115%;
	color: #003f7e;
	position: relative;
	margin: 35px 0 15px;
}
.corp_section_ttl ul {
	margin: 0;
}
.corp_section_ttl .link_all {
	font-size: 12px;
	position: absolute;
	padding-left: 10px;
	top: 15px;
	right: 10px;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 9px;
}
.corp_sub_title {
	border-left: 5px solid #17bef5;
	font-size: 113.333%;
	line-height: 1.4;
	margin: 20px 0 10px;
	padding: 5px 5px 4px 10px;
	width: 100%;
}
.corp_sub_title span.small_font {
	font-size: 66.667%;
	display: inline-block;
}
.lead {
	font-size: 16px;
	line-height: 1.4;
	margin: 0px 0 10px;
	padding: 5px 0px 4px;
	font-weight: bold;
}
p.text {
	font-size: 14px;
	margin-bottom: 1em;
}
a.pdf {
	background: url(../../images/common/icon_pdf.png) right center no-repeat;
	background-size: 15px 18px;
	padding: 4px 20px 3px 0;
}
table.type-1 {
	width: 100%;
}
table.type-1 tr th {
	width: 8em;
	padding: 10px 0;
	font-size: 12px;
	padding-right: 2em;
	font-weight: bold;
	border-bottom: 1px solid #E9E9E9;
}
table.type-1 tr td {
	padding: 10px 0;
	border-bottom: 1px solid #E9E9E9;
	font-size: 12px;
}
table.type-2 {
	width: 100%;
}
table.type-2 tr th {
	font-size: 12px;
	width: 9em;
	padding: 20px 0;
	font-weight: bold;
	padding-right: 2em;
	border-bottom: 1px solid #E9E9E9;
}
table.type-2 tr td {
	padding: 20px 0;
	border-bottom: 1px solid #E9E9E9;
	font-size: 12px;
}
table.type-3 {
	width: 100%;
}
table.type-3 tr th {
	width: 14em;
	padding: 10px 0;
	font-size: 12px;
	padding-right: 2em;
	font-weight: bold;
	border-bottom: 1px solid #E9E9E9;
}
table.type-3 tr td {
	padding: 10px 0;
	border-bottom: 1px solid #E9E9E9;
	font-size: 12px;
}
table.type-4 {
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.type-4 tr th {
	padding: 6px 2px 4px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #E9E9E9;
	background: #F6F6F6;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4;
}
table.type-4 tr th:last-child {
	border-right: 1px solid #fff;
}
table.type-4 tr td {
	padding: 6px 2px 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.4;
}
/*==================================
MV
==================================*/
.mv li {
	width: 100%;
	margin: 0 auto;
}
.mv li img {
	width: 100%;
	margin: 0 auto;
}
/*==================================
ヘッダー
==================================*/
/*header {
}
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: 70px;
}
.head_top {
	height: 70px;
}
.head_top .option {
	display: none;
}
.head_bottom {
	display: none;
}
.option_search {
  width: 90%;
  margin: 0 auto;
}
#srchBox2 img {
  width: auto;
}
#srchBox2 {
  width:100%;
  _width:100%;
  margin-bottom:10px;
  background-color:#ffffff;
  border-style:solid;
  border-width:0px;
  border-color:#ffffff;
  color:#000000;
  text-align:left;
  position: relative;
}
#srchBox2 *{
  margin:0;
  padding:0;
  font-size:100%;
  line-height: 1.3em;
  *font-size:small;
  *font:x-small;
}
#srchBox2 a img {
  border:none;
}
#srchBox2 #srch2 {
  /*padding:10px 10px 0 10px;
}*/
/*#srchBox2 #srch2 #srchForm2 {
  white-space:nowrap;
}
#srchBox2 #srchInput2 {
  width:100%;
  margin-right:6px;
  vertical-align:bottom;
}
#srchBox2 #srchBtn2 {
  width:40px;
  height: 48px;
  position: absolute;
  top:1px;
  right: 11px;
  background: url(../images/icon_search.png) center center no-repeat;
  background-size: 18px 18px; 
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
  text-indent: -9999px;
}
*html #srchBox2 #srchBtn2 {
  padding-top:2px;
}
*:first-child+html #srchBox2 #srchBtn2 {
  padding-top:2px;
}
#srchBox2 ul {
  margin-top:6px;
  text-align:left;
}
#srchBox2 li {
  list-style-type:none;
  display:inline;
  zoom:1;
  padding-right:10px;
}
#srchBox2 li input {
  zoom:1;
  margin-right:2px;
  _margin:-4px 0 -4px -4px;
  vertical-align:middle;
  border:0;
}
*:+html #srchBox2 li input {
  margin:-4px 0 -4px -4px;
}
#srchBox2 #srchLogo2 {
  margin:6px 6px 6px 0;
  text-align:right;
}
#srchBox2 #srchLogo2 a {
  color:#666666;
  text-decoration:none;
  font-size:100%;
}
#srchBox2 #srchLogo a:hover {
  text-decoration:underline;
}
#srchBox2.watermark {
  padding-bottom: 6px;
}
#srchBox2.watermark #srchInput2 {
  padding:14px 10px 15px 10px;
  border-top: 1px solid #F0F4F6;
  border-bottom: 1px solid #F0F4F6;
  border-left: 1px solid #F0F4F6;
  border-right: 1px solid #F0F4F6;
  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;
}
#srchBox2.watermark #srchInput2.nomark {
  background: #fff;
}
#srchBox2.watermark #srchLogo2 {
  display: none;
}*/
/*==================================
ナビゲーション
==================================*/
/*input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
nav#gmenu_pc {
	display: none;
}
nav#gmenu_sp {
	background-color: #fff;
	z-index: 100;
}
nav#gmenu_sp ul {
	clear: both;
	overflow: hidden;	
}
nav#gmenu_sp ul li {
	float: left;
	width: 50%;
	border-bottom: 2px solid #17bef5;	
	font-size: 14px;
	font-size: 1.4rem;	
}
nav#gmenu_sp ul li a {
	padding: 20px 5px 20px 10px;
	display: block;
	color: #17bef5;
}
nav#gmenu_sp ul li span {
	font-size: 12px;
	font-size: 1.2rem;	
}
nav#gmenu_sp .contact_btn {
 /*width: 90%;*/
	/*margin: 10px auto;
}
nav#gmenu_sp .contact_btn a {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 60px;
	background-color: #17bef5;
}
.drawer-nav-inner {
  overflow: scroll;
}
.search {
	width: 90%;
	margin: 0 auto 5%;	
}
nav#gmenu_sp ul li .arrow_l::before {
	border-top: solid 2px #17bef5;
	border-right: solid 2px #17bef5
}*/
/*==================================
NEWS
==================================*/
.newscate {
	margin-top: 50px;
	padding-bottom: 40px;
	position: relative;
}
.newscate .btn {
	width: 250px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -125px;
}
.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-bottom: 20px;
	border-right: 1px solid #cccccc;
	display: table;
	width: 100%;
}
.tab li {
	background: #F3F3F3;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: table-cell;
	width: 25%;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 4px 0;
}
.tab li.select {
	background: #ffffff;
	border-top: solid 5px #17bef5;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 2px;
}
.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 {
	margin-bottom: 8px;
	font-size: 12px;
}
.content li dt, .content2 li dt {
	/*font-weight: bold;*/
	float: left;
	margin-right: 10px;
	line-height: 20px;
}
.content li dd.news_txt, .content2 li dd.news_txt {
	clear: both;
	padding-top: 2px;
}
.content li dd.cat_bnr, .content2 li dd.cat_bnr {
	float: left;
	background: #000000;
	color: #ffffff;
	width: 7em;
	text-align: center;
	font-size: 10px;
	padding: 1px 5px 0;
	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;
}
.hide {
	display: none;
}
/*==================================
CONTACT
==================================*/
.contactcate {
	margin-top: 70px;
}
.contactcate .col2 {
}
.contactcate .col2 li {
	margin-bottom: 5%;
	padding: 5%;
	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 {
	margin-bottom: 5%;
	padding: 0;
	border: none;
}
.contactcate .col2 li.btn:last-child {
	margin-bottom: 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: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
}
/*==================================
BNR
==================================*/
.bnrcate .col4 {
	clear: both;
	overflow: hidden;
}
.bnrcate .col4 li {
	float: left;
	width: 48%;
	margin: 4% 4% 0 0;
}
.bnrcate .col4 li:nth-child(2n) {
	margin-right: 0;
}
/*==================================
PLANT pay Q &amp; A
==================================*/
.pay_title {
	color: #003f7e;
	font-weight: bold;
	font-size: 230.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: block;
}
.qaf_contents_box ul li {
	width: 100%;
	padding: 1em 1em;
	border: 2px solid #003f7e;
	font-size: 90%;
	color: #003f7e;
	font-weight: bold;
	margin: 5px 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%;
}
.qaList {
	margin-bottom: 50px;
}
.qaList li dl dt {
	display: block;
	cursor: pointer;
	padding: 10px 70px 10px 10px;
	position: relative;
	text-indent: px;
	background: url(../images/plus_y.gif) center right 30px no-repeat;
	background-size: 15px 15px;
	background-color: #003f7e;
	color: #ffffff;
	font-size: 100%;
	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: 20px;
	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: block;
	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: auto;
}
.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;
	margin-bottom: 20px;
}
.corp_section_ttl {
	/*font-size: 120%;*/
	position: relative;
	padding: 0;
	background: #ffffff;
	margin-bottom: 10px;
	margin-left: 12px;
}
.content li dl, .content2 li dl {
	clear: both;
	overflow: hidden;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*==================================
フッター
==================================*/
/*.footer_link {
  clear: both;
  margin: 30px auto;
  font-size: 11px;
  line-height: 20px;
}
.footer_link a {
  color: #333333;
  font-weight: bold;
}
.footer_bottom_link a {
  color: #333333;
  font-weight: bold;
  background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px 9px;
  padding: 10px 20px 10px 0px;
  display: block;
}
.footer_top_link {
  border-bottom:  1px solid #E1E1E1;
  padding-bottom: 10px;
}
.footer_top_link li {
  display: inline-block;
  margin-right: 0px;
}
.footer_top_link li:before {
  content: "&gt;";
  margin-right: 4px;
}
.footer_top_link .home_link:before {
  content: none;
}
.footer_bottom_link {
  padding-top: 10px;
}
.footer_bottom_link li {
  float: left;
  width: 50%;
}
.footer_bottom_link li:last-child {
  margin-right: 0;
}
.footer_top_link .home_link {
  padding-left: 20px;
  background: url(../../images/common/icon_home.png) left 2px top no-repeat;
  background-size: 15px 15px;
}
#footer {
	width: 100%;
	margin-top: 10px;
	padding: 30px 0 0;
	text-align: center;
	border-top: solid 3px #CBCBCB;
}
#footer .sns_link ul li {
	display: inline-block;
	margin: 0 20px;
}
#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: 11px;
  margin: 0 10px;
}
#footer .site_link ul li:before {
	padding: 0 10px;
}
#footer .site_link ul li a {
	color: #333333;
}


#footer .sitelogo {
	margin-top: 0px;
  display: table-cell;
  vertical-align: middle;
}
#footer .footer_address {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 16px;
  font-size: 11px;
  padding-left: 10px;
}
#footer .sitelogo img {
	width: 100%;
  max-width: 80px;
}
#footer .copyright {
	font-size: 10px;
	margin: 0px 0 0;
  color: #fff;
  background: #17bef5;
  text-align: center;
  padding: 10px 0;
  font-family: Arial, Helvetica, "sans-serif";
}*/
/*==================================
ページトップへ
==================================*/
#totop {
	width: 44px;
	height: 44px;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
}
#totop a {
	background-image: url(../images/totop.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	background-size: 44px 44px;
	display: block;
	text-indent: -9999px;
	width: 44px;
	height: 44px;
}
#corp_totop {
	display: none;
}


/* QA変更 */

.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: 1em 1em;
	border: 2px solid #003f7e;
	font-size: 90%;
	color: #003f7e;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align: center;
}
.qaf_contents_box2 li {
	text-decoration: none;
	width:100%;
	margin: 5px;
}
.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;
}



.qaf_contents_box ul li {
	width: 100%;
	padding: 1em 1em;
	border: 2px solid #003f7e;
	font-size: 90%;
	color: #003f7e;
	font-weight: bold;
	margin: 5px 0;
	letter-spacing: -0.5px;
	text-align: center;
}
.qaf_contents_box a {
	text-decoration: none;
}
</pre></body></html>