@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.btn_basic, .btn_red, .white {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

/* btn link */
/* コンテンツヘッダ */
.page_title .titl_img {
  background-color: #8b0000;
  background-image: linear-gradient(to right, #cf0000 0%, #fd5500 100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: right;
  padding: 0.6em 2em;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page_title .titl_img::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 20px;
  border-bottom: 12px solid #fff;
  width: 200px;
  height: 150px;
  transform: rotate(-45deg);
  opacity: 0.2;
}
.page_title .titl_img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  border-bottom: 12px solid #fff;
  width: 200px;
  height: 150px;
  transform: rotate(-45deg);
  opacity: 0.2;
}
.page_title .titl_img .title {
  padding: 2em;
}

/* パンくず */
.breadcrumb {
  background-color: #f6f2f2;
  padding: 1em;
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  font-size: 0.9rem;
  color: #4d4b4b;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #4d4b4b;
}
.breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
  color: #b70007;
}
.breadcrumb ul li:not(.lv1) {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.3em;
  vertical-align: middle;
}
.breadcrumb ul li:not(.lv1)::before {
  position: absolute;
  top: 0.5em;
  margin: auto;
  vertical-align: middle;
  content: " ";
  left: 3px;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* title */
.title {
  padding: 1.5em 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.title .border_bottom {
  border-bottom: solid #474545 2px;
  padding: 0.2em;
}
.title.inner_title {
  padding: 0;
}
.title.top0 {
  padding-top: 0;
}
.title.tag {
  padding: 0;
}
.title.tag .tag_body {
  background-color: #5c5c5c;
  color: #fff;
  padding: 0.5em;
  display: inline-block;
}
.title .t1 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .title .t1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .title .t1 {
    font-size: 1.6rem;
  }
}
.title .t2 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .title .t2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .title .t2 {
    font-size: 1.4rem;
  }
}
.title .t3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .title .t3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .title .t3 {
    font-size: 1rem;
  }
}
.title .t4 {
  font-size: 1.3rem;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .title .t4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .title .t4 {
    font-size: 1rem;
  }
}
.title .titl_sub.lined {
  position: relative;
  padding: 0 30px;
  margin-left: 1.1em;
}
.title .titl_sub.lined::before, .title .titl_sub.lined::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #474545;
}
.title .titl_sub.lined::before {
  left: 0;
}
.title .titl_sub.lined::after {
  right: 0;
}
@media screen and (max-width: 639px) {
  .title {
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .title {
    line-height: 1.2;
  }
}
.title.slash {
  display: inline-block;
  position: relative;
  margin: 2em 0;
  padding: 0 60px;
}
.title.slash:before, .title.slash:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #555555;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.title.slash:before {
  left: 0;
}
.title.slash:after {
  right: 0;
}
.title.gray {
  position: relative;
  padding: 5px 40px 5px 40px;
  background-color: #6d6b6b;
  color: #fff;
}

.border {
  border-bottom: 2px solid;
}
.border.marker {
  border-color: #ff9a57;
}

/* text */
#contents_body p {
  line-height: 1.8;
}

sup {
  font-size: 0.7rem;
}

.txt_m {
  font-size: 1.2rem;
  line-height: 1.4;
}

.txt_mm {
  font-size: 0.95em;
}

.txt_s {
  font-size: 0.8rem;
  line-height: 1.4 !important;
}

.txt_ss {
  font-size: 0.7rem;
  line-height: 1.4 !important;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

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

.line_orange {
  background: linear-gradient(transparent 60%, #f16745 60%);
}

.dotted_b {
  border-bottom: 1px dotted;
}

/* 白文字影付き */
.white {
  color: #fff;
}

.txt_white {
  color: #fff;
}

.txt_red {
  color: #860307 !important;
}

.txt_normal {
  color: #474545;
}

/* images */
svg {
  fill: currentColor;
}

/* 画像　サイズより画面幅が狭かったら幅100% */
.img_resp {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* link */
.txt_lnk {
  color: #0474b4;
  transition: color 0.2s linear;
  text-align: left;
}
.txt_lnk.inline {
  display: inline;
}
.txt_lnk:link, .txt_lnk:active, .txt_lnk:visited, .txt_lnk:focus {
  color: #024469;
}
.txt_lnk:hover, .txt_lnk:focus {
  color: #860307;
}
.txt_lnk.no_line {
  text-decoration: none;
}
.txt_lnk.ic_lnk {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px 10px 40px;
  text-align: center;
  transition: ease 0.2s;
}
.txt_lnk.ic_lnk::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.txt_lnk.ic_lnk:hover::after, .txt_lnk.ic_lnk:focus::after {
  left: 16px;
}

.bar_lnk {
  display: inline-block;
  color: #474545;
  text-decoration: none;
  padding: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  position: relative;
}
.bar_lnk::after {
  content: "";
  position: absolute;
  bottom: 0.2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #860307;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.bar_lnk:hover::after, .bar_lnk:focus::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 639px) {
  .bar_lnk {
    padding: 0.5em;
    margin: 0;
    text-align: center;
  }
}
.bar_lnk:hover, .bar_lnk:focus {
  color: #860307;
}

.img_lnk {
  background-color: #e3d1c8;
}
.img_lnk img:hover,
.img_lnk img:focus {
  opacity: 0.8;
}

.menu {
  text-align: left;
  display: flex;
  justify-content: center;
  counter-reset: number 0;
  margin: 20px 0;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 639px) {
  .menu {
    flex-direction: column;
  }
}
.menu li {
  padding: 0 0.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}
@media screen and (max-width: 639px) {
  .menu li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .menu li:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.4em;
  line-height: 1.5;
}
.menu li a:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  padding-right: 0.2em;
}
.menu li a.current {
  background: linear-gradient(transparent 80%, #efd5ae 80%);
}
@media screen and (max-width: 639px) {
  .menu li a {
    width: 100%;
    text-align: left !important;
  }
}

.btn_red {
  color: #fff;
  background: #ff000a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 30px 30px;
  text-decoration: none;
  line-height: 1;
  background: linear-gradient(270deg, #ff000a 0%, #f00027 25%, #ff3300 51%, #e40000 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  justify-content: space-evenly;
  width: 100%;
}
.btn_red:hover, .btn_red:focus {
  color: #fff;
  background-position: 99% 50%;
}

.btn_basic {
  color: #fff;
  background: #b70007;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px 30px;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease;
  justify-content: space-evenly;
  width: 100%;
  letter-spacing: 0;
}
.btn_basic:hover, .btn_basic:focus {
  color: #fff;
  background: #ea1e0a;
}
@media screen and (max-width: 639px) {
  .btn_basic {
    font-size: 1.1rem;
  }
}

.btn_border {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 50px;
  color: #b70007;
  background: #fff;
  border: 2px solid #b70007;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .btn_border {
    padding: 15px 30px 15px 40px;
  }
}
.btn_border::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #b70007;
  border-right: 2px solid #b70007;
  transform: rotate(45deg);
}
.btn_border:hover, .btn_border:focus {
  color: #fff !important;
  background: #b70007;
  border: 2px solid #fff;
}
.btn_border:hover::before, .btn_border:focus::before {
  border-color: #fff;
}

.btn_t2 {
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  .btn_t2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .btn_t2 {
    font-size: 1rem;
  }
}

/* tel */
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* icon */
a[target=_blank] {
  display: inline-block;
}
a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/common/img/ico_link.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 2px;
}
a[target=_blank].inner_ic {
  position: relative;
}
a[target=_blank].inner_ic:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

a[href$=".pdf"] {
  display: inline-block;
  fill: #b70007;
}
a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/common/img/ico_pdf.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 2px;
}

