@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.c-table {
  border-collapse: collapse;
}
.c-table th, .c-table td {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  padding: 0.7em 20px;
  box-sizing: border-box;
}
.c-table th {
  font-weight: bold;
  vertical-align: middle;
}
.c-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.c-table tr:last-child {
  border-bottom: none;
}
.c-table thead {
  border-bottom: 1px solid #e5e5e5;
}
.c-table thead th {
  background: #F8F8F8;
}
.c-table.ext-odd tr:nth-child(odd) th, .c-table.ext-odd tr:nth-child(odd) td {
  background: #F8F8F8;
}
.c-table.ext-even tr:nth-child(even) th, .c-table.ext-even tr:nth-child(even) td {
  background: #F8F8F8;
}
.c-table.ext-vertical th, .c-table.ext-vertical td {
  border-right: 1px solid #e5e5e5;
}
.c-table.ext-vertical th:last-child, .c-table.ext-vertical td:last-child {
  border-right: none;
}
@media screen and (max-width: 820px) {
  .c-table th, .c-table td {
    font-size: 14px;
    padding: 0.7em 15px;
  }
}
.c-table .ext-left {
  text-align: left;
}
.c-table .ext-right {
  text-align: right;
}
.c-table .c-tooltip:after {
  vertical-align: middle;
  margin-top: -2px;
}
.c-table.ext-border {
  border-top: 1px solid #d1d1d1;
}
.c-table.ext-border tr {
  border-bottom: 1px solid #d1d1d1;
}
.c-table.ext-border th, .c-table.ext-border td {
  border-left: 1px solid #d1d1d1;
}
.c-table.ext-border th:first-child, .c-table.ext-border td:first-child {
  border-left: none;
}
.c-table.ext-border th:not(:last-child) {
  border-right: 1px solid #d1d1d1;
}
.c-table.ext-border tr.ext-alt th, .c-table.ext-border tr.ext-alt td {
  background: #ffffff;
}
.c-table.ext-border.ext-reverse th:nth-child(odd), .c-table.ext-border.ext-reverse td:nth-child(odd),
.c-table.ext-border.ext-reverse th:nth-child(even), .c-table.ext-border.ext-reverse td:nth-child(even), .c-table.ext-border:not(.ext-reverse) th:nth-child(odd), .c-table.ext-border:not(.ext-reverse) td:nth-child(odd),
.c-table.ext-border:not(.ext-reverse) th:nth-child(even), .c-table.ext-border:not(.ext-reverse) td:nth-child(even) {
  background: #ffffff;
}

