@charset "UTF-8";

/* ==================================================
	override future-shop css styles
================================================== */
.fs-l-pageMain {
    width: 100%;
}
.fs-l-pageMain .fs-c-heading {
    display: none;
}

.fs-l-header .hGroupBoxNew-block {
    z-index: 120;
}

.fs-l-page > footer {
    max-width: initial;
}

.fs-l-header .temposholdings-block a, .fs-l-header .temposholdings-block span {
    padding: 5px 8px;
    font-size: 1.1rem;
}
.fs-l-header .hGroupBoxNew-block .hGroupBoxNew-inner > * {
    max-width: 1312px;
    display: block;
}

/* ==================================================
	layout styles
================================================== */
body.fixed {
  overflow-y: hidden;
}
.visible-phone {
  display: none;
}
.header__minimal {
  margin: 0;
  padding: 0;
}
.list-menu-header {
  display: flex;
}
.fs-l-header .temposholdings-block dt .list-menu-logo {
  background-color: #fff800;
}
.fs-l-header .temposholdings-block dt .list-menu-logo a {
  padding: 2px 20px;
  background-color: initial;
}
.kaigyo_header {
  position: relative;
  background: #fff;
  z-index: 110;
}
.kaigyo_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
.fs-l-page {
  overflow: hidden; /* はみ出し横スクロール防止 */
}
.kaigyo_mv {
  padding: 30px 0 15px;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  border-bottom: 1px solid #757575;
}
.kg_header_wrap {
  display: flex;
  align-items: flex-end;
  max-width: 1312px;
  margin: 0 auto;
}
.kg_header_logo a > img:hover {
  opacity: 0.8;
}
.kg_header_text_warp {
  margin: 0 auto;
  margin-bottom: 10px;
}
.logo-top-text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 30px;
}
.kaigyo_mv img {
  width: auto;
}
.side {
  width: 200px;
}
.kaigyo_menu__wrap {
  background: #888;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 0 16px;
}
.kaigyo_menu__title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.kaigyo_menu__nav {
  margin-top: 16px;
}
.kaigyo_menu__list {
  padding: 0 8px;
}
.kaigyo_menu__item {
  border-top: 1px dotted #fff;
  position: relative;
}
.kaigyo_menu__item:first-child {
  border-top: 0;
}
.kaigyo_menu__item a {
  display: block;
  color: #fff;
  padding: 8px 4px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.kaigyo_menu__item a:link, .kaigyo_menu__item a:visited {
  color: #fff;
  text-decoration: none;
}
.kaigyo_menu__item.active:before {
  background: #f00;
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  height: 100%;
  left: -8px;
}
.kaigyo_menu__item > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.kaigyo_menu__item.active > a:after {
  right: -8px;
  width: 0;
  height: 0;
  border-width: 10px 24px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  transform: none;
}
.kaigyo_menu__submenu-list {
  font-size: 14px;
  padding: 0 0 0 8px;
  border-left: 1px solid #aaa;
  margin-bottom: 16px;
  margin-left: 16px;
  list-style-type: none;
}
.kaigyo_menu__submenu-item {
  list-style-type: none;
}
.kaigyo_menu__submenu-item a {
  font-size: 13px;
  font-weight: normal;
}
.main-wrap {
  margin: 0 calc(50% - 50vw);
  padding: 0px 8px;
}
.main-inner {
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
}
.main-inner:after {
  content: "";
  display: block;
  clear: both;
}
.main {
  width: calc(100% - 200px);
  float: right;
  padding: 0 16px;
}
.side {
  float: left;
  background: #888;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.main-inner > div:not(.side) {
  position: static !important;
}
#footer_nav_innner h5 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
#footer_nav_innner2 h5 {
  font-size: 22px;
  letter-spacing: 1px;
}
#footer_office {}
footer {
  margin-top: 80px;
  margin: 80px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
}
#footer_nav {
  background: #f5f5f5;
}
#footer_nav_innner {
  margin: 0 auto;
  text-align: left;
  max-width: 1312px;
  padding: 40px 16px 80px;
  box-sizing: border-box;
}
#footer_nav_innner h5 {
  font-size: 24px;
  margin-bottom: 24px;
}
#footer_nav_innner ul {
  list-style-type: none;
}
#footer_nav_innner ul + h5 {
  margin-top: 60px;
}
#footer_nav_innner ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer_nav_innner ul li {
  float: left;
  margin-right: 30px;
  list-style-type: none;
  margin-top: 16px;
}
#footer_nav_innner ul li a {
  color: #162749;
}
#footer_nav_innner ul li a:link {
  color: #004B91 !important;
  text-decoration: none;
}
#footer_nav_innner ul li a:visited {
  color: #004B91 !important;
  text-decoration: none;
}
#footer_nav_innner ul li a:hover {
  color: #E47911 !important;
  text-decoration: underline;
}
#footer_nav_innner ul li a:active {
  color: #004B91 !important;
  text-decoration: none;
}
#footer_office {
  background: #eaeaea;
  padding-top: 20px;
}
#footer_office_innner {
  margin: 0 auto;
  text-align: left;
  max-width: 1312px;
  padding: 0 16px;
  box-sizing: border-box;
}
#footer_office_innner:after {
  content: "";
  display: block;
  clear: both;
  padding: 16px 0 8px;
}
.footer_logo {
  float: left;
  width: 160px;
  height: 94px;
}
.footer_address {
  float: left;
  width: 73%;
  padding: 10px 0;
  margin-left: 26px;
  line-height: 1.6em;
}
.footer_copy {
  clear: left;
  background: #242424;
}
.footer_copy p {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
}
#footer_nav_innner ul li.btn_sv {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px;
  margin: 3px 5px 3px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #efedef;
  float: left;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #222;
  opacity: .8;
  text-align: center;
  transition: .2s;
  transform: translateY(60px);
  z-index: 2;
  cursor: pointer;
}
#pagetop.visible {
  transform: translateY(0);
}
#pagetop:hover {
  opacity: 1;
}
#pagetop:before {
  content: "";
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(4px) rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
  .visible-phone {
    display: block;
  }
  .menu-trigger {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    z-index: 101;
  }
  .menu-trigger.active {
    transform: translateX(200px);
  }
  .menu-trigger span {
    background: #222;
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    position: absolute;
    transition: .3s;
    left: 0;
    right: 0;
  }
  .menu-trigger span:nth-child(1) {
    top: 10px;
  }
  .menu-trigger span:nth-child(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger span:nth-child(3) {
    bottom: 10px;
  }
  .menu-trigger.active span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  .kaigyo_mv {
    padding: 8px 0;
  }
  .kaigyo_mv .logo {
    height: 26px;
    width: auto;
  }
  .logo-top-text {
    font-size: 12px;
  }
  .side {
    position: fixed;
    transform: translateX(-100%);
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transition: .3s;
    z-index: 200;
    top: 0;
  }
  .menu-open .side {
    transform: translateX(0);
  }
  .main-wrap {
    padding: 0;
    margin: 0;
  }
  .main {
    width: 100%;
  }
  .overlay {
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
    /* -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px); */
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 100;
  }
  .overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  #footer_nav_innner {
    padding: 24px 16px 40px;
    text-align: center;
    font-size: 14px;
  }
  #footer_nav_innner h5 {
    margin-top: 0;
    font-size: 18px;
  }
  #footer_nav_innner ul {
    padding-left: 0;
    margin: 0;
  }
  #footer_nav_innner ul li {
    font-size: 14px;
  }
  #footer_nav_innner ul + h5 {
    margin-top: 40px;
  }
  .footer_logo {
    float: none;
    margin: 0 auto;
  }
  .footer_address {
    float: none;
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
  }
  #footer_nav_innner .footer_menu {
    margin: 0 -16px;
  }
  #footer_nav_innner .footer_menu li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  #footer_nav_innner .footer_menu li:first-child {
    border-top: 1px solid #ccc;
  }
  #footer_nav_innner .footer_menu li a {
    display: block;
    padding: 16px 24px;
    background: #fff;
    position: relative;
  }
  #footer_nav_innner .footer_menu li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #666;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
  }
}

