@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /*
  	@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
  		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
  	}
  */
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.df, .contact .mw_wp_form_confirm form .request_confirm_send, .request_box_outframe .request_box_trigger label, .request_box_outframe .request_box_info tbody tr td.request_worklist, .mw_wp_form_confirm form .form_decide, .mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num, .mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case, .mw_wp_form form .content_area .content_form .check_case .case_label, .mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt, .mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl, .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num, .mw_wp_form form .catalog_area .area_item .the_catalog, .elg_box, .request_extra_case .extra_case.top, .request_extra_case .extra_case.add, .request_extra_case .extra_case.tel, .new .new_box .personal_box .personal_box_case .personal_box_case_list, .new .new_box .policy_box .policy_box_case h3, .new .new_box .catalogs_box .catalogs_box_case, .new .new_box .new_box_pager, #footer .footer_navi, .breadcrumb, #header {
  display: flex;
}

.dif {
  display: inline-flex;
}

.jc_sb, .contact .mw_wp_form_confirm form .request_confirm_send, .mw_wp_form_confirm form .form_decide, .new .new_box .catalogs_box .catalogs_box_case {
  justify-content: space-between;
}

.jc_sa {
  justify-content: space-around;
}

.jc_c, .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num, .elg_box, .new .new_box .new_box_pager {
  justify-content: center;
}

.jc_fs {
  justify-content: flex-start;
}

.jc_fe {
  justify-content: flex-end;
}

.ai_c, .contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr, .request_box_outframe .request_box_trigger label, .mw_wp_form form .content_area .content_form .check_case .case_label, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt, .mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl, .elg_box, .request_extra_case .extra_case.top, .request_extra_case .extra_case.add, .request_extra_case .extra_case.tel {
  align-items: center;
}

.ai_fe, .mw_wp_form form .catalog_area .area_item .the_catalog:first-child {
  align-items: flex-end;
}

.ai_b, .new .new_box .personal_box .personal_box_case .personal_box_case_list {
  align-items: baseline;
}

.f_w, .request_box_outframe .request_box_info tbody tr td.request_worklist, .mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check, .new .new_box .catalogs_box .catalogs_box_case {
  flex-wrap: wrap;
}

.f_r {
  flex-direction: row-reverse;
}

/* メディアクエリ設定 */
@media only screen and (min-width: 768px) {
  .df_pc, .request_box_outframe .request_box_info tbody tr td .request_send_case, .request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check, .request_box_outframe .request_box_info tbody tr, .mw_wp_form_confirm form .content_area .content_form .case_box.excase.h-adr, .mw_wp_form_confirm form .catalog_area, .mw_wp_form form .content_area .content_form .case_box, .request_extra_case .extra_case.adjoin .adjoin_labels, .request_extra_case .extra_case, .new .new_box .sds_table tbody tr td, .new .new_box .sds_table tbody tr, .new .new_box .sds_table thead tr, .new .new_box .sitemap_box, .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox, .new .new_box .catalogs_box .catalogs_box_about, .new .new_box .index_new_box .index_new_box_case, #index_new .index_new_box .index_new_box_case, .slip_floor .index_slider .index_slider_box .slick-dots, #header .header_navi {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .df_sp, .request_extra_case .extra_case.adjoin, .new .new_box .sds_box dl, #header .header_spcase {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .jc_sb_pc, .mw_wp_form form .catalog_area .area_item .the_catalog:nth-child(n+2), .new .new_box .sds_table tbody tr, .new .new_box .sds_table thead tr, .new .new_box .catalogs_box .catalogs_box_about {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .jc_sb_sp, .mw_wp_form form .catalog_area .area_item .the_catalog, .request_extra_case .extra_case.adjoin, .request_extra_case .extra_case.top, .request_extra_case .extra_case.add, .request_extra_case .extra_case.tel, #header .header_spcase {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .jc_sa_pc {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .jc_sa_sp {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px) {
  .jc_c_pc, .new .new_box .sds_table tbody tr td, .slip_floor .index_slider .index_slider_box .slick-dots, #footer .footer_navi, #header {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .jc_c_sp {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .jc_fe_pc {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .jc_fe_sp {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .ai_c_pc, .request_box_outframe .request_box_info tbody tr td .request_send_case, .request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check, .mw_wp_form_confirm form .catalog_area, .mw_wp_form form .content_area .content_form .case_box, .request_extra_case .extra_case.adjoin .adjoin_labels, .request_extra_case .extra_case, .new .new_box .sds_table tbody tr td, .new .new_box .index_new_box .index_new_box_case, #index_new .index_new_box .index_new_box_case, #header .header_navi {
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .ai_c_sp, .request_extra_case .extra_case.adjoin, #header .header_spcase {
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .ai_bl_pc, #header {
    align-items: baseline;
  }
}

@media only screen and (max-width: 767px) {
  .ai_bl_sp {
    align-items: baseline;
  }
}

@media only screen and (min-width: 768px) {
  .ai_fs_pc {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .ai_fs_sp {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .ai_fe_pc, .mw_wp_form form .catalog_area .area_item .the_catalog, .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox, .new .new_box .catalogs_box .catalogs_box_about.btn_vertical {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .ai_fe_sp {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .fw_w_pc {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .fw_w_sp, .mw_wp_form form .catalog_area .area_item .the_catalog, #footer .footer_navi, .breadcrumb {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .fd_rr_pc {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .fd_rr_sp {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .fd_col_pc {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .fd_col_sp {
    flex-direction: column;
  }
}

/* 複合指定型（パイロット版） */
@media only screen and (min-width: 768px) {
  .df_jcsb_pc {
    display: flex;
    justify-content:  space-between;
  }
}

@media only screen and (max-width: 767px) {
  .df_jcsb_sp {
    display: flex;
    justify-content:  space-between;
  }
}

@media only screen and (min-width: 768px) {
  .df_aic_pc {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .df_aic_sp {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .df_jcsb_aic_pc {
    display: flex;
    justify-content:  space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .df_jcsb_aic_sp {
    display: flex;
    justify-content:  space-between;
    align-items: center;
  }
}

/* color */
/* font */
/* transition */
/*base*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", sans-serif;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: auto;
}

br {
  line-height: 0;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

input, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}

/* 共通class */
@media only screen and (min-width: 768px) {
  .w_vis {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .w_vis {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .s_vis {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .s_vis {
    display: block;
  }
}

.innerlink {
  color: #2c8fff;
}

/* all */
@media only screen and (min-width: 768px) {
  body {
    background: repeat url("../img/neo_backs_img.jpg") center top/1200px auto;
  }
}
@media only screen and (max-width: 767px) {
  body {
    background: repeat url("../img/backs_sp.jpg") center top/100% auto;
  }
}

/* header */
#header {
  z-index: 990;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #header {
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(44, 143, 255, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  #header .header_spcase {
    z-index: 995;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 3px 0px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(44, 143, 255, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  #header .header_spcase .header_logo {
    width: 180px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header_spcase .header_logo {
    height: 100%;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #header .header_spcase .header_logo img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header .header_spcase .header_spbutton {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .header_spcase .header_spbutton {
    position: relative;
    display: block;
    width: 30px;
    margin-right: 3%;
  }
}
#header .header_spcase .header_spbutton span {
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
@media only screen and (max-width: 767px) {
  #header .header_spcase .header_spbutton span {
    display: block;
    width: 30px;
    height: 4px;
    background: #2c8fff;
  }
  #header .header_spcase .header_spbutton span:first-child {
    margin-top: 0;
  }
  #header .header_spcase .header_spbutton span:nth-child(2) {
    position: absolute;
    top: 11px;
  }
  #header .header_spcase .header_spbutton span:last-child {
    margin-top: 18px;
  }
  #header .header_spcase .header_spbutton span.clicked:first-child {
    transform: translateY(11px) rotate(-45deg);
  }
  #header .header_spcase .header_spbutton span.clicked:nth-child(2) {
    opacity: 0;
  }
  #header .header_spcase .header_spbutton span.clicked:last-child {
    transform: translateY(-11px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  #header .header_navi {
    z-index: 990;
    position: absolute;
    top: -461px;
    width: 100%;
    margin: 0px;
    text-align: left;
    background: #2c8fff;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  }
  #header .header_navi.clicked {
    top: 50px;
  }
}
#header .header_navi a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #header .header_navi a {
    color: #2c8fff;
    font-size: 14px;
    padding: 4px 20px;
    border-left: 2px solid #2c8fff;
  }
  #header .header_navi a:last-child {
    border-right: 2px solid #2c8fff;
  }
  #header .header_navi a:hover {
    color: #ffc506;
  }
}
@media only screen and (max-width: 767px) {
  #header .header_navi a {
    position: relative;
    color: #fff;
    font-size: 17px;
    padding: 14px 12%;
    border-top: 1px solid #fff;
  }
  #header .header_navi a:first-child {
    border: none;
  }
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: 88%;
    padding: 45px 0px 0px;
    margin: 15px auto 0px;
  }
}
.breadcrumb a, .breadcrumb p {
  display: block;
  font-size: 13px;
}
.breadcrumb a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .breadcrumb a:hover {
    color: #2c8fff;
  }
}