.p-topics.c-section {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-topics.c-section {
    margin-top: 15px;
  }
}
.p-topics__post {
  background: #ffffff;
  border-radius: 16px;
  max-width: 920px;
  margin: 0 auto;
  padding: 2em;
}
@media screen and (max-width: 820px) {
  .p-topics__post {
    padding: 1em;
  }
}
.p-topics__post .lower {
  position: relative;
  max-width: 920px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: none;
  color: #222;
  line-height: 1.2;
  font-weight: bold;
  font-size: 32px;
  margin: 8px auto 0 auto;
}
@media screen and (max-width: 820px) {
  .p-topics__post .lower {
    margin: 0.5em auto 0;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.03em;
    padding: 0;
  }
}
.p-topics__keyvisual {
  border-radius: 16px;
  background: #E35D54;
  height: 120px;
  width: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 820px) {
  .p-topics__keyvisual {
    height: 60px;
    font-size: 22px;
  }
}
.p-topics__navi {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 1em 2em;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .p-topics__navi {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    padding: 15px;
  }
}
.p-topics__year {
  display: flex;
  align-items: center;
  margin-right: 3em;
}
.p-topics__year h3 {
  font-weight: bold;
  margin-right: 1.5em;
}
@media screen and (max-width: 820px) {
  .p-topics__year select {
    font-size: 14px !important;
  }
}
.p-topics__month {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .p-topics__month {
    margin-top: 1em;
  }
}
.p-topics__month h3 {
  font-weight: bold;
  margin-right: 1.5em;
}
.p-topics__month ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-topics__month li {
  margin-right: 1em;
}
.p-topics__month li a {
  text-decoration: underline;
}
.p-topics__table {
  background: #ffffff;
  overflow: hidden;
  padding: 1em 2em;
  width: 100%;
  border-radius: 16px;
  margin-top: 1em;
  position: relative;
}
.p-topics__table::after, .p-topics__table::before {
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  display: block;
  background: #ffffff;
  top: 0;
  left: 0;
}
.p-topics__table::after {
  right: 0;
  left: auto;
}
.p-topics__table td a {
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .p-topics__table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1em;
  }
  .p-topics__table tr .p-topics__date {
    padding: 1em 0 0;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: left;
  }
  .p-topics__table tr .p-topics__category {
    padding: 1em 0 0;
    margin-left: auto;
    flex-shrink: 0;
    flex-grow: 0;
    width: 140px;
  }
  .p-topics__table tr .p-topics__category span {
    font-size: 10px;
    padding: 0.3em 0.5em;
  }
  .p-topics__table tr .p-topics__title {
    width: 100%;
    padding: 0.5em 0 1em;
  }
}
.p-topics__date {
  width: 150px;
  font-weight: bold;
  white-space: nowrap;
}
.p-topics__category {
  width: 120px;
}
.p-topics__category span {
  display: inline-block;
  padding: 0.3em 1em;
  color: #ffffff;
  border-radius: 1000vmax;
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  white-space: nowrap;
}
.p-topics__category span.ext-press {
  background: #284894;
}
.p-topics__category span.ext-info {
  background: #50A0AA;
}
.p-topics__category span.ext-media {
  background: #E49A46;
}
.p-topics__title {
  text-align: left !important;
}
.p-topics__title div {
  display: flex;
  justify-content: flex-start;
}
.p-topics__title div a {
  width: 100px;
  flex-grow: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column_postdate {
  margin: 0.5em auto 2em;
  max-width: 920px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  color: #787878;
  display: flex;
  align-items: center;
}
.column_postdate span + span {
  margin-left: 1.5em;
}
@media screen and (max-width: 820px) {
  .column_postdate {
    margin: 0.5em auto 2em;
    padding: 0;
    font-size: 12px;
  }
}

#content_area .column_recommend {
  margin: 2em auto 0;
  max-width: 720px;
}
#content_area .column_recommend h2 {
  margin-top: 0;
  font-size: 16px;
  background: #F8F8F8;
  padding: 0.5em 1em;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #content_area .column_recommend h2 {
    padding: 0.5em 15px;
    font-size: 14px;
  }
}
#content_area .column_recommend ul {
  border-top: 3px solid #F8F8F8;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  #content_area .column_recommend ul {
    font-size: 14px;
  }
}
#content_area .column_recommend ul li {
  border-bottom: 1px solid #F8F8F8;
}
#content_area .column_recommend ul li a {
  display: block;
  padding: 0.5em 1em;
  color: #E35D54;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  #content_area .column_recommend ul li a {
    padding: 0.5em 15px;
  }
}
#content_area .column_recommend ul li a:hover {
  opacity: 1;
  background-color: rgba(248, 248, 248, 0.4);
}

