@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 16px;
  font-style: normal;
  color: #e50044;
}
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e50044;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
.logo {
  width: 97.5px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 9.5333333333vw;
  }
}
.logo--rotate {
  transform: rotate(90deg);
}
.logo--rotate.js-fadeUp {
  opacity: 0;
  transform: translateY(150px) rotate(90deg);
  transition: all 0.7s cubic-bezier(0.8, 0.25, 0.4, 0.65);
}
.logo--rotate.js-fadeUp.is-active {
  transform: translateY(0) rotate(90deg);
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.8, 0.25, 0.4, 0.65);
}
.js-fadeUp {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.7s cubic-bezier(0.8, 0.25, 0.4, 0.65);
}
.js-fadeUp.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.8, 0.25, 0.4, 0.65);
}
.js-scroll {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(26 -42% 0 0);
}
.js-scroll.is-active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}

/*
.report-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 73px;
  column-gap: 29px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .report-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.5333333333vw;
    column-gap: 3.3333333333vw;
    max-width: 100%;
    width: 84.9333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .report-list {
    grid-template-columns: 1fr 1fr;
  }
}
.report-list__item {
  width: 100%;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .report-list__item {
    font-size: 2.2666666667vw;
  }
}
.report-list__link {
  display: block;
  height: 100%;
}
.report-list__img-wrap {
  margin-bottom: 20px;
  padding: 13px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .report-list__img-wrap {
    margin-bottom: 2.4vw;
    padding: 1.6vw;
  }
}
.report-list__title p {
  display: inline;
  line-height: 2;
  background-color: #fff;
}
.report-list__date p {
  display: inline-block;
  margin-top: 4.5px;
  background-color: #fff;
}
.report-colouring-red .report-list__img-wrap {
  background-color: #e50044;
}
.report-colouring-red .report-list__title p {
  background-color: #e50044;
  color: #fff;
}
.report-colouring-red .report-list__date p {
  background-color: #e50044;
  color: #fff;
}
*/
.reportList {
	color: #fff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.reportList ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
.reportList li {
	line-height: 170%;
}

.reportList li + li {
	margin-top: 10px;
}
.reportList a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.reportList {
		width: 100%;
		padding-right: 1em;
	}
}