/* return_top */
.return_top {
  position: fixed;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .return_top {
    bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .return_top {
    z-index: 4;
    bottom: 100px;
  }
}
.return_top .return_btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .return_top .return_btn {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
.return_top .return_btn .return_parts_one {
  position: absolute;
  right: 3%;
}
@media only screen and (min-width: 768px) {
  .return_top .return_btn .return_parts_one {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .return_top .return_btn .return_parts_one {
    width: 40px;
    height: 40px;
  }
}

/* footer */
#footer {
  width: 100%;
  margin: 0px auto;
  background-color: #2c8fff;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 25px 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 20px 9% 5px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer_navi {
    margin: 0 auto;
  }
}
#footer .footer_navi a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer .footer_navi a {
    display: block;
    font-size: 14px;
  }
  #footer .footer_navi a:nth-child(n+2) {
    margin-left: 60px;
  }
  #footer .footer_navi a:hover {
    color: #ffc506;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_navi a {
    margin-right: 15%;
  }
  #footer .footer_navi a:last-child {
    margin-top: 17px;
  }
}
#footer .copy_right {
  display: block;
  color: #fff;
  font-family: "小塚ゴシック Pr6N R", "メイリオ", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .copy_right {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .copy_right {
    font-size: 13px;
    margin-top: 20px;
  }
}

/* index */
.slip_floor .index_slider {
  width: 100%;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider {
    padding-top: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .slip_floor .index_slider {
    padding-top: 50px;
  }
}
.slip_floor .index_slider .index_slider_box {
  overflow: hidden;
  outline: 0;
  position: relative;
  width: 100%;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider .index_slider_box {
    max-width: 1200px;
    padding-bottom: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .slip_floor .index_slider .index_slider_box {
    background-color: #fff;
  }
}
.slip_floor .index_slider .index_slider_box .slide-arrow {
  outline: none;
  z-index: 6;
  position: absolute;
  border: none;
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider .index_slider_box .slide-arrow {
    top: 42%;
    width: 25px;
    height: 25px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .slip_floor .index_slider .index_slider_box .slide-arrow {
    bottom: 15px;
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider .index_slider_box .prev-arrow {
    left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .slip_floor .index_slider .index_slider_box .prev-arrow {
    left: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider .index_slider_box .next-arrow {
    right: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .slip_floor .index_slider .index_slider_box .next-arrow {
    right: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider .index_slider_box .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 226px;
    margin-left: -113px;
  }
}
@media only screen and (max-width: 767px) {
  .slip_floor .index_slider .index_slider_box .slick-dots {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .slip_floor .index_slider .index_slider_box .slick-dots li {
    margin: 0 10px;
  }
  .slip_floor .index_slider .index_slider_box .slick-dots li.slick-active button {
    background: #ffc506;
  }
}
.slip_floor .index_slider .index_slider_box .slick-dots li button {
  width: 9px;
  height: 9px;
  font-size: 0;
  border: none;
  border-radius: 20px;
  background: #2c8fff;
}

/* What's New */
#index_new {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  #index_new {
    width: 94%;
    max-width: 960px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  #index_new {
    width: 100%;
    margin: 30px auto 0px;
  }
}
#index_new .index_new_index {
  font-size: 20px;
  background-color: #ffc506;
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_index {
    width: 100%;
    max-width: 350px;
    padding: 3px 0px 2px 15px;
    border-left: 10px solid #2c8fff;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_new_index {
    display: inline;
    padding: 7px 40% 8px 6%;
    border-left: 5px solid #2c8fff;
  }
}
#index_new .index_new_box {
  background: #fff;
  box-shadow: 0px 0px 2px 2px rgba(255, 197, 6, 0.2);
  margin: 30px auto 0px;
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_box {
    width: 100%;
    max-width: 900px;
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_new_box {
    width: 94%;
    padding: 24px 6% 9px;
  }
}
#index_new .index_new_box .index_new_box_case {
  width: 100%;
  border-bottom: 2px dashed #ffc506;
}
#index_new .index_new_box .index_new_box_case:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_box .index_new_box_case {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_new_box .index_new_box_case:nth-child(n+2) {
    margin-top: 17px;
  }
}
#index_new .index_new_box .index_new_box_case .index_new_box_case_date {
  background: #bfddff;
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_box .index_new_box_case .index_new_box_case_date {
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_new_box .index_new_box_case .index_new_box_case_date {
    padding: 7px 3%;
  }
}
#index_new .index_new_box .index_new_box_case .index_new_box_case_text, #index_new .index_new_box .index_new_box_case .index_new_box_case_text_exc {
  display: block;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_box .index_new_box_case .index_new_box_case_text, #index_new .index_new_box .index_new_box_case .index_new_box_case_text_exc {
    padding: 8px 20px;
  }
  #index_new .index_new_box .index_new_box_case .index_new_box_case_text:hover, #index_new .index_new_box .index_new_box_case .index_new_box_case_text_exc:hover {
    color: #2c8fff;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_new_box .index_new_box_case .index_new_box_case_text, #index_new .index_new_box .index_new_box_case .index_new_box_case_text_exc {
    padding: 14px 3% 9px 0px;
  }
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_box .index_new_box_case .index_new_box_case_text:hover {
    color: #2c8fff;
  }
}
#index_new .index_new_button {
  text-align: center;
  margin: 20px auto 0px;
}
#index_new .index_new_button a {
  display: block;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  background: #f04e11;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #index_new .index_new_button a {
    width: 185px;
    padding: 8px 0px;
    border: 2px solid transparent;
  }
  #index_new .index_new_button a:hover {
    color: #f04e11;
    background: #fff;
    border: 2px solid #f04e11;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_new_button a {
    width: 50%;
    text-align: center;
    padding: 10px 0px;
  }
}
@media only screen and (min-width: 768px) {
  #index_new .index_banner_sss {
    width: 600px;
    margin: 45px auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  #index_new .index_banner_sss {
    width: 94%;
    margin: 40px auto 0px;
  }
}
#index_new .index_banner_sss a {
  display: block;
}