#content_area .column_supervisor {
  margin: 2em auto 0;
  background: #F8F8F8;
  padding: 2em 1em;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor {
    margin: 30px auto 0;
    padding: 30px 15px;
  }
}
#content_area .column_supervisor > div {
  display: grid;
  max-width: 720px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (min-width: 821px) {
  #content_area .column_supervisor > div {
    grid-template-rows: auto 1fr;
  }
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor > div {
    grid-template-columns: auto 1fr;
  }
}
#content_area .column_supervisor h2 {
  margin-top: 0;
  width: 100%;
  grid-column: 2;
  grid-row: 1;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 821px) {
  #content_area .column_supervisor h2 {
    margin-bottom: 1em;
    align-self: start;
  }
}
#content_area .column_supervisor h2 strong {
  font-weight: bold;
}
#content_area .column_supervisor h2 span {
  opacity: 0.6;
  margin-left: 1em;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor h2 span {
    display: block;
    margin-left: 0;
    margin-top: 0.3em;
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor h2 {
    grid-column: 2;
    grid-row: 1;
  }
}
#content_area .column_supervisor img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  grid-column: 1;
  grid-row: 1/span 2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1em;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor img {
    grid-column: 1;
    grid-row: 1;
    width: 60px;
    height: 60px;
  }
}
#content_area .column_supervisor p {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor p {
    margin-top: 1em;
    grid-column: 1/span 2;
    grid-row: 2;
  }
}

.wrapper_inner {
  max-width: 990px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0 0 40px 40px;
  padding-bottom: 40px;
}

#btn_detail {
  height: 48px;
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}
@media screen and (max-width: 820px) {
  #btn_detail {
    padding-top: 0;
    margin: 2em 15px 0;
  }
}
#btn_detail a {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: -64px;
  transform: translate(-50%, 0);
  transition: bottom 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  min-width: 320px;
  height: 48px;
  line-height: 48px;
  background: #53A96D;
  color: #ffffff;
  padding: 0 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #btn_detail a {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }
}
#btn_detail a:hover {
  opacity: 0.7;
}
#btn_detail a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-house_w.svg) no-repeat center center/contain;
  margin-right: 8px;
}
#btn_detail.is-active a {
  bottom: 32px;
}
#btn_detail.is-static a {
  position: static;
  transform: none;
}

#btn_back {
  height: 42px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}
@media screen and (max-width: 820px) {
  #btn_back {
    padding-top: 0;
    margin: 5em 15px 0;
  }
}
#btn_back a {
  transform: none;
  transition: bottom 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  min-width: 320px;
  height: 48px;
  line-height: 48px;
  background: #3C3C3C;
  color: #ffffff;
  padding: 0 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #btn_back a {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }
}
#btn_back a:hover {
  opacity: 0.7;
}
#btn_back a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-return_white.svg) no-repeat center center/contain;
  margin-right: 8px;
}

