@charset "UTF-8";
/* common
====================================================== */
/*	[common] - section調節
------------------------------------------------ */
.section.diff-section-body .section-inner,
.section.diff-section-body + .section:not(.diff-section-body) {
  padding-top: 56px !important;
}

.section.diff-section-info {
  margin-top: -24px !important;
}

.hero-area-b + .diff-section-anc {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .section + .section .section-inner,
  .section.diff-section-body + .section:not(.diff-section-body) {
    padding-top: 40px !important;
  }

  .section.diff-section-info {
    margin-top: -16px !important;
  }
}
/*	[common] - section背景色
------------------------------------------------ */
.diff-bg-black {
  background: #000 !important;
}
.section.diff-bg-gr {
  background: #efefef !important;
}

.diff-section-anc + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body {
  background: #efefef;
}

.diff-section-anc + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-anc + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body,
.diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body + .diff-section-body {
  background: #fff;
}

/*	[common] - 見出し
------------------------------------------------ */
.hdg-b.diff-hdg-n,
.diff-section-body .hdg-b {
  border-bottom: none;
}

.hdg-b.diff-hdg-n::before,
.hdg-c.diff-hdg-n::before,
.diff-section-body .hdg-b::before,
.diff-section-body .hdg-c::before {
  content: none;
}

.hdg-c.diff-hdg-n,
.diff-section-body .hdg-c {
  padding-left: 0;
}

.hdg-d.diff-hdg-n,
.diff-section-body .hdg-d {
  color: #000;
}

/* Foundation
====================================================== */
/* Layout
====================================================== */
/* Object - Component
* 汎用的なパーツ
====================================================== */
/*	[common] - Flex
------------------------------------------------ */
.c-fbox {
  display: flex;
  flex-wrap: wrap;
}

.c-fbox > * {
  flex: 1;
  word-break: break-word;
  box-sizing: border-box;
}

.c-fbox.c-fbox_mg16 {
  margin-left: -16px;
}

.c-fbox.c-fbox_mg16 > * > .c-fbox_inner {
  margin: 0 0 16px 16px;
}

.c-fbox.c-fbox_mg20 {
  margin-left: -20px;
}

.c-fbox.c-fbox_mg20 > * > .c-fbox_inner {
  margin: 0 0 20px 20px;
}

.c-fbox.c-fbox_mg32 {
  margin-left: -32px;
}

.c-fbox.c-fbox_mg32 > * > .c-fbox_inner {
  margin: 0 0 32px 32px;
}

.c-fbox.c-fbox_mg40 {
  margin-left: -40px;
}

.c-fbox.c-fbox_mg40 > * > .c-fbox_inner {
  margin: 0 0 40px 40px;
}

.c-fbox.c-fbox_col2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / 2) - 0.01px) !important;
}

.c-fbox.c-fbox_col3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / 3) - 0.01px) !important;
}

.c-fbox.c-fbox_col4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / 4) - 0.01px) !important;
}

.c-fbox .c-fbox_item-100p {
  flex-basis: 100% !important;
}

.c-fbox.c-fbox_border > * {
  display: flex;
}

.c-fbox.c-fbox_border > * > .c-fbox_inner {
  flex: 1;
  align-self: stretch;
  border: 1px #c6c6c0 solid;
}

.c-fbox.c-fbox_border.diff-fbox_border-wh > * > .c-fbox_inner {
  border-color: #fff !important;
}

.c-fbox.c-fbox_bg > * {
  display: flex;
}

.c-fbox.c-fbox_bg > * > .c-fbox_inner {
  flex: 1;
  align-self: stretch;
  background: #eee;
}

.c-fbox.c-fbox_bg.diff-fbox_bg-wh > * > .c-fbox_inner {
  background: #fff !important;
}

@media screen and (max-width: 768px) {
  .c-fbox.c-fbox_tab1 > * {
    flex-basis: 100% !important;
  }

  .c-fbox.c-fbox_tab2 > * {
    flex-basis: calc((100% / 2) - 0.01px) !important;
  }

  .c-fbox.c-fbox_tab3 > * {
    flex-basis: calc((100% / 3) - 0.01px) !important;
  }

  .c-fbox.c-fbox_tab4 > * {
    flex-basis: calc((100% / 4) - 0.01px) !important;
  }

	.c-fbox.c-fbox_tab-mg16 {
	  margin-left: -16px;
	}

	.c-fbox.c-fbox_tab-mg16 > * > .c-fbox_inner {
	  margin: 0 0 16px 16px;
	}
}
@media screen and (max-width: 480px) {
  .c-fbox.c-fbox_sp1 > *,
  .c-fbox.c-fbox_col2 > *,
  .c-fbox.c-fbox_col3 > *,
  .c-fbox.c-fbox_col4 > * {
    flex-basis: 100% !important;
  }

  .c-fbox.c-fbox_sp2 > * {
    flex-basis: calc((100% / 2) - 0.01px) !important;
  }
}
/*	[common] - Card
------------------------------------------------ */
.c-card {
  display: flex;
  height: 100%;
}

.c-card .c-card_ttl {
  font-weight: bold;
  font-size: 2.0rem;
}

.c-card .c-card_sub {
  font-size: 1.5rem;
}

.c-card .c-card_img {
  overflow: hidden;
}

