@charset "UTF-8";
/*
*******************************************************************************************************
# TOP CSS
*******************************************************************************************************
*/
/* ------------------------------------
	* レイアウト
* ------------------------------------ */
/* -----------------------
	静的お知らせ
-----------------------*/
#stage .news {
  margin: 20px 0;
}
/* リスト */
#stage .news .news-list {
  overflow: hidden;
  padding:20px;
  border: 1px solid #3b3b3b;
}
#stage .news .news-list li a{
	font-weight: bold;
	color:#000000;
}
#stage .news .news-list li a::after {
  content: "";
  display: block;
  clear: both;
}
#stage .news .news-list li .date {
  float: left;
  display: block;
  margin-right: 20px;
  font-size: 15px;
  font-weight: bold;
}

/* -----------------------
	重要なお知らせ
-----------------------*/
#stage .wrp-important-news {
  margin: 25px 0;
}
#stage .wrp-important-news:after {
  content: "";
  display: block;
  clear: both;
}
/* タイトル */
#stage .wrp-important-news .important-title {
  float: left;
  width: 168px;
  height: 51px;
  margin-bottom: 30px;
  background: url(/customer/top/img/sttl_news_pc.png) no-repeat left center;
  text-indent: -9999px;
}
/* リスト */
#stage .wrp-important-news .important-list {
  overflow: hidden;
  padding-left: 30px;
  border-left: 1px solid #f1f4f9;
}
#stage .wrp-important-news .important-list li {
  margin-bottom: 18px;
}
#stage .wrp-important-news .important-list li:last-child {
  margin-bottom: 0;
}
#stage .wrp-important-news .important-list li a {
  color: #000000;
}
#stage .wrp-important-news .important-list li a:after {
  content: "";
  display: block;
  clear: both;
}
/* 日付 */
#stage .wrp-important-news .important-list .date {
  float: left;
  display: block;
  margin-right: 20px;
  font-size: 15px;
  font-weight: bold;
}
/* テキスト */
#stage .wrp-important-news .important-list .text {
  overflow: hidden;
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.5;
}
#stage .wrp-important-news .important-list [class*="icn-"] {
  position: absolute;
  left: 0;
  top: 2px;
}
#stage .wrp-important-news .important-list .icn-arrow {
  left: 3px;
  width: 9px;
  height: 15px;
}
#stage .wrp-important-news .important-list .icn-pdf {
  top: 4px;
  width: 14px;
  height: 16px;
}
#stage .wrp-important-news .important-list .icn-blank {
  width: 16px;
  height: 16px;
}
/* -----------------------
	お知らせ以下
-----------------------*/
#contentArea .wrp-faq {
  width: 100%;
  margin: 0 -500% 0;
  padding: 0 500%;
  background-color: #f6f2e7;
}
#contentArea .wrp-faq .inner-faq {
  width: 1000px;
  padding: 40px 0 20px;
}
#contentArea .wrp-faq .sttl-faq {
  width: 210px;
  height: 40px;
  margin-bottom: 31px;
  background: url(/customer/top/img/sttl_faq_pc.png) no-repeat left center;
  text-indent: -9999px;
}
#contentArea .wrp-faq .sttl-faq-read {
  width: 633px;
  height: 22px;
  margin-bottom: 31px;
  background: url(/customer/top/img/sttl_faq-read_pc.png) no-repeat left center;
  text-indent: -9999px;
}
#contentArea .wrp-faq .section-lead {
  margin-bottom: 30px;
}
#contentArea .wrp-faq .section-line {
  width: 100vw;
  height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 0;
  margin-bottom: 40px;
}
.section-line-hr {
  width: 100vw;
  height: 20px;
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 0;
}
#contentArea .wrp-faq .box-anchor-link ul {
  display: flex;
  margin-bottom: 45px;
}
#contentArea .wrp-faq .box-anchor-link li {
  position: relative;
}
#contentArea .wrp-faq .box-anchor-link li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 332px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px #e5e2d8;
  border: solid 2px #ffffff;
  padding: 0 0 0 17px;
  text-decoration: none;
}
#contentArea .wrp-faq .box-anchor-link li .anchor-btn01 {
  border-radius: 8px 0 0 8px;
  border-right: 2px solid #f6f2e7;
}
#contentArea .wrp-faq .box-anchor-link li .anchor-btn02 {
  border-radius: 0;
  border-right: 2px solid #f6f2e7;
}
#contentArea .wrp-faq .box-anchor-link li .anchor-btn03 {
  border-radius: 0 8px 8px 0;
}
#contentArea .wrp-faq .box-anchor-link li a:hover {
  border-color: #61a7da;
}
#contentArea .wrp-faq .box-anchor-link li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 17px;
  background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
  background-size: 16px 16px;
  vertical-align: middle;
  line-height: 1.4;
  transform: translateY(-50%)rotate(90deg);
}
#contentArea .wrp-faq .box-anchor-link li .cate-name {
  font-size: 11px;
  line-height: 2.182;
  color: rgb(67, 67, 67);
}
#contentArea .wrp-faq .box-anchor-link li a:hover::before, #contentArea .wrp-faq .box-anchor-link li a:hover .cate-name {
  opacity: 0.7;
}