/* local nav */
.nav_local .col_child {
  padding: 0 !important;
}
.nav_local .col_child .col_child_contents {
  justify-content: center;
  align-items: stretch;
}
.nav_local .col_child .col_child_contents a {
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.4;
}
.nav_local .col_child .col_child_contents a:hover, .nav_local .col_child .col_child_contents a.current, .nav_local .col_child .col_child_contents a:focus {
  color: #fff;
}
.nav_local .col_child .col_child_contents a.current {
  background-color: #707070;
}
.nav_local .col_child .col_child_contents a:hover, .nav_local .col_child .col_child_contents a:focus {
  background-color: #c7c7c7;
}
@media screen and (max-width: 639px) {
  .nav_local .col_child {
    width: 100% !important;
  }
}

#outsourcing .outsourcing,
#merit .merit,
#detacleansing .detacleansing,
#system .system,
#img_coding .img_coding,
#senkyo .senkyo {
  background-color: #707070;
}

/* background */
.bg_darkred {
  background-color: #860307;
}

.bg_gray {
  background-color: #e8e8e8;
}

.bg_white {
  background-color: #fff;
}

.bg_beige {
  background-color: #eeedeb;
}

.bg_orange {
  background-color: #f16745;
}

.bg_cream {
  background-color: #efd5ae;
}

.bg_cream_pale {
  background-color: #f8f0d0;
}

.bg_orange_pale {
  background-color: #f6e1dc;
}

.bg_yellow_pale {
  background-color: #ffffd9;
}

.bg_green_pale {
  background-color: #e5ffde;
}

.bg_blue_pale {
  background-color: #e0f4ff;
}

/* 背景色hoverで変化 */
.hv_bgcolor {
  display: inline-block;
  background-color: #860307;
  transition: transform 0.5s;
}

.hv_bgcolor:hover {
  background-color: #e41c23;
  background-image: linear-gradient(to bottom, #e41c23 0%, #860307 100%);
  transform: scale(1.05);
}

.cvbn {
  padding: 0 2em 2em;
}
.cvbn.column_cv {
  padding: 0 0 2em;
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

/* btn link */
/* main contact area */
#main_contact {
  background-color: #b70007;
  color: #fff;
}
#main_contact .contact_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #main_contact .contact_box {
    display: block;
  }
}
#main_contact .contact_box .to_call {
  padding: 10px;
}
#main_contact .contact_box .to_call .telnum {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
}
#main_contact .contact_box .to_call .telnum:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg id='call' data-name='call' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M353.19,252.05a218,218,0,0,1-68.47-10.9c-10.72-3.66-23.9-.31-30.44,6.41l-43.18,32.6C161,253.43,130.19,222.59,103.82,172.9l31.64-42.06a31,31,0,0,0,7.63-31.44,218.4,218.4,0,0,1-11-68.59A30.84,30.84,0,0,0,101.33,0H30.81A30.84,30.84,0,0,0,0,30.81C0,225.56,158.44,384,353.19,384A30.84,30.84,0,0,0,384,353.19V282.86A30.85,30.85,0,0,0,353.19,252.05Z' style='fill: rgb(255, 255, 255);'/%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(30deg);
}
@media screen and (max-width: 1024px) {
  #main_contact .contact_box .to_call .telnum {
    padding: 0;
  }
}
#main_contact .contact_box .to_call .teltime {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  #main_contact .contact_box .to_call {
    padding-bottom: 1em;
  }
}
#main_contact .contact_box .to_form {
  padding: 10px;
}
#main_contact .contact_box .to_form .form_btn_white {
  border: 2px solid #fff;
  color: #b70007;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease;
  justify-content: space-evenly;
  display: flex;
  justify-content: center;
}
#main_contact .contact_box .to_form .form_btn_white:hover, #main_contact .contact_box .to_form .form_btn_white:focus {
  color: #fff;
  background: #860307;
}
#main_contact .contact_box .to_form .form_btn_white:before {
  content: "";
  margin-right: 0.8em;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20473.981%20473.981%22%20style%3D%22enable-background%3Anew%200%200%20473.981%20473.981%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20style%3D%22fill%3A%23b70007%3B%22%20d%3D%22M33.245%2C291.143V53.277c0-1.972%2C1.607-3.579%2C3.572-3.579h350.514c1.965%2C0%2C3.57%2C1.607%2C3.57%2C3.579%20V234.11h33.245V53.277c0-20.307-16.508-36.824-36.815-36.824H36.817C16.51%2C16.452%2C0%2C32.97%2C0%2C53.277v237.866%20c0%2C20.308%2C16.51%2C36.825%2C36.817%2C36.825h117.491v47.724h-18.521c-9.187%2C0-16.622%2C7.442-16.622%2C16.623%20c0%2C9.179%2C7.436%2C16.622%2C16.622%2C16.622h152.571c9.188%2C0%2C16.623-7.443%2C16.623-16.622c0-9.181-7.436-16.623-16.623-16.623h-18.537%20v-47.724h56.36v-33.245H36.817C34.853%2C294.723%2C33.245%2C293.115%2C33.245%2C291.143z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%23b70007%3B%22%20d%3D%22M452.765%2C254.888h-84.588c-11.703%2C0-21.217%2C9.52-21.217%2C21.223v160.193%20c0%2C11.706%2C9.514%2C21.225%2C21.217%2C21.225h84.588c11.704%2C0%2C21.217-9.52%2C21.217-21.225V276.111%20C473.981%2C264.407%2C464.469%2C254.888%2C452.765%2C254.888z%20M371.894%2C279.821h77.154v139.091h-77.154V279.821z%20M410.463%2C446.239%20c-1.558%2C0-2.954-0.487-4.237-1.168c-2.905-1.551-4.967-4.522-4.967-8.052c0-5.088%2C4.122-9.212%2C9.204-9.212%20c5.096%2C0%2C9.22%2C4.124%2C9.22%2C9.212c0%2C3.53-2.046%2C6.501-4.967%2C8.052C413.416%2C445.752%2C412.021%2C446.239%2C410.463%2C446.239z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#main_contact .contact_box .to_form .form_btn_white:hover:before, #main_contact .contact_box .to_form .form_btn_white:focus:before {
  filter: invert(100%) contrast(100%) brightness(500%);
}
#main_contact .contact_box .to_form .form_btn_white span {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #main_contact .contact_box .to_form .form_btn_white {
    max-width: 90%;
    margin: auto;
    padding: 20px;
  }
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