.c-card .c-card_img img {
  width: 100%;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-card {
  text-decoration: none;
}

a.c-card:hover {
  opacity: 0.7;
  transition: 1s;
}

a.c-card:hover .c-card_img img {
  transform: scale(1.1);
}

.c-card span {
  display: block;
}

.c-card .c-card_txt {
  width: 100%;
}

.c-card .c-card_img + .c-card_txt {
  margin-left: 16px;
}

.c-card .c-card_sub {
  margin-top: 16px;
}

.c-card .c-card_btn {
  display: flex;
  margin-top: auto;
  padding-top: 32px;
}

.c-card .c-card_btn .c-card_btn-txt {
  margin-left: 8px;
  padding-top: 2px;
}

.c-card .c-card_link {
  text-decoration: underline;
}

.c-card .c-card_link:hover {
  text-decoration: none;
}

.c-card.u-fd-col .c-card_img {
  flex-shrink: 0;
  text-align: center;
}

.c-card.u-fd-col .c-card_img + .c-card_txt {
  margin-top: 16px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .c-card.u-fd-tab-col {
    flex-direction: column !important;
  }

  .c-card.u-fd-tab-col .c-card_img {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
  }

  .c-card.u-fd-tab-col .c-card_img + .c-card_txt {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-card.u-fd-sp-col {
    flex-direction: column !important;
  }

  .c-card.u-fd-sp-col .c-card_img {
    flex-shrink: 0;
    text-align: center;
  }

  .c-card.u-fd-sp-col .c-card_txt {
    margin-top: 16px;
    margin-left: 0;
  }
}

/*バナータイプ*/
.c-card.diff-card-bnr .c-card_sub-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.c-card.diff-card-bnr .c-card_sub-flex .c-card_sub-flex_btn {
	flex-shrink: 0;
}
.c-card.diff-card-bnr.diff-card-w-300px .c-card_img {
	width: 300px;
}
.c-card.diff-card-bnr.diff-card-w-300px .c-card_txt {
	width: calc(100% - 300px - 16px);
}
.c-card.diff-card-bnr.diff-card-w-400px .c-card_img {
	width: 400px;
}
.c-card.diff-card-bnr.diff-card-w-400px .c-card_txt {
	width: calc(100% - 400px - 16px);
}

@media screen and (max-width: 1000px) {
	.c-card.diff-card-bnr .c-card_sub-flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.c-card.diff-card-bnr.diff-card-w-300px .c-card_txt {
		width: calc(100vw - 300px - 16px);
	}
	.c-card.diff-card-bnr.diff-card-w-400px .c-card_txt {
		width: calc(100vw - 400px - 16px);
	}

}
@media screen and (max-width: 768px) {
	.c-card.diff-card-bnr .c-card_btn {
		width: 100%;
		justify-content: center;
	}
	.c-card.diff-card-bnr[class*="diff-card-w-"] .c-card_img, 
	.c-card.diff-card-bnr[class*="diff-card-w-"] .c-card_txt {
		width: 100%;
	}
}

/*	[common] - c-bdr-box
------------------------------------------------ */
.c-bdr-box {
  border: 1px #c6c6c0 solid;
  background: #fff;
  padding: 20px;
}

/*	[common] - c-box-btnarea
------------------------------------------------ */
.c-box-btnarea {
  padding: 24px;
  text-align: center;
}

[class*="diff-bg-img"] .c-box-btnarea {
  padding-bottom: 0;
}

.c-box-btnarea .c-box-btnarea_btn a {
  display: inline-block;
}

.c-box-btnarea .c-box-btnarea_txt {
  margin-top: 16px;
}

/*	[common] - c-button-radius
------------------------------------------------ */
.c-button-radius {
  display: block;
  border: 2px #dcdcdc solid;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 4px 16px;
  line-height: calc(40px - 6px * 2);
  border-radius: 20px;
  font-size: 1.8rem;
}

.c-button-radius:hover {
  background: #dcdcdc;
  border-color: #dcdcdc;
  transition: all .5s ease-out;
}

.c-button-radius > span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}

/* ▼大きいボタン */
.c-button-radius.c-button-radius_large {
  line-height: calc(60px - 6px * 2);
  border-radius: 30px;
}

@media screen and (min-width: 481px) {
  .c-button-radius.c-button-radius_large {
    padding: 4px 48px;
    font-size: 2.1rem;
  }
}

/* ▼大きいボタン＆矢印アイコン */
.c-button-radius.c-button-radius_arw {
  display: flex;
  align-items: center;
  border-radius: 30px;
}

@media screen and (min-width: 481px) {
  .c-button-radius.c-button-radius_arw {
    padding: 8px;
    font-size: 2.1rem;
  }
}

/* ▼ボタン色・ホワイト */
.c-button-radius.c-button-pscolor_white {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

/* ▼ボタン色・ホワイト（hover：マゼンタ） */
.c-button-radius.c-button-pscolor_magenta {
  color: #D80084 !important;
  border-color: #D80084 !important;
}

.c-button-radius.c-button-pscolor_magenta:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #d80084 40%, #ea0000 100%) !important;
}

/* ▼ボタン色・マゼンタ */
.c-button-radius.c-button-pscolor_magenta2 {
  color: #fff !important;
  background: #D80084 !important;
  border-color: #D80084 !important;
}

/* ▼ボタン色・赤 */
.c-button-radius.c-button-pscolor_red {
  color: #ea0000 !important;
  border-color: #ea0000 !important;
}

.c-button-radius.c-button-pscolor_red:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ea0000 40%, #ff8000 100%) !important;
}

