@charset "UTF-8";
/* # =================================================================
#	Slick Slider
# ================================================================= */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Default Variables*/
/* Slick icon entity codes outputs the following*/
/* "\2190" outputs ascii character "←"*/
/* "\2192" outputs ascii character "→"*/
/* "\2022" outputs ascii character "•"*/
/* Slider */
/* .slick-loading .slick-list { */
/*background: #fff slick-image-url("../images_v2/ajax-loader.gif") center center no-repeat;*/
/* } */
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	line-height: 0px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	background: transparent;
	border-right: solid 3px #000;
	border-bottom: solid 3px #000;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	/*border: none;*/
	outline: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}
@media only screen and (max-width: 767px) {
.slick-prev,  .slick-next {
	height: 16px;
	width: 16px;
}
}
.slick-prev:hover, .slick-next:hover {
	opacity: .7;
}
@media only screen and (max-width: 767px) {
.slick-prev:hover,  .slick-next:hover {
	opacity: 1;
}
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev {
	left: -25px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
.slick-prev {
	left: -18px;
}
}
.slick-next {
	right: -25px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
.slick-next {
	right: -18px;
}
}
/* Dots */
.slick-dotted.slick-slider {
	/* width: 950px; */
	max-width: 950px;
	margin: 0 auto 30px auto;
}
@media only screen and (max-width: 1026px) {
	.slick-dotted.slick-slider {
		width: 90%;
	}
}
.slick-dots {
	position: absolute;
	bottom: -26px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 12px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	font-family: sans-serif;
	font-size: 6px;
	line-height: 10px;
	text-align: center;
	color: black;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	background: #595757;
	opacity: 1;
}
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;/* iOS 8+ */
}
*, ::before, ::after {
	box-sizing: inherit;
}
::before, ::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements */
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}
hr {
	overflow: visible;/* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
small {
	font-size: 80%;/* Set font-size to 80% in `small` elements */
}
 [hidden], template {
 display: none;
/* Add the correct display in IE */
}
abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;/* Remove text decoration in Firefox 40+ */
}
a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
	outline-width: 0;/* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
	font-family: monospace, monospace;/* Specify the font family of code elements */
}
b, strong {
	font-weight: bolder;/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
	font-style: italic;/* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}
 [type="number"] {
 width: auto;
/* Firefox 36+ */
}
 [type="search"] {
 -webkit-appearance: textfield;
/* Safari 8+ */
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
/* Safari 8 */
}
textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;/* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
	font: inherit;/* Specify font inheritance of form elements */
}
optgroup {
	font-weight: bold;/* Restore the font weight unset by the previous rule. */
}
button {
	overflow: visible;/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: 0;
 padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 outline: 1px dotted ButtonText;
}
 button, html [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button;
/* Correct the inability to style clickable types in iOS */
}
button, select {
	text-transform: none;/* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}
/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;/* Chrome 41+ */
}
 select::-ms-expand {
 display: none;
/* Internet Explorer 11+ */
}
 select::-ms-value {
 color: currentColor;
/* Internet Explorer 11+ */
}
legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
/* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.54;
}
 [type="search"] {
 -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
/* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;/* Remove border when inside `a` element in IE 8/9/10 */
	max-width: 100%;
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}
svg:not(:root) {
	overflow: hidden;/* Internet Explorer 11- */
}
audio, canvas, progress, video {
	display: inline-block;/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
 [hidden~="screen"] {
 display: inherit;
}
[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
}
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
 cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
 cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
 cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
 background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
 text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #fff;
	text-shadow: none;
}


/* # =================================================================
   # Content AI レコメンデーションバー
   # ================================================================= */
	 div.insightera-bar-widget {
    line-height: 1.0 !important;
}

/* # =================================================================
#	汎用
# ================================================================= */
html {
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.01em;
	line-height: 1.8;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}
a:hover {
	opacity: .6;
}
@media only screen and (max-width: 767px) {
a:hover {
	opacity: 1;
}
}
img {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}
.clearfix::after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: "";
}
.for-sp {
	display: none;
}
 @media only screen and (max-width: 767px) {
.for-sp {
	display: block;
}
.for-pc {
	display: none;
}
}

