@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------
  富士通フォント
-----------------------------------------------------------------*/
@font-face {
  font-family: FujitsuInfinityPro-Regular;
  src: url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot);
  src: url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot) format("embedded-opentype"), url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.woff) format("woff"), url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.ttf) format("truetype")
}
@font-face {
  font-family: FujitsuInfinityPro-RegularB;
  src: url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot);
  src: url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.eot) format("embedded-opentype"), url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.woff) format("woff"), url(//www.fujitsu.com/fontv51/FujitsuInfinityPro-Regular.ttf) format("truetype")
}
html:lang(ja) body, html:lang(ja) input, html:lang(ja) select, html:lang(ja) button, html:lang(ja) textarea {
  font-family: FujitsuInfinityPro-Regular, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif
}
/*---------------------------------------------------------------
  表示切替
-----------------------------------------------------------------*/
.display_pc {
  display: block;
}
.display_tb {
  display: none;
}
.display_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
  .display_tb {
    display: block;
  }
  .display_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .display_pc {
    display: none;
  }
  .display_tb {
    display: none;
  }
  .display_sp {
    display: block;
  }
}
/*---------------------------------------------------------------
  ヘッダー/グローバルメニュー
-----------------------------------------------------------------*/
.fsus_header_wrp *, .fsus_header_wrp *::before, .fsus_header_wrp *::after {
  box-sizing: border-box;
}
.fsus_header_wrp {
  background: #fff;
  color: #000;
}
.fsus_header_wrp .fsus_header {
  position: relative;
  overflow: hidden;
}
.fsus_header_wrp .fsus_header .sitelogo {
  display: inline-block;
  padding: 30px 0 30px;
  vertical-align: top;
}
@media screen and (max-width: 1280px) {
  .fsus_header_wrp .fsus_header .sitelogo {
    width: 100%;
    padding-left: 16px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .fsus_header_wrp .fsus_header .sitelogo {
    padding: 16px 60px 16px 16px;
  }
}
.fsus_header_wrp .fsus_header .sitelogo a {
  text-decoration: none;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.fsus_header_wrp .fsus_header .sitelogo span {
  display: block;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (min-width: 1281px) {
  .fsus_header_wrp .fsus_header .sitelogo span {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .fsus_header_wrp .fsus_header {
    height: auto !important;
  }
  .fsus_header_wrp .fsus_header .sitelogo a {
    font-size: 1.875rem;
  }
  .fsus_header_wrp .fsus_header .sitelogo a small {
    padding: 1px 6px 1px;
    margin-left: 10px;
    font-size: 1.25rem;
  }
  .fsus_header_wrp .fsus_header .sitelogo span {
    font-size: 0.687rem;
  }
}
@media screen and (max-width: 480px) {
  .fsus_header_wrp .fsus_header {
    height: auto !important;
  }
  .fsus_header_wrp .fsus_header .sitelogo a {
    font-size: calc(16vw * 100/320);
  }
  .fsus_header_wrp .fsus_header .sitelogo a small {
    padding: 1px 6px 1px;
    margin-left: 10px;
    font-size: calc(11vw * 100/320);
  }
  .fsus_header_wrp .fsus_header .sitelogo span {
    font-size: calc(7vw * 100/320);
  }
}
.fsus_header_wrp .hum_menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .fsus_header_wrp .hum_menu, .fsus_header_wrp .hum_menu span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .fsus_header_wrp .hum_menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 50px;
    height: 50px;
  }
  .fsus_header_wrp .hum_menu .menu_icon {
    position: relative;
    z-index: 300;
    padding: 0;
    padding-top: 30px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  .fsus_header_wrp .hum_menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
  }
  .fsus_header_wrp .hum_menu span:nth-of-type(1) {
    top: 5px;
  }
  .fsus_header_wrp .hum_menu span:nth-of-type(2) {
    top: 14px;
  }
  .fsus_header_wrp .hum_menu span:nth-of-type(3) {
    top: 23px;
  }
  .fsus_header_wrp .hum_menu a {
    color: #000;
    text-decoration: none;
    padding: 0;
    font-size: 100%;
    line-height: 1.4;
  }
  .fsus_header_wrp .hum_menu a .close {
    display: none;
  }
  .fsus_header_wrp .hum_menu.active a .close {
    display: block;
    color: #fff;
  }
  .fsus_header_wrp .hum_menu.active a .open {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fsus_header_wrp .hum_menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 50px;
    height: 50px;
  }
  .fsus_header_wrp .hum_menu .menu_icon {
    position: relative;
    z-index: 300;
    padding: 0;
    padding-top: 30px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  .fsus_header_wrp .hum_menu a {
    color: #7c7c7c;
    text-decoration: none;
    padding: 0;
    font-size: 100%;
  }
  .fsus_header_wrp .hum_menu a:hover {
    color: #7c7c7c;
    text-decoration: none;
  }
  .fsus_header_wrp .hum_menu, .fsus_header_wrp .hum_menu span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .fsus_header_wrp .hum_menu.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .fsus_header_wrp .hum_menu.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateY(0) rotate(45deg);
  }
  .fsus_header_wrp .hum_menu.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}
@media only screen and (max-width: 1280px) {
  .fsus_header_wrp .fsus_header .function {
    display: none;
  }
}
.fsus_header_wrp .fsus_header .function ul {
  display: flex;
  align-items: center;
  height: 34px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.fsus_header_wrp .fsus_header .function li {
  margin-left: 20px;
  line-height: 30px;
}
.fsus_header_wrp .fsus_header .icon a {
  display: block;
  background-image: url(/image/icon-custumer);
  background-size: 20px 20px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 24px;
  font-size: 0.875rem;
  line-height: inherit;
  color: #000;
  text-decoration: none;
}
.fsus_header_wrp .fsus_header .icon.personal {
  background: #f1f1f1;
  padding: 0 8px !important;
}
.fsus_header_wrp .fsus_header .icon.products a, .fsus_header_wrp .fsus_header .icon.guide a, .fsus_header_wrp .fsus_header .icon.faq a, .fsus_header_wrp .fsus_header .icon.use a, .fsus_header_wrp .fsus_header .icon.tos a, .fsus_header_wrp .fsus_header .icon.user a {
  background: none;
  padding-left: 0;
  color: #000;
}
.fsus_header_wrp .fsus_header .icon.login a {
  background-image: url(/image/icon-door);
  background-size: 15px 19px;
  padding-left: 20px;
  background-position: center left;
  background-repeat: no-repeat;
}
.fsus_header_wrp .fsus_header .icon.user {}
.fsus_header_wrp .fsus_header .icon.user a {
  padding: 1px 6px 1px 16px;
  border: 1px solid #000;
  border-radius: 100vh;
}
.fsus_header_wrp .fsus_header .icon.user.mypage a {
  padding: 1px 16px 1px 16px;
}
.fsus_header_wrp .fsus_header .icon.user a small {
  font-size: 0.8125rem;
}
.fsus_sp_navigation {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  display: none;
  background: #f6f6f6;
}
@media only screen and (max-width: 480px) {
  .fsus_sp_navigation {
    /* 		top:130px; */
  }
}
.fsus_sp_navigation .fsus_btns_area {
  border-top: solid 1px #4b4b4b;
}
.fsus_sp_navigation .fsus_btns_area > li {
  width: 100%;
  margin-bottom: 0;
}
.fsus_sp_navigation .fsus_btns_area li a {
  display: block;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: solid 1px #aaaaab;
  background: none !important;
  padding: 16px 60px 16px 16px;
  line-height: 1;
  text-decoration: none;
}
.fsus_sp_navigation .fsus_btns_area li a:hover {
  background: #ccc !important;
}
@media screen and (max-width: 768px) {
  .fsus_nav ul, .fsus_btns_area ul {
    margin-bottom: 0;
  }
}
.fsus_sp_navigation .fsus_btns_area li a::before, .fsus_sp_navigation .fsus_btns_area li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.fsus_sp_navigation .fsus_btns_area li a::before {
  width: 24px;
  height: 24px;
  border: 1px solid #8a8a8a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fsus_sp_navigation .fsus_btns_area li a::after {
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* アイコン付きリンク
---------------------------------------------------- */
.c-btn {
  display: flex;
  align-items: center;
  color: #5f5f5f;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
}
.c-btn-l {
  font-size: 1.4rem;
}
.c-btn-white {
  color: #fff;
}
.c-btn-white:hover {
  color: #fff;
}
.c-btn-white:active, .c-btn-white:focus {
  color: #fff;
}
.c-btn-ico {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 7px;
}
.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 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 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.c-btn-ico-m {
  width: 48px;
  height: 48px;
}
.c-btn-ico-l {
  width: 58px;
  height: 58px;
}
.c-btn-ico-white::before {
  border-color: #fff;
}
.c-btn-ico-white svg {
  fill: #fff;
  stroke-width: 4;
}
.c-btn-ico-white svg .circle {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
}
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(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
}
a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {
  fill: transparent;
  stroke: #fff;
  /* 	stroke-width: 1; */
  stroke-width: 4;
}
a.c-btn:hover .c-btn-ico::before {
  opacity: .1;
  -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:hover .c-btn-ico svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out;
}
a.c-btn:hover .c-btn-ico svg .circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 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; */
  stroke-width: 4;
}
@keyframes arrow_bg {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 0;
  }
}
@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);
  }
}
/*---------------------------------------------------------------
  フッター
-----------------------------------------------------------------*/
.footer_wrp {
  padding: 0;
  background-color: #fff;
}
.footer_wrp .free_area {
  margin: 0;
}
.footer_wrp > .content_width {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.footer {
  display: none;
}
.footer_wrp .copyright {
  clear: none !important;
  padding: 0;
  font-size: 12px;
  height: auto;
  line-height: 1.2;
}
.footer_wrp .content.content_width.contact_link {
  padding: 50px 0;
}
@media only screen and (max-width: 480px) {
  .footer_wrp .content.content_width.contact_link {
    padding: 20px;
  }
}
.fsus_footer_wrp {
  width: 100%;
  background: #eee;
}
.fsus_footer {
  padding: 60px 0 50px 0;
  box-sizing: border-box;
  text-align: left;
  max-width: 1280px;
}
.fsus_footer a {
  text-decoration: none;
  color: #000;
}
.fsus_footer a:hover {
  text-decoration: underline;
  color: #000;
}
.fsus_footer .links * {
  box-sizing: border-box;
}
.fsus_footer .links > ul {
  width: 100%;
  display: flex;
}
.fsus_footer .links > ul li {
  font-size: 1rem;
}
.fsus_footer .links > ul > li {
  width: 25%;
  padding: 10px;
}
.fsus_footer .links > ul > li > a, .fsus_footer .links > ul > li > div {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  border-bottom: none;
  color: #000000;
  font-weight: 400;
}
.fsus_footer .links > ul > li li + li {
  margin-top: 12px;
}
.fsus_footer .links > ul > li > ul > li a {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
.fsus_footer .links > ul > li > ul > li a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 9px;
  margin: auto;
  text-decoration: none !important;
  width: 10px;
  height: 17px;
  background-image: url(/image/icon-list-arrow);
  background-size: cover;
}
@media screen and (max-width: 1160px) {
  .fsus_footer {
    width: 100%;
    padding: 40px 30px 50px 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .fsus_footer {
    width: 100%;
    padding: 40px 0 0;
  }
  .fsus_footer .links > ul {
    margin-bottom: 0;
    margin-left: 0;
    flex-direction: column;
  }
  .fsus_footer .links > ul > li {
    width: 100%;
    text-align: center;
    padding: 0 0 32px;
    font-size: 0.875rem;
  }
  .fsus_footer .links > ul > li:last-of-type {
    padding-bottom: 0;
  }
  .fsus_footer .links > ul > li > a {
    padding-left: 0;
  }
  .fsus_footer .links > ul > li > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #c6c6c0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
  }
  .fsus_footer .links > ul > li > ul::before, .fsus_footer .links > ul > li > ul::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .fsus_footer .links > ul > li > ul > li {
    width: 50%;
    border-bottom: 1px solid #c6c6c0;
    padding-bottom: 0;
    text-align: left;
    margin-top: 0;
  }
  .fsus_footer .links > ul > li > ul > li:nth-child(odd) {
    border-right: 1px solid #c6c6c0;
  }
  .fsus_footer .links > ul > li > ul > li > a {
    display: block;
    padding: 12px 16px;
    font-size: 0.875rem;
  }
  .fsus_footer .links > ul > li > ul > li a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*.fsus_footer {
    padding: 20px 15px 20px;
  }
  .fsus_footer .links > ul > li {
    width: 50%;
  }*/
}
@media only screen and (max-width: 480px) {
  .fsus_footer .links > ul > li > a, .fsus_footer .links > ul > li > div {
    font-size: 1rem;
  }
  .fsus_footer .links > ul li {
    font-size: 0.875rem;
  }
}
.footer_copy_wrp {
  width: 100%;
  text-align: center;
  padding: 24px 20px;
  background: #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer_copy_wrp .content_width {
  padding: 0 !important;
}
.footer_copy_wrp .footer_link {
  float: left;
}
.footer_copy_wrp .footer_link li {
  float: left;
  margin-right: 30px;
}
.footer_copy_wrp .footer_link li a {
  color: #fff;
  text-decoration: none;
}
.footer_copy_wrp .copyright {
  color: #fff;
  float: right;
}
@media screen and (max-width: 768px) {
  .footer_copy_wrp {
    padding: 20px;
  }
  .footer_copy_wrp .footer_link {
    float: none;
    margin-top: -10px;
  }
  .footer_copy_wrp .footer_link li {
    width: 50%;
    margin: 10px 0 0 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
  }
  .footer_copy_wrp .footer_link li a {
    color: #fff;
    text-decoration: none;
  }
  .footer_copy_wrp .copyright {
    font-size: 10px;
    line-height: 1.4;
    float: none;
    margin-top: 15px;
  }
}
.footer_copy_wrp *, .footer_copy_wrp *::before, .footer_copy_wrp *::after {
  box-sizing: border-box;
}
.footer_copy_wrp .content_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_copy_wrp .footer_copy_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer_copy_wrp .footer_link li a {
  font-weight: 700;
  font-size: 0.875rem;
}
.footer_wrp .copyright {
  margin-left: auto;
  background: none;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
}
.footer_copy_wrp .f-logo {
  padding-bottom: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .footer_copy_wrp .footer_copy_inner {
    flex-direction: column;
  }
  .footer_wrp .copyright {
    margin: 10px 0 0 0;
  }
  .footer_copy_wrp .f-logo {
    padding-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_copy_wrp .footer_link {
    margin-top: 0;
  }
  .footer_copy_wrp .footer_link li {
    width: inherit;
    margin: 0 20px 0 0;
    font-size: 0.8125rem;
  }
  .footer_wrp .copyright {
    font-size: 0.8125rem;
  }
}
/*---------------------------------------------------------------
  お問い合わせ
-----------------------------------------------------------------*/
.section.inquiry *, .section.inquiry *::before, .section.inquiry *::after {
  box-sizing: border-box;
}
.section.inquiry .section-inner {
  padding: 100px 0 70px !important;
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .section.inquiry .section-inner {
    padding: 100px 8px 70px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .section.inquiry .section-inner {
    padding: 100px 16px 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section.inquiry .section-inner {
    padding: 40px 16px 70px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section.inquiry .section-inner {
    padding: 40px 16px 40px !important;
  }
}
.section.inquiry h2 {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .section.inquiry h2 {
    font-size: 1.375rem;
  }
}
.section.inquiry .section-inner {
  padding: 0 16px;
}
.section.inquiry .list-contact {
  display: flex;
  justify-content: center;
  margin-bottom: -16px;
  margin-left: -60px;
}
@media only screen and (max-width: 767px) {
  .section.inquiry .list-contact {
    flex-direction: column;
  }
}
.section.inquiry .list-contact > li {
  width: 50%;
  max-width: 540px;
  padding-bottom: 16px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section.inquiry .list-contact > li {
    width: 100%;
    max-width: none;
  }
}
.section.inquiry .list-contact a {
  padding: 20px 10px;
  margin-bottom: 16px;
  color: #000;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.section.inquiry .list-contact .notes-a {
  margin-top: auto;
  min-height: 3em;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  .section.inquiry .list-contact .notes-a {
    min-height: auto;
    font-size: calc(14vw*100/375);
  }
}
.section.inquiry .list-contact a.form {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section.inquiry .list-contact a.form .desc {
  font-size: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .section.inquiry .list-contact a.form .desc {
    font-size: calc(20vw*100/375);
  }
}
.section.inquiry .list-contact a.form:hover {
  color: #000;
}
.section.inquiry .list-contact a.form .icon {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.section.inquiry .list-contact a.form .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0
}
.section.inquiry .list-contact a.form.icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0
}
.section.inquiry .list-contact a.form .icon svg .circle {
  fill: none;
  stroke: #5f5f5f;
  stroke-width: 1px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}
.section.inquiry .list-contact a.form .icon svg .arrow {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.section.inquiry .list-contact a.form:hover .icon::before {
  opacity: .1
}
.section.inquiry .list-contact a.form:hover .icon svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out
}
.section.inquiry .list-contact a.form:hover .icon svg.circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
.section.inquiry .list-contact a.form:hover .icon::before {
  opacity: .1;
  -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1)
}
.section.inquiry .list-contact a.form:hover .icon svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out
}
.section.inquiry .list-contact a.form:hover .icon svg .circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
@media only screen and (max-width: 767px) {
  .section.inquiry .list-contact .type-tel {
    margin-top: 16px;
  }
}
.section.inquiry .list-contact .type-tel a {
  text-decoration: none;
  color: #000;
}
.section.inquiry .list-contact .type-tel .customer {
  font-size: 1.125rem;
}
.section.inquiry .list-contact .type-tel .contact-inner {
  font-size: 2.125rem;
}
/*---------------------------------------------------------------
  フッター内バナー
-----------------------------------------------------------------*/
.footer_wrp .section.banner {
  padding: 0 0 100px !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  .footer_wrp .section.banner {
    padding: 0 8px 70px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .footer_wrp .section.banner {
    padding: 0 16px 70px !important;
  }
}
@media only screen and (max-width: 480px) {
  .footer_wrp .section.banner {
    padding: 0 16px 70px !important;
  }
}
.footer_wrp .section.banner .lyt-img-b {
  margin: 0 auto;
}
.footer_wrp .section.banner .lyt-img-b img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*@media only screen and (max-width: 480px) {
.footer_wrp .section.banner .lyt-img-b {
    margin: 0 auto 48px;
}
}*/
/*---------------------------------------------------------------
  ページの先頭へ
-----------------------------------------------------------------*/
#btn_pagetop {
  width: 100%;
  overflow: hidden;
}
#btn_pagetop a {
  display: block;
  position: absolute;
  right: -300px;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #666;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  position: fixed;
}
#btn_pagetop a:hover {
  background-color: #999;
}
#btn_pagetop a:after {
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  #btn_pagetop a {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  #btn_pagetop a:after {
    width: 12px;
    height: 12px;
    top: 17px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
/*---------------------------------------------------------------
  商品詳細
-----------------------------------------------------------------*/
.section_inner.wideSection {
  padding: 0 0 0;
}
@media screen and (max-width: 1360px) {
  .section_inner.wideSection {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .section_inner.wideSection {
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .section_inner.wideSection {
    padding: 10px 10px 0;
  }
}
/*---------------------------------------------------------------
  パンくず部分の商品一覧ページへのリンクを非表示
-----------------------------------------------------------------*/
.section_wrp .pankuzu li a[href^="/products/"] {
  display: none;
}
/*---------------------------------------------------------------
  共通パーツ
-----------------------------------------------------------------*/
/* display
---------------------------------------------------- */
.d-f {
  display: flex;
}
/* justify-content
---------------------------------------------------- */
.jc-c {
  justify-content: center !important;
}
.jc-fs {
  justify-content: flex-start !important;
}
.jc-fe {
  justify-content: flex-end !important;
}
.jc-sa {
  justify-content: space-around !important;
}
.jc-sb {
  justify-content: space-between !important;
}
/* align-items
---------------------------------------------------- */
.ai-c {
  align-items: center !important;
}
.ai-fs {
  align-items: flex-start !important;
}
.ai-fe {
  align-items: flex-end !important;
}
/* ボタン
---------------------------------------------------- */
[class^="btn-"] {
  position: relative;
  padding: 14px 20px 13px 20px;
  color: #000;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  background: #fff;
  border: 2px solid #cbcbcb;
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-a:hover {
  color: #000;
}
.btn-b {
  padding: 20px 20px 19px 20px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(49, 43, 129, 1), rgba(3, 183, 234, 1));
  border: transparent;
}
.btn-b.sm {
  padding: 10px 10px 9px 30px;
  min-width: 220px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 480px) {
  .btn-b.sm {
    width: 100%;
    min-width: inherit;
  }
}
.btn-b:hover {
  color: #fff;
}
.btn-c {
  padding: 20px 20px 19px 20px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(224, 4, 14, 1), rgba(236, 123, 27, 1));
  border: transparent;
}
.btn-c.sm {
  padding: 10px 10px 9px 30px;
  min-width: 220px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 480px) {
  .btn-c.sm {
    width: 100%;
    min-width: inherit;
  }
}
.btn-c:hover {
  color: #fff;
}
.btn-i {
  padding: 10px 20px 9px 10px;
  font-size: 1rem;
  min-width: 300px;
  border: 1px solid #cacaca;
  border-radius: 100vh;
}
.btn-i:hover {
  color: #000;
}
[class^="btn-"] > .desc {
  font-weight: 700;
  flex-grow: 1;
}
.btn-i > .desc {
  font-weight: 400;
}
[class^="btn-"] > .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.btn-b > .icon {
  width: 30px;
  height: 30px;
}
.btn-b.sm > .icon {
  width: 20px;
  height: 20px;
}
.btn-c > .icon {
  width: 30px;
  height: 30px;
}
.btn-c.sm > .icon {
  width: 20px;
  height: 20px;
}
.btn-i > .icon {
  width: 13px;
  height: 13px;
  background: url(/image/icon-new-window) no-repeat;
  background-size: cover;
}
.btn-i > .icon.dl {
  width: 14px;
  height: 14px;
  background: url(/image/icon-dl) no-repeat;
  background-size: cover;
}
[class^="btn-"] .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0
}
.btn-i > .icon::before {
  display: none;
}
[class^="btn-"] .icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0
}
.btn-b .icon svg .arrow {
  fill: #5097cb;
}
.btn-c .icon svg .arrow {
  fill: #ec691b;
}
[class^="btn-"] .icon svg .circle {
  fill: none;
  stroke: #5f5f5f;
  stroke-width: 1px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}
