<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==================================
MV
==================================*/
.mvcate img {
  width: 100%;
}
h2.corp_title {
  font-size: 16px;
  line-height: 1.4;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
/*==================================
NAVCATE
==================================*/
.navscate {
  margin-top: 30px;
}
.box_line {
  clear: both;
  overflow: hidden;
}
.box_line li {
  margin: 0 2% 10px 0;
  border: solid 1px #E1E1E1;
}
.box_line li:nth-child(2n) {
  margin-right: 0;
}
.box_line li a {
  color: #333;
}
.box_line li a:hover {
  text-decoration: none;
}
.box_line li.size03 {
  float: left;
  width: 49%;
}
.box_line li .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.box_line li .ttl.shop {
  padding: 12px 0;
}
.box_line li.size02 figure, .box_line li.size03 figure {
  margin: 0;
  padding: 0;
}
.box_line figcaption {
  padding: 0 5% 5%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.favarite .tickercate {
  background-color: #ffffff;
  padding: 0px 0;
}
/*==================================
messagecate
==================================*/
.message_block {
  margin-bottom: 80px;
}
.messagecate .message_block .message_img {
  text-align: center;
  margin-bottom: 10px;
}
.messagecate .message_block .message_img img {
  width: 256px;
}
.message_text {
  overflow: hidden;
  padding: 0 10px;
}
.messenger {
  text-align: right;
}
.messenger img {
  width: auto;
}
/*==================================
conceptcate
==================================*/
.concept_block {
  margin-bottom: 30px;
}
.conceptcate ul li {
  margin-bottom: 20px;
}
.conceptcate ul li dl dt {
  font-weight: bold;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.conceptcate ul li dl dd {
  padding-left: 2.5em;
}
/*==================================
profilecate
==================================*/
.profile_block {
  margin: 0px auto 30px;
}
/* google map */
.profilecate .mapwrap iframe {
  height: 400px;
  min-height: 400px;
  width: 100%;
}
.profilecate #map {
  height: 100%;
  width: 100%;
}
/*==================================
historycate
==================================*/
.history_block {
  margin: 0px auto 30px;
}
/*==================================
strategycate
==================================*/
.strategy_block {
  margin-bottom: 50px;
}
.strategycate .strategy_block .strategy_img {
  text-align: center;
  margin-bottom: 10px;
}
.strategycate .strategy_block .strategy_img img {
  /*width: 256px;*/
}
.strategy_text {
  overflow: hidden;
  padding: 0 10px;
}
/*==================================
privacycate
==================================*/
.privacy_block {
  margin-bottom: 50px;
}
/*.privacy_block ul li {
  padding-left: 3.0em;
  text-indent: -2.5em;
}*/
.privacy_block ul li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}
/*==================================
formcate
==================================*/
.formcate {
  margin-bottom: 50px;
}
p.note {
  font-size: 14px;
  margin-bottom: 20px;
}
p.note2 {
  font-size: 14px;
  margin-bottom: 0px;
  text-indent: -1em;
  padding-left: 1em;
}
p.note3 {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px 10px;
  background: #999999;
  color: #ffffff;
}
p.error {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #FF0000;
}
input[type="button"], input[type="text"], input[type="submit"], select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.formcate {
  margin-top: 0px;
}
.formcate dl {
  margin: 0 0 30px;
}
.formcate dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.formcate ul {
  margin-bottom: 10px;
}
.formcate ul li {
  margin-top: 5%;
}
.formcate ul li:first-child {
  margin-top: 0;
}
input[type="text"], select, textarea, select {
  width: 100%;
  /*background: #f7f7f8;*/
  border: 1px solid #bebebe;
  padding: 4%;
}
input[type="text"]:focus, select:focus, textarea:focus, select:focus {
  background: #f0f8fa;
  border: 1px solid #16BDF5;
}
input[type="text"], select, textarea {
  outline: none;
}
.formcate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*background-color: #f7f7f8;*/
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 12px;
}
select.custom {
  padding: 4%;
}
.required {
  color: #FF0000;
  font-weight: bold;
  margin-left: 10px;
  text-align: center;
}
.red {
  color: #FF0000;
  font-weight: bold;
}
.agree {
  border: solid 1px #c8c8c8;
  margin: 30px auto;
  padding: 5% 0 5% 5%;
}
.agree_inner {
  width: 96%;
  height: 250px;
  overflow: auto;
}
.agree ol li {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 15px 10px 30px;
  zoom: 1;
  list-style-type: decimal;
}
.agree a {
  text-decoration: underline;
}
.agree a:hover {
  text-decoration: none;
}
.agree_check {
  text-align: center;
}
.form_btncate {
  margin: 40px auto 0;
}
.form_btncate ul.col1 {
  text-align: center;
}
.form_btncate ul.col2 {
  text-align: center;
}
.form_btncate li.btn_submit {
  width: 100%;
  display: inline-block;
  float: none;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  background-color: #16BDF5;
  cursor: pointer;
}
.form_btncate li.btn_revise {
  width: 100%;
  display: inline-block;
  float: none;
  line-height: 60px;
  color: #333;
  font-weight: bold;
  border: 1px solid #999;
  background-color: #ededed;
  cursor: pointer;
}
.form_btncate li.btn_submit .form_btn {
  border: none;
  background-color: #16BDF5;
  padding: 0;
  width: 100%;
}
.form_btncate li.btn_revise .form_btn {
  border: none;
  background-color: #ededed;
  padding: 0;
  width: 100%;
}
.form_btncate li.btn_submit:hover, .form_btncate li.btn_revise:hover {
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}
.input_address {
  margin-bottom: 10px;
}
input[type="text"].zip1, input[type="text"].zip2 {
  width: 40%;
}
input[type="text"].number {
  width: 40%;
  margin-right: 10px;
}
.radiolist {
  margin: 10px 0;
}
.checkbox01-input {
  display: none;
}
.checkbox01-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 25px;
}
.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
}
.checkbox01-input:checked + .checkbox01-parts {
  /*color: #009a9a;*/
}
.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #16BDF5;
  border-right: 3px solid #16BDF5;
}
.radio01-input {
  display: none;
}
.radio01-parts {
  padding-left: 30px;
  position: relative;
  padding-right: 50px;
}
.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #bebebe;
  border-radius: 50%;
}
.radio01-input:checked + .radio01-parts {
  /*color: #E95383;*/
}
.radio01-input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #16BDF5;
  border-radius: 50%;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}
