/*
 ============================================================
  index.css
 ============================================================
*/
/* ALL
-------------------------------------------------- */
/* visual */
.visual {
  padding-top: 524px;
  position: relative;
  overflow: hidden;
}

.visual_img {
  display: none;
}

.visual_bg {
  width: 100%;
  height: 687px;
  position: absolute;
  top: 0;
  left: 0;
}

.visual_bg_fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.visual_bg_fade h1, .visual_bg_fade div {
  height: 100%;
  text-align: center;
}

.visual_bg_fade li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.visual_bg_fade li:nth-child(1) {
  background: url(/img_v2/bg_visual41.webp) no-repeat center 0;
  background-size: cover;
}

.visual_bg_fade li:nth-child(2) {
  background: url(/img_v2/bg_visual53.jpg) no-repeat center 0;
  background-size: cover;
}

.visual_bg_fade li:nth-child(3) {
  background: url(/img_v2/bg_visual01.webp) no-repeat center 0;
  background-size: cover;
}

.visual_bg_fade li:nth-child(4) {
  background: url(/img_v2/bg_visual23.webp) no-repeat center 0;
  background-size: cover;
}

.visual_bg_fade li:nth-child(5) {
  background: url(/img_v2/bg_visual21.webp) no-repeat center 0;
  background-size: cover;
}

.visual_bg_fade li:nth-child(6) {
  background: url(/img_v2/bg_visual22.webp) no-repeat center 0;
  background-size: cover;
}


.visual_bg_fade li:nth-child(n+2) {
  opacity: 0;
}

.visual_bg_fade li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.visual_bg_fade li > div {
  text-align: center;
}

.visual_bg_fade li span {
  display: inline-block;
  width: 1200px;
  margin: 0 auto;
  padding: 250px 0 230px;
}

.visual_link {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 100;
}

.visual_link li {
  font-size: 0.8125rem;
  position: relative;
}

