@charset "UTF-8";
:root {
  --black: 51, 51, 51;
  --red: 229, 0, 20;
  --gray01: 247, 247, 247;
  --gray02: 179, 170, 179;
  --yellow: 255, 241, 0;
  --border: rgba(var(--black), .6);
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
}
.clear {
  clear: both
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  word-break: break-all;
}
body {
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, main, footer, header, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
ul:not([class]), ol:not([class]) {
  padding-left: 1.25em;
}
ul[class], ol[class] {
  list-style: none;
}
span {
  font-weight: inherit;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  color: inherit;
}
@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
a[class] {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
address {
  font-style: normal;
}
sup {
  vertical-align: text-top;
  font-size: 0.75em;
}
sub {
  vertical-align: text-bottom;
  font-size: 0.75em;
}
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(var(--border));
  margin: 1em 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100%;
}
/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}
input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
select {
  color: inherit;
}
textarea {
  resize: vertical;
}
button {
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}
/* 02_base
================================================ */
body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: rgb(var(--black));
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media all and (min-width: 768px) {
  body {
    min-width: var(--contents_width_with_padding);
    font-size: 1.6rem;
  }
}
.l-wrapper {
  position: relative;
}
@media all and (min-width: 768px) {
  .l-container.is-col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: var(--sidebar_width) 20px auto;
    grid-template-columns: var(--sidebar_width) auto;
    gap: 0 20px;
    width: var(--contents_width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-contents {
    flex: 1;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
    flex-basis: var(--sidebar_width);
  }
}
@media all and (min-width: 768px) {
  #l-logo-txt {
    font-size: 8px;
    letter-spacing: 0.05em;
  }
}
/* sp <--> tb <--> pc
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 768px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 1160px) {
  .u-media-query {
    font-family: "pc";
  }
}
@media all and (max-width: 1159px) {
  .u-view-pc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .u-view-tb {
    display: none !important;
  }
}
@media all and (min-width: 1160px) {
  .u-view-tb {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}
@media all and (min-width: 1160px) {
  .u-view-under-tb {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .u-view-upper-tb {
    display: none !important;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-wrap {
  overflow: auto;
}
.u-overflow-wrap .u-overflow-sec {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .u-overflow-wrap .u-overflow-sec {
    min-width: var(--contents_width_with_padding);
  }
}
/* text
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  a.u-alpha {
    transition: all 0.3s ease;
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  a.u-zoom .u-zoom__img {
    transition: all 0.3s ease;
  }
  a.u-zoom:hover .u-zoom__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* layout
-------------------------------------- */
.u-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--contents_width);
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*  .c-archive01.is-no-image
================================================== */
.c-archive01.is-no-image .c-archive01__item-label {
  background-color: rgb(var(--yellow));
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 20px;
  color: rgb(var(--black));
  margin-right: 11px;
  margin-bottom: 13px;
}
@media all and (max-width: 767px) {
  .c-archive01.is-no-image .c-archive01__item + .c-archive01__item {
    margin-top: 0px;
  }
  .c-archive01.is-no-image .c-archive01__item:last-of-type .c-archive01__item-in {
    border-bottom: 1px solid rgb(var(--gray02));
  }
  .c-archive01.is-no-image .c-archive01__item-in {
    border: none;
    border-top: 1px solid rgb(var(--gray02));
    padding: 0px 0px 0px;
    min-height: auto;
  }
  .c-archive01.is-no-image .c-archive01__item-in::before {
    content: none;
  }
  .c-archive01.is-no-image .c-archive01__item-ico {
    display: none;
  }
  .c-archive01.is-no-image .c-archive01__item-area-txt {
    width: 100%;
    padding: 0;
  }
  .c-archive01.is-no-image .c-archive01__item-txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 768px) {
  .c-archive01.is-no-image .c-archive01__item-in {
    padding: 10px 47px 5px 0;
  }
  .c-archive01.is-no-image .c-archive01__item-label {
    font-size: 1.4rem;
    line-height: 1.1;
    padding: 2px 17px 3px;
    margin-right: 9px;
    margin-bottom: 0;
  }
  .c-archive01.is-no-image .c-archive01__item-data {
    float: left;
    display: block;
  }
  .c-archive01.is-no-image .c-archive01__item-txt {
    letter-spacing: 0.05em;
    padding-left: 10px;
    float: left;
  }
}
/*  .c-archive01
================================================== */
.c-archive01__item + .c-archive01__item {
  margin-top: 16px;
}
.c-archive01__item-in {
  display: block;
  padding: 10px 0;
  border: 1px solid rgb(var(--gray02));
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 19px 19px;
  min-height: 128px;
  box-sizing: border-box;
}
.c-archive01__item-in::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgb(var(--yellow));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
}
.c-archive01__item-ico {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: rgb(var(--yellow));
  border-radius: 3px 0 3px 0;
  color: rgb(var(--red));
  right: 0;
  bottom: 0;
}
.c-archive01__item-ico-svg {
  width: 6.66px;
  height: 3.33px;
  -webkit-transform: rotate(90deg) translate(-1px, -1px);
  transform: rotate(90deg) translate(-1px, -1px);
}
.c-archive01__item-area-txt {
  width: calc(100% - 75px);
  box-sizing: border-box;
  padding-right: 14px;
}
.c-archive01__item-data {
  font-size: 1rem;
  color: rgb(var(--gray02));
  letter-spacing: -0.02em;
  margin-bottom: 1px;
}
.c-archive01__item-txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-archive01__item-img {
  width: 75px;
  padding-top: 3px;
}
.c-archive01__item-num {
  width: 35px;
  display: inline-block;
  vertical-align: revert;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-bottom: 8px;
}
.c-archive01__item-num.is-small {
  width: 29px;
}
@media all and (max-width: 767px) {
  .c-archive01__item.is-sp-wide .c-archive01__item-in {
    padding-bottom: 34px;
  }
  .c-archive01__item.is-sp-wide .c-archive01__item-in::before {
    content: none;
  }
  .c-archive01__item.is-sp-wide .c-archive01__item-area-txt {
    order: 2;
    width: 100%;
    padding: 0;
  }
  .c-archive01__item.is-sp-wide .c-archive01__item-txt {
    letter-spacing: 0.08em;
  }
  .c-archive01__item.is-sp-wide .c-archive01__item-img {
    order: 1;
    width: 100%;
    margin-bottom: 13px;
  }
}
@media all and (min-width: 768px) {
  .c-archive01__item {
    border-top: 1px solid rgb(var(--gray02));
  }
  .c-archive01__item:last-of-type {
    border-bottom: 1px solid rgb(var(--gray02));
  }
  .c-archive01__item + .c-archive01__item {
    margin-top: 0;
  }
  .c-archive01__item-in {
    border: none;
    min-height: auto;
    padding: 16px 47px 19px 0;
  }
  .c-archive01__item-in::before {
    content: none;
  }
  .c-archive01__item-in:hover .c-archive01__item-txt {
    color: rgb(var(--red));
  }
  .c-archive01__item-ico {
    background-color: #fff;
    bottom: auto;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
  }
  .c-archive01__item-ico-svg {
    width: 20px;
    height: 12px;
  }
  .c-archive01__item-area-txt {
    width: 100%;
    padding: 0;
  }
  .c-archive01__item-data {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .c-archive01__item-txt {
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  .c-archive01__item-img {
    display: none;
  }
  .c-archive01__item-num {
    width: 39px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    margin-bottom: 3px;
  }
  .c-archive01__item-num.is-small {
    width: 32px;
  }
}
/*  .c-btn01
================================================== */
.c-btn01__link {
  border: 1px solid rgb(var(--gray02));
  border-radius: 50px;
  font-weight: 700;
  display: block;
  text-align: center;
  max-width: 257px;
  box-sizing: border-box;
  text-decoration: none !important;
  margin: auto;
  position: relative;
  padding: 13px 0 12px;
}
.c-btn01__link-ico {
  width: 11.38px;
  height: 5.69px;
  color: rgb(var(--red));
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .c-btn01__link {
    max-width: 300px;
    padding: 16px 0 15px;
    transition: all 0.3s ease;
  }
  .c-btn01__link:hover {
    opacity: 0.7;
  }
}
.c-btn01 {
	border: none;
	
}
/* .c-color-black
================================================== */
.c-color-black {
  color: rgb(var(--black));
}
/* .c-color-blue
================================================== */
.c-color-blue {
  color: blue;
}
/*  .c-cv01
================================================== */
.c-cv01 {
  padding: 10px 0;
}
@media all and (min-width: 768px) {
  .c-cv01 {
    padding: 20px 0;
  }
  .c-cv01__link {
    pointer-events: none;
  }
}
/* .c-form
================================================== */
input.c-form-parts, select.c-form-parts, textarea.c-form-parts, button.c-form-parts {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background: #fff !important;
}
@media all and (min-width: 768px) {
  input.c-form-parts, select.c-form-parts, textarea.c-form-parts, button.c-form-parts {
    height: 45px;
    padding: 10px 20px;
  }
}
textarea.c-form-parts {
  height: 230px;
  resize: vertical;
}
@media all and (min-width: 768px) {
  textarea.c-form-parts {
    height: 250px;
  }
}
select.c-form-parts {
  width: 300px;
  padding-right: 24px;
  background: no-repeat right 15px top 50%/8px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAzUlEQVQokZ2RsQ3CMBBFfxxaS9RXMQIlJSV0pKTMCIyQDWACYAM2wBvACFRXW3IDHTrJRlZiRyZXnHLWfz+n+xURnQEsMK26GYArgPsE3DCzUdJkmGDQSVN+aP+EL/7HqKU556zWeg5gVQBbAHth4g3CSrbA4MTMrzDU4cM599ZafwBsRmABW9GGh6qvIKIHgGXGoGHmW/ygEqJDBjZ9OGngrzsQ5oxTG6TEEtszJfwdMS4fq9xn7ZPZxocr2UDq6GGJrSTeYRHRblQA4Av4tkvSJ5wq3wAAAABJRU5ErkJggg==");
}
.c-form-parts-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.c-form-parts-list .c-form-parts {
  margin-right: 20px;
}
.c-form-parts-list.is-flex-enb {
  justify-content: flex-end;
}
/* .c-form.is-default
================================================== */
.c-form.is-default tr, .c-form.is-default th, .c-form.is-default td {
  display: block;
}
.c-form.is-default tbody {
  border-bottom: 1px solid #ccc;
}
.c-form.is-default tbody tr {
  border-top: 1px solid #ccc;
  padding: 20px 0 30px;
}
.c-form.is-default th, .c-form.is-default td {
  border-style: solid;
}
.c-form.is-default th {
  padding-bottom: 20px;
  font-weight: 700;
  text-align: left;
}
@media all and (min-width: 768px) {
  .c-form.is-default tr {
    width: 100%;
    display: table;
  }
  .c-form.is-default th, .c-form.is-default td {
    box-sizing: border-box;
    display: table-cell;
  }
  .c-form.is-default th {
    width: 355px;
    padding: 30px 0 30px 10px;
  }
  .c-form.is-default td {
    padding: 30px 0 30px 65px;
  }
  .c-form.is-default .btm th {
    vertical-align: top;
  }
}
/* .c-form-label
================================================== */
.c-form-label {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50px;
  height: 22px;
  background: rgb(var(--gray02));
  color: #fff;
  font-size: 1.3rem;
}
.c-form-label.is-required {
  background: rgb(var(--red));
}
/* .c-form-note
================================================== */
.c-form-note {
  font-weight: 400;
  color: #B3B3B3;
  font-size: 1.2rem;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .c-form-note {
    font-size: 1.4rem;
  }
}
th .c-form-note {
  margin-left: 10px;
}
@media all and (min-width: 768px) {
  th .c-form-note {
    margin-left: 0;
  }
}
.mw_wp_form_confirm .c-form-note {
  display: none;
}
/* .c-form-postcode
================================================== */
.c-form-postcode {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-form-postcode__prefix {
  max-width: 25px;
  flex-basis: 25px;
}
.c-form-postcode__input {
  max-width: calc(100% - 25px);
  flex-basis: calc(100% - 25px);
}
.c-form-postcode__input input.c-form-parts {
  width: 50%;
  display: inline-block;
}
.c-form-postcode__input button {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  background: buttonface;
}
@media all and (min-width: 768px) {
  .c-form-postcode__input {
    max-width: 400px;
    flex-basis: 400px;
  }
}
/* .c-form-address
================================================== */
.c-form-address {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .c-form-address {
    margin-top: 15px;
  }
}
.c-form-local {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .c-form-local {
    margin-top: 15px;
  }
}
/* 確認画面
================================================ */
.mw_wp_form_confirm .c-form-postcode .c-form-postcode__prefix, .is-confirm .c-form-postcode .c-form-postcode__prefix {
  max-width: none;
  flex-basis: 0;
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-postcode .c-form-postcode__input, .is-confirm .c-form-postcode .c-form-postcode__input {
  max-width: none;
  flex-basis: 0;
}
/* .c-form-item
================================================== */
.c-form-item {
  display: flex;
}
.c-form-item + .c-form-item {
  margin-top: 10px;
}
.c-form-item-list {
  display: flex;
}
.c-form-item-list .c-form-item + .c-form-item {
  margin-top: 0;
  margin-left: 14px;
}
.c-form-item__prefix {
  min-width: 20px;
  margin-right: 10px;
  padding-top: 5px;
}
.c-form-item__suffix {
  min-width: 20px;
  margin-left: 10px;
  padding-top: 5px;
}
.c-form-item__input {
  flex: 1;
}
.c-form-item .c-form-item__input [name*=year] {
  width: 80px;
}
.c-form-item .c-form-item__input [name*=month] {
  width: 64px;
}
.c-form-item .c-form-item__input [name*=day] {
  width: 64px;
}
@media all and (max-width: 767px) {
  .c-form-item .c-form-item__input [name*=year] {
    width: 58px;
  }
  .c-form-item .c-form-item__input [name*=month] {
    width: 50px;
    padding: 5px;
    background-position: right 8px top 50%;
  }
  .c-form-item .c-form-item__input [name*=day] {
    width: 50px;
    padding: 5px;
    background-position: right 8px top 50%;
  }
}
@media all and (min-width: 1160px) {
  .c-form-item {
    display: inline-flex;
  }
  .c-form-item + .c-form-item {
    margin: 0 0 0 20px;
  }
  .c-form-item__input {
    width: 200px;
  }
  .c-form-item-list .c-form-item__input {
    width: auto;
  }
  .c-form-item .c-form-item__input [name*=year] {
    width: 82px;
  }
  .c-form-item .c-form-item__input [name*=month] {
    width: 62px;
  }
  .c-form-item .c-form-item__input [name*=day] {
    width: 62px;
  }
}
/* 確認画面
================================================ */
.mw_wp_form_confirm .c-form-item .c-form-item__prefix, .mw_wp_form_confirm .c-form-item .c-form-item__suffix, .is-confirm .c-form-item .c-form-item__prefix, .is-confirm .c-form-item .c-form-item__suffix {
  min-width: 0;
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-item .c-form-item__input, .is-confirm .c-form-item .c-form-item__input {
  width: auto;
}
/* .c-form-agreement
================================================== */
.c-form-agreement {
  margin-top: 35px;
  text-align: center;
}
.c-form-agreement__wrap {
  margin-top: 30px;
}
.c-form-agreement__head {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.c-form-agreement__area-txt {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}
.c-form-agreement__area-txt__txt + .c-form-agreement__area-txt__txt {
  margin-top: 1em;
}
.c-form-agreement__txt {
  margin-top: 30px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-form-agreement__wrap {
    margin-top: 60px;
  }
  .c-form-agreement__head {
    margin-bottom: 20px;
  }
  .c-form-agreement__area-txt {
    padding: 30px 20px;
  }
  .c-form-agreement__txt {
    margin-top: 40px;
  }
}
.mw_wp_form_confirm .c-form-agreement {
  display: none;
}
/* .btnConfirm
================================================== */
.c-form-area-btn {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .c-form-area-btn {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.btnConfirm, .btnAdjust, .btnSubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 260px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 50px;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 0;
  border-radius: 25px !important;
  appearance: none;
  font-family: inherit;
  background: rgb(var(--red));
  color: #fff;
  cursor: pointer;
  position: relative;
}
.btnConfirm:before, .btnAdjust:before, .btnSubmit:before {
  content: none !important;
}
.btnConfirm:after, .btnAdjust:after, .btnSubmit:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
}
.btnConfirm + .btnConfirm, .btnAdjust + .btnConfirm, .btnSubmit + .btnConfirm {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .btnConfirm, .btnAdjust, .btnSubmit {
    max-width: 370px;
    height: 75px;
    padding: 5px 10px;
    font-size: 2.4rem;
    border-radius: 40px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease;
  }
  .btnConfirm:hover, .btnAdjust:hover, .btnSubmit:hover {
    opacity: 0.7;
  }
  .btnConfirm + .btnConfirm, .btnAdjust + .btnConfirm, .btnSubmit + .btnConfirm {
    margin-top: 0;
    margin-left: 20px;
  }
}
.btnAdjust {
  background: rgb(var(--gray02));
}
.btnAdjust:after {
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  right: auto;
  left: 30px;
}
@media all and (min-width: 768px) {
  .btnAdjust {
    margin-right: 30px !important;
  }
}
/* .c-form .mwform-radio-field
================================================ */
.c-form .mwform-radio-field, .c-form .c-radio {
  display: block;
  font-size: 1.6rem;
}
.c-form .mwform-radio-field + .mwform-radio-field, .c-form .mwform-radio-field + .c-radio, .c-form .c-radio + .mwform-radio-field, .c-form .c-radio + .c-radio {
  margin-top: 10px;
}
.c-form .mwform-radio-field label, .c-form .c-radio label {
  display: block;
  cursor: pointer;
}
.c-form .mwform-radio-field input, .c-form .c-radio input {
  display: none;
}
.c-form .mwform-radio-field .mwform-radio-field-text, .c-form .mwform-radio-field .c-radio__text, .c-form .c-radio .mwform-radio-field-text, .c-form .c-radio .c-radio__text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
}
.c-form .mwform-radio-field .mwform-radio-field-text::before, .c-form .mwform-radio-field .c-radio__text::before, .c-form .c-radio .mwform-radio-field-text::before, .c-form .c-radio .c-radio__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.c-form .mwform-radio-field input:checked + .mwform-radio-field-text::after, .c-form .mwform-radio-field input:checked + .c-radio__text::after, .c-form .c-radio input:checked + .mwform-radio-field-text::after, .c-form .c-radio input:checked + .c-radio__text::after {
  box-sizing: border-box;
  position: absolute;
  top: 0.45em;
  left: 1px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgb(var(--red));
}
@media all and (min-width: 768px) {
  .c-form .mwform-radio-field .mwform-radio-field-text::before, .c-form .mwform-radio-field .c-radio__text::before, .c-form .c-radio .mwform-radio-field-text::before, .c-form .c-radio .c-radio__text::before {
    top: 5px;
  }
  .c-form .mwform-radio-field input:checked + .mwform-radio-field-text::after, .c-form .mwform-radio-field input:checked + .c-radio__text::after, .c-form .c-radio input:checked + .mwform-radio-field-text::after, .c-form .c-radio input:checked + .c-radio__text::after {
    top: 6px;
  }
}
.c-radio-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.c-radio-list .mwform-radio-field, .c-radio-list .c-radio {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 30px;
}
.c-radio-list .mwform-radio-field + .mwform-radio-field, .c-radio-list .mwform-radio-field + .c-radio, .c-radio-list .c-radio + .mwform-radio-field, .c-radio-list .c-radio + .c-radio {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .c-radio-list {
    max-width: 500px;
  }
  .c-radio-list .mwform-radio-field, .c-radio-list .c-radio {
    margin-right: 65px;
  }
}
/* .c-form .mwform-checkbox-field
================================================ */
.c-checkbox {
  display: block;
}
.c-checkbox + .c-checkbox {
  margin-top: 10px;
}
.c-checkbox label {
  display: block;
  cursor: pointer;
}
.c-checkbox input {
  display: none;
}
.c-checkbox .c-checkbox__text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
}
.c-checkbox .c-checkbox__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
}
.c-checkbox input:checked + .c-checkbox__text::after {
  position: absolute;
  top: 6px;
  left: 3px;
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  border-color: rgb(var(--red));
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (min-width: 768px) {
  .c-checkbox .c-checkbox__text::before {
    top: 5px;
  }
  .c-checkbox input:checked + .c-checkbox__text::after {
    top: 9px;
  }
}
.c-checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.c-checkbox-list .c-checkbox {
  display: inline-block;
  margin-right: 20px;
}
.c-checkbox-list .c-checkbox + .c-checkbox {
  margin-top: 0;
}
/* .c-form-thanks
================================================ */
.c-form-thanks__txt {
  margin-bottom: 10px;
}
/*  .c-step01
================================================ */
.c-step01 {
  background: url(../img/contact/txt_step01_sp.png) no-repeat center/contain;
  width: 315px;
  height: 50px;
  margin: 50px auto 30px;
}
@media all and (min-width: 768px) {
  .c-step01 {
    background: url(../img/contact/txt_step01_pc.png) no-repeat center/contain;
    width: 450px;
    margin: 60px auto 40px;
  }
}
.c-step01.is-confirm {
  background: url(../img/contact/txt_step02_sp.png) no-repeat center/contain;
}
@media all and (min-width: 768px) {
  .c-step01.is-confirm {
    background: url(../img/contact/txt_step02_pc.png) no-repeat center/contain;
  }
}
.c-step01.is-complete {
  background: url(../img/contact/txt_step03_sp.png) no-repeat center/contain;
}
@media all and (min-width: 768px) {
  .c-step01.is-complete {
    background: url(../img/contact/txt_step03_pc.png) no-repeat center/contain;
  }
}
.msg {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .msg {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*  .c-head01
================================================== */
.c-head01 {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 0;
}
.c-head01::before {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  background-image: linear-gradient(to right, rgb(var(--yellow)), rgb(var(--yellow)) 6px, transparent 6px, transparent 9px);
  background-repeat: repeat-x;
  background-size: 9px 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .c-head01 {
    font-weight: bold;
  }
  .c-head01::before {
    width: 43px;
    height: 10px;
    background-size: 16px 10px;
    background-image: linear-gradient(to right, rgb(var(--yellow)), rgb(var(--yellow)) 11px, transparent 11px, transparent 16px);
  }
}
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: middle;
}
.c-ico svg {
  transition: all 0.3s ease;
  display: block;
}
/*  .c-list01
================================================== */
.c-list01__item {
  position: relative;
  padding-left: 18px;
  line-height: 1.75;
}
@media all and (min-width: 768px) {
  .c-list01__item {
    padding-left: 22px;
  }
}
/*  .c-list02.has-margin-bottom
================================================== */
.c-list02.has-margin-bottom {
  margin-bottom: 0;
}
/*  .c-list02
================================================== */
.c-list02 {
  margin-top: 9px;
  margin-bottom: 11px;
}
.c-list02__item {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
  font-size: 1.2rem;
  color: rgb(var(--gray02));
  letter-spacing: 0.1em;
}
.c-list02__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (min-width: 768px) {
  .c-list02__item {
    font-size: 1.4rem;
    padding-left: 19px;
    line-height: 1.62;
  }
}
/*  .c-new01
================================================== */
.c-new01__inner {
  padding-top: 10px;
  padding-bottom: 0px;
}
@media all and (min-width: 768px) {
  .c-new01__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* .c-pager01
===================================*/
.c-pager01 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px -5px -10px;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  line-height: 1;
  border: 1px solid rgb(var(--black));
  text-decoration: none;
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: rgb(var(--black));
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 15px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  border-color: transparent;
  padding-right: 15px;
  padding-left: 15px;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media all and (min-width: 768px) {
  .c-pager01 li a:hover {
    text-decoration: none;
    border: 1px solid rgb(var(--black));
    background-color: rgb(var(--black));
    color: #fff;
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  overflow: hidden;
  line-height: 1;
  border-top: 1px solid rgb(var(--gray02));
  padding-top: 20px;
  padding-bottom: 45px;
}
.c-pager02 a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 50px;
  padding: 15px;
  text-decoration: none;
}
.c-pager02__all {
  width: 100%;
  clear: both;
  padding-top: 20px;
  margin-bottom: 25px;
}
.c-pager02__all a {
  border: 1px solid rgb(var(--gray02));
  border-radius: 50px;
  font-weight: 700;
  display: block;
  text-align: center;
  max-width: 257px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  padding: 13px 0 12px;
  justify-content: center;
}
.c-pager02__all-ico {
  width: 13px;
  height: 7px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: rgb(var(--red));
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous a, .c-pager02__next a {
  text-decoration: underline;
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 20px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .c-pager02 {
    padding-top: 64px;
    padding-bottom: 115px;
  }
  .c-pager02__all {
    max-width: 300px;
    margin: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 59px;
    padding-top: 0;
  }
  .c-pager02__all a {
    max-width: 100%;
    height: auto;
    padding: 21px;
  }
  .c-pager02 a {
    transition: all 0.3s ease;
  }
  .c-pager02 a:hover {
    opacity: 0.7;
  }
  .c-pager02__previous, .c-pager02__next {
    width: calc(50% - 350px);
  }
  .c-pager02__previous a {
    padding-left: 0;
  }
  .c-pager02__next a {
    padding-right: 0;
  }
}
/*  .c-ranking01
================================================== */
.c-ranking01 {
  background-color: rgb(var(--gray01));
}
.c-ranking01__inner {
  padding-top: 51px;
  padding-bottom: 70px;
}
@media all and (min-width: 768px) {
  .c-ranking01__inner {
    padding-top: 105px;
    padding-bottom: 121px;
  }
}
/*  .c-recommend01
================================================== */
.c-recommend01 {
  background-color: rgb(var(--gray01));
}
.c-recommend01__inner {
  padding-top: 10px;
  padding-bottom: 0px;
}
@media all and (min-width: 768px) {
  .c-recommend01__inner {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
/*  .c-single01
================================================== */
.c-single01 {
  /*  .c-single01-detail //詳しい記事はこちらブロック
  ================================================== */
  /*  .c-single01-border //ボーダーブロック
  ================================================== */
  /*  .c-single01-border //PC時二つずつ横並びのブロック（矢印ナシ）
  ================================================== */
  /*  .c-single01-flow //矢印ありのブロック
  ================================================== */
}
.c-single01__inner {
  padding-top: 20px;
  padding-bottom: 30px;
}
.c-single01__head {
  margin-bottom: 28px;
}
.c-single01__head-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.c-single01__head-data {
  font-size: 1.3rem;
  color: rgb(var(--gray02));
  letter-spacing: 0.03em;
  margin-right: 11px;
}
.c-single01__head-cat {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: rgb(var(--black));
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding: 4px 6px;
}
.c-single01__head-main {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: serif;
  text-align: center;
}
.c-single01__eyecatch {
  margin-bottom: 22px;
}
.c-single01-sec + .c-single01-sec {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .c-single01__inner {
    padding-top: 99px;
    padding-bottom: 100px;
    max-width: 850px;
  }
  .c-single01__head {
    margin-bottom: 51px;
  }
  .c-single01__head-meta {
    margin-bottom: 29px;
  }
  .c-single01__head-data {
    font-size: 1.6rem;
    margin-right: 24px;
    padding-top: 3px;
  }
  .c-single01__head-cat {
    font-size: 1.8rem;
    padding: 8px 10px 5px;
  }
  .c-single01__head-main {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .c-single01__eyecatch {
    margin-bottom: 49px;
  }
  .c-single01-sec + .c-single01-sec {
    margin-top: 50px;
  }
}
.c-single01 .c-single01-detail {
  border: 1px solid rgb(var(--gray02));
  margin: 38px 0;
  padding: 0px;
}
.c-single01 .c-single01-detail__link {
  text-decoration: none !important;
}
.c-single01 .c-single01-detail__head {
  background-color: rgb(var(--yellow));
  color: rgb(var(--red));
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding: 12px 0;
  margin-bottom: 0;
  font-weight: bold;
}
.c-single01 .c-single01-detail__head::after {
  content: "";
  display: block;
  width: 47.75px;
  height: 57.5px;
  background: url(../img/common/ico_point01.png) no-repeat center/contain;
  position: absolute;
  right: 19px;
  top: 5px;
}
.c-single01 .c-single01-detail-wrap {
  position: relative;
  padding: 34px 10px 0px;
}
.c-single01 .c-single01-detail__read {
  font-weight: 700;
  font-size: 1.6rem;
  padding-right: 90px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px !important;
  min-height: 48px;
}
.c-single01 .c-single01-detail__img {
  width: 75px;
  position: absolute;
  right: 10px;
  top: 20px;
}
.c-single01 .c-single02-detail {
  border: 1px solid rgb(var(--gray02));
  margin: 38px 0;
  padding: 11px 9px 0px 9px;
}
.c-single01 .c-single02-detail__link {
  text-decoration: none !important;
}
.c-single01 .c-single02-detail__head {
  background-color: rgb(var(--yellow));
  color: rgb(var(--red));
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding: 12px 0;
  margin-bottom: 0;
  font-weight: bold;
}
.c-single01 .c-single02-detail__head::after {
  content: "";
  display: block;
  width: 47.75px;
  height: 57.5px;
  background: url(../img/common/ico_point01.png) no-repeat center/contain;
  position: absolute;
  right: 19px;
  top: 5px;
}
.c-single01 .c-single02-detail-wrap {
  position: relative;
  padding: 34px 10px 0px 10px;
}
.c-single01 .c-single02-detail__read {
  font-weight: 700;
  font-size: 1.3rem;
  padding-right: 90px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px !important;
  min-height: 48px;
}
.c-single01 .c-single02-detail__img {
  width: 75px;
  position: absolute;
  right: 10px;
  top: 20px;
}
@media all and (min-width: 768px) {
  .c-single01 .c-single01-detail {
    margin: 21px 0;
    padding: 0px;
  }
  .c-single01 .c-single01-detail__head {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 4px 0 0px 54px;
    font-weight: bold;
  }
  .c-single01 .c-single01-detail__head::after {
    width: 42.34px;
    height: 60px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .c-single01 .c-single01-detail-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 17px;
    align-items: center;
  }
  .c-single01 .c-single01-detail__area-txt {
    width: calc(100% - 166px);
    box-sizing: border-box;
    padding-right: 20px;
  }
  .c-single01 .c-single01-detail__read {
    padding: 0;
    font-size: 2.2rem;
    min-height: auto;
    margin-bottom: 22px !important;
  }
  .c-single01 .c-single01-detail__read-ico {
    height: 5.33px;
    width: 8px;
    position: relative;
    color: rgb(var(--red));
    -webkit-transform: rotate(90deg) translateX(-4px);
    transform: rotate(90deg) translateX(-4px);
    margin-left: 30px;
  }
  .c-single01 .c-single01-detail__read-ico::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgb(var(--yellow));
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .c-single01 .c-single01-detail__img {
    width: 100px;
    position: static;
  }
  .c-single01 .c-single02-detail {
    margin: 30px auto;
    padding: 9px 9px 2px;
    width: 70%;
  }
  .c-single01 .c-single02-detail__head {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 4px 0 0px 54px;
    font-weight: bold;
  }
  .c-single01 .c-single02-detail__head::after {
    width: 42.34px;
    height: 60px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .c-single01 .c-single02-detail-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 10px;
    align-items: center;
  }
  .c-single01 .c-single02-detail__area-txt {
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding-right: 20px;
  }
  .c-single01 .c-single02-detail__read {
    padding: 0;
    font-size: 1.4rem;
    min-height: auto;
    margin-bottom: 22px !important;
  }
  .c-single01 .c-single02-detail__read-ico {
    height: 5.33px;
    width: 10.66px;
    position: relative;
    color: rgb(var(--red));
    -webkit-transform: rotate(90deg) translateX(-4px);
    transform: rotate(90deg) translateX(-4px);
    margin-left: 30px;
  }
  .c-single01 .c-single02-detail__read-ico::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: rgb(var(--yellow));
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .c-single01 .c-single02-detail__img {
    width: 70px;
    position: static;
  }
}
.c-single01 .c-single01-border {
  border: 2px solid #fff100;
  padding: 20px 5px;
  background-color: linen;
  border-radius: 8px;
}
@media all and (min-width: 768px) {
  .c-single01 .c-single01-border {
    padding: 0px 22px;
  }
  .c-single01 .c-single01-border ul {
    padding: 30px 0;
  }
}
.c-single01 .c-single01-card {
  margin-top: 25px;
}
.c-single01 .c-single01-card__item + .c-single01-card__item {
  margin-top: 25px;
}
@media all and (min-width: 768px) {
  .c-single01 .c-single01-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px;
  }
  .c-single01 .c-single01-card__item {
    width: calc(50% - 20px);
    margin-bottom: 45px;
  }
  .c-single01 .c-single01-card__item + .c-single01-card__item {
    margin-top: 0;
  }
  .c-single01 .c-single01-card__item img {
    margin-bottom: 13px;
  }
}
.c-single01 .c-single01-flow-sec {
  margin-top: 25px;
}
.c-single01 .c-single01-flow__item-img {
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-single01 .c-single01-flow {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .c-single01 .c-single01-flow-sec {
    margin-top: 54px;
  }
  .c-single01 .c-single01-flow__item {
    max-width: 520px;
    margin: 0 auto 13px;
  }
}
.c-single01 .c-single01-flow.is-col2 .c-single01-flow__item, .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item {
  position: relative;
}
.c-single01 .c-single01-flow.is-col2 .c-single01-flow__item + .c-single01-flow__item, .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item + .c-single01-flow__item {
  margin-top: 30px;
}
.c-single01 .c-single01-flow.is-col2 .c-single01-flow__item + .c-single01-flow__item::before, .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item + .c-single01-flow__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent rgb(var(--red));
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
@media all and (min-width: 768px) {
  .c-single01 .c-single01-flow.is-col2 .c-single01-flow__item, .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item {
    width: calc(50% - 30px);
    margin-bottom: 13px;
  }
  .c-single01 .c-single01-flow.is-col2 .c-single01-flow__item + .c-single01-flow__item, .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item + .c-single01-flow__item {
    margin-left: 60px;
    margin-top: 0;
  }
  .c-single01 .c-single01-flow.is-col2 .c-single01-flow__item + .c-single01-flow__item::before, .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item + .c-single01-flow__item::before {
    border-width: 16px 0 16px 19px;
    left: -39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-single01 .c-single01-flow.is-col3 .c-single01-flow__item {
  margin-bottom: 20px;
}
.c-single01 .c-single01-flow.is-col3 .c-single01-flow__item:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item {
    width: calc(33.3333% - 41px);
    margin-bottom: 13px;
  }
  .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item + .c-single01-flow__item {
    margin-left: 61px;
  }
  .c-single01 .c-single01-flow.is-col3 .c-single01-flow__item:last-of-type {
    margin-bottom: 13px;
  }
}
/*  .c-single01-mokuji
================================================== */
.c-single01-mokuji {
  margin-top: 30px;
  padding: 19px 19px 28px;
  border-top: solid 1px #b9b9b9;
}
.c-single01-mokuji__head {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 14px !important;
  font-family: serif;
}
.c-single01-mokuji__head-btn {
  font-size: 1.4rem;
  margin-left: 7px;
  font-weight: normal;
}
#mokuji ul {
  list-style: auto !important;
}
.c-single01-mokuji__head-btn-txt {
  color: rgb(var(--red));
}
.c-single01-mokuji-list__item + .c-single01-mokuji-list__item {
  margin-top: 5px;
}
.c-single01-mokuji-list__item-in {
  display: block;
  position: relative;
  text-decoration: none !important;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 3px 0 7px;
  font-size: 1.2rem;
}
.c-single01-mokuji-list__child {
  padding: 10px 0 10px 20px;
  font-size: 0.9em;
}
.c-single01-mokuji-list__child-item + .c-single01-mokuji-list__child-item {
  margin-top: 8px;
}
.c-single01-mokuji-list__child-item-in {
  text-decoration: none !important;
}
@media all and (min-width: 768px) {
  .c-single01-mokuji {
    margin: 58px auto 0;
    max-width: 800px;
    box-sizing: border-box;
    padding: 27px 39px 49px;
  }
  .c-single01-mokuji__head {
    font-size: 2.5rem;
    margin-bottom: 26px !important;
  }
  .c-single01-mokuji__head-btn {
    font-size: 2rem;
  }
  .c-single01-mokuji-list__item + .c-single01-mokuji-list__item {
    margin-top: 18px;
  }
  .c-single01-mokuji-list__item-in {
    letter-spacing: 0.1em;
  }
  .c-single01-mokuji-list__item-in::before {
    top: 22px;
  }
  .c-single01-mokuji-list__child {
    font-size: 1.4rem;
    padding: 8px 0 8px 16px;
    line-height: 2;
  }
  .c-single01-mokuji-list__child-item + .c-single01-mokuji-list__child-item {
    margin-top: 0px;
  }
}
/*  .c-single01-share
================================================== */
.c-single01-share__inner {
  padding-bottom: 35px;
}
.c-single01-share__head {
  text-align: center;
  position: relative;
  padding-top: 29px;
  margin-bottom: 22px;
  font-weight: bold;
}
.c-single01-share__head-ico {
  width: 28.64px;
  height: 23.58px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  color: rgb(var(--red));
}
.c-single01-share-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-single01-share-list__item {
  width: calc(33.333% - 10px);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-single01-share-list__item iframe {
  margin: auto;
}
@media all and (min-width: 768px) {
  .c-single01-share__inner {
    padding-bottom: 78px;
  }
  .c-single01-share__head {
    font-size: 2.1rem;
    padding-top: 44px;
    margin-bottom: 39px;
    font-weight: bold;
  }
  .c-single01-share__head-ico {
    width: 43.34px;
    height: 35.69px;
  }
  .c-single01-share-list {
    justify-content: center;
    padding: 0 160px;
  }
}
/* .c-single01-content
================================================== */
.c-single01-content p {
  margin: 0 0 1.05em;
}
.c-single01-content a {
  text-decoration: underline;
}
.c-single01-content h2 {
  font-size: 1.8rem;
  padding: 30px 12px 30px;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  font-family: serif;
  background: repeating-linear-gradient(-45deg, #efefef, #ffffff 5px, #ffffff 5px, #ffffff 10px);
}
.c-single01-content h3 {
  font-size: 1.8rem;
  padding-top: 9px;
  margin-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.c-single01-content h4 {
  position: relative;
  font-size: 1.6rem;
  margin-top: 25px;
  margin-bottom: 14px;
  border-bottom: 1px solid #b9b9b9;
}
.procedure span {
  color: #000;
  background: #fff110;
  margin: 0 6px 0 0 !important;
  padding: 14px 18px;
}
.procedure {
  margin: 50px 6px 20px 0 !important;
  padding: 10px 0;
  padding-left: 0px !important;
  border-bottom: 2px solid #fff110;
}
.procedure::before {
  content: none !important;
}
.procedurelong span {
  color: #000;
  background: #fff110;
  margin: 0 6px 0 0 !important;
  padding: 14px 18px;
}
.procedurelong {
  margin: 0 6px 10px 0 !important;
  padding: 10px 0;
  padding-left: 0px !important;
  border-bottom: 2px solid #fff110;
  font-size: 1.6rem !important;
}
.procedurelong::before {
  content: none !important;
}
.c-single01-content h5 {
  font-size: 1.6rem;
  position: relative;
  margin-top: 22px;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  margin-bottom: 24px;
}
.c-single01-content h5::before {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background-color: rgb(var(--yellow));
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-single01-content h6 {
  margin-top: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.c-single01-content ul {
  list-style: none;
  padding-left: 0;
}
.c-single01-content ul li {
  position: relative;
  padding-left: 20px;
}
.c-single01-content ul li::before {
  content: "・";
  color: rgb(var(--red));
  position: absolute;
  left: 4px;
  top: 0;
}
.c-single01-content ul li + li {
  margin-top: 10px;
}
.c-single01-content ol {
  margin: 1em 0;
}
.c-single01-content ol li {
  position: relative;
}
.c-single01-content ol li::marker {
  color: rgb(var(--red));
}
.c-single01-content ol li + li {
  margin-top: 10px;
}
.c-single01-content table {
  margin: 0px 0 15px;
}
.c-single01-content table td, .c-single01-content table th {
  border: 1px solid rgb(var(--gray02));
  text-align: left;
  padding: 6px 5px 6px;
  font-size: 0.9em;
}
.c-single01-content b, .c-single01-content strong {
  color: rgb(var(--red));
}
.c-single01-content blockquote {
  background-color: rgb(var(--gray01));
  margin: 58px 0;
  padding: 20px 20px;
  position: relative;
}
.c-single01-content blockquote::before, .c-single01-content blockquote::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.c-single01-content blockquote::before {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  top: 0;
  left: 0;
}
.c-single01-content blockquote::after {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  bottom: 0;
  right: 0;
}
.c-single01-content blockquote a {
  font-size: 1.2rem;
}
@media all and (min-width: 1160px) {
  .c-single01-content p {
    margin: 37px 0 1.05em;
  }
  .c-single01-content a:hover {
    text-decoration: none;
  }
  .c-single01-content h2 {
    font-size: 2.4rem;
    padding: 30px 20px 30px;
    margin-top: 20px !important;
    background: repeating-linear-gradient(-45deg, #efefef, #ffffff 5px, #ffffff 5px, #ffffff 10px);
  }
  .c-single01-content h3 {
    font-size: 2.4rem;
    margin-top: 53px;
    padding-top: 23px;
    border-bottom-width: 3px;
    padding-bottom: 23px;
  }
  .blogtable .c-single01-content h3 {
    font-size: 1.4rem;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom-width: 3px;
    padding-bottom: 0px;
  }
  .c-single01-content h4 {
    font-size: 2rem;
    margin-top: 55px;
    margin-bottom: 19px;
  }

  .c-single01-content h4::before {
    width: 20px;
    height: 3px;
    top: 20px;
  }
  .c-single01-content h5 {
    font-size: 1.6rem;
    position: relative;
  }
  .c-single01-content h5::before {
    width: 20px;
    height: 3px;
    bottom: 0;
    left: 0;
  }
  .c-single01-content ul li {
    padding-left: 21px;
  }
  .c-single01-content ul li + li {
    margin-top: 21px;
  }
  .c-single01-content ol li + li {
    margin-top: 21px;
  }
  .c-single01-content table {
    margin: 78px 0 59px;
  }
  .c-single01-content table td, .c-single01-content table th {
    padding: 12px 10px 11px;
  }
  .c-single01-content blockquote {
    padding: 29px 25px 37px;
  }
  .c-single01-content blockquote a {
    font-size: 1.6rem;
  }
  .c-single01-content .alignleft {
    float: left;
  }
  .c-single01-content .alignright {
    float: right;
  }
  .c-single01-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*  .c-table01.has-pc-220
================================================== */
@media all and (min-width: 768px) {
  .c-table01.has-pc-220 table th {
    width: 220px;
  }
}
/*  .c-table01
================================================== */
.c-table01 table {
  border-top: 1px solid rgb(var(--gray02));
}
.c-table01 table th {
  text-align: left;
  padding: 19px 0 5px;
}
.c-table01 table td {
  border-bottom: 1px solid rgb(var(--gray02));
  padding-bottom: 17px;
}
@media all and (max-width: 767px) {
  .c-table01 table, .c-table01 tbody, .c-table01 tr, .c-table01 th, .c-table01 td {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .c-table01 table th, .c-table01 table td {
    border-bottom: 1px solid rgb(var(--gray02));
    padding: 29px 0 28px;
    letter-spacing: 0.1em;
  }
  .c-table01 table th {
    width: 134px;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  background-color: rgb(var(--gray01));
}
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 9px;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 11px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  border-top: solid 1px rgb(var(--red));
  border-right: solid 1px rgb(var(--red));
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.l-breadcrumb-list__link {
  color: rgb(var(--red));
}
@media all and (max-width: 767px) {
  .l-breadcrumb-list {
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .l-breadcrumb {
    font-size: 1.4rem;
    background-color: #fff;
  }
  .l-breadcrumb-list {
    padding-top: 14px;
    padding-bottom: 20px;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
  background: rgba(200, 200, 200, 0.26);
  text-align: center;
}
.l-footer__inner {
  position: relative;
  padding-top: 37px;
  padding-bottom: 40px;
}
.l-footer__info-logo {
  width: 228.09px;
  margin: 0 auto 15px;
  padding-right: 19px;
}
.l-footer__info-btn {
  max-width: 257px;
  margin: auto;
}
.l-footer__info-btn-link {
  display: block;
  background-color: rgb(var(--red));
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  padding: 14px 2px 12px 0px;
}
.l-footer__info-btn-ico {
  width: 21.75px;
  height: 16.66px;
  margin-right: 12px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.l-footer__nav {
  font-weight: 700;
  margin-bottom: 37px;
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: 20px;
}
/*
.l-footer-bottom {
  background-color: rgb(var(--yellow));
}
*/
.l-footer-bottom__inner {
  padding-top: 15px;
}
@media all and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 69px;
    padding-bottom: 63px;
  }
  .l-footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 13px;
    padding-left: 6px;
  }
  .l-footer__info-logo {
    width: 391.9px;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .l-footer__info-logo-link {
    width: 100%;
  }
  .l-footer__info-btn {
    width: 370px;
    max-width: 100%;
    margin: 0;
    padding-top: 4px;
    letter-spacing: 0.12em;
  }
  .l-footer__info-btn-link {
    font-size: 2.4rem;
    padding: 19px 0 16px;
  }
  .l-footer__info-btn-ico {
    width: 27.72px;
    height: 21.23px;
    margin-right: 16px;
  }
  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .l-footer__nav-item {
    padding: 0 23px;
    line-height: 1.1;
  }
  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 0;
    border-left: 1px solid rgb(var(--black));
  }
  .l-footer-bottom__inner {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}
/* .l-footer-page-top
================================================ */
.l-footer-page-top {
  position: absolute;
  right: 30px;
  top: -25px;
  width: 50px;
  height: 50px;
}
.l-footer-page-top__link {
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #fff;
  color: rgb(var(--red));
  text-align: center;
  text-decoration: none;
  border: 1px solid rgb(var(--gray02));
  border-radius: 50%;
}
.l-footer-page-top__link-ico {
  height: 6.62px;
  width: 13.24px;
  margin-bottom: 2px;
}
@media all and (min-width: 768px) {
  .l-footer-page-top {
    transition: opacity 0.3s ease;
    right: 0px;
    top: -21px;
  }
}
/* .l-header
================================================ */
.l-header {
  min-width: 320px;
  background-color: rgb(var(--yellow));
}
@media all and (min-width: 768px) {
  .l-header {
    min-width: var(--contents_width_with_padding);
  }
}
/* .l-header-info
================================================== */
.l-header-info {
  position: relative;
  z-index: 3;
  padding: 14px 7px 8px 10px;
}
.l-header-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-header-info__logo {
  width: 228.09px;
  position: relative;
  margin: auto;
}
.headlogo1 {
  width: 30%;
}
.headlogo2 {
  width: 20%;
}
.headlogo3 {
  width: 35%;
}
@media all and (min-width: 768px) {
  .l-header-info {
    padding: 25px 47px 18px;
  }
  .l-header-info__logo {
    width: 452.89px;
    margin-left: 0;
  }
  .headlogo1 {
    width: 30%;
  }
  .headlogo2 {
    width: 20%;
  }
  .headlogo3 {
    width: 35%;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
/* .l-ie-attention
================================================ */
.l-ie-attention {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-ie-attention__txt {
  font-size: 3rem;
  margin-bottom: 18px;
}
.l-ie-attention__note {
  color: #989898;
}
.l-ie-attention__note .l-ie-attention__note-link {
  display: inline-block;
}
.l-ie-attention__note-link {
  font-size: 1.8rem;
  border-bottom: 1px solid;
  position: relative;
  margin-right: 25px;
  display: inline-block;
}
.l-ie-attention__note-link::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 13px;
  width: 11px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23829%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023829%22%20width%3D%228%22%20height%3D%228%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4323%22%20data-name%3D%22%E3%83%91%E3%82%B9%204323%22%20d%3D%22M688%2C718.025h-6v-6%22%20transform%3D%22translate(-682%20-707.025)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/100%;
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  text-align: center;
}
.l-main-img__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 44px;
}
.l-main-img__copy {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media all and (min-width: 768px) {
  .l-main-img__inner {
    justify-content: flex-start;
    padding-top: 115px;
    padding-bottom: 79px;
  }
  .l-main-img__copy {
    font-size: 4.8rem;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  text-align: center;
}
.l-sub-img__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 36px;
  padding-bottom: 33px;
}
.l-sub-img__head {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media all and (min-width: 768px) {
  .l-sub-img {
    text-align: left;
  }
  .l-sub-img__inner {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .l-sub-img__head {
    font-size: 2.4rem;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-switch-tab {
  cursor: pointer;
}
.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}
.js-c-toggle-trigger {
  cursor: pointer;
}
.js-c-toggle-content {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* .company-contents
================================================ */
.company-contents__inner {
  padding-bottom: 84px;
  padding-top: 36px;
}
@media all and (min-width: 768px) {
  .company-contents__inner {
    padding-bottom: 125px;
    padding-top: 0px;
  }
}
/* .contents-form
================================================ */
.contents-form__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.contents-form__txt {
  text-align: center;
}
@media all and (min-width: 768px) {
  .contents-form__inner {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (min-width: 768px) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* .guide_law-contents
================================================ */
.guide_law-contents__inner {
  padding-bottom: 84px;
  padding-top: 39px;
}
@media all and (min-width: 768px) {
  .guide_law-contents__inner {
    padding-bottom: 120px;
    padding-top: 0px;
  }
}
/* .home-archive
================================================ */
.home-archive__inner {
  padding-bottom: 84px;
}
@media all and (min-width: 768px) {
  .home-archive__inner {
    padding-bottom: 121px;
  }
}
/* .privacypolicy-contents
================================================ */
.privacypolicy-contents__inner {
  padding-bottom: 74px;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .privacypolicy-contents__inner {
    margin: 0 -10px;
  }
}
@media all and (min-width: 768px) {
  .privacypolicy-contents__inner {
    padding-bottom: 125px;
    padding-top: 0px;
  }
}
/*開閉ボタン*/
@media all and (min-width: 768px) {
  .details {
    line-height: 2;
    width: 100%;
    margin: 0 auto 20px;
  }
  .details__summary {
    cursor: pointer;
    background: #fff903;
    margin: 0;
    padding: 50px 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right 10% bottom 50%;
  }
  .details__content {
    overflow: hidden;
    margin: 0;
    padding: 16px;
  }
  .details__content * {
    transition: line-height 0.4s ease-out 0s, opacity 0.6s 0.3s;
    line-height: 0;
    opacity: 0;
    margin: 0;
  }
  .details[open] .details__content * {
    line-height: 2;
    opacity: 1;
  }
  .details_span {
    font-weight: bold !important;
  }
  .procedure_span {
    font-weight: bold !important;
  }
  .procedure_span2 {
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold !important;
    background-color: #fff100;
    margin-right: 5px;
  }
  .procedure_span3 {
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    text-align: center;
    font-weight: bold !important;
    background-color: #fff100;
    margin-right: 5px;
  }
  .details_point {
    border: 4px solid #fff110;
    color: #2b2b2b;
    background-color: #fff;
    position: relative;
    padding: 30px 10px 15px;
    border-radius: 0 20px 0 20px;
    background-size: auto auto;
    margin-bottom: 15px;
  }
  .details_point_span {
    position: absolute;
    text-align: center;
    padding: 3px 10px 3px 5px;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    text-indent: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    background: #fff;
    border-color: #fff110;
    color: #797600;
  }
  .details_procedure {
    border: 4px solid #fff110;
    color: #000;
    background-color: #ffffeb;
    position: relative;
    font-weight: bold;
    padding: 30px 10px 15px;
    border-radius: 0 20px 0 20px;
    background-size: auto auto;
    margin-top: 20px;
  }
  .details_procedure_span {
    position: absolute;
    text-align: center;
    padding: 10px 20px;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    text-indent: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    background: #fff;
    border-color: #fff110;
    color: #797600;
  }
  .details_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .details_table th:first-child {
    border-radius: 5px 0 0 0;
  }
  .details_table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
  }
  .details_table th {
    text-align: center;
    color: #000000;
    background: linear-gradient(#fff110, #fff);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    width: 25%;
    padding: 10px 0;
  }
  .details_table td {
    text-align: center;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top: none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    width: 25%;
    padding: 10px 0;
  }
  .details_table td:last-child {
    border-right: 1px solid #a8b7c5;
  }
  .details_table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .details_tabletr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
}
@media all and (max-width: 767px) {
  .details {
    line-height: 2;
    width: 100%;
    margin: 0 auto 20px;
  }
  .details__summary {
    cursor: pointer;
    background: #fff903;
    margin: 10px 0;
    padding: 50px 16px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right 5% bottom 50%;
  }
  .details__content {
    overflow: hidden;
    margin: 0;
  }
  .details__content * {
    transition: line-height 0.4s ease-out 0s, opacity 0.6s 0.3s;
    line-height: 0;
    opacity: 0;
    margin: 0;
  }
  .details[open] .details__content * {
    line-height: 2;
    opacity: 1;
  }
  .procedure_span {}
  .procedure_span2 {
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold !important;
    background-color: #fff100;
    margin-right: 5px;
  }
  .procedure_span3 {
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    text-align: center;
    font-weight: bold !important;
    background-color: #fff100;
    margin-right: 5px;
  }
  .details_point {
    border: 4px solid #fff110;
    color: #000;
    background-color: #fffed1;
    position: relative;
    padding: 30px 10px 15px;
    border-radius: 0 20px 0 20px;
    background-size: auto auto;
    margin-bottom: 15px;
  }
  .details_point_span {
    position: absolute;
    text-align: center;
    padding: 1px 10px 1px 5px;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    text-indent: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    background: #fff;
    border-color: #fff110;
    color: #797600;
  }
  .details_procedure {
    border: 4px solid #fff110;
    color: #000;
    background-color: #ffffeb;
    position: relative;
    font-weight: bold;
    padding: 30px 10px 15px;
    border-radius: 0 20px 0 20px;
    background-size: auto auto;
    margin-top: 20px;
  }
  .details_procedure_span {
    position: absolute;
    text-align: center;
    padding: 1px 10px 1px 5px;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    text-indent: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    background: #fff;
    border-color: #fff110;
    color: #797600;
  }
  .details_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 15px;
  }
  .details_table th:first-child {
    border-radius: 5px 0 0 0;
  }
  .details_table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
  }
  .details_table th {
    text-align: center;
    color: #000000;
    background: linear-gradient(#fff110, #fff110);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    width: 25%;
    padding: 10px 0;
  }
  .details_table td {
    text-align: center;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top: none;
    width: 25%;
    padding: 10px 0;
  }
  .details_table td:last-child {
    border-right: 1px solid #a8b7c5;
  }
  .details_table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .details_tabletr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
}
.c-single01-content p {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .08em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.c-single01-content img {
  width: 100%;
  margin: auto auto 15px !important;
  display: flex;
  border-radius: 10px;
}
.red {
  color: orangered;
  font-weight: 600;
}
.bold {
  font-weight: bold !important;
}
.wakur {
  background: #edf6ff;
  color: #3F51B5;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
}
/*クーポンに関するcss*/
.coupon {
  background: #fafafa;
  padding: 2%;
}
.coupon_img {
  width: 40%;
}
.coupon_txt {
  width: 100%;
  font-size: 0.7em;
  line-height: 1;
  padding: 0px 0 0;
}
.coupon_txt p {
  font-size: 11px;
  margin: 0px !important;
  padding: 0% !important;
}
.coupon_btn {
  clear: both;
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #232323;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  margin: 20px 0;
  font-weight: 600;
}
.coupon_txt_h {
  font-size: 1.3em;
  font-weight: 700;
}
.coupon_btn a {
  font-size: 17px;
  text-decoration: none;
}
/*著者に関するcss*/
.author {
  clear: both;
  border: solid 1px #b9b9b9;
  border-radius: 5px;
  margin: 20px 0;
  padding: 2%;
}
.author_img {
  float: left;
  width: 20%;
}
.author p {
  margin: 1em 0;
  font-size: 12px !important;
}
.author_txt {
  float: left;
  width: 69%;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 0px 0;
  margin-left: 2%;
}
.author_stxt {
  color: #b9b9b9 !important;
  font-size: 10px !important;
}
/*概要するcss*/
#over {
  border-bottom: 1px solid #757575;
  border: 1px solid #b9b9b9;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
}
#over .over_h1 {
  background: #009688;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: serif;
  font-weight: 500;
  margin-top: 0px;
}
#over .over_h2 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: serif;
  padding-left: 3%;
}
#over .over_p {
  border-bottom: 1px solid #b9b9b9;
  margin: 0 3%;
  font-size: 1.2rem;
}
#over_timeprice {
  width: 94%;
  margin: 20px auto;
}
#over_timeprice th, #over_timeprice td {
  border: none !important;
}
#over_timeprice th img {
  max-width: 160px;
}
#over_timeprice td {
  padding: 0px !important;
  margin: 0px !important;
}
#over_timeprice td p {
  font-size: 1em !important;
  font-weight: 600;
  text-align: center;
}
/*工程画像～画像、テキスト2列表示css*/
.grid_half {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 10px;
  padding-top: 0px;
}
.txt_half {
  margin-left: 10px;
}
/*サブコンテンツ*/
.subc {
  background: whitesmoke;
  font-size: 12px !important;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}
/*クーポンページ*/
.coupon-contents__inner {
  max-width: 700px;
}
/*width指定*/
.w10 {
  width: 10% !important;
}
.w20 {
  width: 20% !important;
}
.w30 {
  width: 30% !important;
}
.w40 {
  width: 40% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
/*記事内テーブルコンテンツ*/
@media all and (min-width: 768px) {
  .blogtable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0 0px;
    margin-bottom: 10px;
    margin: 0 0 10px !important;
  }
  .blogtable th:first-child {
    border-radius: 5px 0 0 0;
  }
  .blogtable th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
  }
  .blogtable td:last-child {
    border-right: 1px solid #a8b7c5;
  }
  .blogtable tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .blogtable tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
  .listbox {
    padding: 0em 1em 1.8em;
    margin: 20px 20px 30px 20px;
    border: double 5px #a8d172;
  }
  .listbox-list {
    padding: 0em 1em 1.8em;
    margin: 20px 20px 30px 20px;
    border: solid 5px #a8d172;
    background-color: antiquewhite;
  }
  .listbox p, .listbox-list p {
    margin: 0;
    padding: 0;
  }
  #blogcontent .listbox p {
    padding: 22px 0px 0px;
  }
  .table_of_contents {
    margin-top: 1em;
    line-height: 2;
  }
  .table_of_contents_ul {
    margin: 0px 0px 0px 20px;
  }
}
@media all and (max-width: 767px) {
  .blogtable {
    width: 800px;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0 0px;
    margin-bottom: 10px;
    display: block;
  }
  .table {
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
  .blogtable th:first-child {
    border-radius: 5px 0 0 0;
  }
  .blogtable th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
  }
  .blogtable td:last-child {
    border-right: 1px solid #a8b7c5;
  }
  .blogtable tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .blogtable tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
  .listbox {
    padding: 0em 1em 1.8em;
    margin: 20px;
    border: double 5px #a8d172;
  }
  .listbox-list {
    padding: 0em 1em 1.8em;
    margin: 20px;
    border: solid 5px #a8d172;
    background-color: antiquewhite;
  }
  .listbox5 {
    margin: 0;
    padding: 0;
  }
  .table_of_contents {
    margin-top: 1em;
    line-height: 2;
  }
  .table_of_contents_ul {
    margin: 0px 0px 0px 20px;
  }
}
#blogcontent table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.blogtable th {
  text-align: center;
  color: #1e1d1d;
  background: linear-gradient(#FFEB3B, #FFC107);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  width: 25%;
  padding: 10px 0;
}
.blogtable td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  width: 25%;
}
.left-align {
  text-align: left !important;
  padding: 0px 10px;
  font-size: small;
}
#blogcontent td p {
  padding: 0px;
}
#blogcontent .listbox p, #blogcontent .listbox-list p {
  padding: 22px 0px 0px;
}
.table-name {
  width: 15% !important;
  text-align: center !important;
  vertical-align: middle;
  font-weight: 600;
}
.table-name-10 {
  width: 10% !important;
  text-align: center;
  vertical-align: middle;
}
.table-name-12 {
  width: 12.5% !important;
  text-align: center;
  vertical-align: middle;
}
.table-img {
  width: 10% !important;
  text-align: center;
  vertical-align: middle;
}
.table img {
  border-radius: 0px !important;
  margin: auto auto !important;
}
.table .nopadding {
  padding: 0 !important;
}
.c-single01-content .table p {
  margin: 0 0;
  font-size: 1.2rem;
}
/*見出し前の画像*/
.h2img {
  max-width: 100px;
  border-radius: 50px !important;
  margin: auto;
}
.h2img img {
  margin: 0px !important;
  border-radius: 50px !important;
}
.tableback {
  text-decoration: underline;
  border: 1px solid;
  margin: 20px auto 60px;
  display: block;
  text-align: center;
  padding: 20px 0;
  height: auto;
  width: 60%;
}
@media all and (max-width: 767px) {
  .u-inner02 {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bg-color-gray {
    background-color: #fffed1;
    width: calc(100% + 30px);
    margin: 0 -15px 10px;
    padding-bottom: 15px;
  }
}
.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}
.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box27 p {
  margin: 0;
  padding: 0;
}
.noul {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
  background: #f5faff;
}
.noul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.2em 0.5em 0.2em 30px;
  color: #0c118b;
}
.noul li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linetable {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 15px -6px #00000073;
}
.linetable tr {
  background-color: #fff;
}
.linetable tbody tr:hover {
  background-color: #fffae9;
}
.linetable th, .linetable td {
  padding: .35em 1em;
  border-bottom: 1px solid #eee;
}
.linetable thead th {
  font-size: .85em;
  padding: 1em;
}
.linetable thead tr {
  background-color: #F44336;
  color: #fff;
}
.linetable tbody th {
  text-align: left;
  font-size: .8em;
}
.c-single01-content .linetable h3, .c-single01-content .table-name h3 {
  font-size: 12px;
  padding: 0;
  margin: auto;
}
.txt {
  text-align: left;
  font-size: .75em;
}
.price {
  text-align: right;
  color: #000;
  font-weight: bold;
}
/*追従バナー*/
@media only screen and (max-width: 740px) {
    .copyfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    }
}
	@media only screen and (min-width: 740px) {
    .sp {
    display:none;
}
	}
@media screen and (max-width: 600px) {
  .linetable {
    width: 100%;
  }
}

/*☆*/
.box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.box-items {
    display: flex;
    justify-content: space-around;
}

.box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.moji {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.stars {
    display: flex;
}

.stars[data-stars="1"]::before {
    content: "★☆☆";
    color: #ffc107;
}

.stars[data-stars="2"]::before {
    content: "★★☆";
    color: #ffc107;
}

.stars[data-stars="3"]::before {
    content: "★★★";
    color: #ffc107;
}

.stars::before {
    content: "☆☆☆";
    font-size: 20px;
    color: #ccc;
    letter-spacing: 2px;
}

.text_box {
  margin: 0 auto 2em;
  padding: 2em;
  border: dashed 2px #c8c8c8;
}

.text_box p {
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 740px) { 
.tableback_sp {
    text-decoration: underline;
    border: 1px solid;
    margin: 40px auto 60px;
    display: block;
    text-align: center;
    padding: 20px 0;
    height: auto;
    width: 60%;
}
}
.sansyo_text{
	font-size: 1.2rem;
}

.red-link {
  color: #ff0000;
  font-weight: bold;
}
/* c-btn01-back（目次に戻るボタン・新設）
   $svg依存を排除した独立バージョン
================================================================= */
.c-btn01-back {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
.c-btn01-back__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 257px;
  padding: 13px 20px 12px 40px;
  border: 1px solid #b3aab3;
  border-radius: 50px;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.c-btn01-back__ico {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  color: #e50014;
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .c-btn01-back {
    margin: 40px 0;
  }
  .c-btn01-back__link {
    max-width: 300px;
    padding: 16px 20px 15px 44px;
    font-size: 1.6rem;
  }
  .c-btn01-back__link:hover {
    opacity: 0.7;
    background: #fafafa;
  }
  .c-btn01-back__ico {
    left: 20px;
    width: 14px;
    height: 14px;
  }
}

/* ===== 以下を column.css の末尾に追加 ===== */

/* .c-head01 の新CSS打ち消し（中央寄せに戻す） */
.c-new01 .c-head01,
.c-new01__inner .c-head01 {
  padding: 0 0 14px !important;
  text-align: center !important;
}

/* .c-btn01 の新CSS打ち消し（p タグの黒枠2pxを消す） */
p.c-btn01 {
  border: none !important;
  background: transparent !important;
  min-height: auto !important;
  max-width: none !important;
  padding: 0 !important;
  display: block !important;
}

/* ==========================================================================
   c-newbox（新着記事・おすすめ記事ボックス・新規作成版）
   新CSSと完全に競合しないよう新しいクラス名で作り直し
   ========================================================================== */
.c-newbox {
  padding: 20px 0;
  background: transparent;
}
.c-newbox__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 見出し「新着記事」「おすすめ記事」 */
.c-newbox__head {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 14px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.c-newbox__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 6px;
  background-image: linear-gradient(to right, #fff100, #fff100 6px, transparent 6px, transparent 9px);
  background-repeat: repeat-x;
  background-size: 9px 6px;
}

/* リスト */
.c-newbox__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-newbox__item {
  border-top: 1px solid #b3aab3;
  margin: 0;
  padding: 0;
}
.c-newbox__item:last-child {
  border-bottom: 1px solid #b3aab3;
}
.c-newbox__link {
  position: relative;
  display: block;
  padding: 12px 30px 12px 0;
  color: #333;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.c-newbox__link:hover {
  color: #e50014;
}
/* 右端の矢印 */
.c-newbox__link::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #e50014;
  border-right: 2px solid #e50014;
  transform: translateY(-50%) rotate(45deg);
}
.c-newbox__date {
  margin: 0 0 2px;
  font-size: 1.1rem;
  color: #b3aab3;
  letter-spacing: 0.02em;
  font-family: "Barlow Semi Condensed", "Oswald", sans-serif;
}
.c-newbox__title {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
}

/* PC */
@media all and (min-width: 768px) {
  .c-newbox {
    padding: 40px 0;
  }
  .c-newbox__inner {
    padding: 0 20px;
  }
  .c-newbox__head {
    margin: 0 0 30px;
    padding: 0 0 18px;
    font-size: 2rem;
  }
  .c-newbox__head::before {
    width: 43px;
    height: 10px;
    background-size: 16px 10px;
    background-image: linear-gradient(to right, #fff100, #fff100 11px, transparent 11px, transparent 16px);
  }
  .c-newbox__link {
    display: flex;
    align-items: center;
    gap: 0 24px;
    padding: 20px 40px 20px 0;
  }
  .c-newbox__link::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .c-newbox__date {
    flex-shrink: 0;
    margin: 0;
    font-size: 1.5rem;
  }
  .c-newbox__title {
    flex: 1;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   c-rankbox（人気記事ランキング・新規作成版）
   順位番号はCSSで描画（金・銀・銅・白）
   ========================================================================== */
.c-rankbox {
  padding: 20px 0;
  background: #f7f7f7;
}
.c-rankbox__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* 見出し */
.c-rankbox__head {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 14px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.c-rankbox__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 6px;
  background-image: linear-gradient(to right, #fff100, #fff100 6px, transparent 6px, transparent 9px);
  background-repeat: repeat-x;
  background-size: 9px 6px;
}

/* リスト */
.c-rankbox__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-rankbox__item {
  border-top: 1px solid #b3aab3;
  margin: 0;
  padding: 0;
}
.c-rankbox__item:last-child {
  border-bottom: 1px solid #b3aab3;
}
.c-rankbox__link {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr 20px;
  grid-template-areas:
    "num date arrow"
    "num title arrow";
  column-gap: 12px;
  align-items: center;
  padding: 14px 8px 14px 0;
  color: #333;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.c-rankbox__link:hover {
  color: #e50014;
}

/* 順位番号（::before で円を描画） */
.c-rankbox__link::before {
  grid-area: num;
  content: attr(data-rank);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: "Oswald", "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  background: #ccc;
  border: 2px solid #ccc;
}
/* data-rank属性の値を使って番号を表示するため、liにdata-rank付与した内容を::beforeに反映 */
.c-rankbox__item[data-rank="1"] .c-rankbox__link::before { content: "1"; background: #f0c419; border-color: #f0c419; }
.c-rankbox__item[data-rank="2"] .c-rankbox__link::before { content: "2"; background: #b3b3b3; border-color: #b3b3b3; }
.c-rankbox__item[data-rank="3"] .c-rankbox__link::before { content: "3"; background: #c98a5a; border-color: #c98a5a; }
.c-rankbox__item[data-rank="4"] .c-rankbox__link::before { content: "4"; background: #fff; border-color: #b3aab3; color: #b3aab3; }
.c-rankbox__item[data-rank="5"] .c-rankbox__link::before { content: "5"; background: #fff; border-color: #b3aab3; color: #b3aab3; }
.c-rankbox__item[data-rank="6"] .c-rankbox__link::before { content: "6"; background: #fff; border-color: #b3aab3; color: #b3aab3; }
.c-rankbox__item[data-rank="7"] .c-rankbox__link::before { content: "7"; background: #fff; border-color: #b3aab3; color: #b3aab3; }
.c-rankbox__item[data-rank="8"] .c-rankbox__link::before { content: "8"; background: #fff; border-color: #b3aab3; color: #b3aab3; }
.c-rankbox__item[data-rank="9"] .c-rankbox__link::before { content: "9"; background: #fff; border-color: #b3aab3; color: #b3aab3; }
.c-rankbox__item[data-rank="10"] .c-rankbox__link::before { content: "10"; background: #fff; border-color: #b3aab3; color: #b3aab3; font-size: 1.2rem; }

/* 右端の矢印 */
.c-rankbox__link::after {
  grid-area: arrow;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #e50014;
  border-right: 2px solid #e50014;
  transform: rotate(45deg);
  justify-self: end;
}

.c-rankbox__date {
  grid-area: date;
  margin: 0;
  font-size: 1.1rem;
  color: #b3aab3;
  letter-spacing: 0.02em;
  font-family: "Barlow Semi Condensed", "Oswald", sans-serif;
  align-self: end;
}
.c-rankbox__title {
  grid-area: title;
  margin: 2px 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  align-self: start;
}

/* PC */
@media all and (min-width: 768px) {
  .c-rankbox {
    padding: 40px 0;
  }
  .c-rankbox__inner {
    padding: 40px 20px;
  }
  .c-rankbox__head {
    margin: 0 0 30px;
    padding: 0 0 18px;
    font-size: 2rem;
  }
  .c-rankbox__head::before {
    width: 43px;
    height: 10px;
    background-size: 16px 10px;
    background-image: linear-gradient(to right, #fff100, #fff100 11px, transparent 11px, transparent 16px);
  }
  .c-rankbox__link {
    grid-template-columns: 50px 140px 1fr 30px;
    grid-template-areas: "num date title arrow";
    column-gap: 24px;
    padding: 20px 10px 20px 0;
  }
  .c-rankbox__link::before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
  .c-rankbox__item[data-rank="10"] .c-rankbox__link::before {
    font-size: 1.5rem;
  }
  .c-rankbox__link::after {
    width: 10px;
    height: 10px;
  }
  .c-rankbox__date {
    font-size: 1.5rem;
    align-self: center;
  }
  .c-rankbox__title {
    margin: 0;
    font-size: 1.4rem;
    align-self: center;
  }
}