@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}

/* webkit specific styles */
input[type="color"]::-webkit-color-swatch {
  border: none; }

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input:focus {
  outline: none; }

ul, ol {
  list-style-type: none; }

body {
  position: relative;
  min-height: 100vh;
  color: #2d2d2d;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #fad0cf;
  background: -moz-linear-gradient(top, #fad0cf 0, rgba(250, 208, 207, 0) 60vh);
  background: -webkit-linear-gradient(top, #fad0cf 0, rgba(250, 208, 207, 0) 60vh);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fad0cf), color-stop(60vh, rgba(250, 208, 207, 0)));
  background: -o-linear-gradient(top, #fad0cf 0, rgba(250, 208, 207, 0) 60vh);
  background: linear-gradient(to bottom, #fad0cf 0, rgba(250, 208, 207, 0) 60vh);
}

  @media screen and (max-width: 700px) {
    body {
      font-size: 0.9rem;
      line-height: 1.6;
    }
  }

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  color: #2d2d2d;
  text-decoration: underline;
}

a:hover {
    opacity: 0.5;
}

button:focus, button:hover {
  cursor: pointer;
  opacity: 0.5;
}

::-moz-selection {
  background: #2d2d2d;
  color: #fff;
}

::selection {
  background: #2d2d2d;
  color: #fff;
}

.ly_header {
  width: 100%;
  height: 13.3vw;
}

.ly_cont {
  padding: 5vw 2.5vw;
}

.ly_divCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.ly_divCols_item.ly_divCols_item__noShr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2vw;
  background-color: #fff;
}

.bl_header .bl_header_titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
  
.bl_header .bl_header_logo {
  width: 27.5vw;
  height: 9.5vw;
  margin-right: 4vw;
}

.bl_header .bl_header_title {
  font-size: 5vw;
  line-height: 1.3;
}

.bl_header .bl_header_title span {
  display: block;
  color: #ababab;
  font-size: 1.5vw;
  line-height: 1;
  letter-spacing: -0.05em;
}

.bl_header .bl_header_menu {
  display: block;
  width: 8vw;
  height: 8vw;
  padding: 0;
  background: none;
  border: none;
}

.bl_cont {
  position: relative;
}

.bl_titleBar {
  padding: 1.5vw 2vw 2.5vw 2vw;
}

.bl_overlayNav {
  min-height: 100%;
  padding: 5vw 2.5vw;
  background-color: #fff;
}

.bl_overlayNav a {
  display: inline-block;
  position: relative;
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}

.bl_overlayNav a.el_externalLink::after {
  bottom: 0.2em;
  right: 0.6em;
}

.bl_overlayNav > ul > li + li {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: solid 2px #d9d9d9;
}

.bl_overlayNav > ul > li a {
  font-size: 0.875rem;
}

.bl_overlayNav > ul > li ul {
  margin-left: 0.8em;
}

.bl_overlayNav > ul > li ul li + li {
  margin-top: 0.1em !important;
}

.bl_overlayNav_title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

.bl_menulistTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_menulistTop li {
  width: 48%;
}

.bl_menulistTop li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.8vw;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-right: solid 4px #d9d9d9;
  border-bottom: solid 4px #d9d9d9;
}

.bl_menulistTop li a figure > div {
  width: 20vw;
  height: 20vw;
  margin: 0 auto 0.625rem auto;
}

.bl_menulistTop li a figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_menulistTop li.bl_menulistTop_link2rows a {
  height: auto;
}

.bl_menulistTop li.bl_menulistTop_link2rows a:first-of-type {
  border-bottom: none;
}

.bl_menulistTop li.bl_menulistTop_link2rows a.bl_menulistTop_link2rows_orangeBack {
  background-color: #ffd675;
  border-right: solid 4px #ffc742;
  border-bottom: solid 4px #ffc742;
}

.bl_menulistEm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_menulistEm li {
  width: 48.5%;
}

.bl_menulistEm li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.8vw;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #03a597;
  border-right: solid 2px #027369;
  border-bottom: solid 2px #027369;
}

