@charset "UTF-8"

/* --------------------------------------------------

  サイト全体で共通のスタイル

-------------------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');


/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

* {
	box-sizing: border-box
}
input[type=color]::-webkit-color-swatch {
	border: none
}
input[type=color]::-webkit-color-swatch-wrapper {
	padding: 0
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}
a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}
ins {
	text-decoration: none
}
ins, mark {
	background-color: #ff9;
	color: #000
}
mark {
	font-style: italic;
	font-weight: 700
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	border: 0;
  margin: 0;
}
input, select {
	vertical-align: middle
}
input:focus {
	outline: none
}
ol, ul {
	list-style-type: none
}


#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}
















































  
/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































.test_css_test {
  background-color: black;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
  background-color: #425b76;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: calc(1060px + 50px * 2);
  padding-left: 50px;
  padding-right: 50px;
}

.dnd-section .dnd-column {
  xxpadding-left: 30px;
  xxpadding-right: 30px;
  xxoverflow-x: hidden;
  xxpadding-top: 1px;
  xxpadding-bottom: 1px;
  xxbackground-color: lightblue;
  
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: calc(1060px + 50px * 2);
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container.wide {
  max-width: calc(1100px + 50px * 2);
}
@media screen and (max-width: 767px) {
  .container.wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 60px;
}

.container_main {
  flex: 2.425;
}

.container_side {
  flex: 1;
}

.container_side .row-fluid  {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container_col.blog_wide {
  gap: 60px;
}

.container_col.blog_wide .container_main,
.container_col.blog_wide .container_side {
  flex: inherit;
  width: calc(50% - 30px);
}
@media screen and (max-width: 1049px) {
  .container_col {
    flex-flow: column;
  }

  .container_col.blog_wide .container_main,
  .container_col.blog_wide .container_side {
    width: 100%;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding: 70px;
  }
}

html.lp {
  scroll-padding: 0;
}

body {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
  letter-spacing: 0.04em;
	line-height: 1.75;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.section {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    margin: 50px 0;
  }
}

.section_base {
  padding: 60px 0;
  background-color: #f1f1f1;
}

.container_main .container,
.container_main .row-fluid  {
  padding-left: 0;
  padding-right: 0;
}

.shadow_box {
  background-color: #ffffff;
  padding: 50px 40px;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
}
@media screen and (max-width: 767px) {
  .shadow_box {
    padding: 40px 20px;
  }
}

a img {
	transition: 0.3s;
  transition-timing-function: ease-in;
}

a img:focus, a img:hover {
	opacity: 0.7;
}

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

a {
  color: #e60012;
	transition: 0.3s;
  transition-timing-function: ease-in;
  word-wrap: break-word;
}

a:focus, a:hover {
	text-decoration: none;
}

.heading_ruby {
  display: block;
  margin-bottom: 10px;
  color: #e60012;
  font-family: "Open Sans", sans-serif;;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.heading_txt {
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.heading-1 .heading_txt {
  font-size: 38px;
  margin-bottom: 1em;
}

.heading-2  {
  margin-bottom: 25px;
}

.heading-2 .heading_txt {
  font-size: 36px;
  line-height: 1.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .heading-1 .heading_txt {
    font-size: 24px;
  }
  .heading-2 .heading_txt {
    font-size: 26px;
  }
}

.heading-2.medium .heading_txt {
  font-size: 24px;
}

.heading-2.small .heading_txt {
  font-size: 22px;
}

.heading-2.accent_color {
  color: #00af4f;
}

.heading-2.sub_color {
  color: #e60012;
}


.heading-3 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.heading-3 .heading_txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .richtext h3,
  .heading-3 .heading_txt {
    font-size: 1.25rem
  }
}

.heading-4 .heading_txt {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .heading-4 .heading_txt {
    font-size: 1.125rem;
  }
}

.heading-5 .heading_txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .heading-5 .heading_txt {
    font-size: 1rem;
  }
}

.wysiwyg h1 {
	color: #e60012;
	font-size: 2.625rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg h1 {
    font-size: 1.625rem;
  }
}

.wysiwyg h2 {
	margin-top: 30px;
	margin-bottom: 20px;
  font-size: 22px;
  border-left: none !important;
  padding: 12px 15px 12px 26px !important;
  font-weight: bold;
  position: relative;
  background-color: #f6f6f6;
}
.wysiwyg h2::before {
  content: '';
  position: absolute;
  top: 22%;
  left: 10px;
  display: block;
  width: 3px;
  height: 56%;
  background-color: #e60012;
}

@media screen and (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 20px;
  }
}

.wysiwyg h3 {
	margin-top: 30px;
	margin-bottom: 20px;
  border-bottom: solid 1px #888;
  border-top: solid 1px #888;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 18px;
  }
}

.wysiwyg h4 {
  margin-top: 20px;
	margin-bottom: 20px;
  font-size: 18px;
	font-weight: bold;
}

.wysiwyg h5 {
  margin-top: 20px;
	margin-bottom: 20px;
  font-size: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg h5 {
    font-size: 1rem;
  }
}

.wysiwyg h6 {
  margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1rem;
}

.richtext blockquote,
.richtext pre,
.wysiwyg blockquote,
.wysiwyg pre {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	background-color: #f1f1f1;
}

.richtext blockquote,
.wysiwyg blockquote {
  border-radius: 5px;
  position: relative;
  padding: 40px 30px;
}

.richtext blockquote::before,
.wysiwyg blockquote::before {
  content: '“';
  font-size: 1000%;
  line-height: .8em;
  font-family: 'Times New Roman','ＭＳ Ｐゴシック',sans-serif;
  color: #e60012;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
  font-size: 500%;
}

.richtext pre,
.wysiwyg pre {
  background-color: #2D2D2D;
  color: #fff;
  overflow-x: auto;
  overflow-y: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin-bottom: 40px;
  margin-top: 0;
}

.richtext pre code,
.wysiwyg pre code {
  color: #fff;
  background-color: transparent;
}

.richtext code,
.wysiwyg code {
  background-color: #f1f1f1;
  color: #00af4f;
}

.wysiwyg p {
	margin-bottom: 20px;
	margin-top: 20px
}

.richtext strong,
.wysiwyg strong {
	font-weight: 700
}

.richtext em,
.wysiwyg em {
	font-style: italic
}

.richtext ol,
.richtext ul,
.wysiwyg ol,
.wysiwyg ul {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 1.5em
}

.richtext ul,
.wysiwyg ul {
	list-style-type: disc
}

.richtext ol,
.wysiwyg ol {
	list-style-type: decimal
}

.richtext ol li:not(:first-child),
.wysiwyg ol li:not(:first-child) {
  margin-top: 10px;
}

.richtext ol li:not(:last-child),
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 10px;
}

.richtext ol li::marker,
.wysiwyg ol li::marker {
  text-align-last: start !important;
}

@media screen and (max-width: 767px) {
  .richtext li {
    font-size: .875rem;
    line-height: 2;
  }
}

.richtext hr,
.wysiwyg hr {
  margin: 50px 0;
  border-top: 1px solid #e60012;
}

.richtext sup,
.wysiwyg sup {
  font-size: 70%;
  vertical-align: top;
}

.richtext sub,
.wysiwyg sub {
  font-size: 70%;
  vertical-align: bottom;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

.richtext h1 {
  font-size: 38px;
}

.richtext h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}

.richtext h3 {
  font-size: 24px;
}

.richtext h4 {
  font-size: 22px;
}

.richtext h5 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .richtext h1,
  .richtext h2,
  .richtext h3,
  .richtext h4,
  .richtext h5,
  .richtext h6 {
    overflow-wrap: break-word;
  }
}

@media screen and (max-width: 767px) {
  .richtext h2{
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.richtext h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .richtext h3 {
    font-size: 1.025rem;
    margin-bottom: 1.1rem;
  }
}

.richtext p {
  margin: 30px 0;
}

.wysiwyg *:first-child,
.richtext *:first-child {
  margin-top: 0;
}

.wysiwyg *:last-child,
.richtext *:last-child {
  margin-bottom: 0;  
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































.table table {
  width: 100%;
}

.table table th {
  font-weight: bold;
  text-align: left;
}

.table table th, .table table td {
  border: 1px solid #1a1a1a;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .table table th, .table table td {
    display: block;
    border-bottom: none;
  }
  .table table {
    border-bottom: 1px solid #1a1a1a;
  }
}

.table .table-inner {
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: inherit !important;
}

.richtext table,
.wysiwyg table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.richtext table th,
.richtext table td,
.wysiwyg table th,
.wysiwyg table td {
  padding: 10px !important;
  border: 1px solid #1a1a1a;
}

.wysiwyg table th {
  background-color: #f1f1f1;
}  
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































select {
	padding-right: 40px !important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi42OCA0My41MSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAwcHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtODIuNjcsMi4xOGMwLS41Ni0uMjEtMS4xMS0uNjQtMS41NC0uODUtLjg1LTIuMjMtLjg1LTMuMDgsMGwtMzcuNjIsMzcuNjJMMy43MS42NEMyLjg2LS4yMSwxLjQ4LS4yMS42NC42NC0uMjEsMS40OS0uMjEsMi44Ni42NCwzLjcxbDM5LjE2LDM5LjE2Yy44NS44NSwyLjIzLjg1LDMuMDgsMEw4Mi4wNCwzLjcxYy40My0uNDMuNjQtLjk4LjY0LTEuNTRoMFoiLz4KICA8L2c+Cjwvc3ZnPg==) no-repeat  98% center / 10px;
}
@media screen and (max-width: 767px) {
	select {
		padding-right: 25px !important;
	}
}

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=search],
input[type=number],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 300;
	outline: none;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	padding: 12px;
	font-size: 1rem;
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #333333;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.2;
	width: 100% !important;
	height: auto !important;
}

textarea {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 300;
	color: #555;
	padding: 3px 10px;
	outline: 0;
	border-radius: 2px;
	background: #eee;
	width: 100%;
	display: inline-block;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	border: solid 1px #ddd;

	font-size: 1rem;
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #333333;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.2;
	width: 100% !important;
	min-height: 240px;
}

input[type=submit] {
	display: block;
	width: 292px;
	margin: 25px auto 0;
	padding: 11px 30px;
	font-family: "Noto Sans JP", sans-serif;;
	background-color: #e60012;
	border: 2px solid #e60012;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: bold;
  white-space: normal;
	transition: 0.3s;
  transition-timing-function: ease-in;
}

input[type=submit]:disabled {
	opacity: 0.5;
	pointer-events: none;
}

input[type=submit]:hover {
  color: #e60012;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
	input[type=submit] {
		width: 100%;
		max-width: 292px;
	}
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	width: 18px;
	height: 22px;
	cursor:pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+) no-repeat center / contain;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 40px 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btns {
    gap: 20px;
    flex-flow: column;
  }

  .btns > * {
    width: 100%;
    text-align: center;
  }
}

.btns.center {
  justify-content: center;
}


.btn {
  -webkit-touch-callout: none;
  display: inline-block;
  height: 100%;
  padding: 25px;
  background-color: #e60012;
  border: 2px solid #e60012;
  color: #fff;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: .08em;
  line-height: 1.3;
  transition: 0.3s;
  transition-timing-function: ease-in;;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1rem;
    padding: 20px 15px;
    max-width: 340px;
  }
}

.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btns.center .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn.medium {
  min-width: 280px;
  padding: 15.5px 30px;
  margin: 0 auto;
  font-size: 1rem;
}

.btn.full {
  display: inline-block;
  width: inherit !important;
  max-width: inherit !important;
  min-width: 340px;
}

@media screen and (min-width: 1050px) {
  .btn.full.xsmall {
    min-width: 187px;
  }
}

.btn.large {
  min-width: 350px;
  font-size: 22px;
  margin: auto;
  padding: 19px 20px;  
}

.btn.small {
  width: 210px;
  padding: 13px 25px;
  font-size: 1rem;
}

.btn.back {
  width: 210px;
  padding: 13px 25px;
  font-size: 1rem;
}

.btn.xsmall {
  min-width: 200px;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 18.2px;
}
@media screen and (max-width: 767px) {
  .btn.full {
    min-width: 90%;
  }
  .btn.xsmall {
    min-width: 80%;
  }
}

@media screen and (min-width: 1050px) {
  .btn:hover {
    background-color: #fff;
    color: #e60012;
  }
}


.btn.reverse {
  background-color: #fff;
  color: #e60012;
}

@media screen and (min-width: 1050px) {
  .btn.reverse:hover {
    background-color: #e60012;
    color: #fff;
  }
}

.btn.reverse.main_color {
  background-color: #fff;
  border-color: #e60012;
  color: #e60012;
}

@media screen and (min-width: 1050px) {
  .btn.reverse.main_color:hover {
    color: #fff;
    background-color: #e60012;
  }
}

.btn.main_color {
  background-color: #e60012;
}

@media screen and (min-width: 1050px) {
  .btn.main_color:hover {
    border-color: #e60012;
    background-color: #fff;
    color: #e60012;
  }
}

.btn.accent_color {
  border-color: #00af4f;
  background-color: #00af4f;
}

@media screen and (min-width: 1050px) {
  .btn.accent_color:hover {
    color: #00af4f;
    background-color: #fff;
  }
}

@media screen and (max-width: 1049px) {
  .btn.large {
    width: 100%;
    min-width: auto;
    max-width: 350px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn.orange.full {
    font-size: 20px;
  }
  .btn.medium {
    width: auto;
    min-width: 90%;
    padding: 15px;
  }
}

.icon_download::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: inherit;
  margin-right: 5px;
}

.icon_contact::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: inherit;
  margin-right: 5px;
}

.icon_arrow {
  position: relative;
}

.icon_arrow::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  position: absolute;
  right: 12px;
}

.cta_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 50px;
  margin-top: 50px;
}

.cta_btns li {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta_btns {
    flex-flow: column;
    flex-wrap: wrap;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .cta_btns li {
    width: 100%;
  }
}

.cta_btn {
  display: block;
  position: relative;
  width: 170px;
  padding: 13px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.cta_btn::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: top;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

.cta_btns.large {
  gap: 20px;
  margin-top: 30px;
}

.cta_btns.large .cta_btn {
  width: 300px;
  padding: 17px 25px 17px 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cta_btns.large .cta_btn {
    font-size: 1rem;
  }
}

.cta_btn.accent_color {
  background-color: #00af4f;
  border: 2px solid #00af4f;
}

.cta_btn.main_color {
  background-color: #e60012;
  border: 2px solid #e60012;
}

@media screen and (min-width: 1050px) {
  .cta_btn:hover {
    background-color: #fff;
  }
}

@media screen and (min-width: 1050px) {
  .cta_btn.accent_color:hover {
    color: #00af4f;
  }
  .cta_btn.accent_color:hover::after {
    border-color: #00af4f;
  }
  .cta_btn.main_color:hover {
    color: #e60012;
  }
  
  .cta_btn.main_color:hover::after {
    border-color: #e60012;
  }
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































.header {
  position: sticky;
  top: 0;
  padding: 20px 20px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  z-index: 999;
}

.header-no_nav {
  padding: 20px;
}

.header.no-nav {
  position: static;
  padding: 20px;
}
@media screen and (max-width: 1049px) {
  .header.no-nav {
  padding: 10px;
  }
}

.header_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  gap: 7px;
}

.header_logo_txt {
  font-size: 0.6rem;
  line-height: 1.41;
  letter-spacing: 0;
}

.header_upper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.header_menu {
  margin-top: 15px;
}

.header_utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0 10px;
}

.header_utils_tel a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.header_utils_tel a::before {
  content: '';
  width: 10px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background: url() no-repeat center / contain;
}

.header_utils_time {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.header_nav.level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 100px;
}

.header_nav.level1 > .header_nav_item.has_child,
.header_nav.level2 > .header_nav_item.has_child {
  position: relative;
  z-index: 10;
  cursor: pointer;
  min-width: 100px;
}

.header_nav_link {
  color: #1a1a1a;
  transition: 0.3s;
  transition-timing-function: ease-in;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 30px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 1050px) {
  .header_nav.level2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
  }
  .header_nav.level1 > .header_nav_item.has_child > .header_nav_link {
    position: relative;
    padding-right: 50px;
  }
  .header_nav.level1 > .header_nav_item.has_child > .header_nav_link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 12px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi42OCA0My41MSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAwcHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtODIuNjcsMi4xOGMwLS41Ni0uMjEtMS4xMS0uNjQtMS41NC0uODUtLjg1LTIuMjMtLjg1LTMuMDgsMGwtMzcuNjIsMzcuNjJMMy43MS42NEMyLjg2LS4yMSwxLjQ4LS4yMS42NC42NC0uMjEsMS40OS0uMjEsMi44Ni42NCwzLjcxbDM5LjE2LDM5LjE2Yy44NS44NSwyLjIzLjg1LDMuMDgsMEw4Mi4wNCwzLjcxYy40My0uNDMuNjQtLjk4LjY0LTEuNTRoMFoiLz4KICA8L2c+Cjwvc3ZnPg==) no-repeat center / contain;
  }
  
  .header_nav.level2 > .header_nav_item.has_child > .header_nav_link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
    width: 10px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0My41MSA4Mi42OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzIyMWUxZjsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0yLjE4LDBDMS42MiwwLDEuMDYuMjIuNjQuNjQtLjIxLDEuNDktLjIxLDIuODcuNjQsMy43MmwzNy42MiwzNy42MkwuNjQsNzguOTZjLS44NS44NS0uODUsMi4yMywwLDMuMDhzMi4yMy44NSwzLjA4LDBsMzkuMTYtMzkuMTZjLjg1LS44NS44NS0yLjIzLDAtMy4wOEwzLjcxLjY0Yy0uNDMtLjQzLS45OC0uNjQtMS41NC0uNjRoMFoiLz4KICA8L2c+Cjwvc3ZnPg==) no-repeat center / contain;
  }
  
  .header_nav.level3 {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
  .header_nav.level2,
  .header_nav.level3 {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    min-width: 210px;
  }
    .header_nav.level1 .header_nav_item.has_child:hover .header_nav.level2 {
    opacity: 1;
    visibility: visible;
  }
  
  .header_nav.level2 .header_nav_item.has_child:hover .header_nav.level3 {
    opacity: 1;
    visibility: visible;
  }  
}

@media screen and (max-width: 1220px) and (min-width: 1050px) {
  .header_nav_link {
    font-size: 14px;
    padding: 15px;
  }
  .header_nav.level1 > .header_nav_item.has_child > .header_nav_link {
    padding-right: 40px;
  }
}

.header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  gap: 15px;
}

.header_btns_link {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 0.812rem;
  font-weight: bold;
  text-decoration: none;
}

.header_btns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-flow: column;
  gap: 8px;
  width: 130px;
  min-height: 80px;
  padding: 8px;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

.header_btns_link:hover {
  opacity: 0.7;
}

.bl_headerNav_item.bl_headerNav_item__hasChild {
	position: relative
}

.header_nav_item {
  transition: 0.3s;  
}

.header_nav_item:hover > a,
.has_child.header_nav_item:hover > .header_nav_link {
  background-color: #F6F6F6;
}

.header_nav_item_link {
	color: #222;
	display: block;
	font-size: 1rem;
  font-weight: bold;
	letter-spacing: .75px;
	line-height: 1.3;
	padding: 20px 10px;
	position: relative;
	text-decoration: none
}
.bl_headerNav_link:after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
  transition: 0.3s;
  transition-timing-function: ease-in;
	width: 0
}
.bl_headerNav_link.is_current:after, .bl_headerNav_link:focus:after, .bl_headerNav_link:hover:after {
	opacity: 1;
	width: 100%
}
.bl_headerChildNav {
	background-color: #fff;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-8px);
  transition: 0.3s;
  transition-timing-function: ease-in;
	visibility: hidden;
	width: 224px;
	z-index: 10
}
.is_lastChildMenu .bl_headerChildNav {
	left: auto;
	right: 0
}
.bl_headerNav_item__hasChild:hover .bl_headerChildNav {
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}
.bl_headerChildNav_item {
	border-bottom: 1px solid hsla(0, 0%, 80%, .7)
}
.bl_headerChildNav_link {
	color: currentColor;
	display: block;
	font-family: serif;
	font-size: .875rem;
	letter-spacing: .7px;
	line-height: 20px;
	padding: 10px;
	text-align: left;
	text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.bl_headerChildNav_link:focus, .bl_headerChildNav_link:hover {
	opacity: .8;
	text-decoration: underline
}
.header_humb {
	display: none
}

.header_logo_img img {
  vertical-align: middle;
  width: 230px !important;
}

.jsLev1Btn,
.jsLev2Btn {
  display: none;
}

@media screen and (max-width: 1049px) {
  .header {
    height: 50px;
    padding: 5px 10px;
    z-index: 10;
  }
  .header-no_nav {
    padding: 10px;
  }
  .header_logo {
    max-width: calc(100% - 50px);
    padding-left: 0;
  }
  .header_logo_img img {
    width: 150px !important;
  }
  .header_logo_txt {
    line-height: 1.1;
  }
  .header_wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  .header_menu {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    flex-flow: column-reverse;
  }
  .header_nav {
    flex-flow: column;
    gap: 0;
  }
  .header_utils {
    -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
    flex-flow: row-reverse;
  }

  .header_btns {
    gap: 15px;
  }
  .header_btns li {
    width: 50%;
  }

  .header_btns .btn {
    background: none !important;
    width: auto;
    min-width: auto;
    font-size: 0 !important;
    letter-spacing: 0;
    border: 0;
    border-radius: none !important;
    box-sizing: none !important;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .header_btns .btn::before {
    font-size: 22px;
    color: #000;
    margin: 0;
  }

  .header_btns_link {
    flex-flow: row;
    width: 100%;
    min-height: 50px;
  }
  .header_humb {
    padding: 0;
    background-color: #e60012;
    border: 0;
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    width: 60px;
    z-index: 4;
    margin-top: -5px;
    margin-right: -10px;
  }
  .header_humb.is-active .header_humb_line {
    transition: 0.3s;
  transition-timing-function: ease-in;
    top: calc(50% - 2px);
  }
  .header_humb.is-active .header_humb_line:first-of-type {
    transform: rotate(45deg);
  }
  .header_humb.is-active .header_humb_line:nth-of-type(2) {
    opacity: 0;
  }
  .header_humb.is-active .header_humb_line:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  .header_humb_line {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    position: absolute;
    left: calc(50% - 15px);
    transition: 0.3s;
  transition-timing-function: ease-in;
    width: 30px;
  }
  .header_humb_line:first-of-type {
    top: calc(50% - 10px);
  }
  .header_humb_line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .header_humb_line:nth-of-type(3) {
    top: calc(50% + 8px);
  }
  .header_utils_tel a {
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 24px;
    vertical-align: middle;
  }
  .header_utils_tel a::before {
    color: #000;
    top: 0;
    width: 20px;
    height: 24px;
  }
  .header_upper {
    padding: 0;
  }
  .header_upper_inner {
    gap: 15px;
  }
  .js_headerMenu {
    display: none;
  }
  .header_menu {
    background-color: #fff;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    max-height: calc(100vh - 60px);
    overflow-y: auto !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
  }
  .header_nav_link {
    padding: 10px 15px;
  }
  .header_nav_item {
    width: 100%;
  }
  .header_nav.level2,
  .header_nav.level3 {
    border-top: 1px dashed #e60012;
  }
  .header_nav.level3 .header_nav_link {
    padding-left: 30px;
  }
  
  .header_nav_item:not(:last-child) {
    border-bottom: 1px dashed #e60012;
  }
  .jsLev1Btn,
  .jsLev2Btn {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jsLev1Btn::after,
  .jsLev2Btn::after {
    content: "\f107";
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    transition: 0.3s;
  }
  .jsLev1Btn.is-active::after,
  .jsLev2Btn.is-active::after {
    transform: rotate(180deg);
  }
  .header_nav.level2,
  .header_nav.level3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header_utils_time {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .header_upper {
    padding-right: 130px;
  }
}

.header_language {
  position: fixed;
  right: 12%;
  top: 26px;
  z-index: 999;
}

.header_language .hs-language-switcher__current-language {
  font-family: "Noto Sans JP", sans-serif;;
}

@media screen and (max-width: 1400px) {
  .header_language {
    right: 20px;
  }
}

.header_language button {
  border: none;
  background: none;
}

.header_language .hs-language-switcher__item {
  font-size: 12px;
}

.lp .header_language {
  position: absolute;
}


@media screen and (max-width: 1049px) {
  .lp .header_language {
    right: 10px;
  }

  .header_btns {
     padding-right: 35px;
  }
  .header_language {
    right: 70px;
    top: 15px;
  }
  .header_language .hs-language-switcher__icon--dropdown {
    display: none !important;
  }
  .header_language .hs-language-switcher__menu {
    max-width: 170px !important;
  }
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}

















































.footer {
  font-size: 1rem;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
  padding: 50px;
}

.footer_inner:empty {
  display: none;
}

.footer_info {
  flex: 1;
}

.footer_wrapper {
  flex: 2;
}

.footer_info_overview {
  margin-top: 30px;
}

.footer_info_overview p {
  margin: 15px 0;
}
.footer_info_overview p:first-child {
  margin-top: 0;
}
.footer_info_overview p:last-child {
  margin-bottom: 0;
}

.footer_info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  gap: 7px;
}

.footer_info_logo img {
  width: 230px !important;
  vertical-align: middle;
}

.footer_info_company {
  font-size: 0.6rem;
  line-height: 1.41;
  letter-spacing: 0;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.footer_menu > nav:first-of-type {
  max-width: 465px;
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
	gap: 5px 30px;
}
.footer_nav_item {
  width: calc(100% / 3 - (30px * 2) / 3);
}
.footer_nav>:last-child {
	margin-bottom: 0!important
}
.footer_nav_link {
	color: #000;
  text-decoration: none;
	display: block;
	position: relative;
	text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

a.footer_nav_link:hover {
  opacity: 0.7;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 60px;
}

.footer_copyright {
	display: flex;
  align-items: center;
  height: 60px;
  padding: 18px 0;
  background-color: #000;
	font-size: 0.875rem;
  letter-spacing: .04em;
	text-align: center;
  color: #fff;
}

.footer_copyright .container {
  width: 100%;
}

.footer_pagetop {
  background-color: #e60012;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  transition: 0.3s;
}

.footer_pagetop:hover {
  opacity: 0.7;
}

.footer_pagetop::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 16px;
  left: calc(50% - 13px);
  top: calc(50% - 8px);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Mi42NzciIGhlaWdodD0iNDMuNTA1IiB2aWV3Qm94PSIwIDAgODIuNjc3IDQzLjUwNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIuNjggNDMuNTA4KSByb3RhdGUoMTgwKSI+PHBhdGggZD0iTTgyLjY3LDIuMThBMi4xOCwyLjE4LDAsMCwwLDc4Ljk1LjY0TDQxLjMzLDM4LjI2LDMuNzEuNjRBMi4xNzEsMi4xNzEsMCwwLDAsLjY0LDMuNzFMMzkuOCw0Mi44N2EyLjE3OSwyLjE3OSwwLDAsMCwzLjA4LDBMODIuMDQsMy43MWEyLjE1NywyLjE1NywwLDAsMCwuNjQtMS41NGgwWiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=) no-repeat center / contain;
}

@media screen and (max-width: 1049px) {
  .footer {
    /* padding: 50px 0; */
  }
  .footer_inner {
    flex-flow: column;
    padding: 50px 20px;
  }
  .footer_info_overview {
    margin-top: 20px;
  }
  .footer_menu {
    flex-flow: column;
    gap: 30px;
  }
  .footer_menu > nav:first-of-type {
    max-width: inherit;
  }
  .footer_sns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav {
    flex-flow: column;
  }
  .footer_nav_item {
    width: inherit;
  }
  .footer_nav_link {
    display: inline-block;
  }
  .footer_copyright_txt {
    width: calc(100% - 60px);
    display: block;
    font-size: 12px;
  }
  .footer_copyright {
    padding: 9px 0;
  }
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */



