@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

input, select {
  vertical-align: middle;
}

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  font-size: 12px; /* default font-size */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */
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 */
}

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+ */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* 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 {
  border-style: none;
  padding: 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 {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* 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 */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* ========================
 * ベースカラー
 *====================== */
/* ========================
 * 背景カラー
 *====================== */
/* ========================
 * テキストカラー
 *====================== */
/* ========================
 * リンクカラー
 *====================== */
/* ========================
 * ボーダーカラー
 *====================== */
/* ========================
 * 特別カラー
 *====================== */
/* ========================
 * フォントサイズ
 *====================== */
/* ========================
 * border-color
 *====================== */
@font-face {
  font-family: "iconfont";
  src: url("/static/pc/fonts/iconfont.woff") format("woff"), url("/static/pc/fonts/iconfont.ttf") format("truetype"), url("/static/pc/fonts/iconfont.svg#iconfont") format("svg");
}
.glyphs-icon_star-half:before, .glyphs-icon_star-full:before, .glyphs-icon_search:before, .freewordWrap__submit:before, .btnSearch--icon:before, .btnSearch--iconLarge:before, .btnSearch--iconMiddle:before, .btnSearch--iconSmall:before, .glyphs-icon_goto-top:before, .glyphs-icon_circlearrow-top:before, a.arrowTop:before, .glyphs-icon_circlearrow-right:before, a.arrowLeft:before, a.arrowRight:before, .glyphs-icon_circlearrow-down:before, a.arrowBottom:before, .glyphs-icon_arrow-right:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphs-icon_arrow-right:before {
  content: "\e001";
}

.glyphs-icon_circlearrow-down:before, a.arrowBottom:before {
  content: "\e002";
}

.glyphs-icon_circlearrow-right:before, a.arrowLeft:before, a.arrowRight:before {
  content: "\e003";
}

.glyphs-icon_circlearrow-top:before, a.arrowTop:before {
  content: "\e004";
}

.glyphs-icon_goto-top:before {
  content: "\e005";
}

.glyphs-icon_search:before, .freewordWrap__submit:before, .btnSearch--icon:before, .btnSearch--iconLarge:before, .btnSearch--iconMiddle:before, .btnSearch--iconSmall:before {
  content: "\e006";
}

.glyphs-icon_star-full:before {
  content: "\e007";
}

.glyphs-icon_star-half:before {
  content: "\e008";
}

@font-face {
  font-family: "iconfont";
  src: url("/static/pc/fonts/iconfont.woff") format("woff"), url("/static/pc/fonts/iconfont.ttf") format("truetype"), url("/static/pc/fonts/iconfont.svg#iconfont") format("svg");
}
.glyphs-icon_arrow-right:before, .glyphs-icon_circlearrow-down:before, a.arrowBottom:before, .glyphs-icon_circlearrow-right:before, a.arrowLeft:before, a.arrowRight:before, .glyphs-icon_circlearrow-top:before, a.arrowTop:before, .glyphs-icon_goto-top:before, .glyphs-icon_search:before, .freewordWrap__submit:before, .btnSearch--icon:before, .btnSearch--iconLarge:before, .btnSearch--iconMiddle:before, .btnSearch--iconSmall:before, .glyphs-icon_star-full:before, .glyphs-icon_star-half:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphs-icon_arrow-right:before {
  content: "\e001";
}

.glyphs-icon_circlearrow-down:before, a.arrowBottom:before {
  content: "\e002";
}

.glyphs-icon_circlearrow-right:before, a.arrowLeft:before, a.arrowRight:before {
  content: "\e003";
}

.glyphs-icon_circlearrow-top:before, a.arrowTop:before {
  content: "\e004";
}

.glyphs-icon_goto-top:before {
  content: "\e005";
}

.glyphs-icon_search:before, .freewordWrap__submit:before, .btnSearch--icon:before, .btnSearch--iconLarge:before, .btnSearch--iconMiddle:before, .btnSearch--iconSmall:before {
  content: "\e006";
}

.glyphs-icon_star-full:before {
  content: "\e007";
}

.glyphs-icon_star-half:before {
  content: "\e008";
}

body {
  min-width: 1080px;
  font-family: arial, "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: #333;
}

a {
  color: #003a6b;
  text-decoration: none;
  background-color: transparent;
}
a:visited {
  color: #2b006b;
  outline: 0;
}
a:hover {
  color: #003a6b;
  text-decoration: underline;
  outline: 0;
}
a:active {
  color: #003a6b;
  text-decoration: underline;
  outline: 0;
  opacity: 0.5;
}
a::before, a::after {
  text-decoration: none !important;
}
a.subLink {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
}
a.subLink:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
a.subLink:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
}
a.subLink:active {
  color: #333;
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}
a.iconLink {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
a.iconLink:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
a.iconLink:hover {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
a.iconLink:active {
  color: #ff9500;
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}
a.deleteLink {
  color: #666;
  text-decoration: underline;
}
a.deleteLink:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a.question::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: text-top;
  content: "";
  background: url("/static/pc/img/common/icon_question.svg") no-repeat;
  background-size: 14px 14px;
}
a.arrowRight {
  position: relative;
  padding-left: 18px;
}
a.arrowRight::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 15px;
  line-height: 1;
  color: #ff9500;
  content: "";
}
a.arrowLeft {
  position: relative;
  padding-left: 18px;
}
a.arrowLeft::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 15px;
  line-height: 1;
  color: #ff9500;
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
a.arrowTop {
  position: relative;
  padding-right: 18px;
}
a.arrowTop::before {
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 15px;
  line-height: 1;
  color: #ff9500;
  content: "";
}
a.arrowBottom {
  position: relative;
  padding-left: 18px;
}
a.arrowBottom::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 15px;
  line-height: 1;
  color: #ff9500;
  content: "";
}

.page {
  width: 100%;
  background-color: #fff;
}

button {
  letter-spacing: 0.3px;
}

.changeView {
  position: relative;
  z-index: 10;
  padding: 20px;
  background-color: #f5f4f0;
}
.changeView > a {
  display: block;
  height: 66px;
  font-size: 24px;
  font-weight: bold;
  line-height: 66px;
  color: #333;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
  border: 1px solid #dedcd7;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.changeView > a > img {
  vertical-align: text-top;
}

body > img[src*="m.one.impact-ad.jp"], body > img[src*=advertising], body > img[src*=yieldmanager], body > img[src*="tr.dr-cv.com"], body > img[src*=googleads], body > iframe[src*=googleads] {
  position: absolute;
  top: -1px;
}
body > span[name=tags_area] > img[src*="secure.ace-tag.advertising.com"], body > span[name=tags_area] > iframe[src*=googleads] {
  position: absolute;
  top: -1px;
}

/* ===========================
 * main layout 705 : 245
 *========================= */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* ===========================
   * layout type1 600 : 350
   *========================= */
}
.column__main {
  width: 705px;
}
.column__sub {
  width: 245px;
}
.column--type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column--type1 .column__main {
  width: 600px;
}
.column--type1 .column__sub {
  width: 350px;
}