.visual_link li:nth-child(1) {
  height: 180px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.visual_link li:nth-child(1) a {
  color: #0e9f48;
  background: rgba(255, 255, 255, 0.8) url(/img_v2/icon_visual_link01.png) no-repeat 22px 8px;
}

.visual_link li:nth-child(2) {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 170px;
}

.visual_link li:nth-child(2) a {
  background: rgba(0, 102, 89, 0.8) url(/img_v2/icon_visual_link02.png) no-repeat center 8px;
}

.visual_link li:nth-child(3) {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 154px;
}

.visual_link li:nth-child(3) a {
  background: rgba(49, 95, 89, 0.8) url(/img_v2/icon_visual_link04.png) no-repeat 20px 8px;
  padding-right: 32px;
}

.visual_link li:nth-child(4) {
  text-align: center;
}

.visual_link li:nth-child(4) a {
  background: rgba(40, 40, 40, 0.8) url(/img_v2/icon_visual_link03.png) no-repeat 18px 8px;
}

.visual_link li a {
  display: block;
  width: 70px;
  padding: 40px 23px 10px 16px;
  color: #fff;
  line-height: 1.38;
  position: absolute;
  right: -10px;
}

.visual_link li a:hover {
  opacity: 0.7;
  text-decoration: none;
  right: 0;
}

.visual_link li + li {
  margin-top: 10px;
}

.visual nav {
  bottom: 0;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0;
}

.visual nav li {
  /*width: 150px;*/
  width: -webkit-calc(100% / 9);
  width: calc(100% / 9);
  display: inline-block;
  text-align: center;
}

.visual nav li a {
  display: block;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 1.125rem;
}

.visual nav li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.visual nav li a span {
  margin-top: 6px;
  display: block;
}

.visual nav li a:before {
  content: '';
  width: 70px;
  height: 60px;
  display: block;
  margin: 16px auto 0 auto;
  background: url(/img_v2/bg_visual_nav.png) no-repeat;
  background-position: 50% 0;
  background-size: 70px 480px;
}

.visual nav li:nth-child(3) a:before {
  top: 10px;
}

.visual nav li:nth-child(4) a:before {
  top: 4px;
}

.visual nav li:nth-child(5) a:before {
  content: "";
  width: 70px;
  height: 60px;
  display: block;
  margin: 16px auto 0 auto;
  background: url("/img_v2/bg_visual_nav_webreserve.png") no-repeat 50% 0;
}

.visual nav li:nth-child(6) a:before {
  top: 10px;
}

.visual nav li:nth-child(7) a:before {
  top: 6px;
}

.visual nav li:nth-child(8) a:before {
  top: 7px;
}

.visual nav li:nth-child(9) a:before {
  top: 7px;
}

.visual nav li:nth-child(2) a:before {
  position: relative;
  background-position: 50% -60px;
}

.visual nav li:nth-child(3) a:before {
  position: relative;
  background-position: 50% -120px;
}

.visual nav li:nth-child(4) a:before {
  position: relative;
  background-position: 50% -180px;
}

.visual nav li:nth-child(6) a:before {
  position: relative;
  background-position: 50% -240px;
}

.visual nav li:nth-child(7) a:before {
  position: relative;
  background-position: 50% -300px;
}

.visual nav li:nth-child(8) a:before {
  position: relative;
  background-position: 50% -360px;
}

.visual nav li:nth-child(9) a:before {
  position: relative;
  background-position: 50% -420px;
}

.visual nav li:nth-child(10) a:before {
  position: relative;
  background-position: 50% -480px;
}

.visual nav li:nth-child(11) a:before {
  position: relative;
  background-position: 50% -540px;
}

.visual nav li:nth-child(12) a:before {
  position: relative;
  background-position: 50% -600px;
}

.visual_note {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}

.visual_note li {
  padding-left: 30px;
  background: url(/img_v2/icon_note.png) no-repeat 0 50%;
  background-size: 22px 22px;
}

.visual_note2 {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}

.visual_note2 li {
  padding-left: 30px;
  background: url(/img_v2/icon_note.png) no-repeat 0 0%;
  background-size: 22px 22px;
}

.visual_note3 {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}

.visual_note3 li {
  padding-left: 30px;
/*  background: url(/img_v2/icon_note.png) no-repeat 0 0%; */
  background-size: 22px 22px;
}



/* info */
.info {
  padding-top: 64px;
  background: #ffffff;
}

.info_tit {
  font-weight: bold;
  text-align: center;
  font-size: 1.375rem;
}

.info_txt {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
}

.info_link {
  margin-top: 10px;
  text-align: center;
}

.info_link a {
  padding: 7px 28px 5px 28px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border: 1px solid #43a047;
  border-radius: 4px;
}

.info .l_inner {
  padding: 32px;
  background: #f6f6f6;
}

.info .l_inner_ex {
  padding: 10px 32px;
  border-style:solid;
  border-color:red;
  border-width:1px;
  margin-left: 15px;
  margin-right: 15px;
  background: #ffbcbc;
}

.info_box {
  margin-top: 32px;
  padding: 24px;
  background: #fff;
}

.info_box dl dt {
  font-weight: bold;
}

.info_box dl dd {
  margin-top: 5px;
  line-height: 1.75;
}

.info_box dl dd + dd {
  margin-top: 10px;
}


/* guide */
.guide {
  padding: 64px 0;
  background: #fff;
}

.guide_tit {
  text-align: center;
}

.guide .column > div + div {
  margin-left: 24px;
}

.guide .panel_outer {
  margin-top: 55px;
}

.guide .panel_tit {
  text-align: center;
}

.guide .panel_txt {
  height: 90px;
}

.guide .panel_btn {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
  /*height: 160px;*/
  text-align: center;
}

.guide .panel_btn .btn,
.guide .panel_btn .btn_small {
	display: block;
	width: -webkit-calc((100% / 2) - (20px / 2));
	width: calc((100% / 2) - (20px / 2));
  margin: 0 0 -7px 0;
}

.guide .panel_btn .btn a,
.guide .panel_btn .btn_small a {
  /*width: 288px;*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;	
	justify-content: center;
  width: 100%;
	min-height: 72px;
}

.guide .panel_btn .btn + .btn,
.guide .panel_btn .btn + .btn_small,
.guide .panel_btn .btn_small + .btn,
.guide .panel_btn .btn_small + .btn_small {
  /*margin-top: 20px;*/
  margin-left: 20px;
}

.guide_link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;	
	justify-content: center;
  font-size: 0;
	margin-top: 19px;
}

.guide_link li {
  display: inline-block;
}

.guide_link li:not(:first-child) {
	margin-left: 24px;
}

.guide_link li:nth-child(1) a {
  background: #f5f5f5 url(/img_v2/icon_guide_link07.png) no-repeat 50% 40px;
  background-size: 70px 65px;
}

.guide_link li:nth-child(2) a {
  background: #f5f5f5 url(/img_v2/icon_guide_link01.png) no-repeat 50% 40px;
  background-size: 70px 65px;
}

.guide_link li:nth-child(3) a {
  background: #f5f5f5 url(/img_v2/icon_guide_link02.png) no-repeat 50% 40px;
  background-size: 92px 66px;
}

.guide_link li:nth-child(4) a {
  background: #f5f5f5 url(/img_v2/icon_guide_link03.png) no-repeat 50% 30px;
  background-size: 59px 75px;
}

.guide_link li:nth-child(5) a {
  background: #f5f5f5 url(/img_v2/icon_guide_link04.png) no-repeat 50% 42px;
  background-size: 92px 56px;
}

.guide_link li:nth-child(6), .guide_link li:nth-child(7) {
  display: none;
}

.guide_link li:nth-child(8) a {
  background: #f5f5f5 url(/img_v2/icon_guide_link08.png) no-repeat 50% 30px;
  background-size: 90px 90px;
}