@media (any-hover: hover) {
  .hov-anim {
    transition: opacity 0.2s ease-out;
  }
  .hov-anim:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
}
.page-container {
  position: relative;
  padding: 58px 0 156px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-container {
    padding: 4.2666666667vw 0 12.5333333333vw 0;
  }
}
.page-container__top-link {
  position: absolute;
  bottom: 23px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .page-container__top-link {
    bottom: 3.0666666667vw;
    right: 2.1333333333vw;
  }
}
.page-contents {
  max-width: 1043px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contents {
    max-width: 100%;
    width: 84.6666666667vw;
  }
}
.page-inner {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
}
.report-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-page-top a {
  width: 86px;
}
@media screen and (max-width: 768px) {
  .report-page-top a {
    width: 7.4666666667vw;
  }
}
.report-page-top h2 {
  width: 192px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .report-page-top h2 {
    width: 20.5333333333vw;
    margin-left: 6vw;
  }
}
.report-page-top h1 {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .report-page-top h1 {
    width: 14.2666666667vw;
  }
}
.btn {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 2.4vw 0;
  }
}
.btn--red {
  background-color: #e50044;
}
.btn--red .white {
  width: 100%;
  background-color: #fff;
}
.btn--return {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .btn--return {
    margin-top: 9.2vw;
  }
}
.btn--return a {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .btn--return a {
    display: grid;
    place-items: center;
    width: 10.1333333333vw;
  }
}
.btn--top {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .btn--top {
    margin-top: 4.8vw;
  }
}
.btn--top a {
  display: block;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .btn--top a {
    display: grid;
    place-items: center;
    width: 20.9333333333vw;
  }
}
.btn--list {
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .btn--list {
    padding: 1.3333333333vw;
  }
}
.btn--list .inner {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .btn--list .inner {
    padding: 0.8vw;
  }
}
.btn--list a {
  display: block;
  width: 187px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn--list a {
    display: grid;
    place-items: center;
    width: 19.6vw;
  }
}
.report-list-mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .report-list-mt {
    margin-top: 6vw;
  }
}
#report-detail {}
#report-detail.black-text {
  color: #000;
}
#report-detail.black-text .report-detail__title p, #report-detail.black-text .report-detail__date p {
  color: #000;
  background-color: #fff;
}
.report-detail__main-img {
  margin: 30px 0;
  padding: 13px;
  background-color: #e50044;
}
.report-detail__list-ttl {
  width: 230px;
  margin: 115px auto 35px;
}
#report-detail a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .report-detail__list-ttl {
    width: 20.5333333333vw;
    margin: 7.0666666667vw auto 4.5333333333vw;
  }
}
.report-detail .page-inner {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .report-detail .page-inner {
    margin-top: 5.7333333333vw;
  }
}
.report-detail__title p {
  display: inline;
  line-height: 2;
  background-color: #e50044;
  font-size: 22px;
  color: #fff;
}
.report-detail__date p {
  font-size: 17px;
  display: inline-block;
  margin-top: 4.5px;
  background-color: #e50044;
  color: #fff;
}
.report-detail__contents-txt {
  margin-bottom: 100px;
  font-size: 17px;
  line-height: 1.76;
}
.report-detail__thumbnails {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.report-detail__thumbnails-item {
  margin: 0.4vw;
  width: 20vw;
  text-align: center;
}
.report-detail__thumbnails-item.item30vw {
  width: 30vw;
}
.report-detail__thumbnails-item.item40vw {
  width: 40vw;
}
.report-detail__thumbnails-caption {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .report-detail__contents-txt {
    margin-bottom: 6vw;
  }
  .report-detail__thumbnails-item {
    margin: 0.4vw;
    margin-bottom: 15px;
    width: 70vw;
    text-align: center;
  }
  .report-detail__thumbnails-caption {
    font-size: 1em;
  }
}
.top-link {
  display: block;
  width: 37px;
  height: 37px;
  background-color: #e50044;
}
@media screen and (max-width: 768px) {
  .top-link {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.top-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top-link__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 13px;
  transform: translate(-50%, -50%);
  clip-path: polygon(49% 0, 0% 100%, 100% 100%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-link__btn {
    width: 3.4666666667vw;
    height: 2.1333333333vw;
  }
}
.comingsoon {
  max-width: 600px;
  padding: 100px 0;
  margin: 0 auto;
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=number] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
body.is-active {
  overflow: hidden;
}
.page-body {
  padding-top: 1%;
}
.wrap {
  padding: 0 1%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 1.2vw;
  }
}
.page-wrap {
  max-width: 1204px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-wrap {
    padding: 0 1.2vw;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    margin-top: 34.2666666667vw;
    margin-left: 15.8666666667vw;
  }
}
.header__list {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .header__list {
    gap: 10vw;
    grid-template-columns: auto;
  }
}
.header__item {
  height: 64px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header__item {
    height: auto;
  }
}
.header__itemIcon {
	display: none;
}
@media screen and (max-width: 768px) {
	.header__itemIcon {
		width: 24px;
		display: inline-block;
		margin-right: 10px;
		margin-left: -1.7em;
	}
	.header__itemIcon.rotate {
		transform: rotate(90deg);
	}
}
.header__link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header__link {
    display: block;
	  text-align: left;
	  font-size: 20px;
  }
}
.header .w67 {
  width: 67px;
}
@media screen and (max-width: 768px) {
  .header .w67 {
    width: 30.5333333333vw;
  }
}
.header .w135 {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .header .w135 {
    width: 51.8666666667vw;
  }
}
.header .w150 {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .header .w150 {
    width: 57vw;
  }
}
.header .w198 {
  width: 198px;
}
@media screen and (max-width: 768px) {
  .header .w198 {
    width: 72vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    transform: translateX(150%);
    transition: transform 0.6s cubic-bezier(0.81, 0.1, 0.2, 0.97);
    z-index: 100;
  }
  .sp-wrap.is-active {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.81, 0.1, 0.2, 0.97);
  }
}
.sp-wrap .sp-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-wrap .sp-logo {
    display: block;
    position: absolute;
    top: 4.9333333333vw;
    left: 5.0666666667vw;
    width: 31.4666666667vw;
  }
}
.hamburger-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger-wrap {
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    background-color: #e50044;
    z-index: 101;
    transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
  }
  .hamburger-wrap.is-active {
    background-color: transparent;
    transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
  }
}
.hamburger {
  position: relative;
  width: 8.6666666667vw;
  height: 6.6666666667vw;
}
.hamburger__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}
.hamburger__line:first-of-type {
  top: 0;
}
.hamburger__line:nth-of-type(2) {
  top: 2.72vw;
}
.hamburger__line:last-of-type {
  bottom: 0;
}
.hamburger.is-active .hamburger__line {
  display: block;
  position: absolute;
  width: 10.6666666667vw;
  height: 1.0666666667vw;
  background-color: #e50044;
  transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}
