@charset "UTF-8";
/*
.example{
	@include widthPercent(960, 300);
}
*/
/*
.example{
	@include heightPercent(500, 300);
}
*/
/*
.example{
	@include marginPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	@include paddingPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	position: absolute;
	@include posiLeftPercent(500, 50);
	@include posiTopPercent(300, 50);
	@include posiRightPercent(500, 50);
	@include posiBtmPercent(300, 50);
}
*/
/*****************************************
main
*****************************************/
@media print, screen and (min-width: 1151px) {
  main {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 750px) {
  main {
    padding: 0;
  }
}

#pagetop {
  display: none;
}

/*****************************************
.pp__PageHeading
*****************************************/
.pp__PageHeading {
  background-color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .pp__PageHeading {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.pp__PageHeading__container {
  padding: 0;
}
@media print, screen and (min-width: 751px) {
  .pp__PageHeading__container {
    margin: 0 auto;
  }
}

/*****************************************
.pp__PageHeadingLogo
*****************************************/
.pp__PageHeadingLogo {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 751px) {
  .pp__PageHeadingLogo {
    margin-left: 0.35rem;
  }
}
@media screen and (max-width: 750px) {
  .pp__PageHeadingLogo {
    margin-bottom: 0;
  }
}

.pp__PageHeadingLogo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.16rem;
}
.pp__PageHeadingLogo__inner .pp__logo img {
  width: 2.04rem;
  height: auto;
  margin: 0;
}
.pp__PageHeadingLogo__inner .pp__title {
  color: #333;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  padding: 0 0 0.15rem;
}
@media print, screen and (min-width: 751px) {
  .pp__PageHeadingLogo__inner .pp__title {
    margin: 0 0 0 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .pp__PageHeadingLogo__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10px;
  }
  .pp__PageHeadingLogo__inner .pp__logo img {
    width: 84px;
    margin: 0 0 0 -12px;
  }
  .pp__PageHeadingLogo__inner .pp__title {
    padding: 0 0 1rem;
  }
}

.pp__PageHeadingLogo__sp {
  font-size: 10px;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .pp__PageHeadingLogo__sp {
    display: none;
  }
}

/*****************************************
.pp__PageTitle
*****************************************/
.pp__PageTitle {
  text-align: center;
  display: block;
  color: #505050;
}
@media screen and (max-width: 750px) {
  .pp__PageTitle {
    background: url(/sp/images_re/tit_bg01.png) repeat-x 0 center;
    font-size: 20px;
  }
}

.pp__PageTitle__inner {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #505050;
  font-size: 0.5rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 750px) {
  .pp__PageTitle__inner {
    padding: 0 10px 0 10px;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: normal;
  }
  .pp__PageTitle__inner:before {
    display: block;
    background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 5px;
  }
}

/*****************************************
.pp__Section
*****************************************/
.pp__Section {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 750px) {
  .pp__Section {
    padding: 10px;
  }
}

.pp__Section__container {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 750px) {
  .pp__Section__container {
    padding: 15px;
    max-width: initial;
  }
}

/*****************************************
.pp__PpItems
*****************************************/
.pp__PpItems__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #Ccc;
  padding-bottom: 20px;
}
.pp__PpItems__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pp__PpItems__item:last-child {
  margin-bottom: 0;
}
.pp__PpItems__item .pp__title {
  font-size: 0.35rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .pp__PpItems__item .pp__title {
    font-size: 15px;
  }
}
.pp__PpItems__item p {
  font-size: 0.24rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .pp__PpItems__item p {
    font-size: 14px;
  }
}
.pp__PpItems__item ul li {
  list-style: disc;
  color: #666;
  font-size: 0.2rem;
  margin-left: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .pp__PpItems__item ul li {
    font-size: 14px;
  }
}
.pp__PpItems__item ul li a {
  word-break: break-all;
}
.pp__PpItems__item ul._font_large li {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .pp__PpItems__item ul._font_large li {
    font-size: 14px;
  }
}

.main-footer__contact {
  max-width: 740px;
  margin: 120px auto 120px;
}
@media screen and (max-width: 750px) {
  .main-footer__contact {
    padding: 0 20px;
    margin: 80px auto;
  }
}

.pp__PpItems__item__contact {
  margin-top: 1rem;
  text-align: right;
}