.guide_link li a {
  display: block;
  width: 180px;
  height: 172px;
  padding: 132px 0 0 0;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px #c4c4c4;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.guide_link li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* service */
.service {
  padding: 64px 0;
  background: url(/img_v2/bg_service.webp) no-repeat 0 0;
  background-size: cover;
}

.service_tit {
  text-align: center;
  margin-bottom: 30px;
}

.service_subtit {
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
}

.service_link {
  font-size: 0;
  margin: 4px 0 0 -16px;
}

.service_link li {
  display: inline-block;
  margin: 16px 0 0 16px;
}

.service_link li .btn_small a {
  height: 64px;
  width: 161px;
  padding: 0 0 0 60px;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  font-weight: bold;
  position: relative;
  line-height: 1.35;
}

.service_link li .btn_small a:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 12px;
  left: 5px;
  background: url(/img_v2/icon_service_link_01.png) no-repeat 0 0;
  background-size: 185px 270px;
  zoom: 90%;
}

.service_link li .btn_small a.display_pc {
  display: table-cell;
}

.service_link li .btn_small a.display_sp {
  display: none;
}

.service_link.save li:nth-child(1) a:before {
  background-position: 0 0px;
}

.service_link.save li:nth-child(2) a:before {
  background-position: 0 -46px;
}

.service_link.save li:nth-child(3) a:before {
  background-position: 0 -92px;
}

.service_link.save li:nth-child(4) a:before {
  background-position: 0 -138px;
}

.service_link.borrow li:nth-child(1) a:before {
  background-position: -46px -0px;
}

.service_link.borrow li:nth-child(2) a:before {
  background-position: -46px -46px;
}

.service_link.borrow li:nth-child(3) a:before {
  background-position: -46px -92px;
}

.service_link.borrow li:nth-child(4) a:before {
  background-position: -46px -138px;
}

.service_link.borrow li:nth-child(5) a:before {
  background-position: -46px -184px;
}

.service_link.borrow li:nth-child(6) a:before {
  background-position: -46px -230px;
}

.service_link.operating li:nth-child(1) a:before {
  background-position: -92px 0px;
}

.service_link.operating li:nth-child(2) a:before {
  background-position: -92px -46px;
}

.service_link.operating li:nth-child(3) a:before {
  background-position: -92px -92px;
}

.service_link.operating li:nth-child(4) a:before {
  background-position: -92px -138px;
}

.service_link.operating li:nth-child(5) a:before {
  background-position: -92px -184px;
}

.service_link.operating li:nth-child(6) a:before {
  background-position: -92px -230px;
}

.service_link.prepare li:nth-child(1) a {
  padding-left: 53px;
}

.service_link.prepare li:nth-child(1) a:before {
  left: 10px;
  background-position: -138px 0px;
}

.service_link.prepare li:nth-child(2) a {
  padding-left: 53px;
}

.service_link.prepare li:nth-child(2) a:before {
  left: 10px;
  background-position: -138px -46px;
}

.service_link.prepare li:nth-child(3) a {
  padding-left: 53px;
}

.service_link.prepare li:nth-child(3) a:before {
  left: 10px;
  background-position: -138px -92px;
}

.service_link.prepare li:nth-child(4) a {
  padding-left: 53px;
  font-size: 0.8125rem;
}

.service_link.prepare li:nth-child(4) a:before {
  left: 10px;
  background-position: -138px -138px;
}

.service_link.prepare li:nth-child(5) a {
  padding-left: 53px;
  font-size: 0.8125rem;
}

.service_link.prepare li:nth-child(5) a:before {
  left: 10px;
  background-position: -138px -184px;
}

.service_link.prepare li:nth-child(6) a {
  padding-left: 53px;
}

.service_link.prepare li:nth-child(6) a:before {
  left: 10px;
  background-position: -138px -230px;
}

.service_link.convenience li a {
  width: 273px;
  padding-left: 0;
  text-align: center;
}

.service_link.convenience li a:before {
  display: none;
}

.service_link.convenience li a em {
  font-size: 0.625rem;
}

.service .column {
  margin-top: 24px;
}

.service .column > div {
  height: 275px;
  padding: 20px 30px 30px 30px;
  background: rgba(17, 172, 119, 0.7);
}

/* campaign */
.campaign {
  padding: 64px 0;
  text-align: center;
  background: #fff;
}