#contentArea .wrp-faq .mod-customer-faq {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #dcdcdc;
}

#contentArea .wrp-faq .mod-customer-faq ul {
  margin: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

#contentArea .wrp-faq .mod-customer-faq ul li {
  padding: 0 0 0 15px;
}
#contentArea .wrp-faq .mod-customer-faq ul li a {
  position: relative;
  display: block;
  padding: 7px 54px 7px 48px;
  color: #434343;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
#contentArea .wrp-faq .mod-customer-faq ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url(/customer/faq/img/icn_q.png) no-repeat left center;
  background-size: 26px 26px;
}
#contentArea .wrp-faq .mod-customer-faq ul li a::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  display: block;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background: url(/customer/common/img/icn_arrow02.png) no-repeat right center;
  background-size: 13px 8px;
  transform: rotate(-90deg);
}




#contentArea .wrp-faq .box-category-link .tab-btn {
  margin-bottom: 32px;
}
#contentArea .wrp-faq .box-category-link .tab-btn li {
  float: left;
  width: 490px;
}
#contentArea .wrp-faq .box-category-link .tab-btn li:first-child {
  margin-right: 20px;
}
#contentArea .wrp-faq .box-category-link .tab-btn li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 0;
  border: solid 2px #c9c9c9;
  border-radius: 6px;
  background-color: #eeeeee;
  color: #449bd9;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#contentArea .wrp-faq .box-category-link .tab-btn li a:hover {
  border-color: #61a7da;
  color: #7cb9e4;
  text-decoration: none;
}
#contentArea .wrp-faq .box-category-link .tab-btn li.active {
  position: relative;
}
#contentArea .wrp-faq .box-category-link .tab-btn li.active a {
  border-color: #61a7da;
  background-color: #61a7da;
  color: #ffffff;
  cursor: default;
}
#contentArea .wrp-faq .box-category-link .tab-btn li.active a:hover {
  border-color: #61a7da;
  background-color: #61a7da;
  color: #ffffff;
}
#contentArea .wrp-faq .box-category-link .tab-btn li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 12px solid transparent;
  border-top: 12px solid #61a7da;
}
#contentArea .wrp-faq .box-category-link .box-contents {
  display: none;
}
#contentArea .wrp-faq .box-category-link .box-contents.active {
  display: block;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li {
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li:nth-child(3n) {
  margin-right: 0;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li a {
  display: table;
  width: 100%;
  border: solid 2px #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 2px 0px #e5e2d8;
  color: #434343;
  font-weight: bold;
  text-decoration: none;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li a:hover {
  border-color: #61a7da;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li a:hover .cate-img, #contentArea .wrp-faq .box-category-link .box-contents .panel-link li a:hover .cate-name {
  opacity: 0.7;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li .cate-img {
  display: table-cell;
  width: 100px;
  padding: 8px;
  vertical-align: middle;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li .cate-img img {
  width: 70px;
  height: 70px;
}
#contentArea .wrp-faq .box-category-link .box-contents .panel-link li .cate-name {
  display: table-cell;
  width: 220px;
  padding: 0 20px 0 25px;
  background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
  background-size: 16px 16px;
  vertical-align: middle;
  line-height: 1.4;
}
/*お客様の声にお応えしました*/
#contentArea .wrp-activity {
  width: 100%;
  margin: -24px -500% 24px;
  padding: 0 500%;
  background-color: #f6f2e7;
}
#contentArea .wrp-activity .inner-contact {
  width: 1000px;
  padding: 40px 0 40px;
}
#contentArea .wrp-activity .inner-contact .sttl-activity {
  height: 40px;
  margin-bottom: 42px;
  background: url(/customer/top/img/sttl_activity_pc.png) no-repeat left center;
  text-indent: -9999px;
}
#contentArea .wrp-activity .inner-contact .section-lead {
  margin-bottom: 30px;
}
#contentArea .wrp-activity .inner-contact .box-lineblock {
  margin-bottom: 28px;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block .text {
  /* width: 315px; */
  padding-left: 25px;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block ul {
  display: flex;
  justify-content: space-between;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block li {
  width: 30%;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block li .img-thum {
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 比率 */
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block li img  {
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius: 10px;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block .pc-only {
  display: block;
}
#contentArea .wrp-activity .inner-contact .link-block {
  margin-top: 20px;
  text-align: center;
}
#contentArea .wrp-activity .inner-contact .link-block li {
  display: inline-block;
  margin-right: 26px;
}
#contentArea .wrp-activity .inner-contact .link-block li a {
  padding: 5px 0 5px 25px;
  background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
  background-size: 16px 16px;
  color: #434343;
}
#contentArea .wrp-activity .inner-contact .link-block li a:hover {
  opacity: 0.7;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block .link-text {
  margin: 20px 0 10px;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block .link-text a {
  padding: 5px 0 5px 25px;
  background: url(/customer/common/img/icn_arrow01.png) no-repeat left 8px;
  background-size: 16px 16px;
  color: #434343;
  font-weight: bold;
  display: block;
}
#contentArea .wrp-activity .inner-contact .box-lineblock .content-block .link-text a:hover {
  opacity: 0.7;
}
#contentArea .wrp-activity .inner-contact .btn-activity {
  width: 450px;
  margin-bottom: 27px !important;
  text-align: center;
  margin: 0 auto;
}
#contentArea .wrp-monitor {
  min-height: 160px;
  position: relative;
  margin-bottom: 40px;
  padding-right: 350px;
}
#contentArea .wrp-monitor .sttl-monitor {
  height: 40px;
  margin-bottom: 26px;
  background: url(/customer/top/img/sttl_monitor_pc.png) no-repeat left center;
  text-indent: -9999px;
}
#contentArea .wrp-monitor .img-section {
  position: absolute;
  right: 0;
  top: 0;
}
#contentArea .wrp-monitor .img-section img {
  width: 320px;
  height: 160px;
}
#contentArea .wrp-monitor .link-text {
  margin-top: 10px;
}
#contentArea .wrp-monitor .link-text a {
  padding: 5px 0 5px 25px;
  background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
  background-size: 16px 16px;
  color: #434343;
}
#contentArea .wrp-monitor .link-text a:hover {
  opacity: 0.7;
}
#contentArea .wrp-information {
  width: 100%;
  margin: -24px -500% 20px;
  padding: 0 500%;
  border-bottom: solid 2px #f1f1f1;
  background: url(/customer/top/img/bg_information.png) repeat center top;
}
#contentArea .wrp-information .section-lead {
  margin-bottom: 30px;
}
#contentArea .wrp-information .inner-information {
  width: 1000px;
  padding: 40px 0;
}
#contentArea .wrp-information .sttl-information {
  height: 41px;
  margin-bottom: 30px;
  background: url(/customer/top/img/sttl_infomation_pc.png) no-repeat left center;
  text-indent: -9999px;
}
#contentArea .wrp-information .box-info-tables {
  margin-bottom: 24px;
}
#contentArea .wrp-information .box-info-tables .info-table {
  position: relative;
  float: left;
  width: 490px;
  border: solid 4px #eae3c5;
  border-radius: 12px;
  background-color: #f9f5ea;
}
#contentArea .wrp-information .box-info-tables .info-table:first-child {
  margin-right: 20px;
}
#contentArea .wrp-information .box-info-tables .info-table.info-knowledge {
  background-image: url(/customer/top/img/bg_information_01.png);
  background-repeat: no-repeat;
  background-position: 35px 6px;
  background-size: 94px 78px;
}
#contentArea .wrp-information .box-info-tables .info-table.info-useful {
  background-image: url(/customer/top/img/bg_information_02.png);
  background-repeat: no-repeat;
  background-position: 14px 6px;
  background-size: 58px 63px;
  margin-left: 0;
}
#contentArea .wrp-information .box-info-tables .info-table:before, #contentArea .wrp-information .box-info-tables .info-table:after, #contentArea .wrp-information .box-info-tables .info-table .inner-table:before, #contentArea .wrp-information .box-info-tables .info-table .inner-table:after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 12px;
  background-color: #eae3c5;
}
#contentArea .wrp-information .box-info-tables .info-table:before {
  left: 7px;
  top: 6px;
}
#contentArea .wrp-information .box-info-tables .info-table:after {
  right: 7px;
  top: 6px;
}
#contentArea .wrp-information .box-info-tables .info-table .inner-table:before {
  left: 7px;
  bottom: 6px;
}
#contentArea .wrp-information .box-info-tables .info-table .inner-table:after {
  right: 7px;
  bottom: 6px;
}
#contentArea .wrp-information .box-info-tables .info-table .inner-table {
  padding: 26px 0;
}
#contentArea .wrp-information .box-info-tables .info-table .sttl-table {
  margin-bottom: 18px;
  font-size: 16px;
  text-align: center;
}
#contentArea .wrp-information .box-info-tables .info-table .list-knowledge {
  margin: 20px 28px 0;
  border-top: dotted 1px #afaba3;
}
#contentArea .wrp-information .box-info-tables .info-table .list-knowledge li {
  border-bottom: dotted 1px #afaba3;
}
#contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a {
  position: relative;
  display: block;
  padding: 11px 30px 11px 6px;
  font-weight: bold;
}
#contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a:hover {
  opacity: 0.7;
}
#contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -6px;
  background: url(/customer/common/img/icn_arrow04.png) no-repeat right center;
  background-size: 8px 13px;
}
#contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a.icn-blank:before {
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/customer/common/img/icn_blank.png) no-repeat right center;
  background-size: 12px 12px;
}
#contentArea .wrp-information .box-info-tables .info-table .knowledge-bnr {
  margin: 0 28px 1px;
  text-align: center;
}
#contentArea .wrp-information .box-info-tables .info-table .knowledge-bnr a:hover {
  opacity: 0.7;
}
#contentArea .wrp-information .box-info-tables .info-table .knowledge-bnr img {
  max-width: 100%;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful {
  width: 430px;
  margin: 0 auto;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td {
  width: 50%;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td a {
  position: relative;
  display: block;
  padding: 9px 8px 18px;
  text-decoration: none;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td a:hover:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  border: solid 1px #60a7d9;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #60a7d9;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td a:hover .img-thum {
  opacity: 0.7;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td a:hover .cate-name {
  opacity: 0.7;
  text-decoration: underline;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td a:hover .summary {
  opacity: 0.7;
  text-decoration: underline;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td .img-thum {
  margin-bottom: 9px;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td .img-thum img {
  width: 100%;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td .cate-name {
  font-weight: bold;
}
#contentArea .wrp-information .box-info-tables .info-table .list-useful td .summary {
  color: #434343;
  font-size: 12px;
  line-height: 1.5;
}
#contentArea .wrp-information .box-knowledge {
  float: left;
  width: 490px;
  height: 250px;
}
#contentArea .wrp-information .box-knowledge > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  border: solid 1px #c9c9c9;
  border-radius: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
  letter-spacing: -0.5em;
}
#contentArea .wrp-information .box-knowledge > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#contentArea .wrp-information .box-knowledge > a img {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  height: auto;
  letter-spacing: normal;
}
#contentArea .wrp-information .box-knowledge > a:hover {
  padding: 19px;
  border: solid 2px #449bd9;
}
#contentArea .wrp-information .box-knowledge > a:hover img {
  opacity: 0.7;
}
#contentArea .wrp-information .box-kensakukun {
  float: right;
  width: 490px;
  height: 250px;
}
#contentArea .wrp-information .box-kensakukun > a {
  position: relative;
  display: block;
  padding: 20px;
  height: 100%;
  border: solid 1px #c9c9c9;
  border-radius: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#contentArea .wrp-information .box-kensakukun > a:hover {
  /* padding: 12px 18px 12px 23px; */
  padding: 19px;
  border: solid 2px #449bd9;
}
#contentArea .wrp-information .box-kensakukun > a:hover .sttl-kensakukun {
  opacity: 0.7;
}
#contentArea .wrp-information .box-kensakukun > a:hover .link-area {
  opacity: 0.7;
}
#contentArea .wrp-information .box-kensakukun > a:hover .link-area:before {
  right: 19px;
}
#contentArea .wrp-information .box-kensakukun > a:hover .link-area .sttl-box {
  text-decoration: underline;
}
#contentArea .wrp-information .box-kensakukun > a:hover .link-area .summary {
  text-decoration: underline;
}
#contentArea .wrp-information .box-kensakukun .sttl-kensakukun {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  /* float: left; */
  /* padding-right: 42px; */
}
/* #contentArea .wrp-information .box-kensakukun .sttl-kensakukun:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 85px;
	margin-top: -42px;
	background-color: #c9c9c9;
} */
#contentArea .wrp-information .box-kensakukun .sttl-kensakukun img {
  width: 432px;
}
#contentArea .wrp-information .box-kensakukun .link-area {
  position: relative;
  overflow: hidden;
}
#contentArea .wrp-information .box-kensakukun .link-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  /* right: 20px; */
  /* top: 50%; */
  display: block;
  width: 8px;
  height: 13px;
  /* margin-top: -6px; */
  background: url(/customer/common/img/icn_arrow04.png) no-repeat right center;
  background-size: 8px 13px;
}
#contentArea .wrp-information .box-kensakukun .link-area .area-inner {
  position: relative;
  display: table;
  width: 100%;
  /* padding: 0 0 0 30px; */
}
#contentArea .wrp-information .box-kensakukun .link-area .area-inner .textbox {
  display: table-cell;
  height: 85px;
  /* height: 98px; */
  vertical-align: middle;
}
#contentArea .wrp-information .box-kensakukun .link-area .area-inner .sttl-box {
  font-weight: bold;
  font-size: 16px;
}
#contentArea .wrp-information .box-kensakukun .link-area .area-inner .summary {
  color: #434343;
}
/* SP
* ------------------------------------ */
@media only screen and (max-width: 736px) {
  /*#contentArea h2.js-sp-acbtn {
    position: relative;
    display: block;
    width: 100%;
  }
  #contentArea h2.js-sp-acbtn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 15px;
    height: 9px;
    margin-top: 4px;
    background: url(/customer/common/img/icn_arrow02.png) no-repeat right center;
    background-size: 15px 9px;
  }*/

	/* -----------------------
		静的お知らせ
	-----------------------*/
	#stage .news {
	  margin: 20px;
	　width: 100%;
	}
	/* リスト */
	#stage .news .news-list {
	  padding:20px;
	}
	#stage .news .news-list li a {
    text-decoration: none;
	}
	/* 日付 */
	#stage .news .news-list li .date {
		float: none;
		font-size: 13px;
	}
	/* テキスト */
	#stage .news .news-list li .text {
	margin-top: 6px;
	font-size: 13px;
	}
  /* -----------------------
		重要なお知らせ
	-----------------------*/
  #stage .wrp-important-news {
    margin: 25px 20px 30px;
  }
  /* タイトル */
  #stage .wrp-important-news .important-title {
    float: none;
    width: 79px;
    height: 34px;
    background: url(/customer/top/img/sttl_news_sp.png) no-repeat left center;
    background-size: 79px 34px;
  }
  /* リスト */
  #stage .wrp-important-news .important-list {
    padding-left: 0;
    border-left: none;
  }
  #stage .wrp-important-news .important-list li {
    margin-bottom: 15px;
  }
  #stage .wrp-important-news .important-list li:last-child {
    margin-bottom: 0;
  }
  #stage .wrp-important-news .important-list li a {
    text-decoration: none;
  }
  /* 日付 */
  #stage .wrp-important-news .important-list .date {
    float: none;
    margin-right: 0;
    font-size: 13px;
  }
  /* テキスト */
  #stage .wrp-important-news .important-list .text {
    margin-top: 6px;
    padding-left: 22px;
    font-size: 13px;
  }
  #stage .wrp-important-news .important-list [class*="icn-"] {
    top: 1px;
  }
  /* -----------------------
		お知らせ以下
	-----------------------*/
  #contentArea .wrp-faq {
    margin: 0;
    padding: 20px 0 10px;
  }
  #contentArea .wrp-faq .inner-faq {
    width: 100%;
    padding: 0;
  }
  #contentArea .wrp-faq .sttl-faq {
    height: 36px;
    margin: 0 15px 12px;
    background: url(/customer/top/img/sttl_faq_sp.png) no-repeat left center;
    background-size: 190px 36px;
  }
  #contentArea .wrp-faq .sttl-faq-read {
    width: 90vw;
    height: 41px;
    margin: 0 15px 12px;
    background: url(/customer/top/img/sttl_faq-read_sp.png) no-repeat left center;
    background-size: contain;
  }
  #contentArea .wrp-faq .section-lead {
    padding: 0 15px;
  }
  #contentArea .wrp-faq .box-anchor-link ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #contentArea .wrp-faq .box-anchor-link li {
    margin: 0 10px 10px;
  }
  #contentArea .wrp-faq .box-anchor-link li a {
    width: 100%;
  }
  #contentArea .wrp-faq .box-anchor-link li .cate-name {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 30px 0 0;
  }
  #contentArea .wrp-faq .box-anchor-link li .anchor-btn01, #contentArea .wrp-faq .box-anchor-link li .anchor-btn02, #contentArea .wrp-faq .box-anchor-link li .anchor-btn03 {
    border-radius: 6px;
  }
  #contentArea .wrp-faq .box-anchor-link li .anchor-btn01 .cate-img img {
    width: 185px;
  }
  #contentArea .wrp-faq .box-anchor-link li .anchor-btn02 .cate-img img {
    width: 250px;
  }
  #contentArea .wrp-faq .box-anchor-link li .anchor-btn03 .cate-img img {
    width: 83px;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn {
    margin-bottom: 32px;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li {
    float: left;
    width: 50%;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li:first-child {
    margin-right: 0;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li:first-child a {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li:last-child {
    margin-right: 0;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li:last-child a {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li a {
    width: 100%;
    padding: 0;
    border-radius: 0px;
    color: #449bd9;
    font-size: 14px;
    line-height: 1.5;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li a:hover {
    border-color: #61a7da;
    color: #7cb9e4;
    text-decoration: none;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li a .inner-wrp {
    display: table;
    width: 100%;
    padding: 11px 14px;
  }
  #contentArea .wrp-faq .box-category-link .tab-btn li a .inner {
    display: table-cell;
    vertical-align: middle;
  }
  #contentArea .wrp-faq .box-category-link .box-contents {
    display: none;
  }
  #contentArea .wrp-faq .box-category-link .box-contents.active {
    display: block;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link {
    margin: 0 15px;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li a {
    display: table;
    width: 100%;
    border: solid 2px #ffffff;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px #e5e2d8;
    color: #434343;
    font-weight: bold;
    text-decoration: none;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li a:hover {
    border-color: #61a7da;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li a:hover .cate-img, #contentArea .wrp-faq .box-category-link .box-contents .panel-link li a:hover .cate-name {
    opacity: 0.7;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li .cate-img {
    width: 70px;
    padding: 5px;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li .cate-img img {
    width: 50px;
    height: 50px;
  }
  #contentArea .wrp-faq .box-category-link .box-contents .panel-link li .cate-name {
    width: auto;
    padding: 2px 15px 0 25px;
    background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
    background-size: 15px 15px;
  }
  /*お客様の声にお応えしました*/
  #contentArea .wrp-activity {
    width: 100%;
    margin: 0;
    padding: 0 15px 10px;
    background-color: #f6f2e7;
  }
  #contentArea .wrp-activity .inner-contact {
    width: 100%;
    padding: 3px 0 0;
  }
  #contentArea .wrp-activity .inner-contact .link-block {
    margin-bottom: 20px;
    margin-left: 25px;
    text-align: left;
  }
  #contentArea .wrp-activity .inner-contact .sttl-activity {
    height: 70px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: url(/customer/top/img/sttl_activity_sp.png) no-repeat left 20px;
    background-size: 277px 40px;
  }
  #contentArea .wrp-activity .inner-contact .section-lead {
    margin-bottom: 22px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock {
    margin-bottom: 0px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block ul {
    flex-direction: column;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block li img {
    width: 100%;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block .text {
    width: 100%;
    padding-left: 35px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block .pc-only {
    display: none;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .link-block {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .link-block li {
    display: inline-block;
    margin: 0 0 4px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .link-block li a {
    padding: 5px 0 5px 20px;
    background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
    background-size: 15px 15px;
    font-weight: bold;
  }
  #contentArea .wrp-activity .inner-contact .btn-close {
    margin-bottom: 15px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block .link-text {
    margin: 20px 20px 10px;
    font-size: 16px;
  }
  #contentArea .wrp-activity .inner-contact .box-lineblock .content-block .link-text a {
    padding: 5px 0 5px 20px;
    background: url(/customer/common/img/icn_arrow01.png) no-repeat left 10px;
    background-size: 15px 15px;
    font-weight: bold;
  }
  #contentArea .wrp-activity .inner-contact .btn-activity {
    width: 100%;
    margin-bottom: 12px;
  }
  #contentArea .wrp-activity .inner-contact .btn-activity a {
    height: 80px;
    padding: 13px 0;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  #contentArea .wrp-monitor {
    min-height: 0;
    position: relative;
    margin: 0;
    padding: 0 15px 5px;
    border-top: solid 1px #c9c9c9;
  }
  #contentArea .wrp-monitor .sttl-monitor {
    height: 70px;
    margin-bottom: 0;
    background: url(/customer/top/img/sttl_monitor_sp.png) no-repeat left 20px;
    background-size: 186px 36px;
  }
  #contentArea .wrp-monitor .img-section {
    display: none;
  }
  #contentArea .wrp-monitor .link-text {
    margin: 10px 0 19px;
  }
  #contentArea .wrp-monitor .link-text a {
    padding: 5px 0 5px 20px;
    background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
    background-size: 15px 15px;
    font-weight: bold;
  }
  #contentArea .wrp-monitor .btn-close {
    margin-bottom: 15px;
  }
  #contentArea .wrp-information {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border-bottom: none;
    background: url(/customer/top/img/bg_information.png) repeat center top;
    background-size: 8px 8px;
  }
  #contentArea .wrp-information .inner-information {
    width: 100%;
    padding: 20px 0;
  }
  #contentArea .wrp-information .sttl-information {
    height: 36px;
    margin-bottom: 20px;
    background: url(/customer/top/img/sttl_infomation_sp.png) no-repeat left center;
    background-size: 84px 38px;
  }
  #contentArea .wrp-information .box-info-tables {
    margin-bottom: 20px;
  }
  #contentArea .wrp-information .box-info-tables .info-table {
    float: none;
    width: 100%;
    border: solid 3px #eae3c5;
    border-radius: 14px;
  }
  #contentArea .wrp-information .box-info-tables .info-table:first-child {
    margin-right: 0;
  }
  #contentArea .wrp-information .box-info-tables .info-table.info-knowledge {
    margin-bottom: 15px;
    background-image: url(/customer/top/img/bg_information_01.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 75px 62px;
  }
  #contentArea .wrp-information .box-info-tables .info-table.info-useful {
    background-image: url(/customer/top/img/bg_information_02.png);
    background-repeat: no-repeat;
    background-position: 17px 14px;
    background-size: 37px 41px;
    margin-left: 0;
  }
  #contentArea .wrp-information .box-info-tables .info-table:before, #contentArea .wrp-information .box-info-tables .info-table:after, #contentArea .wrp-information .box-info-tables .info-table .inner-table:before, #contentArea .wrp-information .box-info-tables .info-table .inner-table:after {
    width: 4px;
    height: 4px;
  }
  #contentArea .wrp-information .box-info-tables .info-table:before {
    left: 8px;
    top: 7px;
  }
  #contentArea .wrp-information .box-info-tables .info-table:after {
    right: 8px;
    top: 7px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .inner-table:before {
    left: 8px;
    bottom: 7px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .inner-table:after {
    right: 8px;
    bottom: 7px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .inner-table {
    padding: 0;
  }
  #contentArea .wrp-information .box-info-tables .info-table .inner-table.useful {
    padding-top: 30px;
  }
  #contentArea .wrp-information .box-info-tables .info-table {
    padding-bottom: 27px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .sttl-table {
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 16px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .sttl-table:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    display: block;
    width: 15px;
    height: 9px;
    margin-top: -4px;
    background: url(/customer/common/img/icn_arrow02.png) no-repeat right center;
    background-size: 15px 9px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-knowledge {
    margin: 25px 12px 0;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a {
    position: relative;
    display: block;
    padding: 11px 30px 11px 6px;
    font-weight: bold;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a:before {
    right: 2px;
    top: 50%;
    width: 9px;
    height: 15px;
    margin-top: -8px;
    background: url(/customer/common/img/icn_arrow04.png) no-repeat right center;
    background-size: 9px 15px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-knowledge li a.icn-blank:before {
    right: 0px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(/customer/common/img/icn_blank.png) no-repeat right center;
    background-size: 14px 14px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .knowledge-bnr {
    margin: 0 12px 1px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .knowledge-bnr img {
    width: 100%;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-useful {
    width: 94%;
    padding-top: 15px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-useful td a {
    padding: 9px 9px 18px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-useful td .img-thum {
    margin-bottom: 9px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-useful td .img-thum img {
    width: 100%;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-useful td .cate-name {
    font-weight: bold;
  }
  #contentArea .wrp-information .box-info-tables .info-table .list-useful td .summary {
    font-size: 14px;
  }
  #contentArea .wrp-information .box-info-tables .info-table .btn-close {
    margin: 20px 12px 0;
  }
  #contentArea .wrp-information .box-knowledge {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 18px;
  }
  #contentArea .wrp-information .box-knowledge a {
    padding: 20px;
  }
  #contentArea .wrp-information .box-knowledge a:hover {
    padding: 19px;
  }
  #contentArea .wrp-information .box-knowledge a:before {
    display: none;
  }
  #contentArea .wrp-information .box-knowledge a img {
    display: block;
    max-width: 450px;
    height: auto;
    margin: auto;
    vertical-align: bottom;
  }
  #contentArea .wrp-information .box-kensakukun {
    float: none;
    width: auto;
    height: auto;
  }
  #contentArea .wrp-information .box-kensakukun > a {
    padding: 16px 12px;
    /* padding: 7px 14px 1px; */
    border-radius: 14px;
  }
  #contentArea .wrp-information .box-kensakukun > a:hover {
    /* padding: 6px 13px 0px; */
    padding: 15px 11px;
  }
  #contentArea .wrp-information .box-kensakukun > a:hover .link-area:before {
    right: 0;
  }
  #contentArea .wrp-information .box-kensakukun .sttl-kensakukun {
    float: none;
    padding-bottom: 7px;
    margin-bottom: 8px;
    padding-right: 0;
    text-align: center;
  }
  #contentArea .wrp-information .box-kensakukun .sttl-kensakukun:before {
    display: none;
  }
  #contentArea .wrp-information .box-kensakukun .sttl-kensakukun img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: auto;
    /* width: 250px;
		height: 56px; */
    /* margin: 0 20px 0 1px; */
  }
  #contentArea .wrp-information .box-kensakukun .link-area {
    position: relative;
    padding-right: 15px;
    /* border-top: solid 1px #c9c9c9; */
  }
  #contentArea .wrp-information .box-kensakukun .link-area:before {
    right: 0;
  }
  #contentArea .wrp-information .box-kensakukun .link-area .area-inner {
    display: block;
    /* padding: 12px 0 17px; */
  }
  #contentArea .wrp-information .box-kensakukun .link-area .area-inner:hover .sttl-box {
    text-decoration: underline;
  }
  #contentArea .wrp-information .box-kensakukun .link-area .area-inner .textbox {
    display: block;
    height: auto;
  }
  #contentArea .wrp-information .box-kensakukun .link-area .area-inner .sttl-box {
    font-size: 14px;
  }

  #contentArea .wrp-faq .mod-customer-faq {
    margin: 0 20px;
  }

  #contentArea .wrp-faq .mod-customer-faq ul {
    padding: 10px;
  }

  #contentArea .wrp-faq .mod-customer-faq ul li a {
    font-size: 14px;
    padding: 7px 54px 7px 38px;
  }
}