#f2f2f2
#cccccc
BORDER_AUTOMATIC
#425b76

:root {
  --mainColor: red;
  --backgroundColor : #f2f2f2
}
  
.test_css {
  background-color: var(--mainColor);
}


















































/* フォーム */
.form {
  max-width: 681px;
  margin: 0 auto;
}

.input {
	margin-top: 7px
}

.hs-error-msgs {
  margin: 5px 0 0 !important;
}

.hs-error-msg, .hs-main-font-element {
	color: red;
	font-size: 13px;
}

.hs-form-required {
  font-size: 0;
}

.hs-form-required::after {
	background-color: #c70909;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 0.75rem;
	padding: 1px 8px
}

.hs-form-field:not(:last-child) {
  margin-bottom: 20px;
}

.form .hs-form fieldset {
	margin-bottom: 20px;
	max-width: 100%
}

.form-columns-1 .input {
	margin-right: 0!important
}

.form-columns-2 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	gap: 50px
}
.form-columns-2 .input, .form-columns-2 input {
	margin-right: 0!important
}
.form-columns-2 .input {
	flex: 1
}
.form-columns-2 .hs-form-field:not(:last-child) {
	margin-bottom: 20px
}

.hs-form-field label > span {
	display: inline-block;
	margin-right: 10px;
}