/* # =================================================================
#	レイアウト
# ================================================================= */
#c-wrapper {
	overflow: hidden;
}
@media only screen and (max-width: 1249px) {
#c-wrapper {
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
#c-wrapper {
	width: 100%;
	min-width: 319px;
	overflow: visible;
}
}
#c-container {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1249px) {
#c-container {
	width: 100%;
	overflow: hidden;
}
}
@media only screen and (max-width: 767px) {
#c-container {
	width: 100%;
	top: 57.5px;
	position: relative;
}
}
.c-l-column {
	max-width: 1250px;
	margin: 0 auto;
}
@media only screen and (max-width: 1249px) {
	.c-l-column {
		width: 100%;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
.c-l-column {
	width: 100%;
	padding: 0 25px;
}
}
.c-section {
	padding: 50px 0;
}
@media only screen and (max-width: 767px) {
.c-section {
	padding: 25px 0;
}
}
 @media only screen and (max-width: 767px) {
.c-btn {
	padding: 25px;
}
}
/* # =================================================================
#	リンク
# ================================================================= */
.c-t-link {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
	transition: all .2s;
}
.c-t-link:hover {
	border-bottom: solid 1px #d8063b;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
.c-t-link:hover {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}
.c-arr-link {
	position: relative;
	padding: 0 12px 0 0;
	letter-spacing: 0.01em;
}
.c-arr-link::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #d8063a;
	position: absolute;
	top: 50%;
	right: 2px;
	margin: -3px 0 0;
	border-width: 3px 0 3px 4px;
	display: block;
	content: "";
}
.c-arr-link.anchor::before {
	transform: rotate(90deg);
}
.c-arr-link span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
	transition: all .2s;
}
.c-arr-link:hover {
	opacity: 1;
}
.c-arr-link:hover span {
	border-bottom: solid 1px #d8063b;
}
@media only screen and (max-width: 767px) {
.c-arr-link:hover span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}
.c-arr-link-l {
	position: relative;
	padding: 0 0 0 15px;
	letter-spacing: 0.01em;
	display: block;
}
.c-arr-link-l::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #d8063a;
	position: absolute;
	top: 50%;
	left: 0px;
	margin: -3px 0 0;
	border-width: 3px 0 3px 4px;
	display: block;
	content: "";
}
.c-arr-link-l span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
	transition: all .2s;
}
.c-arr-link-l:hover {
	opacity: 1;
}
.c-arr-link-l:hover span {
	border-bottom: solid 1px #d8063b;
}
@media only screen and (max-width: 767px) {
.c-arr-link-l:hover span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}