.btn-b .icon svg .circle {
  fill: #fff;
  stroke: #fff;
}
.btn-c .icon svg .circle {
  fill: #fff;
  stroke: #fff;
}
[class^="btn-"] .icon svg .arrow {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
a:hover [class^="btn-"] .icon::before {
  opacity: .1
}
a:hover [class^="btn-"] .icon svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out
}
a:hover [class^="btn-"] .icon svg.circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a:hover .btn-b .icon svg.circle {
  fill: #fff;
  stroke: #fff;
}
a:hover .btn-c .icon svg.circle {
  fill: #fff;
  stroke: #fff;
}
a[class^="btn-"]:hover .icon::before {
  opacity: .1;
  -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a[class^="btn-"]:hover .icon svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out
}
a[class^="btn-"]:hover .icon svg .circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a.btn-b:hover .icon svg .circle {
  fill: #fff;
  stroke: #fff;
}
a.btn-c:hover .icon svg .circle {
  fill: #fff;
  stroke: #fff;
}
@keyframes arrow_bg {
  0% {
    opacity: .1
  }
  100% {
    opacity: 0
  }
}
@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)
  }
}
.lyt-btn-a {
  margin-bottom: -16px;
  margin-left: -16px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.lyt-btn-a.left {
  justify-content: flex-start;
}
.lyt-btn-a > li {
  margin-bottom: 16px;
  margin-left: 16px;
}
.lyt-btn-a > li:before {
  display: none;
}
.lyt-btn-a > li a .text {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 480px) {
  .lyt-btn-a {
    flex-direction: column;
  }
  .lyt-btn-a > li a {
    /*width: calc(100% - 42px) !important;*/
    min-width: inherit !important;
  }
}
.lyt-btn-a + * {
  margin-top: 34px;
}
.lyt-btn-a.color a {
  background-size: cover !important;
  background: url(/image/FJ_GRAD_H1A_RGB) center bottom no-repeat;
  color: #fff;
  border: none;
}
.lyt-btn-a.color [class^="btn-"] .icon svg {
  fill: #D80084;
  border-radius: 50%;
  background: #fff;
}
.lyt-btn-a.color [class^="btn-"] .icon svg .circle {
  stroke: #fff;
}
.lyt-btn-a.color a:hover [class^="btn-"] .icon svg.circle {
  stroke: #D80084;
}
.lyt-btn-a.color a:hover .btn-b .icon svg.circle {
  fill: #fff;
  stroke: #fff;
}
.lyt-btn-a.color a:hover .btn-c .icon svg.circle {
  fill: #fff;
  stroke: #fff;
}
.lyt-btn-a.color a[class^="btn-"]:hover .icon svg .circle {
  stroke: #fff;
}
/* クッキー
---------------------------------------------------- */
.cookie-consent .btn-cookie {
  text-align: center;
  margin: 0 0 20px;
  justify-content: flex-end;
  border: none;
  border-radius: inherit;
  display: flex;
  min-width: inherit;
}
/* アイコン付きリンク
---------------------------------------------------- */
.list-link-a {
  text-align: center;
  display: flex;
  justify-content: center;
}
.list-link-a.right {
  justify-content: flex-end;
}
.list-link-a + * {
  margin-top: 34px;
}
.list-link-a > li a {
  position: relative;
  color: #000;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
}
.list-link-a > li a:hover {
  color: #000;
}
.list-link-a.right > li a {
  color: #afafaf;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
}
.list-link-a > li a .icon {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.list-link-a.right > li a .icon {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.list-link-a > li a .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0
}
.list-link-a > li a .icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0
}
.list-link-a > li a .icon svg .circle {
  fill: none;
  stroke: #5f5f5f;
  stroke-width: 1px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}
.list-link-a > li a .icon svg .arrow {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.list-link-a > li a:hover .icon::before {
  opacity: .1
}
.list-link-a > li a:hover .icon svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out
}
.list-link-a > li a:hover .icon svg.circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
.list-link-a > li a:hover .icon::before {
  opacity: .1;
  -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1)
}
.list-link-a > li a:hover .icon svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out
}
.list-link-a > li a:hover .icon svg .circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
  animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
