.headerList .headerBox {
  margin-bottom: 0;
}
.headerDetail .headerBox {
  margin-bottom: 0;
}
.headerLogo {
  display: inline-block;
  font-size: 0;
}
.headerLogo img {
  height: auto;
  width: 373px;
}
.headerTtl {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 600;
  margin-left: auto;
  max-width: 21.875vw;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerBox {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 15px 30px;
}
.headerForm {
  align-items: center;
  background-color: #FCE8DD;
  border-radius: 19px;
  display: flex;
  padding: 15px;
}
.headerSearch {
  align-items: center;
  display: flex;
}
.headerSearch input {
  background: #fff url(../img/icon_search.svg) no-repeat top 5px left 10px/25px;
  border: 2px solid #EC661F;
  border-radius: 30px;
  color: #2d2d2d;
  font-size: 14px;
  height: 40px;
  padding: 7px 10px 5px 40px;
  width: 200px;
}
.headerSearch ::-moz-placeholder {
  color: #A6A2B2;
  opacity: 1;
}
.headerSearch ::placeholder {
  color: #A6A2B2;
  opacity: 1;
}
.headerSearch ::-webkit-input-placeholder {
  color: #A6A2B2;
}
.headerSearch :-moz-placeholder {
  color: #A6A2B2;
}
.headerSearch ::-moz-placeholder {
  color: #A6A2B2;
}
.headerSearch :-ms-input-placeholder {
  color: #A6A2B2;
}
.headerSearch ::-ms-input-placeholder {
  color: #A6A2B2;
}
.headerSearch button {
  background-color: #EC661F;
  border-radius: 30px;
  border-width: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 4px;
  margin-left: 10px;
  padding: 10px 20px 10px 23px;
}
.headerRadio, .headerCheckbox {
  align-items: center;
  display: inline-flex;
  margin-right: 15px;
}
.headerRadio input, .headerCheckbox input {
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
}
.headerRadio input:checked ~ label::before, .headerCheckbox input:checked ~ label::before {
  border-color: #EC661F;
}
.headerRadio input:checked ~ label::after, .headerCheckbox input:checked ~ label::after {
  opacity: 1;
}
.headerRadio label, .headerCheckbox label {
  color: #EC661B;
  font-weight: 700;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.headerRadio label::before, .headerCheckbox label::before {
  background-color: #fff;
  border: 2px solid #F7C1A3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  transition: border-color 0.25s, background-color 0.25s;
  top: 0;
  width: 20px;
}
.headerRadio label::after, .headerCheckbox label::after {
  background-color: #EC661F;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: opacity 0.25s, border-color 0.25s;
  width: 10px;
}
.common-header .headerRadio label::before, .common-header .headerCheckbox label::before {
  top: -2px;
}
.common-header .headerRadio label::after, .common-header .headerCheckbox label::after {
  top: 3px;
}
.headerCheckbox input:checked ~ label::before {
  background-color: #EC661F;
}
.headerCheckbox input:checked ~ label::after {
  border-color: #FFF;
}
.headerCheckbox label::before {
  border-radius: 3px;
  height: 20px;
  width: 20px;
}
.headerCheckbox label::after {
  opacity: 1;
  background-color: transparent;
  border: 2px solid #F7C1A3;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 10px;
  border-radius: 0;
}
.headerBtnBack {
  background-color: #FCE8DD;
  border-radius: 100vw;
  color: #EC661B;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: auto !important;
  margin: 0 15px 0 auto !important;
  padding: 10px 23px;
  position: relative !important;
  transition: opacity 0.25s;
}
.headerBtnBack:hover {
  cursor: pointer;
  opacity: 0.75;
}

#mainNav a,
#subNav a {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.4;
  position: relative;
  text-decoration: none;
}
#mainNav a::after,
#subNav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background-color: #3E3E3E;
  opacity: 0.1;
}
#mainNav a.active, #mainNav a.active::after,
#subNav a.active,
#subNav a.active::after {
  color: #EC661B;
  opacity: 1;
}
#mainNav a.active::after,
#subNav a.active::after {
  background-color: #EC661B;
}
#mainNav .navList,
#subNav .navList {
  max-width: 400px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
#mainNav .navList li,
#subNav .navList li {
  width: calc((100% - 70px) / 3);
  display: contents;
  text-align: center;
}
#mainNav .subNavList,
#subNav .subNavList {
  max-width: 320px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
#mainNav .subNavList li,
#subNav .subNavList li {
  width: calc((100% - 70px) / 3);
  display: contents;
  text-align: center;
}

.mainWords-BlackNav {
  max-width: 1240px;
  margin: 0 auto 48px;
  padding: 0 20px;
}