/* ===========================
 * main container
 *========================= */
.container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.container--belt {
  position: relative;
  width: 100%;
  padding: 70px 0;
  margin-bottom: 75px;
  overflow: hidden;
  background-color: #f5f4f0;
}
.container--belt .container__box {
  width: 980px;
  margin: 0 auto;
}

/* ===========================
 * 見出し
 *========================= */
.tagline {
  position: absolute;
  top: 93px;
  left: 50%;
  width: 1024px;
  padding-right: 106px;
  margin-left: -512px;
  font-size: 10px;
  font-weight: normal;
  color: #666;
  text-align: right;
}

.subText {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

.title1 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.title1 span {
  padding-left: 25px;
  font-size: 12px;
  font-weight: normal;
}

.title3 {
  position: relative;
  padding-left: 34px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: text-bottom;
}
.title3::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: inherit;
  content: "";
  background: url("/static/pc/img/common/icon_meter.svg") no-repeat;
  background-size: 30px 28px;
}
.title3 span {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.title4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.title5, .title5--thumb {
  position: relative;
  padding-left: 17px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.title5::before, .title5--thumb::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: inherit;
  content: "";
  background: url("/static/pc/img/common/icon_circle.svg") no-repeat;
}

.title5--thumb {
  margin-bottom: 22px;
}

.title6 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.title7 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

/* ===========================
 * その他
 *========================= */
.errorMessage,
.errorMessage--title {
  display: block;
  color: #fa220a;
}
.errorMessage--title,
.errorMessage--title--title {
  margin-bottom: 10px;
}

@font-face {
  font-family: "iconfont";
  src: url("/static/pc/fonts/iconfont.woff") format("woff"), url("/static/pc/fonts/iconfont.ttf") format("truetype"), url("/static/pc/fonts/iconfont.svg#iconfont") format("svg");
}
.glyphs-icon_arrow-right:before, .glyphs-icon_circlearrow-down:before, .glyphs-icon_circlearrow-right:before, .glyphs-icon_circlearrow-top:before, .glyphs-icon_goto-top:before, .glyphs-icon_search:before, .freewordWrap__submit:before, .btnSearch--icon:before, .btnSearch--iconLarge:before, .btnSearch--iconMiddle:before, .btnSearch--iconSmall:before, .glyphs-icon_star-full:before, .glyphs-icon_star-half:before, a.arrowRight:before, a.arrowLeft:before, a.arrowTop:before, a.arrowBottom:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphs-icon_arrow-right:before {
  content: "\e001";
}

.glyphs-icon_circlearrow-down:before, a.arrowBottom:before {
  content: "\e002";
}

.glyphs-icon_circlearrow-right:before, a.arrowRight:before, a.arrowLeft:before {
  content: "\e003";
}

.glyphs-icon_circlearrow-top:before, a.arrowTop:before {
  content: "\e004";
}

.glyphs-icon_goto-top:before {
  content: "\e005";
}

.glyphs-icon_search:before, .freewordWrap__submit:before, .btnSearch--icon:before, .btnSearch--iconLarge:before, .btnSearch--iconMiddle:before, .btnSearch--iconSmall:before {
  content: "\e006";
}

.glyphs-icon_star-full:before {
  content: "\e007";
}

.glyphs-icon_star-half:before {
  content: "\e008";
}

/* ===========================
 * アクションボタン
 *========================= */
.btnAct, .btnAct--inquirySmall, .btnAct--inquiry {
  width: 276px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff551a), to(#f34a10));
  background-image: -webkit-linear-gradient(top, #ff551a 85%, #f34a10 100%);
  background-image: linear-gradient(to bottom, #ff551a 85%, #f34a10 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnAct:hover, .btnAct--inquirySmall:hover, .btnAct--inquiry:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e54b17), to(#d2400f));
  background-image: -webkit-linear-gradient(top, #e54b17 85%, #d2400f 100%);
  background-image: linear-gradient(to bottom, #e54b17 85%, #d2400f 100%);
}
.btnAct:focus, .btnAct--inquirySmall:focus, .btnAct--inquiry:focus {
  outline: none;
}
.btnAct.is-disabled, .is-disabled.btnAct--inquirySmall, .is-disabled.btnAct--inquiry {
  color: #ccc;
  cursor: default;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f9f9f9 100%);
  border: 1px solid #dedcd7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btnAct--inquiry {
  position: relative;
  width: auto;
  padding: 18px 15px 18px 44px;
  font-size: 20px;
}
.btnAct--inquiry:hover span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
.btnAct--inquiry span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 56px;
  padding: 13px 9px;
  font-size: 14px;
  line-height: 1.2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(rgb(243, 142, 0)));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, rgb(243, 142, 0) 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, rgb(243, 142, 0) 100%);
  border-radius: 6px 0 0 6px;
}

.btnAct--inquirySmall {
  position: relative;
  width: auto;
  padding: 17px 15px 17px 44px;
  font-size: 16px;
}
.btnAct--inquirySmall:hover span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
.btnAct--inquirySmall span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 50px;
  padding: 9px;
  font-size: 12px;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(rgb(243, 142, 0)));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, rgb(243, 142, 0) 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, rgb(243, 142, 0) 100%);
  border-radius: 6px 0 0 6px;
}