.hs-form-field label {
	font-weight: bold;
	font-size: 14px;
}
  
.hs-fieldtype-booleancheckbox .inputs-list {
	display: block
}

.hs-fieldtype-booleancheckbox .input {
	margin-top: 10px
}

.hs-fieldtype-booleancheckbox .input label {
	font-weight: 700;
}

.hs-fieldtype-booleancheckbox .input label>input {
	display: none
}

.hs-fieldtype-booleancheckbox .input label>input:checked+span:after {
	opacity: 1;
	pointer-events: auto
}

.hs-fieldtype-booleancheckbox .input label>span {
	padding-left: 30px;
	position: relative
}
  
.hs-fieldtype-booleancheckbox .input .hs-form-required {
	font-size: 0;
}

@media screen and (max-width: 767px) {
	.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label {
		font-size: 13px;
	}
}
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] {
	display: none !important;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
	margin-right: 0;
	display: inline-block;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:before {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	background-color: #fff;
	border: 1px solid #333333;
	border-radius: 4px;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 12px;
	border-bottom: 3px solid #e60012;
	border-right: 3px solid #e60012;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
	transition: 0.3s;
  transition-timing-function: ease-in;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-form-required::after {
	margin-left: 5px;
}


.hs-fieldtype-checkbox .inputs-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	gap: 10px 30px
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
	margin: 0;
	width: 100%
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label {
	font-weight: 400
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>input {
	display: none
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>input:checked+span:after {
	opacity: 1;
	pointer-events: auto
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>span {
	padding-left: 30px;
	position: relative
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>span 
  
.actions {
	margin-bottom: 80px;
	text-align: center
}
  
.hs-fieldtype-radio .inputs-list li label {
	font-weight: 400
}

.hs-fieldtype-radio .inputs-list li input[type=radio] {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #333333;
	border-radius: 20px;
	cursor: pointer;
	height: 20px!important;
	margin-top: 0
	margin-left: 0;
	margin-right: 8px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -2px;
	width: 20px!important
}

.hs-fieldtype-radio .inputs-list li input[type=radio]:checked:after {
	background-color: #e60012;
	border-radius: 10px;
	content: "";
	height: 10px;
	left: 4px;
	opacity: 1;
	position: absolute;
	top: 4px;
	width: 10px;
	z-index: 1;
}  

@media screen and (max-width: 767px) {
	.form .hs-form fieldset {
		margin-bottom: 20px
	}
	.form-columns-2 {
		display: block
	}
	.form-columns-2 .hs-form-field {
		float: none!important;
		width: 100%!important
	}
	.actions {
		margin-bottom: 60px;
		text-align: center
	}
}

.hs-fieldtype-checkbox .inputs-list li input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid ;
	border-radius: 20px;
	cursor: pointer;
	height: 20px!important;
  margin-top: 0
	margin-left: 0;
	margin-right: 8px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -2px;
	width: 20px!important
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display > span:before {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display  > span:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 5px;
	height: 12px;
	border-bottom: 3px solid #e60012;
	border-right: 3px solid #e60012;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
	transition: 0.3s;
  transition-timing-function: ease-in;
}

.hs-input.error {
	border: 1px solid #ed3f2f !important;
    background: #fdf5f2 !important;
}


/* 同意文 */
.legal-consent-container .hs-form-booleancheckbox-display p {
	display: inline-block !important;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
	display: none
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
	display: flex !important;
	align-items: center;
	font-size: 1rem;
	margin-left: 0!important;
	padding-left: 40px;
	position: relative
}

.legal-consent-container .hs-form-booleancheckbox-display > span:before {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 5px;
	height: 12px;
	border-bottom: 3px solid #e60012;
	border-right: 3px solid #e60012;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
	transition: 0.3s;
  transition-timing-function: ease-in;
}

.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked+span:after {
	opacity: 1
}

.legal-consent-container .hs-richtext p {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.legal-consent-container .hs-form-booleancheckbox-display span {
		font-size: 1rem;
		font-weight: 400;
		padding-left: 28px
	}
	.legal-consent-container .hs-form-booleancheckbox-display span:before {
		border-radius: 3px;
		height: 19px;
		top: 2px;
		width: 19px
	}
	.legal-consent-container .hs-form-booleancheckbox-display span:after {
		left: 7px;
		top: 3px
	}
}

.hs-recaptcha .grecaptcha-badge {
	margin: 0 auto;
}


/* パスワードプロンプト */
.hs_cos_wrapper_type_password_prompt {
  color: red;
}

.hs_cos_wrapper_type_password_prompt form {
  margin-top: 20px;
}

.hs_cos_wrapper_type_password_prompt input[type=submit] {
  margin-top: 30px;
}


/* 検索フォーム */
.hs-search-field {
  margin-top: 50px;
}

.hs-search-field__input:focus {
  outline-style: none !important;
}

.hs-search-field__button {
	width: 50px;
	margin-left: 10px;
	display: inline-block;
	border: 1px solif;
	border-radius: 3px;
	text-align: center;
	padding: 10px 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	height: auto;
	color: #fff;
	background-color: #e60012;
	border-style: none;
	transition: 0.3s;
}

.hs-search-field__button:hover {
	opacity: 0.7;
	cursor: pointer;
}

.hs-search-results-title {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.hs-search-results-title {
		font-size: 24px;
		margin-top: 50px;
	}	
}

.hs-search-results__message {
	text-align: center;
	margin: 30px 0;
}

.hs-search-results__listing {
	gap: 0 !important;
}

.hs-search-results__listing__item {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}

.hs-search-results__content {
	padding-left: 20px;
	border-left: solid 5px #f7f7f7;
}

#hs_cos_wrapper_search_results .hs-search-results__title {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.hs-search-field--open .hs-search-field__suggestions, .inpage-editor-active-field .hs-search-field__suggestions {
	z-index: 999;
	border: none !important
}

.hs-search-field__suggestions .results-for {
	font-size: 14px;
	color: #1a1a1a;
	padding-top: 10px !important;
}

.hs-search-field__suggestions a {
	color: #e60012;
	font-size: 12px;
	line-height: 1.3 !important;
	text-decoration: none;
	transition: 0.3s;
}

.hs-search-field__suggestions li {
	padding-bottom: 10px !important;
}

.hs-search-field__suggestions a:focus, .hs-search-field__suggestions a:hover {
	background: none !important;
	opacity: 0.7;
}


/* ページャーリンク */
.hs-search-results__pagination {
	margin-top: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.hs-search-results__pagination__link--first, .hs-search-results__pagination__link--prev {
	margin: 0 !important;
}

#hs_cos_wrapper_search_results .hs-search-results__pagination__link {
	color: #e60012;
    border: 1px solid #e60012;
    background: #fff;
	line-height: 10px;
	height: 10px;
	min-width: 30px;
	padding: 10px;
	border-radius: 100px;
	font-weight: 700;
	box-sizing: initial;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	transition: 0.3s;
}

#hs_cos_wrapper_search_results .hs-search-results__pagination__link:hover {
	opacity: 0.7;
}

  .container_side .widget-type-form {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #000;
  }
  
  #seminar_form fieldset,
  .container_side fieldset {
	margin-top: 10px !important;
	max-width: inherit !important;
  }
  
  #seminar_form .form-columns-2,
  .container_side .form-columns-2 {
	gap: 20px;
  }
  
  #seminar_form .hs-fieldtype-booleancheckbox .input label,
  .container_side .hs-fieldtype-booleancheckbox .input label {
	justify-content: flex-start;
	font-weight: bold;
  }
    
  #seminar_form .actions,
  .container_side .actions {
	margin-bottom: 0;
  }
  
  #seminar_form .hs-input {
	font-size: 16px;
	font-weight: 300;
	color: #555;
	padding: 3px 10px;
	outline: 0;
	height: 38px;
	border-radius: 2px;
	background-color: #eee;
	width: 100%;
	display: inline-block;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	border: solid 1px #ddd;
  }
  
  .blog_seminar_detail {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e60012;
  }
  
  .blog_seminar_detail li {
	position: relative;
	padding-left: 35px;
	font-weight: bold;
  }
  
  .blog_seminar_detail li:not(:last-child) {
	margin-bottom: 10px;
  }
  
  .blog_seminar_detail li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #333333;
  }
  
  #seminar_form input[type=email],
  #seminar_form input[type=tel],
  #seminar_form input[type=text],
  #seminar_form select,
  #seminar_form textarea,
  .container_side input[type=email],
  .container_side input[type=tel],
  .container_side input[type=text],
  .container_side select,
  .container_side textarea {
	padding: 7px 15px;
	font-size: 1rem;
  }
  
  
  /* 配信設定ページ */
 .page-header h1 {
	font-size: 38px;
	font-weight: bold;
    line-height: 1.5;
    letter-spacing: .04em;
	margin-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
	.page-header h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
  }

 .page-header h2 {
	font-weight: bold;
  }

  .email-prefs,
  .subscribe-options {
	margin-top: 50px;
  }

  .subscribe-options .header {
	margin-bottom: 20px;
  }

  .email-prefs .header {
	box-shadow: none;
	padding: 0;
	position: static
  }

  .email-prefs .item {
	margin-top: 20px;
  }

  .checkbox-row .fakelabel {
	font-weight: bold;
  }

  #email-prefs-form .hs-button {
	margin-top: 30px;
	padding: 15px 30px;
  }

  .success {
	margin-top: 20px;
  }


  /* CTA */
  .content_column .hs-cta-embed {
	width: auto !important;
    max-width: 400px !important;
  }

  .hs-cta-embed iframe {
	transition: 0.3s;
  }

  .hs-cta-embed iframe:hover {
	opacity: 0.7;
  }

  /* テーブル */
  .table-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
  }

  .table-inner {
	padding-left: 0 !important;
    padding-right: 0 !important;
  }
  @media screen and (max-width: 767px) {
	.table-inner {
		width: 600px !important;
	}
}