/* new */
.new {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .new {
    width: 94%;
    max-width: 960px;
    padding: 100px 0px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .new {
    width: 100%;
    padding: 0px 0px 80px;
  }
}
.new .new_box {
  /* company */
  /*policy*/
  /* sds_download */
}
@media only screen and (min-width: 768px) {
  .new .new_box {
    margin: 36px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box {
    margin: 20px auto 0;
  }
}
.new .new_box .new_box_index {
  font-size: 20px;
  background-color: #ffc506;
}
@media only screen and (min-width: 768px) {
  .new .new_box .new_box_index {
    width: 100%;
    max-width: 350px;
    padding: 3px 0px 2px 15px;
    border-left: 10px solid #2c8fff;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .new_box_index {
    display: inline-block;
    width: 250px;
    line-height: 1;
    padding: 7px 0px 8px 6%;
    border-left: 5px solid #2c8fff;
  }
}
.new .new_box .index_new_box {
  background: #fff;
  box-shadow: 0px 0px 2px 2px rgba(255, 197, 6, 0.2);
  margin: 30px auto 0px;
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_new_box {
    width: 100%;
    max-width: 900px;
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .index_new_box {
    width: 94%;
    padding: 24px 6% 9px;
  }
}
.new .new_box .index_new_box .index_new_box_case {
  width: 100%;
  border-bottom: 2px dashed #ffc506;
}
.new .new_box .index_new_box .index_new_box_case:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_new_box .index_new_box_case {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .index_new_box .index_new_box_case:nth-child(n+2) {
    margin-top: 17px;
  }
}
.new .new_box .index_new_box .index_new_box_case .index_new_box_case_date {
  background: #bfddff;
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_new_box .index_new_box_case .index_new_box_case_date {
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .index_new_box .index_new_box_case .index_new_box_case_date {
    padding: 7px 3%;
  }
}
.new .new_box .index_new_box .index_new_box_case .index_new_box_case_text, .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text_exc {
  display: block;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text, .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text_exc {
    padding: 8px 20px;
  }
  .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text:hover, .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text_exc:hover {
    color: #2c8fff;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text, .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text_exc {
    padding: 14px 3% 9px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_new_box .index_new_box_case .index_new_box_case_text:hover {
    color: #2c8fff;
  }
}
.new .new_box .new_box_pager {
  margin: 30px auto 0;
}
.new .new_box .new_box_pager span, .new .new_box .new_box_pager a {
  font-size: 20px;
  line-height: 1;
  padding: 4px 6px;
  border: 2px solid #2c8fff;
  margin-left: 10px;
}
.new .new_box .new_box_pager span {
  color: #2c8fff;
  background: #fff;
}
.new .new_box .new_box_pager a {
  color: #fff;
  background: #2c8fff;
}
@media only screen and (min-width: 768px) {
  .new .new_box .new_box_pager a:hover {
    color: #2c8fff;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .company_about {
    width: 800px;
    margin: 25px auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .company_about {
    width: 100%;
    margin: 30px auto 0px;
    padding: 0px 6%;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .company_about .company_about_items {
    width: 800px;
  }
  .new .new_box .company_about .company_about_items:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .company_about .company_about_items {
    width: 100%;
  }
  .new .new_box .company_about .company_about_items:nth-child(n+2) {
    margin-top: 25px;
  }
}
.new .new_box .company_about .company_about_items dt {
  display: block;
  font-weight: bold;
  border-bottom: 2px solid #ffc506;
}
@media only screen and (min-width: 768px) {
  .new .new_box .company_about .company_about_items dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .company_about .company_about_items dt {
    font-size: 18px;
  }
}
.new .new_box .company_about .company_about_items dd {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .new .new_box .company_about .company_about_items dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .company_about .company_about_items dd {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_banner_sss {
    width: 800px;
    margin: 45px auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .index_banner_sss {
    width: 94%;
    margin: 35px auto 0px;
  }
}
.new .new_box .index_banner_sss a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .new .new_box .index_banner_sss a {
    width: 600px;
  }
}
.new .new_box .company_box_imgbox {
  margin: 30px auto 0px;
}
@media only screen and (min-width: 768px) {
  .new .new_box .company_box_imgbox {
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .company_box_imgbox {
    width: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box #tel_contact {
    padding-top: 73px;
    margin-top: -73px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box #tel_contact {
    padding-top: 40px;
    margin-top: -40px;
  }
}
.new .new_box #tel_contact .company_sales_list {
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px rgba(255, 197, 6, 0.2);
}
@media only screen and (min-width: 768px) {
  .new .new_box #tel_contact .company_sales_list {
    width: 900px;
    padding: 35px 28px;
    margin: 15px auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box #tel_contact .company_sales_list {
    width: 94%;
    padding: 15px 3% 5px;
    margin: 20px auto 0px;
  }
}
.new .new_box #tel_contact .company_sales_list .company_sales_list_point {
  padding-bottom: 10px;
  border-bottom: 2px dashed #ffc506;
}
.new .new_box #tel_contact .company_sales_list .company_sales_list_point:nth-child(n+2) {
  margin-top: 10px;
}
.new .new_box #tel_contact .company_sales_list .company_sales_list_point:last-child {
  border-bottom: none;
}
.new .new_box #tel_contact .company_sales_list .company_sales_list_point .company_sales_list_point_name {
  color: #2c8fff;
}
.new .new_box #tel_contact .company_sales_list .company_sales_list_point .company_sales_list_point_name_address {
  padding-left: 20px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .new .new_box #tel_contact .company_sales_list .company_sales_list_point .company_sales_list_point_name_address {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box {
    width: 800px;
    margin: 30px auto 0;
  }
  .new .new_box .catalogs_box:nth-child(n+3) {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box {
    width: 88%;
    margin: 25px auto 0;
  }
  .new .new_box .catalogs_box:nth-child(n+3) {
    margin: 50px auto 0;
  }
}
.new .new_box .catalogs_box .catalogs_box_index {
  display: block;
  border-bottom: 2px solid #ffc506;
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_index {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_index {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_about {
    width: 100%;
    margin: 20px auto 0px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_img {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_img {
    width: 39%;
    margin: 25px auto 0px;
  }
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_img img {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_imgcase {
    width: 88%;
    margin: 30px auto 0;
  }
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_imgcase .imgcase_img {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_imgcase .imgcase_img {
    margin: 0 auto;
  }
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_imgcase .catalogs_box_about_data_text {
  font-size: 11px;
  line-height: 1.8;
  text-indent: -11px;
  padding-left: 11px;
  margin-top: 5px;
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_links {
  width: 100%;
  max-width: 285px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_links {
    max-width: 88%;
    margin: 30px auto 0px;
  }
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_links .links_btn {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  border: 2px solid #f04e11;
  border-radius: 10px;
  background: #f04e11;
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_links .links_btn:nth-child(n+2) {
    margin-top: 17px;
  }
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_links .links_btn:hover {
    color: #f04e11;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .cat_addbox .addbox_links .links_btn:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case {
    width: 585px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case {
    width: 88%;
    margin: 30px auto 0;
  }
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 13px 18px;
  background-color: #f04e11;
  border: 2px solid #f04e11;
  border-radius: 10px;
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a.scale_out {
  color: rgb(190, 190, 190);
  border-color: rgb(162, 53, 12);
  background-color: rgb(162, 53, 12);
}
.new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a.scale_out:hover {
  color: rgb(190, 190, 190);
  border-color: rgb(162, 53, 12);
  background-color: rgb(162, 53, 12);
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a {
    width: 285px;
  }
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a:last-child {
    margin-top: 17px;
  }
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a:hover {
    color: #f04e11;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a {
    padding: 13px 0px;
  }
  .new .new_box .catalogs_box .catalogs_box_about .catalogs_box_about_data .catalogs_box_about_data_case a:last-child {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_mess {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_mess {
    margin-top: 17px;
  }
}
.new .new_box .catalogs_box .catalogs_box_case {
  margin-top: 5px;
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame {
    width: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame {
    width: 45%;
  }
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame:has(.medimize, .minimize) {
  align-self: flex-end;
  padding-bottom: 1lh;
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox {
    margin-bottom: 5px;
  }
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox.medimize {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox.medimize {
    max-width: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox.medimize {
    max-width: 75%;
  }
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox.minimize {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox.minimize {
    max-width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox.minimize {
    max-width: 44%;
  }
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox a {
  border: none;
}
@media only screen and (min-width: 768px) {
  .new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame .catalogs_box_case_frame_imgbox a:hover {
    opacity: 0.7;
  }
}
.new .new_box .catalogs_box .catalogs_box_case .catalogs_box_case_frame a {
  color: #2c8fff;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid #2c8fff;
}
@media only screen and (min-width: 768px) {
  .new .new_box .sitemap_box {
    width: 860px;
    margin: 50px auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .sitemap_box {
    width: 88%;
    margin: 30px auto 0px;
  }
}
.new .new_box .sitemap_box .sitemap_box_hnavis li, .new .new_box .sitemap_box .sitemap_box_fnavis li {
  color: #2c8fff;
  font-size: 10px;
}
.new .new_box .sitemap_box .sitemap_box_hnavis li:nth-child(n+2), .new .new_box .sitemap_box .sitemap_box_fnavis li:nth-child(n+2) {
  margin-top: 20px;
}
.new .new_box .sitemap_box .sitemap_box_hnavis li a, .new .new_box .sitemap_box .sitemap_box_fnavis li a {
  color: #000;
  font-size: 17px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .new .new_box .sitemap_box .sitemap_box_hnavis li a, .new .new_box .sitemap_box .sitemap_box_fnavis li a {
    margin-left: 10px;
  }
  .new .new_box .sitemap_box .sitemap_box_hnavis li a:hover, .new .new_box .sitemap_box .sitemap_box_fnavis li a:hover {
    color: #2c8fff;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .sitemap_box .sitemap_box_hnavis li a, .new .new_box .sitemap_box .sitemap_box_fnavis li a {
    line-height: 1.2;
    margin-left: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sitemap_box .sitemap_box_hnavis {
    margin-right: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .sitemap_box .sitemap_box_fnavis {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .policy_box {
    width: 800px;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .policy_box {
    width: 88%;
    margin: 25px auto 0;
  }
}
.new .new_box .policy_box .policy_box_caution {
  text-align: justify;
  line-height: 2;
  border-bottom: 2px solid #ffc506;
}
@media only screen and (min-width: 768px) {
  .new .new_box .policy_box .policy_box_caution {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .policy_box .policy_box_caution {
    padding-bottom: 25px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .policy_box .policy_box_case {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .policy_box .policy_box_case {
    margin-top: 25px;
  }
}
.new .new_box .policy_box .policy_box_case h3 span {
  color: #2c8fff;
}
@media only screen and (min-width: 768px) {
  .new .new_box .policy_box .policy_box_case h3 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .policy_box .policy_box_case h3 span {
    font-size: 18px;
  }
}
.new .new_box .policy_box .policy_box_case .policy_box_case_text {
  text-align: justify;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .new .new_box .policy_box .policy_box_case .policy_box_case_text {
    width: 760px;
    margin-top: 20px;
    margin-left: auto;
  }
  .new .new_box .policy_box .policy_box_case .policy_box_case_text:nth-child(3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .policy_box .policy_box_case .policy_box_case_text {
    width: 100%;
    margin-top: 10px;
  }
  .new .new_box .policy_box .policy_box_case .policy_box_case_text .policy_exc {
    text-align: inherit;
  }
}
.new .new_box .policy_box .policy_box_case .policy_box_case_text a {
  color: #2c8fff;
  padding-bottom: 2px;
  border-bottom: 1px solid #2c8fff;
}
.new .new_box .policy_box .policy_box_case .policy_box_case_cube {
  line-height: 2;
  text-align: justify;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .new .new_box .policy_box .policy_box_case .policy_box_case_cube {
    width: 760px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .policy_box .policy_box_case .policy_box_case_cube {
    width: 100%;
  }
}
.new .new_box .policy_box .policy_box_case .policy_box_case_cube .policy_box_case_cube_title {
  font-weight: normal;
}
.new .new_box .policy_box .policy_box_case .policy_box_case_cube .policy_box_case_cube_list:nth-child(n+2) {
  margin-top: 10px;
}
.new .new_box .policy_box .policy_box_case .policy_box_case_cube .policy_box_case_cube_list .policy_box_case_list_pattern {
  line-height: 2;
  text-align: justify;
}
.new .new_box .policy_box .policy_box_case .policy_box_case_cube .policy_box_case_cube_list .policy_box_case_list_pattern::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 17px;
  background-color: #ffc506;
}
@media only screen and (min-width: 768px) {
  .new .new_box .personal_box {
    width: 800px;
    margin: 45px auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .personal_box {
    width: 88%;
    margin: 25px auto 0px;
  }
}
.new .new_box .personal_box .personal_box_index {
  color: #2c8fff;
  font-size: 20px;
}
.new .new_box .personal_box .personal_box_caution {
  text-align: justify;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .new .new_box .personal_box .personal_box_case {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .personal_box .personal_box_case {
    margin-top: 25px;
  }
}
.new .new_box .personal_box .personal_box_case .personal_box_case_list:nth-child(n+2) {
  margin-top: 10px;
}
.new .new_box .personal_box .personal_box_case .personal_box_case_list .personal_box_case_list_dotted {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 17px;
  background-color: #ffc506;
}
.new .new_box .personal_box .personal_box_case .personal_box_case_list .personal_box_case_list_pattern {
  display: block;
  line-height: 2;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .new .new_box .personal_box .personal_box_case .personal_box_case_list .personal_box_case_list_pattern {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .personal_box .personal_box_case .personal_box_case_list .personal_box_case_list_pattern {
    width: 89%;
  }
}
.new .new_box .sds_table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table {
    width: 100%;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    margin: 30px auto 0px;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table thead {
    display: block;
    width: 100%;
    background-color: #fff3cd;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table thead tr th {
    display: block;
    font-size: 20px;
    padding: 20px 0px;
    text-align: center;
    line-height: 1;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
  }
  .new .new_box .sds_table thead tr th.sds_table_numberfield {
    width: 15%;
  }
  .new .new_box .sds_table thead tr th.sds_table_namefield {
    width: 30%;
  }
  .new .new_box .sds_table thead tr th.sds_table_amountfield {
    width: 30%;
  }
  .new .new_box .sds_table thead tr th.sds_table_pdffield {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table tbody tr.sds_white_case {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table tbody tr.sds_blue_case {
    background: #e9f4ff;
  }
}
@media only screen and (min-width: 768px) {
  .new .new_box .sds_table tbody tr td {
    font-size: 15px;
    line-height: 1;
    text-align: center;
    padding: 15px 0px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
  }
  .new .new_box .sds_table tbody tr td:first-child {
    width: 15%;
  }
  .new .new_box .sds_table tbody tr td:nth-child(n+2) {
    width: 30%;
  }
  .new .new_box .sds_table tbody tr td:last-child {
    width: 25%;
  }
}
.new .new_box .sds_table tbody tr td a {
  color: #2c8fff;
}
@media only screen and (max-width: 767px) {
  .new .new_box .sds_box {
    width: 94%;
    margin: 0px auto;
    padding: 15px 6%;
    background: #fff;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
  }
}
@media only screen and (max-width: 767px) {
  .new .new_box .sds_box:nth-child(3) {
    margin: 40px auto 0;
  }
  .new .new_box .sds_box:last-child {
    border-bottom: 1px solid #969696;
  }
}
.new .new_box .sds_box dl dt {
  font-size: 15px;
  line-height: 2;
}
.new .new_box .sds_box dl dt span {
  line-height: 2;
}
.new .new_box .sds_box dl dd {
  line-height: 2;
}
.new .new_box .sds_box dl dd.sds_box_name_sp {
  color: #2c8fff;
}
.new .new_box .sds_box a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 11px 9%;
  text-align: center;
  background-color: #2c8fff;
  border-radius: 6px;
  margin-top: 10px;
}

/* 資料請求：完了ページ（ローカルで階層確認できず） */
.request_finish_text {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .request_finish_text {
    margin-top: 55px;
  }
  .request_finish_text:nth-child(2) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .request_finish_text {
    width: 88%;
    margin: 15px auto 0px;
  }
  .request_finish_text:nth-child(2) {
    margin: 25px auto 0px;
  }
}
.request_finish_text a {
  color: #2c8fff;
  line-height: 2;
  margin-top: 10px;
}

.request_finish_button {
  display: block;
  color: #000;
  margin: 125px auto 0px;
  padding: 7px 0px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .request_finish_button {
    width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .request_finish_button {
    width: 40%;
  }
}

/* 汎用class */
.exc_error {
  display: none;
  color: #df001d;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 25px auto 0px;
}
.exc_error.appear {
  display: block;
}

.extra_request_input {
  appearance: none;
  outline: none;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .extra_request_input {
    width: 373px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .extra_request_input {
    padding: 2px 2%;
  }
}

.request_extra_case {
  display: block;
}
.request_extra_case .extra_case.add, .request_extra_case .extra_case.tel {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .request_extra_case .extra_case.add input, .request_extra_case .extra_case.tel input {
    display: block;
    width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .request_extra_case .extra_case.add input, .request_extra_case .extra_case.tel input {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .request_extra_case .extra_case.top {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .request_extra_case .extra_case.add input {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .request_extra_case .extra_case.tel input {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .request_extra_case .extra_case.adjoin .adjoin_labels {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .request_extra_case .extra_case.adjoin .adjoin_labels input {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .request_extra_case .extra_case.adjoin .adjoin_labels input {
    width: 45%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .request_extra_case .extra_case textarea {
    width: 315px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .request_extra_case .extra_case textarea {
    width: 70%;
    margin-top: 0px;
  }
}

.company_about_items dd.counterplan {
  display: block;
}
@media only screen and (min-width: 768px) {
  .company_about_items dd.counterplan {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .company_about_items dd.counterplan {
    width: 180px;
  }
}

.request_box_catalog_high_case_attension {
  position: absolute;
  color: #e60012;
  font-size: 13px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .request_box_catalog_high_case_attension {
    width: 293px;
    bottom: -28px;
    padding-left: 13px;
    text-indent: -13px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_catalog_high_case_attension {
    bottom: -55px;
    width: 213%;
  }
}

.elg_box #price_catalog {
  display: none;
}
.elg_box .elg_check {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 10px;
}
.elg_box #price_catalog:checked + .elg_check::before {
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/request_check.png);
  background-size: 70% auto;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

.index_new_box_case_text .text_item {
  display: inline-block;
  color: #fff;
  padding: 0 3px;
  background-color: #ff0000;
  margin-left: 5px;
}

/* mw wp form */
.request_box .box_about {
  width: 100%;
  line-height: 2;
  margin: 25px auto 0;
}
@media only screen and (min-width: 768px) {
  .request_box .box_about {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box .box_about {
    max-width: 88%;
  }
}
.request_box .box_about .about_st {
  display: block;
  font-size: 18px;
}

.mw_wp_form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form {
    max-width: 800px;
    margin: 40px auto 0;
  }
}
.mw_wp_form form .error {
  color: #df001d;
  font-size: 13px;
  font-style: normal;
}
.mw_wp_form form .catalog_area {
  /* 基本のカタログ階層 */
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .catalog_area {
    width: 88%;
    margin: 40px auto 0;
  }
}
.mw_wp_form form .catalog_area .area_item .the_catalog:first-child {
  padding-bottom: 30px;
  border-bottom: 2px solid #ffc506;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog:first-child .ctlg_itm {
    width: 25%;
    max-width: 100%;
  }
  .mw_wp_form form .catalog_area .area_item .the_catalog:first-child .ctlg_itm:last-child .itm_case {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog:first-child .ctlg_itm .itm_case {
    max-width: 150px;
  }
}
.mw_wp_form form .catalog_area .area_item .the_catalog:nth-child(n+2) .ctlg_itm {
  margin-top: 30px;
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm {
    max-width: 47%;
  }
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm:has(.medimize, .minimize) {
  align-self: flex-end;
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail.medimize {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail.medimize {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail.medimize {
    max-width: 75%;
  }
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail.minimize {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail.minimize {
    max-width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail.minimize {
    max-width: 44%;
  }
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail img {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_name {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num {
  margin-top: 5px;
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num.unbreakble {
  margin-top: 26px;
}
.mw_wp_form form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num .item_nob {
  display: block;
  width: 100%;
  max-width: 56px;
  height: 21px;
  padding: 2px;
  border: 1px solid #000;
  margin-right: 5px;
}
.mw_wp_form form .content_area {
  margin: 45px auto 0;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_supp {
    width: 88%;
    margin: 0 auto;
  }
}
.mw_wp_form form .content_area .content_form {
  position: relative;
  background: #fff;
  border: 4px solid #e9f4ff;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form {
    padding: 25px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form {
    width: 94%;
    padding: 15px 3%;
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box {
    background: #e9f4ff;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box:nth-child(n+2) {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box:nth-child(n+2) {
    margin-top: 15px;
  }
}
.mw_wp_form form .content_area .content_form .case_box.address .box_adrs {
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box.address .box_adrs {
    padding-left: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.address .box_adrs {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl .pstl_front, .mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl .pstl_back {
    font-size: 14px;
  }
}
.mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl .pstl_num {
  width: 100%;
  padding: 3px;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl .pstl_num {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_pstl .pstl_num {
    max-width: 45%;
    margin-left: 1%;
  }
}
.mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_txt {
  display: block;
  margin-top: 5px;
}
.mw_wp_form form .content_area .content_form .case_box.address .box_adrs .adrs_txt .case_text {
  width: 100%;
  max-width: 435px;
  height: 60px;
  padding: 3px;
  border: 1px solid #000;
}
.mw_wp_form form .content_area .content_form .case_box.excase {
  display: block;
  background: #fff;
  margin-top: 10px;
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.mw_wp_form form .content_area .content_form .case_box.excase.close {
  position: relative;
  z-index: -1;
  height: 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box.excase {
    padding-left: 210px;
  }
}
.mw_wp_form form .content_area .content_form .case_box.excase .box_title {
  display: none;
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_supp {
  color: #df001d;
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .txt_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_front {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .txt_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_front {
    max-width: 85px;
  }
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .txt_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .pstl_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .pstl_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_case {
  display: block;
  line-height: 1;
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .adrs_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .adrs_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .txt_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .txt_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .pstl_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .pstl_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .adrs_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .adrs_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .pstl_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .pstl_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .adrs_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .adrs_case textarea, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_case input, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_case textarea {
  display: block;
  width: 100%;
  padding: 3px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_front {
    width: 30%;
  }
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_case {
  width: 100%;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_case {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_case {
    max-width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_pstl .pstl_back {
    width: 38%;
    font-size: 14px;
  }
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .pstl_front, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_front {
    width: 30%;
  }
}
.mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_case {
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_case {
    max-width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_adrs .txt_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .adrs_case, .mw_wp_form form .content_area .content_form .case_box.excase .ex_txt .txt_case {
    max-width: 70%;
  }
}
.mw_wp_form form .content_area .content_form .case_box .box_title {
  width: 100%;
  color: #2c8fff;
  font-weight: bold;
  line-height: 1;
  background: #e9f4ff;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box .box_title {
    max-width: 200px;
    font-size: 20px;
    text-align: right;
    padding: 10px 15px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box .box_title {
    padding: 7px 6%;
  }
}
.mw_wp_form form .content_area .content_form .case_box .box_title.require::before {
  content: "*";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.mw_wp_form form .content_area .content_form .case_box .box_item {
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item {
    padding: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item {
    display: block;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item.full .item_text {
    width: 435px;
  }
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field {
  margin-left: 0;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .item_check, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .item_check { /* checkbox */
  display: none;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .item_check:checked + .mwform-checkbox-field-text::after, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .item_check:checked + .mwform-checkbox-field-text::after {
  width: 9px;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .mwform-checkbox-field-text, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .mwform-checkbox-field-text::before, .mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .mwform-checkbox-field-text::after, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .mwform-checkbox-field-text::before, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
  height: 9px;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .mwform-checkbox-field-text::before, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  top: 1px;
  left: 0;
  width: 9px;
  background: #fff;
  border: 1px solid #000;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field label .mwform-checkbox-field-text::after, .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: 2px;
  left: 2px;
  width: 0;
  background: no-repeat url(../img/request_check.png) left center/7px auto;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check {
    padding-right: 110px;
  }
}
.mw_wp_form form .content_area .content_form .case_box .box_item.multiple_check .mwform-checkbox-field:not(:last-child) {
  margin-right: 15px;
}
.mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item.sends .mwform-checkbox-field {
    margin-top: 20px;
  }
}
.mw_wp_form form .content_area .content_form .case_box .box_item.send_adrs {
  padding: 0;
}
.mw_wp_form form .content_area .content_form .case_box .box_item .item_text {
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item .item_text {
    width: 250px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item .item_text {
    width: 100%;
    padding: 2px 2%;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form form .content_area .content_form .case_box .box_item .item_text.remarks {
    height: 90px;
  }
}
.mw_wp_form form .content_area .content_form .case_supp {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 20px;
}
.mw_wp_form form .content_area .content_form .case_supp .pp {
  color: #2c8fff;
  font-size: inherit;
}
.mw_wp_form form .content_area .content_form .check_case {
  margin-top: 15px;
}
.mw_wp_form form .content_area .content_form .check_case .case_label {
  width: 100%;
  max-width: 645px;
  padding: 10px 15px;
  background: #e9f4ff;
}
.mw_wp_form form .content_area .content_form .check_case .case_label #checkbox {
  display: none;
}
.mw_wp_form form .content_area .content_form .check_case .case_label #checkbox:checked + .label_dammy::after {
  width: 11px;
}
.mw_wp_form form .content_area .content_form .check_case .case_label .label_dammy {
  position: relative;
  width: 11px;
  height: 11px;
}
.mw_wp_form form .content_area .content_form .check_case .case_label .label_dammy::before, .mw_wp_form form .content_area .content_form .check_case .case_label .label_dammy::after {
  content: "";
  position: absolute;
  display: block;
  height: 9px;
}
.mw_wp_form form .content_area .content_form .check_case .case_label .label_dammy::before {
  top: 1px;
  left: 0;
  width: 9px;
  background: #fff;
  border: 1px solid #000;
}
.mw_wp_form form .content_area .content_form .check_case .case_label .label_dammy::after {
  top: 2px;
  left: 2px;
  width: 0;
  background: no-repeat url(../img/request_check.png) left center/7px auto;
}
.mw_wp_form form .content_area .content_form .check_case .case_label .label_txt {
  line-height: 1;
  margin-left: 15px;
}
.mw_wp_form form .form_decide {
  margin: 30px auto 0;
}
.mw_wp_form form .form_decide .decide_btn ._nb_btn {
  max-width: 180px;
  margin: 0 auto;
}
.mw_wp_form form .form_decide .decide_btn ._nb_btn ._btnitem {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  color: #000 !important;
}
.mw_wp_form form .form_decide .decide_btn ._nb_btn ._btnitem[disabled] {
  color: #cdcdcd !important;
}

/* request：表示調整 */
.mw_wp_form_input form .catalog_area .area_index {
  display: none;
}
.mw_wp_form_input form .form_decide .mod, .mw_wp_form_input form .form_decide .send {
  display: none;
}

/* confirmation：表示調整 */
.mw_wp_form_confirm form .catalog_area {
  background: #e9f4ff;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .catalog_area {
    margin: 20px auto 0;
  }
}
.mw_wp_form_confirm form .catalog_area .area_index {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm form .catalog_area .area_index {
    max-width: 200px;
    padding: 6px 15px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .catalog_area .area_index {
    padding: 7px 6%;
  }
}
.mw_wp_form_confirm form .catalog_area .area_index .index_txt {
  color: #2c8fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm form .catalog_area .area_index .index_txt {
    font-size: 20px;
  }
}
.mw_wp_form_confirm form .catalog_area .area_item {
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm form .catalog_area .area_item {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .catalog_area .area_item {
    padding: 11px 6%;
  }
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog {
  display: block;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog:first-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog:first-child .ctlg_itm {
  width: 100%;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog:first-child .ctlg_itm .itm_case {
  max-width: 100%;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog:nth-child(n+2) .ctlg_itm {
  margin-top: 0;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm {
  max-width: 100%;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case {
  max-width: 100%;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case.no_order {
  display: none;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_thumbnail {
  display: none;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_name {
  text-align: left;
  margin-top: 0;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_name br {
  display: none;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num {
  margin-top: 0;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num.unbreakble {
  margin-top: 0;
}
.mw_wp_form_confirm form .catalog_area .area_item .the_catalog .ctlg_itm .itm_case .case_num::before {
  content: "：";
  display: inline-block;
  color: inherit;
  font-size: inherit;
}
.mw_wp_form_confirm form .content_area {
  margin: 0 auto;
}
.mw_wp_form_confirm form .content_area .content_supp {
  display: none;
}
.mw_wp_form_confirm form .content_area .content_form {
  border: none;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm form .content_area .content_form {
    padding: 2px 0 0 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .content_area .content_form {
    width: 88%;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .content_area .content_form .case_box:nth-child(n+2) {
    margin-top: 0;
  }
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase {
  padding: 0;
  background: #e9f4ff;
  margin-top: 2px;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_title {
  display: block;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_item {
  padding: 10px 15px;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_item .ex_supp {
  display: none;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_item .ex_pstl .pstl_case {
  border: none;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_item .ex_pstl .pstl_back {
  display: none;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_item .ex_adrs .adrs_case {
  border: none;
}
.mw_wp_form_confirm form .content_area .content_form .case_box.excase .box_item .ex_txt .txt_case {
  border: none;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .content_area .content_form .case_box.address .box_adrs {
    margin-top: 0;
  }
}
.mw_wp_form_confirm form .content_area .content_form .case_box.no_input {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm form .content_area .content_form .case_box .box_title {
    padding: 0 15px 0 0;
  }
}
.mw_wp_form_confirm form .content_area .content_form .case_box .box_title.require::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm form .content_area .content_form .case_box .box_item, .mw_wp_form_confirm form .content_area .content_form .case_box .box_adrs {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm form .content_area .content_form .case_box .box_item, .mw_wp_form_confirm form .content_area .content_form .case_box .box_adrs {
    padding: 11px 6%;
    margin-top: 0;
  }
}
.mw_wp_form_confirm form .content_area .content_form .case_box .box_item .adrs_pstl .pstl_front, .mw_wp_form_confirm form .content_area .content_form .case_box .box_adrs .adrs_pstl .pstl_front {
  margin-right: 5px;
}
.mw_wp_form_confirm form .content_area .content_form .case_box .box_item .adrs_pstl .pstl_back, .mw_wp_form_confirm form .content_area .content_form .case_box .box_adrs .adrs_pstl .pstl_back {
  display: none;
}
.mw_wp_form_confirm form .content_area .content_form .case_supp {
  display: none;
}
.mw_wp_form_confirm form .content_area .content_form .check_case {
  display: none;
}
.mw_wp_form_confirm form .form_decide {
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
}
.mw_wp_form_confirm form .form_decide .decide_btn.conf {
  display: none;
}
.mw_wp_form_confirm form .form_decide .decide_btn ._nb_btn ._btnitem {
  line-height: 1.5;
  padding: 6px 20px;
  color: #000 !important;
}

/* completion */
@media only screen and (max-width: 767px) {
  .mw_wp_form_complete {
    padding: 0 6%;
    margin-top: 30px;
  }
}
.mw_wp_form_complete .comp_title {
  font-weight: normal;
}
.mw_wp_form_complete .comp_txt {
  margin-top: 30px;
}
.mw_wp_form_complete .rt_link {
  display: block;
  max-width: 125px;
  color: #000;
  padding: 3px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_complete .rt_link {
    margin: 130px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_complete .rt_link {
    margin: 90px auto 0;
  }
}

/* お問い合わせ：入力 */
.input_txts {
  width: 100%;
  /* 資料請求：確認ページ */
}
@media only screen and (min-width: 768px) {
  .input_txts {
    max-width: 800px;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .input_txts {
    max-width: 88%;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .input_txts .request_confirm_check {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .input_txts .request_confirm_check {
    font-size: 16px;
  }
}
.input_txts .request_confirm_text {
  line-height: 2;
  margin-top: 10px;
}

.request_box_info tr .request_worklist .mwform-checkbox-field {
  margin-left: 0;
}
.request_box_info tr .request_worklist .mwform-checkbox-field .checkbox_worklist {
  display: none;
}
.request_box_info tr .request_worklist .mwform-checkbox-field .checkbox_worklist + .mwform-checkbox-field-text {
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .request_box_info tr .request_worklist .mwform-checkbox-field .checkbox_worklist + .mwform-checkbox-field-text {
    line-height: 1;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_info tr .request_worklist .mwform-checkbox-field .checkbox_worklist + .mwform-checkbox-field-text {
    line-height: 1.8;
    margin-right: 4vw;
  }
}
.request_box_info tr .request_worklist .mwform-checkbox-field .checkbox_worklist + .mwform-checkbox-field-text::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  background: #fff;
  margin-right: 5px;
}
.request_box_info tr .request_worklist .mwform-checkbox-field .checkbox_worklist:checked + .mwform-checkbox-field-text::before {
  background-image: url("../img/request_check.png");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: 7px auto;
}
.request_box_info tr td .error {
  color: #df001d;
  font-size: 13px;
}

.request_confirm_send .request_confirm_send_left, .request_confirm_send .request_confirm_send_right {
  display: block;
  outline: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  .request_confirm_send .request_confirm_send_left, .request_confirm_send .request_confirm_send_right {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .request_confirm_send .request_confirm_send_left, .request_confirm_send .request_confirm_send_right {
    text-align: center;
    padding: 6px 0;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  .request_confirm_send .request_confirm_send_left {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .request_confirm_send .request_confirm_send_right {
    width: 30%;
  }
}

.request_submit.disagree {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.247);
}

.request_box_btt {
  display: block;
  outline: none;
  cursor: pointer;
  margin: 0px auto;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .request_box_btt {
    width: fit-content;
    padding: 6px 20px;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_btt {
    width: 33%;
    text-align: center;
    padding: 6px 0;
    margin-top: 85px;
  }
}

/* お問い合わせ：入力 */
.request_box.contact .contact_tel {
  display: block;
  color: #fff;
  font-size: 20px;
  background: #f04e11;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .request_box.contact .contact_tel {
    width: 365px;
    line-height: 1;
    padding: 13px 0px;
    border: 2px solid #f04e11;
    text-align: center;
  }
  .request_box.contact .contact_tel:hover {
    color: #f04e11;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .request_box.contact .contact_tel {
    line-height: 1.5;
    padding: 10px 10%;
    margin: 0px auto;
  }
}
.request_box.contact .contact_message {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .request_box.contact .contact_message {
    font-size: 20px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box.contact .contact_message {
    font-size: 15px;
    margin: 25px auto 0px;
  }
}
@media only screen and (min-width: 768px) {
  .request_box.contact .contact_caution {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box.contact .contact_caution {
    margin: 18px auto 0px;
  }
}
.request_box.contact .contact_caution_strong {
  color: #df001d;
  margin-top: 3px;
}

.request_box_outframe {
  position: relative;
  background-color: #fff;
  border: 4px solid #e9f4ff;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe {
    width: 800px;
    padding: 25px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe {
    width: 94%;
    padding: 15px 3%;
    margin: 15px auto 0px;
  }
}
.request_box_outframe .request_box_info {
  display: block;
}
.request_box_outframe .request_box_info tbody {
  display: block;
}
.request_box_outframe .request_box_info tbody tr {
  align-items: stretch;
  transition: all 0.3s;
}
.request_box_outframe .request_box_info tbody tr.request_hidden_item {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.request_box_outframe .request_box_info tbody tr.request_hidden_item.checked {
  z-index: 1;
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .request_box_outframe .request_box_info tbody tr:first-child {
    margin-top: 0;
  }
}
.request_box_outframe .request_box_info tbody tr th {
  color: #2c8fff;
  line-height: 1;
  background-color: #e9f4ff;
}
.request_box_outframe .request_box_info tbody tr th.request_extra {
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr th .request_remarks {
    padding: 39px 15px 39px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr th {
    width: 200px;
    font-size: 20px;
    text-align: right;
    padding: 10px 15px 10px 0px;
    border-bottom: 2px solid #fff;
  }
  .request_box_outframe .request_box_info tbody tr th.request_work_exc {
    padding: 18px 15px;
  }
  .request_box_outframe .request_box_info tbody tr th.request_address {
    padding: 42px 15px;
  }
  .request_box_outframe .request_box_info tbody tr th.request_send_catalogs {
    border: none;
  }
  .request_box_outframe .request_box_info tbody tr th.contact_items {
    padding: 67px 15px 67px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr th {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: left;
    padding: 7px 6%;
  }
  .request_box_outframe .request_box_info tbody tr th.request_extra {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td {
    padding: 5px 0px 5px 10px;
  }
  .request_box_outframe .request_box_info tbody tr td.request_worklist {
    width: 60%;
    padding: 0px 0px 6px 10px;
  }
  .request_box_outframe .request_box_info tbody tr td.contact_items {
    padding: 0px 0px 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .request_box_outframe .request_box_info tbody tr td.request_extra_case {
    font-size: 14px;
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_worklist {
    width: 60%;
  }
}
.request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check {
    line-height: 1;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check {
    line-height: 1.8;
    margin-right: 4%;
  }
}
.request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check .checkbox_worklist {
  display: none;
}
.request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check .checkbox_worklist + .make_checkbox {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 5px;
}
.request_box_outframe .request_box_info tbody tr td.request_worklist .request_input_check .checkbox_worklist:checked + .make_checkbox::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/request_check.png");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: 7px auto;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_address_case {
    padding: 5px 0px 6px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td.request_address_case {
    font-size: 14px;
  }
}
.request_box_outframe .request_box_info tbody tr td.request_address_case .request_input_address {
  appearance: none;
  outline: none;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_address_case .request_input_address {
    width: 150px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td.request_address_case .request_input_address {
    width: 45%;
    padding: 2px 2%;
    margin-left: 1%;
  }
}
.request_box_outframe .request_box_info tbody tr td.request_address_case .request_input_adderss_detail {
  appearance: none;
  outline: none;
  height: 60px;
  border: 1px solid #000;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_address_case .request_input_adderss_detail {
    width: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td.request_address_case .request_input_adderss_detail {
    width: 100%;
    padding: 2px 2%;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_remarks_case {
    padding: 3px 0px 6px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_remarks_case textarea {
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_extra_case {
    padding: 0px 5px 6px;
  }
}
.request_box_outframe .request_box_info tbody tr td.request_extra_case .request_other_address {
  color: #df001d;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td.request_extra_case .request_other_address {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td.request_extra_case .request_other_address {
    margin-bottom: 10px;
  }
}
.request_box_outframe .request_box_info tbody tr td .request_input_normal {
  appearance: none;
  outline: none;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td .request_input_normal {
    width: 250px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td .request_input_normal {
    width: 100%;
    padding: 2px 2%;
  }
}
.request_box_outframe .request_box_info tbody tr td .request_input_mailaddress {
  appearance: none;
  outline: none;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td .request_input_mailaddress {
    width: 435px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td .request_input_mailaddress {
    width: 100%;
    padding: 2px 2%;
  }
}
.request_box_outframe .request_box_info tbody tr td .request_send_case {
  font-size: 15px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td .request_send_case {
    margin-right: 15px;
  }
}
.request_box_outframe .request_box_info tbody tr td .request_send_case .request_input_send {
  display: none;
}
.request_box_outframe .request_box_info tbody tr td .request_send_case .request_input_send + .request_input_send_checkbox {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td .request_send_case .request_input_send + .request_input_send_checkbox {
    margin-top: 20px;
  }
}
.request_box_outframe .request_box_info tbody tr td .request_send_case .request_input_send:checked + .request_input_send_checkbox::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/request_check.png");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: 7px auto;
}
.request_box_outframe .request_box_info tbody tr td textarea {
  display: block;
  appearance: none;
  outline: none;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_info tbody tr td textarea {
    width: 435px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_info tbody tr td textarea {
    width: 100%;
    padding: 2px 2%;
  }
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_trigger {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_trigger {
    margin-top: 15px;
  }
}
.request_box_outframe .request_box_trigger p {
  font-size: 13px;
  line-height: 1.7;
}
.request_box_outframe .request_box_trigger p a {
  color: #2c8fff;
  font-size: 13px;
}
.request_box_outframe .request_box_trigger label {
  line-height: 1;
  background-color: #e9f4ff;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_trigger label {
    width: 645px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_trigger label {
    width: 100%;
    padding: 13px 16px;
    margin-top: 17px;
  }
}
.request_box_outframe .request_box_trigger label .request_box_trigger_check {
  display: none;
}
.request_box_outframe .request_box_trigger label .request_box_trigger_check + .request_box_trigger_span {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .request_box_outframe .request_box_trigger label .request_box_trigger_check + .request_box_trigger_span {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_outframe .request_box_trigger label .request_box_trigger_check + .request_box_trigger_span {
    margin-right: 13px;
  }
}
.request_box_outframe .request_box_trigger label .request_box_trigger_check:checked + .request_box_trigger_span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/request_check.png");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: 7px auto;
}

.request_box_decision {
  text-align: center;
  margin-top: 30px;
}
.request_box_decision button, .request_box_decision input {
  appearance: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  .request_box_decision button, .request_box_decision input {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .request_box_decision button, .request_box_decision input {
    padding: 6px 6%;
  }
}
.request_box_decision button[disabled], .request_box_decision input[disabled] {
  color: #cdcdcd !important;
}

.contact .mw_wp_form_input form .request_box_outframe .request_box_info tbody tr th.require::before {
  content: "*";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .contact .mw_wp_form_input form .request_box_outframe .request_box_info tbody tr td .input_di {
    font-size: 14px;
  }
}
.contact .mw_wp_form_confirm form .request_box_outframe {
  padding: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact .mw_wp_form_confirm form .request_box_outframe {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr {
    background: #e9f4ff;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr {
    margin-top: 0;
  }
}
.contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr.no_input {
  display: none;
}
.contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr th {
  width: 100%;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr th {
    max-width: 200px;
    padding: 10px 15px 10px 0;
  }
}
.contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr td {
  width: 100%;
}
.contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr td.request_worklist {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr td {
    padding: 10px 15px;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr td {
    padding: 11px 6%;
    margin-top: 0;
  }
}
.contact .mw_wp_form_confirm form .request_box_outframe .request_box_info tbody tr td .input_di {
  display: none;
}
.contact .mw_wp_form_confirm form .request_box_outframe .request_box_trigger {
  display: none;
}
.contact .mw_wp_form_confirm form .request_box_decision {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact .mw_wp_form_confirm form .request_confirm_send {
    width: 320px;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact .mw_wp_form_confirm form .request_confirm_send {
    width: 100%;
    margin: 40px auto 0;
  }
}
.contact .mw_wp_form_complete .rt_link {
  width: 100%;
}