#column_header {
  max-width: 920px;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
}
#column_header + #column_header {
  margin-top: 2em;
}
#column_header > div {
  width: 100%;
  max-width: 940px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #787878;
  background: none;
  position: relative;
  z-index: 0;
  order: 3;
}
#column_header > div span {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  display: inline-block;
  padding: 4px 8px;
}
@media screen and (max-width: 820px) {
  #column_header > div span {
    font-size: 12px;
  }
}
#column_header > div span.ext-press {
  background: #284894;
}
#column_header > div span.ext-info {
  background: #50A0AA;
}
#column_header > div span.ext-media {
  background: #E49A46;
}
@media screen and (max-width: 820px) {
  #column_header > div {
    padding: 0;
  }
}
#column_header > div ul.sorcial_lower {
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#column_header > div ul.sorcial_lower li + li {
  margin-left: 14px;
}
#column_header > div.sp_h3 {
  margin: 24px auto 0 !important;
  z-index: 0;
  position: relative;
  background: none;
}
@media screen and (max-width: 820px) {
  #column_header > div.sp_h3 {
    font-size: 12px;
    margin-top: 1em !important;
  }
}
#column_header > div:first-child {
  font-size: 18px;
  order: 2;
  color: #222;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #column_header > div:first-child {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#column_header > figure {
  width: 100%;
  order: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  #column_header > figure {
    display: flex;
    flex-direction: column-reverse;
  }
}
#column_header > figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 40px 40px;
}
#column_header > figure p {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.75);
  width: 45%;
  color: #ffffff;
  font-size: 22px;
  padding: 54px 30px 30px;
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  #column_header > figure p.ext-bottom {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  #column_header > figure p.ext-right {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 820px) {
  #column_header > figure p {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    top: auto;
    width: 100%;
    background: #222;
    padding: 36px 15px 15px;
    font-size: 20px;
  }
}
#column_header > figure p strong {
  position: relative;
  display: block;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
}
#column_header > figure p strong:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/svg/special/icn-quote.svg);
  bottom: 100%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  #column_header > figure p strong:before {
    width: 20px;
    height: 20px;
  }
}
#column_header > figure p strong:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/svg/special/icn-quote.svg);
  top: 100%;
  right: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 820px) {
  #column_header > figure p strong:after {
    width: 20px;
    height: 20px;
  }
}
#column_header > figure p span {
  font-size: 16px;
  font-weight: normal;
  align-self: flex-start;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #column_header > figure p span {
    font-size: 14px;
  }
}
#column_header ul#sp_navi {
  width: 100%;
  margin: 0 auto;
  display: table;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi {
    width: auto;
    display: flex;
    order: 1;
    flex-direction: column;
    background: #F8F8F8;
    padding: 5px;
    box-sizing: border-box;
    margin: 15px;
  }
}
#column_header ul#sp_navi.clearfix:after {
  display: none;
}
#column_header ul#sp_navi li {
  background: #FFF url(/images/special/bottom.png) no-repeat center bottom;
  text-align: center;
  margin: 0 0 0 0px;
  font-size: 20px;
  display: table-cell;
  border-left: 5px solid #eee;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li {
    padding: 0;
    margin-top: 5px;
    width: 100%;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border: none;
  }
  #column_header ul#sp_navi li:first-child {
    margin-top: 0;
  }
  #column_header ul#sp_navi li span, #column_header ul#sp_navi li br {
    display: none;
  }
  #column_header ul#sp_navi li span[class^=icon-], #column_header ul#sp_navi li span[class*=" icon-"] {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin-right: 0.5em;
    width: 1.5em;
    text-align: center;
  }
}
#column_header ul#sp_navi li.current {
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li.current {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0.5em;
  }
}
#column_header ul#sp_navi li:nth-child(1).current {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(1):hover {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(1) a {
  color: #108cca;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(1) a {
    background-image: url(/m/images/special/sp_allow01.gif);
  }
}
#column_header ul#sp_navi li:nth-child(2).current {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(2):hover {
  background-color: #009f81;
}
#column_header ul#sp_navi li:nth-child(2) a {
  color: #009f81;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(2) a {
    background-image: url(/m/images/special/sp_allow02.gif);
  }
}
#column_header ul#sp_navi li:nth-child(3).current {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(3):hover {
  background-color: #e63a48;
}
#column_header ul#sp_navi li:nth-child(3) a {
  color: #e63a48;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(3) a {
    background-image: url(/m/images/special/sp_allow03.gif);
  }
}
#column_header ul#sp_navi li:nth-child(4).current {
  background-color: #e26c00;
}
#column_header ul#sp_navi li:nth-child(4):hover {
  background-color: #e26c00;
}
#column_header ul#sp_navi li:nth-child(4) a {
  color: #e26c00;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(4) a {
    background-image: url(/m/images/special/sp_allow04.gif);
  }
}
#column_header ul#sp_navi li:nth-child(5).current {
  background-color: #68a816;
}
#column_header ul#sp_navi li:nth-child(5):hover {
  background-color: #68a816;
}
#column_header ul#sp_navi li:nth-child(5) a {
  color: #68a816;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(5) a {
    background-image: url(/m/images/special/sp_allow05.gif);
  }
}
#column_header ul#sp_navi li:last-child {
  border-right: 5px solid #eee;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:last-child {
    border-right: 0;
  }
}
#column_header ul#sp_navi li:hover {
  background-image: url(/images/special/bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:hover {
    background: none;
  }
}
#column_header ul#sp_navi li a {
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0 35px 0;
  display: block;
  z-index: 10;
}
#column_header ul#sp_navi li a:hover {
  color: #fff;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li a:hover {
    background-image: none;
  }
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li a {
    padding: 0 0.5em;
    display: flex;
    height: 40px;
    align-items: center;
    background: url(/m/images/special/sp_allow01.gif) no-repeat right 10px center/10px 14px;
  }
}
#column_header ul.one li {
  width: 100%;
}
#column_header ul.two li {
  width: 50%;
}
#column_header ul.three li {
  width: 33.3%;
}
#column_header ul.four li {
  width: 25%;
}
#column_header ul.five li {
  width: 20%;
  background: #000;
  font-size: 200px;
}
#column_header ul li span {
  font-size: 16px;
  padding: 10px 10px 0 10px;
  display: block;
}
#column_header ul li span.icon-icon_01, #column_header ul li span.icon-icon_02, #column_header ul li span.icon-icon_03, #column_header ul li span.icon-icon_04, #column_header ul li span.icon-icon_05 {
  font-size: 20px;
  display: inline;
}