/* CTA */
.hs-web-interactive-inline {
	margin: 0 !important;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/
.hp_pt0 {
	padding-top: 0!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
}
.hp_pb0 {
	padding-bottom: 0!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
}
.hp_mt0 {
	margin-top: 0!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
}
.hp_mr45 {
	margin-right: 45px!important
}
.hp_mb0 {
	margin-bottom: 0!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
}

.hp_tal {
	text-align: left!important
}
.hp_tac {
	text-align: center!important
}
.hp_tar {
	text-align: right!important
}
.hp_taj {
	text-align: justify!important
}
.hp_serif {
	font-family: serif!important
}
.sp_only {
	display: none!important
}

@media screen and (max-width: 767px) {
  .pc_only {
		display: none!important
	}
	.sp_only {
		display: block!important
	}
	.md_firstChildPt0>:first-child {
		padding-top: 0!important
	}
	.md_pr25 {
		padding-right: 25px!important
	}
	.md_pr35 {
		padding-right: 35px!important
	}
	.md_pl25 {
		padding-left: 25px!important
	}
	.md_pl35 {
		padding-left: 35px!important
	}
	.md_tal {
		text-align: left!important
	}
	.md_pt0 {
		padding-top: 0!important
	}
	.md_pt5 {
		padding-top: 5px!important
	}
	.md_pt10 {
		padding-top: 10px!important
	}
	.md_pt15 {
		padding-top: 15px!important
	}
	.md_pt20 {
		padding-top: 20px!important
	}
	.md_pt25 {
		padding-top: 25px!important
	}
	.md_pt30 {
		padding-top: 30px!important
	}
	.md_pt35 {
		padding-top: 35px!important
	}
	.md_pt40 {
		padding-top: 40px!important
	}
	.md_pt45 {
		padding-top: 45px!important
	}
	.md_pt50 {
		padding-top: 50px!important
	}
	.md_pt55 {
		padding-top: 55px!important
	}
	.md_pt60 {
		padding-top: 60px!important
	}
	.md_pt65 {
		padding-top: 65px!important
	}
	.md_pt70 {
		padding-top: 70px!important
	}
	.md_pt75 {
		padding-top: 75px!important
	}
	.md_pt80 {
		padding-top: 80px!important
	}
	.md_pt85 {
		padding-top: 85px!important
	}
	.md_pt90 {
		padding-top: 90px!important
	}
	.md_pt95 {
		padding-top: 95px!important
	}
	.md_pt100 {
		padding-top: 100px!important
	}
	.md_pb0 {
		padding-bottom: 0!important
	}
	.md_pb5 {
		padding-bottom: 5px!important
	}
	.md_pb10 {
		padding-bottom: 10px!important
	}
	.md_pb15 {
		padding-bottom: 15px!important
	}
	.md_pb20 {
		padding-bottom: 20px!important
	}
	.md_pb25 {
		padding-bottom: 25px!important
	}
	.md_pb30 {
		padding-bottom: 30px!important
	}
	.md_pb35 {
		padding-bottom: 35px!important
	}
	.md_pb40 {
		padding-bottom: 40px!important
	}
	.md_pb45 {
		padding-bottom: 45px!important
	}
	.md_pb50 {
		padding-bottom: 50px!important
	}
	.md_pb55 {
		padding-bottom: 55px!important
	}
	.md_pb60 {
		padding-bottom: 60px!important
	}
	.md_pb65 {
		padding-bottom: 65px!important
	}
	.md_pb70 {
		padding-bottom: 70px!important
	}
	.md_pb75 {
		padding-bottom: 75px!important
	}
	.md_pb80 {
		padding-bottom: 80px!important
	}
	.md_pb85 {
		padding-bottom: 85px!important
	}
	.md_pb90 {
		padding-bottom: 90px!important
	}
	.md_pb95 {
		padding-bottom: 95px!important
	}
	.md_pb100 {
		padding-bottom: 100px!important
	}
	.md_mt0 {
		margin-top: 0!important
	}
	.md_mt5 {
		margin-top: 5px!important
	}
	.md_mt10 {
		margin-top: 10px!important
	}
	.md_mt15 {
		margin-top: 15px!important
	}
	.md_mt20 {
		margin-top: 20px!important
	}
	.md_mt25 {
		margin-top: 25px!important
	}
	.md_mt30 {
		margin-top: 30px!important
	}
	.md_mt35 {
		margin-top: 35px!important
	}
	.md_mt40 {
		margin-top: 40px!important
	}
	.md_mt45 {
		margin-top: 45px!important
	}
	.md_mt50 {
		margin-top: 50px!important
	}
	.md_mt55 {
		margin-top: 55px!important
	}
	.md_mt60 {
		margin-top: 60px!important
	}
	.md_mt65 {
		margin-top: 65px!important
	}
	.md_mt70 {
		margin-top: 70px!important
	}
	.md_mt75 {
		margin-top: 75px!important
	}
	.md_mt80 {
		margin-top: 80px!important
	}
	.md_mt85 {
		margin-top: 85px!important
	}
	.md_mt90 {
		margin-top: 90px!important
	}
	.md_mt95 {
		margin-top: 95px!important
	}
	.md_mt100 {
		margin-top: 100px!important
	}
}