  @import '//fonts.googleapis.com/css?family=Prata';
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==========================================================================
  Base
  ========================================================================== */
/*
* {
  box-sizing: border-box;
}

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

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

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;
    -webkit-text-size-adjust: none;
}

body {
    line-height:1;
    font-family: $ff;
}

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;
}

html{
  font-size: 62.5%;
}

body {
  color: $fc-base;
  font-size: 1.6rem;
  line-height: $lht-base;
  background-color: $baseBgColor;
}

img{
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: $fc-base;
  transition: $transSpeed;
  text-decoration: underline;

  > img {
    transition: $transSpeed;
    @include FHA(){
      opacity: $hoverOpacity;
    }
  }
  &:hover, &:focus {
    text-decoration: none;
  }
}
*/
/* ==========================================================================
  Layout
  ========================================================================== */
/* ==========================================================================
  Element Modules
  ========================================================================== */
/* ==========================================================================
  Block Modules
  ========================================================================== */
/* Side Column Parts
   ========================================================================== */
@media screen and (max-width: 999px) {
  aside.sidebar {
    padding-top: 60px;
  }
}

@media screen and (max-width: 749px) {
  aside.sidebar {
    padding-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  aside.sidebar.bottom.supplements.sidecnt_top {
    padding-top: 0;
  }
}

@media screen and (max-width: 749px) {
  aside.sidebar.bottom.supplements.sidecnt_top {
    padding-top: 30px;
  }
}

.bl_sideDiv {
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .bl_sideDiv {
    width: 100% !important;
  }
}

.bl_sideDiv ul {
  padding: 0;
  margin: 0;
}

.bl_sideDiv ul li {
  list-style: none;
}

.bl_sideDiv .bl_sideDiv_switchTab {
  max-width: calc(100% - 20px);
  margin: 0 auto 20px;
}

.bl_sideDiv .bl_sideDiv_switchTab_tab {
  padding: 0 10px !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_sideDiv .bl_sideDiv_switchTab_tab > li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #fff;
  font-family: Pluto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #fbfbfb;
  border-bottom: 2px solid #fbfbfb;
  background-color: #999;
  cursor: pointer;
}

.bl_sideDiv .bl_sideDiv_switchTab_tab > li:first-child {
  border-left-width: 0;
}

.bl_sideDiv .bl_sideDiv_switchTab_tab > li.is_active {
  color: #666;
  background-color: #eae9e0;
  border-bottom-color: #eae9e0;
}

.bl_sideDiv .bl_sideDiv_switchTab_body {
  border: 1px solid #eae9e0;
  background-color: #fff;
  padding: 20px;
  padding-top: 10px;
}

.bl_sideDiv .bl_sideDiv_artcleList {
  padding-top: 10px;
}

.bl_sideDiv .bl_sideDiv_artcleList > li {
  border-bottom: 1px solid #eae9e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bl_sideDiv .bl_sideDiv_artcleList > li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bl_sideDiv .bl_sideDiv_artcleList a {
  color: #333;
}

.bl_sideDiv .bl_sideDiv_artcleList a:hover {
  color: #c8102e;
}

.bl_sideDiv .bl_sideDiv_artcleList_wrapp {
  width: 100%;
  font-family: "utopia-std", Georgia, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_sideDiv .bl_sideDiv_artcleList_data {
  max-width: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  padding-right: 10px;
}

.bl_sideDiv .bl_sideDiv_artcleList_txt {
  font-size: 17px;
  line-height: 1.2;
}

.bl_sideDiv .bl_sideDiv_artcleList_img {
  max-width: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
}

.bl_sideDiv .bl_sideDiv_artcleList_img img {
  width: 100%;
}

.bl_sideDiv .bl_sideDiv_commonList > li {
  border-bottom: 1px solid #eae9e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bl_sideDiv .bl_sideDiv_commonList > li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bl_sideDiv .bl_sideDiv_commonList a {
  color: #333;
}

.bl_sideDiv .bl_sideDiv_commonList a:hover {
  color: #c8102e;
}

.bl_sideDiv .bl_sideDiv_commonList_wrapp {
  width: 100%;
  font-family: "utopia-std", Georgia, serif;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .jt_directory,
  .bl_sideDiv .bl_sideDiv_commonList_wrapp {
    max-width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_sideDiv .bl_sideDiv_commonList_data {
  max-width: calc(100% - 150px);
  -ms-flex-preferred-size: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
  padding-right: 10px;
}

@media screen and (max-width: 749px) {
  .bl_sideDiv .bl_sideDiv_commonList_data {
    max-width: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
    padding-right: 0;
  }
}

.bl_sideDiv .bl_sideDiv_commonList_img {
	max-width: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	height: auto;
	overflow: hidden;
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 749px) {
  .bl_sideDiv .bl_sideDiv_commonList_img {
    max-width: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }

	.bl_sideDiv__podcast_content > div > span,
	.bl_sideDiv__ddf2 li span {
		margin-right: 10px;
		height: 60px !important;
		width: 120px !important;
	}
}

.bl_sideDiv .bl_sideDiv_commonList_img img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  font-size: 0;
  line-height: 0;
}

.bl_sideDiv .bl_sideDiv_commonList_img__podcast {
  height: 75px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .bl_sideDiv .bl_sideDiv_commonList_img__podcast {
    height: 60px;
  }
}

.bl_sideDiv .bl_sideDiv_commonList_img__ddf {
  height: 75px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .bl_sideDiv .bl_sideDiv_commonList_img__ddf {
    height: 60px;
  }
}

.bl_sideDiv.bl_sideDiv__ddf2 .bl_sideDiv_commonList_wrapp {
	display: block;
}

.bl_sideDiv.bl_sideDiv__ddf2 .bl_sideDiv_commonList_data {
	max-width: initial;
}

.bl_sideDiv.bl_sideDiv__ddf2 .bl_sideDiv_commonList_img__ddf {
	float: right !important;
	margin-left: 10px;
	width: 100% !important;
}

.bl_sideDiv .bl_sideDiv_commonList_cat {
  color: #c8102e;
  font-family: Pluto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.bl_sideDiv_commonList_wrapp:hover .bl_sideDiv_commonList_cat {
	color: #898989;
}

.bl_sideDiv .bl_sideDiv_commonList_ttl {
  font-family: "utopia-std", Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.bl_sideDiv__ddf2 .bl_sideDiv_commonList_ttl {
	margin-bottom: 7px;
}

.bl_sideDiv .bl_sideDiv_commonList_lead {
  color: #333 !important;
  font-family: "utopia-std", Georgia, serif;
  font-size: 14px;
  line-height: 1.3;
}

.bl_sideDiv__ddf2 li > div {
	text-align: right;
}

.bl_sideDiv__ddf2 li span {
	background-color: #eee;
	display: inline-block;
	height: 75px;
	width: 150px;
}

.bl_sideDiv .bl_sideDiv_commonList_meta {
  color: #999;
  text-transform: uppercase;
  font-family: Pluto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.bl_sideDiv .bl_sideDiv_commonList__jnu .bl_sideDiv_commonList_img {
  position: static;
}

.bl_sideDiv .bl_sideDiv_commonList__jnu .bl_sideDiv_commonList_img img {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bl_sideDiv .tabchange_inner {
  border-width: 0;
  padding: 0 !important;
}

.bl_sideDiv__adBnr .single_block {
  width: auto !important;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none !important;
}

.bl_sideDiv__adBnr .single_block:last-child,
.bl_sideDiv__adBnr .single_block > div:last-child {
  margin-bottom: 0 !important;
}

.bl_sideDiv_topAd > div {
	border-top: solid 3px #eae9e0;
	padding: 20px 0px 5px;
}

@media screen and (max-width: 749px) {
  .bl_sideDiv .section_title {
    max-width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_sideDiv__jnu,
.bl_sideDiv__sj {
  margin-bottom: 30px;
}

.bl_sideDiv__podcast,
.bl_sideDiv__opinion,
.bl_sideDiv__ddf,
.bl_sideDiv__ddf2,
.bl_sideDiv__jnu,
.bl_sideDiv__sj,
.bl_sideDiv__soj {
  padding-top: 10px;
}

body.home .bl_sideDiv__podcast {
	padding-top: 0;
}

.bl_sideDiv__podcast_content > div {
	text-align: right;
}

.bl_sideDiv__podcast_content > div > span {
	background-color: #eee;
	display: inline-block;
	height: 75px;
	width: 150px;
}

.bl_sideDiv__opinion {
	margin-top: -5px;
	margin-bottom: 0;
}

.bl_sideDiv__opinion .wrapper-link:nth-child(4),
.bl_sideDiv__opinion .wrapper-link:nth-child(5) {
	display: none;
}

.bl_sideDiv__opinion .wrapper-link p {
	font-size: 1.125rem;
	line-height: 1.3rem;
}

.bl_sideDiv__opinion .wrapper-link .article-excerpt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 1px;
}

.bl_sideDiv__opinion .wrapper-link:nth-child(4) .article-excerpt,
.bl_sideDiv__opinion .wrapper-link:nth-child(5) .article-excerpt {
	display: none;
}

.bl_sideDiv__opinion .wrapper-link:hover p {
	color: #c8102e
}

.bl_sideDiv__supplements div {
  text-align: center;
}

.bl_sideDiv__soj img {
	max-width: 100%;
}

.international-reports-img {
	padding: 15px 12px 9px;
}

.n2u_news_releases .links li {
  line-height: 1.3;
  padding: 10px 0 10px 15px;
}

.tabchange_item_desc {
  font-size: 17px;
  line-height: 1.2;
}

.sidebar .sidebar_slide .flexslider-container .slide_image {
  width: 300px !important;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .sidebar .sidebar_slide .note_block {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
  }
}

.content_styles header > hgroup h1 a {
  color: #333 !important;
}

.content_styles header > hgroup h1 a:hover {
  color: #c8102e !important;
}

aside.sidebar.bottom.supplements.sidecnt_top {
  float: none;
  margin-left: auto;
}

.sidebar_slide.sj h2 {
	margin: 0;
}

.sidebar_slide.sj a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}

.sidebar_slide.sj a > div {
	max-width: calc(100% - 110px);
	word-wrap: break-word;
}

.sidebar_slide.sj figure {
	display: inherit;
}

.sidebar_slide.sj img {
	backface-visibility: hidden;
	height: 100px;
	width: 100px;
}

/* Header
   ========================================================================== */
/* ==========================================================================
  Programs
  ========================================================================== */
.js_tabSwitch_body > *,
.js_sidebarTabSwitch_body > * {
  display: none;
}

.js_tabSwitch_body > *.is_active,
.js_sidebarTabSwitch_body > *.is_active {
  display: block;
}

/* ==========================================================================
  Unique
  ========================================================================== */
/* ==========================================================================
  Helpers
  ========================================================================== */
/* display
========================================================================== */
.hp_dn {
  display: none !important;
}

.hp_db {
  display: block !important;
}

.hp_di {
  display: inline !important;
}

.hp_dib {
  display: inline-block !important;
}

.hp_dtb {
  display: table !important;
}

.hp_ditb {
  display: inline-table !important;
}

.hp_dtbc {
  display: table-cell !important;
}

.hp_dtbr {
  display: table-row !important;
}

/* width
========================================================================== */
.hp_wd0p {
  width: 0% !important;
}

.hp_wd5p {
  width: 5% !important;
}

.hp_wd10p {
  width: 10% !important;
}

.hp_wd15p {
  width: 15% !important;
}

.hp_wd20p {
  width: 20% !important;
}

.hp_wd25p {
  width: 25% !important;
}

.hp_wd30p {
  width: 30% !important;
}

.hp_wd35p {
  width: 35% !important;
}

.hp_wd40p {
  width: 40% !important;
}

.hp_wd45p {
  width: 45% !important;
}

.hp_wd50p {
  width: 50% !important;
}

.hp_wd55p {
  width: 55% !important;
}

.hp_wd60p {
  width: 60% !important;
}

.hp_wd65p {
  width: 65% !important;
}

.hp_wd70p {
  width: 70% !important;
}

.hp_wd75p {
  width: 75% !important;
}

.hp_wd80p {
  width: 80% !important;
}

.hp_wd85p {
  width: 85% !important;
}

.hp_wd90p {
  width: 90% !important;
}

.hp_wd95p {
  width: 95% !important;
}

.hp_wd100p {
  width: 100% !important;
}

/* padding
========================================================================== */
.hp_p0 {
  padding: 0px !important;
}

.hp_p5 {
  padding: 5px !important;
}

.hp_p10 {
  padding: 10px !important;
}

.hp_p15 {
  padding: 15px !important;
}

.hp_p20 {
  padding: 20px !important;
}

.hp_p25 {
  padding: 25px !important;
}

.hp_p30 {
  padding: 30px !important;
}

.hp_p35 {
  padding: 35px !important;
}

.hp_p40 {
  padding: 40px !important;
}

.hp_p45 {
  padding: 45px !important;
}

.hp_p50 {
  padding: 50px !important;
}

.hp_p55 {
  padding: 55px !important;
}

.hp_p60 {
  padding: 60px !important;
}

.hp_p65 {
  padding: 65px !important;
}

.hp_p70 {
  padding: 70px !important;
}

.hp_p75 {
  padding: 75px !important;
}

.hp_p80 {
  padding: 80px !important;
}

.hp_p85 {
  padding: 85px !important;
}

.hp_p90 {
  padding: 90px !important;
}

.hp_p95 {
  padding: 95px !important;
}

.hp_p100 {
  padding: 100px !important;
}

/*
padding-top
*/
.hp_pt0 {
  padding-top: 0px !important;
}

.hp_pt5 {
  padding-top: 5px !important;
}

.hp_pt10 {
  padding-top: 10px !important;
}

.hp_pt15 {
  padding-top: 15px !important;
}

.hp_pt20 {
  padding-top: 20px !important;
}

.hp_pt25 {
  padding-top: 25px !important;
}

.hp_pt30 {
  padding-top: 30px !important;
}

.hp_pt35 {
  padding-top: 35px !important;
}

.hp_pt40 {
  padding-top: 40px !important;
}

.hp_pt45 {
  padding-top: 45px !important;
}

.hp_pt50 {
  padding-top: 50px !important;
}

.hp_pt55 {
  padding-top: 55px !important;
}

.hp_pt60 {
  padding-top: 60px !important;
}

.hp_pt65 {
  padding-top: 65px !important;
}

.hp_pt70 {
  padding-top: 70px !important;
}

.hp_pt75 {
  padding-top: 75px !important;
}

.hp_pt80 {
  padding-top: 80px !important;
}

.hp_pt85 {
  padding-top: 85px !important;
}

.hp_pt90 {
  padding-top: 90px !important;
}

.hp_pt95 {
  padding-top: 95px !important;
}

.hp_pt100 {
  padding-top: 100px !important;
}

/*
padding-right
*/
.hp_pr0 {
  padding-right: 0px !important;
}

.hp_pr5 {
  padding-right: 5px !important;
}

.hp_pr10 {
  padding-right: 10px !important;
}

.hp_pr15 {
  padding-right: 15px !important;
}

.hp_pr20 {
  padding-right: 20px !important;
}

.hp_pr25 {
  padding-right: 25px !important;
}

.hp_pr30 {
  padding-right: 30px !important;
}

.hp_pr35 {
  padding-right: 35px !important;
}

.hp_pr40 {
  padding-right: 40px !important;
}

.hp_pr45 {
  padding-right: 45px !important;
}

.hp_pr50 {
  padding-right: 50px !important;
}

.hp_pr55 {
  padding-right: 55px !important;
}

.hp_pr60 {
  padding-right: 60px !important;
}

.hp_pr65 {
  padding-right: 65px !important;
}

.hp_pr70 {
  padding-right: 70px !important;
}

.hp_pr75 {
  padding-right: 75px !important;
}

.hp_pr80 {
  padding-right: 80px !important;
}

.hp_pr85 {
  padding-right: 85px !important;
}

.hp_pr90 {
  padding-right: 90px !important;
}

.hp_pr95 {
  padding-right: 95px !important;
}

.hp_pr100 {
  padding-right: 100px !important;
}

/*
padding-bottom
*/
.hp_pb0 {
  padding-bottom: 0px !important;
}

.hp_pb5 {
  padding-bottom: 5px !important;
}

.hp_pb10 {
  padding-bottom: 10px !important;
}

.hp_pb15 {
  padding-bottom: 15px !important;
}

.hp_pb20 {
  padding-bottom: 20px !important;
}

.hp_pb25 {
  padding-bottom: 25px !important;
}

.hp_pb30 {
  padding-bottom: 30px !important;
}

.hp_pb35 {
  padding-bottom: 35px !important;
}

.hp_pb40 {
  padding-bottom: 40px !important;
}

.hp_pb45 {
  padding-bottom: 45px !important;
}

.hp_pb50 {
  padding-bottom: 50px !important;
}

.hp_pb55 {
  padding-bottom: 55px !important;
}

.hp_pb60 {
  padding-bottom: 60px !important;
}

.hp_pb65 {
  padding-bottom: 65px !important;
}

.hp_pb70 {
  padding-bottom: 70px !important;
}

.hp_pb75 {
  padding-bottom: 75px !important;
}

.hp_pb80 {
  padding-bottom: 80px !important;
}

.hp_pb85 {
  padding-bottom: 85px !important;
}

.hp_pb90 {
  padding-bottom: 90px !important;
}

.hp_pb95 {
  padding-bottom: 95px !important;
}

.hp_pb100 {
  padding-bottom: 100px !important;
}

/*
padding-left
*/
.hp_pl0 {
  padding-left: 0px !important;
}

.hp_pl5 {
  padding-left: 5px !important;
}

.hp_pl10 {
  padding-left: 10px !important;
}

.hp_pl15 {
  padding-left: 15px !important;
}

.hp_pl20 {
  padding-left: 20px !important;
}

.hp_pl25 {
  padding-left: 25px !important;
}

.hp_pl30 {
  padding-left: 30px !important;
}

.hp_pl35 {
  padding-left: 35px !important;
}

.hp_pl40 {
  padding-left: 40px !important;
}

.hp_pl45 {
  padding-left: 45px !important;
}

.hp_pl50 {
  padding-left: 50px !important;
}

.hp_pl55 {
  padding-left: 55px !important;
}

.hp_pl60 {
  padding-left: 60px !important;
}

.hp_pl65 {
  padding-left: 65px !important;
}

.hp_pl70 {
  padding-left: 70px !important;
}

.hp_pl75 {
  padding-left: 75px !important;
}

.hp_pl80 {
  padding-left: 80px !important;
}

.hp_pl85 {
  padding-left: 85px !important;
}

.hp_pl90 {
  padding-left: 90px !important;
}

.hp_pl95 {
  padding-left: 95px !important;
}

.hp_pl100 {
  padding-left: 100px !important;
}

/* margin
========================================================================== */
.hp_m0 {
  margin: 0px !important;
}

.hp_m5 {
  margin: 5px !important;
}

.hp_m10 {
  margin: 10px !important;
}

.hp_m15 {
  margin: 15px !important;
}

.hp_m20 {
  margin: 20px !important;
}

.hp_m25 {
  margin: 25px !important;
}

.hp_m30 {
  margin: 30px !important;
}

.hp_m35 {
  margin: 35px !important;
}

.hp_m40 {
  margin: 40px !important;
}

.hp_m45 {
  margin: 45px !important;
}

.hp_m50 {
  margin: 50px !important;
}

.hp_m55 {
  margin: 55px !important;
}

.hp_m60 {
  margin: 60px !important;
}

.hp_m65 {
  margin: 65px !important;
}

.hp_m70 {
  margin: 70px !important;
}

.hp_m75 {
  margin: 75px !important;
}

.hp_m80 {
  margin: 80px !important;
}

.hp_m85 {
  margin: 85px !important;
}

.hp_m90 {
  margin: 90px !important;
}

.hp_m95 {
  margin: 95px !important;
}

.hp_m100 {
  margin: 100px !important;
}

/*
margin-top
*/
.hp_MT5 {
  margin-top: -5px !important;
}

.hp_MT10 {
  margin-top: -10px !important;
}

.hp_MT15 {
  margin-top: -15px !important;
}

.hp_MT20 {
  margin-top: -20px !important;
}

.hp_MT25 {
  margin-top: -25px !important;
}

.hp_MT30 {
  margin-top: -30px !important;
}

.hp_MT35 {
  margin-top: -35px !important;
}

.hp_MT40 {
  margin-top: -40px !important;
}

.hp_MT45 {
  margin-top: -45px !important;
}

.hp_MT50 {
  margin-top: -50px !important;
}

.hp_MT55 {
  margin-top: -55px !important;
}

.hp_MT60 {
  margin-top: -60px !important;
}

.hp_MT65 {
  margin-top: -65px !important;
}

.hp_MT70 {
  margin-top: -70px !important;
}

.hp_MT75 {
  margin-top: -75px !important;
}

.hp_MT80 {
  margin-top: -80px !important;
}

.hp_MT85 {
  margin-top: -85px !important;
}

.hp_MT90 {
  margin-top: -90px !important;
}

.hp_MT95 {
  margin-top: -95px !important;
}

.hp_MT100 {
  margin-top: -100px !important;
}

.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mt35 {
  margin-top: 35px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mt45 {
  margin-top: 45px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mt55 {
  margin-top: 55px !important;
}

.hp_mt60 {
  margin-top: 60px !important;
}

.hp_mt65 {
  margin-top: 65px !important;
}

.hp_mt70 {
  margin-top: 70px !important;
}

.hp_mt75 {
  margin-top: 75px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mt85 {
  margin-top: 85px !important;
}

.hp_mt90 {
  margin-top: 90px !important;
}

.hp_mt95 {
  margin-top: 95px !important;
}

.hp_mt100 {
  margin-top: 100px !important;
}

/*
margin-right
*/
.hp_MR5 {
  margin-right: -5px !important;
}

.hp_MR10 {
  margin-right: -10px !important;
}

.hp_MR15 {
  margin-right: -15px !important;
}

.hp_MR20 {
  margin-right: -20px !important;
}

.hp_MR25 {
  margin-right: -25px !important;
}

.hp_MR30 {
  margin-right: -30px !important;
}

.hp_MR35 {
  margin-right: -35px !important;
}

.hp_MR40 {
  margin-right: -40px !important;
}

.hp_MR45 {
  margin-right: -45px !important;
}

.hp_MR50 {
  margin-right: -50px !important;
}

.hp_MR55 {
  margin-right: -55px !important;
}

.hp_MR60 {
  margin-right: -60px !important;
}

.hp_MR65 {
  margin-right: -65px !important;
}

.hp_MR70 {
  margin-right: -70px !important;
}

.hp_MR75 {
  margin-right: -75px !important;
}

.hp_MR80 {
  margin-right: -80px !important;
}

.hp_MR85 {
  margin-right: -85px !important;
}

.hp_MR90 {
  margin-right: -90px !important;
}

.hp_MR95 {
  margin-right: -95px !important;
}

.hp_MR100 {
  margin-right: -100px !important;
}

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

.hp_mr5 {
  margin-right: 5px !important;
}

.hp_mr10 {
  margin-right: 10px !important;
}

.hp_mr15 {
  margin-right: 15px !important;
}

.hp_mr20 {
  margin-right: 20px !important;
}

.hp_mr25 {
  margin-right: 25px !important;
}

.hp_mr30 {
  margin-right: 30px !important;
}

.hp_mr35 {
  margin-right: 35px !important;
}

.hp_mr40 {
  margin-right: 40px !important;
}

.hp_mr45 {
  margin-right: 45px !important;
}

.hp_mr50 {
  margin-right: 50px !important;
}

.hp_mr55 {
  margin-right: 55px !important;
}

.hp_mr60 {
  margin-right: 60px !important;
}

.hp_mr65 {
  margin-right: 65px !important;
}

.hp_mr70 {
  margin-right: 70px !important;
}

.hp_mr75 {
  margin-right: 75px !important;
}

.hp_mr80 {
  margin-right: 80px !important;
}

.hp_mr85 {
  margin-right: 85px !important;
}

.hp_mr90 {
  margin-right: 90px !important;
}

.hp_mr95 {
  margin-right: 95px !important;
}

.hp_mr100 {
  margin-right: 100px !important;
}

/*
margin-bottom
*/
.hp_MB5 {
  margin-bottom: -5px !important;
}

.hp_MB10 {
  margin-bottom: -10px !important;
}

.hp_MB15 {
  margin-bottom: -15px !important;
}

.hp_MB20 {
  margin-bottom: -20px !important;
}

.hp_MB25 {
  margin-bottom: -25px !important;
}

.hp_MB30 {
  margin-bottom: -30px !important;
}

.hp_MB35 {
  margin-bottom: -35px !important;
}

.hp_MB40 {
  margin-bottom: -40px !important;
}

.hp_MB45 {
  margin-bottom: -45px !important;
}

.hp_MB50 {
  margin-bottom: -50px !important;
}

.hp_MB55 {
  margin-bottom: -55px !important;
}

.hp_MB60 {
  margin-bottom: -60px !important;
}

.hp_MB65 {
  margin-bottom: -65px !important;
}

.hp_MB70 {
  margin-bottom: -70px !important;
}

.hp_MB75 {
  margin-bottom: -75px !important;
}

.hp_MB80 {
  margin-bottom: -80px !important;
}

.hp_MB85 {
  margin-bottom: -85px !important;
}

.hp_MB90 {
  margin-bottom: -90px !important;
}

.hp_MB95 {
  margin-bottom: -95px !important;
}

.hp_MB100 {
  margin-bottom: -100px !important;
}

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

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mb15 {
  margin-bottom: 15px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mb25 {
  margin-bottom: 25px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_mb35 {
  margin-bottom: 35px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_mb45 {
  margin-bottom: 45px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_mb55 {
  margin-bottom: 55px !important;
}

.hp_mb60 {
  margin-bottom: 60px !important;
}

.hp_mb65 {
  margin-bottom: 65px !important;
}

.hp_mb70 {
  margin-bottom: 70px !important;
}

.hp_mb75 {
  margin-bottom: 75px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_mb85 {
  margin-bottom: 85px !important;
}

.hp_mb90 {
  margin-bottom: 90px !important;
}

.hp_mb95 {
  margin-bottom: 95px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

/*
margin-left
*/
.hp_ML5 {
  margin-left: -5px !important;
}

.hp_ML10 {
  margin-left: -10px !important;
}

.hp_ML15 {
  margin-left: -15px !important;
}

.hp_ML20 {
  margin-left: -20px !important;
}

.hp_ML25 {
  margin-left: -25px !important;
}

.hp_ML30 {
  margin-left: -30px !important;
}

.hp_ML35 {
  margin-left: -35px !important;
}

.hp_ML40 {
  margin-left: -40px !important;
}

.hp_ML45 {
  margin-left: -45px !important;
}

.hp_ML50 {
  margin-left: -50px !important;
}

.hp_ML55 {
  margin-left: -55px !important;
}

.hp_ML60 {
  margin-left: -60px !important;
}

.hp_ML65 {
  margin-left: -65px !important;
}

.hp_ML70 {
  margin-left: -70px !important;
}

.hp_ML75 {
  margin-left: -75px !important;
}

.hp_ML80 {
  margin-left: -80px !important;
}

.hp_ML85 {
  margin-left: -85px !important;
}

.hp_ML90 {
  margin-left: -90px !important;
}

.hp_ML95 {
  margin-left: -95px !important;
}

.hp_ML100 {
  margin-left: -100px !important;
}

.hp_ml0 {
  margin-left: 0px !important;
}

.hp_ml5 {
  margin-left: 5px !important;
}

.hp_ml10 {
  margin-left: 10px !important;
}

.hp_ml15 {
  margin-left: 15px !important;
}

.hp_ml20 {
  margin-left: 20px !important;
}

.hp_ml25 {
  margin-left: 25px !important;
}

.hp_ml30 {
  margin-left: 30px !important;
}

.hp_ml35 {
  margin-left: 35px !important;
}

.hp_ml40 {
  margin-left: 40px !important;
}

.hp_ml45 {
  margin-left: 45px !important;
}

.hp_ml50 {
  margin-left: 50px !important;
}

.hp_ml55 {
  margin-left: 55px !important;
}

.hp_ml60 {
  margin-left: 60px !important;
}

.hp_ml65 {
  margin-left: 65px !important;
}

.hp_ml70 {
  margin-left: 70px !important;
}

.hp_ml75 {
  margin-left: 75px !important;
}

.hp_ml80 {
  margin-left: 80px !important;
}

.hp_ml85 {
  margin-left: 85px !important;
}

.hp_ml90 {
  margin-left: 90px !important;
}

.hp_ml95 {
  margin-left: 95px !important;
}

.hp_ml100 {
  margin-left: 100px !important;
}

.hp_centering {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Background
========================================================================== */
.hp_bgcWhite {
  background-color: #fff !important;
}

.hp_bgcCherryBlossom {
  background-color: #fff0f0 !important;
}

/* font
========================================================================== */
.hp_fwb {
  font-weight: bold !important;
}

.hp_fcRed {
  color: #c8102e;
}

/* font-size
========================================================================== */
.hp_fz10 {
  font-size: 1.0rem !important;
}

.hp_fz12 {
  font-size: 1.2rem !important;
}

.hp_fz14 {
  font-size: 1.4rem !important;
}

.hp_fz16 {
  font-size: 1.6rem !important;
}

.hp_fz18 {
  font-size: 1.8rem !important;
}

.hp_fz20 {
  font-size: 2.0rem !important;
}

.hp_fz22 {
  font-size: 2.2rem !important;
}

.hp_fz24 {
  font-size: 2.4rem !important;
}

/* text-align
========================================================================== */
.hp_tal {
  text-align: left !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_taj {
  text-align: justify !important;
}

/* vertical-align
========================================================================== */
.hp_vam {
  vertical-align: middle !important;
}

/* align-items
========================================================================== */
.hp_aic {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* PC
========================================================================== */
@media screen and (max-width: 749px) {
  .pc_only {
    display: none !important;
  }
}

/* SP
========================================================================== */
.sp_only {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width: 749px) {
  .sp_tac {
    text-align: center;
  }
}

/* Tablet
========================================================================== */
.tb_over_only {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .tb_over_only {
    display: block !important;
  }
  .bl_sideDiv__first {
    margin-top: 30px;
  }
}

.tb_under_only {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .tb_under_only {
    display: block !important;
  }
}

@media print {
  @page {
    padding: 0;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