#listCategory {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  background-color: #FFF;
}
#listCategory .item {
  border-radius: 24px;
  background-color: #FCE8DD;
  color: #EC661B;
  min-width: 76px;
  margin: 10px;
  padding: 15px 15px 11px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#listCategory .item.clicked {
  color: #FFF;
  background-color: #EC661B;
}
#listCategory .item__last {
  color: #C8328E;
  background-color: #FFEFF9;
}
#listCategory .item__last.clicked {
  background-color: #C8328E;
}

@media only screen and (max-width: 1350px) {
  .headerLogo img {
    width: 300px;
  }
  .headerTtl {
    max-width: 18.75vw;
  }
}
@media only screen and (max-width: 1280px) {
  .headerDetail .headerLogo {
    width: 20vw;
  }
}
@media only screen and (max-width: 1200px) {
  .headerDetail .headerLogo {
    display: none;
  }
  .headerTtl {
    margin-left: 0;
    max-width: 33.3333333333vw;
  }
  .headerBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .headerBox {
    border-bottom: 2px solid #ED651F;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .headerTtl {
    margin-left: 0;
    max-width: 52.0833333333vw;
  }
  .headerBtnBack {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .headerForm {
    background-color: #fff;
    border-top: 5px solid #f6f6f6;
    border-radius: 0;
    justify-content: center;
    margin-left: 0;
    margin: 15px -20px 0;
    order: 1;
    padding: 8px 20px;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 768px) {
  #mainNav a,
  #subNav a {
    font-size: 15px;
  }
  #mainNav .navList,
  #subNav .navList {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #mainNav .navList li,
  #subNav .navList li {
    width: calc((100% - 20px) / 3);
    display: flex;
  }
  #mainNav .navList li a,
  #subNav .navList li a {
    display: block;
    width: 100%;
  }
  #mainNav .subNavList,
  #subNav .subNavList {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  #mainNav .subNavList li,
  #subNav .subNavList li {
    width: calc((100% - 20px) / 3);
    display: flex;
  }
  #mainNav .subNavList li a,
  #subNav .subNavList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .mainWords-BlackNav {
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
  #listCategory {
    justify-content: flex-start;
    border-radius: 8px;
  }
  #listCategory .item {
    margin: 4px;
    padding: 10px 15px 7px;
    font-size: 15px;
  }
  .headerBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headerTtl {
    margin-left: 0;
    max-width: 69.4444444444vw;
  }
  .headerLogo {
    margin-top: 0;
  }
  .headerLogo img {
    width: 223px;
  }
  .headerForm {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .headerSearch {
    position: relative;
  }
  .headerSearch input {
    background-color: #f6f6f6;
    background-image: none;
    border-width: 0;
    border-radius: 10px;
    font-size: 16px;
    height: 44px;
    padding: 8px 45px 5px 15px;
    width: 190px;
  }
  .headerSearch button {
    background: #fff url(../img/icon_search.svg) no-repeat center center/18px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 30px;
  }
  .headerRadio, .headerCheckbox {
    margin-right: 11px;
  }
  .headerRadio label, .headerCheckbox label {
    font-size: 14px;
  }
  .headerRadio label::before, .headerCheckbox label::before {
    border-width: 1px;
    height: 18px;
    width: 18px;
  }
  .headerRadio label::after, .headerCheckbox label::after {
    left: 4px;
    top: 4px;
  }
  .headerCheckbox label::after {
    top: 5px;
  }
  .headerBtnBack {
    font-size: 14px;
    padding: 7px 25px;
  }
  .headerFilterGroup {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .headerSearch {
    margin-left: auto;
  }
  .headerTtl {
    max-width: 53.8194444444vw;
  }
}
.pcDisplay {
  display: block;
}

.spDisplay {
  display: none;
}

.pt0 {
  padding-top: 0 !important;
}

.detailList01 {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto 65px !important;
  padding: 45px 40px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  background-color: #FFF;
}
.detailList01 .articleListCell {
  align-items: center;
  background-color: #f8f8f8;
  border-bottom-width: 0;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 0 10px !important;
  padding: 20px 30px;
}
.detailList01 .articleImage {
  max-height: 50% !important;
  width: 120px;
  margin-right: 30px;
  padding: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.detailList01 .rightPart {
  position: relative;
  margin: 0;
  padding: 0 !important;
  width: calc(100% - 150px);
  max-width: 100%;
  height: auto !important;
}
.detailList01 .articleTitle {
  position: relative;
  padding: 0;
  height: auto !important;
  width: 100%;
  color: #2D2D2D;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.detailList01 .articleInfo {
  margin: 15px 0 0;
  padding: 0 !important;
  text-align: left !important;
  height: auto !important;
  font-size: 14px;
  color: #2D2D2D;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .pcDisplay {
    display: none;
  }
  .spDisplay {
    display: block;
  }
  .detailList01 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px !important;
    padding: 10px 10px !important;
    border-radius: 8px;
  }
  .detailList01 .articleListCell {
    margin: 0 0 10px !important;
    padding: 15px;
    border-radius: 8px;
  }
  .detailList01 .articleImage {
    width: 90px;
    margin-right: 15px;
  }
  .detailList01 .rightPart {
    width: calc(100% - 105px);
  }
  .detailList01 .articleTitle {
    font-size: 15px;
  }
  .detailList01 .articleInfo {
    margin: 30px 0 0;
    font-size: 13px;
  }
}
.footer {
  padding: 100px 0 80px;
}
.footerInner {
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.footer .fNav {
  display: flex;
  align-items: center;
}
.footer .fNav li {
  margin-right: 40px;
}
.footer .fNav li a {
  color: #2D2D2D;
  text-decoration: none;
}
.footer .fNav li a:hover {
  text-decoration: underline;
}
.footer .fNav .logo {
  width: auto;
  height: 50px;
  cursor: pointer;
}
.footer .copyright {
  color: #2D2D2D;
  text-align: right;
}
.footer .copyright .txt01 {
  padding-bottom: 14px;
}
@media only screen and (max-width: 992px) {
  .footerInner {
    flex-direction: column;
  }
  .footer .fNav {
    margin-bottom: 20px;
  }
  .footer .copyright {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 45px 0 50px;
  }
  .footerInner {
    flex-direction: column;
    padding: 0 15px;
  }
  .footer .fNav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .footer .fNav li {
    margin: 0 0 30px;
    font-size: 13px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .copyright .txt01 {
    padding-bottom: 30px;
  }
}

.loadMoreBtn {
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
}

.detailListContainer {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .loadMoreBtn {
    border-radius: 8px;
  }
  .detailListContainer {
    max-width: 100%;
    padding: 0 10px;
  }
}
#termsBg {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#termsDiv {
  position: absolute;
  max-width: 800px;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  max-height: 610px;
  padding: 40px 80px;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  border: 1px solid #FCE8DD;
  background-color: #FFF;
  text-align: center;
}
#termsDiv .termsTtl {
  margin-bottom: 20px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.termsBtn {
  width: 180px;
  height: 45px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #FCE8DD;
  padding: 0 15px;
  border: none;
  margin: 30px auto 0;
  color: #EC661B;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
  -webkit-appearance: none;
}

.termsBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#termsIF {
  position: relative;
  top: 0;
  height: 97%;
  margin: 0;
}