.bl_menulistEm li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.bl_menulistEm li a figure > div {
  width: 10vw;
  height: 10vw;
  margin-right: 2vw;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.bl_menulistEm li a figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_menulistNormal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_menulistNormal li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
}

.bl_menulistNormal  li:nth-child(2n){
	background:#E5F6F4;
}

.bl_menulistNormal li:nth-of-type(3n) {
  margin-right: 0;
}

.bl_menulistNormal li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.5vw;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-right: solid 4px #d9d9d9;
  border-bottom: solid 4px #d9d9d9;
}

.bl_menulistNormal li a figure > div {
  width: 12vw;
  height: 12vw;
  margin: 0 auto 0.3125rem auto;
}

.bl_menulistNormal li a figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4em;
}

.bl_menulistNormal li .el_badge {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
}

/********************************************動画リスト*********************************************************/

.bl_movieListNormal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .bl_movieListNormal li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
}

.bl_movieListNormal li:nth-of-type(3n) {
  margin-right: 0;
} */

.bl_movieListNormal li {
  width: 48%;
  margin: 0 3.5% 3.5% 0;
  position: relative;
  overflow: hidden;
}

.bl_movieListNormal li:nth-of-type(2n) {
  margin-right: 0;
}

.bl_movieListNormal li::after {
  content: '';
  position: absolute; 
  top: 45%;
  left: 50%;
  transform: translate(-50%,-45%);
  width: 20%;  
  aspect-ratio: 256 / 196;
  background-image: url(../img/icon_movie_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bl_movieListNormal li a {
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.bl_movieListNormal li div {
	position: relative;
	width:100%; 
	height:16.5vw;
	margin: 0 0 3.5% 0;
}

.bl_movieListNormal li iframe{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}

/*********************************************パンフレットリスト*********************************************************/

.bl_pamphletListNormal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_pamphletListNormal li {
  width: 31%;
  margin: 0 3.5% 5% 0;
}

.bl_pamphletListNormal li:nth-of-type(3n) {
  margin-right: 0;
}

.bl_pamphletListNormal li a {
	font-size: 0.8125rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.bl_pamphletListNormal li a figure > div {
	border: solid 1px #AEAEAE;
	width: 100%;
  height: 37vw;
	margin: 0 auto 8% auto;
  position: relative;
}

.bl_pamphletListNormal li a figure > div > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/******************************************************************************************************/

.bl_infoList li > p {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}

.bl_infoList li > p a {
  text-decoration: none;
}

.bl_infoList li > date {
  color: #ababab;
}

.bl_infoList li + li {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: solid 2px #e6e6e6;
}

.bl_artList {
  counter-reset: bl_orderList;
}

.bl_artList li {
  position: relative;
  padding-top: 1.875rem;
}

.bl_artList li + li {
  margin-top: 1.875rem;
  border-top: solid 2px #cccccc;
}

.bl_artList li::before {
  content: counter(bl_orderList);
  position: absolute;
  top: 0.9375rem;
  left: 0.625rem;
  padding: 0.4em 0.25em 0.5em 0.25em;
  color: #ff5e5b;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  border: solid 2px #ff5e5b;
  border-radius: 1em 1em 0 0;
  counter-increment: bl_orderList;
}

.bl_artList .ly_divCols_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
}

.bl_artList .bl_artList_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30vw;
  max-height: 30vw;
  text-align: center;
}

.bl_artList .bl_artList_image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.bl_artList .bl_artList_title {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.bl_artList .bl_artList_title span {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}

.bl_artList .bl_artList_desc {
  font-size: 0.875rem;
  line-height: 1.6;
}

.bl_bgWhite {
  position: relative;
  padding: 5vw 2.5vw 2.5vw 2.5vw;
  background-color: #fff;
  border-radius: 0.6rem;
}

.bl_bgWhite.bl_bgWhite__bgGrad::after {
  content: "";
  display: block;
  position: absolute;
  top: -30vw;
  left: -2.5vw;
  width: calc(100% + 5vw);
  height: 60vw;
  background: -moz-linear-gradient(top, rgba(250, 208, 207, 0) 0%, #fad0cf 40%, #fad0cf 80%, rgba(250, 208, 207, 0) 100%, rgba(250, 208, 207, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(250, 208, 207, 0) 0%, #fad0cf 40%, #fad0cf 80%, rgba(250, 208, 207, 0) 100%, rgba(250, 208, 207, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 208, 207, 0)), color-stop(40%, #fad0cf), color-stop(80%, #fad0cf), color-stop(99%, rgba(250, 208, 207, 0)), to(rgba(250, 208, 207, 0)));
  background: -webkit-linear-gradient(top, rgba(250, 208, 207, 0) 0%, #fad0cf 40%, #fad0cf 80%, rgba(250, 208, 207, 0) 99%, rgba(250, 208, 207, 0) 100%);
  background: -o-linear-gradient(top, rgba(250, 208, 207, 0) 0%, #fad0cf 40%, #fad0cf 80%, rgba(250, 208, 207, 0) 99%, rgba(250, 208, 207, 0) 100%);
  background: linear-gradient(to bottom, rgba(250, 208, 207, 0) 0%, #fad0cf 40%, #fad0cf 80%, rgba(250, 208, 207, 0) 99%, rgba(250, 208, 207, 0) 100%);
  z-index: -1;
}

.bl_sliderWaitfor .slick-slide {
  position: relative;
  height: calc(90vw*1.622);
  max-height: 811px;
}

.bl_sliderWaitfor .slick-slide img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.bl_bulletList > li, .bl_overlayNav > ul > li ul > li {
  position: relative;
  padding-left: 1em;
}

.bl_bulletList > li + li, .bl_overlayNav > ul > li ul > li + li {
  margin-top: 0.3em;
}

.bl_bulletList > li::before, .bl_overlayNav > ul > li ul > li::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: currentColor;
  border-radius: 50%;
}

.bl_orderList {
  counter-reset: bl_orderList;
}

.bl_orderList > li {
  position: relative;
  padding-left: 1.5em;
}

.bl_orderList > li + li {
  margin-top: 0.3em;
}

.bl_orderList > li::before {
  content: counter(bl_orderList) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: currentColor;
  font-weight: bold;
  counter-increment: bl_orderList;
}

.bl_orderList.bl_orderList__circle > li::before {
  content: counter(bl_orderList) !important;
  top: 48%;
  left: 0.48em;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 0;
}

.bl_orderList.bl_orderList__circle > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.bl_orderList.bl_orderList__rightBracket > li::before {
  content: counter(bl_orderList) " ）";
  font-weight: normal;
}

.bl_cautionList > li {
  position: relative;
  padding-left: 1.3em;
}

.bl_cautionList > li + li {
  margin-top: 0.3em;
}

.bl_cautionList > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.bl_cautionList.bl_cautionList__star > li::before {
  content: '＊';
}

.el_headGeneral {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.el_headTest {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 82.5vw;
  height: 60vw;
  padding: 5vw 0 0 5vw;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  background: -moz-linear-gradient(top, #f28583 0%, rgba(242, 133, 131, 0) 100%);
  background: -webkit-linear-gradient(top, #f28583 0%, rgba(242, 133, 131, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f28583), to(rgba(242, 133, 131, 0)));
  background: -o-linear-gradient(top, #f28583 0%, rgba(242, 133, 131, 0) 100%);
  background: linear-gradient(to bottom, #f28583 0%, rgba(242, 133, 131, 0) 100%);
  border-radius: 0.5em 0 0 0;
  z-index: -1;
}

.el_txt_small {
  font-size: 0.875rem;
  line-height: 1.6em;
}

  @media screen and (max-width: 700px) {
    .el_txt_small {
      font-size: 0.9em;
    }
  }

.el_txt_normal {
  font-size: 1rem;
  line-height: 1.6em;
}

  @media screen and (max-width: 700px) {
    .el_txt_normal {
      font-size: 1em;
    }
  }

.el_txt_large {
  font-size: 1.125rem;
  line-height: 1.6em;
}

  @media screen and (max-width: 700px) {
    .el_txt_large {
      font-size: 1.05em;
    }
  }

.el_txt_bold {
  font-weight: bold;
}

.el_txt_fine {
  font-weight: normal;
}

.el_externalLink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6vw;
  right: 0.6vw;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../img/icon_external_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.el_externalLink.el_externalLink__whilte::after {
  background-image: url(../img/icon_external_white.png);
}

.annotation{
	font-size: 70%;
	margin: -0.8rem 0 0 0;
}

.el_badge {
  display: inline-block;
  min-width: 2em;
  padding: 0.3em 0.3em 0.2em 0.3em;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #ff5e5b;
  border-radius: 1em;
}

.el_wideBtn {
  display: inline-block;
  width: 100%;
  padding: 1em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-color: #f7ede2;
  border-right: solid 2px #ecd4ba;
  border-bottom: solid 2px #ecd4ba;
}

.el_iconBtn {
  display: inline-block;
  position: relative;
  height: auto;
  padding: 0.6em 1.5em 0.6em 2.8em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: left 0.6em top 50%;
  border-right: solid 2px #d9d9d9;
  border-bottom: solid 2px #d9d9d9;
}

.el_iconBtn.el_iconBtn__logo {
  background-image: url(../img/icon_mainlogo.png);
}

.el_iconBtn.el_iconBtn__search {
  background-image: url(../img/icon_search.png);
}

.el_prevBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10vw;
  height: 10vw;
  padding: 0.4em;
  color: #ff5e5b;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border-right: solid 2px #d9d9d9;
  border-bottom: solid 2px #d9d9d9;
  overflow: hidden;
}

  @media screen and (min-width: 701px) {
    .hp_spOnly {
      display: none;
      content-visibility: visible;
    }
  }

  @media screen and (max-width: 700px) {
    .hp_pcOnly {
      display: none;
      content-visibility: visible;
    }
  }

.hp_displayNone {
  display: none !important;
}

.hp_w10p {
  width: 10% !important;
}

.hp_w20p {
  width: 20% !important;
}

.hp_w30p {
  width: 30% !important;
}

.hp_w40p {
  width: 40% !important;
}

.hp_w50p {
  width: 50% !important;
}

.hp_w60p {
  width: 60% !important;
}

.hp_w70p {
  width: 70% !important;
}

.hp_w80p {
  width: 80% !important;
}

.hp_w90p {
  width: 90% !important;
}

.hp_w100p {
  width: 100% !important;
}

.hp_w250 {
  width: 15.625rem !important;
}

.hp_w300 {
  width: 18.75rem !important;
}

.hp_w350 {
  width: 21.875rem !important;
}

.hp_w400 {
  width: 25rem !important;
}

.hp_w1000 {
  width: 62.5rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_w10p,
    .hp_w20p,
    .hp_w30p,
    .hp_w40p,
    .hp_w50p,
    .hp_w60p,
    .hp_w70p,
    .hp_w80p,
    .hp_w90p,
    .hp_w100p,
    .hp_w250,
    .hp_w300,
    .hp_w350,
    .hp_w400,
    .hp_w1000 {
      width: auto !important;
    }
  }

.hp_h210 {
  height: 13.125rem !important;
}

.hp_h500 {
  height: 31.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_h210,
    .hp_h500 {
      height: auto !important;
    }
  }

  @media screen and (max-width: 700px) {
    .hp_h210 > img,
    .hp_h500 > img {
      max-height: 40vh;
    }
  }

.hp_mt10 {
  margin-top: 0.625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt10 {
      margin-top: calc(2rem * (10/50)) !important;
    }
  }

.hp_mt15 {
  margin-top: 0.9375rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt15 {
      margin-top: calc(2rem * (15/50)) !important;
    }
  }

.hp_mt20 {
  margin-top: 1.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt20 {
      margin-top: calc(2rem * (20/50)) !important;
    }
  }

.hp_mt25 {
  margin-top: 1.5625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt25 {
      margin-top: calc(2rem * (25/50)) !important;
    }
  }

.hp_mt30 {
  margin-top: 1.875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt30 {
      margin-top: calc(2rem * (30/50)) !important;
    }
  }

.hp_mt35 {
  margin-top: 2.1875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt35 {
      margin-top: calc(2rem * (35/50)) !important;
    }
  }

.hp_mt40 {
  margin-top: 2.5rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt40 {
      margin-top: calc(2rem * (40/50)) !important;
    }
  }

.hp_mt50 {
  margin-top: 3.125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt50 {
      margin-top: calc(2rem * (50/50)) !important;
    }
  }

.hp_mt60 {
  margin-top: 3.75rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt60 {
      margin-top: calc(2rem * (60/50)) !important;
    }
  }

.hp_mt70 {
  margin-top: 4.375rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt70 {
      margin-top: calc(2rem * (70/50)) !important;
    }
  }

.hp_mt80 {
  margin-top: 5rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt80 {
      margin-top: calc(2rem * (80/50)) !important;
    }
  }

.hp_mt100 {
  margin-top: 6.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mt100 {
      margin-top: calc(2rem * (100/50)) !important;
    }
  }

.hp_mr0 {
  margin-right: 0rem !important;
}

.hp_mr5 {
  margin-right: 0.3125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mr5 {
      margin-right: calc(2rem * (5/50)) !important;
    }
  }

.hp_mr20 {
  margin-right: 1.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mr20 {
      margin-right: calc(2rem * (20/50)) !important;
    }
  }

.hp_mr30 {
  margin-right: 1.875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mr30 {
      margin-right: calc(2rem * (30/50)) !important;
    }
  }

.hp_mr100 {
  margin-right: 6.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mr100 {
      margin-right: calc(2rem * (100/50)) !important;
    }
  }

.hp_mb0 {
  margin-bottom: 0rem !important;
}

.hp_mb5 {
  margin-bottom: 0.3125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb5 {
      margin-bottom: calc(2rem * (5/50)) !important;
    }
  }

.hp_mb10 {
  margin-bottom: 0.625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb10 {
      margin-bottom: calc(2rem * (10/50)) !important;
    }
  }

.hp_mb15 {
  margin-bottom: 0.9375rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb15 {
      margin-bottom: calc(2rem * (15/50)) !important;
    }
  }

.hp_mb20 {
  margin-bottom: 1.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb20 {
      margin-bottom: calc(2rem * (20/50)) !important;
    }
  }

.hp_mb25 {
  margin-bottom: 1.5625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb25 {
      margin-bottom: calc(2rem * (25/50)) !important;
    }
  }

.hp_mb30 {
  margin-bottom: 1.875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb30 {
      margin-bottom: calc(2rem * (30/50)) !important;
    }
  }

.hp_mb35 {
  margin-bottom: 2.1875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb35 {
      margin-bottom: calc(2rem * (35/50)) !important;
    }
  }

.hp_mb40 {
  margin-bottom: 2.5rem !important;
}

  @media screen and (max-width: 700px) {
   .hp_mb40 {
      margin-bottom: calc(2rem * (40/50)) !important;
    }
  }

.hp_mb50 {
  margin-bottom: 3.125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_mb50 {
      margin-bottom: calc(2rem * (50/50)) !important;
    }
  }

.hp_ml10 {
  margin-left: 0.625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_ml10 {
      margin-left: calc(2rem * (10/50)) !important;
    }
  }

.hp_ml30 {
  margin-left: 1.875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_ml30 {
      margin-left: calc(2rem * (30/50)) !important;
    }
  }

.hp_ml50 {
  margin-left: 3.125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_ml50 {
      margin-left: calc(2rem * (50/50)) !important;
    }
  }

.hp_pt0 {
  padding-top: 0rem !important;
}

.hp_pt10 {
  padding-top: 0.625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt10 {
      padding-top: calc(2rem * (10/50)) !important;
    }
  }

.hp_pt20 {
  padding-top: 1.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt20 {
      padding-top: calc(2rem * (20/50)) !important;
    }
  }

.hp_pt30 {
  padding-top: 1.875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt30 {
      padding-top: calc(2rem * (30/50)) !important;
    }
  }

.hp_pt35 {
  padding-top: 2.1875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt35 {
      padding-top: calc(2rem * (35/50)) !important;
    }
  }

.hp_pt40 {
  padding-top: 2.5rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt40 {
      padding-top: calc(2rem * (40/50)) !important;
    }
  }

.hp_pt45 {
  padding-top: 2.8125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt45 {
      padding-top: calc(2rem * (45/50)) !important;
    }
  }

.hp_pt50 {
  padding-top: 3.125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pt50 {
      padding-top: calc(2rem * (50/50)) !important;
    }
  }

.hp_pb10 {
  padding-bottom: 0.625rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb10 {
      padding-bottom: calc(2rem * (20/50)) !important;
    }
  }

.hp_pb20 {
  padding-bottom: 1.25rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb20 {
      padding-bottom: calc(2rem * (20/50)) !important;
    }
  }

.hp_pb30 {
  padding-bottom: 1.875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb30 {
      padding-bottom: calc(2rem * (30/50)) !important;
    }
  }

.hp_pb35 {
  padding-bottom: 2.1875rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb35 {
      padding-bottom: calc(2rem * (35/50)) !important;
    }
  }

.hp_pb40 {
  padding-bottom: 2.5rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb40 {
      padding-bottom: calc(2rem * (40/50)) !important;
    }
  }

.hp_pb45 {
  padding-bottom: 2.8125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb45 {
      padding-bottom: calc(2rem * (45/50)) !important;
    }
  }

.hp_pb50 {
  padding-bottom: 3.125rem !important;
}

  @media screen and (max-width: 700px) {
    .hp_pb50 {
      padding-bottom: calc(2rem * (50/50)) !important;
    }
  }

.hp_borderTop {
  border-top: solid 2px #d9d9d9 !important;
}

.hp_borderBottom {
  border-bottom: solid 2px #d9d9d9 !important;
}

.hp_alignCenter {
  text-align: center;
}

.hp_alignRight {
  text-align: right;
}

.hp_autoMg {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hp_bgcWhite {
  background-color: #fff !important;
}

.hp_nowrap {
  word-break: keep-all;
  white-space: nowrap;
}

.hp_shadow {
  -webkit-box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.5) !important;
}

.hp_noShadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bdr {
  border-top: solid 2px #cccccc;
  padding-top: 5%;
}

.page-numbers {
  margin: 20px 0 0 0 ;
  text-align: center;
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  font-weight:bold;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers a {
  display: inline-block;
  padding: 0.1rem .5rem;
  margin: 0 .2rem .2rem 0;
  background: #fff;
}

.pagination .current{
  background:#F28482;
  color:#fff;
}

.page-numbers span {
  display: inline-block;
  padding: 0.1rem .5rem;
  margin: .2rem;
}

.pagination .prev,
.pagination .next{
  background:#FFD675;
  box-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.pagination .dots{
  background:transparent;
  box-shadow:none;
}