/* ==================================================
	common styles
================================================== */
body {
  font-size: 16px;
}
body p, body div {
  color: #333;
  line-height: 1.4;
}
img {
  vertical-align: bottom;
}
.main-contents {
  max-width: 1080px;
  margin: 0 auto;
}
.kg_section {
  margin-bottom: 80px;
}
.main-flow-wrap:hover, .pagination-btn:hover, .banner-list .column:hover, a > img:hover, .contact_block .submit-btn:hover {
  opacity: 0.6;
}
a > img.logo:hover {
  opacity: 1.0;
}
a:link {
  color: #409fff;
  text-decoration: underline;
}
a:visited {
  color: #409fff;
}
a:active {
  color: #409fff;
}
a:hover {
  color: #E47911;
  text-decoration: underline;
}
@media screen and (max-width: 799px) {
  .contents {
    margin-bottom: 40px;
  }
}
/*
	ヘッダー
================================*/
.main-title { /* ページのタイトル */
  text-align: center;
  font-size: 40px;
	font-weight: normal;
  margin: 40px 0 30px;
}
.main-title span.main-title-small{
	font-size: 50%;
}
.sub-title-detail {
  text-align: center;
  margin-bottom: 40px;
}
.pagination-title, .pagination-grayline-title {
  text-align: center;
  margin-bottom: 80px;
}
.pagination-title span, .pagination-grayline-title span {
  display: inline-block;
  position: relative;
  font-size: 32px;
}
.pagination-title span:before, .pagination-grayline-title span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 85%; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
}
.pagination-title span:before {
  background-color: #fff800; /*下線の色*/
}
.pagination-grayline-title span:before {
  background-color: #dedede; /*下線の色*/
}
.pagination-title .pagination-title-small {
  font-size: 16px;
  margin-top: 20px;
}
.pagination-title .pagination-title-small:before {
  content: none;
}
.emphasis-bg {
  background-color: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  margin: .75em 0;
}
.emphasis-bg-margin-none {
  background-color: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0;
}
.emphasis-bg-red {
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  margin: .75em 0;
}
.item-title {
  font-size: 16px;
  margin-top: 0;
}