.termsHR {
  position: relative;
  width: 100%;
  background-color: #ccc;
  margin: 5px 0;
}

@media only screen and (max-width: 1200px) {
  #termsDiv {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #termsDiv {
    width: auto;
    height: 80%;
    max-height: 500px;
    padding: 30px 10px;
    border-radius: 8px;
  }
  #termsDiv .termsTtl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .termsBtn {
    height: 44px;
    line-height: 47px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .top2Ttl {
    font-size: 14px !important;
  }
}
.genreBlock {
  max-width: 1240px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.genreBlock .inner {
  margin-bottom: 45px;
  padding: 26px 50px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  background-color: #FFF;
  box-sizing: border-box;
}
.genreBlock .inner .listGenre {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.genreBlock .inner .listGenre .genreTtl {
  margin-bottom: 10px;
  color: #3264C8;
  font-size: 16px;
  font-weight: bold;
}
.genreBlock .inner .listGenre .genreItemList {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: -10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}
.genreBlock .inner .listGenre .genreItemList li {
  width: calc((100% - 20px) / 3);
  padding-bottom: 10px;
}
.genreBlock .inner .listGenre .genreItemList li a {
  color: #3264C8;
}
.genreBlock .inner .listGenreItem01 {
  position: relative;
  max-width: 395px;
  width: 36.5%;
  padding-right: 10px;
}
.genreBlock .inner .listGenreItem01:after {
  position: absolute;
  content: "";
  right: 0;
  top: 32px;
  width: 1px;
  height: calc(100% - 32px);
  background-color: #AABDE4;
}
.genreBlock .inner .listGenreItem02 {
  position: relative;
  max-width: 464px;
  width: 42.5%;
  padding: 0 10px 0 40px;
}
.genreBlock .inner .listGenreItem02:after {
  position: absolute;
  content: "";
  right: 0;
  top: 32px;
  width: 1px;
  height: calc(100% - 32px);
  background-color: #AABDE4;
}
.genreBlock .inner .listGenreItem03 {
  max-width: 240px;
  width: 21%;
  padding: 0 10px 0 40px;
}
.genreBlock .inner .listGenreItem03 .genreItemList li {
  width: calc((100% - 10px) / 2);
}
.genreBlock .magazineTxt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.genreBlock .magazineTxt a {
  color: #3264C8;
  text-decoration: none;
}
.genreBlock .magazineTtl {
  color: #3264C8;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.genreBlock .colorActive,
.genreBlock .colorActive01 {
  color: #EB1474 !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 992.1px) {
  .genreBlock .magazineTxt a:hover {
    color: #3264C8;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1200px) {
  .genreBlock .inner {
    padding: 20px 30px;
  }
  .genreBlock .inner .listGenreItem01 {
    padding-right: 20px;
  }
  .genreBlock .inner .listGenreItem02 {
    padding: 0 20px;
  }
  .genreBlock .inner .listGenreItem03 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 992px) {
  .genreBlock .inner {
    padding: 20px 30px;
  }
  .genreBlock .inner .listGenre .genreTtl {
    font-size: 15px;
  }
  .genreBlock .inner .listGenre .genreItemList {
    font-size: 13px;
    font-weight: bold;
  }
  .genreBlock .inner .listGenre .genreItemList li {
    width: calc((100% - 10px) / 2);
  }
  .genreBlock .inner .listGenreItem01 {
    padding-right: 15px;
  }
  .genreBlock .inner .listGenreItem02 {
    padding: 0 15px;
  }
  .genreBlock .inner .listGenreItem03 {
    padding: 0 15px;
  }
  .genreBlock .magazineTxt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .genreBlock {
    padding: 0 10px;
  }
  .genreBlock .inner {
    margin-bottom: 40px;
    padding: 20px 0;
    border-radius: 8px;
  }
  .genreBlock .inner .listGenre {
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    position: relative;
  }
  .genreBlock .inner .listGenre .genreTtl {
    position: relative;
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
  }
  .genreBlock .inner .listGenre .genreTtl::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #3264c8 transparent transparent transparent;
    transform: translateY(-52%);
  }
  .genreBlock .inner .listGenre .genreItemList {
    left: 10px;
    right: 10px;
    position: absolute;
    top: 30px;
    padding: 20px 20px 10px;
    border-radius: 8px;
    background-color: #3264C8;
    font-size: 13px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.15s cubic-bezier(0, 1, 0, 1), opacity 0.15s, visibility 0.15s;
  }
  .genreBlock .inner .listGenre .genreItemList li {
    width: calc((100% - 10px) / 2);
  }
  .genreBlock .inner .listGenre .genreItemList li a {
    color: #FFF;
    text-decoration: none;
  }
  .genreBlock .inner .listGenreItem {
    position: initial;
  }
  .genreBlock .inner .listGenreItem01 {
    max-width: inherit;
    width: calc(28% - 10px);
    padding-right: 0;
  }
  .genreBlock .inner .listGenreItem01:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
  }
  .genreBlock .inner .listGenreItem02 {
    max-width: inherit;
    width: calc(44% - 10px);
    padding: 0;
  }
  .genreBlock .inner .listGenreItem02:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
  }
  .genreBlock .inner .listGenreItem03 {
    max-width: inherit;
    width: calc(28% - 10px);
    padding: 0;
  }
  .genreBlock .inner .listGenre .active {
    position: relative;
    color: #EB1474;
  }
  .genreBlock .inner .listGenre .active::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #eb1475 transparent;
    transform: translateY(-52%);
  }
  .genreBlock .inner .listGenre .active + .genreItemList {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
  .genreBlock .magazineTxt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
    font-size: 13px;
  }
  .genreBlock .magazineTtl {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .genreBlock .colorActive {
    color: #FFF !important;
    opacity: 0.4;
  }
  .genreBlock .colorActive01,
  .genreBlock .colorActive#jsTagItemAll {
    color: #EB1474 !important;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .genreBlock .inner .listGenre {
    padding: 0 15px;
  }
  .genreBlock .inner .listGenre .genreTtl {
    padding-right: 15px;
    font-size: 13px;
  }
  .genreBlock .inner .listGenre .genreItemList {
    padding: 15px 15px 5px;
  }
  .genreBlock .inner .listGenreItem01 {
    width: calc(28% - 5px);
  }
  .genreBlock .inner .listGenreItem02 {
    width: calc(44% - 5px);
  }
  .genreBlock .inner .listGenreItem03 {
    width: calc(28% - 5px);
  }
}
.result {
  margin: 0 auto 34px;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.resultBox {
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 27px 10px 23px;
  text-align: center;
}
.resultTtl {
  color: #2d2d2d;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .result {
    margin: -30px -20px 34px;
  }
  .resultBox {
    border-radius: 0;
    padding: 20px 10px 18px;
  }
  .resultTtl {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */