/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.inputFormWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inputFormWrap input[type="text"] {
  background-color: #eaeaea;
  font-size: 14px;
  width: 265px;
  height: 50px;
  padding: 14px;
  font-weight: 600;
}
.inputFormWrap button[type="submit"] {
  min-width: 200px;
  height: 50px;
  background: #333333;
  opacity: 1;
  color: #ffffff;
  line-height: 50px;
}
.inputFormWrap button[type="submit"] img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .inputFormWrap button[type="submit"] {
    width: 64vw;
    background-color: #E23E2A;
    box-shadow: 0px 3px 6px #000000;
    -webkit-box-shadow: 0px 3px 6px #000000;
    border-radius: 5px;
  }
}
.inputFormWrap input[name="s"].hidden-search-field {
  display: none;
}
.inputFormWrap .ico {
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 0 0;
}
.inputFormWrap .selectBox {
  display: block;
  padding: 0 30px;
  min-width: 250px;
}
.inputFormWrap .selectBoxWrap {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.inputFormWrap .selectBoxWrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.inputFormWrap .selectBoxWrap + .selectBoxWrap {
  margin-left: 20px;
}
.design-search-field {
  border: 1px solid #ea8b93;
  border-radius: 10px;
  height: 100%;
  width: 96%;
  padding: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inputFormWrap {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .inputFormWrap input[type="text"] {
    width: 265px;
  }
  .inputFormWrap input[type="search"] {
    display: none;
  }
  .inputFormWrap button[type="submit"] {
    font-size: 16px;
  }
  .inputFormWrap .selectBoxWrap {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.voiceCnt {
    background-color: #F9F9F9;
    padding: 54px 0;
  }
}
.voiceSlider {
  height: auto;
  margin: auto;
}
.voiceSlider .slick-slide {
  opacity: 0.5;
}
.voiceSlider .slick-current {
  opacity: 1;
}
.voiceSlider .slider-arrow.prev {
  left: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.prev {
    left: 1.5%;
  }
}
.voiceSlider .slider-arrow.next {
  right: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.next {
    right: 1.5%;
  }
}
.voiceBox {
  width: 600px;
  margin: 0 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  -webkit-box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voiceBox {
    width: 250px;
    display: block!important;
    padding: 25px 25px 16.5px;
    min-height: 350px;
    box-shadow: 0px 3px 0 0 #9a7f81;
    -webkit-box-shadow: 0px 3px 0 0 #9a7f81;
    margin-bottom: 3px;
    margin: 0 15px 5px;
  }
  .voiceBox .imgCell .imgWrap {
    height: 200px;
    width: 200px;
  }
  .voiceBox .imgCell .storeName {
    margin-bottom: 10px;
  }
  .voiceBox .name {
    font-size: 15px;
    padding: 5px 8px;
  }
  .voiceBox .txtCell {
    line-height: 1.79;
  }
}
.voiceBox:hover {
  text-decoration: none;
}
.voiceBox .imgCell {
  text-align: center;
  flex-basis: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-flow: column;
}
.voiceBox .imgCell .imgWrap {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.voiceBox .imgCell .imgBg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.voiceBox .imgCell .storeName {
  margin-top: 10px;
  font-size: 14px;
}
.voiceBox .name {
  font-size: 18px;
  line-height: 1.3;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 11px;
  text-align: left;
}
.voiceBox .txtCell {
  flex-basis: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.voiceBox .voiceWrap {
  margin-top: 20px;
  text-align: left;
}
.newVoiceBox {
  width: 600px;
  margin: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  -webkit-box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .newVoiceBox {
    display: block !important;
    width: 75.46666667vw;
    min-height: 350px;
    margin: 0 15px 3px;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    background-color: unset;
  }
}
.newVoiceBox:hover {
  text-decoration: none;
}
.newVoiceBox .imgCell {
  text-align: center;
  flex-basis: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-flow: column;
}
.newVoiceBox .imgCell .imgWrap {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .imgCell .imgWrap {
    width: 75.46666667vw;
    height: 56.53333333vw;
    border-radius: 5px;
  }
}
.newVoiceBox .imgCell .imgBg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.newVoiceBox .imgCell .storeName {
  margin-top: 10px;
  font-size: 14px;
}
.newVoiceBox .name {
  font-size: 18px;
  line-height: 1.3;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 11px;
  text-align: left;
}
.newVoiceBox .txtCell {
  flex-basis: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell {
    font-size: 13px;
    margin: 24px 0;
    padding: 24px 16px;
    background-color: #FFFFFF;
    line-height: 1.5;
  }
}
.newVoiceBox .txtCell .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row {
    margin: 0 0 4px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row-label {
    color: #9A7F81;
    display: inline-block;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row-content {
    color: black;
    display: inline-block;
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.storeName {
    color: #9A7F81;
    text-align: left;
    font-weight: bold;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.name {
    font-size: unset;
    padding: 5px 8px;
    border: unset;
    margin: unset;
    padding: unset;
    order: 6;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.rating {
    order: 2;
    margin: unset;
    padding: unset;
  }
}
.newVoiceBox .txtCell .row.voiceWrap {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.voiceWrap {
    order: 3;
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.date {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu {
    order: 4;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu .menu-label {
    color: white;
    background-color: #9A7F81;
    font-weight: bold;
    display: block;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu .menu-content {
    padding: 8px 4px;
  }
}
.voiceGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voiceGrid .voiceBox {
  width: 48%;
  margin: 1%;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .voiceGrid .voiceBox .imgCell .imgWrap {
    height: 120px;
    width: 120px;
    padding: 11px;
  }
}
.pegnationArchiveNumber .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pegnationArchiveNumber .page-item .page-link {
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  text-align: center;
  border: 2px solid transparent;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.pegnationArchiveNumber .page-item .page-link.last,
.pegnationArchiveNumber .page-item .page-link.first {
  width: 120px;
}
.pegnationArchiveNumber .page-item.disabled .page-link {
  border-radius: 50%;
  padding: 0;
  border-color: #333333;
}
.pegnationArchiveList {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
}
.pegnationArchiveListWrap {
  padding-top: 98px;
}
.pegnationArchiveList .prevLink,
.pegnationArchiveList .nextLink {
  font-size: 20px;
  position: absolute;
  top: 0;
  background: #ffffff;
}
.pegnationArchiveList .prevLink a,
.pegnationArchiveList .nextLink a {
  display: block;
}
.pegnationArchiveList .prevLink {
  left: 0;
}
.pegnationArchiveList .nextLink {
  right: 0;
}
.pegnationArchiveList .centerLink {
  background: #ffffff;
  margin: auto;
}
.pegnationArchiveList .centerLink a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink,
  .pegnationArchiveList .centerLink {
    height: 100%;
    display: block;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    width: 60px;
    height: 60px;
  }
  .pegnationArchiveList .centerLink {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .pegnationArchiveListWrap {
    padding: 30px 0 0;
  }
  .pegnationArchiveListWrap.singleTop {
    padding: 0 0 10px;
  }
  .pegnationArchiveList {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: -0.6px;
    background: #ffffff;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    font-size: 20px;
    position: absolute;
    top: 0;
  }
  .pegnationArchiveList .prevLink a,
  .pegnationArchiveList .nextLink a {
    display: block;
    padding: 0 15px;
  }
  .pegnationArchiveList .prevLink a {
    padding-right: 50px;
  }
  .pegnationArchiveList .nextLink a {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cntTtl {
    padding: 0;
  }
  .articleBlock.innerBlock {
    padding: 0;
  }
}
.editorCts {
  /* 配置位置 右 */
  /* 配置位置 左 */
}
.editorCts .wp-caption-text {
  text-align: center;
}
.editorCts .wp-caption {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.editorCts .alignright {
  display: block;
  margin: 0 0 0 auto;
}
.editorCts .alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.editorCts .aligncenter {
  display: block;
  margin: 0 auto;
}
.editorCts p,
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6,
.editorCts ul,
.editorCts ol {
  letter-spacing: 1.6px;
  padding: 0;
  margin: 0 0 1em;
}
.editorCts p:first-child,
.editorCts h1:first-child,
.editorCts h2:first-child,
.editorCts h3:first-child,
.editorCts h4:first-child,
.editorCts h5:first-child,
.editorCts h6:first-child,
.editorCts ul:first-child,
.editorCts ol:first-child {
  margin-top: 10px;
}
.editorCts p .wp-caption + .wp-caption,
.editorCts h1 .wp-caption + .wp-caption,
.editorCts h2 .wp-caption + .wp-caption,
.editorCts h3 .wp-caption + .wp-caption,
.editorCts h4 .wp-caption + .wp-caption,
.editorCts h5 .wp-caption + .wp-caption,
.editorCts h6 .wp-caption + .wp-caption,
.editorCts ul .wp-caption + .wp-caption,
.editorCts ol .wp-caption + .wp-caption {
  margin-top: 30px;
}
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6,
.editorCts strong,
.editorCts em {
  font-weight: bold;
}
.editorCts ul,
.editorCts ol {
  margin-left: 1.5em;
}
.editorCts ul {
  list-style: disc;
}
.editorCts ol {
  list-style-type: decimal;
}
.editorCts em {
  font-style: italic;
}
.editorCts a {
  color: #035e92;
  text-decoration: underline;
}
.editorCts h1 {
  font-size: 24px;
}
.editorCts h2 {
  font-size: 22px;
}
.editorCts h3 {
  font-size: 20px;
}
.editorCts h4 {
  font-size: 19px;
}
.editorCts h5 {
  font-size: 18px;
}
.editorCts h6 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .editorCts p,
  .editorCts h1,
  .editorCts h2,
  .editorCts h3,
  .editorCts h4,
  .editorCts h5,
  .editorCts h6,
  .editorCts ul,
  .editorCts ol {
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .editorCts h1 {
    font-size: 20px;
  }
  .editorCts h2 {
    font-size: 19px;
  }
  .editorCts h3 {
    font-size: 18px;
  }
  .editorCts h4 {
    font-size: 17px;
  }
  .editorCts h5 {
    font-size: 16px;
  }
  .editorCts h6 {
    font-size: 15px;
  }
}
.NewsCatList {
  margin: 30px 0 60px;
  overflow-x: scroll;
}
.NewsCatList .NewsCatListRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.NewsCatList a {
  min-width: 142px;
  border-bottom: 2px solid #909090;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0;
}
.NewsCatList a + a {
  margin-left: 10px;
  color: #909090;
}
.NewsCatList a.selected {
  border-bottom: 2px solid #ea8b93;
  color: #ea8b93;
}
@media screen and (max-width: 767px) {
  .NewsCatList {
    margin: 0 -4%;
    background: #fff;
    padding: 5px 0;
  }
  .NewsCatList .NewsCatListRow {
    justify-content: left;
  }
  .NewsCatList a {
    min-width: 110px;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 10px 5px;
  }
}
.newsPostBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsPostBoxWrap::after {
  content: "";
  display: block;
  width: 340px;
}
.newsPostBox {
  width: 340px;
  margin-bottom: 96px;
  position: relative;
}
.newsPostBox .imgWrap {
  width: 340px;
  height: 200px;
}
.newsPostBox .imgWrap .imgBg {
  width: 100%;
  height: 100%;
}
.newsPostBox .term-name {
  position: absolute;
  top: 18px;
  left: -3px;
  text-align: center;
  padding: 3px 11px;
  line-height: 1;
  letter-spacing: 0.7px;
  font-size: 14px;
  background: #ffffff;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  font-weight: 600;
}
.newsPostBox .ttl {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.45px;
  font-size: 18px;
  margin: 18px 0;
  color: #594a4b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsPostBox .excerpt,
.newsPostBox .date {
  line-height: 1.75;
  letter-spacing: 0.4px;
  font-size: 16px;
}
.newsPostBox .excerpt {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .newsPostBoxWrap {
    display: block;
    padding-top: 29px;
  }
  .newsPostBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 10px;
  }
  .newsPostBox:after {
    content: '';
    background: url("../img/common/post_arrow.svg") center center no-repeat;
    width: 15px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-size: 100%;
  }
  .newsPostBox .imgWrap {
    width: 120px;
    height: 105px;
    margin-right: 15px;
  }
  .newsPostBox .detailWrap {
    width: calc(100% - 160px);
  }
  .newsPostBox .term-name {
    position: unset;
    padding: 3px 11px;
    font-size: 12px;
  }
  .newsPostBox .ttl {
    font-size: 15px;
    margin: 15px 0 10px;
  }
  .newsPostBox .date {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
/*
**  記事ページ
**/
.newsCtsTitle {
  padding: 0 0 30px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #594a4b;
}
.newsCtsDetail {
  margin: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.newsCtsDetail .cat {
  font-size: 16px;
  line-height: 1;
  color: #9a7f81;
  text-align: center;
  border: 1px solid #9a7f81;
  display: inline-block;
  padding: 7px 20px;
  background: #ffffff;
}
.newsCtsDetail .cat + .cat {
  margin-left: 20px;
}
.newsCtsDetail .date {
  color: #a89f99;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .singleCts {
    padding: 0 15px;
  }
  .newsCtsTitle {
    line-height: 1.53;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px;
  }
  .newsCtsDetail {
    margin: 0;
  }
  .newsCtsDetail .date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #909090;
    margin: 10px 0;
  }
  .newsCtsDetail .cat {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
  }
  .newsCtsDetail .cat + .cat {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .full-width .editorCts .wp-block-image img {
    width: 100%;
  }
  .full-width .editorCts .wp-block-image figure {
    width: 100%;
  }
}
.icoTtl {
  color: #ffffff;
  background: #9a7f81;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 20px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .icoTtl {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 25px;
  }
}
.icoTtl:before {
  content: '';
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
}
.icoTtl.guide:before {
  background: url("../img/common/guide_ico.png") center center no-repeat;
  width: 86px;
  height: 69px;
  top: -50px;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .icoTtl.guide:before {
    width: 64px;
    height: 51.5px;
    top: -30px;
  }
}
.qBox:before {
  background: url("../img/qa/q_txt.png") center center no-repeat;
}
.aBox.boxSectionTxt {
  margin-top: 50px;
}
.aBox.boxSectionTxt:before {
  background: url("../img/qa/a_txt.png") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .aBox.boxSectionTxt {
    margin-top: 25px;
  }
}
.qBox:before,
.aBox:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  width: 117px;
  height: 47px;
  top: -17px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .qBox:before,
  .aBox:before {
    width: 94px;
    height: 52px;
    top: -25px;
  }
}
.boxSection {
  margin-top: 86px;
}
.boxSectionTxt {
  margin-top: 0;
  background: #ffffff;
  padding: 20px 50px;
  line-height: 1.88;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxSection {
    margin-top: 45px;
  }
  .boxSectionTxt {
    background: #ffffff;
    padding: 20px 25px;
    line-height: 1.8;
    letter-spacing: 1.3px;
    font-size: 13px;
  }
}
.no-boxSection {
  margin-top: 86px;
}
.no-boxSection .boxSectionTxt {
  background: none !important;
}
.no-boxSection .icoTtl {
  display: none;
}
@media screen and (max-width: 767px) {
  .no-boxSection {
    margin-top: 45px;
  }
  .no-boxSection .boxSectionTxt {
    background: none !important;
  }
  .no-boxSection .icoTtl {
    display: none;
  }
}
.sroreFormBox form + form {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sroreFormBox form + form {
    margin: 20px 0 0 0;
  }
}
.newsPostBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .newsPostBox {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=map/qa-guide.css.map */