.hamburger.is-active .hamburger__line:first-of-type {
  top: -1.0666666667vw;
  left: 28%;
  transform-origin: right;
  transform: translateX(-50%) rotate(-45deg);
}
.hamburger.is-active .hamburger__line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100px);
}
.hamburger.is-active .hamburger__line:last-of-type {
  bottom: -0.8vw;
  left: 28%;
  transform-origin: right;
  transform: translateX(-50%) rotate(45deg);
}
.news {
  position: relative;
}
.news h2 {
  position: absolute;
  bottom: -3px;
  right: 87px;
  width: 295px;
}
@media screen and (max-width: 768px) {
  .news h2 {
    width: 40vw;
    bottom: -0.4vw;
    right: 2vw;
  }
}
.news__logo01 {
  position: absolute;
  top: 86px;
  right: 57px;
}
@media screen and (max-width: 768px) {
  .news__logo01 {
    top: 16vw;
    right: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .news__logo01 {
    top: 58px;
    right: 1%;
  }
}
.news__logo02 {
  position: absolute;
  bottom: -2px;
  left: 75px;
}
@media screen and (max-width: 768px) {
  .news__logo02 {
    bottom: 4vw;
    left: 8vw;
  }
}
.sns {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
  padding: 40px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .sns {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    width: 68%;
    padding: 9.2vw 0 9.8666666667vw 0;
  }
}
.sns__item {
  width: 300px;
}
.sns__name {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.sns__icon {
  width: 35px;
}
.sns__timeline {
  width: 100%;
}
/* 暮らし支援のとりくみ
----------------------------------------------------------*/
.torikumi {
  padding: 40px 20px 65px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .torikumi {
    padding: 6.6666666667vw 6.6666666667vw 8vw 6.6666666667vw;
  }
}
.torikumi__container {
  max-width: 1000px;
  margin: 0 auto;
}
.torikumi__container .text {
  margin-top: 16px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .torikumi__container .text {
    margin-top: 2.6666666667vw;
  }
}
/* 旧キャラバン
----------------------------------------------------------*/
.location {
  padding: 100px 20px 65px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .location {
    padding: 6.6666666667vw 6.6666666667vw 8vw 6.6666666667vw;
  }
}
.location__ttl {
  width: 575px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .location__ttl {
    width: 64.1333333333vw;
  }
}
.location__container {
  max-width: 1000px;
  margin: 0 auto;
}
.location__container .text {
  margin-top: 16px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .location__container .text {
    margin-top: 2.6666666667vw;
  }
}
.location__container .btn-all-car {
  display: grid;
  place-items: center;
  width: 100%;
  height: 82px;
  margin-top: 43px;
  background-color: #e50044;
}
@media screen and (max-width: 768px) {
  .location__container .btn-all-car {
    height: 8.1333333333vw;
    margin-top: 4.8vw;
  }
}
.location__container .btn-all-car__btn {
  max-width: 475px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .location__container .btn-all-car__btn {
    max-width: 100%;
    width: 50.8vw;
  }
}
.gps {
  position: relative;
  padding-bottom: 13px;
  background-color: #e50044;
}
@media screen and (max-width: 768px) {
  .gps {
    padding-bottom: 1.0666666667vw;
  }
}
.gps.dis-active {
  position: relative;
  pointer-events: none;
}
.gps.dis-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  color: #fff;
  background-image: url("../img/disable_gps_v2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  pointer-events: none;
}
.gps.dis-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gps.dis-active::after {
    height: 99.5%;
  }
}
.gps__img {
  display: grid;
  place-items: center;
  position: relative;
  padding: 24px 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gps__img {
    padding: 1.6vw 0;
  }
}
.gps__reload {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .gps__reload {
    width: 36vw;
  }
}
.nextgps {
  display: none;
}
.nextgps.is-active {
  display: block;
}
.gps__container_movie {}
.gps__container_movie iframe {
  margin: 0 auto;
}
.gps-not-working {
  height: 500px;
  display: grid;
  place-items: center;
  border-bottom: 13px solid;
}
@media screen and (max-width: 768px) {
  .gps-not-working {
    border-bottom: 1.0666666667vw solid;
  }
}
.gps-not-working__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .gps-not-working__img {
    width: 75%;
  }
}
.tab {
  margin-top: 60px;
  padding: 13px 13px 0 13px;
  background-color: #e50044;
}
.tab.is-active {
  margin-top: 4.4vw;
}
@media screen and (max-width: 768px) {
  .tab {
    margin-top: 5.0666666667vw;
    padding: 1.0666666667vw 1.0666666667vw 0 1.0666666667vw;
  }
}
.tab__container {
  background-color: #fff;
}
.tab__heading-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.tab__heading {
  display: grid;
  place-items: center;
  border-bottom: 13px solid #e50044;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .tab__heading {
    border-bottom: 1.0666666667vw solid #e50044;
    font-size: 2.2666666667vw;
  }
}
.tab__heading:first-of-type {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .tab__heading:first-of-type {
    font-size: 3.0666666667vw;
  }
}
.tab__heading:not(:last-of-type) {
  border-right: 13px solid #e50044;
}
@media screen and (max-width: 768px) {
  .tab__heading:not(:last-of-type) {
    border-right: 1.0666666667vw solid #e50044;
  }
}
.tab__heading.is-active {
  background-color: #e50044;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}
.tab__heading a {
  padding: 12px 0;
  cursor: pointer;
  line-height: 1.47;
}
.tab__heading a span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tab__heading a {
    line-height: 1.15;
    padding: 1.8666666667vw 0;
  }
}
.tab__contents-list {
  opacity: 0;
  height: 0;
  padding: 0;
}
.tab__contents-list.is-active {
  padding: 24px 0 46px 0;
  height: auto;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}