.column_lead {
  margin-bottom: 10px;
}
.column_lead p {
  background: #ffffff;
  border-radius: 2em;
  padding: 1em 2em;
  position: relative;
  border: 1px solid #d1d1d1;
  font-size: 16px;
}
.column_lead p::after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-color: #ffffff;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 2em;
  bottom: -39px;
  filter: drop-shadow(0 1px 0 #d1d1d1);
}
@media screen and (max-width: 820px) {
  .column_lead {
    margin-bottom: 10px;
  }
  .column_lead p {
    font-size: 14px;
    border-radius: 20px;
    padding: 15px;
  }
  .column_lead p::after {
    left: 20px;
    border: 20px solid transparent;
    border-top-color: #ffffff;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

.column_index {
  background: #F8F8F8;
  padding: 2em;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .column_index {
    font-size: 14px;
    padding: 20px 15px;
  }
}
.column_index p {
  font-weight: bold;
}
.column_index ul {
  margin-top: 0.5em;
}
.column_index ul li {
  padding: 0.5em 0;
  border-top: 1px solid #ddd;
}
.column_index ul li:last-child {
  border-bottom: 1px solid #ddd;
}
.column_index a {
  color: #E35D54;
}

#content_area {
  margin: 0 auto;
  max-width: 920px;
  box-sizing: border-box;
}
#content_area h2 {
  background-color: transparent;
  max-width: 920px;
  margin: 2em auto 0;
  color: #222;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  clear: both;
}
#content_area h2:before {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  #content_area h2 {
    font-size: 18px;
    margin-top: 2em;
  }
}
#content_area h3 {
  background-color: transparent;
  max-width: 920px;
  margin: 40px auto 0;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  clear: both;
}
#content_area h3:before {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  #content_area h3 {
    font-size: 16px;
    margin-top: 2em;
  }
}
#content_area h4 {
  background-color: transparent;
  max-width: 920px;
  margin: 20px auto 0;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  clear: both;
}
#content_area h4:before {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  #content_area h4 {
    font-size: 14px;
    margin-top: 1.5em;
  }
}

/*contentセッティング*/
.sp_box {
  width: 49%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
}
.sp_box.right {
  float: right !important;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 820px) {
  .sp_box {
    width: 100%;
    float: none;
  }
  .sp_box.right {
    width: 100%;
    float: none !important;
  }
}

.img_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: none;
  justify-content: center;
  align-items: center;
}
.img_box.ext-movie {
  height: 0;
  padding-top: 56.25%;
}
.img_box.ext-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.img_box img {
  max-width: 100%;
  height: auto;
  order: 1;
  vertical-align: bottom;
}
.img_box .caption {
  bottom: 4px;
  width: 100%;
  color: #787878;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  font-size: 12px;
  background: none;
  order: 2;
}
.img_box .caption p {
  padding: 0;
  margin: 0.4em 0 0 !important;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .img_box .caption p {
    font-size: 12px;
    line-height: 1.6;
  }
}