/* # =================================================================
#	パンくず
# ================================================================= */
.c-breadcrumb {
	border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 767px) {
.c-breadcrumb {
	border-bottom: none;
}
}
.c-breadcrumb-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list {
	border-top: solid 1px #ddd;
}
}
.c-breadcrumb-list li {
	position: relative;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;/* ホーム*/
  /*//////////////////*/
  /* 下層*/
  /*//////////////////*/
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list li {
	font-size: 1.0rem;
}
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list li:last-child {
	min-width: 40%;
}
}
.c-breadcrumb-list li:last-child a {
	pointer-events: none;
}
.c-breadcrumb-list li a {
	position: relative;
	-webkit-tap-highlight-color: transparent;/* ホバー*/
  /*//////////////////*/
}
.c-breadcrumb-list li a:hover {
	opacity: 1;
}
.c-breadcrumb-list li a:hover span {
	border-bottom: solid 1px #d8063b;
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list li a:hover span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}
.c-breadcrumb-list li a span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.c-breadcrumb-list li:first-child {
	padding: 4.5px 15px 4.5px 10px;
	border-left: solid 1px #ddd;
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list li:first-child {
	border-left: none;
	padding: 3.5px 0px 3.5px 10px;
}
}
.c-breadcrumb-list li:first-child a {
	padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list li:first-child a {
	padding: 0 0 0 14px;
}
}
.c-breadcrumb-list li:first-child a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
	background: url(../images_v2/icon_home.png) no-repeat top left;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	display: block;
	content: "";
}
.c-breadcrumb-list li + li {
	padding: 4.5px 15px 4.5px 20px;
}
@media only screen and (max-width: 767px) {
.c-breadcrumb-list li + li {
	padding: 3.5px 5px 3.5px 15px;
}
}
.c-breadcrumb-list li + li::before, .c-breadcrumb-list li + li::after {
	position: absolute;
	left: 5px;
	width: 1px;
	height: 55%;
	background: #e7e7e7;
	display: block;
	content: "";
}
.c-breadcrumb-list li + li::before {
	top: 0;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.c-breadcrumb-list li + li::after {
	bottom: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
 @media only screen and (max-width: 767px) {
.c-breadcrumb-sp .c-breadcrumb-inner {
	padding: 0;
}
}

/* # =================================================================
# SP 探す
# ================================================================= */
.c-search {
	display: none;
}
@media only screen and (max-width: 767px) {
.c-search {
	display: block;
}
}
.c-search ul {
	background: #000;
}
.c-search ul li {
	position: relative;
	width: 50%;
	height: 50px;
	display: table;
	float: right;
}
.c-search ul li a {
	color: #fff;
	text-align: center;
	background: #000;
	display: table-cell;
	vertical-align: middle;
}
.c-search ul li:nth-child(2)::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	display: block;
	content: "";
}
.c-search ul li:nth-child(1) a em {
	font-size: 1.2rem;
	font-style: normal;
}
@media only screen and (max-width: 360px) {
.c-search ul li:nth-child(1) a em {
	font-size: 1.0rem;
}
}

/* # =================================================================
#	見出し
# ================================================================= */
.c-headline-l1 {
	font-size: 3.5rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.c-headline-l1 {
	font-size: 2.5rem;
}
}
.c-headline-l1 span {
	margin: 0 0 8px;
	color: #d8063b;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-headline-l1 span {
	font-size: 1.0rem;
}
}
.c-headline-l1 span em {
	position: relative;
	padding: 0 10px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
}
.c-headline-l1 span em::before, .c-headline-l1 span em::after {
	position: absolute;
	top: 0.25em;
	bottom: 0;
	width: 4px;
	height: 1px;
	margin: auto;
	background: #d8063b;
	display: block;
	content: "";
}
.c-headline-l1 span em::before {
	left: 0;
}
.c-headline-l1 span em::after {
	right: 0;
}
.c-head-line-pages {
	width: 100%;
	height: 250px;
}
@media only screen and (max-width: 767px) {
.c-head-line-pages {
	height: 157.5px;
}
}
.c-head-line-pages-inner {
	height: 100%;
	display: table;
}
.c-head-line-pages-conts {
	display: table-cell;
	vertical-align: middle;
}
.c-head-line-pages-conts-h {
	margin: 0 0 25px;
	color: #fff;
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.c-head-line-pages-conts-h {
	margin: 0 0 10px;
	font-size: 2.5rem;
}
}
.c-head-line-pages-conts-h span {
	margin: 0 0 8px;
	color: #d8063b;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-head-line-pages-conts-h span {
	font-size: 1.0rem;
}
}
.c-head-line-pages-conts-h span em {
	position: relative;
	padding: 0 10px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
}
.c-head-line-pages-conts-h span em::before, .c-head-line-pages-conts-h span em::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 1px;
	margin: auto;
	background: #d8063b;
	display: block;
	content: "";
}
.c-head-line-pages-conts-h span em::before {
	left: 0;
}
.c-head-line-pages-conts-h span em::after {
	right: 0;
}
.c-head-line-pages-conts-lead {
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.c-head-line-pages-conts-lead {
	font-size: 1.25rem;
	line-height: 1.6;
	text-align: left;
}
}
@media only screen and (max-width: 767px) {
.c-head-line-pages-conts-lead br {
	display: none;
}
}
.c-headline-l2 {
	font-size: 3.5rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.c-headline-l2 {
	font-size: 2.0rem;
}
}
.c-headline-l3 {
	width: 100%;
	height: 250px;
	background: url(../images_v2/case/bg_headline.jpg) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
.c-headline-l3 {
	height: 150px;
	background: url(../images_v2/case/bg_headline_sp.jpg) no-repeat center center;
	background-size: cover;
}
}
.c-headline-l3-inner {
	height: 100%;
	display: table;
	padding: 0 20px;
}
.c-headline-l3-conts {
	display: table-cell;
	vertical-align: middle;
}
.c-headline-l3-conts-h {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: normal;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.c-headline-l3-conts-h {
	font-size: 1.75rem;
	line-height: 1.2;
}
}
@media only screen and (max-width: 360px) {
.c-headline-l3-conts-h {
	font-size: 1.4rem;
}
}
.c-headline-l3-conts-h-sub {
	margin: 0 0 15px;
	color: #d8063b;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-headline-l3-conts-h-sub {
	margin: 0 0 13px;
	font-size: 1.0rem;
}
}
.c-headline-l3-conts-h-sub em {
	position: relative;
	padding: 0 10px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
}
.c-headline-l3-conts-h-sub em::before, .c-headline-l3-conts-h-sub em::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 1px;
	margin: auto;
	background: #d8063b;
	display: block;
	content: "";
}
.c-headline-l3-conts-h-sub em::before {
	left: 0;
}
.c-headline-l3-conts-h-sub em::after {
	right: 0;
}
.c-headline-l3-conts-h-text {
	margin: 25px 0 0;
	font-size: 4.0rem;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-headline-l3-conts-h-text {
	margin: 15px 0 0;
	font-size: 2.5rem;
}
}
@media only screen and (max-width: 360px) {
.c-headline-l3-conts-h-text {
	font-size: 2.2rem;
}
}
/* # =================================================================
#	ボタン
# ================================================================= */
.c-btn-l1 {
	width: 300px;
	height: 40px;
	background: #fff;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-btn-l1 {
	width: 100%;
}
}
.c-btn-l1-inner {
	color: #fff;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	background: #d8063b;
	display: block;
	transition: all .3s;
}
@media only screen and (max-width: 767px) {
.c-btn-l1-inner {
	font-size: 1.75rem;
}
}
.c-btn-l1-inner span {
	position: relative;
	padding: 0 15px 0 0;
	display: inline-block;
}
.c-btn-l1-inner span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 8px;
	margin: auto;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
	content: "";
}
.c-btn-l1-inner:hover {
	opacity: 1;
	background: #000;
}
@media only screen and (max-width: 767px) {
.c-btn-l1-inner:hover {
	background: #d8063b;
}
}
.c-btn-l2 {
	width: 300px;
	height: 40px;
	background: #fff;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.c-btn-l2 {
	width: 100%;
}
}
.c-btn-l2-inner {
	color: #fff;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	background: #000;
	display: block;
	transition: all .3s;
}
@media only screen and (max-width: 767px) {
.c-btn-l2-inner {
	font-size: 1.75rem;
}
}
.c-btn-l2-inner span {
	position: relative;
	padding: 0 15px 0 0;
	display: inline-block;
}
.c-btn-l2-inner span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 8px;
	margin: auto;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
	content: "";
}
.c-btn-l2-inner:hover {
	opacity: 1;
	background: #d8063b;
}
 @media only screen and (max-width: 767px) {
.c-btn-l2-inner:hover {
	background: #000;
}
}
.c-btn-more {
	width: 300px;
	height: 40px;
	background: #fff;
	display: block;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
.c-btn-more {
	width: 100%;
}
}
.c-btn-more-inner {
	color: #fff;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	background: #d8063b;
	display: block;
	transition: all .3s;
}
@media only screen and (max-width: 767px) {
.c-btn-more-inner {
	font-size: 1.75rem;
}
}
.c-btn-more-inner span {
	position: relative;
	padding: 0 15px 0 0;
	display: inline-block;
}
.c-btn-more-inner span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 8px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	content: "";
}
.c-btn-more-inner:hover {
	opacity: 1;
	background: #000;
}
@media only screen and (max-width: 767px) {
.c-btn-more-inner:hover {
	background: #d8063b;
}
}
.c-btn-contact {
	width: 100%;
	height: 75px;
	color: #fff;
	font-size: 2.0rem;
	line-height: 75px;
	background: #d8063b;
	text-align: center;
	display: block;
	transition: all .3s;
}
@media only screen and (max-width: 767px) {
.c-btn-contact {
	height: 50px;
	font-size: 1.75rem;
	line-height: 50px;
}
}
.c-btn-contact span {
	position: relative;
	padding: 0 40px 0 0;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
.c-btn-contact span {
	padding: 0 30px 0 0;
}
}
.c-btn-contact span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 16px;
	margin: auto;
	background: url(../images_v2/ico_window02.svg) no-repeat top left;
	background-size: contain;
	display: block;
	content: "";
}
@media only screen and (max-width: 767px) {
.c-btn-contact span::before {
	width: 20.5px;
	height: 16.5px;
}
}
.c-btn-contact:hover {
	opacity: 1;
	background: #000;
}
@media only screen and (max-width: 767px) {
.c-btn-contact:hover {
	background: #d8063b;
}
}
/* # =================================================================
#	アイコン
# ================================================================= */
.c-icon-arrow {
	position: relative;
	padding: 0 0 0 20px;
	line-height: 1;
	display: block;
}
.c-icon-arrow::before, .c-icon-arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	content: "";
}
.c-icon-arrow::before {
	left: 0;
	width: 13px;
	height: 13px;
	background: #d8063b;
	border-radius: 50%;
}
.c-icon-arrow::after {
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 3px;
	border-color: transparent transparent transparent #fff;
}
.c-icon-new {
	width: 60px;
	height: 25px;
	background: url(../images_v2/bg_icon_new.png) no-repeat top center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
.c-icon-new {
	width: 62px;
	height: 20px;
	font-size: 1.2rem;
}
}
.c-icon-new span {
	color: #fff;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-icon-new span {
	line-height: 20px;
}
}
.c-icon-check {
	position: relative;
	padding: 0 0 0 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-icon-check {
	padding: 0 0 0 17px;
	line-height: 1.6;
}
}
.c-icon-check::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 11px;
	height: 8px;
	margin: auto;
	background: url(../images_v2/icon_check.png) no-repeat top left;
	background-size: 11px auto;
	display: block;
	content: "";
}
@media only screen and (max-width: 767px) {
.c-icon-check::before {
	top: 7px;
	bottom: initial;
	width: 9.5px;
	height: 7px;
	background-size: 9.5px auto;
}
}
.c-icon-link span {
	position: relative;
	padding: 0 18px 0 0;
}
.c-icon-link span::after {
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: 0;
	width: 13px;
	height: 12px;
	margin: auto;
	background: url(../images_v2/icon_link.png) no-repeat top left;
	background-size: 13px 12px;
	display: block;
	content: "";
	transform: translateY(-30%);
}
.c-icon-contact span {
	position: relative;
	padding: 0 0 0 22px;
}
.c-icon-contact span::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 15px;
	margin: auto;
	background: url(../images_v2/icon_contact.png) no-repeat top left;
	display: block;
	content: "";
}
/* # =================================================================
#	パネル
# ================================================================= */
.c-conts-pnl-block {
	font-size: 0;
	letter-spacing: -0.4em;
	word-spacing: -1em;
}
.c-conts-pnl {
	word-spacing: normal;
	display: inline-block;
	/* width: 403px; */
	width: 32%;
	margin: 0 0 30px 2%;
	/* margin: 0 0 30px 20.5px; */
	/* width: 460px;
	margin: 0 0 30px 30px; */
	font-size: 1.4rem;
	letter-spacing: 0.01em;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	vertical-align: top;
}
/* @media only screen and (max-width: 949px) {
.c-conts-pnl {
	margin: 0 0 30px 10px;
}
} */
@media only screen and (max-width: 767px) {
.c-conts-pnl {
	width: 100%;
	margin: 0 0 15px;
}
}
.c-conts-pnl:nth-child(3n+1) {
	margin: 0 0 30px;
}
/* .c-conts-pnl:nth-child(2n+1) {
	margin: 0 0 30px;
} */
@media only screen and (max-width: 767px) {
	.c-conts-pnl:nth-child(3n+1) {
		margin: 0 0 15px;
	}
	/* .c-conts-pnl:nth-child(2n+1) {
	margin: 0 0 15px;
} */
}
.c-conts-pnl a {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 20px 30px;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-conts-pnl a {
	padding: 15px 15px 10px;
	text-align: right;
}
}
@media only screen and (max-width: 360px) {
.c-conts-pnl a {
	padding: 10px;
}
}
.c-conts-pnl a:hover .c-conts-pnl-link.c-arr-link span {
	border-bottom: solid 1px #d8063b;
}
@media only screen and (max-width: 767px) {
.c-conts-pnl a:hover .c-conts-pnl-link.c-arr-link span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}
.c-conts-pnl-tag {
	width: 80px;
	height: 20px;
	margin: 0 0 6.5px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 20px;
	text-align: center;
	background: url(../images_v2/bg_half_r.jpg) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
.c-conts-pnl-tag {
	margin: 0 0 7px;
}
}
.c-conts-pnl-tag.tag-blue {
	background: url(../images_v2/bg_half_blue.jpg) no-repeat center center;
	background-size: cover;
}
.c-conts-pnl-tag.tag-orange {
	background: url(../images_v2/bg_half_orange.jpg) no-repeat center center;
	background-size: cover;
}
.c-conts-pnl-h {
	margin: 0 0 11px;
	color: #d8063b;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
.c-conts-pnl-h {
	margin: 0 0 3px;
	font-size: 1.5rem;
	text-align: left;
}
}
@media only screen and (max-width: 360px) {
.c-conts-pnl-h {
	font-size: 1.3rem;
}
}
.c-conts-pnl-text {
	padding: 0 0 16px;
}
@media only screen and (max-width: 767px) {
.c-conts-pnl-text {
	padding: 0 0 6px;
	font-size: 1.25rem;
	line-height: 1.6;
	text-align: left;
}
}
.c-conts-pnl-link {
	position: absolute;
	right: 20px;
	bottom: 12px;
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
.c-conts-pnl-link {
	position: relative;
	right: initial;
	bottom: initial;
	font-size: 1.25rem;
	display: inline-block;
}
}
.c-conts-pnl-link.c-arr-link:hover span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
/* # =================================================================
#	バナー
# ================================================================= */
.c-campaign-bnr {
	margin: 0 0 40px;
}
@media only screen and (max-width: 949px) {
.c-campaign-bnr {
	width: 860px;
	margin: 0 auto 40px;
}
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr {
	width: 100%;
	margin: 0 0 25px;
}
}
.c-campaign-bnr-block {
	width: 100%;
	background: #fff;
	border: solid 2px #ccc;
}
.c-campaign-bnr-block a {
	width: 100%;
	height: 100%;
	display: table;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-block a {
	display: block;
}
}
.c-campaign-bnr-block a:hover .c-campaign-bnr-info .c-arr-link span {
	border-bottom: solid 1px #d8063b;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-block a:hover .c-campaign-bnr-info .c-arr-link span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}
.c-campaign-bnr-img {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-img {
	width: 100%;
	display: block;
}
}
.c-campaign-bnr-img img {
	width: 100%;
	height: auto;
}
.c-campaign-bnr-info {
	position: relative;
	width: 50%;
	height: 100%;
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: top;
	padding: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info {
	width: 100%;
	font-size: 1.25rem;
	display: block;
	padding: 0 0 15px 0;
}
}
.c-campaign-bnr-info-text {
	padding: 25px 30px 45px;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info-text {
	padding: 11px 15px 35px;
}
}
.c-campaign-bnr-info-text2 {
	padding: 25px 30px 0;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info-text2 {
	padding: 10px 15px 20px 15px;
}
}
.c-campaign-bnr-info-text-title {
	padding: 25px 30px 0 30px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	color: #d8063b;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info-text-title {
	padding: 10px 15px 0 15px;
	font-size: 1.2rem;
	line-height: 1.5;
}
}
.c-campaign-bnr-info-text.js-height {
	height: auto !important;
}
.c-campaign-bnr-info-link {
	position: absolute;
	right: 30px;
	bottom: 20px;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info-link {
	right: 15px;
	bottom: 10px;
}
}
.c-campaign-bnr-info-link.c-arr-link:hover span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
.c-campaign-bnr-info-links {
	font-size: 0;
	letter-spacing: -0.4em;
	word-spacing: -1em;
	text-align: right;
}
.c-campaign-bnr-info-links li {
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.c-campaign-bnr-info-links li + li {
	margin: 0 0 0 40px;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info-links li + li {
	margin: 0 20px 20px 0;
}
}
.c-campaign-bnr-info-links li a {
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
.c-campaign-bnr-info-links li a {
	font-size: 1.25rem;
}
}
.c-service-bnr {
	max-width: 850px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.c-service-bnr {
	width: 100%;
}
}
.c-service-bnr-h {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.0;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-h {
	font-size: 1.5rem;
	margin: 0 0 15px;
}
}
.c-service-bnr-block {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.c-service-bnr-block + .c-service-bnr-block {
	margin: 30px 0 0;
}
.c-service-bnr-block a {
	width: 100%;
	height: 100%;
	display: table;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-block a {
	display: block;
}
}
.c-service-bnr-block a:hover .c-service-bnr-info .c-arr-link span {
	border-bottom: solid 1px #d8063b;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-block a:hover .c-service-bnr-info .c-arr-link span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
}
.c-service-bnr-img {
	width: 350px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}
.c-service-bnr-img.img01 {
	background: url(/service/images_v2/img_service2_01.jpg) no-repeat center center;
	background-size: cover;
}
.c-service-bnr-img.img02 {
	background: url(/service/images_v2/img_service2_02.jpg) no-repeat center center;
	background-size: cover;
}
.c-service-bnr-img.img03 {
	background: url(/service/images_v2/img_service2_03.jpg) no-repeat center center;
	background-size: cover;
}
.c-service-bnr-img.img04 {
	background: url(/service/images_v2/img_service2_04.jpg) no-repeat center center;
	background-size: cover;
}
.c-service-bnr-img.img05 {
	background: url(/service/images_v2/img_service2_05.jpg) no-repeat center center;
	background-size: cover;
}
.c-service-bnr-img.campaign-img01 {
	background: url(/service/images_v2/img_campaign_01.jpg) no-repeat center center;
	background-size: cover;
}
.c-service-bnr-img.campaign-img01-2 {
	background: url(/service/images_v2/bnr_campaign_02.jpg) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-img {
	width: 100%;
	height: 158px;
	display: block;
}
}
.c-service-bnr-img img {
	width: 100%;
	height: auto;
}
.c-service-bnr-info {
	position: relative;
	height: 100%;
	font-size: 1.4rem;
	display: table-cell;
	vertical-align: top;
	padding: 25px 30px 45px;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-info {
	width: 100%;
	font-size: 1.25rem;
	display: block;
	padding: 20px 20px 30px;
}
}
.c-service-bnr-info-name {
	color: #d8063b;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-info-name {
	margin: 0 0 10px;
	line-height: 1.7;
}
}
.c-service-bnr-info-text {
	line-height: 1.6;
}
.c-service-bnr-info-text.js-height {
	height: auto !important;
}
.c-service-bnr-info-link {
	position: absolute;
	right: 30px;
	bottom: 20px;
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
.c-service-bnr-info-link {
	right: 15px;
	bottom: 10px;
}
}
.c-service-bnr-info-link.c-arr-link:hover span {
	border-bottom: solid 1px rgba(216, 6, 59, 0);
}
/* # =================================================================
#	お問い合わせボックス
# ================================================================= */
.c-contact-box {
	max-width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	border: solid 2px #ccc;
}
@media only screen and (max-width: 767px) {
.c-contact-box {
	padding: 10px 0;
}
}
.c-contact-box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-contact-box-btn {
	position: relative;
	width: 50%;
	padding: 10px 30px;
	/* float: left; */
}
@media only screen and (max-width: 767px) {
.c-contact-box-btn {
	width: 100%;
	padding: 10px 15px 0;
	/* float: none; */
}
}
.c-contact-box-btn::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #ccc;
	display: block;
	content: "";
}
.c-contact-box-info {
	width: 50%;
	padding: 10px 30px 0;
	/* float: right; */
}
@media only screen and (max-width: 767px) {
.c-contact-box-info {
	width: 100%;
	padding: 0 15px;
	/* float: none; */
}
}
.c-contact-box-info p.c-contact-box-info-h {
	color: #d8063b;
	font-size: 1.2rem;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
.c-contact-box-info p.c-contact-box-info-h {
	margin: 0 0 6px;
	font-size: 1.4rem;
	text-align: center;
}
}
@media only screen and (max-width: 767px) {
.c-contact-box-info p.c-contact-box-info-h span {
	display: inline-block;
}
}
.c-contact-box-info p {
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
.c-contact-box-info p {
	font-size: 1.25rem;
	line-height: 1.6;
}
}
@media only screen and (max-width: 767px) {
.c-contact-box-info p br {
	display: none;
}
}
/* # =================================================================
# 汎用
# ================================================================= */
.bg-dot {
	background: url(../images_v2/bg_program.gif) repeat top center;
}
.bg-pt-blue {
	background: url(../images_v2/bg_pt_blue.jpg) center center no-repeat;
	background-size: cover;
}
.fll {
	float: left !important;
}
.flr {
	float: right !important;
}
.clear {
	clear: both;
}
.relative {
	position: relative !important;
}
.bgw {
	background: #fff !important;
}
.bgg {
	background: #d9d9d9 !important;
}
.bglg {
	background: #f3f3f3 !important;
}
.bgb {
	background: #d9edff !important;
}
.bgp {
	background: #fef2fb !important;
}
.hide {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.block {
	display: block;
}
.tc {
	text-align: center !important;
}
.tr {
	text-align: right !important;
}
.tl {
	text-align: left !important;
}
.fs10 {
	font-size: 1.0rem !important;
}
.fs11 {
	font-size: 1.1rem !important;
}
.fs12 {
	font-size: 1.2rem !important;
}
.fs13 {
	font-size: 1.3rem !important;
}
.fs14 {
	font-size: 1.4rem !important;
}
.fs15 {
	font-size: 1.5rem !important;
}
.fs16 {
	font-size: 1.6rem !important;
}
.fs17 {
	font-size: 17px !important;
}
.fs18 {
	font-size: 1.8rem !important;
}
.fs19 {
	font-size: 1.9rem !important;
}
.fs20 {
	font-size: 2.0rem !important;
}
.fw500 {
	font-weight: 500 !important;
}
.fw700 {
	font-weight: 700 !important;
}
.txtred {
	color: #d8063a !important;
}
.txtw {
	color: #fff !important;
}
.m0 {
	margin: 0 !important;
}
.m5 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mbt50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mbt30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.p5 {
	padding: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.p20 {
	padding: 20px !important;
}
.p25 {
	padding: 25px !important;
}
.p30 {
	padding: 30px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.mlr5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.mlr10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.mlr15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.mlr20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.mlr25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}
.mlr30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
.plr5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.plr10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.plr15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.plr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.plr25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.plr30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}


/* Cookie banner css */
#onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-dpd-desc, #onetrust-banner-sdk .ot-b-addl-desc, #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-pc-sdk .ot-grp-desc, #onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-pc-sdk .ot-always-active, #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-pc-sdk .category-host-list-handler, #onetrust-pc-sdk .category-vendors-list-handler+a{
	font-size:1.3rem !important;
}
#onetrust-pc-sdk .ot-pc-footer button{
	font-size:1.2em !important;
}
#onetrust-banner-sdk .ot-sdk-button, #onetrust-banner-sdk button, #onetrust-banner-sdk input[type="submit"], #onetrust-banner-sdk input[type="reset"], #onetrust-banner-sdk input[type="button"], #onetrust-pc-sdk .ot-sdk-button, #onetrust-pc-sdk button, #onetrust-pc-sdk input[type="submit"], #onetrust-pc-sdk input[type="reset"], #onetrust-pc-sdk input[type="button"], #ot-sdk-cookie-policy .ot-sdk-button, #ot-sdk-cookie-policy button, #ot-sdk-cookie-policy input[type="submit"], #ot-sdk-cookie-policy input[type="reset"], #ot-sdk-cookie-policy input[type="button"]{
	font-size:1.03rem !important;
}
#onetrust-pc-sdk .ot-host-opt li>div div{
	font-size:1.03rem !important;
}



/*# sourceMappingURL=common.css.map */