/* sitemap */
.sitemap {
  padding: 20px;
  justify-content: space-between;
  align-items: baseline;
}
.sitemap li a {
  display: block !important;
  text-align: left !important;
}
.sitemap li a:hover, .sitemap li a:focus {
  background-color: #c1c1c1;
  color: #fff;
}
.sitemap li .bg_cream_pale {
  border-top: 1px solid;
  border-bottom: 1px dotted;
}
.sitemap li .lb, .sitemap li.lb {
  border-bottom: 1px dotted;
}
.sitemap .map01,
.sitemap .map02 {
  width: calc(50% - 20px);
  border: 1px solid;
  margin-bottom: 20px;
}
.sitemap .map01 > li > ul > li > a, .sitemap .map01 > li > ul > li > div > a,
.sitemap .map02 > li > ul > li > a,
.sitemap .map02 > li > ul > li > div > a {
  padding-left: 60px;
}
.sitemap .map01 > li > ul > li > a::after, .sitemap .map01 > li > ul > li > div > a::after,
.sitemap .map02 > li > ul > li > a::after,
.sitemap .map02 > li > ul > li > div > a::after {
  left: 33px;
}
.sitemap .map01 > li > ul > li > a:hover::after, .sitemap .map01 > li > ul > li > a:focus::after, .sitemap .map01 > li > ul > li > div > a:hover::after, .sitemap .map01 > li > ul > li > div > a:focus::after,
.sitemap .map02 > li > ul > li > a:hover::after,
.sitemap .map02 > li > ul > li > a:focus::after,
.sitemap .map02 > li > ul > li > div > a:hover::after,
.sitemap .map02 > li > ul > li > div > a:focus::after {
  left: 36px;
}
.sitemap .map01 > li > ul > li > .notlink, .sitemap .map01 > li > ul > li > div > .notlink,
.sitemap .map02 > li > ul > li > .notlink,
.sitemap .map02 > li > ul > li > div > .notlink {
  padding-left: 60px;
}
.sitemap .map01 > li > ul > li > .notlink::after, .sitemap .map01 > li > ul > li > div > .notlink::after,
.sitemap .map02 > li > ul > li > .notlink::after,
.sitemap .map02 > li > ul > li > div > .notlink::after {
  left: 33px;
}
.sitemap .map01 > li > ul > li > ul > li > .notlink, .sitemap .map01 > li > ul > li > div > ul > li > .notlink,
.sitemap .map02 > li > ul > li > ul > li > .notlink,
.sitemap .map02 > li > ul > li > div > ul > li > .notlink {
  padding-left: 80px;
}
.sitemap .map01 > li > ul > li > ul > li > .notlink::after, .sitemap .map01 > li > ul > li > div > ul > li > .notlink::after,
.sitemap .map02 > li > ul > li > ul > li > .notlink::after,
.sitemap .map02 > li > ul > li > div > ul > li > .notlink::after {
  left: 53px;
}
.sitemap .map01 > li > ul > li > ul > li > a, .sitemap .map01 > li > ul > li > div > ul > li > a,
.sitemap .map02 > li > ul > li > ul > li > a,
.sitemap .map02 > li > ul > li > div > ul > li > a {
  padding-left: 80px;
}
.sitemap .map01 > li > ul > li > ul > li > a::after, .sitemap .map01 > li > ul > li > div > ul > li > a::after,
.sitemap .map02 > li > ul > li > ul > li > a::after,
.sitemap .map02 > li > ul > li > div > ul > li > a::after {
  left: 53px;
}
.sitemap .map01 > li > ul > li > ul > li > a:hover::after, .sitemap .map01 > li > ul > li > ul > li > a:focus::after, .sitemap .map01 > li > ul > li > div > ul > li > a:hover::after, .sitemap .map01 > li > ul > li > div > ul > li > a:focus::after,
.sitemap .map02 > li > ul > li > ul > li > a:hover::after,
.sitemap .map02 > li > ul > li > ul > li > a:focus::after,
.sitemap .map02 > li > ul > li > div > ul > li > a:hover::after,
.sitemap .map02 > li > ul > li > div > ul > li > a:focus::after {
  left: 56px;
}
.sitemap .map01 > li > ul > li > ul > li > ul > li > a, .sitemap .map01 > li > ul > li > div > ul > li > ul > li > a,
.sitemap .map02 > li > ul > li > ul > li > ul > li > a,
.sitemap .map02 > li > ul > li > div > ul > li > ul > li > a {
  padding-left: 100px;
}
.sitemap .map01 > li > ul > li > ul > li > ul > li > a::after, .sitemap .map01 > li > ul > li > div > ul > li > ul > li > a::after,
.sitemap .map02 > li > ul > li > ul > li > ul > li > a::after,
.sitemap .map02 > li > ul > li > div > ul > li > ul > li > a::after {
  left: 73px;
}
.sitemap .map01 > li > ul > li > ul > li > ul > li > a:hover::after, .sitemap .map01 > li > ul > li > ul > li > ul > li > a:focus::after, .sitemap .map01 > li > ul > li > div > ul > li > ul > li > a:hover::after, .sitemap .map01 > li > ul > li > div > ul > li > ul > li > a:focus::after,
.sitemap .map02 > li > ul > li > ul > li > ul > li > a:hover::after,
.sitemap .map02 > li > ul > li > ul > li > ul > li > a:focus::after,
.sitemap .map02 > li > ul > li > div > ul > li > ul > li > a:hover::after,
.sitemap .map02 > li > ul > li > div > ul > li > ul > li > a:focus::after {
  left: 76px;
}
.sitemap .map01 > li > ul > li > ul > li > ul > li > .notlink, .sitemap .map01 > li > ul > li > div > ul > li > ul > li > .notlink,
.sitemap .map02 > li > ul > li > ul > li > ul > li > .notlink,
.sitemap .map02 > li > ul > li > div > ul > li > ul > li > .notlink {
  padding-left: 100px;
}
.sitemap .map01 > li > ul > li > ul > li > ul > li > .notlink::after, .sitemap .map01 > li > ul > li > div > ul > li > ul > li > .notlink::after,
.sitemap .map02 > li > ul > li > ul > li > ul > li > .notlink::after,
.sitemap .map02 > li > ul > li > div > ul > li > ul > li > .notlink::after {
  left: 73px;
}
.sitemap .map01 .notlink,
.sitemap .map02 .notlink {
  position: relative;
  text-decoration: none;
  padding: 10px 30px 10px 40px;
}
.sitemap .map01 .notlink::after,
.sitemap .map02 .notlink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 10px;
  border-top: 2px solid;
}
.sitemap .map02 > li {
  border-bottom: 1px solid;
}
.sitemap .map02 > li:last-of-type {
  border-bottom: none;
}