.campaign_tit {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.campaign_slider {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.campaign_slider.second .bx-controls {
  margin-left: -1060px;
}

.campaign_slider.second .bx-controls .bx-prev {
  left: -35px !important;
}

.campaign_slider_inner {
  position: relative;
  left: 50%;
  width: 3180px;
  margin-left: -1590px;
}

.campaign_slider_inner li {
  width: 1000px;
}

.campaign_slider_inner li:not(.is_active) {
  opacity: 0.4;
}

.campaign_slider_campaign02 {
  position: relative;
}

.campaign_slider_campaign02 a {
  bottom: 18px;
  display: block;
  position: absolute;
}

.campaign_slider_campaign02 a.btn01 {
  left: 90px;
}

.campaign_slider_campaign02 a.btn02 {
  right: 90px;
}

.campaign_slider .bx-wrapper {
  margin: 0 auto;
  position: relative;
}

.campaign_slider .bx-wrapper .bx-pager {
  margin: 0 auto;
  padding-top: 20px;
  width: 1000px;
  background: #fff;
}

.campaign_slider .bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 50%;
  text-indent: -9999px;
  background: #dbdbdb;
}

.campaign_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .campaign_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #43a047;
}

.campaign_slider .bx-wrapper .bx-pager .bx-pager-item,
.campaign_slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.campaign_slider .bx-wrapper .bx-prev {
  left: 1035px !important;
}

.campaign_slider .bx-wrapper .bx-next {
  right: 1035px !important;
}

/* life */
.life {
  padding: 64px 0 16px;
  text-align: center;
  background: #fff;
}

.life_tit {
  text-align: center;
}

.life_box {
  margin-top: 135px;
  padding: 80px 0;
  background-image: -moz-linear-gradient(150deg, #dafbe3 0%, #d3f7ea 30%, #ccf3f0 100%);
  background-image: -webkit-linear-gradient(150deg, #dafbe3 0%, #d3f7ea 30%, #ccf3f0 100%);
  background-image: -ms-linear-gradient(150deg, #dafbe3 0%, #d3f7ea 30%, #ccf3f0 100%);
}

.life_box .l_inner {
  display: flex;
}

.life .box_dtf {
  width: 600px;
  margin-top: -160px;
  padding: 32px;
  background: url(/img_v2/bg_dtf01.webp) no-repeat 0 0;
}

.life .box_dtf_in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.8);
}

.life .box_dtf_in p {
  margin-top: 48px;
  line-height: 1.875;
}

.life .btn_dtf {
  margin-top: 20px;
}

.life .btn_dtf a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 72px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  background-image: -moz-linear-gradient(-14deg, #3bcb64 0%, #3bcb64 50%, #32be85 65%, #29b0a5 100%);
  background-image: -webkit-linear-gradient(-14deg, #3bcb64 0%, #3bcb64 50%, #32be85 65%, #29b0a5 100%);
  background-image: -ms-linear-gradient(-14deg, #3bcb64 0%, #3bcb64 50%, #32be85 65%, #29b0a5 100%);
  background-size: 200% auto;
  background-position: 100% 0;
  transition: background-position .3s ease-in-out;
}

.life .btn_dtf a:hover {
  background-position: 0 0;
  text-decoration: none;
}

.life ul {
  width: 528px;
  margin-left: 24px;
}

.life ul::after {
  content: '';
  display: block;
  clear: both;
}

.life ul li {
  float: left;
  width: 240px;
  height: 72px;
  margin: 24px 0 0 24px;
}

.life ul li:nth-child(-n+2) {
  margin-top: 0;
}

.life ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  color: #fff;
  font-weight: bold;
  background-color: #0e9f49;
  background-position: 100% 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
}

.life ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.life ul li:nth-child(1) a {
  background-image: url(/img_v2/bg_life01.png);
}

.life ul li:nth-child(2) a {
  background-image: url(/img_v2/bg_life02.png);
}

.life ul li:nth-child(3) a {
  background-image: url(/img_v2/bg_life03.png);
}

.life ul li:nth-child(4) a {
  background-image: url(/img_v2/bg_life04.png);
}

.life ul li:nth-child(5) a {
  background-image: url(/img_v2/bg_life05.png);
}

.life ul li:nth-child(6) a {
  background-image: url(/img_v2/bg_life06.png);
}

.life ul li:nth-child(7) a {
  background-image: url(/img_v2/bg_life07.png);
}

.life ul li:nth-child(8) a {
  background-color: #1ca997;
  background-image: url(/img_v2/bg_life08.png);
}

.life ul li a:hover img {
  opacity: 0.8;
}

/* news */
.news {
  padding: 64px 0;
}

/* question */
.question {
  padding: 64px 0;
  background: #fff;
}

.question_tit {
  text-align: center;
}

.question_subtit {
  margin-top: 60px;
  text-align: center;
  font-size: 1.375rem;
}

#question_data .rn_SearchArea {
  width: 600px;
  margin: 55px auto 0 auto;
  padding-bottom: 0;
  background: #f5f5f5;
  color: #a8a8a8;
  border-radius: 3px;
  position: relative;
}

#question_data .rn_SearchArea input[type="text"] {
  width: calc(100% - 50px);
  margin: 0;
  padding: 15px 20px 17px 20px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

#question_data .rn_SearchArea input[type="button"] {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: 10px;
  background: url(/img_v2/icon_search.png) no-repeat 0 0;
  background-size: 17px 16px;
  text-indent: -9999px;
  width: 17px;
  height: 16px;
  border: none;
  cursor: pointer;
}