.btnAct--scrollLock {
  position: relative;
  width: auto;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff551a), to(#f34a10));
  background-image: -webkit-linear-gradient(top, #ff551a 85%, #f34a10 100%);
  background-image: linear-gradient(to bottom, #ff551a 85%, #f34a10 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnAct--scrollLock:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e54b17), to(#d2400f));
  background-image: -webkit-linear-gradient(top, #e54b17 85%, #d2400f 100%);
  background-image: linear-gradient(to bottom, #e54b17 85%, #d2400f 100%);
}

/* ===========================
 * 機能ボタン 検索
 *========================= */
.btnSearch, .btnSearch--icon, .btnSearch--iconLarge, .btnSearch--iconMiddle, .btnSearch--iconSmall {
  padding: 10px 44px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(rgb(243, 142, 0)));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, rgb(243, 142, 0) 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, rgb(243, 142, 0) 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnSearch:hover, .btnSearch--icon:hover, .btnSearch--iconLarge:hover, .btnSearch--iconMiddle:hover, .btnSearch--iconSmall:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
.btnSearch:focus, .btnSearch--icon:focus, .btnSearch--iconLarge:focus, .btnSearch--iconMiddle:focus, .btnSearch--iconSmall:focus {
  outline: none;
}
.btnSearch.is-disabled, .is-disabled.btnSearch--icon, .is-disabled.btnSearch--iconLarge, .is-disabled.btnSearch--iconMiddle, .is-disabled.btnSearch--iconSmall {
  cursor: default;
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btnSearch:disabled, .btnSearch--icon:disabled, .btnSearch--iconLarge:disabled, .btnSearch--iconMiddle:disabled, .btnSearch--iconSmall:disabled {
  cursor: default;
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btnSearch--icon::before, .btnSearch--iconLarge::before, .btnSearch--iconMiddle::before, .btnSearch--iconSmall::before {
  margin-right: 12px;
  font-size: 16px;
  font-weight: bold;
}

.btnSearch--iconSmall {
  padding: 5px 12px;
  font-size: 14px;
  vertical-align: sub;
}
.btnSearch--iconSmall span {
  font-size: 10px;
}
.btnSearch--iconSmall::before {
  margin-right: 5px;
}

.btnSearch--iconMiddle {
  padding: 5px 30px 6px;
  font-size: 14px;
}
.btnSearch--iconMiddle span {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

.btnSearch--iconLarge {
  padding: 18px 30px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: text-top;
}
.btnSearch--iconLarge::before {
  font-size: 18px;
}
.btnSearch--iconLarge span {
  font-family: Arial, sans-serif;
  font-size: 22px;
}
.btnSearch--iconLarge .smallText {
  font-family: inherit;
  font-size: 12px;
}

/* ===========================
 * 機能ボタン 白抜き
 *========================= */
.btnFunc, .btnFunc--add, .btnFunc--deleteSmall, .btnFunc--delete, .btnFunc--favoriteLarge, .btnFunc--favorite, .btnFunc--overSize, .btnFunc--middle, .btnFunc--middleSearch, .btnFunc--smallLong, .btnFunc--small {
  padding: 9px 12px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
  border: 1px solid #dedcd7;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.btnFunc:hover, .btnFunc--add:hover, .btnFunc--deleteSmall:hover, .btnFunc--delete:hover, .btnFunc--favoriteLarge:hover, .btnFunc--favorite:hover, .btnFunc--overSize:hover, .btnFunc--middle:hover, .btnFunc--middleSearch:hover, .btnFunc--smallLong:hover, .btnFunc--small:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #f9f8f6), to(#eee));
  background-image: -webkit-linear-gradient(top, #f9f8f6 85%, #eee 100%);
  background-image: linear-gradient(to bottom, #f9f8f6 85%, #eee 100%);
}
.btnFunc:focus, .btnFunc--add:focus, .btnFunc--deleteSmall:focus, .btnFunc--delete:focus, .btnFunc--favoriteLarge:focus, .btnFunc--favorite:focus, .btnFunc--overSize:focus, .btnFunc--middle:focus, .btnFunc--middleSearch:focus, .btnFunc--smallLong:focus, .btnFunc--small:focus {
  outline: none;
}

.btnFunc--smallLong {
  padding: 9px 45px;
}

.btnFunc--middle, .btnFunc--middleSearch {
  padding: 15px 50px;
  font-size: 14px;
  border-radius: 6px;
}

.btnFunc--middleSearch .btnFunc__select {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  display: inline-block;
  max-width: 580px;
  padding-right: 5px;
}
.btnFunc--middleSearch .btnFunc__search {
  font-size: 12px;
  font-weight: normal;
}

.btnFunc--overSize {
  font-size: 14px;
  line-height: 1.3;
  border-radius: 6px;
}

.btnFunc--favoriteAdded {
  padding: 20px 3px;
  line-height: 1;
}

.btnFunc--favoriteAddedScrollLock {
  display: inline-block;
  padding: 20px 3px;
  line-height: 1;
}

.btnFunc--favorite::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  vertical-align: text-top;
  content: "";
  background: url("/static/pc/img/common/icon_favorite.svg") no-repeat;
  background-size: 13px 13px;
}

.btnFunc--favoriteLarge {
  padding: 17px 10px 18px;
  border-radius: 6px;
}
.btnFunc--favoriteLarge::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  vertical-align: text-top;
  content: "";
  background: url("/static/pc/img/common/icon_favorite.svg") no-repeat;
  background-size: 13px 13px;
}

.btnFunc--delete {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  position: relative;
  width: 215px;
  padding-right: 55px;
  text-align: left;
}
.btnFunc--delete::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  vertical-align: inherit;
  content: "";
  background: url("/static/pc/img/common/icon_close.svg") no-repeat;
}

.btnFunc--deleteSmall {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  position: relative;
  min-width: 75px;
  padding: 5px 30px 5px 7px;
  font-size: 10px;
  text-align: left;
}
.btnFunc--deleteSmall::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  vertical-align: inherit;
  content: "";
  background: url("/static/pc/img/common/icon_close.svg") no-repeat;
}

.btnFunc--add {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  position: relative;
  padding: 16px 35px 16px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  border-radius: 6px;
}
.btnFunc--add::before {
  position: absolute;
  top: 17px;
  right: 20px;
  display: inline-block;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #ff6010;
}
.btnFunc--add::after {
  position: absolute;
  top: 22px;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #ff6010;
}
.btnFunc--add.is-off {
  color: #ccc;
  cursor: default;
}
.btnFunc--add.is-off:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
}
.btnFunc--add.is-off::before, .btnFunc--add.is-off::after {
  background-color: #ccc;
}

/* ===========================
 * 機能ボタン クリア
 *========================= */
.btnClear {
  padding: 14px 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #807d79), to(#6d6c6b));
  background-image: -webkit-linear-gradient(top, #807d79 85%, #6d6c6b 100%);
  background-image: linear-gradient(to bottom, #807d79 85%, #6d6c6b 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btnClear:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #666461), to(#4e4a4a));
  background-image: -webkit-linear-gradient(top, #666461 85%, #4e4a4a 100%);
  background-image: linear-gradient(to bottom, #666461 85%, #4e4a4a 100%);
}
.btnClear:focus {
  outline: none;
}

/* ===========================
 * label
 *========================= */
.labelIcon {
  display: inline-block;
}
.labelIcon--weak {
  padding: 0 7px;
  font-size: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #d6d4d0;
  border-radius: 2px;
}
.labelIcon--point {
  padding: 0 10px;
  margin-bottom: 7px;
  margin-left: 5px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #ff9500;
  border-radius: 2px;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.labelIcon--point > span {
  display: inline-block;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.labelIcon--ppc, .labelIcon--ppcSmall {
  padding: 6px 10px;
  line-height: 1;
  color: #fff;
  background-color: #ff9500;
  border-radius: 3px;
}
.labelIcon--ppcSmall {
  padding: 4px 7px;
  border-radius: 2px;
}
.labelIcon--evaluation {
  position: relative;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 1;
  background-color: #f5f4f0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.labelIcon--evaluation::before, .labelIcon--evaluation::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  border: solid;
  border-width: 4px 0 4px 5px;
}
.labelIcon--evaluation::before {
  right: -5px;
  margin-top: -5px;
  border-color: transparent transparent transparent #e5e5e5;
}
.labelIcon--evaluation::after {
  right: -3px;
  margin-top: -5px;
  border-color: transparent transparent transparent #f5f4f0;
}
.labelIcon--approve {
  padding: 1px 7px;
  font-size: 10px;
  line-height: 1;
  color: #ff9500;
  background-color: #fff;
  border: 1px solid #ff9500;
  border-radius: 2px;
}
.labelIcon--approveWarranty {
  position: relative;
  display: inline-block;
  padding: 2px 5px 2px;
  font-size: 10px;
  color: #fff;
  background-color: #ff6010;
  border-radius: 2px;
}
.labelIcon--casetSubLabel {
  padding: 1px 7px;
  font-size: 10px;
  line-height: 1;
  color: #807d73;
  background-color: #fff;
  border: 1px solid #807d73;
  border-radius: 2px;
}
.labelIcon--new {
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #ff9500;
  border-radius: 2px;
}
.labelIcon--priceChange {
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #ff9500;
  border-radius: 2px;
}

/* ===========================
 * icon
 *========================= */
.icon--question::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: text-top;
  content: "";
  background: url("/static/pc/img/common/icon_question.svg") no-repeat;
  background-size: 14px 14px;
}
.icon--close::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: text-top;
  content: "";
  background: url("/static/pc/img/common/icon_close.svg") no-repeat;
  background-size: 14px 14px;
}

/* ===========================
 * area table
 *========================= */
.areaTable {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e3e1dc;
}
.areaTable .row2 th input[type=checkbox] + .label--checkbox {
  padding: 37px 0 37px 57px;
}
.areaTable tr {
  border-top: 1px solid #e3e1dc;
}
.areaTable th {
  width: 169px;
  font-weight: bold;
  background-color: #f5f4f0;
}
.areaTable th > label a {
  display: inline-block;
  vertical-align: bottom;
}
.areaTable th input[type=checkbox] + .label--checkbox {
  width: 100%;
  height: auto;
  padding: 10px 57px;
  line-height: 1.5;
}
.areaTable th input[type=checkbox] + .label--checkbox::before {
  top: 50%;
  left: 30px;
  margin-top: -10px;
}
.areaTable th input[type=checkbox] + .label--checkbox::after {
  top: 50%;
  left: 27px;
  margin-top: -13px;
}
.areaTable th input[type=checkbox] + .label--checkbox:hover {
  background-color: #fff2e6;
}
.areaTable th input[type=checkbox]:checked + .label--checkbox {
  background-color: #fff2e6;
}
.areaTable th input[type=checkbox]:disabled + .label--checkbox:hover {
  background-color: inherit;
}
.areaTable th .areaNum {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.areaTable td {
  font-weight: bold;
}
.areaTable td .tdBox {
  width: 810px;
  height: 53px;
}
.areaTable td input[type=checkbox] + .label--checkbox {
  float: left;
  width: 162px;
  height: auto;
  padding: 17px 0 18px 35px;
  line-height: 1.5;
}
.areaTable td input[type=checkbox] + .label--checkbox::before {
  top: 50%;
  left: 8px;
  margin-top: -10px;
}
.areaTable td input[type=checkbox] + .label--checkbox::after {
  top: 50%;
  left: 5px;
  margin-top: -13px;
}
.areaTable td input[type=checkbox] + .label--checkbox:hover {
  background-color: #fff2e6;
}
.areaTable td input[type=checkbox]:checked + .label--checkbox {
  background-color: #fff2e6;
}
.areaTable td input[type=checkbox]:disabled + .label--checkbox:hover {
  background-color: inherit;
}
.areaTable td .areaNum {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  font-weight: normal;
}

/* ===========================
 * form table
 *========================= */
.formTable {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.formTable tr {
  border-bottom: 1px solid #fff;
}
.formTable__th, .formTable__th--required, .formTable__th--verify, .formTable__th--vaMiddle {
  width: 146px;
  padding: 9px 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
  vertical-align: top;
}
.formTable__th--required {
  padding: 13px 14px;
  vertical-align: top;
  background-color: #ffdbb9;
}
.formTable__th--required .labelRequired {
  position: absolute;
  top: inherit;
  left: 14px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #ff6010;
  border-radius: 2px;
}
.formTable__th--verify {
  padding: 13px 14px;
  background-color: #f5f4f0;
  border-bottom: 1px solid #fff;
}
.formTable__th--vaMiddle {
  vertical-align: middle;
}
.formTable__td {
  padding: 5px 5px 5px 15px;
  word-break: break-all;
}
.formTable__td .formDetailCheckbox {
  margin-top: 11px;
  margin-bottom: 10px;
}
.formTable__td .formDetailCheckbox > label {
  margin-right: 3px;
}
.formTable__td .formDetailCheckbox > label:last-child {
  margin-right: 0;
}
.formTable__td__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formTable__td__mail span {
  display: inline-block;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
}
.formTable__td__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.formTable__td__address input[type=text] {
  width: 144px;
  margin-left: 10px;
}
.formTable__td__address span {
  padding-left: 20px;
}
.formTable__td__postalCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formTable__td__postalCode span {
  display: block;
  padding-left: 20px;
}
.formTable__td__postalCode .noHyphen {
  padding: 0;
}
.formTable__td__phoneNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formTable__td__phoneNumber span {
  padding-left: 20px;
}
.formTable__td__mailMagazine > label:first-of-type {
  margin-bottom: 10px;
}
.formTable__td__mailMagazine p {
  margin-left: 12px;
}
.formTable__td .warning {
  display: inline-block;
  color: #fa220a;
}

/* ===========================
 * default table
 *========================= */
.defaultTable__table {
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  table-layout: fixed;
  border: 2px solid #ebe9e4;
  border-radius: 3px;
}
.defaultTable__table:last-child {
  margin-bottom: 0;
}
.defaultTable__text--small {
  font-size: 10px;
}
.defaultTable__head {
  width: 160px;
  padding: 15px 15px;
  vertical-align: top;
  background-color: #f9f8f6;
  border: solid #ebe9e4;
  border-width: 1px 0 1px 1px;
}
.defaultTable__head--inHead {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.defaultTable__head--inHead:first-child {
  width: 160px;
}
.defaultTable__description {
  padding: 15px 20px;
  font-weight: bold;
  border: solid #ebe9e4;
  border-width: 1px 1px 1px 0;
}
.defaultTable__description--center {
  text-align: center;
}
.defaultTable__num {
  font-size: 20px;
}
.defaultTable__num--all {
  font-size: 40px;
}
.defaultTable__num--decimal {
  font-size: 28px;
}
.defaultTable__formula {
  display: block;
  font-size: 10px;
}
.defaultTable__note {
  margin-bottom: 15px;
  font-size: 10px;
  color: #666;
}
.defaultTable__note > p {
  margin-bottom: 2px;
}
.defaultTable__note > p:last-of-type {
  margin-bottom: 0;
}
.defaultTable__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.defaultTable__link > p {
  margin-left: 15px;
}

.equipmentList__list {
  margin: -7px 0 0 -7px;
}
.equipmentList__list::after {
  display: table;
  clear: both;
  content: "";
}
.equipmentList__item {
  float: left;
  width: 171px;
  height: 32px;
  padding: 8px 15px 10px;
  margin: 0 0 7px 7px;
  font-weight: normal;
  line-height: 1;
  color: #b2b2b2;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.equipmentList__item--double {
  width: 349px;
}
.equipmentList__item--active {
  padding: 10px 15px;
  font-weight: bold;
  color: #ff6010;
  background-color: #faede1;
  border: none;
}

/* ===========================
 * パンくず
 *========================= */
.breadcrumb {
  padding-top: 10px;
  margin-bottom: 30px;
}
.breadcrumb__ul li {
  display: inline-block;
  font-size: 10px;
  color: #666;
}
.breadcrumb__ul li::after {
  margin: 0 3px;
  content: ">";
}
.breadcrumb__ul li:last-child::after {
  display: none;
}

/* ===========================
 * ページトップへ
 *========================= */
.toPageTop {
  margin-bottom: 20px;
  text-align: right;
}

/* ===========================
 * サイドボックス
 *========================= */
.sideBoxWrap, .sideBoxWrap--primary {
  position: relative;
  z-index: 10;
  width: 245px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #d6d4d0;
  border-radius: 2px;
}
.sideBoxWrap--primary {
  border-top: none;
}
.sideBoxWrap--primary::before, .sideBoxWrap--primary::after {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 4px;
  content: "";
}
.sideBoxWrap--primary::before {
  left: -1px;
  width: 25px;
  background-color: #ff9500;
  border-radius: 2px 0 0 0;
}
.sideBoxWrap--primary::after {
  right: -1px;
  width: 220px;
  background-color: #ff6010;
  border-radius: 0 2px 0 0;
}
.sideBoxWrap--primary .sideBoxWrap__title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d4d0;
}
.sideBoxWrap--primary .sideBoxWrap__title > .title5, .sideBoxWrap--primary .sideBoxWrap__title > .title5--thumb {
  margin-bottom: 0;
}
.sideBoxWrap__title {
  padding: 10px;
  margin-bottom: 10px;
  border-top: 3px solid #d6d4d0;
  border-bottom: 1px solid #d6d4d0;
}
.sideBoxWrap__title > .title5, .sideBoxWrap__title > .title5--thumb {
  margin-bottom: 0;
}
.sideBoxWrap__title--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1;
  border-top: 3px solid #d6d4d0;
  border-bottom: 1px solid #d6d4d0;
}
.sideBoxWrap__title--flex > .title5, .sideBoxWrap__title--flex > .title5--thumb {
  margin-bottom: 0;
}
.sideBoxWrap__contents {
  padding: 0 14px;
}
.sideBoxWrap__contents__item, .sideBoxWrap__contents__item--dotted {
  margin-bottom: 10px;
}
.sideBoxWrap__contents__item--dotted {
  padding-top: 13px;
  border-top: 1px dotted #dedcd7;
}

/* ===========================
 * カーセンサー認定の評価
 *========================= */
.evaluationWrap__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
.evaluationWrap__contents > div {
  margin-right: 7px;
}
.evaluationWrap__contents__point span {
  font-size: 18px;
  font-weight: bold;
  color: #ff6010;
}
.evaluationWrap__contents__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evaluationWrap__contents__star > i {
  font-size: 17px;
  color: #ff6010;
}
.evaluationWrap__contents__star > i.starOff {
  color: #d6d4d0;
}
.evaluationWrap__contents--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.evaluationWrap__contents--detail > p {
  margin-right: 10px;
  margin-bottom: 10px;
}
.evaluationWrap__contents--detail > p span {
  font-size: 14px;
  font-weight: bold;
}

.evaluationWrap--large .evaluationWrap__contents {
  margin-bottom: 22px;
}
.evaluationWrap--large .evaluationWrap__contents > div {
  margin-right: 0;
}
.evaluationWrap--large .evaluationWrap__contents .labelIcon--evaluation {
  padding: 4px 9px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
}
.evaluationWrap--large .evaluationWrap__contents__point {
  padding-right: 23px;
  margin-right: 23px;
  font-size: 14px;
  border-right: 1px solid #dedcd7;
}
.evaluationWrap--large .evaluationWrap__contents__point span {
  padding-right: 6px;
  font-size: 28px;
}
.evaluationWrap--large .evaluationWrap__contents__star {
  margin-right: 23px;
}
.evaluationWrap--large .evaluationWrap__contents__star span {
  font-size: 14px;
}

/* ===========================
 * カーセンサー認定の評価
 *========================= */
.evaluationWrap__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
.evaluationWrap__contents > div {
  margin-right: 7px;
}
.evaluationWrap__contents__point span {
  font-size: 18px;
  font-weight: bold;
  color: #ff6010;
}
.evaluationWrap__contents__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evaluationWrap__contents__star > i {
  width: 17px;
  height: 20px;
  font-size: 17px;
  color: #ff6010;
}
.evaluationWrap__contents__star > i.starOff {
  color: #d6d4d0;
}
.evaluationWrap__contents--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.evaluationWrap__contents--detail > p {
  margin-right: 10px;
  margin-bottom: 10px;
}
.evaluationWrap__contents--detail > p span {
  font-size: 14px;
  font-weight: bold;
}
.evaluationWrap__contents--separateDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.evaluationWrap__contents--separateDetail > p {
  padding-right: 10px;
  margin-right: 10px;
}
.evaluationWrap__contents--separateDetail > p span {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.evaluationWrap--large .evaluationWrap__contents {
  margin-bottom: 22px;
}
.evaluationWrap--large .evaluationWrap__contents > div {
  margin-right: 0;
}
.evaluationWrap--large .evaluationWrap__contents .labelIcon--evaluation {
  padding: 4px 9px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
}
.evaluationWrap--large .evaluationWrap__contents__point {
  padding-right: 23px;
  margin-right: 23px;
  font-size: 14px;
  border-right: 1px solid #dedcd7;
}
.evaluationWrap--large .evaluationWrap__contents__point span {
  padding-right: 6px;
  font-size: 28px;
}
.evaluationWrap--large .evaluationWrap__contents__star {
  margin-right: 23px;
}
.evaluationWrap--large .evaluationWrap__contents__star span {
  font-size: 14px;
}

/* ===========================
 * main tab
 *========================= */
.tabbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}
.tabbar > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 37px;
  margin-left: -1px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fff 85%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
  border: 1px solid #f0ede9;
  border-radius: 3px 3px 0 0;
}
.tabbar > p:first-of-type {
  margin-left: 0;
}
.tabbar > p.is-active {
  line-height: 34px;
  color: #ff6010;
  cursor: default;
  background: #fff;
  border-top: 3px solid #ff6010;
  border-bottom: 0;
}

.header,
.header--top,
.header--revotop {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 84px;
  padding-bottom: 3px;
  margin-bottom: 23px;
  background-color: #fff;
  border-bottom: solid 1px #f2f2f2;
  -webkit-box-shadow: 0 1px 1px 0 #d9d9d9;
          box-shadow: 0 1px 1px 0 #d9d9d9;
  /* ========================
   * トップページ
   *====================== */
  /* ========================
   * 革命トップページ
   *====================== */
  /* ========================
   * メニューバー
   *====================== */
  /* ===========================
   * 問合せフォーム
   *========================= */
  /* ===========================
   * サイトマップ
   *========================= */
}
.header__contents,
.header--top__contents,
.header--revotop__contents {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.header__contents .header__contents__logo,
.header--top__contents .header__contents__logo,
.header--revotop__contents .header__contents__logo {
  position: absolute;
  top: 50px;
}
.header--top,
.header--top--top,
.header--revotop--top {
  height: 36px;
  margin-bottom: 224px;
}
.header--top .header__contents,
.header--top--top .header__contents,
.header--revotop--top .header__contents {
  width: 1080px;
}
.header--top .header__contents__logo,
.header--top--top .header__contents__logo,
.header--revotop--top .header__contents__logo {
  top: 31px;
}
.header--revotop,
.header--top--revotop,
.header--revotop--revotop {
  height: 36px;
  margin-bottom: 0;
  background-color: #fff;
}
.header--revotop .header__contents__logo,
.header--top--revotop .header__contents__logo,
.header--revotop--revotop .header__contents__logo {
  top: 32px;
  left: 360px;
}
.header__subContents,
.header--top__subContents,
.header--revotop__subContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 980px;
  margin: 5px auto 10px;
}
.header__subContents__item,
.header--top__subContents__item,
.header--revotop__subContents__item {
  margin-right: 15px;
}
.header__subContents > .btnFunc--favorite,
.header--top__subContents > .btnFunc--favorite,
.header--revotop__subContents > .btnFunc--favorite {
  width: 130px;
}
.header .headerMenu__list,
.header--top .headerMenu__list,
.header--revotop .headerMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  margin: 0 auto;
}
.header .headerMenu__list .is-active a span,
.header .headerMenu__list a:hover span,
.header--top .headerMenu__list .is-active a span,
.header--top .headerMenu__list a:hover span,
.header--revotop .headerMenu__list .is-active a span,
.header--revotop .headerMenu__list a:hover span {
  color: #ff6010;
}
.header .headerMenu__list .is-active a span::before,
.header .headerMenu__list a:hover span::before,
.header--top .headerMenu__list .is-active a span::before,
.header--top .headerMenu__list a:hover span::before,
.header--revotop .headerMenu__list .is-active a span::before,
.header--revotop .headerMenu__list a:hover span::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-top: 4px solid #ff6010;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.header .headerMenu__list a,
.header--top .headerMenu__list a,
.header--revotop .headerMenu__list a {
  position: relative;
  display: block;
  color: #333;
}
.header .headerMenu__list a::after,
.header--top .headerMenu__list a::after,
.header--revotop .headerMenu__list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 6px;
  margin-top: -3px;
  content: "";
  background-color: #ede9e4;
}
.header .headerMenu__list a span,
.header--top .headerMenu__list a span,
.header--revotop .headerMenu__list a span {
  position: relative;
  display: inline-block;
  padding: 8px 4px;
}
.header .headerMenu__list li:first-child span,
.header--top .headerMenu__list li:first-child span,
.header--revotop .headerMenu__list li:first-child span {
  margin-left: 0;
}
.header .headerMenu__list li:last-child a::after,
.header--top .headerMenu__list li:last-child a::after,
.header--revotop .headerMenu__list li:last-child a::after {
  display: none;
}
.header .headerMenu__list li:last-child span,
.header--top .headerMenu__list li:last-child span,
.header--revotop .headerMenu__list li:last-child span {
  margin-right: 0;
}
.header .headerMenu__item,
.header--top .headerMenu__item,
.header--revotop .headerMenu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.header--small,
.header--top--small,
.header--revotop--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  height: 40px;
  margin: 0 auto 15px;
}
.header .sitemap,
.header--top .sitemap,
.header--revotop .sitemap {
  position: relative;
  z-index: 10;
}
.header .sitemap > p,
.header--top .sitemap > p,
.header--revotop .sitemap > p {
  position: absolute;
  right: 22px;
  bottom: -29px;
  font-size: 10px;
}

.footer {
  width: 100%;
  padding: 30px 0 20px;
  font-size: 10px;
  background-color: #f5f4f0;
}
.footer__logoArea {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 110px;
  background-color: #fff;
  border-bottom: 8px solid #e6e4dc;
}
.footer__logoArea__imgBox {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.footer__logoArea__imgBox > img {
  position: absolute;
  top: -3px;
  left: 0;
}
.footer .footerTitle {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.footer .footerPageLink {
  margin-bottom: 25px;
  font-size: 12px;
}
.footer .footerPageLink a {
  margin-right: 16px;
}
.footer .footerSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footerSearchList > section {
  width: 300px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.footer .footerSearchList > section:nth-of-type(3), .footer .footerSearchList > section:last-of-type {
  margin-right: 0;
}
.footer .footerSearchList > section.wide {
  width: 100%;
}
.footer .footerSearchList h2 {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.footer .footerSearchList h3 {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: normal;
}
.footer .footerSearchList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footerSearchList__list li {
  padding: 0 10px;
  line-height: 1;
  border-left: 1px solid #666;
}
.footer .footerSearchList__list li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer .footerSearchList__list li:last-child {
  padding-right: 0;
}
.footer .anotherSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.footer .anotherSearchList .anotherSearchList__item {
  width: 310px;
  margin-left: 25px;
}
.footer .anotherSearchList .anotherSearchList__item:first-of-type {
  margin-left: 0;
}
.footer .anotherSearchList .anotherSearchList__item__title {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.footer .anotherSearchList .anotherSearchList__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .anotherSearchList .anotherSearchList__item__list > li {
  padding-right: 7px;
  margin-right: 7px;
  margin-bottom: 10px;
  line-height: 1;
  border-right: 1px solid #666;
}
.footer .anotherSearchList .anotherSearchList__item__list > li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.footer .footerLinkList > li {
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1;
  border-right: 1px solid #666;
}
.footer .footerLinkList > li:last-child {
  border-right: none;
}
.footer__links {
  margin-bottom: 20px;
}
.footer__contents {
  width: 980px;
  margin: 0 auto;
}
.footer .relationSite {
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
.footer .relationSite__title {
  margin-bottom: 13px;
  font-size: 12px;
}
.footer .relationSite__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .relationSite__list li {
  padding: 0 10px;
  margin-bottom: 3px;
  line-height: 1;
  border-left: 1px solid #666;
}
.footer .relationSite__list li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer .relationSite__list li:last-child {
  padding-right: 0;
}
.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .copyright__logo a {
  text-decoration: underline;
  background-color: transparent;
}
.footer .copyright__logo a:link {
  color: #003a6b;
}
.footer .copyright__logo a:visited {
  color: #2b006b;
  outline: 0;
}
.footer .copyright__logo a:hover {
  color: #003a6b;
  text-decoration: underline;
  outline: 0;
}
.footer .copyright__logo a:active {
  color: #003a6b;
  text-decoration: underline;
  outline: 0;
  opacity: 0.5;
}
.footer .copyright__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.footer .copyright__list ul li {
  padding: 0 8px;
  line-height: 1;
  border-left: 1px solid #666;
}
.footer .copyright__list ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer .copyright__list ul li:last-child {
  padding-right: 0;
}

/* ===========================
 * colorboxスタイル上書き
 *========================= */
#colorbox #cboxClose {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 3px;
}
#colorbox #cboxClose::before, #colorbox #cboxClose::after {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 17px;
  height: 2px;
  margin-left: -9px;
  content: " ";
  background: #333;
}
#colorbox #cboxClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#colorbox #cboxClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ===========================
 * 小さいモーダル
 *========================= */
.smallModalWrap {
  position: relative;
  height: 0;
}

.smallModal {
  position: absolute;
  right: 0;
  bottom: 32px;
  z-index: 100;
  display: none;
  padding: 10px 10px 15px 15px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.2);
}
.smallModal.is-active {
  display: block;
}
.smallModal::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -9px;
  content: "";
  border-color: #e4e4e4 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 9.5px 0 9.5px;
}
.smallModal::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 13px 8.5px 0 8.5px;
}
.smallModal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
}
.smallModal__close .miniClose {
  padding: 0;
}
.smallModal__list {
  min-width: 150px;
  margin-bottom: 10px;
  overflow: hidden;
}
.smallModal__list > li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

/* ===========================
 * モーダル背景の半透明レイヤー
 *========================= */
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.modalOverlay.is-active {
  display: block;
}

/* ===========================
 * モーダル本体
 *========================= */
.modal {
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 101;
  display: none;
  width: 980px;
  margin-left: -490px;
  background-color: #fff;
  border-radius: 5px;
}
.modal.is-active {
  display: block;
}
.modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 3px;
}
.modal__close::before, .modal__close::after {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 17px;
  height: 2px;
  margin-left: -9px;
  content: " ";
  background: #333;
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__heading {
  margin-bottom: 30px;
}
.modal__contents {
  padding: 0 30px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__contents .modalContentsHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scrollWrap {
  width: 920px;
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollWrap > section {
  padding-bottom: 120px;
}
.scrollWrap > section.is-active {
  display: block;
}

.modalBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e3e1dc;
}
.modalBar__contents {
  width: 980px;
  height: 90px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}

.modalError {
  display: none;
  padding: 45px 0 50px;
  text-align: center;
}
.modalError__title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.modalError__text {
  font-size: 14px;
}

/* ===========================
 * suggest
 *========================= */
.suggestWrap {
  position: relative;
}

.suggest {
  position: absolute;
  top: 31px;
  z-index: 100;
  border: 1px solid #dedcd7;
}
.suggest div {
  padding: 5px;
  font-size: 12px;
  background-color: #fff;
  border-top: 1px solid #dedcd7;
}
.suggest div:hover {
  color: #ff6010;
  background-color: #fff2e6;
}
.suggest--address div {
  width: 282px;
}
.suggest--top {
  top: 32px;
  left: 5px;
}
.suggest--top div {
  width: 232px;
}
.suggest--toprevo div {
  width: 292px;
}

/* ===========================
 * radio
 *========================= */
input[type=radio] {
  display: none;
}
input[type=radio] + .label--radio {
  position: relative;
  display: inline-block;
  height: 20px;
  padding-right: 5px;
  padding-left: 27px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio] + .label--radio::before {
  position: absolute;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: rgb(255, 255, 255);
  border-color: rgb(217, 215, 210);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 6px -7px #dbdbdb inset;
          box-shadow: 0 6px 6px -7px #dbdbdb inset;
}
input[type=radio]:checked + .label--radio::before {
  border: 6px solid #ff9500;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=radio]:disabled + .label--radio::before {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=radio]:checked:disabled + .label--radio::after {
  position: absolute;
  top: 50%;
  left: 9px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background-color: #ccc;
  border-radius: 50%;
}

/* ===========================
 * text
 *========================= */
input[type=text] {
  width: 285px;
  height: 32px;
  padding-left: 10px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 220, 215);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 6px -7px #dbdbdb inset;
          box-shadow: 0 6px 6px -7px #dbdbdb inset;
}

.freewordWrap > input[type=text] {
  width: 100%;
  padding-right: 35px;
}
.freewordWrap__submit {
  position: absolute;
  top: 1px;
  right: 0;
  width: 34px;
  height: 32px;
  padding: 0;
  font-size: 20px;
  line-height: 1px;
  color: #666;
}

/* ===========================
 * textarea
 *========================= */
.textarea {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 220, 215);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 6px -7px #dbdbdb inset;
          box-shadow: 0 6px 6px -7px #dbdbdb inset;
}

/* ===========================
 * selectbox
 *========================= */
.select, .select--large, .select--small {
  width: 130px;
  height: 30px;
  padding-right: 15px;
  padding-left: 8px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 220, 215);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.select:disabled, .select--large:disabled, .select--small:disabled {
  color: #ccc;
}

.select--small {
  width: 100px;
}

.select--large {
  width: 255px;
}

.label--select {
  position: relative;
  display: inline-block;
}
.label--select::before {
  position: absolute;
  top: 8px;
  right: 7px;
  content: "";
  border-right: 3px solid transparent;
  border-bottom: 6px solid #666;
  border-left: 3px solid transparent;
}
.label--select::after {
  position: absolute;
  right: 7px;
  bottom: 8px;
  content: "";
  border-top: 6px solid #666;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

/* ===========================
 * checkbox
 *========================= */
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + .label--checkbox {
  position: relative;
  display: inline-block;
  height: 20px;
  padding-left: 27px;
  line-height: 20px;
  cursor: pointer;
}
input[type=checkbox] + .label--checkbox::before {
  position: absolute;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 220, 215);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 6px -7px #dbdbdb inset;
          box-shadow: 0 6px 6px -7px #dbdbdb inset;
}
input[type=checkbox]:checked + .label--checkbox::before {
  background-color: #ff9500;
  border: 1px solid #ff9500;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=checkbox]:checked + .label--checkbox::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDMwIDMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQoJLnN0MXtmaWxsOiNGRjYwMTA7fQoJLnN0MntmaWxsOiNGRkE2MDA7fQoJLnN0M3tmaWxsOiNENkQ0RDA7fQoJLnN0NHtmaWxsOiM2NjY2NjY7fQo8L3N0eWxlPgo8ZyBpZD0i44Os44Kk44Ok44O8XzIiPgoJPGc+CgkJCgkJCTxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTtvcGFjaXR5OjAuMTsiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyMyIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCb0FBQUFZQ0FZQUFBRGtndTNGQUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUEKR1hSRldIUlRiMlowZDJGeVpRQkJaRzlpWlNCSmJXRm5aVkpsWVdSNWNjbGxQQUFBQWhsSlJFRlVlTnJNbFd0UDAyQVlocnV0TUREagpxSGdJSGdrS0tFUmo0di8vQWNaRE5DcW9FVUVURk9OQW1MUWIzVjd2eDF3MVQ1cHRPTGNQTnJuU3B1L2hmZzczMjBiUjZLNFM5QndjCmhVRFo3UlZFaC92SWhFd2dGaE5pbkhkTnlCRDhmVldHRkxITlo4UmxzU2pteFJnaUl4RXlrYXFZRmRmRlBiaUtVQUpaWHNKNHlFeHUKaUExeFgxeGpjd3VnRGtuZXIvZ2ZHbThSVDVPSmlUd1NkOFdjK0M0K2kwbVMrT09CK0F3M2hzSTdLL1U1ZXJJbUhsS3lLNkl0VXRIZwpudm4xY1IrcmxweE5nK3VMUlg0VGdUVkViTzYrZUM4KzhKeDRtOGQ5ckdxTFc5Qm1iSmFHM3hHM3hTWG1mUld2eFhPeEpiNWg4VTR4Cm83ekJVK0lDTnJWM3grS0hhL0lpL1ZpblJ4YlVnZGdVVDhWTHNTdU94R214ZENYdU5hSmRZWk54blBORkhDSzBKQjR3WjQ1ZTJNYXYKeUdpWHdGbytHeTgwaGwxeko2MGlmSXhRblRsbTRXVnhrV2l0Wk8vRVc5eldWY1FMVlNqRE5KRmErUllZdXlWK1Vzb1o1clFKNEEzWgpmS1NFelc0aXVWQmdZVUxrZStJOE5sN0FBQ1ZIU2lZbThBd3hFejFobjlCTnFPTE9TOEQ3S1pGRkhMd2FWQm5QUlI2TEYyS0hrcDMyCkVpbCs2ekozNEJyVXVreEpxNVRrZ0o0OHdjcmJHS1hWcTJSRmUzZUlxTUc5NmM1UFJvOXFsSGJ6YjVyZlN5aHl2VXBabUpOeTBxZUkKZm92VFgrL1gvSDVDWHF6SnBoMnkrVVMvRWtUM3oycitJTC95TW1lbmlrakZ1VE10L3RpR0VmSWYyZnhERzF4Snc2RC9sMEhuaGVoLwp2bjRKTUFDbTc3alhBWmwwY1FBQUFBQkpSVTVFcmtKZ2dnPT0iIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgMy4xIDUuMSkiPgoJCTwvaW1hZ2U+CgkJPGc+CgkJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjMuOSw5LjggMjEuNyw4IDEzLjQsMTguNSA4LjgsMTQuOSA3LjEsMTcuMSAxMy44LDIyLjUgMTMuOCwyMi41IDEzLjgsMjIuNSAJCQkiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9IuODrOOCpOODpOODvF8zIj4KPC9nPgo8ZyBpZD0i44Os44Kk44Ok44O8XzQiPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
}
input[type=checkbox]:disabled + .label--checkbox {
  color: #ccc;
  cursor: default;
}
input[type=checkbox]:disabled + .label--checkbox::before {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=checkbox]:checked:disabled + .label--checkbox::before {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=checkbox]:checked:disabled + .label--checkbox::after {
  position: absolute;
  top: 5px;
  left: 7px;
  display: block;
  width: 12px;
  height: 6px;
  content: "";
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

.colorPicker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
.colorPicker__list > li {
  margin-right: 10px;
  border-radius: 3px;
}
.colorPicker__info {
  font-size: 10px;
  color: #666;
}

.btn_WH {
  background: #fff;
}
.btn_WH span {
  border: 1px solid #dedcd7;
}

.btn_BK {
  background: #2b2b2b;
}

.btn_SI {
  background: -webkit-linear-gradient(315deg, rgba(204, 204, 204, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(135deg, rgba(204, 204, 204, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
}

.btn_PL {
  background: -webkit-linear-gradient(315deg, #f3f4ef 0, #d8d9b6 100%);
  background: linear-gradient(135deg, #f3f4ef 0, #d8d9b6 100%);
}

.btn_BL {
  background: #2e83ff;
}

.btn_RD {
  background: #f00;
}

.btn_GL {
  background: #ccc;
}

.btn_BR {
  background: #9c7732;
}

.btn_PU {
  background: #961891;
}

.btn_GR {
  background: #3c3;
}

.btn_PK {
  background: #f96bb9;
}

.btn_YL {
  background: #fbe926;
}

.btn_GD {
  background: -webkit-linear-gradient(315deg, #fdee9c 0, #c1901d 100%);
  background: linear-gradient(135deg, #fdee9c 0, #c1901d 100%);
}

.btn_OR {
  background: #fd7600;
}

.btn_ZZ {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, red), color-stop(50%, red), color-stop(50%, #fbe926), to(#fbe926));
  background: -webkit-linear-gradient(left, red 0, red 50%, #fbe926 50%, #fbe926 100%);
  background: linear-gradient(to right, red 0, red 50%, #fbe926 50%, #fbe926 100%);
}
.btn_ZZ::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2e83ff), color-stop(50%, #2e83ff), color-stop(50%, #3c3), to(#3c3));
  background: -webkit-linear-gradient(left, #2e83ff 0, #2e83ff 50%, #3c3 50%, #3c3 100%);
  background: linear-gradient(to right, #2e83ff 0, #2e83ff 50%, #3c3 50%, #3c3 100%);
  border-radius: 0 0 3px 3px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + .label--color {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 3px;
}
input[type=checkbox] + .label--color > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
input[type=checkbox]:checked + .label--color {
  -webkit-box-shadow: 0 0 0 4px #ff9500;
          box-shadow: 0 0 0 4px #ff9500;
}
input[type=checkbox]:checked + .label--color > span {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}
input[type=checkbox]:disabled + .label--color {
  cursor: default;
  opacity: 0.1;
}

/* ===========================
 * メディアボックス
 *========================= */
.media, .media--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media__obj, .media--col .media__obj--col2,
.media--col .media__obj--col3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.media__obj img, .media--col .media__obj--col2 img,
.media--col .media__obj--col3 img {
  display: inline-block;
  overflow: hidden;
}
.media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.media__body__title {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}

.media--col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media--col .media__obj--col2 img,
.media--col .media__obj--col3 img {
  width: 100%;
}

.assessmentReview {
  margin-bottom: 56px;
}
.assessmentReview .title3 {
  margin-bottom: 24px;
}
.assessmentReview__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 48px;
  background: #f5f4f0;
  border: 2px solid #ebe9e4;
  border-radius: 6px;
}
.assessmentReview__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assessmentReview__catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.assessmentReview__catch:first-child {
  padding-bottom: 8px;
}
.assessmentReview__small {
  font-size: 16px;
}
.assessmentReview__emphasis {
  color: #ff6010;
}
.assessmentReview__text {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
}
.assessmentReview__button {
  width: 224px;
  height: 44px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9500), color-stop(77.51%, #ff9500), to(#f38e00));
  background-image: -webkit-linear-gradient(top, #ff9500 0%, #ff9500 77.51%, #f38e00 100%);
  background-image: linear-gradient(to bottom, #ff9500 0%, #ff9500 77.51%, #f38e00 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.assessmentReview__button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #e68600), to(#d77c00));
  background-image: -webkit-linear-gradient(top, #e68600 85%, #d77c00 100%);
  background-image: linear-gradient(to bottom, #e68600 85%, #d77c00 100%);
}