/* link */
.link_box {
  max-width: 1200px;
  padding: 20px 0;
}
.link_box ul {
  margin-bottom: 20px;
}
.link_box ul li,
.link_box ul a {
  padding: 0.8em;
}

/* table */
.basic_table {
  width: 100%;
  border-collapse: collapse;
}
.basic_table caption {
  text-align: center;
  padding: 0.5em;
}
.basic_table th,
.basic_table td {
  border: solid 1px #707070;
  padding: 0.8em;
  line-height: 1.5;
}
.basic_table th {
  text-align: center;
  background-color: #e6e5e5;
}
.basic_table th.txt_left {
  text-align: left;
}
.basic_table td {
  text-align: left;
  background-color: #fff;
}
.basic_table td.txt_center {
  text-align: center;
}
.basic_table .t_head {
  background-color: #bdbdbd;
}

@media screen and (max-width: 639px) {
  .sp_scroll {
    width: 99%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sp_scroll ::-webkit-scrollbar {
    height: 10px;
  }
  .sp_scroll table {
    width: 100%;
    border: 2px solid;
  }
}
.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

ul.faq li {
  padding: 1em 0;
}
ul.faq li section {
  text-align: left;
}
ul.faq li section .ans_open {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  padding: 0.8em 50px 0.8em 1.4em;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 639px) {
  ul.faq li section .ans_open {
    padding-right: 60px;
  }
  ul.faq li section .ans_open span {
    font-size: 1.2em;
  }
}
ul.faq li section .ans_open::before, ul.faq li section .ans_open::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s ease;
}
ul.faq li section .ans_open::before {
  top: 48%;
  right: 30px;
  transform: rotate(0deg);
}
ul.faq li section .ans_open::after {
  top: 48%;
  right: 30px;
  transform: rotate(90deg);
}
ul.faq li section .ans_open.close::before {
  transform: rotate(45deg);
}
ul.faq li section .ans_open.close::after {
  transform: rotate(-45deg);
}
ul.faq li section .ans_open span::before {
  content: "Q.";
  font-size: 1.6em;
  color: #860307;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  padding-right: 0.3em;
}
ul.faq li section .ans_box {
  display: none;
  padding: 3%;
}
@media screen and (max-width: 639px) {
  ul.faq li section .ans_box p {
    padding: 10px;
  }
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

#promise h3.title {
  position: relative;
  padding: 5px 42px 5px 20px;
  background-color: #e8e8e8;
  margin-left: -20px;
  line-height: 1.3;
  z-index: -1;
  width: 75%;
}
#promise h3.title span {
  font-size: 1.5rem;
}
@media screen and (max-width: 1400px) {
  #promise h3.title {
    width: 80%;
  }
  #promise h3.title span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  #promise h3.title {
    width: 90%;
  }
  #promise h3.title span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #promise h3.title {
    width: 75%;
  }
}
#promise h3.title:after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: -2px;
  border-right: solid 40px #fff;
  border-top: solid 79px transparent;
  z-index: -2;
}

#price {
  background-color: #ff8e17;
  background-image: linear-gradient(to right, #fd5500 0%, #ff8e17 100%);
}
#price .txt_box h3.title {
  color: #fff;
}
#price .col_child {
  position: relative;
  padding: 20px;
}
#price .col_child .col_child_contents {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
#price .col_child .col_child_contents .title {
  padding: 10px 6rem 10px 20px;
  border-bottom: 4px solid #ff8e17;
}
#price .col_child .col_child_contents .title .txt_s {
  padding-left: 1.5em;
}
#price .col_child .col_child_contents p {
  padding: 20px 6rem 20px 20px;
}
@media screen and (max-width: 1400px) {
  #price .col_child .col_child_contents p {
    padding: 20px;
  }
}
#price .col_child .col_child_contents .title {
  background-color: #e9e8e8;
  margin: 0;
}
#price .col_child .stecker {
  position: relative;
}
#price .col_child .stecker p {
  position: absolute;
  top: -15px;
  right: -20px;
  min-height: 7rem;
  min-width: 7rem;
  padding: 0.6em;
  border-radius: 50%;
  background-color: #c74232;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#price .col_child .stecker p span {
  line-height: 1.2;
}
#price .col_child .stecker p .price_en {
  font-weight: bold;
  font-size: 1.3em;
}
#price .col_child .stecker p .price_en .more_big {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
}
#price .col_child .stecker p .price_per {
  font-size: 0.9em;
}

.d_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid;
  text-align: left;
}
.d_list.no_line {
  border: none;
}
.d_list.no_line dl {
  margin-bottom: 1em;
}
.d_list dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.d_list dl dt,
.d_list dl dd {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.d_list dl dt {
  border: 1px solid;
  background-color: #c7c7c7;
  padding: 10px;
}
.d_list dl dt.num_dot {
  display: inline-block;
}
.d_list dl dd {
  padding: 10px;
  border: 1px solid;
  height: 100%;
  background-color: #f9f9f9;
}
.d_list dl.col100 dt {
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .d_list {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .d_list .col2,
  .d_list .col3,
  .d_list .col4 {
    width: 100%;
  }
  .d_list .col5,
  .d_list .col5_2,
  .d_list .col5_3,
  .d_list .col5_4 {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .d_list {
    max-width: 100%;
  }
}

/* やじるし */
.step {
  position: relative;
  width: 100px;
  background: #f16745;
  padding: 1em;
  margin: 0 auto 1em;
  text-align: center;
  color: #fff;
}
.step:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #f16745 transparent transparent transparent;
  border-width: 10px 50px 0 50px;
  z-index: 1;
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

.step_flex {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.step_flex li {
  position: relative;
  padding: 10px 16px 10px 10px;
}
.step_flex li .step_txt {
  border: 1px solid #c7c7c7;
  border-radius: 5%;
  padding: 0.8em;
  color: #474545;
}
.step_flex li:last-child {
  padding-right: 1em;
}
.step_flex li:last-child:after {
  display: none;
}
.step_flex li::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.4em;
  left: auto;
  border-style: solid;
  border-color: transparent transparent transparent #c7c7c7;
  border-width: 15px 0 15px 15px;
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

#img_oversea_001:before {
  content: "";
  display: block;
  padding-top: 33.3333333333%;
}
#img_oversea_001 img.bg {
  opacity: 1;
}
@media screen and (max-width: 639px) {
  #img_oversea_001 img.bg {
    position: relative;
  }
}
#img_oversea_001 .img_inner {
  position: absolute;
  width: 78%;
  top: 59%;
  left: 12%;
}
#img_oversea_001 .img_inner .col3 {
  width: 28%;
  background-color: rgba(255, 255, 255, 0.4);
}
#img_oversea_001 .img_inner .col3 .li_dot li {
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #img_oversea_001 .img_inner .col3 {
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
  #img_oversea_001 .img_inner .col3 {
    width: 30%;
  }
}
@media screen and (max-width: 1400px) {
  #img_oversea_001 .img_inner {
    top: 53%;
    left: 12%;
  }
  #img_oversea_001 .img_inner .head {
    padding: 0;
    font-size: 0.9em;
  }
  #img_oversea_001 .img_inner .li_dot li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  #img_oversea_001 .img_inner {
    top: 55%;
    left: 10%;
    width: 84%;
  }
}
@media screen and (max-width: 639px) {
  #img_oversea_001 .img_inner {
    position: relative;
    left: 0;
    width: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #img_oversea_001 .img_inner .fbox {
    display: block;
  }
  #img_oversea_001 .img_inner .col3 {
    width: auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 639px) {
  #img_oversea_001 {
    counter-reset: number 0;
  }
  #img_oversea_001:before {
    display: none;
  }
  #img_oversea_001 .head:before {
    counter-increment: number 1;
    content: counter(number) ".";
  }
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

