@charset 'UTF-8';
/*!
 * ress.css 窶｢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll;
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;

  -webkit-box-sizing: border-box;
  /* iOS 8+ */
}
*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}
::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
#contentWrap, #contentWrap ul {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden], template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */

  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type='number'] {
  width: auto;
  /* Firefox 36+ */
}
[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  /* Internet Explorer 11+ */
  resize: vertical;
  overflow: auto;
  /* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0; 
  border-style: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  /* Firefox 36+ */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;

  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type='search'] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
ul li {
  list-style: none;
}
/*===========================
base
===========================*/
body {
  font-size: 14px;
}
#contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  padding: 0 0 30px;
  border-bottom: solid 1px #e6e6e6;
}
.c-contents {
  margin-bottom: 50px;
}
.c-contents h2 {
  margin: 30px 0 20px;
  padding: 0.35em 0 0.3em 1em;
  color: #000;
  font-size: 21px;
  line-height: 1.5;
}
.c-contents h2:before {
  background-color: #ffe100;
  border: none;
}
.sec-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8; 
  align-items: flex-start;

  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
}
.sec-unit + .sec-unit {
  margin-top: 2px;
}
.sec-unit h2 {
  margin-top: 0;
}
.sec-unit__list {
  width: 100%;
  min-width: 250px;
  margin: -3px 0; 
  flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.sec-unit__item {
  position: relative; 
  padding: 3px 0 3px 15px;
}
.sec-unit__item:before {
  position: absolute;
  left: 0; 
  top: 8px;
  content: '';
  display: block;
  height: 8px;
  width: 6px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.sec-unit__item + .sec-unit__item {
  margin-top: 5px;
}
.sec-unit__item a {
  text-decoration: none;
}
.sec-unit__item a:hover {
  text-decoration: underline;
}
.c-pagetop {
  position: static;
  opacity: 1 !important; 
  height: 50px;
  width: auto;
  transform: none;

  -webkit-transform: none;
}
.c-pagetop a {
  position: relative; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 126px;
  margin-left: auto;
  padding: 12px 0 0;
  justify-content: center;
  background-color: #333;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-indent: unset;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.c-pagetop a:before {
  position: absolute;
  left: 50%;
  top: 12px;
  content: '';
  display: block;
  height: 5px;
  width: 8px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_pagetop.svg') no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateX(-50%); 

  -webkit-transform: translateX(-50%);
}
.c-pagetop a:after {
  content: none;
}
.SA_Icon {
  display: inline-block;
  margin: 0 10px;
  padding: 4px 10px;
  background: #ffe100;
  color: #000;
  font-size: 12px;
  line-height: 1;
}
.c-page-title i {
  bottom: 0; 
  top: auto;
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/img_page_title.jpg') !important;
  background-position: 50% 100%;
}
.c-gnav__list #gnav_5 i {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_qa.svg');
}
.c-contact h2:before {
  background-color: #999 !important;
}
.c-contact__content {
  margin: 0;
}
.c-contact__content + .c-contact__content {
  margin-top: 2px;
}
.c-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; 
  justify-content: center;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.c-contact__item {
  position: relative; 
  padding-left: 14px;
  text-align: left;
}
.c-contact__item:before {
  position: absolute;
  left: 0; 
  top: 6px;
  content: '';
  display: block;
  height: 8px;
  width: 6px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.c-contact__item a {
  color: #054596;
  font-size: 14px; 
  text-decoration: none;
}
.c-contact__item a:hover {
  text-decoration: underline;
}
.c-contact__item a:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 4px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_blank.svg') no-repeat 0 0;
  background-size: 100% 100%; 
  vertical-align: middle;
}
#SS_form {
  flex: 1; 

  -webkit-box-flex: 1;
  -ms-flex: 1;
}
#SS_form .SearchText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px; 
  width: 100%;
  max-width: 490px;
  min-width: 250px;
}
#SS_form .input-txt {
  width: 100%;
  padding: 0 12px;
  flex: 1;
  background: #fff;
  border: solid 1px #ccc;
  border-right: none;

  -webkit-appearance: none; 
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
#SS_form .btn-submit {
  width: 90px;
  background: #054596;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#SS_form .SearchCategory {
  margin: 6px -6px 0;
}
#SS_form .SearchCategory label {
  position: relative; 
  display: inline-block;
  margin: 6px;
  padding: 0 0 0 25px;
  font-size: 14px;
  vertical-align: middle;
}
#SS_form .SearchCategory label:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: solid 1px #000;
}
#SS_form .SearchCategory label.is-checked:before {
  background-color: #054596;
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_check.svg'); 
  border: solid 1px #054596;
}
#SS_form .SearchCategory label input[type='checkbox'] {
  display: none;
}
#SS_form h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0;
  font-size: 14px;
  font-weight: bold; 
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
#SS_form h2:before {
  content: none;
}
#SS_form h2:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-left: 10px;
  flex: 1;
  background: #e6e6e6; 

  -webkit-box-flex: 1;
  -ms-flex: 1;
}
#SS_form #SA_SearchRank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px -6px -6px; 
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}
#SS_form #SA_SearchRank li {
  margin: 6px;
}
#SS_form #SA_SearchRank li a {
  display: inline-block;
  padding: 5px 9px;
  background: #fff;
  border: solid 1px #054596;
  color: #054596;
  font-size: 14px;
  line-height: 1; 
  text-decoration: none;
  white-space: nowrap;
}
#Navigation {
  margin: 35px 0 25px;
}
#Navi_Result {
  font-size: 14px;
}
#Navi_Result b {
  font-weight: bold;
}
#QueryString b {
  font-size: 21px;
}
.result_col {
  border-bottom: solid 1px #e6e6e6; 
  border-top: solid 1px #e6e6e6;
}
.result_col + .result_col {
  border-top: none;
}
.result_col dl {
  margin: 0;
  padding: 15px 0;
}
.result_col dl:hover {
  background: #f8f8f8;
}
.result_col dl:hover dd {
  color: #000;
}
.result_col dl dt a {
  color: #054596;
  font-size: 16px;
  font-weight: bold; 
  text-decoration: underline;
}
.result_col dl dt a:hover {
  text-decoration: none;
}
.result_col dl dd {
  margin: 10px 0 0;
  color: #757575;
  font-size: 14px;
}
.result_col__category {
  display: block;
  margin: 10px 0 0;
}
.result_col__category a {
  color: inherit; 
  text-decoration: underline;
}
.result_col__category a:hover {
  text-decoration: none;
}
.result_col__category a + a:before {
  content: ',';
  padding: 0 4px;
}
.SA_Search_Highlight {
  background: #ffe100;
}
.sideNav h2 {
  position: relative; 
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.sideNav__bnr-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 0 0 62px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  line-height: 1.5; 
  text-decoration: none;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.sideNav__bnr-item--bnr1 a {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_text.svg');
  background-position: 20px 50%;
  background-size: 23px 30px;
}
.sideNav__bnr-item--bnr2 a {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_book.svg');
  background-position: 16px 50%;
  background-size: 30px 23px;
}
.sideNav__bnr-item--bnr3 a {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_qa.svg');
  background-position: 16px 50%;
  background-size: 30px 29px;
}
.SA_CategoryList .SA_CategoryList {
  display: none;
  margin: 0;
}
.SA_CategoryItem {
  position: relative; 
  margin: 10px 0 0;
  padding: 0 0 0 15px;
}
.SA_CategoryItem:before {
  position: absolute;
  left: 0; 
  top: 5px;
  content: '';
  display: block;
  height: 8px;
  width: 6px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.SA_CategoryItem a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5; 
  text-decoration: none;
}
.SA_CategoryItem a:hover {
  text-decoration: underline;
}
.SA_CategoryItem.active > a {
  font-weight: bold;
}
.SA_CategoryItem.js-accordion {
  padding-left: 22px;
}
.SA_CategoryItem.js-accordion > .icon {
  cursor: pointer;
  position: absolute;
  left: 0; 
  top: 3px;
  display: block;
  height: 14px;
  width: 14px;
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_off.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.SA_CategoryItem.js-accordion.is-open > .icon {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/ico_on.svg');
}
#hotcontent {
  margin: 40px 0 0;
}
.hot-item {
  padding: 16px 14px;
  border-bottom: solid 1px #e6e6e6;
}
.hot-item:first-child {
  border-top: solid 1px #e6e6e6;
}
.hot-item a {
  position: relative; 
  font-size: 14px;
  text-decoration: none;
}
.hot-item a:before {
  pointer-events: none; 
  position: absolute;
  left: -14px;
  top: 2px;
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.hot-item a:hover {
  text-decoration: underline;
}
#important_list {
  margin: 40px 0 0;
}
.important_item {
  padding: 16px 14px;
  border-bottom: solid 1px #e6e6e6;
}
.important_item:first-child {
  border-top: solid 1px #e6e6e6;
}
.important_item a {
  position: relative; 
  font-size: 14px;
  text-decoration: none;
}
.important_item a:before {
  pointer-events: none; 
  position: absolute;
  left: -14px;
  top: 2px;
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.important_item a:hover {
  text-decoration: underline;
}
#faq h2:first-child {
  margin-top: 0;
}
.faq-item {
  padding: 16px 14px;
  border-bottom: solid 1px #e6e6e6;
}
.faq-item:first-child {
  border-top: solid 1px #e6e6e6;
}
.faq-item a {
  position: relative; 
  font-size: 14px;
  text-decoration: none;
}
.faq-item a:before {
  pointer-events: none; 
  position: absolute;
  left: -14px;
  top: 2px;
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-item a:hover {
  text-decoration: underline;
}
#category {
  margin: 40px 0 0;
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5%; 
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}
.category__list .category__item {
  margin: 5px 5% 0;
}
.category__list .category__item a {
  font-weight: bold;
}
.category__list .category__list {
  display: block;
  margin: 0;
}
.category__list .category__list .category__item {
  position: relative; 
  width: 100%;
  margin: 5px 0 0;
}
.category__list .category__list .category__item:before {
  position: absolute;
  left: 0; 
  content: '';
  display: block;
  height: 8px;
  width: 6px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.category__list .category__list .category__item a {
  font-weight: normal;
}
.category__item a {
  font-size: 14px; 
  text-decoration: none;
}
.category__item a:hover {
  text-decoration: underline;
}
#answer h1 {
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 10px;
  font-size: 25px;
}
#answer h1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 4px;
  width: 200px;
  background-color: #ffe100;
}
#answer h2 {
  margin: 40px 0 0;
  font-size: 21px;
}
#answer h2:before {
  background-color: #ffe100;
  border: none;
}
#answer h3 {
  margin: 40px 0 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e6e6e6; 
  font-size: 18px;
}
#answer h4 {
  margin: 40px 0 0;
  font-size: 16px;
}
#answer h5 {
  margin: 40px 0 0;
  font-size: 14px;
}
#answer p {
  margin: 40px 0;
}
#answer strong {
  font-weight: bold;
}
#answer a {
  color: #054596;
}
#answer a:hover {
  text-decoration: none;
}
#answer ul li {
  position: relative;
  padding-left: 16px;
}
#answer ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 8px;
  width: 8px;
  margin-right: 8px;
  background-color: #000; 
  border-radius: 50%;
}
#answer ul li + li {
  margin-top: 1em;
}
#answer ol {
  padding-left: 1.2em;
}
#answer ol li + li {
  margin-top: 1em;
}
#answer table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}
#answer table th {
  padding: 12px 16px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6; 
  font-size: 14px;
}
#answer table td {
  padding: 12px 16px;
  border: 1px solid #e6e6e6; 
  font-size: 14px;
}
#feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  padding: 16px 20px;
  justify-content: center;
  background: #f2f2f2; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
