<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: 16px;
  position: relative;
  padding: 12px 10px 10px;
  background: #EEEEEE;
  margin-bottom: 20px;
}
.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;
}
p.text.web-bottom--2 {
  margin-bottom: 3em;
}
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: 10em;
  padding: 10px 0;
  font-size: 11px;
  padding-right: 1.5em;
  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.2rem;
}
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{
	border-bottom: solid 1px #E9E9E9;
	margin-bottom: 20px;
	padding: 0 10px 15px;
  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;
}
/*==================================
フッター
==================================*/
.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: 100%;
}
.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";
}

/*2022.6 追記START*/
/*==================================================
アコーディオンのためのcss
===================================*/

.acd-check{
  display: none;
}
.acd-label{
  background: #fff;
  color: #333333;
  display: block;
  margin-bottom: 1px;
  padding: 10px 10px 10px 0;
	font-weight: bold;
	position: relative;
	
}
.acd-label::after{
	position: absolute;
    content:'\f107';
	top:10px;
	right: 7px;
    font-family: FontAwesome;
    font-size: 2rem;
}
.acd-check:checked + .acd-label:after{
    content: '\f106';
	font-family: FontAwesome;
}

.acd-content{
/*  border: 1px solid #333;*/
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  
  opacity: 1;
/*  padding: 10px;*/
  visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content.n1{height: 130px;}
.acd-check:checked + .acd-label + .acd-content.n2 {height: 130px;}
.acd-check:checked + .acd-label + .acd-content.n3{height: 180px;}

.acd-content a {
    background-image: none;
}
.footer_bottom_link span{
	
}
.pc{display: none;}
.sp{display: block;
text-align: left!important;}
/*2022.6 追記END*/


/*==================================
ページトップへ
==================================*/
#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;
}



/*==================================
個人情報保護方針/個人情報に関する公表事項
==================================*/

.privacy_ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol ol {
  padding-left: 1em;
}
.privacy_li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_li.web-bottom{
	margin-bottom: 2em
}
.privacy_li.web-bottom--2{
	margin-bottom: 1em;
}
.privacy_li.web-bottom p{
	text-indent: 0;
    margin-bottom: 1em;
}
.stakeholder_li{
	text-indent: -1.5em;
  padding-left: 1.5em;
}
li.privacy_li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
}

p.text_right {
  text-align: right;
}
/*2022/6/13 追記*/

.privacy_ol li.disc {
    list-style: disc;
    margin-left: 3.5rem;
}

/*2022/6/13 追記*/

/*==================================
個人情報に関する公表事項
==================================*/
.specific_table {
  border: 1px #333 solid;
  padding: 10px;
}

.specific_ta_li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.specific_li {
  list-style: none;
  padding-left: 4.3em;
  text-indent: -1.3em;
}

.specific_li_2 {
  list-style: none;
    padding-left: 1.5em;
    text-indent: -1.1em;
}
.specific_li_text {
  list-style: none;
  padding-left: 3em;
}

li.paren {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: 1.5em;
  padding: 0;
}
li.paren--2{
	margin:  1em 0 2em;
}

li.paren:before {
  display: marker;
  content: "( " counter(cnt) " ) ";
}

li.paren_n  {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: 1.5em;
  padding: 0;
}

li.paren_n:before {
  display: marker;
  content: "( " counter(cnt) " ) ";
}

/* 20230207追記 */
.Pmark {
  display: flex;
}
.Pmark a{
  opacity: 1;
  width: 200px;
  height: 70px;
  margin-right: 10px;
  background-image: url('../images/corp/img_pmark.png');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  display: block;
}
.Pmark img{
  width: 100%;
  }
/* 20230207追記 */

/*　20240424追記*/
.side_bnr_ttl {
    font-weight: bold;
    padding: 14px 10px 13px;
    background: #EEEEEE;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}
/*　20240424追記*/
</pre></body></html>