/* TOPページ独自スタイル */
.toppage .title .t3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .toppage .title .t3 {
    font-size: 1.4rem;
  }
}

/* page title - main image */
.page_title.top {
  position: relative;
  height: 300px;
  overflow: hidden;
  height: 400px;
  background: url(/common/img/img_main_pc.webp);
  background-size: cover;
  z-index: -4;
}
@media screen and (min-width: 1400px) {
  .page_title.top {
    height: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .page_title.top {
    height: 400px;
  }
}
.page_title.top .cntents_inner .title {
  color: #fff;
  font-size: 2.3rem;
  position: relative;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
  display: block;
  margin-top: 0;
  margin-top: 50px;
  margin-left: 50px;
  font-weight: bold;
}
@media screen and (min-width: 1601px) {
  .page_title.top .cntents_inner .title span.toptitle_S {
    font-size: 0.8em;
  }
  .page_title.top .cntents_inner .title span.toptitle_M {
    font-size: 1.2em;
  }
  .page_title.top .cntents_inner .title span.toptitle_L {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1400px) {
  .page_title.top .cntents_inner .title {
    width: 90%;
  }
  .page_title.top .cntents_inner .title span.toptitle_S {
    font-size: 0.7em;
  }
  .page_title.top .cntents_inner .title span.toptitle_M {
    font-size: 1.5em;
  }
  .page_title.top .cntents_inner .title span.toptitle_L {
    font-size: 1.75em;
  }
  .page_title.top .cntents_inner .title span.toptitle_ci {
    font-size: 1.3em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1400px) {
  .page_title.top .cntents_inner .title {
    width: 100%;
    font-size: 1.8rem;
    padding-left: 3%;
    margin-left: 0;
  }
  .page_title.top .cntents_inner .title span.toptitle_S {
    font-size: 0.8em;
  }
  .page_title.top .cntents_inner .title span.toptitle_M {
    font-size: 1.4em;
  }
  .page_title.top .cntents_inner .title span.toptitle_L {
    font-size: 1.5em;
  }
  .page_title.top .cntents_inner .title span.toptitle_ci {
    font-size: 0.9em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .page_title.top .cntents_inner .title {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .page_title.top .cntents_inner .title span.toptitle_S {
    font-size: 1.1em;
  }
  .page_title.top .cntents_inner .title span.toptitle_M {
    font-size: 1.6em;
  }
  .page_title.top .cntents_inner .title span.toptitle_L {
    font-size: 1.8em;
  }
  .page_title.top .cntents_inner .title span.toptitle_ci {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 639px) {
  .page_title.top .cntents_inner .title {
    font-size: 1.1rem;
    text-align: center;
    position: absolute;
    padding: 0 8px 30px;
    max-width: 100%;
  }
  .page_title.top .cntents_inner .title span.toptitle_S {
    font-size: 0.8em;
  }
  .page_title.top .cntents_inner .title span.toptitle_M {
    font-size: 1.2em;
  }
  .page_title.top .cntents_inner .title span.toptitle_L {
    padding-bottom: 0;
    font-size: 1.6em;
  }
  .page_title.top .cntents_inner .title span.toptitle_ci {
    font-size: 0.9em;
    margin-bottom: 1.3em;
  }
}
.page_title.top .cntents_inner .title span.border {
  word-break: break-word;
  padding-bottom: 0.2rem;
}
.page_title.top .cntents_inner .title span.toptitle_pp {
  font-size: 80%;
}
.page_title.top .cntents_inner .title span.toptitle_S,
.page_title.top .cntents_inner .title span.toptitle_M,
.page_title.top .cntents_inner .title span.toptitle_L,
.page_title.top .cntents_inner .title span.toptitle_ci {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .page_title.top .cntents_inner::after {
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    top: 0;
  }
}
.page_title.top img.main_img {
  position: absolute;
  top: 0;
  height: 600px;
  width: auto;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .page_title.top img.main_img {
    left: 1%;
  }
}
@media screen and (min-width: 1601px) {
  .page_title.top img.main_img {
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .page_title.top img.main_img {
    left: 0;
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .page_title.top img.main_img {
    margin-left: -33%;
    height: 450px;
  }
}
@media screen and (max-width: 772px) {
  .page_title.top img.main_img {
    margin-left: -65%;
  }
}
@media screen and (max-width: 639px) {
  .page_title.top img.main_img {
    display: none;
  }
}

/* reason why */
#reason_why {
  background: #e1dddd url(/common/img/bg_top_float.webp) no-repeat left 1% bottom 20px;
}
@media screen and (max-width: 1024px) {
  #reason_why {
    background-position: left -300px bottom 20px;
  }
}
#reason_why ul#top_needs a.btn_border {
  width: 300px;
}
#reason_why ul#top_needs li .reason_txt::before {
  content: "";
  background-color: #ff9a57;
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  -webkit-mask: url("/common/img/ico_check.svg");
  mask: url("/common/img/ico_check.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}
#reason_why ul#top_needs li .reason_btn {
  text-align: right;
}
@media screen and (min-width: 1400px) {
  #reason_why ul#top_needs {
    display: flex;
    flex-direction: column;
  }
  #reason_why ul#top_needs li {
    display: flex;
    justify-content: space-between;
  }
  #reason_why ul#top_needs li span.border {
    padding: 0.1em;
  }
  #reason_why ul#top_needs li a.btn_border {
    width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  #reason_why ul#top_needs li .reason_txt {
    text-align: left;
    padding: 5px;
  }
  #reason_why ul#top_needs li .reason_btn {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  #reason_why ul#top_needs li .reason_txt {
    text-align: left;
    padding: 0 0 15px;
  }
  #reason_why ul#top_needs li .reason_btn {
    text-align: right;
  }
}
@media screen and (max-width: 639px) {
  #reason_why ul#top_needs li p.reason_txt {
    text-align: left;
    padding: 0 0 15px;
  }
  #reason_why ul#top_needs li .reason_btn {
    text-align: right;
  }
  #reason_why ul#top_needs li a.btn_border {
    width: auto;
  }
}

