﻿html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
  box-sizing: inherit;
}
strong, b {
  font-weight: 700;
}
body {
  color: rgba(51,51,51,1);
  margin: 0;
  font-size: 0.875rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  background-color: #ffffff;
}
@media print {
  body {
    background-color: #fff;
  }
}
body::backdrop {
  background-color: #fff;
}


.faq-layout {
  flex-wrap:wrap;
  justify-content:center;
  margin:0 auto
}
.faq-layout .faq-layout-header {
  background-color:#fff;
  display:flex;
  height:100%;
  padding:0
}
.faq-layout .faq-layout-header .faq-header-spacer {
  flex:auto
}
.faq-layout .faq-layout-header .faq-header-caption {
  align-self:flex-end;
  font-weight:600;
  margin-bottom:2px;
	display:none;
}
.faq-layout .faq-layout-container {
  margin:0 auto
}
.html-widget-iframe {
  border:none;
  overflow-y:hidden
}
.faq-filter-search-result-widget__result-message-success {
  white-space:pre-wrap
}
:export {
  mainColor:#E4007F;
  mainContrast:rgba(51,51,51,.87);
  secondaryColor:#F27FC0;
  secondaryContrast:rgba(51,51,51,.87);
  panelBorderColor:#c4c8cd;
  /* accentColor:#ff723d; */
  categoryBorderColor:#E4007F;
  disableRipple:false
}
.faq-answer-content-wrapper .faq-answer-content {
  display:flex
}
.faq-answer-content-wrapper .faq-answer-content__a {
  height:30px;
  width:30px
}
.faq-answer-content-wrapper .faq-answer-content__answer-wrapper {
  width:100%
}
.faq-answer-content-wrapper .faq-answer-content__answer {
  margin-left:10px;
  overflow-wrap:anywhere;
  text-align:left;
  white-space:pre-wrap;
  word-break:break-all
}
.faq-answer-content-wrapper .faq-answer-content__answer p {
  margin:0
}
.faq-answer-content-wrapper .faq-answer-content__answer .md {
  white-space:normal
}
.faq-answer-content-wrapper .faq-answer-content__answer .md ol,
.faq-answer-content-wrapper .faq-answer-content__answer .md ul {
  padding-left:16px
}
.faq-answer-content-wrapper .faq-answer-content__answer .md h1 {
  font-size:21px
}
.faq-answer-content-wrapper .faq-answer-content__answer .md h2 {
  font-size:18px
}
.faq-answer-content-wrapper .faq-answer-content__answer .md h3 {
  font-size:16px
}
.faq-answer-content-wrapper .faq-answer-content__answer .md a {
  color:#007bbb;
  text-decoration:none
}
.faq-answer-content-wrapper .faq-answer-content__answer .md a:hover {
  text-decoration:underline
}
.faq-answer-content-wrapper .faq-answer-content__answer .md em {
  color:#c62828;
  font-style:normal
}
.faq-answer-content-wrapper .faq-answer-content__answer .md td,
.faq-answer-content-wrapper .faq-answer-content__answer .md th {
  text-align:left
}
.faq-answer-content-wrapper .faq-answer-content__answer .md td.right,
.faq-answer-content-wrapper .faq-answer-content__answer .md th.right {
  text-align:right
}
.faq-answer-content-wrapper .faq-answer-content__answer .md td.center,
.faq-answer-content-wrapper .faq-answer-content__answer .md th.center {
  text-align:center
}
.faq-answer-content-wrapper .faq-answer-content__button {
  margin-bottom:1px;
  text-transform:none
}
.faq-answer-content__carousel-slide {
  height:50vh;
  overflow-y:auto
}
.category-selector .category-selector__button {
  background:#fff
}
.category-selector .category-selector__popper {
  z-index:1
}
.category-selector .category-selector__popper .arrow {
  font-size:7px;
  height:3em;
  left:7px;
  position:absolute;
  width:3em
}
.category-selector .category-selector__popper .arrow:before {
  border-style:solid;
  content:"";
  display:block;
  height:0;
  left:-7px;
  margin:auto;
  position:absolute;
  top:1;
  width:0
}
.category-selector .category-selector__popper[x-placement*=bottom] {
  margin-top:7px
}
.category-selector .category-selector__popper[x-placement*=bottom] .arrow {
  border-bottom:1em solid #333;
  border-left:1em solid transparent;
  border-right:1em solid transparent;
  height:0;
  margin-top:-.9em;
  width:0
}
.category-selector .category-selector__popper[x-placement*=bottom] .arrow:before {
  border-color:transparent transparent #fff;
  border-width:0 1em 1em
}
.category-selector .category-selector__popper[x-placement*=top] .arrow {
  border-left:1em solid transparent;
  border-right:1em solid transparent;
  border-top:1em solid #333;
  bottom:0;
  height:0;
  margin-bottom:-.9em;
  width:0
}
.category-selector .category-selector__popper[x-placement*=top] .arrow:before {
  border-color:#fff transparent transparent;
  border-width:1em 1em 0
}
.category-selector .category-selector__popper[x-placement*=right] .arrow {
  border-bottom:1em solid transparent;
  border-right:1em solid #333;
  border-top:1em solid transparent;
  height:0;
  left:0;
  margin-left:-.9em;
  width:0
}
.category-selector .category-selector__popper[x-placement*=right] .arrow:before {
  border-color:transparent #fff transparent transparent;
  border-width:1em 1em 1em 0
}
.category-selector .category-selector__popper[x-placement*=left] .arrow {
  border-bottom:1em solid transparent;
  border-left:1em solid #333;
  border-top:1em solid transparent;
  height:0;
  margin-right:-.9em;
  right:0;
  width:0
}
.category-selector .category-selector__popper[x-placement*=left] .arrow:before {
  border-color:transparent transparent transparent #fff;
  border-width:1em 0 1em 1em
}
.category-selector .category-selector__wrapper {
  position:relative
}
.category-selector .category-selector__wrapper .category-selector__paper {
  background-color:#fff;
  border:1px solid;
  min-width:264px;
  overflow:hidden;
  padding-left:0;
  padding-right:0;
  padding-top:8px;
  text-align:center
}
.category-selector .category-selector__wrapper .category-selector__paper .category-selector__title {
  font-size:1rem;
  font-weight:700;
  padding-bottom:8px;
  padding-top:8px
}
.faq-filter-search-keyword .faq-filter-search-keyword__title {
  color:#F27FC0;
  font-size:1rem;
  font-weight:700
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper {
  display:flex;
  flex-wrap:wrap;
  height:auto;
  justify-content:flex-start;
  overflow:hidden
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper>* {
  margin:4px
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper.less {
  height:42px
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper.noLoad {
  height:80px
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper .faq-filter-search-keyword__chip {
  background:#fff;
  font-size:1rem
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper .faq-filter-search-keyword__chip svg {
  height:.7em;
  width:.7em
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper .faq-filter-search-keyword__chip span {
  color:#666;
}
.faq-filter-search-keyword .faq-filter-search-keyword__button {
  border-radius:0;
  border-top:1px solid #e0e0e0;
  color:#666666;
  margin-left:-10px;
  margin-top:10px;
  padding-top:10px;
  width:calc(100% + 20px)
}
.faq-filter-search {
  background:#e6e6e6
}

.faq-filter-search.faq-filter-search__container {
  padding:5px 15px;
  background: #FEF7FB !important;
}

.faq-filter-search .faq-filter-search__inner {
  align-items:center;
  display:flex;
  position:relative
}
.faq-filter-search .faq-filter-search__inner span.MuiButton-label{
  white-space:nowrap;
}
.faq-filter-search .faq-filter-search__button {
  border-radius:2px;
  margin-left:8px
}
.faq-filter-search .faq-filter-search-field {
  flex:1 1 auto;
	margin: 10px auto;
}
.faq-filter-search-field--disable-portal {
  left:0;
  top:47px
}
.faq-filter-search-keyword-expand-button {
  display:none
}
.faq-filter-search-keyword-expand-button.faq-filter-search-keyword__button--mobile {
  display:block
}
.faq-search-container {
  flex-grow:1;
  min-width:200px;
  position:relative
}
.faq-search-container .faq-search-container__paper {
  left:0;
  margin-top:0;
  position:absolute;
  right:0;
  z-index:1
}
.faq-search-container .faq-search-container__paper .faq-search-container__paper__progress {
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  margin-top:-4px
}
.faq-search-container .faq-search-container__paper.faq-search-result .faq-search-result__message {
  margin:16px 12px
}
.faq-search-container .faq-search-container__paper.faq-search-result .faq-search-item--selected {
  background-color:#e6e6e6
}
.faq-search {
  align-items:center;
  display:flex;
  padding:0
}
.faq-search .faq-search__input {
  flex:1 1;
  margin-left:8px
}
.faq-filter-search-keyword .faq-filter-search-keyword__wrapper .faq-filter-search-keyword__chip {
    background: #FFFFFF !important;
    font-size: .8rem !important;
    border-radius: 45px !important;
    padding: 10px 8px !important;
    margin: 5px 3px !important;
}
.faq-breadcrumb {
  padding:8px 16px;
}
.faq-panel-header {
  padding:12px
}
.faq-panel-header .faq-panel-header__title {
  font-size:.9rem
}
.faq-panel {
  margin:0 auto 15px;
  min-width:275px
}
.faq-panel .faq-panel-content {
  padding:0
}
.faq-panel .faq-panel-content:last-child {
  padding-bottom:0
}
.faq-panel .faq-panel-content .faq-panel-content__button {
  justify-content:flex-start;
  align-items: baseline;
}
.faq-panel .faq-panel-content .faq-panel-content__avatar {
  height:30px;
  width:30px
}
.faq-panel .faq-panel-content .faq-panel-content__q {
  margin-left:10px;
  text-align:left;
  text-transform:none
}
.faq-panel .faq-panel-content .faq-panel-content__q em {
  font-style:normal
}
.faq-panel .faq-answer-q {
  height:30px;
  width:30px
}
.faq-panel .faq-category {
  padding:0
}
.faq-panel .faq-category:last-child {
  padding-bottom:0
}
.faq-panel .faq-category .faq-category__category {
  color:#fff;
  text-transform:none
}
.faq-panel .faq-category .faq-category__button,
.faq-panel .faq-subcategory.faq-category__button {
  border-radius:0;
  justify-content:flex-start;
  margin-top:5px;
  text-transform:none
}
.faq-questionnaire .faq-questionnaire__title {
  font-size:16px;
  font-weight:600;
}
.faq-questionnaire .faq-questionnaire__actions {
  display:flex
}
.faq-questionnaire .faq-questionnaire__actions .faq-questionnaire__actions__button {
  flex:1 1
}
.faq-tag-cloud {
  display:flex;
  flex-wrap:wrap;
  margin-left:8px;
  margin-right:8px;
  padding-bottom:0
}
.faq-tag-cloud .faq-tag-cloud__item {
  align-items:center;
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:3px;
  display:inline-flex;
  flex:1 1;
  justify-content:center;
  margin-bottom:8px;
  margin-right:8px;
  max-width:130px;
  padding:0
}
.faq-tag-cloud .faq-tag-cloud__item .faq-tag-cloud__item__link {
  color:#E4007F;
  display:inline-block;
  height:24px;
  line-height:24px;
  overflow:hidden;
  padding-left:8px;
  padding-right:8px;
  text-align:center;
  text-overflow:ellipsis;
  transition:.2s;
  white-space:nowrap;
  width:100%
}
.faq-pagination {
  display:flex;
  justify-content:center
}
.faq-button-copy-link-wrapper {
  display:flex;
  justify-content:flex-end;
  width:100%
}
.faq-button-copy-link {
  display:none
}
.template-2 .faq {
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-size:12px
}
.template-2 header {
  background-color:#fff;
  border-bottom:2px solid #F27FC0;
  opacity:.95;
  padding:15px
}
.template-2 header div {
  justify-content:center;
  margin:0 auto;
  max-width:1024px;
  padding:0 10px
}
.template-2 header div .faq-logo {
  height:auto;
  margin-bottom:auto;
  margin-top:auto;
  min-width:200px
}
.template-2 header div .faq-logo img {
  width:80px
}
@media screen and (max-width:480px) {
  .template-2 header {
    padding:10px;
	  margin-top: -20px;
  }
  .template-2 header .faq-logo {
    padding-top:9.25%
  }
  .template-2 header .faq-logo img {
    width:130px
  }
}
.template-2 .faq-header {
  align-items:center;
  background:#fff;
  color:#E4007F;
  display:flex;
  font-weight:700;
  height:60px;
   justify-content:center;
  margin: 10px auto;
}

/* TOP以外のヘッダー非表示　*/
.template-2 .faq-answer-page .faq-header,
.template-2 .faq-category-page .faq-header {
  display:none;
}

.template-2 .faq-header h2 {
  font-size:1.6rem;
/*  font-weight:400; */
  font-weight:bold;
  text-align:center
}
/* 「よくあるご質問TOP」文言変更　*/
.faq-index-layout .faq-content .faq-main-content .faq-header h2{
	display:none;
}
.faq-index-layout .faq-content .faq-main-content .faq-header:before{
  font-size:1.6rem;
	content: "よくあるご質問";
}

.template-2 .faq-header h2:after {
/*  background:linear-gradient(90deg,#E4007F,#F27FC0); */
  background:#FFFFFF;
  content:"";
  display:block;
  height:3px;
  margin:15px auto 0;
  width:100px
}
.MuiBreadcrumbs-ol, .MuiBreadcrumbs-separator, .MuiBreadcrumbs-ol li p {
	font-size: 0.8rem;
}
.template-2 .faq-breadcrumb a {
  color:#E4007F;
  text-decoration:underline
}
.template-2 .faq-breadcrumb li:nth-child(2n) {
  height:18px
}
.template-2 .faq-navigation {
  background-color:#fff;
  border-bottom:1px solid #c4c8cd;
  padding-bottom:14px
}
.template-2 .faq-navigation .faq-search,
.template-2 .faq-navigation .faq-search-result {
  margin-left:22px;
  margin-right:22px
}
.template-2 .faq-panel {
/*    background:#fff; */
	background:transparent;
  border-bottom:1px dashed #BBBBBB;
  box-shadow:none;
  margin-bottom:0px;
  padding:30px 15px;
  position:relative
}
.template-2 .faq-panel:before {
  background:transparent
}
.template-2 .faq-panel .faq-panel-header {
  background:none;
  padding: 10px 0
}
.template-2 .faq-panel .faq-panel-header>div>h3,
.template-2 .faq-panel .faq-panel-title {
  font-size:1.2rem;
  font-weight:700;
  margin-bottom:.4rem;
  margin-top:.4rem
}
.template-2 .faq-panel .faq-panel-header>div>h3.faq-pagination,
.template-2 .faq-panel .faq-panel-title.faq-pagination {
  color:#000024;
  font-size:1rem;
  font-weight:400;
  position:absolute;
  right:15px;
  top:5px
}
.template-2 .faq-panel .faq-panel-content>.faq-panel-content-button>span>div {
  background-color:#E4007F;
  height:1.6rem;
  width:1.6rem
}
.template-2 .faq-panel .faq-panel-content>.faq-panel-content-button>span>h5 {
  color:#333333;
  font-size:1.0rem;
  line-height:1.5
}
.template-2 .faq-panel .faq-panel-card-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  max-width:980px
}
.template-2 .faq-panel .faq-panel-card-list .faq-panel-card {
  border:3px solid #c4c8cd;
  box-shadow:none;
  margin:5px
}
.template-2 .faq-panel .faq-panel-card-list .faq-panel-card>div {
  height:100%
}
.template-2 .faq-panel .faq-panel-card-list .faq-panel-card>div a {
  display:flex;
  flex-direction:column;
  height:100%;
  padding:0px 3px 8px 3px;
}
.template-2 .faq-panel .faq-panel-card-list .faq-panel-card>div a .faq-panel-card-content {
  align-items:center;
  display:flex;
  flex:1 0 auto;
  order:2;
  padding:2px 4px 0
}
.template-2 .faq-panel .faq-panel-card-list .faq-panel-card>div a .faq-panel-card-content h5 {
  align-items:center;
  display:flex;
  justify-content:center;
  overflow:hidden;
  text-align:center;
  width:240px
}
.template-2 .faq-panel .faq-panel-card-list .faq-panel-card>div a .faq-panel-card-media {
  height:90px;
  margin:0 auto;
  order:1;
  width:90px
}
.template-2 .faq-search {
  background-color:#eff2f5;
  border:1px solid #ccd5df;
  box-shadow:none
}
.template-2 .faq-search input {
  line-height:1.5
}
.template-2 .faq-search .faq-search-button {
  padding:6px
}
.template-2 .faq-search .faq-search-icon path:nth-child(2) {
  fill:url(#faq-search-gradient)
}
.template-2 .faq-search #faq-search-gradient stop:first-child {
  stop-color:#E4007F
}
.template-2 .faq-search #faq-search-gradient stop:nth-child(2) {
  stop-color:#F27FC0
}
.template-2 .faq-search-result>div,
.template-2 .faq-search-result>div[role=option] {
  background-color:#fff
}
.template-2 .faq-search-result>div>div {
  background-color:#E4007F
}
.template-2 .faq-filter-category-sub-category {
  border-color:#E4007F;
  color:#E4007F;
  margin-bottom:10px;
  margin-right:10px
}
.template-2 .faq-filter-search {
  background:#fff
}
.template-2 .faq-filter-search .faq-filter-search-button {
  background-color:#E4007F;
  color:#fff;
  font-weight:700
}
.template-2 .faq-filter-search .more.noLoad {
  height:auto
}
.template-2 .faq-button {
  background-color:transparent!important;
  border:1px solid #E4007F;
  box-shadow:none!important;
  color:#E4007F;
  display:block;
  margin-top:.6rem;
  padding:.4rem;
  text-align:center
}

.template-2 .faq-questionnaire .faq-button{
  border:1px solid #BBB;
  color:#333;
}


.template-2 .faq-button .faq-button-icon {
  display:none
}
.template-2 .faq-button.faq-button-more>span:first-child:after {
  content:"+";
  margin-left:.5rem;
  margin-top:-.2rem
}
.template-2 .faq-button.faq-button-selected {
  background-color:#fff!important
}
.template-2 .faq-button.faq-button-unselected span span {
  color:#E4007F
}
.template-2 .faq-questionnaire {
  background-color:#F8F8F8;
  box-shadow:none;
  margin-top:1rem;
  padding:1rem
}
.template-2 .faq-questionnaire p,
.template-2 .faq-questionnaire>div>div {
  margin-bottom:0;
  text-align:center
}
.template-2 .faq-questionnaire .faq-button {
  background-color:#fff!important;
  margin-top:0
}
.template-2 .faq-answer .faq-panel-header {
  border-bottom:1px solid #bec3c9;
  padding-bottom:0.5rem;
  align-items: baseline;
}
.template-2 .faq-answer .faq-panel-header .faq-answer-q {
  background-color:#E4007F
}
.template-2 .faq-answer .faq-panel-header .faq-answer-title {
  color:#E4007F;
  font-weight:600;
	line-height:1.6rem;
}
.template-2 .faq-answer .faq-answer-content {
  padding-left:0;
  padding-right:0
}
.template-2 .faq-answer .faq-answer-content .faq-answer-a {
  background-color:#F27FC0
}
.template-2 .faq-answer .faq-answer-content a {
  word-break:break-all
}
.template-2 .faq-answer .faq-answer-video-touch,
.template-2 .faq-answer .faq-answer-youtube {
  padding-top:56.25%;
  position:relative;
  width:100%
}
.template-2 .faq-answer .faq-answer-video-touch iframe,
.template-2 .faq-answer .faq-answer-youtube iframe {
  border:none;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.template-2 .faq-answer .faq-answer-video-touch iframe.hidden,
.template-2 .faq-answer .faq-answer-youtube iframe.hidden {
  display:none
}
.template-2 .faq-answer .faq-answer-table {
  overflow-x:scroll
}
.template-2 .faq-answer .faq-answer-table table {
  border-collapse:collapse;
  margin:0 auto;
  padding:0;
  width:100%
}
.template-2 .faq-answer .faq-answer-table table tr {
  background-color:#fff;
  border:1px solid #bbb;
  padding:.35em
}
.template-2 .faq-answer .faq-answer-table table td,
.template-2 .faq-answer .faq-answer-table table th {
  border-right:1px solid #bbb;
  padding:1em 10px 1em 1em
}
.template-2 .faq-answer .faq-answer-table table th {
  background-color:#eee;
  font-size:.85em;
  white-space:nowrap
}
.template-2 .faq-panel-category {
  min-width:200px;
  padding-left:0;
  padding-right:0
}
.template-2 .faq-panel-category .faq-panel-header {
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px
}
.template-2 .faq-panel-category .faq-category {
  border-top:1px solid #E4007F;
  padding-bottom:.2rem;
  padding-top:.2rem
}
.template-2 .faq-panel-category .faq-category button {
  background-color:transparent;
  box-shadow:none;
  padding-left:20px;
  padding-right:20px
}
.template-2 .faq-panel-category .faq-category button.faq-has-subcategory:after {
  color:#c2c2da;
  content:"+";
  font-size:1.2rem;
  font-weight:400;
  position:absolute;
  right:20px;
  top:0
}
.template-2 .faq-panel-category .faq-category button.faq-has-subcategory[aria-expanded=true]:after {
  content:"-"
}
.template-2 .faq-panel-category .faq-category button h4 {
  color:#999;
  font-size:1rem;
  font-weight:700;
  margin-bottom:.2rem;
  margin-top:.1rem
}
.template-2 .faq-panel-category .faq-category.faq-category-level {
  border-top:none;
  padding-bottom:0;
  padding-top:0
}
.template-2 .faq-panel-category .faq-category.faq-category-level button h4 {
  margin-left:10px
}
.template-2 .faq-panel-category .faq-subcategory {
  background-color:#fff;
  margin-top:0;
  padding-bottom:.1rem;
  padding-left:30px;
  padding-top:.1rem
}
.template-2 .faq-panel-category .faq-subcategory:first-child {
  padding-top:.3rem
}
.template-2 .faq-panel-category .faq-subcategory:last-child {
  padding-bottom:.3rem
}
.template-2 .faq-panel-category .faq-subcategory span:first-child {
  color:#E4007F;
  margin-bottom:.2rem;
  margin-top:.2rem;
  text-decoration:underline
}
@media screen and (min-width:768px) {
  .template-2 header {
    height:88px;
    overflow:hidden;
    top:0;
    width:100%;
    z-index:1
  }
  .template-2 .faq-content {
    display:flex;
    justify-content:center;
    margin:0 auto;
    max-width:1024px
  }
  .template-2 .faq-content .faq-no-content {
    display:none
  }
  .template-2 .faq-content .faq-main-content {
    flex:1 1 auto;
    margin:2rem;
    order:2
  }
  .template-2 .faq-content .faq-main-content .faq-panel {
    padding:2.4rem .9rem
  }
  .template-2 .faq-content .faq-main-content .MuiButton-label>div {
    height:1.6rem;
    width:1.6rem
  }
  .template-2 .faq-content .faq-main-content .faq-panel-category {
    padding:1.4rem 0 0
  }
  .template-2 .faq-content .faq-main-content .faq-panel-category .faq-panel-header {
    padding:0 .9rem
  }
  .template-2 .faq-content .faq-left-content {
    flex:0 1 200px;
    order:1
  }
  .template-2 .faq-content .faq-left-content .faq-panel {
    border:1px solid #E4007F;
    border-radius:5px;
    margin-top:2rem;
    padding-bottom:0;
    padding-top:10px
  }
  .template-2 .faq-content .faq-left-content .faq-panel .faq-panel-header {
    padding:0 10px 10px
  }
  .template-2 .faq-content .faq-left-content .faq-panel .faq-panel-header h3 {
    margin:2px 0 0
  }
  .template-2 .faq-content .faq-left-content .faq-category button {
    margin-top:2px;
    padding-left:1rem;
    padding-right:1rem
  }
  .template-2 .faq-content .faq-left-content .faq-category button:after {
    right:10px;
    top:2px
  }
  .template-2 .faq-content .faq-left-content .faq-category button h4 {
    overflow:hidden;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:175px
  }
  .template-2 .faq-content .faq-left-content .faq-category.faq-category-level button h4 {
    width:calc(100% - 10px)
  }
  .template-2 .faq-content .faq-left-content .faq-subcategory {
    text-align:left
  }
  .template-2 .faq-content .faq-right-content {
    flex:0 1 200px;
    order:3
  }
  .template-2 .faq-content .faq-right-content .faq-panel .faq-panel-header {
    padding:0 10px 10px
  }
  .template-2 .faq-content .faq-right-content .faq-panel .faq-panel-header h3 {
    margin:2px 0 0
  }
  .template-2 .faq-answer-page .faq-breadcrumb,
  .template-2 .faq-category-page .faq-breadcrumb {
    left:auto
  }
}
.template-2 .faq-navigation ul li a,
.template-2 .faq-search-navigation ul li a {
  color:#E4007F;
  height:auto
}
.template-2 .faq-answer-page .faq-left-content .faq-breadcrumb,
.template-2 .faq-answer-page .faq-right-content .faq-breadcrumb,
.template-2 .faq-category-page .faq-left-content .faq-breadcrumb,
.template-2 .faq-category-page .faq-right-content .faq-breadcrumb {
  left:auto;
  position:relative;
  top:auto;
}
@media screen and (min-width:768px) {
  .template-2 header div h1.faq-logo img {
    height:45px;
    object-fit:contain;
    width:auto
  }
  .template-2 header {
    height:70px
  }
  .template-2 div.faq-content {
    margin:auto
  }
  .template-2 .faq-left-content,
  .template-2 .faq-right-content {
    min-width:200px
  }
  .template-2 .faq-left-content .faq-panel,
  .template-2 .faq-right-content .faq-panel {
    min-width:200px;
    padding:5px
  }
  .template-2 .faq-left-content .faq-panel>form,
  .template-2 .faq-right-content .faq-panel>form {
    min-width:160px
  }
  .template-2 .faq-left-content .faq-panel.faq-panel-category,
  .template-2 .faq-right-content .faq-panel.faq-panel-category {
    padding:10px 0 0
  }
  .template-2 .faq-left-content .faq-panel.faq-filter-search .faq-filter-search,
  .template-2 .faq-right-content .faq-panel.faq-filter-search .faq-filter-search {
    padding:10px 5px
  }
  .template-2 .faq-content .faq-left-content .faq-panel {
    border:1px solid #E4007F
  }
  .template-2 .faq-answer-page,
  .template-2 .faq-category-page {
    margin-top:90px
  }
  .template-2 .faq-answer-page .faq-breadcrumb,
  .template-2 .faq-category-page .faq-breadcrumb {
    top:64px
  }
  .template-2 .faq-answer-page .faq-left-content .faq-breadcrumb,
  .template-2 .faq-answer-page .faq-right-content .faq-breadcrumb,
  .template-2 .faq-category-page .faq-left-content .faq-breadcrumb,
  .template-2 .faq-category-page .faq-right-content .faq-breadcrumb {
    left:auto;
    position:relative;
    top:auto
  }
  .template-2 .faq-main-content {
    width:calc(100vw - 400px)
  }
  .template-2 .faq-main-content .faq-panel .faq-panel-content>.faq-panel-content-button>span>div {
    height:1.6rem;
    width:1.6rem
  }
}
.template-2 .faq-navigation ul li a {
  color:#E4007F
}






.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  -moz-user-select: none;
}
.MuiSvgIcon-colorPrimary {
  color: #E4007F;
}
.MuiSvgIcon-colorSecondary {
  color: #F27FC0;
}
.MuiSvgIcon-colorAction {
  color: rgba(51,51,51, 0.54);
}
.MuiSvgIcon-colorError {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled {
  color: rgba(51,51,51, 0.26);
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge {
  font-size: 2.1875rem;
}
 @font-face {
  font-display:swap;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-style:normal;
  font-weight:300;
  src:url(/static/webfonts/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2")
}
@font-face {
  font-display:swap;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-style:normal;
  font-weight:400;
  src:url(/static/webfonts/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2")
}
@font-face {
  font-display:swap;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-style:normal;
  font-weight:500;
  src:url(/static/webfonts/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2")
}
@font-face {
  font-display:swap;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-style:normal;
  font-weight:300;
  src:url(/static/webfonts/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc-.woff) format("woff")
}
@font-face {
  font-display:swap;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-style:normal;
  font-weight:400;
  src:url(/static/webfonts/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxM.woff) format("woff")
}
@font-face {
  font-display:swap;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-style:normal;
  font-weight:500;
  src:url(/static/webfonts/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc-.woff) format("woff")
}


.MuiAvatar-root {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.1rem;
  align-items: center;
  flex-shrink: 0;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  line-height: 1;
  border-radius: 50%;
  justify-content: center;
  -moz-user-select: none;
}
.MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #bdbdbd;
}
.MuiAvatar-rounded {
  border-radius: 4px;
}
.MuiAvatar-square {
  border-radius: 0;
}
.MuiAvatar-img {
  color: transparent;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  text-indent: 10000px;
}
.MuiAvatar-fallback {
  width: 75%;
  height: 75%;
}


.MuiCardContent-root {
  padding: 16px;
}
.MuiCardContent-root:last-child {
  padding-bottom: 24px;
}


.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
@media print {
  .MuiButtonBase-root {
    color-adjust: exact;
  }
}



.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.MuiTouchRipple-ripple {
  opacity: 0;
  position: absolute;
}
.MuiTouchRipple-rippleVisible {
  opacity: 0.3;
  animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.MuiTouchRipple-ripplePulsate {
  animation-duration: 200ms;
}
.MuiTouchRipple-child {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.MuiTouchRipple-childLeaving {
  opacity: 0;
  animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate {
  top: 0;
  left: 0;
  position: absolute;
  animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@-moz-keyframes MuiTouchRipple-keyframes-enter {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@-moz-keyframes MuiTouchRipple-keyframes-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes MuiTouchRipple-keyframes-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}



.MuiButton-root {
  color: rgba(51,51,51, 0.87);
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(51,51,51, 0.04);
}
.MuiButton-root.Mui-disabled {
  color: rgba(51,51,51, 0.26);
}
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inline-flex;
  justify-content: inherit;
}
.MuiButton-text {
  padding: 6px 4px;
}
.MuiButton-textPrimary {
  color: #E4007F;
}
.MuiButton-textPrimary:hover {
  background-color: rgba(228,0,127, 0.04);
}
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary {
  color: #F27FC0;
}
.MuiButton-textSecondary:hover {
  background-color: rgba(242,127,192, 0.04);
}
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined {
  border: 1px solid rgba(51,51,51, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
  border: 1px solid rgba(51,51,51, 0.12);
}
.MuiButton-outlinedPrimary {
  color: #E4007F;
  border: 1px solid rgba(228,0,127, 0.5);
}

.MuiButton-outlinedPrimary:hover {
  border: 1px solid #E4007F;
  background-color: rgba(228,0,127, 0.04);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary {
  color: #F27FC0;
  border: 1px solid rgba(242,127,192, 0.5);
}
.MuiButton-outlinedSecondary:hover {
  border: 1px solid #F27FC0;
  background-color: rgba(242,127,192, 0.04);
}
.MuiButton-outlinedSecondary.Mui-disabled {
  border: 1px solid rgba(51,51,51, 0.26);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-contained {
  color: rgba(51,51,51, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(51,51,51,0.2),0px 2px 2px 0px rgba(51,51,51,0.14),0px 1px 5px 0px rgba(51,51,51,0.12);
  background-color: #e0e0e0;
}
.MuiButton-contained:hover {
  box-shadow: 0px 2px 4px -1px rgba(51,51,51,0.2),0px 4px 5px 0px rgba(51,51,51,0.14),0px 1px 10px 0px rgba(51,51,51,0.12);
  background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(51,51,51,0.2),0px 6px 10px 0px rgba(51,51,51,0.14),0px 1px 18px 0px rgba(51,51,51,0.12);
}
.MuiButton-contained:active {
  box-shadow: 0px 5px 5px -3px rgba(51,51,51,0.2),0px 8px 10px 1px rgba(51,51,51,0.14),0px 3px 14px 2px rgba(51,51,51,0.12);
}
.MuiButton-contained.Mui-disabled {
  color: rgba(51,51,51, 0.26);
  box-shadow: none;
  background-color: rgba(51,51,51, 0.12);
}
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 3px 1px -2px rgba(51,51,51,0.2),0px 2px 2px 0px rgba(51,51,51,0.14),0px 1px 5px 0px rgba(51,51,51,0.12);
    background-color: #e0e0e0;
  }
}
.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(51,51,51, 0.12);
}
.MuiButton-containedPrimary {
  color: rgba(51,51,51, 0.87);
  background-color: #E4007F !important;
}
.MuiButton-containedPrimary:hover {
  background-color: rgb(14, 130, 100);
}
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #E4007F;
  }
}
.MuiButton-containedSecondary {
  color: rgba(51,51,51, 0.87);
  background-color: #F27FC0;
}
.MuiButton-containedSecondary:hover {
  background-color: rgb(105, 158, 105);
}
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #F27FC0;
  }
}
.MuiButton-disableElevation {
  box-shadow: none;
}
.MuiButton-disableElevation:hover {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation:active {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall {
  padding: 4px 5px;
  font-size: 0.8125rem;
}
.MuiButton-textSizeLarge {
  padding: 8px 11px;
  font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall {
  padding: 3px 9px;
  font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge {
  padding: 7px 21px;
  font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall {
  padding: 4px 10px;
  font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge {
  padding: 8px 22px;
  font-size: 0.9375rem;
}
.MuiButton-fullWidth {
  width: 100%;
}
.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}
.MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
  font-size: 22px;
}



.MuiPaper-root {
  color: rgba(51,51,51, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}
.MuiPaper-rounded {
  border-radius: 4px;
}
.MuiPaper-outlined {
  border: 1px solid rgba(51,51,51, 0.12);
}
.MuiPaper-elevation0 {
  box-shadow: none;
}
.MuiPaper-elevation1 {
  box-shadow: 0px 2px 1px -1px rgba(51,51,51,0.2),0px 1px 1px 0px rgba(51,51,51,0.14),0px 1px 3px 0px rgba(51,51,51,0.12);
}
.MuiPaper-elevation2 {
  box-shadow: 0px 3px 1px -2px rgba(51,51,51,0.2),0px 2px 2px 0px rgba(51,51,51,0.14),0px 1px 5px 0px rgba(51,51,51,0.12);
}
.MuiPaper-elevation3 {
  box-shadow: 0px 3px 3px -2px rgba(51,51,51,0.2),0px 3px 4px 0px rgba(51,51,51,0.14),0px 1px 8px 0px rgba(51,51,51,0.12);
}
.MuiPaper-elevation4 {
  box-shadow: 0px 2px 4px -1px rgba(51,51,51,0.2),0px 4px 5px 0px rgba(51,51,51,0.14),0px 1px 10px 0px rgba(51,51,51,0.12);
}
.MuiPaper-elevation5 {
  box-shadow: 0px 3px 5px -1px rgba(51,51,51,0.2),0px 5px 8px 0px rgba(51,51,51,0.14),0px 1px 14px 0px rgba(51,51,51,0.12);
}
.MuiPaper-elevation6 {
  box-shadow: 0px 3px 5px -1px rgba(51,51,51,0.2),0px 6px 10px 0px rgba(51,51,51,0.14),0px 1px 18px 0px rgba(51,51,51,0.12);
}
.MuiPaper-elevation7 {
  box-shadow: 0px 4px 5px -2px rgba(51,51,51,0.2),0px 7px 10px 1px rgba(51,51,51,0.14),0px 2px 16px 1px rgba(51,51,51,0.12);
}
.MuiPaper-elevation8 {
  box-shadow: 0px 5px 5px -3px rgba(51,51,51,0.2),0px 8px 10px 1px rgba(51,51,51,0.14),0px 3px 14px 2px rgba(51,51,51,0.12);
}
.MuiPaper-elevation9 {
  box-shadow: 0px 5px 6px -3px rgba(51,51,51,0.2),0px 9px 12px 1px rgba(51,51,51,0.14),0px 3px 16px 2px rgba(51,51,51,0.12);
}
.MuiPaper-elevation10 {
  box-shadow: 0px 6px 6px -3px rgba(51,51,51,0.2),0px 10px 14px 1px rgba(51,51,51,0.14),0px 4px 18px 3px rgba(51,51,51,0.12);
}
.MuiPaper-elevation11 {
  box-shadow: 0px 6px 7px -4px rgba(51,51,51,0.2),0px 11px 15px 1px rgba(51,51,51,0.14),0px 4px 20px 3px rgba(51,51,51,0.12);
}
.MuiPaper-elevation12 {
  box-shadow: 0px 7px 8px -4px rgba(51,51,51,0.2),0px 12px 17px 2px rgba(51,51,51,0.14),0px 5px 22px 4px rgba(51,51,51,0.12);
}
.MuiPaper-elevation13 {
  box-shadow: 0px 7px 8px -4px rgba(51,51,51,0.2),0px 13px 19px 2px rgba(51,51,51,0.14),0px 5px 24px 4px rgba(51,51,51,0.12);
}
.MuiPaper-elevation14 {
  box-shadow: 0px 7px 9px -4px rgba(51,51,51,0.2),0px 14px 21px 2px rgba(51,51,51,0.14),0px 5px 26px 4px rgba(51,51,51,0.12);
}
.MuiPaper-elevation15 {
  box-shadow: 0px 8px 9px -5px rgba(51,51,51,0.2),0px 15px 22px 2px rgba(51,51,51,0.14),0px 6px 28px 5px rgba(51,51,51,0.12);
}
.MuiPaper-elevation16 {
  box-shadow: 0px 8px 10px -5px rgba(51,51,51,0.2),0px 16px 24px 2px rgba(51,51,51,0.14),0px 6px 30px 5px rgba(51,51,51,0.12);
}
.MuiPaper-elevation17 {
  box-shadow: 0px 8px 11px -5px rgba(51,51,51,0.2),0px 17px 26px 2px rgba(51,51,51,0.14),0px 6px 32px 5px rgba(51,51,51,0.12);
}
.MuiPaper-elevation18 {
  box-shadow: 0px 9px 11px -5px rgba(51,51,51,0.2),0px 18px 28px 2px rgba(51,51,51,0.14),0px 7px 34px 6px rgba(51,51,51,0.12);
}
.MuiPaper-elevation19 {
  box-shadow: 0px 9px 12px -6px rgba(51,51,51,0.2),0px 19px 29px 2px rgba(51,51,51,0.14),0px 7px 36px 6px rgba(51,51,51,0.12);
}
.MuiPaper-elevation20 {
  box-shadow: 0px 10px 13px -6px rgba(51,51,51,0.2),0px 20px 31px 3px rgba(51,51,51,0.14),0px 8px 38px 7px rgba(51,51,51,0.12);
}
.MuiPaper-elevation21 {
  box-shadow: 0px 10px 13px -6px rgba(51,51,51,0.2),0px 21px 33px 3px rgba(51,51,51,0.14),0px 8px 40px 7px rgba(51,51,51,0.12);
}
.MuiPaper-elevation22 {
  box-shadow: 0px 10px 14px -6px rgba(51,51,51,0.2),0px 22px 35px 3px rgba(51,51,51,0.14),0px 8px 42px 7px rgba(51,51,51,0.12);
}
.MuiPaper-elevation23 {
  box-shadow: 0px 11px 14px -7px rgba(51,51,51,0.2),0px 23px 36px 3px rgba(51,51,51,0.14),0px 9px 44px 8px rgba(51,51,51,0.12);
}
.MuiPaper-elevation24 {
  box-shadow: 0px 11px 15px -7px rgba(51,51,51,0.2),0px 24px 38px 3px rgba(51,51,51,0.14),0px 9px 46px 8px rgba(51,51,51,0.12);
}



.MuiCard-root {
  overflow: hidden;
}




.MuiTypography-root {
  margin: 0;
}
.MuiTypography-body2 {
  font-size: 0.875rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
}
.MuiTypography-body1 {
  font-size: 1rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}
.MuiTypography-caption {
  font-size: 0.75rem !important;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}
.MuiTypography-button {
  font-size: 0.875rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.MuiTypography-h1 {
  font-size: 6rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 300;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}
.MuiTypography-h2 {
  font-size: 3.75rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
}
.MuiTypography-h3 {
  font-size: 3rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
}
.MuiTypography-h4 {
  font-size: 2.125rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.235;
  letter-spacing: 0.00735em;
}
.MuiTypography-h5 {
  font-size: 1.0rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.334;
  letter-spacing: 0em;
}
.MuiTypography-h6 {
  font-size: 1.25rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}
.MuiTypography-subtitle1 {
  font-size: 1rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.MuiTypography-subtitle2 {
  font-size: 0.875rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.00714em;
}
.MuiTypography-overline {
  font-size: 0.75rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 2.66;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
}
.MuiTypography-srOnly {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.MuiTypography-alignLeft {
  text-align: left;
}
.MuiTypography-alignCenter {
  text-align: center;
}
.MuiTypography-alignRight {
  text-align: right;
}
.MuiTypography-alignJustify {
  text-align: justify;
}
.MuiTypography-noWrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiTypography-gutterBottom {
  margin-bottom: 0.35em;
}
.MuiTypography-paragraph {
  margin-bottom: 16px;
}
.MuiTypography-colorInherit {
  color: inherit;
}
.MuiTypography-colorPrimary {
  color: #E4007F;
}
.MuiTypography-colorSecondary {
  color: #F27FC0;
}
.MuiTypography-colorTextPrimary {
  color: rgba(51,51,51, 0.87);
}
/* .MuiTypography-colorTextSecondary {
  color: rgba(51,51,51, 0.54);
} */
.MuiTypography-colorError {
  color: #f44336;
}
.MuiTypography-displayInline {
  display: inline;
}
.MuiTypography-displayBlock {
  display: block;
}


.MuiLink-underlineNone {
  text-decoration: none;
}
.MuiLink-underlineHover {
  text-decoration: none;
}
.MuiLink-underlineHover:hover {
  text-decoration: underline;
}
.MuiLink-underlineAlways {
  text-decoration: underline;
}
.MuiLink-button {
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiLink-button::-moz-focus-inner {
  border-style: none;
}
.MuiLink-button.Mui-focusVisible {
  outline: auto;
}




@-moz-keyframes mui-auto-fill {}
@-moz-keyframes mui-auto-fill-cancel {}
.MuiInputBase-root {
  color: rgba(51,51,51, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
}
.MuiInputBase-root.Mui-disabled {
  color: rgba(51,51,51, 0.38);
  cursor: default;
}
.MuiInputBase-multiline {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline.MuiInputBase-marginDense {
  padding-top: 3px;
}
.MuiInputBase-fullWidth {
  width: 100%;
}
.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiInputBase-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:focus {
  outline: 0;
}
.MuiInputBase-input:invalid {
  box-shadow: none;
}
.MuiInputBase-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.MuiInputBase-inputMarginDense {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}



.jss1 {
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  pointer-events: none;
}
.jss2 {
  padding: 0;
  text-align: left;
  transition: width 150ms cubic-bezier(0.51,51,51.2, 1) 0ms;
  line-height: 11px;
}
.jss3 {
  width: auto;
  height: 11px;
  display: block;
  padding: 0;
  font-size: 0.75em;
  max-width: 0.01px;
  text-align: left;
  transition: max-width 50ms cubic-bezier(0.51,51,51.2, 1) 0ms;
  visibility: hidden;
}
.jss3 > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.jss4 {
  max-width: 1000px;
  transition: max-width 100ms cubic-bezier(0.51,51,51.2, 1) 50ms;
}



.MuiChip-root {
  color: rgba(51,51,51, 0.87);
  border: none;
  cursor: default;
  height: 32px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  font-size: 0.8125rem;
  box-sizing: border-box;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  align-items: center;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  white-space: nowrap;
  border-radius: 16px;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: #e0e0e0;
}
.MuiChip-root.Mui-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.MuiChip-root .MuiChip-avatar {
  color: #616161;
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
  margin-left: 5px;
  margin-right: -6px;
}
.MuiChip-root .MuiChip-avatarColorPrimary {
  color: rgba(51,51,51, 0.87);
  background-color: rgb(14, 130, 100);
}
.MuiChip-root .MuiChip-avatarColorSecondary {
  color: rgba(51,51,51, 0.87);
  background-color: rgb(105, 158, 105);
}
.MuiChip-root .MuiChip-avatarSmall {
  width: 18px;
  height: 18px;
  font-size: 0.625rem;
  margin-left: 4px;
  margin-right: -4px;
}
.MuiChip-sizeSmall {
  height: 24px;
}
.MuiChip-colorPrimary {
  color: rgba(51,51,51, 0.87);
  background-color: #E4007F;
}
.MuiChip-colorSecondary {
  color: rgba(51,51,51, 0.87);
  background-color: #F27FC0;
}
.MuiChip-clickable {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiChip-clickable:hover, .MuiChip-clickable:focus {
  background-color: rgb(206, 206, 206);
}
.MuiChip-clickable:active {
  box-shadow: 0px 2px 1px -1px rgba(51,51,51,0.2),0px 1px 1px 0px rgba(51,51,51,0.14),0px 1px 3px 0px rgba(51,51,51,0.12);
}
.MuiChip-clickableColorPrimary:hover, .MuiChip-clickableColorPrimary:focus {
  background-color: rgb(39, 191, 151);
}
.MuiChip-clickableColorSecondary:hover, .MuiChip-clickableColorSecondary:focus {
  background-color: rgb(138, 207, 138);
}
.MuiChip-deletable:focus {
  background-color: rgb(206, 206, 206);
}
.MuiChip-deletableColorPrimary:focus {
  background-color: rgb(67, 199, 165);
}
.MuiChip-deletableColorSecondary:focus {
  background-color: rgb(120, 180, 120);
}
.MuiChip-outlined {
  border: 1px solid rgba(51,51,51, 0.23);
  background-color: transparent;
}
.MuiChip-clickable.MuiChip-outlined:hover, .MuiChip-clickable.MuiChip-outlined:focus, .MuiChip-deletable.MuiChip-outlined:focus {
  background-color: rgba(51,51,51, 0.04);
}
.MuiChip-outlined .MuiChip-avatar {
  margin-left: 4px;
}
.MuiChip-outlined .MuiChip-avatarSmall {
  margin-left: 2px;
}
.MuiChip-outlined .MuiChip-icon {
  margin-left: 4px;
}
.MuiChip-outlined .MuiChip-iconSmall {
  margin-left: 2px;
}
.MuiChip-outlined .MuiChip-deleteIcon {
  margin-right: 5px;
}
.MuiChip-outlined .MuiChip-deleteIconSmall {
  margin-right: 3px;
}
.MuiChip-outlinedPrimary {
  color: #E4007F;
  border: 1px solid #E4007F;
}
.MuiChip-clickable.MuiChip-outlinedPrimary:hover, .MuiChip-clickable.MuiChip-outlinedPrimary:focus, .MuiChip-deletable.MuiChip-outlinedPrimary:focus {
  background-color: rgba(228,0,127, 0.04);
}
.MuiChip-outlinedSecondary {
  color: #F27FC0;
  border: 1px solid #F27FC0;
}
.MuiChip-clickable.MuiChip-outlinedSecondary:hover, .MuiChip-clickable.MuiChip-outlinedSecondary:focus, .MuiChip-deletable.MuiChip-outlinedSecondary:focus {
  background-color: rgba(242,127,192, 0.04);
}
.MuiChip-icon {
  color: #616161;
  margin-left: 5px;
  margin-right: -6px;
}
.MuiChip-iconSmall {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-right: -4px;
}
.MuiChip-iconColorPrimary {
  color: inherit;
}
.MuiChip-iconColorSecondary {
  color: inherit;
}
.MuiChip-label {
  overflow: hidden;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
  text-overflow: ellipsis;
}
.MuiChip-labelSmall {
  padding-left: 8px;
  padding-right: 8px;
}
.MuiChip-deleteIcon {
  color: rgba(51,51,51, 0.26);
  width: 22px;
  cursor: pointer;
  height: 22px;
  margin: 0 5px 0 -6px;
  -webkit-tap-highlight-color: transparent;
}
.MuiChip-deleteIcon:hover {
  color: rgba(51,51,51, 0.4);
}
.MuiChip-deleteIconSmall {
  width: 16px;
  height: 16px;
  margin-left: -4px;
  margin-right: 4px;
}
.MuiChip-deleteIconColorPrimary {
  color: rgba(51,51,51, 0.7);
}
.MuiChip-deleteIconColorPrimary:hover, .MuiChip-deleteIconColorPrimary:active {
  color: rgba(51,51,51, 0.87);
}
.MuiChip-deleteIconColorSecondary {
  color: rgba(51,51,51, 0.7);
}
.MuiChip-deleteIconColorSecondary:hover, .MuiChip-deleteIconColorSecondary:active {
  color: rgba(51,51,51, 0.87);
}
.MuiChip-deleteIconOutlinedColorPrimary {
  color: rgba(228,0,127, 0.7);
}
.MuiChip-deleteIconOutlinedColorPrimary:hover, .MuiChip-deleteIconOutlinedColorPrimary:active {
  color: #E4007F;
}
.MuiChip-deleteIconOutlinedColorSecondary {
  color: rgba(242,127,192, 0.7);
}
.MuiChip-deleteIconOutlinedColorSecondary:hover, .MuiChip-deleteIconOutlinedColorSecondary:active {
  color: #F27FC0;
}



.MuiOutlinedInput-root {
  position: relative;
  border-radius: 4px;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(51,51,51, 0.87);
}
@media (hover: none) {
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(51,51,51, 0.23);
  }
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #E4007F;
  border-width: 2px;
}
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #f44336;
}
.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(51,51,51, 0.26);
}
.MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #F27FC0;
}
.MuiOutlinedInput-adornedStart {
  padding-left: 14px;
}
.MuiOutlinedInput-adornedEnd {
  padding-right: 14px;
}
.MuiOutlinedInput-multiline {
  padding: 18.5px 14px;
}
.MuiOutlinedInput-multiline.MuiOutlinedInput-marginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.MuiOutlinedInput-notchedOutline {
  border-color: rgba(51,51,51, 0.23);
}
.MuiOutlinedInput-input {
  padding: 18.5px 14px;
}
.MuiOutlinedInput-input:-webkit-autofill {
  border-radius: inherit;
}
.MuiOutlinedInput-inputMarginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.MuiOutlinedInput-inputMultiline {
  padding: 0;
}
.MuiOutlinedInput-inputAdornedStart {
  padding-left: 0;
}
.MuiOutlinedInput-inputAdornedEnd {
  padding-right: 0;
}



.MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.MuiFormControl-marginNormal {
  margin-top: 16px;
  margin-bottom: 8px;
}
.MuiFormControl-marginDense {
  margin-top: 8px;
  margin-bottom: 4px;
}
.MuiFormControl-fullWidth {
  width: 100%;
  background-color: #FFF;
}



.MuiAutocomplete-root.Mui-focused .MuiAutocomplete-clearIndicatorDirty {
  visibility: visible;
}
@media (pointer: fine) {
  .MuiAutocomplete-root:hover .MuiAutocomplete-clearIndicatorDirty {
    visibility: visible;
  }
}
.MuiAutocomplete-fullWidth {
  width: 100%;
}
.MuiAutocomplete-tag {
  margin: 3px;
  max-width: calc(100% - 6px);
}
.MuiAutocomplete-tagSizeSmall {
  margin: 2px;
  max-width: calc(100% - 4px);
}
.MuiAutocomplete-inputRoot {
  flex-wrap: wrap;
}
.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot {
  padding-right: 30px;
}
.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot {
  padding-right: 56px;
}
.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 0;
  min-width: 30px;
}
.MuiAutocomplete-inputRoot[class*="MuiInput-root"] {
  padding-bottom: 1px;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding: 9px;
  background-color: #FFF;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"][class*="MuiOutlinedInput-marginDense"] {
  padding: 6px;
}
.MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"] {
  padding-top: 19px;
  padding-left: 8px;
}
.MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"][class*="MuiFilledInput-marginDense"] {
  padding-bottom: 1px;
}
.MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"][class*="MuiFilledInput-marginDense"] .MuiAutocomplete-input {
  padding: 4.5px 4px;
}
.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"], .MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"] {
  padding-right: 39px;
}
.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"] {
  padding-right: 65px;
}
.MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"] .MuiAutocomplete-input {
  padding: 9px 4px;
}
.MuiAutocomplete-inputRoot[class*="MuiFilledInput-root"] .MuiAutocomplete-endAdornment {
  right: 9px;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"][class*="MuiOutlinedInput-marginDense"] .MuiAutocomplete-input {
  padding: 4.5px 4px;
}
.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"], .MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding-right: 39px;
}
.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding-right: 65px;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
  padding: 9.5px 4px;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
  padding-left: 6px;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-endAdornment {
  right: 9px;
}
.MuiAutocomplete-inputRoot[class*="MuiInput-root"][class*="MuiInput-marginDense"] .MuiAutocomplete-input {
  padding: 4px 4px 5px;
}
.MuiAutocomplete-inputRoot[class*="MuiInput-root"][class*="MuiInput-marginDense"] .MuiAutocomplete-input:first-child {
  padding: 3px 0 6px;
}
.MuiAutocomplete-inputRoot[class*="MuiInput-root"] .MuiAutocomplete-input {
  padding: 4px;
}
.MuiAutocomplete-inputRoot[class*="MuiInput-root"] .MuiAutocomplete-input:first-child {
  padding: 6px 0;
}
.MuiAutocomplete-input {
  opacity: 0;
  flex-grow: 1;
  text-overflow: ellipsis;
}
.MuiAutocomplete-inputFocused {
  opacity: 1;
}
.MuiAutocomplete-endAdornment {
  top: calc(50% - 14px);
  right: 0;
  position: absolute;
}
.MuiAutocomplete-clearIndicator {
  padding: 4px;
  visibility: hidden;
  margin-right: -2px;
}
.MuiAutocomplete-popupIndicator {
  padding: 2px;
  margin-right: -2px;
}
.MuiAutocomplete-popupIndicatorOpen {
  transform: rotate(180deg);
}
.MuiAutocomplete-popper {
  z-index: 1300;
}
.MuiAutocomplete-popperDisablePortal {
  position: absolute;
}
.MuiAutocomplete-paper {
  margin: 4px 0;
  overflow: hidden;
  font-size: 1rem;
  font-family:Arial,Helvetica,verdana,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  	: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}
.MuiAutocomplete-listbox {
  margin: 0;
  padding: 8px 0;
  overflow: auto;
  list-style: none;
  max-height: 40vh;
}
.MuiAutocomplete-loading {
  color: rgba(51,51,51, 0.54);
  padding: 14px 16px;
}
.MuiAutocomplete-noOptions {
  color: rgba(51,51,51, 0.54);
  padding: 14px 16px;
}
.MuiAutocomplete-option {
  cursor: pointer;
  display: flex;
  outline: 0;
  box-sizing: border-box;
  min-height: 48px;
  align-items: center;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 6px;
  justify-content: flex-start;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width:600px) {
  .MuiAutocomplete-option {
    min-height: auto;
  }
}
.MuiAutocomplete-option[aria-selected="true"] {
  background-color: rgba(51,51,51, 0.08);
}
.MuiAutocomplete-option[data-focus="true"] {
  background-color: rgba(51,51,51, 0.04);
}
.MuiAutocomplete-option:active {
  background-color: rgba(51,51,51, 0.08);
}
.MuiAutocomplete-option[aria-disabled="true"] {
  opacity: 0.38;
  pointer-events: none;
}
.MuiAutocomplete-groupLabel {
  top: -8px;
  background-color: #fff;
}
.MuiAutocomplete-groupUl {
  padding: 0;
}
.MuiAutocomplete-groupUl .MuiAutocomplete-option {
  padding-left: 24px;
}



.MuiCollapse-container {
  height: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiCollapse-entered {
  height: auto;
  overflow: visible;
}
.MuiCollapse-hidden {
  visibility: hidden;
}
.MuiCollapse-wrapper {
  display: flex;
}
.MuiCollapse-wrapperInner {
  width: 100%;
}



.MuiCardHeader-root {
  display: flex;
  padding: 16px;
  align-items: center;
}
.MuiCardHeader-avatar {
  flex: 0 0 auto;
  margin-right: 10px;
}
.MuiCardHeader-action {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: -8px;
  margin-right: -8px;
}
.MuiCardHeader-content {
  flex: 1 1 auto;
}



.MuiCardActionArea-root {
  width: 100%;
  display: block;
  text-align: inherit;
}
.MuiCardActionArea-root:hover .MuiCardActionArea-focusHighlight {
  opacity: 0.04;
}
.MuiCardActionArea-root.Mui-focusVisible .MuiCardActionArea-focusHighlight {
  opacity: 0.12;
}
.MuiCardActionArea-focusHighlight {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: inherit;
  pointer-events: none;
  background-color: currentcolor;
}

.MuiCardMedia-root {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.MuiCardMedia-media {
  width: 100%;
}
.MuiCardMedia-img {
  object-fit: cover;
}


/** 検索ボックス位置調整 **/
.faq-main-content form {
  padding-top: -20px;
}

/** TOPカテゴリフィルタアイコン追加 **/
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category {
  background-position: left 10px top 5px;
  background-repeat: no-repeat, no-repeat;
  background-size: 70px;
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(1) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_01.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(2) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_02.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(3) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_03.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(4) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_04.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(5) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_05.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(6) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_06.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(7) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_07.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(8) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_08.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category:nth-child(9) {
  background-image: url(https://www.shopch.jp/images/smartFAQ/category_icon_09.png);
}
.faq-index-layout .faq-filter-category .faq-filter-category-sub-category > span {
  padding-left: 42px;
  text-align: center;
}
.faq-index-layout .faq-filter-category-sub-category {
  border: 3px solid #ddd;
  color: #333;
  margin:7px auto;
  min-height: 80px;
  padding-left: 43px;
}
.faq-index-layout .faq-filter-category-sub-category .MuiSvgIcon-root{
	display:none;
}

@media screen and (min-width:768px) {
	.faq-index-layout .faq-filter-category-sub-category {
	  min-width: 31%;
	  max-width: 31%;
	}
}
@media screen and (max-width: 767px) {
	.faq-index-layout .faq-filter-category-sub-category {
	  min-width: 93%;
	  max-width: 93%;
	}
}

/** パンくず背景色  **/
.faq-search-navigation {
  width: 100%;
  padding-top: 7px;
  padding-right: 0;
  padding-left: 0;
  background-color: #F8F8F8;
}

/** パンくず下テキストリンク非表示 **/
div.MuiPaper-root.MuiCard-root.faq-panel.faq-filter-category.MuiPaper-elevation1 .MuiButton-textSecondary{
 display:none;
}
.MuiBox-root.jss5, .MuiBox-root jss6 {
  margin: 0px;
}