#feedback span {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0;
}
#feedback span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 10px;
  justify-content: center;
  background: #044595;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  align-items: center;
  text-align: center;
  text-decoration: none; 

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
/**
 * FAQ Inquiry
 */
#SA_InquiryBox h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #3f3f3f;
  font-size: 0.8rem;
}
.inquiry_box {
  position: absolute;
  display: none;
  z-index: 100; 
  width: 80%;
  margin: 0;
  padding: 20px;
  background: #fff;
  border: 6px solid #054596;
  border-radius: 2px;
  line-height: 1.4;
  text-align: left;
}
.inquiry_box .SALabel {
  display: block;
  padding-bottom: 8px;
}
.inquiry_box input[type='text'] {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 2px; 
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.inquiry_box textarea {
  height: 160px;
  width: 100%;
  margin: 15px 0 0;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box; 

  -webkit-box-sizing: border-box;
}
p.inquiry_label {
  margin: 0;
  padding: 0 0 1em;
  font-size: 0.8rem;
  line-height: 1.6;
}
.inquiry_button {
  text-align: center;
}
.inquiry_button input, .inquiry_button a {
  display: inline-block;
  height: 40px;
  width: 6rem;
  border-radius: 2px;
  text-decoration: none;
}
.inquiry_button input {
  background: #054596;
  border: 1px solid #054596;
  color: #fff;

  -webkit-appearance: none;
}
.inquiry_button a {
  margin-left: 20px;
  background: #eee;
  border: 1px solid #ccc;
  line-height: 38px;
}
span.error, span.limit {
  color: #f00;
}
.inquiry_box span#SALabel_message {
  display: none;
}
iframe[name='hideFrame'] {
  display: none;
}
#related {
  margin: 30px 0 0;
  background: #f2f2f2;
}
#related h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 18px;
  font-weight: bold; 
  align-items: center;
  white-space: nowrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