/* service */
@media screen and (max-width: 639px) {
  #services #about_group .col_child_contents.radius.line_gray {
    padding: 10px;
  }
}
#services #about_group .col_child_contents.radius.line_gray p.fbox.txt_ss {
  padding: 0 10px;
  color: #484848;
}
@media screen and (max-width: 639px) {
  #services #about_group .col_child_contents.radius.line_gray p.fbox.txt_ss {
    padding: 0;
  }
}
#services #main_service col_child_contents.radius_box .caption {
  height: 100%;
  margin-top: auto;
}

/* news */
.news li.fbox {
  padding: 10px;
  text-align: left;
}
.news li.fbox:not(:last-of-type) {
  border-bottom: 1px solid #c7c7c7;
}
.news li.fbox .news_date {
  width: 14em;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .news li.fbox .news_date {
    width: 100%;
  }
}
.news li.fbox .news_body {
  width: calc(100% - 14em);
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .news li.fbox .news_body {
    width: 100%;
  }
}

/* paginathing */
nav.pagination-container {
  text-align: center;
}
nav.pagination-container ul.pagination {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
nav.pagination-container ul.pagination li.page-item {
  padding: 2px;
}
nav.pagination-container ul.pagination li.page-item.disabled {
  display: none;
}
nav.pagination-container ul.pagination li.page-item a.page-link {
  text-decoration: none;
  padding: 0.6em 1em;
  color: #b70007;
  border: 2px solid #b70007;
}
nav.pagination-container ul.pagination li.page-item a.page-link:hover {
  background-color: #b70007;
  color: #fff;
}
nav.pagination-container ul.pagination li.page-item.active a {
  background-color: #b70007;
  color: #fff;
}

.white, .btn_red, .btn_basic {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page_title.top .cntents_inner .title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}

/* option */
.w_100 {
  width: 100%;
}

.w_half {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .w_half {
    max-width: 95%;
  }
}

.txt_box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .txt_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .txt_box p {
    padding-bottom: 1em;
  }
}