#question_data .rn_SearchButton {
  float: left;
}

#question_data .rn_Item {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 0 0 80px;
  width: 544px;
  vertical-align: top;
  background: url(/img_v2/icon_question.png) no-repeat 30px 0;
  font-size: 1rem;
}

#question_data .rn_Item:nth-child(even) {
  margin-left: 30px;
}

#question_data .rn_Item:nth-child(1), #question_data .rn_Item:nth-child(2) {
  margin-top: 0;
}

#question_data .rn_Item a {
  text-decoration: none;
}

#question_data .rn_Item a:hover {
  text-decoration: underline;
}

#question_data #rn_ContentListskw_0 {
  margin-top: 30px;
}

#question_data div.rn_Content .rn_List {
  font-size: 1rem;
}

#question_data #rn_Navigationskw_0 {
  display: none;
}

/* special */
.special {
  padding: 64px 0 60px 0;
  background-color: #52AB82;
  background-size: cover;
}

.special_tit {
  text-align: center;
}

.special_list {
  font-size: 0;
  margin-top: 55px;
}

.special_list li {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: top;
}

.special_list li span {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.special_list li + li {
  margin-left: 30px;
}

.special_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* recommend */
.recommend {
  padding: 46px 0 10px 0;
  background: #fff;
}

.recommend_tit {
  text-align: center;
}

.recommend_list {
  font-size: 0;
  margin-top: 55px;
}

.recommend_list li {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}

.recommend_list li span {
  display: block;
  margin-top: 10px;
  color: #333;
}

.recommend_list li + li {
  margin-left: 30px;
}

.recommend_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* bnr */
.bnr {
  padding: 64px 0;
}

.bnr .l_inner > div {
  padding: 0 90px 0 102px;
  position: relative;
}

.bnr .l_inner > div img {
  width: 184px;
  margin: 0 auto;
}

footer {
  margin-top: 0;
}

footer_pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.floating_btn {
  position: fixed;
  top: 150px;
  right: 100px;
  z-index: 999;
  transform: scale(0);
  animation: scaleUp .4s ease-in-out 1.5s forwards;
}

.floating_btn a:hover img {
  opacity: 0.8;
}

.footer_pagetop p.js_pagetop {
  position: fixed;
  top: auto;
  bottom: 30px;
  right: 100px;
  z-index: 999;
  transform: scale(0);
  animation: scaleUp .4s ease-in-out 1.5s forwards;
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* �{������ */
.m_reading_history {
padding: 46px 0 10px;
background: #FFF;
}
.m_reading_history .m_reading_history_inr {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.m_reading_history .m_reading_history_inr .reading_history_tit {
font-size: 1.375rem;
font-weight: bold;
padding: 0 0 20px;
border-bottom: 2px solid #0e9f48;
}
.m_reading_history .m_reading_history_inr .m_reading_history_item a {
position: relative;
display: block;
padding: 16px 0 19px 21px;
border-bottom: 1px dotted #d9d9d9;
}
.m_reading_history .m_reading_history_inr .m_reading_history_item a:before {
content: "";
position: absolute;
left: 0;
top: 21px;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 12px;
border-color: transparent transparent transparent #333333;
}



/* SP
-------------------------------------------------- */
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 640px) {
  /*
 ============================================================
  index.css
 ============================================================
*/
  /* visual */
  .visual {
    padding-top: 0;
  }
  .visual_img img {
    width: 100%;
  }
  .visual_bg {
    width: 100%;
    height: 100%;
    padding-top: 43.125%;
    position: relative;
  }
  .visual_bg > div {
    height: 100%;
  }
  .visual_bg > div:nth-child(1) h1 {
    width: 100%;
    left: 0;
    padding: 0 0 0 15px;
    margin-left: 0;
    top: 50%;
  }
  .visual_bg > div:nth-child(1) h1 img {
    width: 184px;
    height: auto;
  }
  .visual_bg > div:nth-child(1) img {
    width: 100%;
    display: block;
  }
  .visual_bg_fade li a {
    position: relative;
  }
  .visual_bg_fade li span {
    width: 100%;
    padding: 0 0 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .visual_bg_fade li span img {
    width: 184px;
    height: auto;
  }
  .visual_link {
    display: none;
  }
  .visual nav {
    display: none;
  }
  .visual_note {
    padding: 10px;
    background: #f8faef;
  }
  .visual_note2 {
    padding: 10px;
    background: #f8faef;
  }
  /* guide */
  .guide_tit img {
    width: 143px;
  }
  .guide .column div + div {
    margin-left: 0;
  }
  .guide .panel_tit {
    text-align: center;
  }
  .guide .panel_outer {
    margin-top: 24px;
  }
  .guide .panel_txt {
    height: auto;
  }
  .guide .panel_btn {
		display: block;
    height: auto;
    margin-top: 25px;
  }
  .guide .panel_btn .btn_small,
  .guide .panel_btn .btn {
		width: 100%;
    margin: 0 0 0 0;
  }
	.guide .panel_btn .btn + .btn,
	.guide .panel_btn .btn + .btn_small,
	.guide .panel_btn .btn_small + .btn,
	.guide .panel_btn .btn_small + .btn_small {
    margin-top: 20px;
    margin-left: 0;
	}
  .guide .panel_btn .btn_small a,
  .guide .panel_btn .btn a {
    /*width: 640px;*/
  }
  .guide_link {
		-webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
		flex-wrap: -we bkit-wrap;
		flex-wrap: wrap;
    margin: 18px 0 5px 0;
  }
  .guide_link li {
    width: 47%;
    padding-bottom: 5px;
  }
	.guide_link li:not(:first-child) {
    margin-left: 0;
	}
  .guide_link li:nth-child(even) {
    margin-left: 6%;
  }
  .guide_link li:nth-child(n+3) {
    margin-top: 19px;
  }
  .guide_link li:nth-child(1) a {
    background-size: 50px 46px;
    background-position: 50% calc(50% - 10px);
  }
  .guide_link li:nth-child(2) a {
    background-size: 50px 46px;
    background-position: 50% calc(50% - 10px);
  }
  .guide_link li:nth-child(3) a {
    background-size: 64px 46px;
    background-position: 50% calc(50% - 10px);
  }
  .guide_link li:nth-child(4) a {
    background-size: 44px 56px;
    background-position: 50% calc(50% - 10px);
  }
  .guide_link li:nth-child(5) a {
    background-size: 68px 42px;
    background-position: 50% calc(50% - 10px);
  }
  .guide_link li:nth-child(6) {
    display: inline-block;
    margin-top: 19px;
  }
  .guide_link li:nth-child(6) a {
    background: #f5f5f5 url(/img_v2/icon_guide_link05.png) no-repeat 50% 25px;
    background-size: 51px 45px;
  }
  .guide_link li:nth-child(7) {
    display: inline-block;
    margin-top: 19px;
  }
  .guide_link li:nth-child(7) a {
    background: #f5f5f5 url(/img_v2/icon_guide_link06.png) no-repeat 50% 22px;
    background-size: 43px 47px;
  }
  .guide_link li:nth-child(8) a {
    background-size: 50px 46px;
    background-position: 50% calc(50% - 10px);
  }
  .guide_link li a {
    font-size: 0.875rem;
    padding: 86px 0 15px 0;
    height: auto;
    width: 100%;
  }
  /* service */
  .service_tit {
    margin-bottom: 20px;
  }
  .service_tit img {
    width: 283px;
  }
  .service_subtit {
    font-size: 1.25rem;
  }
  .service .column {
    margin-top: 0;
  }
  .service .column > div {
    height: auto;
    margin-top: 20px;
    padding: 12px 8px 12px 8px;
  }
  .service_link {
    margin-left: 0;
    overflow: hidden;
    letter-spacing: normal;
    font-size: 0;
  }
  .service_link li {
    width: 49%;
    margin: 8px 0 0 2%;
  }
  .service_link li:nth-child(odd) {
    margin-left: 0;
  }
  .service_link li .btn_small a {
    height: 53px;
    padding-left: 43px;
    width: 1000px;
    font-size: 0.75rem;
  }
  .service_link li .btn_small a:before {
    width: 23px;
    height: 23px;
    left: 12px;
    margin-top: -12px;
    top: 50%;
    background-size: 92px 135px;
    zoom: 100%;
  }
  .service_link li .btn_small a.display_pc {
    display: none;
  }
  .service_link li .btn_small a.display_sp {
    display: table-cell;
  }
  .service_link.save li:nth-child(1) a:before {
    background-position: 0 0px;
  }
  .service_link.save li:nth-child(2) a:before {
    background-position: 0 -23px;
  }
  .service_link.save li:nth-child(3) a:before {
    background-position: 0 -46px;
  }
  .service_link.save li:nth-child(4) a:before {
    background-position: 0 -69px;
  }
  .service_link.borrow li:nth-child(1) a:before {
    background-position: -23px -0px;
  }
  .service_link.borrow li:nth-child(2) a:before {
    left: 12px;
    background-position: -23px -23px;
  }
  .service_link.borrow li:nth-child(3) a:before {
    left: 12px;
    background-position: -23px -46px;
  }
  .service_link.borrow li:nth-child(4) a:before {
    left: 12px;
    background-position: -23px -69px;
  }
  .service_link.borrow li:nth-child(5) a:before {
    left: 12px;
    background-position: -23px -92px;
  }
  .service_link.borrow li:nth-child(6) a:before {
    left: 12px;
    background-position: -23px -115px;
  }
  .service_link.operating li:nth-child(1) a:before {
    background-position: -46px 0px;
  }
  .service_link.operating li:nth-child(2) a:before {
    background-position: -46px -23px;
  }
  .service_link.operating li:nth-child(3) a:before {
    background-position: -46px -46px;
  }
  .service_link.operating li:nth-child(4) a:before {
    background-position: -46px -69px;
  }
  .service_link.operating li:nth-child(5) a:before {
    background-position: -46px -92px;
  }
  .service_link.operating li:nth-child(6) a:before {
    background-position: -46px -115px;
  }
  .service_link.prepare li:nth-child(1) a {
    padding-left: 43px;
  }
  .service_link.prepare li:nth-child(1) a:before {
    background-position: -69px 0px;
  }
  .service_link.prepare li:nth-child(2) a {
    padding-left: 43px;
  }
  .service_link.prepare li:nth-child(2) a:before {
    background-position: -69px -23px;
  }
  .service_link.prepare li:nth-child(3) a {
    padding-left: 43px;
  }
  .service_link.prepare li:nth-child(3) a:before {
    background-position: -69px -46px;
  }
  .service_link.prepare li:nth-child(4) a {
    padding-left: 43px;
  }
  .service_link.prepare li:nth-child(4) a:before {
    background-position: -69px -69px;
  }
  .service_link.prepare li:nth-child(5) a {
    padding-left: 43px;
  }
  .service_link.prepare li:nth-child(5) a:before {
    background-position: -69px -92px;
  }
  .service_link.prepare li:nth-child(6) a {
    padding-left: 43px;
  }
  .service_link.prepare li:nth-child(6) a:before {
    background-position: -69px -115px;
  }
  .service_link.convenience li a {
    padding: 0 10px;
    text-align: left;
  }
  /* campaign */
  .campaign {
    min-width: 100%;
  }
  .campaign_tit {
    width: 100%;
  }
  .campaign_tit img {
    width: 228px;
  }
  .campaign_slider_inner {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .campaign_slider_inner li:not(.is_active) {
    opacity: 1;
  }
  .campaign_slider_inner img {
    width: 100%;
  }
  .campaign_slider_campaign02 a {
    bottom: 4%;
    width: 41%;
  }
  .campaign_slider_campaign02 a img {
    width: 100%;
  }
  .campaign_slider_campaign02 a.btn01 {
    left: 8%;
    text-align: left;
  }
  .campaign_slider_campaign02 a.btn02 {
    right: 8%;
    text-align: right;
  }
  .campaign_slider .bx-wrapper .bx-pager {
    width: 100%;
  }
  .campaign_slider .bx-wrapper .bx-prev,
  .campaign_slider .bx-wrapper .bx-next {
    display: none;
  }
  /* life */
  .life h2 {
    margin-top: 0;
  }
  .life_box {
    margin: 25px -10px 0;
    padding: 0 10px;
    font-size: 0.8125rem;
    background-image: none;
  }
  .life_box .l_inner {
    display: block;
  }
  .life .box_dtf {
    width: 100%;
    margin: 0;
    padding: 16px;
    background-size: cover;
    position: relative;
  }
  .life .box_dtf_in {
    padding: 24px 16px;
  }
  .life .box_dtf_in p {
    width: 100%;
    margin-top: 24px;
    text-align: left;
  }
  .life .box_dtf_tit {
    width: 100%;
  }
  .life .box_dtf_tit img {
    max-width: 100%;
    height: auto;
  }
  .life .btn_dtf {
    width: 100%;
  }
  .life .btn_dtf a {
    width: 100%;
  }
  .life .list_life {
    margin: -40px -10px 0;
    padding: 56px 0 40px;
    background-image: -moz-linear-gradient(150deg, #dafbe3 0%, #d3f7ea 30%, #ccf3f0 100%);
    background-image: -webkit-linear-gradient(150deg, #dafbe3 0%, #d3f7ea 30%, #ccf3f0 100%);
    background-image: -ms-linear-gradient(150deg, #dafbe3 0%, #d3f7ea 30%, #ccf3f0 100%);
  }
  .life ul {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .life ul li {
    width: calc((100% - 12px)/2);
    height: 65px;
    margin: 12px 0 0 12px;
  }
  .life ul li:nth-child(odd) {
    margin-left: 0;
  }
  .life ul li a {
    text-align: left;
  }
  .life ul li a:hover {
    opacity: 1;
  }
  /* news */
  .news {
    padding: 5px 10px 25px 10px;
  }
  /* question */
  .question_tit img {
    width: 199px;
  }
  .question_subtit {
    margin-top: 30px;
    font-size: 1.25rem;
  }
  #question_data .rn_SearchArea {
    width: 100%;
  }
  #question_data .rn_Item {
    width: 100%;
    padding-left: 44px;
    background-position: 0 0;
  }
  #question_data .rn_Item:nth-child(even) {
    margin-left: 0;
  }
  #question_data .rn_Item:nth-child(2) {
    margin-top: 20px;
  }
  #question_data #rn_ContentListskw_0 {
    margin-top: 30px;
  }
  /* special */
  .special_tit img {
    width: 257px;
  }
  .special_list {
    margin-top: 22px;
  }
  .special_list li {
    width: 48%;
    margin-top: 18px;
    margin: 0 0 0 4%;
  }
  .special_list li:nth-child(odd) {
    margin-left: 0;
  }
  .special_list li + li {
    margin-left: 4%;
    margin-top: 12px;
  }
  .special_list li + li:nth-child(2) {
    margin-top: 0;
  }
  .special_list li img {
    width: 100%;
  }
  /* recommend */
  .recommend_tit img {
    width: 257px;
  }
  .recommend_list {
    margin-top: 22px;
  }
  .recommend_list li {
    width: 48%;
    margin-top: 18px;
    margin: 0 0 0 4%;
  }
  .recommend_list li:nth-child(odd) {
    margin-left: 0;
  }
  .recommend_list li + li {
    margin-left: 4%;
    margin-top: 12px;
  }
  .recommend_list li + li:nth-child(2) {
    margin-top: 0;
  }
  .recommend_list li img {
    width: 100%;
  }
  /* bnr */
  .bnr .l_inner > div {
    padding: 0 43px;
  }
  .bnr .l_inner > div img {
    width: 104px;
  }
	/* �{������ */
	.m_reading_history {
		padding: 40px 10px 10px;
	}
	.m_reading_history .m_reading_history_inr .reading_history_tit {
		padding: 0 0 13px 0;
		font-size: 1.75rem;
		font-weight: normal;
		border-bottom: 2px solid #e6e6e6;
	}
	.m_reading_history .m_reading_history_inr .m_reading_history_item a {
		padding: 12px 0 12px 18px;
	}
	.m_reading_history .m_reading_history_inr .m_reading_history_item a:before {
		top: 19px;
    border-width: 6px 0 6px 10px;
	}
  footer {
    margin-top: 40px;
  }
  .floating_btn {
    width: 80px;
    height: 80px;
    top: 80px;
    right: 12px;
  }
  .floating_btn img {
    max-width: 100%;
    height: auto;
  }
  .floating_btn a:hover img {
    opacity: 1;
  }
  .footer_pagetop p.js_pagetop {
    width: 50px;
    height: 50px;
    margin: 0;
    background: #0e9f48;
    box-shadow: 0px 2px 0px 0px #0b7f3a;
    border-radius: 50%;
    text-indent: -99999px;
    bottom: 12px;
    right: 12px;
  }
  .footer_pagetop p.js_pagetop:hover {
    background: #0e9f48;
  }
  .footer_pagetop p.js_pagetop::before {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    margin: -6px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/img_v2/icon_pagetop_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  @keyframes scaleUp {
    0% {
      transform: scale(0);
    }
    90% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  /* SP
-------------------------------------------------- */
  .guide,
  .service,
  .life,
  .campaign,
  .question,
  .special,
  .recommend,
  .bnr {
    padding: 40px 10px;
  }
}


/* Rトースター フッターバナー
-------------------------------------------------- */
#rt_popup {
display: block;
width: 100%;
height: 60px;
opacity: 1;
z-index: 998;
position: fixed;
bottom: 0;
background: rgba(0, 102, 89, 0.5);
}
#rt_popup > img {
display: block;
position: absolute;
cursor: pointer;
top: -9px;
left: 5px;
}
#rt_popup	.rtimg {
display: block;
width: 100%;
color: #FFF;
}
#rt_popup	.rtimg .rt_popup_cnts {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
max-width: 1220px;
margin: 0 auto;
padding: 5px 10px;
box-sizing: border-box;
}
#rt_popup	.rtimg .rt_popup_cnts .rt_popup_img {
width: 50px;
}
#rt_popup	.rtimg .rt_popup_cnts .rt_popup_img img {
height: auto;
width: auto;
max-width: 100%;
}
#rt_popup	.rtimg .rt_popup_cnts .rt_popup_txt {
width: -webkit-calc(100% - 65px);
width: calc(100% - 65px);
margin-left: 15px;
color: #FFF;
}
@media only screen and (max-width: 640px) {
#rt_popup {
height: 100px;
z-index: 998;
}
#rt_popup	.rtimg .rt_popup_cnts {
padding: 10px;
}
#rt_popup	.rtimg .rt_popup_cnts .rt_popup_img {
width: 80px;
}
#rt_popup .rtimg .rt_popup_cnts .rt_popup_txt {
width: -webkit-calc(100% - 95px);
width: calc(100% - 95px);
margin-left: 15px;
color: #FFF;
}
}


/*# sourceMappingURL=../_maps/css_v2/index.css.map */