@media screen and (max-width: 768px) {
  .tab__contents-list.is-active {
    padding: 6.8vw 0 8.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tab__contents-list {
    width: 90%;
    margin: 0 auto;
  }
}
.tab__contents {
  opacity: 0;
  height: 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .tab__contents {
    padding: 0;
  }
}
.tab__contents.is-active {
  opacity: 1;
  height: auto;
  transition: all 0.5s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}
.tab__contents .area {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tab__contents .area {
    font-size: 4vw;
    width: 74vw;
    margin: 0 auto;
  }
}
.tab__contents .date {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 28px;
  column-gap: 15%;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tab__contents .date {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    row-gap: 3.3333333333vw;
    column-gap: 21%;
    margin-top: 4.6666666667vw;
    padding: 0 12vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tab__contents .date {
    column-gap: 11%;
  }
}
.tab__contents .date li {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .tab__contents .date li {
    font-size: 3.7333333333vw;
    order: 0 !important;
  }
}
.tab__contents .date li p {
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .tab__contents .date li p {
    padding-left: 4.4vw;
  }
}
.tab__contents .date li p::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 14.5px;
  height: 14.5px;
  line-height: 1.5;
  background-color: #e50044;
}
@media screen and (max-width: 768px) {
  .tab__contents .date li p::before {
    top: 50%;
    width: 1.9333333333vw;
    height: 1.9333333333vw;
    transform: translateY(-50%);
  }
}
.about {
  position: relative;
  padding: 28px 0 0 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 9.6vw 0 0 0;
  }
}
.about__txt-area {
  max-width: 840px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .about__txt-area {
    max-width: 100%;
    padding: 0 7.0666666667vw;
  }
}
.about__logo01 {
  position: absolute;
  top: 510px;
  right: 44px;
}
@media screen and (max-width: 768px) {
  .about__logo01 {
    top: 45.2vw;
    right: 4vw;
  }
}
.about__logo02 {
  position: absolute;
  bottom: 190px;
  left: 33px;
}
@media screen and (max-width: 768px) {
  .about__logo02 {
    left: 2.6666666667vw;
    bottom: 26.6666666667vw;
  }
}
.about__logo03 {
  position: absolute;
  bottom: 0;
  right: 61px;
}
@media screen and (max-width: 768px) {
  .about__logo03 {
    display: none;
  }
}
.about__logo04 {
  position: absolute;
  left: -125px;
  bottom: 105px;
}
@media screen and (max-width: 768px) {
  .about__logo04 {
    right: 0;
    left: unset;
    bottom: 30.2666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .about__logo04 {
    left: 1%;
    bottom: 235px;
  }
}
.about__logo05 {
  position: absolute;
  bottom: -50px;
  right: -105px;
}
@media screen and (max-width: 768px) {
  .about__logo05 {
    right: 0;
    bottom: 3.6vw;
    left: 3.0666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .about__logo05 {
    right: 1%;
  }
}
.about__ttl {
  max-width: 860px;
  width: 100%;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    margin-top: 0;
  }
}
.about__ttl001,
.about__ttl002 {
	background: #fff;
	color: #e50044;
	font-weight: bold;
	display: inline-block;
	font-style: italic;
	padding-right: 5px;
}
.about__ttl001 {
	font-size: 16px;
	margin-bottom: 10px;
}
.about__ttl002 {
	font-size: 40px;
	letter-spacing: -.01em;
}

.about__ttl002 + .about__ttl002 {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.about__ttl002 {
		font-size: 18px;
	}
	.about__ttl002 + .about__ttl002 {
		margin-top: 5px;
	}
}
.about__txt01 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  max-width: 860px;
  width: 100%;
  margin-top: 10px;
	background: rgba(255, 255, 255, .4);
	padding: .5em;
	border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .about__txt01 {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 1vw;
    margin-top: 10px;
	  padding: .5em;
  }
}
.about__txt01 li {
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(26 -42% 0 0);
/*background: #fff;*/
	margin-right: 10px;
	width: 48%;
}
.about__txt01 li a {
	/*background: #fff;*/
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.02em;
	padding-right: 4px;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.about__txt01 li {
		background: none;
		width: 100%;
	}
	.about__txt01 li a {
		font-size: 14px;
	}
}
.about__txt01 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  transform-origin: right;
  transform: scale(0, 1);
}
.about__txt01 .txt01 {
  /*max-width: 341px;
  width: 100%;*/
}
@media screen and (max-width: 992px) {
  .about__txt01 .txt01 {
    /*max-width: 100%;
    width: 49.7333333333vw;*/
  }
}
.about__txt01 .txt02 {
  position: relative;
  /*max-width: 390px;
  width: 100%;*/
}
@media screen and (max-width: 992px) {
  .about__txt01 .txt02 {
    /*max-width: 100%;
    width: 53.4666666667vw;*/
    margin-left: 0;
  }
}
.about__txt01 .txt03 {
  /*max-width: 350px;
  width: 100%;*/
}
@media screen and (max-width: 992px) {
  .about__txt01 .txt03 {
    /*max-width: 100%;
    width: 56vw;*/
  }
}
.about__txt01 .txt04 {
 /*max-width: 389px;
  width: 100%;*/
}
@media screen and (max-width: 992px) {
  .about__txt01 .txt04 {
    /*max-width: 100%;
    width: 56.6666666667vw;*/
    margin-left: 0;
  }
}
.about__txt01 .txt05 {
  /*max-width: 416px;
  width: 100%;*/
}
@media screen and (max-width: 992px) {
  .about__txt01 .txt05 {
    /*max-width: 100%;
    width: 60.6666666667vw;*/
  }
}
.about__txt01 .txt06 {
  /*max-width: 400px;
  width: 100%;*/
}
@media screen and (max-width: 992px) {
  .about__txt01 .txt06 {
    /*max-width: 100%;
    width: 60.6666666667vw;*/
    margin-left: 0;
  }
}
.about__txt01.is-active .txt01 {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97);
}
.about__txt01.is-active .txt02 {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.3s;
}
.about__txt01.is-active .txt03 {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.6s;
}
.about__txt01.is-active .txt04 {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 0.9s;
}
.about__txt01.is-active .txt05 {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 1.2s;
}
.about__txt01.is-active .txt06 {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 1.5s;
}
.about__txt02 {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(26 -42% 0 0);
  /*max-width: 691px;*/
  width: 100%;
  margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	letter-spacing: -.07em;
	font-weight: bold;
	line-height: 150%;
	font-style: italic;
}
.about__txt02.is-active {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(26 -42% 0 0);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.2, 0.97) 1.2s;
}
@media screen and (max-width: 768px) {
  .about__txt02 {
    max-width: 100%;
    margin-top: 20px;
	  font-size: 14px;
  }
}
.about__txt03 {
  max-width: 730px;
  width: 100%;
  margin: 10px auto 0;
	font-size: 14px;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
  .about__txt03 {
    max-width: 100%;
    width: 57.7333333333vw;
    margin-top: 10px;
	  font-size: 11px;
  }
}
.about__img {
  max-width: 681px;
  width: 100%;
  margin: 95px auto 0;
}
@media screen and (max-width: 768px) {
  .about__img {
    max-width: 100%;
    width: 82.1333333333vw;
    margin-top: 11.3333333333vw;
  }
}
/* 春闘の活動について
--------------------------------*/
.about__whitelogo {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 10px auto 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__whitelogo {
    /* margin-top: -2.9333333333vw; */
	  padding-left: .5em;
	  padding-right: .5em;
	  margin-bottom: 10px;
	  max-width: 240px;
  }
}
.about__car {
  position: relative;
  max-width: 796px;
  width: 100%;
  margin: -25px auto 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__car {
    margin-top: -2.9333333333vw;
  }
}
.about__top {
  position: relative;
  margin-top: 52px;
}
.about__bottom {
  position: relative;
  padding: 20px 0 40px 0;
  background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .about__bottom {
	  margin-bottom: 20px;
  }
}
.about__bottom .container {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.about__sub-ttl {
  width: 120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about__sub-ttl {
    width: 80px;
  }
}
.about__main-logo {
  max-width: 579px;
  width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .about__main-logo {
    max-width: 100%;
    width: 60.1333333333vw;
    margin-top: 6.4vw;
  }
}
.torikumi h2 {
  width: 180px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .torikumi h2 {
    width: 19.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.report {
  padding: 65px 0 81px 0;
}
@media screen and (max-width: 768px) {
  .report {
    padding: 4.8vw 0 11.2vw 0;
  }
}
.report h2 {
  width: 192px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .report h2 {
    width: 20.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.report__btn {
  display: block;
  max-width: 1013px;
  width: 100%;
  margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
  .report__btn {
    width: 83.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.movie {
  position: relative;
  padding: 75px 0 116px 0;
  background-color: #fff;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 4.2666666667vw 0 9.3333333333vw 0;
  }
}
.movie__top-link {
  position: absolute;
  bottom: 28px;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .movie__top-link {
    bottom: 1.2vw;
    right: 1.3333333333vw;
  }
}
.movie h2 {
  width: 191px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movie h2 {
    width: 20.4vw;
  }
}
.movie__container {
  position: relative;
  max-width: 854px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .movie__container {
    max-width: 100%;
    width: 84.8vw;
  }
}
.movie__contents {
  margin-top: 50px;
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .movie__contents {
    margin-top: 4.8vw;
    padding: 1.4666666667vw;
  }
}
.movie__logo01 {
  position: absolute;
  top: 5px;
  right: -60px;
}
@media screen and (max-width: 768px) {
  .movie__logo01 {
    bottom: -13.2vw;
    top: unset;
    right: unset;
    left: -2.5333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .movie__logo01 {
    right: -8px;
  }
}
.movie__logo02 {
  position: absolute;
  bottom: -50px;
  left: -61px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .movie__logo02 {
    top: 0;
    right: -3.0666666667vw;
    bottom: unset;
    left: unset;
  }
}
.movie__contents {
  background-color: #e50044;
}
.movie__btn {
  margin-top: 54.5px;
}
@media screen and (max-width: 768px) {
  .movie__btn {
    margin-top: 5.3333333333vw;
  }
}
.movie__btn a {
  cursor: pointer;
}
.youtube {
  position: relative;
  aspect-ratio: 16/9;
  z-index: 1;
}
.youtube__movie {
  width: 100%;
  height: 100%;
}
.footer {
  padding: 53px 0 37px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3.4666666667vw 0 2.6666666667vw 0;
  }
}
.footer__logo {
  width: 336px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 29.3333333333vw;
  }
}
.footer__copy {
  margin-top: 32px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 2.4vw;
  }
}
#device22379, #device4663, #device4688, #device4717, #device4529, #device4638, #device4671 {
  height: 500px !important;
}
/*告知：パレード実施のお知らせ*/
.announcement {
  margin-top: 60px;
  padding: 13px 13px 13px 13px;
  background-color: #e50044;
}
.announcement__container {
  padding: 30px;
  background-color: #fff;
}
.announcement__container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.announcement__container .announcement__lead {
  font-size: 22px;
  margin-bottom: 20px;
}
.announcement__container .announcement__overview {
  margin: 40px auto;
  color: #222;
}
.announcement__container .announcement__overview h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e50044;
}
.announcement__container .announcement__overview dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
}
.announcement__container .announcement__overview dl > dt {
  width: 20%;
  margin-bottom: 20px;
}
.announcement__container .announcement__overview dl > dd {
  width: 80%;
  margin-bottom: 20px;
}
.announcement__container .announcement__overview .announcement__google_map {
  margin: 10px auto;
}
.announcement__container .announcement__overview .announcement__google_map iframe {
  width: 90%;
  aspect-ratio: 16/9;
}
.announcement__container .announcement__overview .announcement__dd_detail {}
@media screen and (max-width: 768px) {
  .announcement {
    margin-top: 5.0666666667vw;
    padding: 1.0666666667vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
    background-color: #e50044;
  }
  .announcement__container {
    padding: 20px;
    background-color: #fff;
  }
  .announcement__container h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .announcement__container .sp_br {
    display: block;
  }
  .announcement__container .announcement__lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .announcement__container .announcement__overview {
    margin: 40px auto;
  }
  .announcement__container .announcement__overview h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .announcement__container .announcement__overview dl {
    display: inline;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .announcement__container .announcement__overview dl > dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .announcement__container .announcement__overview dl > dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .announcement__container .announcement__overview .announcement__google_map {
    margin: 10px auto;
  }
  .announcement__container .announcement__overview .announcement__google_map iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .announcement__container .announcement__overview .announcement__dd_detail {}
}
/* 追加 */
.boxYoutube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#report-detail .page-inner {
  margin-bottom: 60px;
}
.boardTitle {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	color: #e50044;
	margin-bottom: 20px;
	margin-top: 60px;
}
.board001 {
  /* background: rgba(229, 0, 68, 1); */
	background: #fff;
  color: #000;
  padding: 2em;
  line-height: 1.76;
  margin-bottom: 2em;
	border: 30px solid #e50044;
}
@media screen and (max-width: 768px) {
  .board001 {
    padding: 13px;
	  border: 13px solid #e50044;
  }
}
.titleBoard001 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
	border-bottom: 2px solid #e50044;
}

