@charset "UTF-8";

/*!
	Theme Name: 記事作成代行ドットコム
*/
/* ベース定義 */
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
  vertical-align: bottom;
}

a,
button {
  outline: none;
}

ul {
  list-style: none;
}

.container.clearfix.right-sidebar,
.clearfix.right-sidebar.cv__inner,
.clearfix.right-sidebar.footer__content,
.clearfix.right-sidebar.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {

  .container.clearfix.right-sidebar,
  .clearfix.right-sidebar.cv__inner,
  .clearfix.right-sidebar.footer__content,
  .clearfix.right-sidebar.header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

@media only screen and (max-width: 767px) {
  #contents {
    width: 100%;
  }
}

/* Utilities */
.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }

  .u-inline-block-sp {
    display: inline-block !important;
  }

  .u-inline-sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px),
print {
  .u-block-pc {
    display: block !important;
  }

  .u-inline-block-pc {
    display: inline-block !important;
  }

  .u-inline-pc {
    display: inline !important;
  }
}

.u-nowrap {
  white-space: nowrap !important;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px),
print {
  .u-hidden-pc {
    display: none !important;
  }
}

/* Layouts */
@media only screen and (min-width: 768px),
print {

  .container,
  .cv__inner,
  .footer__content,
  .header__inner {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {

  .container,
  .cv__inner,
  .footer__content,
  .header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px),
print {
  .pickup__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px),
print {
  .pickup__item {
    width: calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
  }

  .pickup__item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pickup__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px),
print {
  .wrapper {
    min-width: 1150px;
    overflow: hidden;
  }
}

/* Blocks */
.box-a {
  border-radius: 0 0 10px 10px;
  border: 1px solid #de6685;
}

@media only screen and (min-width: 768px),
print {
  .box-a {
    width: 350px;
  }
}

@media only screen and (min-width: 768px),
print {
  .box-a.-col2 {
    width: 730px;
  }
}

.box-a__heading {
  position: relative;
  padding: 4px;
  background-color: #de6685;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.box-a__heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 11px solid #de6685;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.box-a__content {
  padding: 20px 15px;
}

@media only screen and (min-width: 768px),
print {
  .box-a__content.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px),
print {
  .box-a__col {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .box-a__col:first-child {
    margin-bottom: 10px;
  }
}

.box-a__sub-heading {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
}

p+.box-a__sub-heading {
  margin-top: 30px;
}

.box-a__box {
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.box-a__box.-wide {
  margin-left: -5px;
  margin-right: -5px;
}

.box-a__text-1 {
  margin-top: 15px;
  font-weight: bold;
}

.box-a__text-2 {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.box-a__text-3 {
  font-size: 14px;
  font-weight: bold;
}

.box-a__price {
  color: #de6685;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.box-a__price>span {
  position: relative;
  margin-left: 15px;
  font-size: 27px;
}

.box-a__price>span::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 5px;
  border-top: 1px solid #de6685;
  border-bottom: 1px solid #de6685;
}

.box-a__text-4 {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}

.box-a__hatch {
  padding: 5px;
  background-color: #dddddd;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.box-a__text-5 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.box-a__text-6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

.box-a__list {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  list-style: disc;
  font-size: 14px;
  font-weight: bold;
}

.box-a__list>li {
  margin-top: 3px;
}

.btn.-estimate,
.btn.-tel {
  padding: 20px 120px;
  border-radius: 41px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {

  .btn.-estimate,
  .btn.-tel {
    display: block;
    padding: 12px 25px 12px 50px;
    font-size: 21px;
  }

  .btn.-estimate::before,
  .btn.-tel::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 390px) {

  .btn.-estimate,
  .btn.-tel {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  position: relative;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.btn.-block {
  display: block;
}

.btn.-contact {
  padding: 8px 14px;
  background-color: #d74f79;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn.-estimate {
  background-color: #d74f79;
}

.btn.-estimate::before {
  width: 25px;
  height: 18px;
  background-image: url(img/common/icon-mail.png);
}

.btn.-tel {
  background-color: #039de2;
  font-family: Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.btn.-tel::before {
  width: 25px;
  height: 17px;
  background-image: url(img/common/freecall-wh.png);
}

.btn.-detail {
  display: block;
  border: 1px solid #35b1e8;
  color: #35b1e8;
  font-size: 14px;
  font-weight: bold;
}

.btn.-detail::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #35b1e8;
  border-right: 2px solid #35b1e8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.-list {
  border-radius: 23px;
  border: 1px solid #35b1e8;
  background-color: #fff;
  color: #35b1e8;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .btn.-list {
    display: block;
  }
}

@media only screen and (min-width: 768px),
print {
  .btn.-list {
    width: 730px;
  }
}

.btn.-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #35b1e8;
  border-right: 2px solid #35b1e8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card {
  display: block;
  position: relative;
  padding: 12px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 5px 5px rgba(153, 153, 153, 0.3);
  box-shadow: 0 5px 5px rgba(153, 153, 153, 0.3);
  background-color: #fff;
  color: inherit;
  text-decoration: none;
}

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

.card__writer-name {
  margin-top: 15px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", serif;
  font-size: 20px;
  text-align: center;
}

.card__writer-catch {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

.card__writer-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card__writer-attributes>dt {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80px;
  background-color: #cdebf9;
  text-align: center;
}

.card__writer-attributes>dd {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(100% - 90px);
  margin-left: 10px;
  margin-bottom: 8px;
}

.card__case-title {
  font-size: 20px;
  font-weight: bold;
}

.card__case-company {
  font-weight: bold;
}

.card__case-img {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.card__case-text {
  font-size: 14px;
  line-height: 1.4;
}

.card__case-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.card__case-detail>dt {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80px;
  padding: 0 8px;
  background-color: #ddd;
}

.card__case-detail>dd {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(100% - 90px);
  margin-left: 10px;
  margin-bottom: 15px;
  line-height: 1.25;
}

.card__case-detail>dd.__full {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 10px;
}

.card__case-detail>.__full {
  width: 100%;
  margin-left: 0;
}

.card.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__new {
  position: absolute;
  top: 0;
  left: 0;
}

.card__column-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.card__column-category {
  margin-top: 5px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
}

.card__column-category.-category1 {
  background-color: #73ac7c;
}

.card__column-category.-category2 {
  background-color: #ac8473;
}

.card__column-category.-category3 {
  background-color: #739eac;
}

.card__column-right {
  margin-left: 15px;
  line-height: 1.2;
}

.card__column-title {
  font-size: 18px;
}

.card__column-desc {
  margin-top: 8px;
}

.card__column-date {
  margin-top: 5px;
  font-size: 14px;
}

.card__btn {
  margin-top: 10px;
}

.case img {
  max-width: 100%;
}

.case-header {
  margin-bottom: 1rem;
}

.case-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.case-header__image {
  max-width: 100%;
}

.case-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.case-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_crown.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.case-header__description {
  color: #666;
}

.case-header__summary {
  font-size: 1.2rem;
  font-weight: 600;
}

.case-sum {
  margin-bottom: 2rem;
}

.case-sum__thumb {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.case-sum__image {
  margin-bottom: .5rem;
  overflow: hidden;
  border: 2px solid #e8e8e8;
}

.case-sum__wrap {
  margin-bottom: 1rem;
}

.case-sum__title {
  background: #f3f3f3;
  padding: .2rem;
  text-align: center;
  margin-bottom: .5rem;
  color: #666;
}

.case-sum__title--em {
  background: repeating-linear-gradient(145deg, #DB5D7E, #DB5D7E 10px, #de6a88 10px, #de6a88 20px);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.case-sum__item,
.case-sum__item--em {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}

.case-sum__item--em {
  color: #d74f79;
  font-size: 1.5rem;
}

.case-sum__item--big {
  font-size: 2rem;
  margin-right: .5rem;
}

.case-case {
  background: #fff8ec;
  padding: 1rem .5rem;
  margin-bottom: 2rem;
}

.case-case__title {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.case-case__item {
  background: #fff;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 767px) {
  .case-case__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.case-case__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .case-case__thumb {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }
}

.case-case__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case-case__post-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.case-case__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #666;
}

.case-case__link {
  color: #039de2;
  border: 1px solid #039de2;
  position: relative;
  padding: .3rem;
  text-align: center;
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
}

.case-case__link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-acv__box {
  border: 2px solid #d74f79;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-radius: .5rem;
}

.case-acv__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .5rem;
  text-align: center;
}

.case-acv__item,
.case-acv__item--effect {
  padding: .5rem 1rem;
  color: #666;
}

.case-acv__item--effect {
  border-bottom: 3px dashed #aaa;
  padding-left: 2rem;
  position: relative;
}

.case-acv__item--effect:last-of-type {
  border-bottom: none;
}

.case-acv__item--effect::before {
  content: "・";
  position: absolute;
  left: 1rem;
  top: .5rem;
}

.case__back {
  padding-left: 0;
  position: relative;
  border: 1px solid #d74f79;
  border-radius: 4rem;
  padding: .5rem 1rem;
  display: block;
  color: #d74f79;
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem auto;
}

.case__back::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .case__back {
    width: 100%;
  }
}

.case-list {
  margin-bottom: 2rem;
}

.case-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  padding: 1rem .5rem;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .case-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.case-list__box--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  margin-right: 1rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .case-list__box--left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
    justify-self: center;
    margin: 0 auto .5rem;
  }
}

.case-list__box--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .case-list__box--right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.case-list__type {
  background: #f3f3f3;
  text-align: center;
}

.case-list__summary {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
  .case-list__summary {
    text-align: center;
  }
}

.case-list__company {
  margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
  .case-list__company {
    text-align: center;
  }
}

.case-list__description {
  margin-bottom: .5rem;
}

.case-list__link {
  display: block;
  border: 1px solid #039de2;
  color: #039de2;
  text-align: center;
  padding: .2rem;
  text-decoration: none;
  position: relative;
  justify-self: flex-end;
  font-weight: 600;
}

.case-list__link:hover {
  background: #039de2;
  color: #fff;
}

.case-list__link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #column {
    padding: 0;
  }
}

.column img {
  max-width: 100%;
}

.column-header {
  margin-bottom: 1rem;
}

.column-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.column-header__image {
  max-width: 100%;
}

.column-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.column-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_book.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.column-header__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.column-header__item {
  margin-right: 1rem;
  background: #62a56d;
  color: #fff;
  padding: .3rem 1rem;
  font-size: .9rem;
  border-radius: 1rem;
}

.column-header__post-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0 15px;
}

.column-header__date {
  padding: 0 15px;
  font-size: .9rem;
  color: #666;
}

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

.column-post>* {
  padding-left: 1rem;
}

.column-post__thumb {
  margin-bottom: 2rem;
}

.column-post__image {
  max-width: 100%;
}

.column-post h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  line-height: 1.2;
}

.column-post h2::before {
  content: "";
  position: absolute;
  background: #039de2;
  width: .5rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column-post h3 {
  font-size: 1.2rem;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.column-post h3::before {
  content: "";
  background: #039de2;
  width: .8rem;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 7px;
}

.column-post h3::after {
  content: "✖";
  color: #fff;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  -webkit-transform: rotate(45deg) translate(13%, 15%);
  transform: rotate(45deg) translate(13%, 15%);
}

.column-post p {
  margin-bottom: 1.5rem;
  color: #666;
}

.column-post ol {
  margin-bottom: 1rem;
  margin-left: 1rem;
  color: #666;
}

.column-post ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style: disc;
  color: #666;
}

.column-post li {
  margin-bottom: .5rem;
}

.column-post a {
  color: #039de2;
  text-decoration: none;
  font-weight: 600;
}

.column-post a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

.column-post .column-post__home::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.column-post__next {
  border: 1px solid #039de2;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  width: 100%;
  background: #fff;
  padding: .5rem;
  margin: 2rem 0;
}

.column-post__next::before {
  display: none;
}

.column-post__next--thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10rem;
  flex: 0 1 10rem;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
  height: 7rem;
  width: 10rem;
  display: inline-block;
}

.column-post__next--image {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.column-post__next--title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0 !important;
  color: #000;
  position: relative;
  padding-left: 1.5rem;
}

.column-post__next--title::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #039de2;
}

.column-post .column-post__back {
  padding-left: 0;
  position: relative;
  border: 1px solid #d74f79;
  border-radius: 4rem;
  padding: .5rem 1rem;
  display: block;
  color: #d74f79;
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem auto;
}

.column-post .column-post__back::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column-list {
  margin-bottom: 2rem;
}

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

.column-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  padding: 1rem .5rem;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .column-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.column-list__box--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  margin-right: 1rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .column-list__box--left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }
}