/* テキストのセンタリング
---------------------------------------------------- */
.center {
  text-align: center !important;
}
/* テキスト　レイアウト
----------------------------------------------- */
.txt-l {
  text-align: l !important;
}
.txt-r {
  text-align: right !important;
}
/* 見出し
---------------------------------------------------- */
.headline .title {
  border-bottom: none !important;
  font-size: 2.652rem;
  line-height: 1.4;
  color: #000;
}
.column h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
}
/* リスト
---------------------------------------------------- */
.static_content .column li:before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00E7EF;
  position: absolute;
  left: 0px;
  top: 6px;
}
.locallink_box .locallink li:before {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D80084;
  position: absolute;
  left: 0px;
  top: 9px;
}
/* list-style2
----------------------------------------------- */
/*
ol.list-style2 {
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:15px;
}
*/
ol.list-style2 li {
  position: relative;
  width: 25%;
  list-style: none;
  border: 1px solid #eeeeee;
  margin: 0 5px;
  padding: 25px 25px 20px !important;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
ol.list-style2.col3 li {
  width: calc(33.33333% - 10px);
}
ol.list-style2 li .number {
  text-align: center;
  display: table-cell;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #2400B0;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  ol.list-style2 li {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: 15px auto 0;
  }
  ol.list-style2 li:first-of-type {
    margin: 0 auto 0;
  }
  ol.list-style2.col3 li {
    width: 100%;
  }
  ol.list-style2 li > em + span + div {
    text-align: center;
  }
  ol.list-style2 li > em + span + div img {
    width: 100%;
    max-width: 300px;
  }
}
/* list-notes-a
----------------------------------------------- */
.list-notes-a > li {
  display: table;
  width: 100%;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.list-notes-a > li:before {
  display: none
}
.list-notes-a > li > .mark {
  display: table-cell;
  padding-right: 12px;
  vertical-align: top;
  white-space: nowrap;
}
.list-notes-a > li > .item {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.list-notes-a > li > .item .list-a > li {
  font-size: inherit;
  margin-top: 0;
}
/* レイアウト
----------------------------------------------- */
.lyt-item-a {
  display: table;
  width: 100%;
}
.lyt-item-a > * {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}
.lyt-item-a > .item {
  width: 100%;
}
.lyt-item-a > .item > *:first-child {
  margin-top: 0;
}
.lyt-item-a > .item > *:last-child {
  margin-bottom: 0;
}
.lyt-item-a > .img {
  text-align: center;
}
.lyt-item-a > .img > .img-inner {
  display: table;
  width: 200px;
  margin-top: 0;
}
.lyt-item-a > .img img {
  max-width: inherit;
}
.lyt-item-a > .img .caption {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1000px) {
  .lyt-item-a > .img > .img-inner {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .lyt-item-a {
    table-layout: fixed;
  }
  .lyt-item-a > .item {
    padding-top: 14px;
  }
  .lyt-item-a > .img {
    display: table-header-group;
  }
  .lyt-item-a > .img > .img-inner {
    display: block;
    width: auto;
    max-width: inherit;
  }
  .lyt-item-a > .img img {
    max-width: 100%;
  }
}
.lyt-img-b > * {
  width: 100%;
  text-align: center;
}
/* レイアウト 画像右固定
----------------------------------------------- */
.lyt-item-a.is-img-r .img {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .lyt-item-a.is-img-r .img {
    padding-left: 0 !important;
  }
}
/* レイアウト 画像左固定
----------------------------------------------- */
.lyt-item-a.is-img-l {
  direction: rtl;
}
.lyt-item-a.is-img-l .img {
  padding-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .lyt-item-a.is-img-l .img {
    padding-right: 0 !important;
  }
}
/* テーブル */
.tbl-scroll-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}
@media only screen and (max-width:480px) {
  .tbl-scroll-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 36px;
  }
}
.tbl-scroll-a + [class^=tbl-], .tbl-scroll-a + [class*=" tbl-"] {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .tbl-scroll-a {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tbl-scroll-a > table {
    width: 768px !important;
  }
}
table {
  border-collapse: collapse;
}
.tbl-a {
  table-layout: fixed;
}
.tbl-a + * :not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}
@media only screen and (max-width: 480px) {
  .tbl-a + * :not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 36px;
  }
}
.tbl-a + [class^=tbl-], .tbl-a + [class*=" tbl-"] {
  margin-top: 40px;
}
.tbl-a th, .tbl-a td {
  padding: 10px 16px;
  border: 1px solid #b1b1ac;
  /* 20210727 修正のため追記 */
  font-size: 18px;
  /* /20210727 修正のため追記 */
}
.tbl-a th.diff-bg-a, .tbl-a td.diff-bg-a {
  background: #ffecee;
}
.tbl-a th > img.icon-a, .tbl-a td > img.icon-a {
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 6px;
}
.tbl-a thead th, .tbl-a thead td {
  font-weight: 700;
  text-align: center;
  background: #c6c6c0;
}
.tbl-a thead tr:first-child > * :first-child {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .tbl-a thead tr:first-child > * :first-child {
    width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .tbl-a thead tr:first-child > * :first-child {
    width: 100px;
  }
}
.tbl-a tbody th, .tbl-a tbody .th {
  width: 200px;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  background: #dad9d6;
}
@media only screen and (max-width: 767px) {
  .tbl-a tbody th, .tbl-a tbody .th {
    width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  table th {
    display: table-cell;
    list-style: none;
    width: inherit;
    padding: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: inherit;
  }
  table td {
    display: table-cell;
    list-style: none;
    width: inherit;
    padding: inherit;
    font-size: 1rem;
    line-height: inherit;
    border-top: inherit;
  }
  .tbl-a tbody th, .tbl-a tbody .th {
    width: 100px;
  }
}
.tbl-a tbody td {
  background: #fff;
}
.tbl-a.diff-equality thead tr:first-child > * :first-child {
  width: auto;
}
.tbl-a.diff-equality tbody th, .tbl-a.diff-equality tbody .th {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .tbl-a.diff-sp-col1 {
    display: block;
  }
  .tbl-a.diff-sp-col1 tbody {
    display: block;
  }
  .tbl-a.diff-sp-col1 tbody tr {
    display: block;
  }
  .tbl-a.diff-sp-col1 tbody tr:last-child td:last-child {
    border-bottom: 1px solid #b1b1ac;
  }
  .tbl-a.diff-sp-col1 tbody th, .tbl-a.diff-sp-col1 tbody .th {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .tbl-a.diff-sp-col1 tbody td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}
/* テーブル内リスト調整 */
.tbl-a ul {
  margin-top: 0 !important;
}
.tbl-a ul li:first-child {
  margin-top: 0;
}
/* justify-content
----------------------------------------------- */
.jc-fs {
  justify-content: flex-start !important;
}
.jc-fe {
  justify-content: flex-end !important;
}
.jc-c {
  justify-content: center !important;
}
.jc-sa {
  justify-content: space-around !important;
}
.jc-sb {
  justify-content: space-between !important;
}
.jc-sb {
  justify-content: space-between !important;
}
@media only screen and (max-width: 767px) {
  .tb-jc-fs {
    justify-content: flex-start !important;
  }
  .tb-jc-fe {
    justify-content: flex-end !important;
  }
  .tb-jc-c {
    justify-content: center !important;
  }
  .tb-jc-sa {
    justify-content: space-around !important;
  }
  .tb-jc-sb {
    justify-content: space-between;
     !
  }
  .tb-jc-sb {
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 480px) {
  .sp-jc-fs {
    justify-content: flex-start !important;
  }
  .sp-jc-fe {
    justify-content: flex-end !important;
  }
  .sp-jc-c {
    justify-content: center !important;
  }
  .sp-jc-sa {
    justify-content: space-around !important;
  }
  .sp-jc-sb {
    justify-content: space-between;
     !
  }
  .sp-jc-sb {
    justify-content: space-between !important;
  }
}
/* 枠線
----------------------------------------------- */
.box-a {
  padding: 16px;
  border: 1px solid #c6c6c0;
}
/* スペーシング
----------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
/* スペーシング (max-width: 1280px)
----------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .ds-max1280-mb--40 {
    margin-bottom: -40px !important;
  }
}
/* スペーシング (max-width: 767px)
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .ds-max767-mb-0 {
    margin-bottom: 0 !important;
  }
}
/* 文字サイズ
----------------------------------------------- */
small {
  /* font-size: 0.875rem; */
  font-size: 14px;
}
.fs-1rem {
  font-size: 1rem !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-14 {
  font-size: 14px !important;
}
/* 横幅
----------------------------------------------- */
.w-inherit {
  width: inherit !important;
}
/* icon
----------------------------------------------- */
img.icon-a {
  vertical-align: middle !important;
  margin-left: 3px;
  margin-right: 6px;
}