.boxProfile {
  background: #fff;
  color: #000;
  padding: 1em;
  margin-bottom: 20px;
	border-bottom: 2px solid #e50044;
}
.boxProfile__name {
  font-weight: bold;
  margin-bottom: 10px;
}
.boxProfile__image {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.boxProfile__image img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 768px) {
	.boxProfile__image {
		float: none;
		text-align: center;
	}
	.boxProfile__image img {
		width: 60%;
	}
}
.boxProfile__detail {
  font-size: 14px;
}

/* お知らせ */
.info-text {
	color: #000;
	    width: 640px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
	.info-text {
		width: 100%;
		font-size: 12px;
	}
}
.info-text + .info-text {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #e50044;
}
.info-text__title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.info-text__title {
		font-size: 3.266667vw;
	}
}
ul.ulist001 {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}

ul.ulist001 li + li {
	margin-top: 10px;
}

ul.ulist002 {

}

ul.ulist002 li + li {
	margin-top: 10px;
}

ol.olist001 {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}

ol.olist001 li + li {
	margin-top: 10px;
}

/* helper */
/* 位置調整 */
.l-mt10 {
  margin-top: 10px !important;
}
.l-mt20 {
  margin-top: 20px !important;
}
.l-mt30 {
  margin-top: 30px !important;
}
.l-mt40 {
  margin-top: 40px !important;
}
.l-mt50 {
  margin-top: 50px !important;
}
.l-mt60 {
  margin-top: 60px !important;
}
.l-mt80 {
  margin-top: 80px !important;
}
.l-mt100 {
  margin-top: 100px !important;
}
.l-mtm15 {
  margin-top: -15px !important;
}
.l-mtm40 {
  margin-top: -40px !important;
}
.l-mtM10 {
  margin-top: -10px !important;
}
.l-mtM20 {
  margin-top: -20px !important;
}
.l-mr05 {
  margin-right: 5px !important;
}
.l-mr10 {
  margin-right: 10px !important;
}
.l-mr20 {
  margin-right: 20px !important;
}
.l-mr30 {
  margin-right: 30px !important;
}
.l-mr40 {
  margin-right: 40px !important;
}
.l-mr50 {
  margin-right: 50px !important;
}
.l-mr60 {
  margin-right: 60px !important;
}
.l-mr80 {
  margin-right: 80px !important;
}
.l-mr100 {
  margin-right: 100px !important;
}
.l-mb0 {
  margin-bottom: 0 !important;
}
.l-mb10 {
  margin-bottom: 10px !important;
}
.l-mb20 {
  margin-bottom: 20px !important;
}
.l-mb30 {
  margin-bottom: 30px !important;
}
.l-mb40 {
  margin-bottom: 40px !important;
}
.l-mb50 {
  margin-bottom: 50px !important;
}
.l-mb60 {
  margin-bottom: 60px !important;
}
.l-mb80 {
  margin-bottom: 80px !important;
}
.l-mb100 {
  margin-bottom: 100px !important;
}
.l-mbM10 {
  margin-bottom: -10px !important;
}
.l-mbM20 {
  margin-bottom: -20px !important;
}
.l-mbM30 {
  margin-bottom: -30px !important;
}
.l-ml05 {
  margin-left: 5px !important
}
.l-ml10 {
  margin-left: 10px !important;
}
.l-ml20 {
  margin-left: 20px !important;
}
.l-ml30 {
  margin-left: 30px !important;
}
.l-ml40 {
  margin-left: 40px !important;
  text-indent: 0;
}
.l-ml50 {
  margin-left: 50px !important;
}
.l-ml60 {
  margin-left: 60px !important;
}
.l-ml80 {
  margin-left: 80px !important;
}
.l-ml100 {
  margin-left: 100px !important;
}
.l-ml120 {
  margin-left: 120px !important;
}
.l-ml140 {
  margin-left: 140px !important;
}
.l-p20 {
  padding: 20px !important;
}
/* 幅調整 */
.l-w100p:not(:root) {
  width: 100%;
}
.l-w50p:not(:root) {
  width: 50%;
}
.l-w10 {
  width: 10px;
}
.l-w20 {
  width: 20px;
}
.l-w30 {
  width: 30px;
}
.l-w40 {
  width: 40px;
}
.l-w50 {
  width: 50px;
}
.l-w60 {
  width: 60px;
}
.l-w70 {
  width: 70px;
}
.l-w80 {
  width: 80px;
}
.l-w90 {
  width: 90px;
}
.l-w100:not(:root) {
  width: 100px;
}
.l-w110 {
  width: 110px;
}
.l-w120 {
  width: 120px;
}
.l-w130 {
  width: 130px !important;
}
.l-w140 {
  width: 140px;
}
.l-w150 {
  width: 150px;
}
.l-w160 {
  width: 160px;
}
.l-w170 {
  width: 170px;
}
.l-w180 {
  width: 180px;
}
.l-w190 {
  width: 190px;
}
.l-w200:not(:root) {
  width: 200px;
}
.l-w210 {
  width: 210px;
}
.l-w220 {
  width: 220px;
}
.l-w230 {
  width: 230px;
}
.l-w240 {
  width: 240px;
}
.l-w250 {
  width: 250px;
}
.l-w260 {
  width: 260px;
}
.l-w270 {
  width: 270px;
}
.l-w280 {
  width: 280px;
}
.l-w290 {
  width: 290px;
}
.l-w300 {
  width: 300px;
}
.l-w330 {
  width: 330px;
}
.l-w350 {
  width: 350px;
}
.l-w400 {
  width: 400px;
}
.l-w450 {
  width: 450px;
}
.l-w500 {
  width: 500px;
}
.l-w550 {
  width: 550px;
}
.l-w600 {
  width: 600px !important;
}
.l-w700 {
  width: 700px !important;
}
.l-w800 {
  width: 800px;
}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}