.sp_box_full {
  clear: both;
  margin: 0 0 20px 0;
  /* 現行サイトにフォーマットを合わせるための一時的な処置*/
}
.sp_box_full p + p {
  margin-top: 1.4em !important;
}

.interview_01 {
  background: none;
  color: #222;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin: calc(50px - 1em) 0 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .interview_01 {
    font-size: 16px;
    margin-top: 1.5em;
  }
}
.interview_01:first-child {
  margin-top: 0;
}
.interview_01:before {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #222;
  margin-right: 1em;
  font-weight: normal;
  margin-top: calc(0.9em - 1px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .interview_01:before {
    width: 20px;
    margin-right: 0.5em;
  }
}
.interview_01 + br + br {
  display: none;
}

.interview_02 {
  background: #efefef;
  color: #222;
  padding: 0.5em 1em;
  margin: 0 0 20px;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 820px) {
  .interview_02 {
    padding: 0.3em 0.8em;
  }
}
.interview_02:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #efefef;
  border-left-color: #efefef;
}

.video-wrapper {
  width: 600px;
  max-width: 100%;
}

.sp_box,
.sp_box_full {
  margin-bottom: 0;
}
h2 + .sp_box,
h2 + .sp_box_full {
  margin-top: 32px;
}
h2 + .sp_box + .sp_box.right,
h2 + .sp_box_full + .sp_box.right {
  margin-top: 32px;
}
h3 + .sp_box,
h3 + .sp_box_full {
  margin-top: 24px;
}
h3 + .sp_box + .sp_box.right,
h3 + .sp_box_full + .sp_box.right {
  margin-top: 24px;
}
h4 + .sp_box,
h4 + .sp_box_full {
  margin-top: 16px;
}
h4 + .sp_box + .sp_box.right,
h4 + .sp_box_full + .sp_box.right {
  margin-top: 16px;
}
.sp_box p,
.sp_box_full p {
  line-height: 1.8;
  font-size: 16px;
  margin: 0 !important;
}
@media screen and (max-width: 820px) {
  .sp_box p,
  .sp_box_full p {
    line-height: 1.6;
    font-size: 14px;
  }
}
.sp_box p a,
.sp_box_full p a {
  color: #E35D54;
  text-decoration: underline;
}
.sp_box ul,
.sp_box ol,
.sp_box_full ul,
.sp_box_full ol {
  line-height: 1.8;
  font-size: 16px;
  margin: 30px auto;
  margin-left: 25px;
  list-style: disc;
}
@media screen and (max-width: 820px) {
  .sp_box ul,
  .sp_box ol,
  .sp_box_full ul,
  .sp_box_full ol {
    line-height: 1.6;
    font-size: 14px;
  }
}
.sp_box ul li + li,
.sp_box ol li + li,
.sp_box_full ul li + li,
.sp_box_full ol li + li {
  margin-top: 0.5em;
}
.sp_box ul a,
.sp_box ol a,
.sp_box_full ul a,
.sp_box_full ol a {
  color: #E35D54;
  text-decoration: underline;
}

.column_quote {
  background: #efefef;
  position: relative;
  padding: 4em 2em;
  margin: 2em 0;
}
@media screen and (max-width: 820px) {
  .column_quote {
    font-size: 14px;
    padding: 4em 1.5em;
  }
}
.column_quote::before, .column_quote::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(/svg/special/icn-quote.svg) no-repeat center center/cover;
  opacity: 1;
}
.column_quote:before {
  left: 1em;
  top: 1em;
  transform: rotate(180deg);
}
.column_quote:after {
  right: 1em;
  bottom: 1em;
}