/*	[common] - diff-bg-img
------------------------------------------------ */
/*カラー共通*/
[class*="diff-bg-img"] {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/*ブルー マゼンタ*/
.diff-bg-img_bl-mg {
  background-image: url(../images/banner_bg_a_tcm283-6557849_tcm283-2750236-32.jpg) !important;
}

@media screen and (max-width: 768px) {
  .diff-bg-img_bl-mg {
    background-image: url(../images/banner_bg_a_sp_tcm283-6557850_tcm283-2750236-32.jpg) !important;
  }
}
.diff-bg-img_bl-mg [class*="c-box-btnarea_"] {
  color: #fff;
}

.diff-bg-img_bl-mg .c-button-radius.c-button-pscolor_magenta {
  background: #fff;
}

.diff-bg-img_bl-mg .c-button-radius.c-button-pscolor_magenta:hover {
  background: #d80084 !important;
  border-color: #d80084 !important;
}

/*レッド オレンジ*/
.diff-bg-img_rd-or {
  background-image: url(../images/banner_bg_b_tcm283-6557851_tcm283-2750236-32.jpg) !important;
}

@media screen and (max-width: 768px) {
  .diff-bg-img_rd-or {
    background-image: url(../images/banner_bg_b_sp_tcm283-6557852_tcm283-2750236-32.jpg) !important;
  }
}
.diff-bg-img_rd-or [class*="c-box-btnarea_"] {
  color: #fff;
}

.diff-bg-img_rd-or .c-button-radius.c-button-pscolor_red {
  background: #000;
  border-color: #000 !important;
  color: #fff !important;
}

.diff-bg-img_rd-or .c-button-radius.c-button-pscolor_red:hover {
  background: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

/*オレンジe5t1*/
.diff-bg-img_e5-t1 {
	background-image: url(../images/bg-img-e5t1_pc_tcm283-6877608_tcm283-2750236-32.jpg) !important;
}
@media screen and (max-width: 768px) {
  .diff-bg-img_e5-t1 {
	background-image: url(../images/bg-img-e5t1_sp_tcm283-6877609_tcm283-2750236-32.jpg) !important;
  }
}

/*ブルーh3t2*/
.diff-bg-img_h3-t2 {
	background-image: url(../images/bg-img-h3t2_pc_tcm283-6872789_tcm283-2750236-32.jpg) !important;
}
@media screen and (max-width: 768px) {
  .diff-bg-img_h3-t2 {
	  background-image: url(../images/bg-img-h3t2_sp_tcm283-6872790_tcm283-2750236-32.jpg) !important;
  }
}
.diff-bg-img_h3-t2 [class*="c-box-btnarea_"] {
  color: #fff;
}

.diff-bg-img_h3-t2 .c-button-radius.c-button-pscolor_red {
  background: #000;
  border-color: #000 !important;
  color: #fff !important;
}

.diff-bg-img_h3-t2 .c-button-radius.c-button-pscolor_red:hover {
  background: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

/*ダークグリーン*/
.diff-bg-img_dg {
  background-image: url(../images/bg-img-dg_pc_tcm283-6872797_tcm283-2750236-32.png) !important;
}

@media screen and (max-width: 768px) {
  .diff-bg-img_dg {
    background-image: url(../images/bg-img-dg_sp_tcm283-6872798_tcm283-2750236-32.png) !important;
  }
}

/*	[common] - c-btn ボタンアイコン回転
------------------------------------------------ */
.c-btn {
  color: #5f5f5f;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}

.c-btn-ico {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.c-btn-ico::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0;
}

/*アイコン サイズ大*/
.c-btn-ico.c-btn-ico-44 {width: 44px; height: 44px;}

.c-btn-ico svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn-ico svg .circle {
  fill: none;
  stroke: #5f5f5f;
  stroke-width: 1px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.c-btn-ico svg .arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

a:hover .c-btn .c-btn-ico::before {
  opacity: .1;
}

a:hover .c-btn .c-btn-ico svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out;
}

a:hover .c-btn .c-btn-ico svg .circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*文字白*/
.c-btn-white, 
.c-btn-white:hover, 
.c-btn-white:active, 
.c-btn-white:focus {color: #fff;}
.c-btn-ico-white::before {border-color: #fff;}
.c-btn-ico-white svg {fill: #fff;}
.c-btn-ico-white svg .circle {fill: none; stroke: #fff;}
a.c-btn.c-btn-white:hover .c-btn-ico-white svg .circle, 
a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {fill: transparent; stroke: #fff; stroke-width: 1;}
a.c-btn-white:hover .c-btn-ico-white::before {opacity: .2; -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1); animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1);}
a.c-btn-white:hover .c-btn-ico-white svg .circle {fill: transparent; stroke: #fff; stroke-width: 1;}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 300;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  10% {
    stroke-dasharray: 50 100;
  }
  20% {
    stroke-dasharray: 100 200;
  }
  30% {
    stroke-dasharray: 150 300;
  }
  40% {
    stroke-dasharray: 200 300;
  }
  60% {
    stroke-dasharray: 300 300;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*	[common] - list-icon
------------------------------------------------ */
.list-icon > li + li {
  margin-top: 12px;
}

.list-icon > li > * {
  text-indent: 0;
}

/*	[common] - c-lyt-movie
------------------------------------------------ */
.c-lyt-movie {
  margin-right: auto;
  margin-left: auto;
}

.c-lyt-movie .movie-inner {
  position: relative;
  padding-bottom: 56.25%;
}

.c-lyt-movie .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0;
}

/*	[common] - c-link-block
------------------------------------------------ */
a.c-link-block {
  display: block;
  padding-top: 8px;
  padding-bottom: 6px;
  text-decoration: none;
}

a.c-link-block:hover {
  background: #efefef;
  transition: all .5s ease-out;
}

/* Object - Project
* 特定用途のためのパーツ
====================================================== */
/*	[common KV] - lf-hero-a
------------------------------------------------ */
.lf-hero-a.lf-or-yl .lf-hero-contents {
  color: #fff;
}

/*	[common KV] - diff-hero-area-kv
------------------------------------------------ */
.hero-area-b.diff-hero-area-kv {
  justify-content: center;
  margin-top: 10px;
  background: #e6ebef;
}
.hero-area-b.diff-hero-area-kv .content {
  padding-top: 0;
}
.hero-area-b.diff-hero-area-kv .content .content-inner {
  padding-right: 16px;
  padding-left: 16px;
}
.hero-area-b.diff-hero-area-kv .content .content-inner > * {
  line-height: 1.3;
}
.hero-area-b.diff-hero-area-kv .content .content-inner .sub-title {
  font-size: 2.0rem;
}
.hero-area-b.diff-hero-area-kv .content .content-inner .sub-title_btm {
  font-size: 2.4rem;
  margin-top: 16px;
}
.hero-area-b.diff-hero-area-kv .content .content-inner .main-title {
  font-size: 4.0rem;
  font-weight: normal;
}
.hero-area-b.diff-hero-area-kv .visual {
  z-index: 0;
}
.hero-area-b.diff-hero-area-kv .visual > img {
  min-width: 1440px;
  width: 1440px;
  height: auto;
  left: auto;
  transform: none;
}
.hero-area-b.diff-hero-area-kv.diff-bgc_d2dbda {
  background: #d2dbda;
}
.hero-area-b.diff-hero-area-kv.diff-bgc_dbe9fa {
  background: #dbe9fa;
}
.hero-area-b.diff-hero-area-kv.diff-bgc_dfd7d4 {
  background: #dfd7d4;
}
@media screen and (min-width: 767px) {
  .hero-area-b.diff-hero-area-kv {
    height: 420px;
  }
  .hero-area-b.diff-hero-area-kv .content .content-inner {
    max-width: calc(100vw - 360px);
  }
  .hero-area-b.diff-hero-area-kv .content .content-inner > * {
    text-shadow: 1px -1px 8px #fff, 1px 0px 8px #fff, -1px 0px 8px #fff, 0px 1px 8px #fff, 0px -1px 8px #fff;
  }
  .hero-area-b.diff-hero-area-kv .visual > img {
    right: -10vw;
  }
}
@media screen and (min-width: 1000px) {
  .hero-area-b.diff-hero-area-kv .content .content-inner {
    max-width: calc(100vw - 420px);
  }
  .hero-area-b.diff-hero-area-kv .visual > img {
    right: 0;
  }
}
@media screen and (min-width: 1281px) {
  .hero-area-b.diff-hero-area-kv .content .content-inner {
    max-width: calc(1280px - 420px);
  }
}
@media screen and (max-width: 1280px) {
  .hero-area-b.diff-hero-area-kv .content .content-inner .main-title {
    font-size: calc(40vw*100/1280);
  }
}
@media screen and (max-width: 767px) {
  .hero-area-b.diff-hero-area-kv .content {
    order: 1;
  }
  .hero-area-b.diff-hero-area-kv .content .content-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-area-b.diff-hero-area-kv .content .content-inner .sub-title {
    font-size: 1.6rem;
  }
  .hero-area-b.diff-hero-area-kv .content .content-inner .sub-title_btm {
    font-size: 1.8rem;
  }
  .hero-area-b.diff-hero-area-kv .content .content-inner .main-title {
    font-size: 2.4rem;
  }
  .hero-area-b.diff-hero-area-kv .visual {
    height: 66vw;
    max-height: 100%;
  }
  .hero-area-b.diff-hero-area-kv .visual img {
    width: auto;
    min-width: auto;
    height: 66vw;
  }
}

/*	[レイアウト要素] - lyt-item-*
------------------------------------------------ */
@media screen and (min-width: 767px) {
  .lyt-item-b .img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lyt-item-a.diff-lyt-item_img-btm {
    display: flex;
    flex-direction: column;
  }

  .lyt-item-b.diff-lyt-item_img-btm {
    display: flex;
    flex-direction: column-reverse;
  }

  .lyt-item-a.diff-lyt-item_img-btm .img,
  .lyt-item-b.diff-lyt-item_img-btm .img {
    margin-top: 16px;
  }
}
/*	[レイアウト要素] - table
------------------------------------------------ */
.tbl-a.diff-th-c tbody th {
  text-align: center;
  vertical-align: middle;
}

.tbl-a.diff-tl-auto {
  table-layout: auto;
}

@media screen and (max-width: 767px) {
  .tbl-a {
    table-layout: auto;
  }

  .tbl-a:not(.diff-sp-col1):not(.diff-whs) th {
    white-space: nowrap;
  }

  .tbl-scroll-a thead th {
    text-align: left;
  }

  .tbl-a [class*="u-w-"].diff-tab-auto {
    width: auto !important;
  }
}
/*	[レイアウト要素] - .tbl-scroll_price
------------------------------------------------ */
.c-tbl-price_td {
  text-align: right;
}

.c-tbl-price_pl {
  display: inline-block;
  padding-left: 16px;
}

.c-tbl-price_pr {
  display: inline-block;
  padding-right: 24px;
}

.c-tbl-price_annual {
  display: inline-block;
  width: 24px;
}

@media only screen and (max-width: 767px) {
  .tbl-scroll_price tbody th {
    white-space: inherit !important;
  }

  .tbl-scroll_price tbody td {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 580px) {
  .tbl-scroll_price {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .tbl-scroll_price > table {
    width: 480px !important;
  }

  .tbl-scroll_price tbody th {
    max-width: 250px;
  }

  .tbl-scroll_price .c-tbl-price_td {
    display: inline-block;
  }
}
.tbl-scroll_price + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .tbl-scroll_price + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 36px;
  }
}
.tbl-scroll_price + [class^=tbl-], .tbl-scroll_price + [class*=" tbl-"] {
  margin-top: 40px;
}

/*	[レイアウト要素] - c-fbox_img-area
------------------------------------------------ */
.c-fbox.c-fbox_img-area .c-fbox_item {
  align-self: flex-end;
}

@media screen and (min-width: 769px) {
  .c-fbox.c-fbox_img-area.c-fbox_tab1 .c-fbox_item.c-fbox_item-100p .c-card_img {
    width: 50%;
    margin: 0 auto;
  }
}
.c-fbox.c-fbox_img-area .c-card .c-card_img {
  flex-shrink: 0;
  text-align: center;
}

.c-fbox.c-fbox_img-area .c-card .c-card_sub {
  margin-top: 0;
}

.c-fbox.c-fbox_img-area .c-card .c-card_sub .c-card_sub-hdg {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-fbox.c-fbox_img-area .c-card .c-card_sub .c-card_sub-txt {
  font-size: 1.6rem;
  margin-top: 8px;
}

/*	[レイアウト要素] - c-accordion-flex
------------------------------------------------ */
.c-accordion-flex .c-accordion-flex_item {
  display: flex;
  margin-top: 60px;
}

.c-accordion-flex .c-accordion-flex_item:first-of-type {
  margin-top: 0;
}

.c-accordion-flex .c-accordion-flex_visual {
  width: 100%;
  max-width: 400px;
}

.c-accordion-flex .c-accordion-flex_content {
  width: 100%;
  margin-left: 20px;
}

.c-accordion-flex .c-accordion-flex_content .js-toggle {
  padding: 32px 40px;
  background: #fff;
}

.c-accordion-flex .c-accordion-flex_content .toggle-hook {
  display: block;
  font-size: 2.6rem;
  color: #000;
}

.c-accordion-flex .c-accordion-flex_content .toggle-subttl {
  padding: 0 0 0 34px;
  font-size: 2.0rem;
  font-weight: bold;
}

.c-accordion-flex .c-accordion-flex_content .toggle-content {
  margin-top: 40px;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .c-accordion-flex .c-accordion-flex_item {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .c-accordion-flex .c-accordion-flex_visual {
    max-width: 100%;
  }

  .c-accordion-flex .c-accordion-flex_visual img {
    width: 100%;
  }

  .c-accordion-flex .c-accordion-flex_content {
    margin-left: 0;
  }

  .c-accordion-flex .c-accordion-flex_content .js-toggle {
    padding: 20px;
  }

  .c-accordion-flex .c-accordion-flex_content .toggle-hook {
    font-size: 2.0rem;
  }

  .c-accordion-flex .c-accordion-flex_content .toggle-subttl {
    padding-top: 4px;
    font-size: 1.6rem;
  }

  .c-accordion-flex .c-accordion-flex_content .toggle-content {
    margin-top: 8px;
  }
}
/*	[common] - 導入背景と効果
------------------------------------------------ */
.c-bf-af {
  margin-top: 24px;
}

.c-bf-af > .c-bf-af_item {
  display: flex;
  padding: 20px;
  border: 1px #999 solid;
}

.c-bf-af > .c-bf-af_item + .c-bf-af_item {
  position: relative;
  margin-top: 60px;
  background: #f3f3f3;
}

.c-bf-af > .c-bf-af_item + .c-bf-af_item::before {
  display: block;
  position: absolute;
  content: "";
  top: -64px;
  left: calc((100% - 43px) / 2);
  width: 43px;
  height: 43px;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-bf-af > .c-bf-af_item dt {
  white-space: nowrap;
  padding: 0 20px 0 10px;
  font-size: 2.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .c-bf-af > .c-bf-af_item {
    flex-direction: column;
  }

  .c-bf-af > .c-bf-af_item dt {
    text-align: center;
    margin-bottom: 8px;
  }
}
/*	[common] - 省スペースレイアウト
------------------------------------------------ */
.tab-d h2:first-of-type {
  margin-top: 0;
}

/*↓タブ小さいサイズ*/
@media only screen and (min-width: 769px) {
  .tab-d.diff-tab-auto .lists {
    min-width: inherit;
    max-width: inherit;
  }

  .tab-d.diff-tab-auto .tab-list-d-wrapper {
    min-width: inherit;
    white-space: nowrap;
  }
}
/*↓section背景がグレーの場合*/
.tab-a.diff-bg-gray .tab-list-a a {
  background: #dcdcdc;
}

.tab-a.diff-bg-gray .tab-list-a > li.is-active a,
.tab-a.diff-bg-gray .tab-list-a > li.is-active a::before {
  background: #eee;
}

.tab-d.diff-bg-gray .tab-list-d a {
  background: #dcdcdc;
}

.tab-d.diff-bg-gray .tab-list-d > li.is-active a,
.tab-d.diff-bg-gray .tab-list-d > li.is-active a::before {
  background: #eee;
}

/*↓タブレット以下、モバイルビューと同レイアウト*/
@media only screen and (max-width: 768px) {
  .tab-d.diff-tab-d_tab {
    display: block;
  }

  .tab-d.diff-tab-d_tab .lists {
    max-width: inherit;
    min-width: inherit;
    display: block;
    border-right: 0;
  }

  .tab-d.diff-tab-d_tab .tab-list-d-wrapper {
    height: auto;
    padding: 0;
    min-width: inherit;
  }

  .tab-d.diff-tab-d_tab .tab-list-d > li {
    margin-bottom: 2px;
  }

  .tab-d.diff-tab-d_tab .tab-list-d > li:last-child {
    margin-bottom: 0;
  }

  .tab-d.diff-tab-d_tab .tab-list-d > li.is-active a {
    border-right: 1px solid #a30b1a;
  }

  .tab-d.diff-tab-d_tab .tab-list-d > li.is-active a::before {
    display: none;
  }

  .tab-d.diff-tab-d_tab .tab-list-d a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }

  .tab-d.diff-tab-d_tab .tabs-d > .tab-panel {
    padding: 26px 20px;
  }
}
/*↓セキュリティアイコン*/
.u-icon_sec {
  width: 20px;
  margin: 2px;
}

/*	[common] - FAQ
------------------------------------------------ */
.list-qa_wrap .hdg-c {
  margin-top: 48px;
  margin-bottom: 24px;
}

.list-qa-a.diff-list-qa-a > dt {
  margin-bottom: 0;
}

.list-qa-a.diff-list-qa-a > dd + dt {
  padding-top: 24px;
  border-top: none;
}

.list-qa-a.diff-list-qa-a > dd {
  padding: 21px 0 24px 90px;
  border-bottom: 1px solid #c6c6c0;
}

.list-qa-a.diff-list-qa-a > dd {
  position: relative;
  color: #57564f;
}

.list-qa-a.diff-list-qa-a > dd::before {
  position: absolute;
  top: 18px;
  left: 45px;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: #706f67;
  color: #fff;
  content: 'A';
  font-weight: 400;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0;
  vertical-align: middle;
}

/*	[common] - プレスリリース
------------------------------------------------ */
.icon-ctg-a {
  background: #777;
}

/*	[common] - お問い合わせ
------------------------------------------------ */
.lyt-contact-a .list-contact-a {
  height: calc(100% - 42px);
}

.lyt-contact-a .list-contact-a > li[class*="type-"] {
  display: flex;
  flex-direction: column;
  height: 100% !important;
}

.lyt-contact-a .list-contact-a .type-form > p:first-of-type,
.lyt-contact-a .list-contact-a .type-tel a {
  height: 100% !important;
}

.lyt-contact-a .list-contact-a .type-form > p:first-of-type {
  font-weight: bold;
  border: 1px solid #a30b1a;
}

.lyt-contact-a .list-contact-a .type-form > p:first-of-type a {
  height: 100% !important;
  box-shadow: none;
}

.lyt-contact-a .list-contact-a .type-form .c-type-form {
  position: relative;
  margin-left: 0;
  padding-left: 40px;
  font-size: 2.5rem;
  color: #a30b1a;
}

.lyt-contact-a .list-contact-a .type-form .c-type-form::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(../images/icon/icon_form_tcm283-5248093_tcm283-2750236-32.gif) no-repeat;
}

.lyt-contact-a .list-contact-a .type-form > p.notes-a {
  margin-top: 12px !important;
}

.lyt-contact-a .list-contact-a .type-tel .contact-inner {
  max-width: 100%;
  margin-top: 15px !important;
}

.lyt-contact-a .list-contact-a .type-tel .contact-inner small {
  font-size: 1.3rem;
}

/*	画面例　横並び画像の高さを揃える imgにclass追加
------------------------------------------------ */
@media screen and (min-width: 769px) {
  .c-screen-img_rainpaljr {
    max-width: calc(100% * 524 / 547);
  }

  /*画像の高さが同じ場合　100% × 画像（小）width ÷ 画像（大）width*/
  .c-screen-img_h330px {
    width: auto !important;
    height: calc(100vw / 330 * 100);
    max-height: 330px;
  }

  .c-screen-img_h280px {
    width: auto !important;
    height: calc(100vw / 280 * 100);
    max-height: 280px;
  }

  .c-screen-img_h250px {
    width: auto !important;
    height: calc(100vw / 250 * 100);
    max-height: 250px;
  }
}

/*	ナビゲーション（幅カスタム）
------------------------------------------------ */
.nav-b.diff-style-wide ul>li {
	padding: 0 80px;
}
.nav-b.diff-style-wide ul>li:last-child::before {
	display: none;
}
@media screen and (min-width: 768px) {
	.js-nav-fixed.is-fixed .nav-b.diff-style-wide ul {
		width: 100%!important;
		max-width: 1280px;
		margin: 0 auto;
	} 
}

@media only screen and (max-width: 767px) {
	.nav-b.diff-style-wide ul>li {
		padding: 0 4px 12px;
	}
	.is-fixed .nav-b.diff-style-wide ul>li {
		padding: 0 30px;
	}
}

/*	ナビゲーション（黒）
------------------------------------------------ */
.nav-b.diff-bg-black .nav-b-inner {
	background: #000;
	color: #fff;
}
.nav-b.diff-bg-black .nav-b-inner a {
	color: #fff;
}
.nav-b.diff-bg-black ul>li::before {
	background: #fff;
}
.nav-b.diff-bg-black ul a::after {
	background-position: -156px -26px;
}

/*	お問い合わせ　背景グラデーション
------------------------------------------------ */
.box-b.diff-box-b-bg {
	background: transparent;
	border: none;
}
.box-b.diff-box-b-bg .lyt-contact-a .list-contact-a a {
	padding: 24px;
}
.box-b.diff-box-b-bg .lyt-contact-a .list-contact-a .type-form > p:first-of-type {
	border: none;
}
.box-b.diff-box-b-bg .lyt-contact-a .list-contact-a .type-form .c-type-form {
	padding: 0;
	color: #000;
	font-weight: normal;
}
.box-b.diff-box-b-bg .lyt-contact-a .list-contact-a>li.type-tel .contact-inner {
	padding-left: 0;
	margin-left: 0;
}
.box-b.diff-box-b-bg .lyt-contact-a .list-contact-a .type-form .c-type-form::before, 
.box-b.diff-box-b-bg .lyt-contact-a .list-contact-a>li.type-tel .contact-inner::before {
	display: none;
}


/* Object - Utility
* 各種ヘルパークラス
====================================================== */
.list-a.u-c-white>li:before {
    background: #fff;
}

/*画像リンク hoverズーム*/
a.u-link-img_hv {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

a.u-link-img_hv img {
  width: 100%;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.u-link-img_hv:hover {
  opacity: 0.7;
  transition: 1s;
}

a.u-link-img_hv:hover img {
  transform: scale(1.1);
}

/*アイコン PDF*/
.u-icon_arw {
  position: relative;
  padding-left: 20px;
}

.u-icon_arw::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

/*アイコン PDF*/
.u-icon_pdf {
  text-indent: -20px;
  padding-left: 20px;
}

.u-icon_pdf::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/icon/icon-pdf-01.png) no-repeat;
  margin-right: 10px;
  margin-left: 2px;
  vertical-align: middle;
}

/*アイコン ダウンロード*/
.u-icon_download {
  text-indent: -20px;
  padding-left: 20px;
}

.u-icon_download::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon-download_tcm283-5552911_tcm283-2750236-32.png);
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: -2px;
}

/*アイコン チェックマーク*/
.u-icon_checkmark {
  text-indent: -38px;
  padding-left: 38px;
}

.u-icon_checkmark::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url(../images/icon/checkmark_tcm283-6557848_tcm283-2750236-32.png) no-repeat;
  margin-right: 10px;
  margin-left: 2px;
  vertical-align: middle;
}

a.u-op-7:hover {
  opacity: 0.7;
  transition: 1s;
}

a.u-op-8:hover {
  opacity: 0.8;
  transition: 1s;
}

.u-c-color_rd {
  color: #ea0000 !important;
}

.u-c-color_mg {
  color: #d80084 !important;
}

.u-c-color_bl {
  color: #2400b0 !important;
}

.u-c-color_cy {
  color: #00e7ef !important;
}

.u-c-color_dg {
  color: #008224 !important;
}

.u-c-color_lg {
  color: #61d600 !important;
}

.u-c-color_yl {
  color: #ffe700 !important;
}

.u-c-color_or {
  color: #ff8000 !important;
}

.u-c-color_bk {
  color: #000000 !important;
}

.u-c-color_wh {
  color: #ffffff !important;
}

.u-c-color_gr1 {
  color: #3c3c3c !important;
}

.u-c-color_gr2 {
  color: #6d6e70 !important;
}

.u-c-color_gr3 {
  color: #dcdcdc !important;
}

.u-c-color_gr4 {
  color: #efefef !important;
}

.u-bg-color_rd {
  background: #ea0000 !important;
}

.u-bg-color_mg {
  background: #d80084 !important;
}

.u-bg-color_bl {
  background: #2400b0 !important;
}

.u-bg-color_cy {
  background: #00e7ef !important;
}

.u-bg-color_dg {
  background: #008224 !important;
}

.u-bg-color_lg {
  background: #61d600 !important;
}

.u-bg-color_yl {
  background: #ffe700 !important;
}

.u-bg-color_or {
  background: #ff8000 !important;
}

.u-bg-color_bk {
  background: #000000 !important;
}

.u-bg-color_wh {
  background: #ffffff !important;
}

.u-bg-color_gr1 {
  background: #3c3c3c !important;
}

.u-bg-color_gr2 {
  background: #6d6e70 !important;
}

.u-bg-color_gr3 {
  background: #dcdcdc !important;
}

.u-bg-color_gr4 {
  background: #efefef !important;
}

.u-bdr-color_rd {
  border-color: #ea0000 !important;
}

.u-bdr-color_mg {
  border-color: #d80084 !important;
}

.u-bdr-color_bl {
  border-color: #2400b0 !important;
}

.u-bdr-color_cy {
  border-color: #00e7ef !important;
}

.u-bdr-color_dg {
  border-color: #008224 !important;
}

.u-bdr-color_lg {
  border-color: #61d600 !important;
}

.u-bdr-color_yl {
  border-color: #ffe700 !important;
}

.u-bdr-color_or {
  border-color: #ff8000 !important;
}

.u-bdr-color_bk {
  border-color: #000000 !important;
}

.u-bdr-color_wh {
  border-color: #ffffff !important;
}

.u-bdr-color_gr1 {
  border-color: #3c3c3c !important;
}

.u-bdr-color_gr2 {
  border-color: #6d6e70 !important;
}

.u-bdr-color_gr3 {
  border-color: #dcdcdc !important;
}

.u-bdr-color_gr4 {
  border-color: #efefef !important;
}

.u-bdr-color_gr5 {
  border-color: #666 !important;
}

.u-bgg-color_rd-mg {
  background: linear-gradient(135deg, #ea0000 40%, #d80084 100%);
}

.u-bgg-color_mg-rd {
  background: linear-gradient(135deg, #d80084 40%, #ea0000 100%);
}

.u-bgg-color_rd-or {
  background: linear-gradient(135deg, #ea0000 40%, #ff8000 100%);
}

.u-bgg-color_or-rd {
  background: linear-gradient(135deg, #ff8000 40%, #ea0000 100%);
}

.u-bgg-color_bl-cy {
  background: linear-gradient(135deg, #2400b0 40%, #00e7ef 100%);
}

.u-bgg-color_cy-bl {
  background: linear-gradient(135deg, #00e7ef 40%, #2400b0 100%);
}

.u-bgg-color_dg-lg {
  background: linear-gradient(135deg, #008224 40%, #61d600 100%);
}

.u-bgg-color_lg-dg {
  background: linear-gradient(135deg, #61d600 40%, #008224 100%);
}

.u-bgg-color_or-yl {
  background: linear-gradient(135deg, #ff8000 40%, #ffe700 100%);
}

.u-bgg-color_yl-or {
  background: linear-gradient(135deg, #ffe700 40%, #ff8000 100%);
}

.u-bgg-color_cy-yl {
  background: linear-gradient(135deg, #00e7ef 40%, #ffe700 100%);
}

.u-bgg-color_yl-cy {
  background: linear-gradient(135deg, #ffe700 40%, #00e7ef 100%);
}

.u-bgg-color_lg-cy {
  background: linear-gradient(135deg, #61d600 40%, #00e7ef 100%);
}

.u-bgg-color_cy-lg {
  background: linear-gradient(135deg, #00e7ef 40%, #61d600 100%);
}

.u-bgg-color_mg-cy {
  background: linear-gradient(135deg, #d80084 40%, #00e7ef 100%);
}

.u-bgg-color_cy-mg {
  background: linear-gradient(135deg, #00e7ef 40%, #d80084 100%);
}

.u-bgg-color_rd-yl {
  background: linear-gradient(135deg, #ea0000 40%, #ffe700 100%);
}

.u-bgg-color_yl-rd {
  background: linear-gradient(135deg, #ffe700 40%, #ea0000 100%);
}

.u-bgg-color_mg-or {
  background: linear-gradient(135deg, #d80084 40%, #ff8000 100%);
}

.u-bgg-color_or-mg {
  background: linear-gradient(135deg, #ff8000 40%, #d80084 100%);
}

.u-bgg-color_dg-yl {
  background: linear-gradient(135deg, #008224 40%, #ffe700 100%);
}

.u-bgg-color_yl-dg {
  background: linear-gradient(135deg, #ffe700 40%, #008224 100%);
}

.u-bgg-color_dg-cy {
  background: linear-gradient(135deg, #008224 40%, #00e7ef 100%);
}

.u-bgg-color_cy-dg {
  background: linear-gradient(135deg, #00e7ef 40%, #008224 100%);
}

.u-bgg-color_rd-bl {
  background: linear-gradient(135deg, #ea0000 40%, #2400b0 100%);
}

.u-bgg-color_bl-rd {
  background: linear-gradient(135deg, #2400b0 40%, #ea0000 100%);
}

.u-bgg-color_bl-dg {
  background: linear-gradient(135deg, #2400b0 40%, #008224 100%);
}

.u-bgg-color_dg-bl {
  background: linear-gradient(135deg, #008224 40%, #2400b0 100%);
}

.u-bgg-color_bl-mg {
  background: linear-gradient(135deg, #2400b0 40%, #d80084 100%);
}

.u-bgg-color_mg-bl {
  background: linear-gradient(135deg, #d80084 40%, #2400b0 100%);
}

.u-mrl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
	.u-mrl-tab-auto {
	  margin-right: auto !important;
	  margin-left: auto !important;
	}
	.u-ta-tab-c {
		text-align: center !important;
	}
	.u-ta-tab-l {
		text-align: left!important;
	}
	.u-ta-tab-r {
		text-align: right!important;
	}
}
@media screen and (max-width: 480px) {
	.u-mrl-sp-auto {
	  margin-right: auto !important;
	  margin-left: auto !important;
	}
	.u-ta-sp-c {
		text-align: center !important;
	}
	.u-ta-sp-l {
		text-align: left!important;
	}
	.u-ta-sp-r {
		text-align: right!important;
	}
}

.u-p-8 {
  padding: 8px;
}

.u-p-10 {
  padding: 10px;
}

.u-p-16 {
  padding: 16px;
}

.u-p-20 {
  padding: 20px;
}

.u-p-24 {
  padding: 24px;
}

.u-p-30 {
  padding: 30px;
}

.u-p-32 {
  padding: 32px;
}

.u-border-1 {
  border: 1px #c6c6c0 solid;
}

.u-bdr_btm {
  border-bottom: 1px #ccc solid;
}

.u-b-radius50p {
  border-radius: 50%;
}

.u-wb-ba {
  word-break: break-all;
}

.u-ws-nw {
  white-space: nowrap;
}

.u-d-f {
  display: flex;
}

.u-f-auto {
  flex: auto;
}

.u-ai-c {
  align-items: center;
}

@media screen and (min-width: 769px) {
  .u-d-pc-f {
    display: flex;
  }

  .u-f-pc-auto {
    flex: auto;
  }
  
  .u-jc-pc-c {
    justify-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  .u-d-tab-f {
    display: flex;
  }

  .u-f-tab-auto {
    flex: auto;
  }
  
  .u-jc-tab-c {
    justify-content: center !important;
  }

  .u-ta-tab-l {
    text-align: left !important;
  }

  .u-ta-tab-c {
    text-align: center !important;
  }

  .u-ta-tab-r {
    text-align: right !important;
  }
}
@media screen and (max-width: 480px) {
  .u-d-sp-f {
    display: flex;
  }

  .u-f-sp-auto {
    flex: auto;
  }
  
  .u-jc-sp-c {
    justify-content: center !important;
  }

  .u-ta-sp-l {
    text-align: left !important;
  }

  .u-ta-sp-c {
    text-align: center !important;
  }

  .u-ta-sp-r {
    text-align: right !important;
  }
}
