@charset "UTF-8";
/* メディアクエリ
-------------------------- */
/* parts
-------------------------- */
.cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.text-center {
  text-align: center;
}

.mt3em {
  margin-top: 3em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb3em {
  margin-bottom: 3em;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.rel {
  position: relative;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.z-index2 {
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp-w100 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
  .pc-flex-between {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pc-align-center {
    align-items: center;
  }
  .pc-cols {
    width: 48%;
  }
}

/* parts
-------------------------- */
body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.writer-header:before,
.price-header:before,
.case-header:before,
.column-header:before,
.flow-header:before,
.form-header:before,
.company-header:before,
.law-header:before {
  content: "";
  width: 100%;
  height: 0.5em;
  display: block;
  background: repeating-linear-gradient(145deg, #DB5D7E, #DB5D7E 10px, #e58aa2 10px, #e58aa2 20px);
}

.writer-header__title,
.price-header__title,
.case-header__title,
.column-header__title,
.flow-header__title,
.form-header__title,
.company-header__title,
.law-header__title {
  padding: 1rem 0 1rem;
  font-size: 1.85rem;
}

@media only screen and (max-width: 767px) {
  .writer-header__title,
  .price-header__title,
  .case-header__title,
  .column-header__title,
  .flow-header__title,
  .form-header__title,
  .company-header__title,
  .law-header__title {
    font-size: 1.45rem;
  }
}

.writer-header__title:before,
.price-header__title:before,
.case-header__title:before,
.column-header__title:before,
.flow-header__title:before,
.form-header__title:before,
.company-header__title:before,
.law-header__title:before {
  width: 4rem;
  height: 4rem;
  top: -2rem;
}

@media only screen and (min-width: 768px), print {
  .writer-header__title:before,
  .price-header__title:before,
  .case-header__title:before,
  .column-header__title:before,
  .flow-header__title:before,
  .form-header__title:before,
  .company-header__title:before,
  .law-header__title:before {
    transform: scale(1.5);
    transform-origin: 6rem;
    top: -2.5rem !important;
  }
}

.writer-header__image,
.price-header__image,
.case-header__image,
.column-header__image,
.flow-header__image,
.form-header__image,
.company-header__image,
.law-header__image {
  height: 300px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .writer-header__image,
  .price-header__image,
  .case-header__image,
  .column-header__image,
  .flow-header__image,
  .form-header__image,
  .company-header__image,
  .law-header__image {
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .writer-header__description,
  .price-header__description,
  .case-header__description,
  .column-header__description,
  .flow-header__description,
  .form-header__description,
  .company-header__description,
  .law-header__description {
    font-size: 0.9em;
  }
}

.flow-header__description,
.form-header__description {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .flow-header__description,
  .form-header__description {
    line-height: 1.4;
    font-size: 0.9em;
    margin-top: -1em;
  }
}

.form-header__tel {
  font-weight: 500;
  padding-left: 1em;
  font-size: 1.75em;
  line-height: 1;
  margin-top: 0.25em;
}

.price-header__text {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .price-header__text {
    line-height: 1.4;
    font-size: 0.9em;
    margin-top: -1em;
  }
}

.column-header__image {
  object-position: 50% 100%;
}

.column-header__item {
  font-weight: normal;
  padding: 0.125em 1em;
  font-size: 0.75em;
  margin-top: 1em;
  margin-right: 0.5em;
}

.column-header__category {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .column-header__category {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .column-header__mainv {
    margin-bottom: 0;
  }
}

.column-header__post-title {
  margin-bottom: 0;
  line-height: 1.4;
}

@media only screen and (min-width: 768px), print {
  .column-header__post-title {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .column-header__post-title {
    font-size: 1.05em;
  }
}

.column-header__date {
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 768px), print {
  .column-header__date {
    padding-left: 0;
  }
}

.case-header__image {
  object-position: 50% 30%;
}

@media only screen and (min-width: 768px), print {
  .case-header__summary {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 1em;
  }
}

.writer-header__furigana {
  font-size: 0.6em;
  line-height: 1;
}

.writer-list__box--left img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (min-width: 768px), print {
  .writer-list__box--left img {
    height: 200px;
    width: 200px;
  }
}

.writer-list__specialty--title {
  background: #cdebf9;
  padding: 0.125rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.writer-list__specialty--item {
  font-size: 1rem;
}

.writer-list__name {
  font-size: 1.125rem;
}

.writer-list__name:before, .writer-list__name:after {
  font-family: "Calligraffitti", cursive;
  font-weight: normal;
}

@media only screen and (min-width: 768px), print {
  .writer-list__name {
    align-self: self-start;
    margin-bottom: 0.5em;
  }
}

.writer-list__link {
  font-weight: normal;
  font-size: 0.85em;
  padding: 0.75em;
}

.writer-list__item {
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px 0px rgba(153, 153, 153, 0.35);
  filter: none;
}

.writer-list__appeal {
  margin-bottom: 0.5em;
}

.case-list__item {
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px 0px rgba(153, 153, 153, 0.35);
  filter: none;
}

.case-list__type {
  background: #ddd;
  font-size: 0.75em;
  line-height: 1.4;
  padding: 0.125em 1em;
}

@media only screen and (min-width: 768px), print {
  .case-list__type {
    font-size: 0.9em;
    padding: 0.25em 1em;
  }
}

.case-list__summary {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .case-list__company {
    font-size: 0.85em;
  }
}

.case-list__link {
  font-weight: normal;
  font-size: 0.85em;
  padding: 0.75em;
}

.case-list__image {
  height: 100px;
  width: 100%;
  border: 1px solid #ddd;
}

@media only screen and (min-width: 768px), print {
  .case-list__image {
    height: 140px;
  }
}

.column-list__item {
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px 0px rgba(153, 153, 153, 0.35);
  filter: none;
  padding: 0.5rem;
  position: relative;
}

.column-list__box--left img {
  height: 160px;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .column-list__box--left img {
    height: 180px;
  }
}

.column-list__cat {
  font-weight: normal;
  padding: 0.125em 1em;
  font-size: 0.75em;
  margin-top: 1em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .column-list__cat {
    position: absolute;
    top: 0;
    left: 1em;
  }
}

.column-list__title {
  font-size: 1.125em;
}

.column-list__link {
  font-weight: normal;
  font-size: 0.85em;
  padding: 0.75em;
}

.side-ranking {
  padding: 1em 0.5rem;
}

@media only screen and (min-width: 768px), print {
  .side-ranking {
    padding-top: 0;
    background: none;
  }
  .side-ranking__link {
    display: block;
  }
}

.side-ranking__item {
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px 0px rgba(153, 153, 153, 0.35);
  filter: none;
  margin-bottom: 0.5em;
}

.side-ranking__image {
  height: calc(30vw - 1em);
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .side-ranking__image {
    height: 150px;
  }
}

.side-ranking__post-title {
  font-size: 1em;
  line-height: 1.4;
}

.side-ranking__description {
  font-size: 0.95em;
  line-height: 1.4;
}

.side-ranking__cat {
  font-weight: normal;
  padding: 0.125em 1em;
  font-size: 0.75em;
  margin-top: 0;
  margin-right: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .side-ranking__box--right {
    font-size: 0.9em;
  }
}

.side-category__link {
  font-weight: normal;
}

@media only screen and (min-width: 768px), print {
  .column-post {
    margin-bottom: 5rem;
  }
  .column-post > p {
    padding-left: 0;
  }
}

.column-post__thumb {
  padding-left: 0;
}

.column-post h2 {
  font-size: 1.1rem;
}

.column-post h3 {
  font-size: 1rem;
}

@media only screen and (min-width: 768px), print {
  .column-post h3 {
    padding-left: 1.125rem;
  }
}

.column-post h3:before {
  width: 0.75em;
  height: 0.75em;
  top: 5px;
}

.column-post h3:after {
  top: -2px;
  font-size: 1.125em;
}

@media only screen and (max-width: 767px) {
  .column-post p {
    line-height: 1.4;
  }
}

.column-post a {
  font-weight: normal;
}

.column-post a:before {
  margin-right: 0.5em;
}

.column-post__home:before {
  font-size: 0.7em;
  position: relative;
  top: -1px;
}

.column-post__next {
  border: 2px solid rgba(3, 157, 226, 0.5);
  box-shadow: 0 2px 2px 1px rgba(153, 153, 153, 0.25);
  filter: none;
}

.column-post__next--image {
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 768px), print {
  .column-post__next--image {
    height: 140px;
    width: 140px;
  }
}

.column-post__next--title {
  font-size: 1rem;
  width: calc(100% - 100px);
}

.column-post__next--thumb {
  height: 100px;
  width: 100px;
  flex: auto;
}

@media only screen and (min-width: 768px), print {
  .column-post__next--thumb {
    height: 140px;
    width: 140px;
  }
}

.column-post .column-post__back {
  font-size: 1rem;
  max-width: 400px;
}

.case-sum {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .case-sum {
    line-height: 1.4;
  }
}

.case-sum__content {
  margin-bottom: 1em;
}

.case-sum__title {
  background: #ddd;
  padding: 0.125em 1em;
}

@media only screen and (min-width: 768px), print {
  .case-sum__title {
    font-size: 0.9em;
    padding: 0.25em 1em;
  }
}

@media only screen and (min-width: 768px), print {
  .case-sum__title.normal {
    text-align: left;
  }
}

.case-sum__item {
  font-size: 1.125em;
}

.case-sum__item--em {
  letter-spacing: 0.05em;
  padding-top: 0.25em;
  text-align: center !important;
}

.case-sum__item.normal {
  font-weight: normal;
  text-align: left;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  .case-sum__item.normal {
    line-height: 1.4;
  }
}

.case-sum__item.em1 {
  font-size: 1em;
}

.case-sum__item--big {
  font-size: 1.25em;
}

@media only screen and (min-width: 768px), print {
  .case-sum__image {
    border: none;
    max-width: 400px !important;
    margin: 0 auto 1em;
  }
  .case-sum__thumb {
    width: 40%;
  }
  .case-sum .pc-lefts {
    width: 58%;
  }
  .case-sum__title--em {
    font-size: 1.5em;
    margin: 1em auto 0;
  }
}

.case-case,
.writer-case {
  padding: 1em 0.5rem;
}

@media only screen and (min-width: 768px), print {
  .case-case__detail,
  .writer-case__detail {
    display: block;
    padding: 1em 0.5em;
  }
}

.case-case__title,
.writer-case__title {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .case-case__title,
  .writer-case__title {
    font-size: 1.2rem;
  }
}

.case-case__link,
.writer-case__link {
  font-weight: normal;
  font-size: 0.85em;
  padding: 0.75em;
}

.case-case__link.active,
.writer-case__link.active {
  border-bottom: none;
}

.case-case__link + dd,
.writer-case__link + dd {
  border: #039de2 1px solid;
  border-top: none;
  padding: 1em;
}

@media only screen and (max-width: 767px) {
  .case-case__link + dd,
  .writer-case__link + dd {
    font-size: 0.9em;
  }
}

.case-case__link:before,
.writer-case__link:before {
  transform: rotate(90deg);
  top: 1em;
}

.case-case__link.active:before,
.writer-case__link.active:before {
  transform: rotate(-90deg);
}

.case-case__item,
.writer-case__item {
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px 0px rgba(153, 153, 153, 0.35);
  filter: none;
  margin-bottom: 0.5em;
  flex-wrap: wrap;
}

.case-case__toggle--wrap,
.writer-case__toggle--wrap {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .case-case__toggle--wrap,
  .writer-case__toggle--wrap {
    margin-top: 1em;
  }
}

.case-case__thumb img,
.writer-case__thumb img {
  height: 150px;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .case-case__thumb img,
  .writer-case__thumb img {
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .case-case__post-title,
  .writer-case__post-title {
    font-size: 1em;
    line-height: 1.4;
  }
}

.case-case__description,
.writer-case__description {
  line-height: 1.4;
}

@media only screen and (min-width: 768px), print {
  .case-case__description,
  .writer-case__description {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px), print {
  .case-case__box--right,
  .writer-case__box--right {
    font-size: 0.9em;
  }
}

.case-acv__title,
.writer-acv__title {
  font-size: 1.125em;
  margin-bottom: 0;
}

.case-acv__box,
.writer-acv__box {
  padding: 0.75rem 0;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .case-acv__box,
  .writer-acv__box {
    font-size: 0.95em;
  }
}

.case-acv__item,
.writer-acv__item {
  line-height: 1.4;
}

.case-acv__item--effect,
.writer-acv__item--effect {
  border-bottom: 2px dashed rgba(233, 119, 149, 0.69);
  font-size: 0.95em;
  line-height: 1.4;
}

.case-acv__item--media,
.writer-acv__item--media {
  border-bottom: 2px dashed rgba(233, 119, 149, 0.69);
}

.case-acv__item--media:before,
.writer-acv__item--media:before {
  display: none;
}

.case__back,
.writer__back {
  font-size: 1rem;
  max-width: 400px;
  text-decoration: none;
  text-decoration: 0;
}

.writer-prof__image {
  width: 180px;
  height: 180px;
  border: none;
}

.writer-prof__appeal {
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .writer-prof__appeal {
    max-width: 240px;
    margin: 0 auto;
  }
}

.writer-prof__shd {
  background: #cdebf9;
  padding: 0.125rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media only screen and (min-width: 768px), print {
  .writer-prof__shd {
    display: inline-block;
  }
}

.writer-prof__specialty {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .writer-prof__specialty {
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px), print {
  .writer-prof .clearfix {
    *zoom: 1;
  }
  .writer-prof .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .writer-prof__thumb {
    margin-bottom: 2em;
  }
  .writer-prof .pc-flex-between {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .writer-prof .lefts {
    width: 35%;
    float: right;
    padding-right: 1em;
  }
  .writer-prof .rights {
    min-height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .price-content {
    line-height: 1.4;
  }
}

.price-content__index-wrap {
  padding: 2em 1em 1em;
}

.price-content__title {
  line-height: 1.4;
  font-size: 1.2em;
  background: repeating-linear-gradient(145deg, #DB5D7E, #DB5D7E 10px, #e58aa2 10px, #e58aa2 20px);
}

@media only screen and (min-width: 768px), print {
  .price-content__title {
    font-size: 1.25em;
    padding: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  .price-content__description--small {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 768px), print {
  .price-content__description {
    font-size: 1.125em;
  }
}

.price-content__box {
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  padding: 0.85em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .price-content__box {
    font-size: 0.7em;
  }
}

.price-content__hd {
  margin-bottom: 0.5em;
}

.price-content__item {
  padding: 0;
}

.price-content__item--02 {
  padding: 0.5em;
  line-height: 1.6;
}

@media only screen and (min-width: 768px), print {
  .price-content__item--02 {
    padding: 1em;
    line-height: 2.2;
  }
}

.price-content__unit {
  font-size: 1.35em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .price-content__unit {
    font-size: 1.25em;
  }
}

.price-content__unit--large {
  font-size: 1.5em;
  letter-spacing: 0.07em;
}

.price-content__unit--large.no-lines {
  text-decoration: none;
  margin: 0;
}

.price-content__unit:before {
  width: 3em;
  height: 3rem;
  margin-right: 1em;
  background-size: 80% auto;
}

@media only screen and (min-width: 768px), print {
  .price-content__unit:before {
    background-size: 70% auto;
  }
}

@media only screen and (max-width: 767px) {
  .price-content__text {
    font-size: 0.8em;
  }
}

.price-content__wrap {
  border: rgba(233, 119, 149, 0.9) 2.5px solid;
  margin-bottom: 2.5em;
  padding: 1em;
  border-radius: 1rem;
}

.price-content__nos {
  width: 4em;
  margin: 0 auto 1em;
  display: block;
}

@media only screen and (max-width: 767px) {
  .price-content__nos {
    width: 3em;
    margin-bottom: .5em;
  }
}

.price-content__box--label {
  border: 1px solid #dddddd;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .price-content__box--label {
    font-size: 0.9em;
  }
}

.price-content__item--label {
  padding: 0.5rem 1rem;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  .price-content__exp {
    font-size: 0.9em;
  }
}

.price-content__exp--hd {
  font-size: 1.125em;
  border-color: #e894a9;
}

.price-content__list {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .price-content__list--02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-content__list--02 li {
    width: 45%;
  }
}

.price-content__text--small {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px), print {
  .price-content__text--small {
    line-height: 1;
  }
}

.price-content__listitem--bold {
  color: #333;
}

.price-content__table {
  font-size: 0.9em;
}

.price-content__tablehd, .price-content__tableitem {
  border-color: #ddd;
}

@media only screen and (min-width: 768px), print {
  .price-content__tablehd {
    width: 50%;
  }
  .price-content .pc-flex-between {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-content .pc-cols {
    width: 48%;
  }
}

.flow-content__step {
  border-color: rgba(233, 119, 149, 0.9);
  border-width: 2.5px;
  margin-bottom: 2.5em;
  padding: 1em;
}

@media only screen and (max-width: 767px) {
  .flow-content__step {
    font-size: 0.9em;
    padding: 1.125em 1.125em 1.125em 3em;
  }
}

.flow-content__step:after {
  border: none;
  background: url(../img/flow/arrow.png) 50%/100% auto no-repeat;
  width: 3em;
  height: 2em;
  bottom: -2.5em;
}

@media only screen and (min-width: 768px), print {
  .flow-content__step .pc-cols {
    width: 36%;
  }
  .flow-content__step .pc-cols:last-of-type {
    width: 60%;
  }
}

.flow-content__title {
  font-size: 1.25em;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .flow-content__title {
    top: -0.5em;
    left: -2em;
  }
}

.flow-content__title:before {
  display: none;
}

.flow-content__nos {
  width: 2em;
}

.flow-content__text {
  font-size: 1.125em;
  margin: 0.5em 0 auto;
  padding-left: 2.25em;
}

@media only screen and (max-width: 767px) {
  .flow-content__text {
    line-height: 1.4;
    padding-left: 0;
  }
}

.form-content {
  margin-bottom: 4rem;
}

.form-content__hd {
  font-size: 0.9em;
}

.form-content__hd.req:after {
  font-size: 0.8em;
  border-radius: 0.5em;
}

@media only screen and (max-width: 320px) {
  .form-content__hd.req:after {
    position: relative;
    right: -0.5em;
    top: 0.85em;
    display: inline-block;
  }
}

.form-content__text {
  padding: 0.5em;
  border: 1px solid rgba(204, 204, 204, 0.9);
}

.form-content__select {
  font-size: 1em;
}

.form-content__btn {
  font-weight: normal;
  -webkit-appearance: none;
  padding: 1em;
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .form-content__btn {
    padding: 0.75em;
    font-size: 1em;
  }
}

.form-content__elm {
  border-top: 1px solid #cccccc;
}

.company-content__row {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
}

@media only screen and (min-width: 768px), print {
  .company-content table {
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
  }
}

.law-content__hd {
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px), print {
  .law-content__hd {
    width: 30%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px), print {
  .law-content table {
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
  }
}

@media only screen and (max-width: 767px) {
  .footer__logo img {
    display: block;
    margin: 0 auto;
  }
  .footer__sp-info {
    display: flex;
    justify-content: center;
    font-size: 0.85em;
    margin-top: 1em;
  }
  .footer__sp-info--link {
    color: #333;
    text-decoration: none;
    text-decoration: 0;
    margin: 0 0.5em;
    font-weight: 600;
  }
  .footer__copy {
    text-align: center;
  }
}

.pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    font-size: 0.85em;
  }
}

.pagenation a,
.pagenation .page-numbers {
  border: 1px solid rgba(119, 119, 119, 0.8);
  display: inline-block;
  width: 3em;
  height: 3em;
  color: rgba(119, 119, 119, 0.8);
  text-decoration: 0;
  text-decoration: none;
  text-align: center;
  line-height: 3em;
  margin-left: -1px;
}

.pagenation .current {
  background: rgba(119, 119, 119, 0.8);
  color: #fff;
}

.card__new {
  z-index: 2;
}

.card__writer-img img {
  border-radius: 50%;
  width: 147px;
  height: 147px;
}

.card__column-img img {
  width: 100px;
  height: 100px;
  margin-bottom: 0.25em;
}

.card__column-right {
  margin-left: 0;
  width: calc(100% - 110px);
}

.card__column-date {
  margin-top: 0;
  margin-bottom: 0.125em;
}

.card__column-title {
  font-size: 1em;
}

.card__column-desc {
  margin-top: 0;
  font-size: 0.95em;
}

.card__column-category {
  display: inline-block;
  padding: 0.125em 0.5em;
  margin-bottom: 0.125em;
  margin-top: 0;
  font-size: 0.8em;
}

.card .column-header__item {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.125em;
}

.card__writer-attributes {
  display: flex !important;
  margin-top: 1em;
}

.card__writer-attributes > dt {
  padding: 0 0.35em;
  width: 100%;
}

.card__writer-attributes > dd {
  margin: 0;
  width: 100%;
}

.hero__bnr-list {
  position: absolute;
  bottom: 14%;
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .hero__bnr-list {
    left: 0;
    right: 0;
    justify-content: space-evenly;
    width: 1110px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero__bnr-list {
    bottom: 9%;
    flex-wrap: wrap;
    left: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__bnr-item {
    width: 50%;
  }
}

.top-bnr:hover img {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .top-bnr__img {
    width: 100%;
    height: auto;
  }
}

.cat_5 {
  background-color: #ac8473 !important;
}

.cat_6 {
  background-color: #739eac !important;
}

.mw_wp_form .error {
  color: #fff !important;
  padding: 0.25em;
  background: #d74f79;
}

.js-imgcount.active {
  display: flex !important;
}

.cv__tel {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .table-scroller {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .table col:first-child {
    width: 100px;
  }
  .table col:nth-child(n+2) {
    width: 130px;
  }
}

.table th,
.table td {
  position: relative;
  padding: 8px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 4px;
    line-height: 1.4;
  }
}

.table th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table th {
    font-size: 10px;
  }
}

.table td {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 10px;
}

@media only screen and (max-width: 767px) {
  .table td {
    font-size: 10px;
  }
}

.table .__heading {
  font-weight: normal;
  background-color: #888888;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .table .__heading {
    font-size: 11px;
  }
}

.table .__expanded {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #039de2;
  font-size: 22px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .table .__expanded {
    font-size: 14px;
  }
}

.table .__empty {
  background-color: transparent;
  border-style: none;
}

.table .__our {
  background-color: #e5f5fc;
  color: #068dca;
  width: 300px;
}

@media only screen and (min-width: 768px), print {
  .table .__our {
    width: 200px;
  }
}

.table .__wide {
  padding-left: 5px;
  padding-right: 5px;
}

.box-a {
  margin-top: 1em;
}