.sp_box_full {
  max-width: 920px;
  margin: 0 auto;
}
.sp_box_full + .sp_box_full,
.sp_box_full + .sp_box {
  margin-top: 2em;
}
@media screen and (max-width: 820px) {
  .sp_box_full + .sp_box_full,
  .sp_box_full + .sp_box {
    margin-top: 2em;
  }
}
.sp_box_full + .sp_box_full + .sp_box,
.sp_box_full + .sp_box + .sp_box {
  margin-top: 2em;
}
@media screen and (max-width: 820px) {
  .sp_box_full + .sp_box_full + .sp_box,
  .sp_box_full + .sp_box + .sp_box {
    margin-top: 2em;
  }
}

.sp_box.right + .sp_box {
  clear: both;
}
.sp_box.right {
  margin-bottom: 0;
}
.sp_box + .sp_box {
  margin-top: 2em;
}
@media screen and (max-width: 820px) {
  .sp_box + .sp_box {
    margin-top: 2em;
  }
}
.sp_box + h4,
.sp_box + .sp_box_full {
  margin-top: 0;
  padding-top: 2em !important;
}
@media screen and (max-width: 820px) {
  .sp_box + h4,
  .sp_box + .sp_box_full {
    padding-top: 2em !important;
  }
}

.column_button {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #3C3C3C;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.6;
  padding: 0.5em 1em;
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (min-width: 821px) {
  .column_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .column_button {
    height: auto;
    min-height: 70px;
  }
}
.column_button span span {
  margin-top: 0.25em;
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (min-width: 821px) {
  .column_button span span {
    font-size: 13px;
  }
}
.column_button.ext-alt {
  background: #B4B4B4;
}
.column_button.ext-cart {
  color: #ffffff !important;
  background: #53A96D;
}
.column_button.ext-sub {
  border: 1px solid #222;
  color: #222 !important;
  background: #ffffff;
}
@media screen and (min-width: 821px) {
  .column_button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.next_prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
}
@media screen and (max-width: 820px) {
  .next_prev {
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.next_prev li a {
  display: flex;
  align-items: center;
}
.next_prev li:nth-child(1) {
  order: 1;
}
.next_prev li:nth-child(1) a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/svg/icn-arrow_carousel.svg) no-repeat center center/contain;
  margin-right: 0.7em;
  transform: rotate(180deg);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .next_prev li:nth-child(1) a::before {
    width: 14px;
    height: 14px;
  }
}
.next_prev li:nth-child(2) {
  order: 3;
}
.next_prev li:nth-child(2) a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/svg/icn-arrow_carousel.svg) no-repeat center center/contain;
  margin-left: 0.7em;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .next_prev li:nth-child(2) a::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 820px) {
  .next_prev li:nth-child(2) {
    order: 2;
  }
}
.next_prev li a {
  text-decoration: underline;
}
.next_prev li .c-button {
  text-decoration: none;
  min-width: 320px;
  justify-content: center;
}
.next_prev .ext-back {
  order: 2;
}
.next_prev .ext-back span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-return_white.svg) no-repeat center center/contain;
  margin-right: 8px;
}
@media screen and (max-width: 820px) {
  .next_prev .ext-back span {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 820px) {
  .next_prev .ext-back {
    width: 100%;
    order: 3;
    margin-top: 1em;
  }
}

/*font*/
@font-face {
  font-family: "icomoon";
  src: url("/css/fonts/icomoon.eot?4ua5ng");
  src: url("/css/fonts/icomoon.eot?#iefix4ua5ng") format("embedded-opentype"), url("/css/fonts/icomoon.woff?4ua5ng") format("woff"), url("/css/fonts/icomoon.ttf?4ua5ng") format("truetype"), url("/css/fonts/icomoon.svg?4ua5ng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_02:before {
  content: "\e600";
}

.icon-icon_03:before {
  content: "\e601";
}

.icon-icon_04:before {
  content: "\e602";
}

.icon-icon_05:before {
  content: "\e603";
}

.icon-icon_06:before {
  content: "\e604";
}

.icon-icon_01:before {
  content: "\e605";
}