/*==================================
sitemapcate
==================================*/
.sitemap_block {
  margin-bottom: 30px;
}
.sitemap_block ul {
  margin-left: 20px;
}
.sitemap_block ul li a {
  padding: 0 20px 0 15px;
  position: relative;
}
.sitemap_block ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
}
/*==================================
storesitecate
==================================*/
.storesitecate .storesite_block {
  margin-bottom: 30px;
}
.storesite_block ul li {
  margin-bottom: 20px;
}
.mailcontact_btn {
  width: 300px;
  float: none;
  line-height: 60px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  margin: 20px auto;
  text-align: center;
}
.mailcontact_btn a {
  border: none;
  background-color: #16BDF5;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
/*==================================
ＰＬＡＮＴ Pａｙ　利用約款
==================================*/
.text-indent_no li {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
.text-indent_new li {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.corp_section_ttl_m60 {
  margin-top: 60px;
}
#maincantents .side_block h2.right_contents_ttl {
  font-size: 95%;
  padding: 8px 0 6px;
  border-bottom: 3px solid #17bef5;
}
#maincantents .subnav ul li a {
    display: block;
    color: #333333;
    padding: 10px;
    font-size: 82.5%;
    letter-spacing: -0.2px;
}
p.text {
  font-size: 100%;
  margin-bottom: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
	#plant_pay_Sp_only_DN{
		display: none;
	}
	
}</pre></body></html>