#related h3:after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  margin-left: 20px;
  background: #d9d9d9;
}
#related .related_item {
  margin: 20px 0 0;
}
#related .related_item li + li {
  margin-top: 10px;
}
#related .related_item li a {
  position: relative; 
  display: inline-block;
  padding-left: 14px;
  font-size: 14px;
  text-decoration: none;
}
#related .related_item li a:before {
  position: absolute;
  left: 0; 
  top: 5px;
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
#related .related_item li a:hover {
  text-decoration: underline;
}
.pagination {
  margin: 25px 0 0;
}
.page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px; 
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}
.page_list li a, .page_list li span {
  display: inline-block;
  margin: 6px;
  padding: 8px 11px;
  background: #054596;
  border: solid 1px #054596;
  color: #fff;
  font-size: 14px;
  line-height: 1; 
  text-decoration: none;
}
.page_list li.active span {
  background: #fff;
  border: solid 1px #000;
  color: #000;
}
.page_list li.prev a, .page_list li.next a {
  position: relative;
}
.page_list li.prev a:before, .page_list li.next a:before {
  position: absolute;
  top: 50%; 
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  background: url('https://www.cemedine.co.jp/qa/faqimg/ico_arrow_white.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.page_list li.prev a {
  padding-left: 23px;
}
.page_list li.prev a:before {
  left: 10px;
  transform: translateY(-50%) rotate(180deg); 

  -webkit-transform: translateY(-50%) rotate(180deg);
}
.page_list li.next a {
  padding-right: 23px;
}
.page_list li.next a:before {
  right: 10px;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}
.detail-content__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  font-size: 14px;
}
.detail-content__number {
  margin: 0;
}
.detail-content__date {
  margin: 0 0 0 1em;
}
.detail-question {
  margin: 25px 0 0;
}
.detail-question h2.detail-question__title {
  position: relative; 
  margin: 0;
  padding: 4px 0 4px 56px;
  font-size: 25px;
  line-height: 1.5;
}
.detail-question h2.detail-question__title:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: 'Q';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 44px;
  justify-content: center;
  background: #ffe100;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.detail-answer {
  margin: 25px 0 0;
}
.detail-answer h2.detail-answer__title {
  position: relative; 
  margin: 0;
  padding: 4px 0 4px 56px;
  font-size: 25px;
  line-height: 1.5;
}
.detail-answer h2.detail-answer__title:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: 'A';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 44px;
  justify-content: center;
  background: #054596 !important;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.detail-category {
  margin: 15px 0 0;
}
.detail-category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #999;
  font-size: 14px;
  font-weight: bold; 
  align-items: center;
  white-space: nowrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.detail-category__title:after {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  margin-left: 20px;
  background: #e6e6e6;
}
.detail-category__item {
  font-size: 0;
}
.detail-category__item a {
  position: relative; 
  display: inline-block;
  margin: 3px 0;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.detail-category__item a:after {
  position: absolute;
  bottom: 2px; 
  right: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: #999;
}
.detail-category__item a + a:before {
  content: '>';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 21px;
  width: 16px;
  justify-content: center;
  color: #999;
  font-size: 14px; 
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.detail-category__item a + a:after {
  width: calc(100% - 16px);
}
.detail-category__item a:hover:after {
  content: none;
}
.color-blue .c-page-title i {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/img_page_title_industry.jpg') !important;
}
.color-blue .c-contents h2:before {
  background-color: #06afa9;
}
.color-blue .SA_Icon {
  background: #67e8e4;
}
.color-blue #answer h1:before {
  background-color: #06afa9;
}
.color-blue #answer h2:before {
  background-color: #06afa9;
}
.color-blue .SA_Search_Highlight {
  background: #67e8e4;
}
.color-green .c-page-title i {
  background-image: url('https://www.cemedine.co.jp/qa/faqimg/img_page_title_construction.jpg') !important;
}
.color-green .c-contents h2:before {
  background-color: #8faf06;
}
.color-green .SA_Icon {
  background: #c4e04f;
}
.color-green #answer h1:before {
  background-color: #8faf06;
}
.color-green #answer h2:before {
  background-color: #8faf06;
}
.color-green .SA_Search_Highlight {
  background: #c4e04f;
}
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
  .forPC {
    display: block;
  }
  #contentWrap main {
    flex: 1; 

    -webkit-box-flex: 1;
    -ms-flex: 1;
  }
  .sec-unit {
    padding: 40px;
  }
  .sec-unit h2 {
    width: 200px;
  }
  .c-page-title h1 {
    border-bottom: solid 4px #ffe100;
  }
  .c-contact__list {
    margin: 30px 0 15px;
  }
  .c-contact__item {
    margin: 0 15px;
  }
  #SS_form h2 {
    margin: 30px 0 0;
  }
  .sideNav {
    width: 250px;
    margin-left: 6.66667%;
  }
  .sideNav h2 {
    pointer-events: none; 
    padding: 25px 0;
  }
  .sideNav h2:before {
    position: absolute;
    bottom: 0; 
    left: 0;
    top: auto;
    content: '';
    display: block;
    height: 2px;
    width: 24px;
    background: #999;
    border: none;
  }
  .sideNav__bnr {
    margin: 40px 0 0;
  }
  .sideNav__bnr-item + .sideNav__bnr-item {
    margin-top: 16px;
  }
  .SA_CategoryList {
    margin: 14px 0 0;
  }
  .category__list .category__item {
    width: 23%;
    min-width: 160px;
  }
  .category__list .category__list {
    margin: 0 0 20px;
  }
  .category__list .category__list .category__item {
    padding-left: 14px;
  }
  .category__list .category__list .category__item:before {
    top: 6px;
  }
  .category__list .category__list .category__item a {
    font-size: 12px;
    line-height: 1.8;
  }
  #feedback span + span {
    margin-left: 20px;
  }
  #related {
    padding: 35px 40px;
  }
  .page_list li.prev {
    margin-right: 18px;
  }
  .page_list li.next {
    margin-left: 18px;
  }
  .detail-category {
    padding: 0 0 0 56px;
  }
  .color-blue .c-page-title h1 {
    border-color: #06afa9;
  }
  .color-green .c-page-title h1 {
    border-color: #8faf06;
  }
}
@media screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
  .sec-unit {
    padding: 20px;
  }
  .sec-unit h2 {
    width: 100%;
  }
  .c-page-title .f-sw {
    border-bottom: solid 4px #ffe100;
  }
  .c-gnav__list #gnav_5 i {
    background-size: 26px 25px;
  }
  .c-contact__list {
    margin: 25px 0 15px; 
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }
  .c-contact__item {
    margin: 5px 0;
  }
  #SS_form h2 {
    margin: 10px 0 0;
  }
  .category__list .category__item {
    width: 100%;
  }
  .category__list .category__list {
    margin: 10px 0 20px;
  }
  .category__list .category__list .category__item {
    padding: 3px 0 3px 14px;
  }
  .category__list .category__list .category__item:before {
    top: 8px;
  }
  .category__list .category__list .category__item a {
    font-size: 14px;
  }
  #feedback span + span {
    margin-left: 10px;
  }
  #related {
    padding: 20px;
  }
  .color-blue .c-page-title .f-sw {
    border-color: #06afa9;
  }
  .color-green .c-page-title .f-sw {
    border-color: #8faf06;
  }
}
@media screen and (max-width: 1023px) {
  #contentWrap {
    flex-direction: column; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }
  #contentWrap main {
    order: 2; 

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
  }
  .c-footer__copyright {
    padding-bottom: 65px;
  }
  .sideNav {
    position: relative; 
    width: 100%;
    min-height: 36px;
    margin: -20px 0 20px;
    order: 1;
    border: solid 1px #d9d9d9;
    transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s, border 0.2s;
    transition: box-shadow 0.2s, border 0.2s, -webkit-box-shadow 0.2s;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  }
  .sideNav.is-open {
    border: solid 1px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .sideNav.is-open h2:after {
    content: none;
  }
  .sideNav.is-open .sideNav__unit {
    display: block;
  }
  .sideNav h2 {
    pointer-events: auto; 
    padding: 7px 25px 7px 15px;
  }
  .sideNav h2:before, .sideNav h2:after {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 12px;
    top: 0;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    margin: auto 0; 
    background: #999;
  }
  .sideNav h2:after {
    transform: rotate(90deg); 

    -webkit-transform: rotate(90deg);
  }
  .sideNav__unit {
    display: none;
    padding: 0 15px 15px;
  }
  .sideNav__bnr {
    margin: 20px 0 0;
  }
  .sideNav__bnr-item + .sideNav__bnr-item {
    margin-top: 2px;
  }
  .SA_CategoryList {
    margin: 0;
  }
}