.column-list__box--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-list__cat {
  padding: .2rem 1rem;
  border-radius: 1rem;
  font-size: .9rem;
  font-weight: 600;
  background: #62a56d;
  color: #fff;
  margin-top: .5rem;
  display: inline-block;
  text-align: center;
}

.column-list__cat:empty {
  display: none;
}

.column-list__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.column-list__description {
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #666;
}

.column-list__date {
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #666;
}

.column-list__link {
  display: block;
  border: 1px solid #039de2;
  color: #039de2;
  text-align: center;
  padding: .2rem;
  text-decoration: none;
  position: relative;
  justify-self: flex-end;
  font-weight: 600;
}

.column-list__link:hover {
  background: #039de2;
  color: #fff;
}

.column-list__link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comparison {
  padding-top: 30px;
  padding-bottom: 70px;
  background-image: url(img/top/bg-comparison.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .comparison {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.comparison__heading {
  text-align: center;
}

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

.comparison__table {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .comparison__table {
    margin-top: 10px;
  }
}

.cv__header {
  height: 83px;
  padding-top: 10px;
  background-image: url(img/common/contact-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cv__header {
    height: 65px;
    padding-top: 12px;
    background-image: url(img/common/contact-bg-sp.png);
    font-size: 15px;
  }
}

.cv__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px),
print {
  .cv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.cv__mail {
  text-align: center;
}

.cv__mail__text {
  font-weight: bold;
  color: #d74f79;
}

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

.cv__mail__btn {
  margin-top: 5px;
}

@media only screen and (min-width: 768px),
print {
  .cv__mail__btn {
    margin-top: 20px;
  }
}

.cv__tel {
  position: relative;
}

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

@media only screen and (max-width: 767px) {
  .cv__tel {
    margin-top: 15px;
    text-align: center;
  }
}

.cv__tel__now {
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .cv__tel__now {
    display: none;
  }
}

.cv__tel__text>.__text {
  font-size: 14px;
  font-weight: bold;
  color: #039de2;
}

@media only screen and (min-width: 768px),
print {
  .cv__tel__text>.__text {
    font-size: 20px;
  }
}

.cv__tel__text>.__time {
  display: inline-block;
  margin-left: 3px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #039de2;
}

@media only screen and (min-width: 768px),
print {
  .cv__tel__text>.__time {
    padding: 0 15px;
    background-color: #039de2;
    color: #ffffff;
    font-size: 18px;
  }
}

.cv__tel__number {
  margin-left: 25px;
  color: #039de2;
  font-family: Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cv__tel__number {
    display: none;
  }
}
/*
.cv__tel__number::before {
  content: '';
  display: inline-block;
  width: 49px;
  height: 33px;
  margin-right: 20px;
  background-image: url(img/common/freecall-lg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
*/
.cv__tel__btn {
  margin-top: 5px;
}

@media only screen and (min-width: 768px),
print {
  .cv__tel__btn {
    display: none;
  }
}

.drawer {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 300px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .is-drawer-active .drawer {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.drawer__list-wrapper {
  padding: 10px 0;
}

.drawer__list-wrapper>ul>li>a {
  display: block;
  padding: 5px 15px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.drawer__list-wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.drawer__shade {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 767px) {
  .is-drawer-active .drawer__shade {
    opacity: 1;
    visibility: visible;
  }
}

.feature {
  padding: 10px 10px 5px 40px;
  border-radius: 10px;
  border: 1px solid #eb849f;
  background-color: #fff;
}

@media only screen and (min-width: 768px),
print {
  .feature {
    padding: 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature.-even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px),
print {
  .feature.-odd>.feature__content {
    margin-right: 100px;
  }

  .feature.-even>.feature__content {
    margin-left: 100px;
  }
}

.feature__heading {
  position: relative;
  padding-left: 78px;
  text-indent: -78px;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .feature__heading {
    font-size: 16px;
    padding-left: 18px;
    text-indent: -18px;
  }
}

@media only screen and (min-width: 768px),
print {
  .feature__heading>img {
    margin-right: 15px;
    vertical-align: -7px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__heading>img {
    position: absolute;
    top: -3px;
    left: -34px;
    width: 30px;
    height: 30px;
  }
}

.feature__img-sp {
  margin-top: 10px;
}

@media only screen and (min-width: 768px),
print {
  .feature__img-sp {
    display: none;
  }
}

.feature__img-sp>img {
  width: 100%;
  height: auto;
}

.feature__desc {
  margin-top: 15px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .feature__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.feature__img-pc {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (max-width: 767px) {
  .feature__img-pc {
    display: none;
  }
}

.flow img {
  max-width: 100%;
}

.flow-header {
  margin-bottom: 1rem;
}

.flow-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.flow-header__image {
  max-width: 100%;
}

.flow-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.flow-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_bulb.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.flow-content__step {
  border: 3px solid #d74f79;
  padding: 1rem 2rem;
  padding-left: 15%;
  border-radius: 1rem;
  counter-increment: step;
  margin-bottom: 4rem;
  position: relative;
}

.flow-content__step::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2rem solid #aaa;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -3.5rem;
}

.flow-content__step:last-of-type::after {
  content: none;
}

.flow-content__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: .5rem;
  position: relative;
}

.flow-content__title::before {
  content: counter(step);
  background: #d74f79;
  color: #fff;
  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;
  position: absolute;
  border-radius: 50%;
  left: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6vmin;
  height: 6vmin;
}

@media only screen and (max-width: 767px) {
  .flow-content__title::before {
    width: 10vmin;
    height: 10vmin;
    left: -3rem;
  }
}

.flow-content__text {
  font-size: 1.2rem;
  color: #666;
}

.flow-content__text--small {
  display: block;
}

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 5px solid #9bd4ef;
  border-bottom: 5px solid #9bd4ef;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px),
print {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .footer__logo img {
    width: 290px;
    height: auto;
  }
}

.footer__info {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    display: none;
  }
}

.footer__tel {
  color: #039de2;
  font-family: Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
/*
.footer__tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 21px;
  margin-right: 5px;
  background-image: url(img/common/freecall.png);
  background-size: contain;
  background-repeat: no-repeat;
}
*/
.footer__time {
  margin-left: 20px;
  color: #039de2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.footer__right {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .footer__right {
    display: none;
  }
}

.footer__nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__nav>ul>li {
  margin-bottom: 10px;
}

.footer__nav>ul>li:nth-child(3n+1) {
  width: 130px;
}

.footer__nav>ul>li:nth-child(3n+2) {
  width: 140px;
}

.footer__nav>ul>li:nth-child(3n) {
  width: 250px;
}

.footer__nav>ul>li>a {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.footer__nav>ul>li>a:hover {
  text-decoration: underline;
}

.footer__copy {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 14px;
}

@media only screen and (min-width: 768px),
print {
  .footer__copy {
    margin-top: 40px;
    text-align: center;
  }
}

.form img {
  max-width: 100%;
}

.form-header {
  margin-bottom: 1rem;
}

.form-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.form-header__image {
  max-width: 100%;
}

.form-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.form-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_mail.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.form-header__time {
  color: #039de2;
  display: block;
  text-align: center;
  font-weight: 600;
}

.form-header__tel {
  background: #039de2;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  display: block;
  font-size: 2rem;
  position: relative;
  width: 50%;
  margin: 1rem auto 2rem;
  border-radius: 4rem;
  text-decoration: none;
}
/*
.form-header__tel::before {
  content: "";
  background: no-repeat center/100% url(img/common/freecall-wh.png);
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/

@media only screen and (max-width: 767px) {
  .form-header__tel {
    width: 100%;
  }
}

.form-content__elm {
  border-top: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .form-content__elm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form-content__hd {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  background: #f2f2f2;
  padding: .5rem;
  position: relative;
}

.form-content__hd.req::after {
  content: "必須";
  background: #d74f79;
  color: #fff;
  font-size: .9rem;
  padding: 0 .5rem;
  border-radius: .5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .form-content__hd {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.form-content__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: .5rem;
}

@media only screen and (max-width: 767px) {
  .form-content__item {
    padding: 1.5rem .5rem;
  }
}

.form-content__text {
  border: 1px solid #aaa;
  padding: .3rem;
  border-radius: .3rem;
}

@media only screen and (max-width: 767px) {
  .form-content__text {
    width: 100%;
  }
}

.form-content__wrap {
  position: relative;
  display: inline-block;
}

.form-content__wrap::before {
  content: "";
  right: .5rem;
  top: 66%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  border-top: .5rem solid #aaa;
  border-right: .4rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: .4rem solid transparent;
}

@media only screen and (max-width: 767px) {
  .form-content__wrap {
    width: 100%;
  }
}

.form-content__select {
  padding: .3rem 3.5rem .3rem .5rem;
  border: 1px solid #aaa;
  border-radius: .3rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 767px) {
  .form-content__select {
    width: 100%;
  }
}

.form-content__btn {
  border: none;
  background: #d74f79;
  color: #fff;
  display: block;
  width: 50%;
  padding: .5rem;
  border-radius: 4rem;
  margin: 2rem auto;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
}

.form-content__btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding-right: 50px;
  }

  .header__logo img {
    width: 290px;
    max-width: 100%;
    height: auto;
  }
}

.header__right {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__time {
  color: #039de2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.header__tel {
  margin-left: 8px;
  color: #039de2;
  font-family: Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
/*
.header__tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 21px;
  margin-right: 5px;
  background-image: url(img/common/freecall.png);
  background-size: contain;
  background-repeat: no-repeat;
}
*/

.header__contact {
  margin-left: 10px;
}

.header__nav {
  margin-top: 20px;
}

.header__nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__nav>ul>li {
  margin-left: 20px;
}

.header__nav>ul>li>a {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.header__nav>ul>li>a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px),
print {
  .header__sp-menu {
    display: none;
  }
}

.heading {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading {
    font-size: 18px;
  }
}

.heading::before {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.heading.-problem::before {
  width: 65px;
  height: 60px;
  background-image: url(img/top/icon-problem.png);
}

.heading.-point::before {
  width: 139px;
  height: 52px;
  background-image: url(img/top/icon-point.png);
}

.heading.-writer::before {
  width: 75px;
  height: 56px;
  background-image: url(img/top/icon-pen.png);
}

.heading.-column::before {
  width: 75px;
  height: 53px;
  background-image: url(img/top/icon-column.png);
}

.heading.-price::before {
  width: 66px;
  height: 60px;
  background-image: url(img/top/icon-price.png);
}

.hero {
  position: relative;
}

.hero__img {
  text-align: center;
}

.hero__img img {
  width: 100%;
  max-width: 2000px;
  height: auto;
}

.law img {
  max-width: 100%;
}

.law-header {
  margin-bottom: 1rem;
}

.law-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.law-header__image {
  max-width: 100%;
}

.law-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.law-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_info.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.law-content__table {
  margin-bottom: 2rem;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .law-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.law-content__hd {
  background: #f3f3f3;
  padding: .5rem;
  border-top: 1px solid #aaa;
  text-align: left;
}

.law-content__item {
  border-top: 1px solid #aaa;
  padding: .5rem;
}

@media only screen and (max-width: 767px) {
  .law-content__item {
    border-top: none;
  }
}

.pickup__desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pickup__desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .pickup__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}

.pickup__grid {
  margin-top: 30px;
}

.pickup__btn {
  margin-top: 25px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pickup__btn {
    margin-top: 15px;
  }
}

.point__item {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .point__item {
    margin-top: 10px;
  }
}

.point__item:first-child {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .point__item:first-child {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px),
print {
  .price__desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .price__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px),
print {
  .price__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .price__item {
    margin-top: 10px;
  }
}

.price__btn {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .price__btn {
    margin-top: 15px;
  }
}

.price img {
  max-width: 100%;
}

.price-header {
  margin-bottom: 1rem;
}

.price-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.price-header__image {
  max-width: 100%;
}

.price-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.price-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_yen.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.price-content__title {
  background: repeating-linear-gradient(145deg, #DB5D7E, #DB5D7E 10px, #de6a88 10px, #de6a88 20px);
  color: #fff;
  padding: .3rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.price-content__description {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.price-content__description--small {
  display: block;
  font-weight: 400;
}

.price-content__box,
.price-content__box--label {
  background: #f3f3f3;
  padding: .5rem;
  border: 1px solid #aaa;
  margin-bottom: 2rem;
  color: #666;
}

.price-content__box--label {
  padding: 0;
}

.price-content__hd {
  text-align: center;
  margin-bottom: 1rem;
}

.price-content__hd--label {
  padding: .2rem;
  text-align: center;
  color: #666;
  background: #ddd;
}

.price-content__item {
  padding: 0 2rem;
}

.price-content__item--label {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: .5rem 3rem;
  color: #000;
}

.price-content__unit {
  text-align: center;
  color: #d74f79;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.price-content__unit::before {
  content: "";
  background: no-repeat center/100% url(img/common/icon_yen_l.png);
  width: 6rem;
  height: 6rem;
  display: inline-block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 2rem;
}

.price-content__unit--large {
  font-size: 4rem;
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
  margin-left: 1rem;
}

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

  .price-content__unit::before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }

  .price-content__unit--large {
    font-size: 2rem;
  }
}

.price-content__text {
  color: #666;
  margin-bottom: 1rem;
}

.price-content__text--small {
  display: block;
  color: #666;
}

.price-content__exp {
  margin-bottom: 2rem;
}

.price-content__exp--hd {
  border-bottom: 2px solid #ddd;
  padding-bottom: .3rem;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: .5rem;
}

.price-content__list {
  padding-left: 1.5rem;
  list-style-type: disc;
  color: #666;
}

.price-content__listitem--bold {
  font-weight: 600;
  color: #000;
}

.price-content__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

.price-content__tablehd,
.price-content__tableitem {
  background: #f3f3f3;
  padding: .5rem 1rem;
  border: 1px solid #aaa;
  color: #666;
  text-align: left;
}

.price-content__tableitem {
  background: #fff;
  font-weight: 600;
  color: #000;
}

.problem__list {
  margin-top: 10px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background-color: #fff;
}

@media only screen and (min-width: 768px),
print {
  .problem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 301px;
    margin-top: 35px;
  }
}

.problem__list>li {
  padding: 10px 5px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 768px),
print {
  .problem__list>li {
    padding: 16px 20px;
    width: 50%;
    font-size: 18px;
  }
}

.problem__list>li::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 17px;
  margin-right: 12px;
  background-image: url(img/top/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .problem__list>li::before {
    margin-right: 5px;
    vertical-align: -3px;
  }
}

.problem__catch {
  margin-top: 35px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .problem__catch {
    margin-top: 25px;
    font-size: 21px;
  }
}

.problem__catch>strong {
  font-size: 38px;
}

@media only screen and (max-width: 767px) {
  .problem__catch>strong {
    font-size: 24px;
  }
}

.section {
  padding-top: 25px;
  padding-bottom: 60px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}

.section.-yellow {
  background-color: #fff8ec;
}

.side {
  margin-left: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 270px;
  flex: 0 1 270px;
}

@media only screen and (max-width: 767px) {
  .side {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 0;
  }
}

.side-ranking {
  background: #fff8ec;
  padding: .5rem;
}

.side-ranking__title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: .5rem;
}

.side-ranking__image {
  max-width: 100%;
  margin-bottom: .5rem;
}

.side-ranking__item {
  border: 1px solid #aaa;
  background: #fff;
  padding: .5rem;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  margin-bottom: 1rem;
}

.side-ranking__link {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-ranking__box--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media only screen and (max-width: 767px) {
  .side-ranking__box--left {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.side-ranking__box--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.side-ranking__cat {
  background: #62a56d;
  color: #fff;
  padding: .2rem .3rem;
  display: inline-block;
  border-radius: 1rem;
  font-size: .8rem;
  margin-bottom: .5rem;
  text-align: center;
}

.side-ranking__cat:empty {
  display: none;
}

@media only screen and (max-width: 767px) {
  .side-ranking__cat {
    display: block;
  }
}

.side-ranking__post-title {
  font-size: 1.2rem;
}

.side-ranking__description {
  font-size: 1rem;
  color: #666;
}

.side-ranking__date {
  font-size: .9rem;
  color: #666;
}

.side-category {
  padding: 1rem .5rem;
  margin-bottom: 2rem;
}

.side-category__title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #aaa;
  padding-bottom: .5rem;
}

.side-category__item {
  border-bottom: 1px solid #aaa;
  padding: .5rem 0;
}

.side-category__link {
  color: #039de2;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  padding-left: 2rem;
}

.side-category__link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-menu {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 65px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  line-height: 1;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.sp-menu__bar-1,
.sp-menu__bar-2,
.sp-menu__bar-3 {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 3px;
  background-color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp-menu__bar-1 {
  display: block;
  top: 14px;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.is-drawer-active .sp-menu__bar-1 {
  -webkit-transform: translateY(-7px) rotate(45deg) scaleX(1.4142);
  transform: translateY(-7px) rotate(45deg) scaleX(1.4142);
}

.sp-menu__bar-2 {
  display: block;
  top: 24px;
}

.is-drawer-active .sp-menu__bar-2 {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.sp-menu__bar-3 {
  display: block;
  top: 34px;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.is-drawer-active .sp-menu__bar-3 {
  -webkit-transform: translateY(7px) rotate(-45deg) scaleX(1.4142);
  transform: translateY(7px) rotate(-45deg) scaleX(1.4142);
}



.writer img {
  max-width: 100%;
}

.writer-header {
  margin-bottom: 1rem;
}

.writer-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.writer-header__image {
  max-width: 100%;
}

.writer-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.writer-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_pen.png);
  background-color: #fff8ec;
  border-radius: 50%;
  top: -3rem;
}

.writer-header__furigana {
  display: block;
  font-size: 1.5rem;
}

.writer-prof {
  margin-bottom: 2rem;
}

.writer-prof__thumb {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.writer-prof__image {
  margin-bottom: .5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e8e8e8;
}

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

@media only screen and (max-width: 767px) {
  .writer-prof__appeal {
    text-align: left;
  }
}

.writer-prof__shd {
  background: #cdebf9;
  padding: .2rem .5rem;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.writer-prof__specialty {
  font-size: 1.2rem;
}

.writer-case {
  background: #fff8ec;
  padding: 1rem .5rem;
  margin-bottom: 2rem;
}

.writer-case__title {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.writer-case__item {
  background: #fff;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 767px) {
  .writer-case__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.writer-case__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .writer-case__thumb {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }
}

.writer-case__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.writer-case__post-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.writer-case__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #666;
}

.writer-case__link {
  color: #039de2;
  border: 1px solid #039de2;
  position: relative;
  padding: .3rem;
  text-align: center;
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
}

.writer-case__link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.writer-acv__box {
  border: 2px solid #d74f79;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-radius: .5rem;
}

.writer-acv__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .5rem;
  text-align: center;
}

.writer-acv__item,
.writer-acv__item--media {
  padding: .5rem 1rem;
  color: #666;
}

.writer-acv__item--media {
  border-bottom: 3px dashed #aaa;
}

.writer-acv__item--media:last-of-type {
  border-bottom: none;
}

.writer-acv__item--media::before {
  content: "・";
}

.writer__back {
  padding-left: 0;
  position: relative;
  border: 1px solid #d74f79;
  border-radius: 4rem;
  padding: .5rem 1rem;
  display: block;
  color: #d74f79;
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem auto;
}

.writer__back::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .writer__back {
    width: 100%;
  }
}

.writer-list {
  margin-bottom: 2rem;
}

.writer-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  padding: 1rem .5rem;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .writer-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.writer-list__box--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  margin-right: 1rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .writer-list__box--left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: .5rem;
    justify-self: center;
    margin: 0 auto .5rem;
  }
}

.writer-list__box--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .writer-list__box--right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.writer-list__specialty {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .writer-list__specialty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.writer-list__specialty--title {
  display: inline-block;
  background: #f3f3f3;
  padding: .2rem .5rem;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
  .writer-list__specialty--title {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

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

.writer-list__name {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", serif;
  font-weight: 600;
}

.writer-list__name::before,
.writer-list__name::after {
  content: "Writer";
  margin: 0 1rem;
  color: #F49203;
  font-size: 1rem;
  font-family: cursive;
}

.writer-list__name::after {
  content: "Name";
}

@media only screen and (max-width: 767px) {
  .writer-list__name {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .writer-list__appeal {
    margin-bottom: 1rem;
  }
}

.writer-list__link {
  display: block;
  border: 1px solid #039de2;
  color: #039de2;
  text-align: center;
  padding: .2rem;
  text-decoration: none;
  position: relative;
  justify-self: flex-end;
  font-weight: 600;
}

.writer-list__link:hover {
  background: #039de2;
  color: #fff;
}

.writer-list__link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company img {
  max-width: 100%;
}

.company-header {
  margin-bottom: 1rem;
}

.company-header__mainv {
  background: #fff8ec;
  margin-bottom: 2rem;
}

.company-header__image {
  max-width: 100%;
}

.company-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 2rem 0 1rem;
}

.company-header__title::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center/80% url(img/common/icon_info.png);
  background-color: #fff8ec;
  border-radius: 50%;
  bottom: 70%;
}

.company-content {
  margin-bottom: 2rem;
}

.company-content__table {
  border-collapse: collapse;
  width: 100%;
}

.company-content__row {
  background: #f3f3f3;
}

.company-content__row:nth-of-type(2n) {
  background: #fff;
}

.company-content__hd {
  padding: .5rem 1rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .company-content__hd {
    width: 30%;
  }
}

.company-content__item {
  padding: .5rem 1rem;
}


/* 20210805追加分 */
#table-price table {
	min-width: 100%;
	border:1px solid #fff;
	border-collapse: collapse;
	inline-size: max-content;
}
#table-price td, #table-price th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

#table-price td {
	padding: 4px;
  text-align: center;
}
.table_scroll {
  overflow-x: auto;
  width: 100%;
}
#table-price .white_f {
  color: white;
  font-weight: 400;
  text-align: center!important;
  padding: 5px 5px;
}
.bg_g1 {
  background-color: #90ee90;
}
.bg_g2 {
  background-color: #32cd32
}
.bg_yl {
  background-color: #f0e68c;
}
.bg_pk {
  background-color: #ffc0cb;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.bg-successlight {
  background-color: #92D050;
}
.border-dotted {
  border: 1px dotted #000;
}
.text-ch {
  font-size: 1rem;
  font-weight: bold;
}
.text-mini {
  font-size: xx-small;
}
.title-01 {
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  font-size: 1.5rem!important;
  font-weight: bold;
  margin-bottom:1rem;
  padding-left: 0.5rem;
  border-left: 5px solid #039de2;
}
.txt-lf {
  padding-left: 20px!important;
  margin-bottom:1rem;
}
.point-st {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.1rem!important;
}
.voice {
  width: 5rem;
}
.option-mb {
  border: 1px solid #cdcdcd;
  padding: 10px;
	margin-top:1rem;
}
.bg-danger {
  background-color: #ED7D31;
}
.bg-warning {
  background-color: #FFC000;
}
.text-white {
  color: #fff;
}
.text-center {
  text-align: center!important;
}
.d-flex {
	display: flex;
	justify-content: space-between;
}
#hanyaku ul {
    list-style: disc;
    margin-left: 2rem;
}
#table-price .line-clear {
  border: none!important;
}
#table-price {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .d-flex {
  display: block;
  }
}

#pageKv h1 {
	font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0 15px;
}