@media screen and (max-width: 799px) {
  .main-title {
    font-size: 26px;
  }
  .section-title {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .sub-title-detail {
    margin-bottom: 28px;
  }
  .pagination-title, .pagination-grayline-title {
    margin-bottom: 28px;
  }
  .pagination-title span, .pagination-grayline-title span {
    font-size: 20px;
  }
  .pagination-title .pagination-title-small {
    margin-top: 20px;
  }
  .emphasis-bg {
    padding: 5px;
    font-size: 14px;
  }
  .item-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/*
	パンくずリスト
================================*/
nav.breadcrumbs {
  margin: 10px 0 0 40px;
}
nav.breadcrumbs ol li {
  display: inline-block;
  color: #aaaaaa;
  font-size: 0.8em;
}
nav.breadcrumbs ol li a {
  text-decoration: none;
  color: #aaaaaa;
}
nav.breadcrumbs ol li a:hover {
  text-decoration: underline;
}
nav.breadcrumbs ol li::after {
  margin: 0 0.5em;
  content: '>';
}
nav.breadcrumbs ol li:last-child::after {
  display: none;
}
@media screen and (max-width: 799px) {
  nav.breadcrumbs {
    margin: 0;
  }
  nav.breadcrumbs ol {
    padding-left: 0;
  }
  nav.breadcrumbs ol li:after {
    margin: 0 0.3em;
    content: '>';
  }
}
/*
	コンテンツ
================================*/
.introduction {
  margin-bottom: 80px;
}
.item-wrap-large {
  margin-bottom: 80px;
}
.inner-section-wrap {
  margin-bottom: 80px;
  margin-left: 40px;
  margin-right: 40px;
}
.inner-item-wrap {
  margin-bottom: 40px;
}
.inner-width-wrap {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 799px) {
  .contents {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .inner-section-wrap {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .item-wrap-large {
    margin-bottom: 40px;
  }
  .inner-width-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
	カラムレイアウト
================================*/
/* カラムレイアウト追記 */
.column.is-2clm.percentage_7 {
  width: 70%;
}
.column.is-2clm.percentage_3 {
  width: 30%;
}
@media screen and (max-width: 798px) {
  .column.is-2clm.percentage_7 {
    width: 100%;
    text-align: center;
  }
  .column.is-2clm.percentage_3 {
    width: 100%;
    text-align: center;
  }
  .column.is-4clm.sp-percentage_half {
    width: 50%;
  }
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
ul.columns {
  padding-left: 0;
}
.columns li.column {
  list-style: none;
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  box-sizing: border-box;
  padding: 0 .5rem 1.0rem;
}
.column.is-1clm {
  flex: none;
  width: 100%;
}
.column.is-2clm {
  flex: none;
  width: 50%;
}
.column.is-3clm {
  flex: none;
  width: 33.33%;
}
.column.is-4clm {
  flex: none;
  width: 25%;
}
.column.is-5clm {
  flex: none;
  width: 20%;
}
.column.is-6clm {
  flex: none;
  width: 16.66%;
}
.column.width-auto {
  width: auto;
  min-width: 135px;
}
.pagination-sub-btn.is-mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 798px) {
  .column.is-2clm {
    width: 100%;
  }
  .column.is-3clm {
    width: 100%;
  }
  .column.is-4clm {
    width: 100%;
  }
  .column.is-5clm {
    width: 100%;
  }
  .column.is-6clm {
    width: 100%;
  }
  .banner-list .column.is-6clm {
    width: 50%;
  }
  .column.is-m-2clm {
    width: 50%;
  }
}
/* トップ「開業までの流れ」 */
.main-flow-wrap {
  padding: 0 1.5rem 4.5rem;
}
.main-flow-wrap a {
  text-decoration: none;
}
.text-wrap {
  height: 110px;
  text-align: center;
  color: #333;
  background-color: #fff800;
  align-items: center;
  display: flex;
}
.main-flow-text {
  width: 100%;
  font-size: 19px;
  padding: 5px;
}
.main-flow-num {
  font-size: 24px;
  vertical-align: middle;
}
.main-flow-small-text {
  display: inline-block;
  font-size: 14px;
}
.main-flow-image-wrap {
  position: relative;
}
.main-flow-image-wrap img, .banner-list img {
  width: 100%;
}
.main-flow-image-wrap .arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 15px;
  border-radius: 15px;
  background-color: #e60012;
}
.main-flow-image-wrap .arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -7px;
}
/*
	リスト構造
================================*/
.kg_text_list {
  padding-left: .5em;
}
.kg_text_list li {
  margin-left: 1.2em;
}
.kg_text_list_title {
  margin-bottom: 0;
}
.kg_text_list.hidden_list_style {
  padding-left: 0;
}
.kg_text_list.hidden_list_style li {
  list-style: none;
  margin-left: 0;
}
.kg_text_list + .kg_text_list_title {
  margin-top: 20px;
}
.item-body + .item-body {
  margin-top: 34px;
}
.kg_item_parts_title {
  margin-bottom: 0;
}
.kg_item_parts_title + .kg_text_list_title {
  margin-top: 0;
}
/*
	お問い合わせフォーム
================================*/
.contact_block {
  max-width: 680px;
  margin: 40px auto 0;
}
.contact_block .name {
  width: 40%;
  min-width: 100px;
}
.contact_block .tel, .contact_block .open-season {
  width: 20%;
  max-width: 200px;
  min-width: 100px;
}
.contact_block dt {
  margin: 5px 0;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
}
.contact_block dd {
  margin: 0 0 20px 0;
  font-size: 100%;
  color: #000000;
}
.contact_block dd td {
  padding: 5px;
  font-size: 100%;
}
.contact_block input, select {
  margin: 0 5px 5px 0;
  padding: 10px !important;
  margin-bottom: 8px !important;
  font-family: inherit;
}
.contact_block input.text {
  padding: 3px;
}
.required {
  margin: 0 5px 0 0;
  font-size: 122%;
  color: #ff0000;
  font-weight: bold;
}
.phone-num {
  font-size: 24px;
}
.contact_block .submit-btn {
  position: relative;
  padding: 0 !important;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #e60012;
  color: #fff;
  border: 1px solid #000000;
  font-size: 24px;
  list-style: none;
  max-width: 410px;
  min-width: 150px;
  width: 100%;
  height: 70px;
  cursor: pointer;
  font-weight: bold;
}
.pc-view, .sp-view {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
  .contact_block .submit-btn {
    font-size: 20px;
    height: 60px;
  }
  .phone-num {
    font-size: 20px;
  }
}
/*
	強調ボックス
================================*/
.top-emphasis-box {
  width: 100%;
  padding: 20px;
  border: solid 3px #6eb844;
  border-radius: 12px;
}
/*
	フロー
================================*/
.sub-flow-box.sub-flow-center {
  text-align: center;
}
.sub-flow-box {
  width: 100%;
  padding: 0 20px;
  border: solid 3px #0153a0;
  border-radius: 20px;
}
.sub-flow-box .flow-title {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px;
}
.large-arrow-wrap {
  width: 100%;
  height: 100px;
  margin: 20px 0;
  text-align: center;
}
.large-arrow {
  display: inline-block;
  height: 40px;
  width: 70px;
  background-color: #0153a0;
  position: relative;
}
.large-arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top: 60px solid #0153a0;
  left: -25px;
  top: 40px;
}
/*
	商品と画像の説明ボックス
================================*/
.left-image-box {
  float: left;
  margin-right: 40px;
}
.right-text-box {
  overflow: hidden;
}
/*
	商品と画像の説明ボックス
================================*/
.image-align-wrap .left-image-box {
  float: left;
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  .left-image-box {
    float: initial;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
}
/*
	商品一覧
================================*/
.kg-item-list-block .padding-is-2 {
  padding: 2%;
}
.omission-3em {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.itemlist-4clm-wrap a:hover, .itemlist-5clm-wrap a:hover {
  color: #c45500;
  text-decoration: underline !important;
}
.itemlist-4clm-wrap a, .itemlist-5clm-wrap a {
  color: #409fff;
  text-decoration: none;
}
.itemlist-4clm-wrap .inner-item .inner-img img, .itemlist-5clm-wrap .inner-item .inner-img img {
  width: 100%;
}
.itemlist-4clm-wrap li, .itemlist-5clm-wrap li {
  position: relative;
}
.itemlist-4clm-wrap .ttl_cat, .itemlist-5clm-wrap .ttl_cat {
  background-color: #993D0F;
}
.itemlist-4clm-wrap .ttl_cat, .itemlist-5clm-wrap .ttl_cat {
  position: absolute;
  top: 4px;
  left: 4px;
  max-width: 145px;
  font-size: 13px;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 7px 2px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
}
.itemlist-4clm-wrap .ttl, .itemlist-5clm-wrap .ttl {
  text-align: left;
  font-size: 14px;
  display: block;
  color: #004b91;
  margin-bottom: 10px;
}
.itemlist-4clm-wrap a:hover .ttl, .itemlist-5clm-wrap a:hover .ttl {
  color: #c45500;
}
.itemlist-4clm-wrap .list-price, .itemlist-5clm-wrap .list-price {
  text-align: right;
  color: #333;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.itemlist-4clm-wrap .price .txt, .itemlist-5clm-wrap .price .txt {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin-right: 2px;
}
.itemlist-4clm-wrap .price, .itemlist-5clm-wrap .price {
  margin: 5px 0 0;
  text-align: right;
  color: #cc0000;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.itemlist-4clm-wrap .price .tax, .itemlist-5clm-wrap .price .tax {
  margin-left: -0.2rem;
  font-size: 10px;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
}
.kg-tem-list-block {
  color: #004b91;
}
.kg-item-list-block a:link {
  text-decoration: none;
}
@media screen and (min-width: 681px) and (max-width: 798px) {
  .itemlist-5clm-wrap .is-5clm {
    width: 25%;
  }
}
@media screen and (max-width: 680px) {
  .itemlist-4clm-wrap .column.is-4clm, .itemlist-5clm-wrap .is-5clm {
    width: 50%;
  }
}
/*
	ボタン
================================*/
.link-box {
  margin: 0 auto 0;
  width: 100%;
  max-width: 920px;
}
.link-box-txt {
  line-height: 1em;
  margin-right: 3vw;
  margin-bottom: 1em;
}
.link-box img {
  border: 1px solid #ddd;
}
.link-box-btn-wrap-center {
  width: 50%;
  text-align: center;
}
.link-box-btn .arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 100%;
  bottom: 0;
  right: 15px;
}
.link-box-btn .arrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  left: 5px;
}
.link-box-btn:hover {
  opacity: 0.6;
}
.pc-view {
  display: block;
}
.sp-view {
  display: none;
}
.link-box-btn-wrap {
  width: 50%;
  text-align: right;
}
.link-box-inner {
  display: flex;
  align-items: center;
}
.link-box-btn {
  display: inline-block;
  position: relative;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  padding: 16px 3em;
  text-align: center;
  font-size: 17px;
  line-height: 1em;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
p.link-box-txt img {
  max-width: 100%;
  width: auto;
}
.align-btn-wrap {
  text-align: center;
}
.align-btn-wrap .link-box-btn {
  max-width: 280px;
  margin: 0 10px 10px;
}
/* 横並び */
.horizontal-btn {
  justify-content: center;
}
.horizontal-btn .horizontal-btn-item {
  margin: 0 20px 10px;
}
/* ボタン色 */
.btn-color-01 {
  background: #5ab7d0;
  color: #fff;
}
.btn-border-color-01 {
  background: #fff;
  border: 1px solid #5ab7d0;
  color: #5ab7d0;
  padding: 15px 3em;
}
.btn-border-color-01 .arrow::before {
  border-top: solid 2px #5ab7d0;
  border-right: solid 2px#5ab7d0;
}
.btn-color-02 {
  background: #b02e26;
  color: #fff;
}
.btn-border-color-02 {
  background: #fff;
  border: 1px solid #b02e26;
  color: #b02e26;
  padding: 15px 3em;
}
.btn-border-color-02 .arrow::before {
  border-top: solid 2px #b02e26;
  border-right: solid 2px #b02e26;
}
.btn-color-03 {
  background: #950c0c;
  color: #fff;
}
.btn-border-color-03 {
  background: #fff;
  border: 1px solid #950c0c;
  color: #950c0c;
  padding: 15px 3em;
}
.btn-border-color-03 .arrow::before {
  border-top: solid 2px #950c0c;
  border-right: solid 2px #950c0c;
}
.btn-color-04 {
  background: #e50011;
  color: #fff;
}
.btn-border-color-04 {
  background: #fff;
  border: 1px solid #e50011;
  color: #e50011;
  padding: 15px 3em;
}
.btn-border-color-04 .arrow::before {
  border-top: solid 2px #e50011;
  border-right: solid 2px #e50011;
}
.btn-color-05 {
  background: #007e35;
  color: #fff;
}
.btn-border-color-05 {
  background: #fff;
  border: 1px solid #007e35;
  color: #007e35;
  padding: 15px 3em;
}
.btn-border-color-05 .arrow::before {
  border-top: solid 2px #007e35;
  border-right: solid 2px #007e35;
}
.btn-color-06 {
  background: #6eb844;
  color: #fff;
}
.btn-color-06-text-white {
  color: #fff !important;
}
.btn-border-color-06 {
  background: #fff;
  border: 1px solid #6eb844;
  color: #6eb844;
  padding: 15px 3em;
}
.btn-border-color-06 .arrow::before {
  border-top: solid 2px #6eb844;
  border-right: solid 2px #6eb844;
}
.btn-color-07 {
  background: #4b4b4b;
  color: #fff;
}
.btn-border-color-07 {
  background: #fff;
  border: 1px solid #4b4b4b;
  color: #4b4b4b;
  padding: 15px 3em;
}
.btn-border-color-07 .arrow::before {
  border-top: solid 2px #4b4b4b;
  border-right: solid 2px #4b4b4b;
}
.btn-color-08 {
  background: #fcb040;
  color: #4b4b4b;
}
.btn-color-09 {
  background: #e7380d;
  color: #fff;
}
.btn-border-color-09 {
  background: #fff;
  border: 1px solid #e7380d;
  color: #e7380d;
  padding: 15px 3em;
}
.btn-border-color-09 .arrow::before {
  border-top: solid 2px #e7380d;
  border-right: solid 2px #e7380d;
}
.btn-color-10 {
  background: #f83b63;
  color: #fff;
}
.btn-border-color-10 {
  background: #fff;
  border: 1px solid #f83b63;
  color: #f83b63;
  padding: 15px 3em;
}
.btn-border-color-10 .arrow::before {
  border-top: solid 2px #f83b63;
  border-right: solid 2px #f83b63;
}
.btn-color-11 {
  background: #eb6100;
  color: #fff;
}
.btn-border-color-11 {
  background: #fff;
  border: 1px solid #eb6100;
  color: #eb6100;
  padding: 15px 3em;
}
.btn-border-color-11 .arrow::before {
  border-top: solid 2px #eb6100;
  border-right: solid 2px #eb6100;
}
.btn-color-12 {
  background: #d73127;
  color: #fff;
}
.btn-border-color-12 {
  background: #fff;
  border: 1px solid #d73127;
  color: #d73127;
  padding: 15px 3em;
}
.btn-border-color-12 .arrow::before {
  border-top: solid 2px #d73127;
  border-right: solid 2px #d73127;
}
.btn-color-13 {
  background: #ffbb00;
  color: #fff;
}
.btn-border-color-13 {
  background: #fff;
  border: 1px solid #ffbb00;
  color: #ffbb00;
  padding: 15px 3em;
}
.btn-border-color-13 .arrow::before {
  border-top: solid 2px #ffbb00;
  border-right: solid 2px #ffbb00;
}
.btn-border-color-13-text-black {
  background: #fff;
  border: 1px solid #ffbb00;
  color: #333;
  padding: 15px 3em;
}
.btn-border-color-13-text-black .arrow::before {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.btn-color-14 {
  background: #3ba0e9;
  color: #fff;
}
.btn-border-color-14 {
  background: #fff;
  border: 1px solid #3ba0e9;
  color: #3ba0e9;
  padding: 15px 3em;
}
.btn-border-color-14 .arrow::before {
  border-top: solid 2px #3ba0e9;
  border-right: solid 2px #3ba0e9;
}
.btn-color-15 {
  background: #231816;
  color: #fff;
}
.btn-border-color-15 {
  background: #fff;
  border: 1px solid #231816;
  color: #231816;
  padding: 15px 3em;
}
.btn-border-color-15 .arrow::before {
  border-top: solid 2px #231816;
  border-right: solid 2px #231816;
}
.btn-color-16 {
  background: #326dda;
  color: #fff;
}
.btn-border-color-16 {
  background: #fff;
  border: 1px solid #326dda;
  color: #326dda;
  padding: 15px 3em;
}
.btn-border-color-16 .arrow::before {
  border-top: solid 2px #326dda;
  border-right: solid 2px #326dda;
}
.btn-color-17 {
  background: #be0000;
  color: #fff;
}
.btn-border-color-17 {
  background: #fff;
  border: 1px solid #be0000;
  color: #be0000;
  padding: 15px 3em;
}
.btn-border-color-17 .arrow::before {
  border-top: solid 2px #be0000;
  border-right: solid 2px #be0000;
}
.btn-color-18 {
  background: #204e70;
  color: #fff;
}
.btn-border-color-18 {
  background: #fff;
  border: 1px solid #204e70;
  color: #204e70;
  padding: 15px 3em;
}
.btn-border-color-18 .arrow::before {
  border-top: solid 2px #204e70;
  border-right: solid 2px #204e70;
}
.btn-color-19 {
  background: #00a0e9;
  color: #fff;
}
.btn-border-color-19 {
  background: #fff;
  border: 1px solid #00a0e9;
  color: #00a0e9;
  padding: 15px 3em;
}
.btn-border-color-19 .arrow::before {
  border-top: solid 2px #00a0e9;
  border-right: solid 2px #00a0e9;
}
.btn-color-20 {
  background: #326600;
  color: #fff;
}
.btn-border-color-20 {
  background: #fff;
  border: 1px solid #326600;
  color: #326600;
  padding: 15px 3em;
}
.btn-border-color-20 .arrow::before {
  border-top: solid 2px #326600;
  border-right: solid 2px #326600;
}
.btn-color-21 {
  background: #0168b7;
  color: #fff;
}
.btn-border-color-21 {
  background: #fff;
  border: 1px solid #0168b7;
  color: #0168b7;
  padding: 15px 3em;
}
.btn-border-color-21 .arrow::before {
  border-top: solid 2px #0168b7;
  border-right: solid 2px #0168b7;
}
.btn-color-22 {
  background: #ff5400;
  color: #fff;
}
.btn-border-color-22 {
  background: #fff;
  border: 1px solid #ff5400;
  color: #ff5400;
  padding: 15px 3em;
}
.btn-border-color-22 .arrow::before {
  border-top: solid 2px #ff5400;
  border-right: solid 2px #ff5400;
}
.btn-color-23 {
  background: #fca50e;
  border: 1px solid #333;
  color: #333;
  padding: 15px 3em;
}
.btn-color-23 .arrow::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.btn-border-color-23 {
  background: #fff;
  border: 1px solid #fca50e;
  color: #333;
  padding: 15px 3em;
}
.btn-border-color-23 .arrow::before {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
@media screen and (max-width: 940px) {
  .link-box-inner {
    display: block;
    text-align: center;
  }
  .link-box-txt {
    margin-right: 0;
  }
  .link-box-btn-wrap {
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
}
/*
	テキスト装飾
================================*/
.caution {
  color: #ff0000;
}
a {
  color: #409fff;
}
.underline {
  text-decoration: underline;
}
.precautionary-statement {
  text-align: right;
}
.emphasis {
  color: #0153a0;
}
.text-bold {
  font-weight: bold;
}
.formula-wrap {
  margin-bottom: 10px;
}
.formula {
  display: inline-block;
  margin: 16px 16px;
  font-size: 19px;
  border-bottom: 2px dotted #333;
}
@media screen and (max-width: 799px) {
  .formula {
    font-size: 16px;
  }
}
/*
	ボタン
================================*/
.btn-center-wrap {
  text-align: center;
}
.footer-btn-wrap {
  display: flex;
  justify-content: center;
}
.footer-btn-wrap .gray-border-btn, .footer-btn-wrap .gray-border-prev-btn {
  margin: 0 5px 20px;
  display: flex;
  align-items: center;
}
.pagination-btn-wrap {
  margin-top: 0;
  justify-content: center;
}
.pagination-sub-btn-wrap {
  justify-content: center;
  margin-top: 40px;
}
.pagination-sub-btn .btn-sub-title {
  font-size: 16px;
}
.pagination-btn-wrap li, .pagination-sub-btn-wrap li {
  padding: 0;
}
.pagination-btn {
  position: relative;
  margin: 0 20px 20px;
  border: none;
  border-radius: 10px;
  background-color: #fff800;
  font-size: 24px;
  list-style: none;
}
.pagination-border-btn {
  position: relative;
  padding: 17px 35px 17px 5px;
  margin: 0 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 5px #fff800;
  font-size: 24px;
  list-style: none;
}
.pagination-sub-btn {
  position: relative;
  margin: 0 10px 20px;
  border: solid 2px #dddddd;
  font-size: 19px;
  list-style: none;
}
/*ホバー対応*/
.pagination-sub-btn a::before, .pagination-sub-btn a::after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.pagination-sub-btn a::before {
  top: 0;
  left: 0;
}
.pagination-sub-btn a::after {
  bottom: 0;
  right: 0;
}
.pagination-sub-btn:hover {
  color: #333333d1;
}
.pagination-sub-btn a:hover::before, .pagination-sub-btn a:hover::after {
  width: 100%;
  height: 100%;
}
.pagination-sub-btn a:hover::before {
  border-bottom-color: #f5a460;
  border-left-color: #f5a460;
  transition: height .3s, width .3s .3s;
  z-index: 1;
}
.pagination-sub-btn a:hover::after {
  border-top-color: #f5a460;
  border-right-color: #f5a460;
  transition: height .3s, width .3s .3s;
  z-index: 1;
}
.pagination-sub-btn.btn-color-06 a:hover::before, .pagination-sub-btn a:hover:hover::after {
  transition: height .5s, width .5s .5s;
}
.gray-border-btn {
  position: relative;
  margin: 0 20px 20px;
  border-radius: 10px;
  border: 1px solid #000000;
  font-size: 24px;
  list-style: none;
}
.gray-border-prev-btn {
  position: relative;
  margin: 0 20px 20px;
  border-radius: 10px;
  border: 1px solid #000000;
  font-size: 24px;
  list-style: none;
}
/*ホバー対応*/
.gray-border-btn::before, .gray-border-btn::after, .gray-border-prev-btn::before, .gray-border-prev-btn::after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.gray-border-btn::before, .gray-border-prev-btn::before {
  top: 0;
  left: 0;
}
.gray-border-btn::after, .gray-border-prev-btn::after {
  bottom: 0;
  right: 0;
}
.gray-border-btn:hover, .gray-border-prev-btn:hover {
  color: #333333d1;
}
.gray-border-btn:hover::before, .gray-border-btn:hover::after, .gray-border-prev-btn:hover::before, .gray-border-prev-btn:hover::after {
  width: 100%;
  height: 100%;
}
.gray-border-btn:hover::before, .gray-border-prev-btn:hover::before {
  border-bottom-color: #f5a460;
  border-left-color: #f5a460;
  border-radius: 10px;
  transition: height .3s, width .3s .3s;
}
.gray-border-btn:hover::after, .gray-border-prev-btn:hover::after {
  border-top-color: #f5a460;
  border-right-color: #f5a460;
  border-radius: 10px;
  transition: height .3s, width .3s .3s;
}
.is-1clm .gray-border-btn {
  display: inline-block;
}
.gray-border-btn::before, .gray-border-prev-btn::before {
  top: 0;
  left: 0;
}
.gray-border-btn::after, .gray-border-prev-btn::after {
  bottom: 0;
  right: 0;
}
.gray-border-btn:hover, .gray-border-prev-btn:hover {
  color: #333333d1;
}
.gray-border-btn:hover::before, .gray-border-btn:hover::after, .gray-border-prev-btn:hover::before, .gray-border-prev-btn:hover::after {
  width: 100%;
  height: 100%;
}
.gray-border-btn:hover::before, .gray-border-prev-btn:hover::before {
  border-bottom-color: #f5a460;
  border-left-color: #f5a460;
  transition: height .3s, width .3s .3s;
}
.gray-border-btn:hover::after, .gray-border-prev-btn:hover::after {
  border-top-color: #f5a460;
  border-right-color: #f5a460;
  transition: height .3s, width .3s .3s;
}
.pagination-btn a, .pagination-border-btn a, .pagination-sub-btn a, .gray-border-btn a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 22px 30px 22px 10px;
}
.gray-border-prev-btn a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 20px 10px 20px 30px;
}
.pagination-btn .arrow, .pagination-border-btn .arrow, .pagination-sub-btn .arrow, .gray-border-btn .arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 100%;
  bottom: 0;
  right: 0;
}
.gray-border-prev-btn .prev-arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.pagination-btn .arrow::before, .pagination-border-btn .arrow::before, .pagination-sub-btn .arrow::before, .gray-border-btn .arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
}
.footer-btn-wrap .gray-border-prev-btn .prev-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(225deg) translateY(-50%);
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
  position: absolute;
  top: 46%;
  left: 20px;
  margin-top: -7px;
}
.column .pagination-sub-btn .btn-color-06-text-white .arrow::before {
  border-top: solid 1px #fff !important;
  border-right: solid 1px #fff !important;
}
@media screen and (max-width: 798px) {
  .pagination-btn-wrap .column.is-3clm {
    width: 100%;
  }
  .pagination-btn-wrap .column.is-4clm {
    width: 100%;
  }
  .pagination-btn-wrap .column.is-5clm {
    width: 100%;
  }
  .pagination-btn-wrap .column.is-6clm {
    width: 100%;
  }
  .pagination-btn {
    margin: 0 0 10px;
  }
  .pagination-btn a, .pagination-border-btn a, .pagination-sub-btn a, .gray-border-btn a {
    padding: 10px 25px 10px 10px;
    font-size: 14px;
  }
  .gray-border-prev-btn a {
    padding: 10px 10px 10px 25px;
    font-size: 14px;
  }
  .pagination-sub-btn {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .is-1clm .gray-border-btn {
    width: 100%;
  }
}
/*
	区切り線
================================*/
.gray-line {
  width: 100%;
  border-bottom: 1px solid #dadee8;
}
/*
	枠つきレイアウト
================================*/
.table-block {
  border: solid #dddddd 1px;
  padding: 40px;
}
.table-block-orange {
  border: solid #DF8600 3px;
  padding: 40px;
}
/*
	表
================================*/
.detail-table {
  margin: 0 20px;
  border-collapse: collapse;
  border: solid #666666 1px;
  font-size: 14px;
}
.detail-table .table-cell-small {
  width: 50px;
}
.detail-table .table-cell-middle {
  width: 120px;
}
.detail-table .table-cell-large {
  width: 185px;
}
.detail-table thead tr th {
  background-color: #ddebf7;
}
.detail-table tr {
  width: 100%;
  border-spacing: 0;
  border-bottom: solid #666666 1px;
}
.detail-table th {
  background-color: #e2efda;
}
.detail-table th, .detail-table td {
  padding: 2px;
  text-align: center;
  border-right: solid #666666 1px;
}
.border-right-none {
  border-right: none !important;
}
/*
	特徴の表
================================*/
.characteristic-table-scroll-wrap {
  position: relative;
}
.characteristic-table-wrap {
  overflow-x: scroll;
}
.characteristic-table {
  border-collapse: collapse;
  border: solid #666666 1px;
  font-size: 14px;
}
.characteristic-table thead tr th {
  width: 33.33%;
}
.characteristic-table .header-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.characteristic-table tr {
  width: 100%;
  border-spacing: 0;
  border-bottom: solid #666666 1px;
}
.characteristic-table th, .characteristic-table td {
  padding: 10px;
  border-right: solid #666666 1px;
}
.characteristic-table td {
  vertical-align: top;
}
.characteristic-table .text-box {
  float: left;
  width: 100%;
  min-width: 100px;
}
.characteristic-table .image-box {
  float: left;
  margin-left: 10px;
}
.characteristic-table .merit-tr {
  background-color: #ffd48a;
}
.characteristic-table .demerit-tr {
  background-color: #ddebf7;
}
.characteristic-table img {
  min-width: 100px;
}
/*
	表(背景なし)
================================*/
.simple-table {
  border-collapse: collapse;
  border: solid #666666 1px;
  font-size: 14px;
}
.simple-table tr th {
  width: 20%;
  font-weight: normal;
}
.simple-table tr {
  width: 100%;
  border-spacing: 0;
  border-bottom: solid #666666 1px;
}
.simple-table th, .simple-table td {
  padding: 15px;
  border-right: solid #666666 1px;
}
/*
	オープンリスト
================================*/
.openlist-table-scroll-wrap {
  position: relative;
}
.openlist-table-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  border: solid 1px #ddd;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
.openlist-table-wrap .detail-table {
  min-width: 1078px;
  width: 100%;
  margin: 0;
}
.openlist-table-wrap .detail-table thead tr.top-header th {
  background-color: #e2efda;
}
.openlist-table-wrap .detail-table thead tr th {
  background-color: #ddebf7;
}
/*
	フッターボタン
================================*/
div#page_link ul {
  width: auto;
}
div#page_link ul {
  display: flex;
  justify-content: center;
  padding: 56px 0;
}
li.btn_back {
  width: 123px;
  height: 60px;
  list-style: none;
}
li.btn_next {
  width: 408px;
  height: 60px;
  margin-left: 10px;
  list-style: none;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.grid-wrap {
  margin-bottom: 10px;
  border: solid 4px #eee;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.grid {
  width: 100%;
  min-width: 1072px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[60];
  grid-template-columns: repeat(60, 1fr);
  grid-auto-flow: dense;
  grid-gap: 0px;
}
.head {
  z-index: 1;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  -ms-grid-column: var(--s, 1);
  grid-column-start: var(--s, 1);
  -ms-grid-column-span: 10;
  grid-column-end: var(--e, 1);
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.head .period {
  color: #004b91;
  font-size: 10px;
  display: inline-block;
  margin-top: 4px;
}
.background {
  z-index: 0;
  background: #ddd;
  -ms-grid-column: var(--s, 1);
  grid-column-start: var(--s, 1);
  -ms-grid-column-span: 10;
  grid-column-end: var(--e, 1);
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 16;
  grid-row-end: 17;
}
.background.step1 {
  background: #ffffbf;
}
.background.step2 {
  background: #ffefbf;
}
.background.step3 {
  background: #ffdfbf;
}
.background.step4 {
  background: #ffcfbf;
}
.background.step5 {
  background: #ffbfbf;
}
.line {
  -ms-grid-row: var(--rs, 0);
  grid-row-start: var(--rs, 0);
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 60;
  grid-column-end: 61;
  z-index: 2;
  height: 1px;
  background: #ddd;
}
.title {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 10;
  grid-column-end: 11;
  padding: 4px 8px;
  font-size: 12px;
  -ms-grid-row: var(--rs, 0);
  grid-row-start: var(--rs, 0);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .title {
    position: static;
  }
}
.elem {
  -ms-grid-column: var(--s, 1);
  grid-column-start: var(--s, 1);
  grid-column-end: var(--e, 1);
  -ms-grid-row: var(--rs, 0);
  grid-row-start: var(--rs, 0);
  -ms-grid-column-span: var(--span, 1);
  font-size: 12px;
  color: #fff;
  padding: 4px 10px 4px 4px;
  position: relative;
}
.span {
  background: #004b91;
  display: block;
  padding: 0px 4px 0px 4px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
}
.span::after {
  content: " ";
  display: block;
  position: absolute;
  right: -10px;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #004b91;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 0;
}
.span.red {
  background: #f00;
}
.span.red:after {
  border-color: transparent transparent transparent #f00;
}
.schedule-wrap {
  position: relative;
}
.swipe_icon_parts {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 1px;
  top: 50%;
  padding: 15px 10px 15px 15px;
  border-radius: 32px 0 0 32px;
  z-index: 10;
  transition: .3s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.schedule-wrap .swipe_icon_parts {
  right: 4px;
}
.characteristic-table-wrap .swipe_icon_parts {
  right: 0px;
}
.swipe_icon {
  content: url(https://tools.itembox.design/item/kaigyo/icon/hand-pointing-upward.png);
  vertical-align: middle;
}
.swipe_icon_parts:before {
  content: url(https://tools.itembox.design/item/kaigyo/icon/left-arrow.png);
  vertical-align: bottom;
}
.swipe_icon_parts:after {
  content: url(https://tools.itembox.design/item/kaigyo/icon/right-arrow.png);
  vertical-align: bottom;
}
.swipe_icon_parts.hide {
  opacity: 0;
}
/**/
.text-yellow {
  color: #ff0;
}
.red-emphasis-box {
  padding: 20px;
  border: solid 3px #f00;
  border-radius: 12px;
}
.green-emphasis-box {
  padding: 20px;
  border: solid 3px #6eb844;
  border-radius: 12px;
}
.gray-emphasis-box {
  padding: 20px;
  border: solid 3px #ddd;
  border-radius: 12px;
}
/* テキスト配置 */
.text-center {
  text-align: center;
}
.list_of_required_recruitment li {
  list-style: none;
}
.align-image {
  align-items: center;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.image-border {
  border: 1px solid #ddd;
}
.kg_content {
  padding: 0 40px;
}
.kg_content + .kg_content {
  margin-top: 80px;
}
.section-line + .kg_content {
  margin-top: 80px;
}
.kg_section {}
.kg_section + .kg_section {
  margin-top: 80px;
}
.section-line {
  margin: 16px 0 0;
}
.section-line + .kg_section {
  margin-top: 80px;
}
.section-title {
  text-align: center;
  font-size: 32px;
  margin: 1em 0 40px;
  border: 0;
}
.section-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before {
  background-color: #fff800; /*下線の色*/
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*下線の上下位置調整*/
  display: inline-block;
  width: 85%; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
}
.section-title__small {
  font-size: 16px;
  margin-top: 25px;
}
.section-title__small:before {
  display: none !important;
}
.kg_subsection {}
.kg_subsection + .kg_subsection {
  margin-top: 80px;
}
.section-line + .kg_subsection {
  margin-top: 80px;
}
.kg_sub_subsection {}
.kg_sub_subsection + .kg_sub_subsection {
  margin-top: 80px;
}
.section-line + .kg_sub_subsection {
  margin-top: 80px;
}
.kg_block {}
.kg_block + .kg_block {
  margin-top: 80px;
}
.block-title {
  font-size: 24px;
  border-bottom: 1px solid #dadee8;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.kg_item {}
.kg_item + .kg_item {
  margin-top: 40px;
}
.item-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: .5em;
}
.item-body {
  line-height: 1.6;
}
.item-body p + p {
  margin: 1em 0;
}
.item-body p.emphasis-bg-margin-none + p {
  margin-top: 10px;
}
.item-body .kg_parts + .kg_parts {
  margin-top: 40px;
}
.kg_box {
  border: 2px solid #ddd;
  padding: 32px 40px;
}
.kg_box + .kg_box {
  margin-top: 20px;
}
.box-title {
  font-size: 16px;
}
.box-body {
  margin-top: 16px;
}
.kg_box p:last-child {
  margin: 0;
}
.kg_down-arrow {
  margin: 8px 0;
  text-align: center;
}
.kg_down-arrow:before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 30px 0 30px;
  border-color: #ddd transparent transparent transparent;
}
.flow-wrap {
  padding: 34px 40px;
  border: 2px solid #DF8600;
}
.flow-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.flow-image {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5 {
    line-height: 1.4;
  }
  .contents {
    margin: 0;
  }
  .kg_content {
    padding: 68px 0 0;
    margin-top: -68px !important;
  }
  .top-schedule-wrap {
    padding-top: 68px;
    margin-top: -68px !important;
  }
  .precautionary-statement {
    font-size: 14px;
    text-align: left;
  }
  .pagination-sub-btn-wrap {
    margin-top: 24px;
  }
  .pagination-sub-btn .btn-sub-title {
    font-size: 14px;
  }
  .kg_content + .kg_content {
    padding-top: 68px;
    margin-top: -28px;
  }
  .section-line + .kg_content {
    margin-top: 0 !important;
    padding-top: 68px;
  }
  .section-title {
    font-size: 24px;
  }
  .kg_section {
    padding-top: 68px;
    margin-top: -68px !important;
  }
  .kg_section + .kg_section {
    padding-top: 68px;
    margin-top: -28px;
  }
  .section-line + .kg_section {
    margin-top: 0;
    padding-top: 68px;
  }
  .kg_block + .kg_block {
    margin-top: 40px;
  }
  .block-title {
    font-size: 18px;
  }
  .kg_item + .kg_item {
    margin-top: 24px;
  }
  .item-title {
    font-size: 16px;
  }
  .flow-wrap {
    padding: 24px 16px;
  }
  .flow-title {
    font-size: 18px;
  }
  .kg_box {
    padding: 16px 16px;
  }
  .box-title {
    margin: 0;
  }
  .box-body {
    margin-top: 8px;
  }
  .kg_down-arrow:before {
    border-width: 20px 26px 0 26px;
  }
  .link-box-btn {
    font-size: 14px;
    padding: 12px 3em;
  }
  .gray-border-prev-btn {
    width: 50%;
    font-size: 14px;
    margin: 0;
  }
  .gray-border-btn {
    width: 50%;
    font-size: 14px;
    margin: 0;
  }
}
.content_adjust_space_7 .column {
  padding: 20px;
}
.whetstone_items {
  border: 1px solid #ddd;
}
.column.is-4clm.whetstone_item {
  padding: 0;
}
.whetstone_item:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
.whetstone_title {
  /* padding: 0 20px; */
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  background-color: #666666;
  white-space: pre;
}
.whetstone_img {
  padding: 10px 0;
}
.whetstone_desc {
  padding: 20px;
}
@media(max-width: 768px) {
  .whetstone_item {
    border: 1px solid #DDDDDD;
  }
}
.wrap-box_contact {
  width: 100%;
  padding: 20px 40px;
  background-color: #f5f5f5;
}
.box_contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 2px solid #ff0000;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 0;
}
.box_contact .box_tel {
  color: #333 !important;
}
.box_contact .box_tel {
  border-right: 2px dotted #ff0000;
  /* background-color: #fff0f2; */
}
.box_contact div {
  width: 50%;
  text-align: center;
  padding: 15px;
}
.box_contact .txt_notice {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
}
.box_contact .tel {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #ff0000;
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
}
.box_contact .txt {
  margin: 0;
  font-size: 12px;
  color: #333 !important;
}
.box_tel a:link {
  text-decoration: none;
}
.box_contact .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #333 !important;
  margin: 0 0 10px;
}
a.btn_cmn_02 {
  display: inline-block;
  width: 90%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 2px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media(max-width: 768px) {
  .wrap-box_contact {
    padding: 20px;
  }
  .box_contact {
    flex-wrap: wrap;
  }
  .box_contact .box_tel {
    width: 100%;
    border-bottom: 2px dotted #ff0000;
    border-right: none;
  }
  .box_contact div {
    width: 100%;
  }
  .horizontal-btn .horizontal-btn-item {
    margin: 0 0 10px;
  }
}