.vertical {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 1024px) {
  .vertical {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}

.radius_mask {
  border-radius: 15px;
  z-index: 1;
  overflow: hidden;
}

.bg_img {
  position: relative;
}
.bg_img img.bg {
  position: absolute;
  opacity: 0.6;
}
.bg_img img.bg.posi_top {
  top: 0;
}
.bg_img img.bg.posi_bottom {
  bottom: 0;
}
.bg_img img.bg.posi_left {
  left: 0;
}
.bg_img img.bg.posi_right {
  right: 0;
}

.li_nest li {
  padding-left: 1em;
}

.li_dot li {
  padding-bottom: 0.4em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.li_dot li::before {
  content: "・";
}

.ic_check {
  text-align: left;
  padding: 0.5em;
  display: flex;
}
.ic_check::before {
  content: "";
  background-color: #ff9a57;
  display: inline-block;
  height: 1.9rem;
  width: 2rem;
  -webkit-mask: url("/common/img/ico_check.svg");
  mask: url("/common/img/ico_check.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 0.3em;
  padding: 0 1em;
}

.ic_ok {
  text-align: left;
  padding: 0.5em;
  display: flex;
}
.ic_ok::before {
  content: "";
  background-color: #b70007;
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  -webkit-mask: url("/common/img/ico_ok.svg");
  mask: url("/common/img/ico_ok.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 0.3em;
  padding: 0 1em;
}

.li_num {
  display: flex;
  padding-bottom: 0.4em;
  line-height: 1.5;
}
.li_num::before {
  padding: 0 0.3em;
}

.line_list {
  border-bottom: 1px dotted #c7c7c7;
}
.line_list li {
  padding: 15px 0;
  border-top: 1px dotted #c7c7c7;
}

.indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_2 {
  padding-left: 2em;
  text-indent: -2em;
}

.z1 {
  z-index: 1;
}

.card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 639px) {
  .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0 24px;
  }
}

.card_lnk {
  position: relative;
  text-decoration: none;
  color: #474545;
  border: 4px solid #fff;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.card_lnk:hover {
  border-color: #b70007;
  background-color: #f8f8f8;
}
.card_lnk:hover .card_inner {
  background-color: #b70007;
  color: #fff;
}
.card_lnk:hover .card_inner span::before {
  border-color: #fff;
}
.card_lnk .title {
  padding: 2em 0 1em;
}
.card_lnk .title .t3 {
  border-bottom: 1.5px solid;
}
.card_lnk .img_resp {
  max-width: 300px;
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 639px) {
  .card_lnk .img_resp {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
}
.card_lnk p.p20 + p.p20 {
  padding-top: 0 !important;
}
.card_lnk .card_inner {
  padding: 20px 0;
  color: #474545;
  margin-top: auto;
  transition: 0.5s;
}
.card_lnk .card_inner span::before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  margin-right: 1em;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #474545;
  border-right: 2px solid #474545;
  transform: rotate(45deg);
  transition: 0.5s;
}

.block {
  display: block;
}

.w_4em {
  width: 4em;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .w_4em {
    width: 100%;
  }
}

.p_1em {
  padding: 1em;
}

.p_2em {
  padding: 2em;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img_auto {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: auto;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.mh20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt_1em {
  margin-top: 1em;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ms_auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .sp_p10 {
    padding: 10px !important;
  }
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px !important;
}

.p20_40 {
  padding: 20px 40px !important;
}

.pt20 {
  padding-top: 20px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

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

.ph40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl_4em {
  padding-left: 4em;
}

.pr10 {
  padding-right: 10px;
}

.ps5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ps10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ps20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ps40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.h100 {
  height: 100%;
}

.min_7em {
  min-width: 7em;
}

.col100 {
  width: 100%;
}

.col_min25 {
  min-width: 25%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333333333%;
}

.col3_2 {
  width: 66.6666666667%;
}

.col4 {
  width: 25%;
}

.col4_3 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col5_2 {
  width: 40%;
}

.col5_3 {
  width: 60%;
}

.col5_4 {
  width: 80%;
}

.bold {
  font-weight: bold;
}

.lh14 {
  line-height: 1.4 !important;
}

.radius {
  border-radius: 15px;
}

.section_radius {
  border-radius: 15px;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}

.box_beige {
  background-color: #eeedeb;
}

.box_mask {
  z-index: 1;
  overflow: hidden;
}

.tel_num {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .tel_num {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.tel_num a {
  color: #474545;
  text-decoration: none;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.tel_num a:hover, .tel_num a:focus {
  color: #474545;
  text-decoration: none;
}

/* counter */
.counter {
  counter-reset: number 0;
}
.counter .num:before {
  counter-increment: number 1;
  content: counter(number) " ";
}
.counter .num.label_orange:before {
  font-weight: bold;
  font-size: 1.5rem;
  color: orange;
}
.counter .num_dot:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  padding-right: 0.2em;
}
.counter .num_dot.num_big:before {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .counter .num_dot.num_big:before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .counter .num_dot.num_big:before {
    font-size: 1.4rem;
  }
}

/* フローチャート */
.fl_h_cream {
  position: relative;
  padding: 6px;
  border-bottom: 5px solid #fff;
  background-color: #efd5ae;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.fl_h_cream:before, .fl_h_cream:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.fl_h_cream:before {
  bottom: -25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 25px 28px 0 28px;
  z-index: 1;
}
.fl_h_cream:after {
  bottom: -20px;
  border-style: solid;
  border-color: #efd5ae transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 1;
}
.fl_h_cream.last {
  border-bottom: none;
}
.fl_h_cream.last:before, .fl_h_cream.last:after {
  display: none;
}
@media screen and (max-width: 639px) {
  .fl_h_cream {
    border-bottom: none;
    padding-bottom: 12px;
  }
  .fl_h_cream:before {
    display: none;
  }
  .fl_h_cream:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .fl_h_cream {
    height: auto;
  }
}

.fl_h_orange {
  position: relative;
  padding: 6px;
  border-bottom: 5px solid #fff;
  background-color: #f16745;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.fl_h_orange:before, .fl_h_orange:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.fl_h_orange:before {
  bottom: -25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 25px 28px 0 28px;
  z-index: 1;
}
.fl_h_orange:after {
  bottom: -20px;
  border-style: solid;
  border-color: #f16745 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 1;
}
.fl_h_orange.last {
  border-bottom: none;
}
.fl_h_orange.last:before, .fl_h_orange.last:after {
  display: none;
}
@media screen and (max-width: 639px) {
  .fl_h_orange {
    border-bottom: none;
    padding-bottom: 12px;
  }
  .fl_h_orange:before {
    display: none;
  }
  .fl_h_orange:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .fl_h_orange {
    height: auto;
  }
}

.fl_h_yellow {
  position: relative;
  padding: 6px;
  border-bottom: 5px solid #fff;
  background-color: #ffc65d;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.fl_h_yellow:before, .fl_h_yellow:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.fl_h_yellow:before {
  bottom: -25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 25px 28px 0 28px;
  z-index: 1;
}
.fl_h_yellow:after {
  bottom: -20px;
  border-style: solid;
  border-color: #ffc65d transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 1;
}
.fl_h_yellow.last {
  border-bottom: none;
}
.fl_h_yellow.last:before, .fl_h_yellow.last:after {
  display: none;
}
@media screen and (max-width: 639px) {
  .fl_h_yellow {
    border-bottom: none;
    padding-bottom: 12px;
  }
  .fl_h_yellow:before {
    display: none;
  }
  .fl_h_yellow:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .fl_h_yellow {
    height: auto;
  }
}

.fl_h_green {
  position: relative;
  padding: 6px;
  border-bottom: 5px solid #fff;
  background-color: #7bc8a4;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.fl_h_green:before, .fl_h_green:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.fl_h_green:before {
  bottom: -25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 25px 28px 0 28px;
  z-index: 1;
}
.fl_h_green:after {
  bottom: -20px;
  border-style: solid;
  border-color: #7bc8a4 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 1;
}
.fl_h_green.last {
  border-bottom: none;
}
.fl_h_green.last:before, .fl_h_green.last:after {
  display: none;
}
@media screen and (max-width: 639px) {
  .fl_h_green {
    border-bottom: none;
    padding-bottom: 12px;
  }
  .fl_h_green:before {
    display: none;
  }
  .fl_h_green:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .fl_h_green {
    height: auto;
  }
}

.fl_h_blue {
  position: relative;
  padding: 6px;
  border-bottom: 5px solid #fff;
  background-color: #4cc3d9;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.fl_h_blue:before, .fl_h_blue:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.fl_h_blue:before {
  bottom: -25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 25px 28px 0 28px;
  z-index: 1;
}
.fl_h_blue:after {
  bottom: -20px;
  border-style: solid;
  border-color: #4cc3d9 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 1;
}
.fl_h_blue.last {
  border-bottom: none;
}
.fl_h_blue.last:before, .fl_h_blue.last:after {
  display: none;
}
@media screen and (max-width: 639px) {
  .fl_h_blue {
    border-bottom: none;
    padding-bottom: 12px;
  }
  .fl_h_blue:before {
    display: none;
  }
  .fl_h_blue:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .fl_h_blue {
    height: auto;
  }
}

.fl_h_body {
  border-bottom: 5px solid #fff;
  height: 100%;
  padding: 0 20px;
}
.fl_h_body.last {
  border-bottom: none;
}
@media screen and (max-width: 639px) {
  .fl_h_body {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

p.fl_h_body {
  text-align: left;
}

.txt_back_w {
  background-color: rgba(255, 255, 255, 0.5);
}

.line_orange {
  background: linear-gradient(transparent 60%, #ff9a57 60%);
}

.line_gray {
  border: 1px solid #c7c7c7;
}

.line_gray_dark {
  border: 1px solid #707070;
}

.line_yellow {
  border: 2px solid #ffebca;
}

/* 最初の1文字色替え */
.first_orange:first-child {
  color: #ff9a57;
}

.first_gray:first-child {
  color: #707070;
}

/* かっこ囲み */
.brackets {
  position: relative;
}
.brackets .title {
  padding: 0 0 2em 0 !important;
}
.brackets:before, .brackets:after {
  content: "";
  width: 30%;
  height: 30%;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.brackets:before {
  border-left: solid 2px #c7c7c7;
  border-top: solid 2px #c7c7c7;
  top: 0;
  left: 0;
}
.brackets:after {
  border-right: solid 2px #c7c7c7;
  border-bottom: solid 2px #c7c7c7;
  bottom: 0;
  right: 0;
}

.txt_brackets {
  position: relative;
  margin-right: 0.8em;
}
.txt_brackets:before, .txt_brackets:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.txt_brackets:before {
  border-left: solid 2px #707070;
  border-top: solid 2px #707070;
  top: 0;
  left: 0;
}
.txt_brackets:after {
  border-right: solid 2px #707070;
  border-bottom: solid 2px #707070;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1600px) {
  .desiner_only {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .wide_only {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .sp_none {
    display: none;
  }
}

.pc_sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pc_sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .pc_sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .tab_bigger {
    display: none;
  }
}

/* column */
.posts {
  padding-right: 15px;
}
@media screen and (max-width: 1400px) {
  .posts {
    padding: 0;
  }
}
.posts .col_child_contents {
  padding-bottom: 20px;
}
.posts .col_child_contents .card {
  border-radius: 6px;
  overflow: hidden;
}
.posts .col_child_contents .card a {
  padding: 20px;
  display: flex;
  color: #474545;
  text-decoration: none;
  position: relative;
}
.posts .col_child_contents .card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  transition: all 0.3s ease-out;
}
.posts .col_child_contents .card a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  transition: all 0.3s ease-out;
}
.posts .col_child_contents .card a .colm_img {
  width: 220px;
  height: 160px;
  overflow: hidden;
}
.posts .col_child_contents .card a .colm_img img {
  min-width: 220px;
  width: 110%;
  height: auto;
  transition: all 0.3s ease-out;
}
.posts .col_child_contents .card a .colm_data {
  width: calc(100% - 220px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 639px) {
  .posts .col_child_contents .card a .colm_data {
    padding: 0;
  }
}
.posts .col_child_contents .card a .colm_data .title {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 0.5em;
  position: relative;
  transition: all 0.6s ease-out;
}
.posts .col_child_contents .card a .colm_data .dates {
  font-size: 92%;
}
.posts .col_child_contents .card a .colm_data .dates span[class*=cat_] {
  border: 1px solid;
  padding: 2px 8px 4px;
  color: #fff;
  margin: 0 0.5em;
}
.posts .col_child_contents .card a .colm_data .dates .cat_out_p {
  background-color: #ffc65d;
}
.posts .col_child_contents .card a .colm_data .dates .cat_unify {
  background-color: #7bc8a4;
}
.posts .col_child_contents .card a .colm_data .dates .cat_scan {
  background-color: #4cc3d9;
}
.posts .col_child_contents .card a .colm_data .dates a {
  text-decoration: none;
}
.posts .col_child_contents .card a .colm_data .outline {
  padding-top: 0.8em;
}
.posts .col_child_contents .card a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #ea1e0a;
  border-right: 50px solid transparent;
}
.posts .col_child_contents .card a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #ea1e0a;
  border-left: 50px solid transparent;
}
.posts .col_child_contents .card a:hover .colm_img img {
  width: 120%;
  height: auto;
  margin: -5%;
}
.posts .col_child_contents .card a:hover .colm_data .title {
  color: #860307;
}
@media screen and (max-width: 639px) {
  .posts .col_child_contents .card a {
    display: block;
  }
  .posts .col_child_contents .card a .colm_img,
  .posts .col_child_contents .card a .colm_data {
    width: 100%;
    margin-bottom: 1em;
  }
}

.column_post .post_head {
  padding: 1.5em 0;
}
@media screen and (max-width: 639px) {
  .column_post .post_head {
    padding: 1.5em 1em;
  }
}
.column_post .post_head .dates {
  padding: 0.5em;
}
.column_post .colm_data {
  margin: 1.5em 1em;
}
.column_post .colm_data p {
  line-height: 1.6;
  margin-bottom: 1.2em;
}
.column_post .colm_data .colm_img {
  padding: 1em 0;
}
.column_post .colm_data .toc {
  border: 1px solid #999;
  width: 100%;
  margin: 0 auto;
}
.column_post .colm_data .toc .table_of_contents .ans_open {
  padding: 0.5em 2em;
  margin: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.column_post .colm_data .toc .table_of_contents .ans_open::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 2em;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transition: all 0.2s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.column_post .colm_data .toc .table_of_contents .ans_open.close {
  border-bottom: 2px dotted #ccc;
}
.column_post .colm_data .toc .table_of_contents .ans_open.close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column_post .colm_data .toc .table_of_contents a {
  color: #0474b4;
  transition: color 0.2s linear;
  text-align: left;
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: ease 0.2s;
}
.column_post .colm_data .toc .table_of_contents a:link, .column_post .colm_data .toc .table_of_contents a:active, .column_post .colm_data .toc .table_of_contents a:visited, .column_post .colm_data .toc .table_of_contents a:focus {
  color: #024469;
}
.column_post .colm_data .toc .table_of_contents a:hover, .column_post .colm_data .toc .table_of_contents a:focus {
  color: #860307;
}
.column_post .colm_data .toc .table_of_contents a:hover::after, .column_post .colm_data .toc .table_of_contents a:focus::after {
  left: 16px;
}
.column_post .colm_data .toc .table_of_contents ol {
  padding-bottom: 0.5em;
}
.column_post .colm_data .toc .table_of_contents ol li a {
  transition: ease 0.2s;
  border-bottom: 2px solid #fff;
  display: flex;
  text-align: left;
}
.column_post .colm_data .toc .table_of_contents ol li a:hover {
  border-bottom: 2px solid;
}
.column_post .colm_data .toc .table_of_contents ol li ol {
  padding-left: 1em;
}
.column_post .colm_data .toc .table_of_contents ol li ol li {
  display: flex;
}
.column_post .colm_data .toc .table_of_contents ol li ol li::before {
  content: "・";
}
.column_post .colm_data .toc .table_of_contents .counter .num_dot:before {
  padding-right: 0.5em;
}
.column_post .colm_data .toc .table_of_contents .ans_box {
  padding: 1em 2em;
  width: fit-content;
  margin: 0 auto 1.5em;
}
.column_post .colm_data .chapter {
  margin: 1.5em 1em;
}
.column_post .colm_data .chapter.colm_related {
  border-top: 2px dotted #ccc;
  margin-top: 2em;
}

.categories {
  padding-left: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 1400px) {
  .categories {
    padding: 0;
  }
}
.categories .recommend .card a {
  display: block;
  padding: 10px;
  display: flex;
}
.categories .recommend .card a .box_arrow {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  transition: ease 0.2s;
  width: 20px;
}
.categories .recommend .card a .box_arrow::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.categories .recommend .card a .recom_cnt {
  width: calc(100% - 30px);
}
.categories .recommend .card a .recom_cnt .colm_img {
  max-height: 120px;
  overflow: hidden;
}
.categories .recommend .card a .recom_cnt .colm_img img {
  max-width: 100%;
}
.categories .recommend .card a .recom_cnt .colm_data .title {
  padding: 10px 0;
}
.categories .recommend .card a .recom_cnt .colm_data .title span {
  font-size: 1em;
}

.categories .hl {
  margin: 0 10px 10px;
  text-align: center;
  border-bottom: 3px solid;
  display: block;
}

#cat_menu .cat_list {
  padding: 10px;
}
#cat_menu .cat_list li:not(:last-child) {
  margin-bottom: 0.5em;
}
#cat_menu .cat_list li a {
  transition: all 0.3s ease-out;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 20px 20px 20px 40px;
  text-align: left;
}
#cat_menu .cat_list li a:hover {
  background-color: #eeedeb;
}

#column_index .column_index,
#column .column_index,
#column_cat_out_p .column_cat_out_p,
#column_cat_unify .column_cat_unify,
#column_cat_scan .column_cat_scan {
  color: #b70007;
  border: 1px solid;
}

.column_post .dates {
  font-size: 92%;
}
.column_post .dates span[class*=cat_] {
  border: 1px solid;
  padding: 2px 8px 4px;
  color: #fff;
  margin: 0 0.5em;
}
.column_post .dates .cat_out_p {
  background-color: #ffc65d;
}
.column_post .dates .cat_unify {
  background-color: #7bc8a4;
}
.column_post .dates .cat_scan {
  background-color: #4cc3d9;
}
.column_post .dates a {
  text-decoration: none;
}
.column_post .colm_img img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}/*# sourceMappingURL=parts.css.map */