@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 {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  font-size: 12px;
  /* default font-size */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  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_arrow-right:before, .glyphs-icon_circlearrow-down:before, a.arrowBottom:before, .glyphs-icon_circlearrow-right:before, a.arrowRight:before, a.arrowLeft:before, .glyphs-icon_circlearrow-top:before, a.arrowTop:before, .glyphs-icon_goto-top:before, .glyphs-icon_search:before, .btnSearch--icon:before, .btnSearch--iconSmall:before, .btnSearch--iconMiddle:before, .btnSearch--iconLarge:before, .freewordWrap__submit:before, .glyphs-icon_star-full:before, .glyphs-icon_star-half:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

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

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

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

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

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

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

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

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

@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.arrowRight:before, a.arrowLeft:before, .glyphs-icon_circlearrow-top:before, a.arrowTop:before, .glyphs-icon_goto-top:before, .glyphs-icon_search:before, .btnSearch--icon:before, .btnSearch--iconSmall:before, .btnSearch--iconMiddle:before, .btnSearch--iconLarge:before, .freewordWrap__submit:before, .glyphs-icon_star-full:before, .glyphs-icon_star-half:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
  text-decoration: none;
  color: #003a6b; }

a:visited {
  color: #2b006b;
  outline: 0; }

a:hover {
  color: #003a6b;
  text-decoration: underline;
  outline: 0; }

a:active {
  color: #003a6b;
  text-decoration: underline;
  opacity: 0.5;
  outline: 0; }

a::before, a::after {
  text-decoration: none !important; }

a.subLink {
  background-color: transparent;
  text-decoration: underline;
  color: #333; }

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;
  opacity: 0.5;
  outline: 0; }

a.iconLink {
  background-color: transparent;
  text-decoration: none;
  color: #333; }

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;
  opacity: 0.5;
  outline: 0; }

a.deleteLink {
  color: #666;
  text-decoration: underline; }

a.deleteLink:hover {
  color: #666;
  text-decoration: none;
  outline: 0; }

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

a.arrowRight {
  position: relative;
  padding-left: 18px; }

a.arrowRight::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 1;
  color: #ff9500;
  font-size: 15px; }

a.arrowLeft {
  position: relative;
  padding-left: 18px; }

a.arrowLeft::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 1;
  color: #ff9500;
  font-size: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

a.arrowTop {
  position: relative;
  padding-right: 18px; }

a.arrowTop::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 1;
  color: #ff9500;
  font-size: 15px; }

a.arrowBottom {
  position: relative;
  padding-left: 18px; }

a.arrowBottom::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 1;
  color: #ff9500;
  font-size: 15px; }

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

button {
  letter-spacing: 0.3px; }

.changeView {
  position: relative;
  padding: 20px;
  background-color: #f5f4f0;
  z-index: 10; }

.changeView > a {
  display: block;
  height: 66px;
  line-height: 66px;
  border: 1px solid #dedcd7;
  border-radius: 3px;
  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%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.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: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /*===========================
   * layout type1 600 : 350
   *=========================*/ }

.column__main {
  width: 705px; }

.column__sub {
  width: 245px; }

.column--type1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          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%;
  margin-bottom: 75px;
  padding: 70px 0;
  background-color: #f5f4f0;
  overflow: hidden; }

.container--belt .container__box {
  width: 980px;
  margin: 0 auto; }

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

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

.title1 {
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold; }

.title1 span {
  padding-left: 25px;
  font-size: 12px;
  font-weight: normal; }

.title3 {
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 34px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: text-bottom; }

.title3::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 28px;
  background-size: 30px 28px;
  background: url("/static/pc/img/common/icon_meter.svg") no-repeat;
  vertical-align: inherit; }

.title3 span {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal; }

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

.title5, .title5--thumb {
  position: relative;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 17px;
  font-size: 14px;
  font-weight: bold; }

.title5::before, .title5--thumb::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/static/pc/img/common/icon_circle.svg") no-repeat;
  vertical-align: inherit; }

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

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

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

/*===========================
 * その他
 *=========================*/
.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, a.arrowBottom:before, .glyphs-icon_circlearrow-right:before, a.arrowRight:before, a.arrowLeft:before, .glyphs-icon_circlearrow-top:before, a.arrowTop:before, .glyphs-icon_goto-top:before, .glyphs-icon_search:before, .btnSearch--icon:before, .btnSearch--iconSmall:before, .btnSearch--iconMiddle:before, .btnSearch--iconLarge:before, .freewordWrap__submit:before, .glyphs-icon_star-full:before, .glyphs-icon_star-half:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

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

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

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

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

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

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

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

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

/*===========================
 * アクションボタン
 *=========================*/
.btnAct, .btnAct--inquiry, .btnAct--inquirySmall {
  width: 276px;
  line-height: 1;
  padding: 15px 0;
  border-radius: 6px;
  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%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold; }

.btnAct:hover, .btnAct--inquiry:hover, .btnAct--inquirySmall: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--inquiry:focus, .btnAct--inquirySmall:focus {
  outline: none; }

.btnAct.is-disabled, .is-disabled.btnAct--inquiry, .is-disabled.btnAct--inquirySmall {
  border: 1px solid #dedcd7;
  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%);
  box-shadow: none;
  color: #ccc;
  cursor: default; }

.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;
  line-height: 1.2;
  padding: 13px 9px;
  border-radius: 6px 0 0 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(#f38e00));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, #f38e00 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, #f38e00 100%);
  font-size: 14px; }

.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;
  line-height: 1.4;
  padding: 9px;
  border-radius: 6px 0 0 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(#f38e00));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, #f38e00 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, #f38e00 100%);
  font-size: 12px; }

.btnAct--scrollLock {
  position: relative;
  width: auto;
  line-height: 1.2;
  padding: 9px 15px;
  border-radius: 3px;
  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%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: bold; }

.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--iconSmall, .btnSearch--iconMiddle, .btnSearch--iconLarge {
  padding: 10px 44px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(#f38e00));
  background-image: -webkit-linear-gradient(top, #ff9500 85%, #f38e00 100%);
  background-image: linear-gradient(to bottom, #ff9500 85%, #f38e00 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold; }

.btnSearch:hover, .btnSearch--icon:hover, .btnSearch--iconSmall:hover, .btnSearch--iconMiddle:hover, .btnSearch--iconLarge: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--iconSmall:focus, .btnSearch--iconMiddle:focus, .btnSearch--iconLarge:focus {
  outline: none; }

.btnSearch.is-disabled, .is-disabled.btnSearch--icon, .is-disabled.btnSearch--iconSmall, .is-disabled.btnSearch--iconMiddle, .is-disabled.btnSearch--iconLarge {
  background: #ddd;
  box-shadow: none;
  cursor: default; }

.btnSearch:disabled, .btnSearch--icon:disabled, .btnSearch--iconSmall:disabled, .btnSearch--iconMiddle:disabled, .btnSearch--iconLarge:disabled {
  background: #ddd;
  box-shadow: none;
  cursor: default; }

.btnSearch--icon::before, .btnSearch--iconSmall::before, .btnSearch--iconMiddle::before, .btnSearch--iconLarge::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;
  font-size: 22px; }

.btnSearch--iconLarge {
  line-height: 1;
  padding: 18px 30px;
  font-size: 18px;
  vertical-align: text-top;
  white-space: nowrap; }

.btnSearch--iconLarge::before {
  font-size: 18px; }

.btnSearch--iconLarge span {
  font-family: arial;
  font-size: 22px; }

.btnSearch--iconLarge .smallText {
  font-family: inherit;
  font-size: 12px; }

/*===========================
 * 機能ボタン 白抜き
 *=========================*/
.btnFunc, .btnFunc--small, .btnFunc--smallLong, .btnFunc--middle, .btnFunc--middleSearch, .btnFunc--overSize, .btnFunc--favorite, .btnFunc--favoriteLarge, .btnFunc--delete, .btnFunc--deleteSmall, .btnFunc--add {
  line-height: 1;
  padding: 9px 12px;
  border: 1px solid #dedcd7;
  border-radius: 3px;
  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%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  font-weight: bold;
  color: #666; }

.btnFunc:hover, .btnFunc--small:hover, .btnFunc--smallLong:hover, .btnFunc--middle:hover, .btnFunc--middleSearch:hover, .btnFunc--overSize:hover, .btnFunc--favorite:hover, .btnFunc--favoriteLarge:hover, .btnFunc--delete:hover, .btnFunc--deleteSmall:hover, .btnFunc--add:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #f9f8f6), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f9f8f6 85%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f9f8f6 85%, #eeeeee 100%); }

.btnFunc:focus, .btnFunc--small:focus, .btnFunc--smallLong:focus, .btnFunc--middle:focus, .btnFunc--middleSearch:focus, .btnFunc--overSize:focus, .btnFunc--favorite:focus, .btnFunc--favoriteLarge:focus, .btnFunc--delete:focus, .btnFunc--deleteSmall:focus, .btnFunc--add:focus {
  outline: none; }

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

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

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

.btnFunc--middleSearch .btnFunc__search {
  font-size: 12px;
  font-weight: normal; }

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

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

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

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

.btnFunc--favoriteLarge {
  padding: 17px 10px 18px;
  border-radius: 6px; }

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

.btnFunc--delete {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  position: relative;
  width: 215px;
  padding-right: 55px;
  text-align: left; }

.btnFunc--delete::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/static/pc/img/common/icon_close.svg") no-repeat;
  vertical-align: inherit; }

.btnFunc--deleteSmall {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  position: relative;
  min-width: 75px;
  padding: 5px 30px 5px 7px;
  font-size: 10px;
  text-align: left; }

.btnFunc--deleteSmall::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/static/pc/img/common/icon_close.svg") no-repeat;
  vertical-align: inherit; }

.btnFunc--add {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  position: relative;
  line-height: 1;
  padding: 16px 35px 16px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: left; }

.btnFunc--add::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #ff6010; }

.btnFunc--add::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 2px;
  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 {
  line-height: 1;
  padding: 14px 18px;
  border-radius: 6px;
  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%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold; }

.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;
  background-color: #fff;
  border: 1px solid #d6d4d0;
  border-radius: 2px;
  color: #333;
  font-size: 10px; }

.labelIcon--point {
  margin-left: 5px;
  margin-bottom: 7px;
  padding: 0px 10px;
  border-radius: 2px;
  background-color: #ff9500;
  color: #fff;
  font-size: 10px;
  text-align: center;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg); }

.labelIcon--point > span {
  display: inline-block;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg); }

.labelIcon--ppc, .labelIcon--ppcSmall {
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #ff9500;
  color: #fff; }

.labelIcon--ppcSmall {
  padding: 4px 7px;
  border-radius: 2px; }

.labelIcon--evaluation {
  position: relative;
  line-height: 1;
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: #f5f4f0;
  font-size: 10px; }

.labelIcon--evaluation::before, .labelIcon--evaluation::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  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 {
  line-height: 1;
  padding: 1px 7px;
  background-color: #fff;
  border: 1px solid #ff9500;
  border-radius: 2px;
  color: #ff9500;
  font-size: 10px; }

.labelIcon--approveWarranty {
  position: relative;
  display: inline-block;
  padding: 2px 5px 2px;
  border-radius: 2px;
  background-color: #ff6010;
  color: #fff;
  font-size: 10px; }

.labelIcon--casetSubLabel {
  line-height: 1;
  padding: 1px 7px;
  background-color: #fff;
  border: 1px solid #807d73;
  border-radius: 2px;
  color: #807d73;
  font-size: 10px; }

.labelIcon--new {
  line-height: 1;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #ff9500;
  color: #fff;
  font-size: 10px; }

.labelIcon--priceChange {
  line-height: 1;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #ff9500;
  color: #fff;
  font-size: 10px; }

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

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

/*===========================
 * area table
 *=========================*/
.areaTable {
  position: relative;
  width: 100%;
  border: 1px solid #e3e1dc;
  background-color: #fff; }

.areaTable .row2 th input[type=checkbox] + .label--checkbox {
  padding: 37px 0px 37px 57px; }

.areaTable tr {
  border-top: 1px solid #e3e1dc; }

.areaTable th {
  width: 169px;
  background-color: #f5f4f0;
  font-weight: bold; }

.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;
  line-height: 1.5;
  padding: 17px 0px 18px 35px; }

.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;
  line-height: 1.3;
  padding: 9px 14px;
  font-weight: bold;
  text-align: right;
  vertical-align: top; }

.formTable__th--required {
  padding: 13px 14px;
  background-color: #ffdbb9;
  vertical-align: top; }

.formTable__th--required .labelRequired {
  position: absolute;
  top: inherit;
  left: 14px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #ff6010;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center; }

.formTable__th--verify {
  padding: 13px 14px;
  border-bottom: 1px solid #fff;
  background-color: #f5f4f0; }

.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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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%;
  font-size: 12px;
  table-layout: fixed;
  border: 2px solid #ebe9e4;
  margin-bottom: 15px;
  border-radius: 3px; }

.defaultTable__table:last-child {
  margin-bottom: 0; }

.defaultTable__text--small {
  font-size: 10px; }

.defaultTable__head {
  background-color: #f9f8f6;
  border: solid #ebe9e4;
  border-width: 1px 0 1px 1px;
  width: 160px;
  padding: 15px 15px;
  vertical-align: top; }

.defaultTable__head--inHead {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: auto;
  vertical-align: middle; }

.defaultTable__head--inHead:first-child {
  width: 160px; }

.defaultTable__description {
  border: solid #ebe9e4;
  border-width: 1px 1px 1px 0;
  padding: 15px 20px;
  font-weight: bold; }

.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;
  color: #666;
  font-size: 10px; }

.defaultTable__note > p {
  margin-bottom: 2px; }

.defaultTable__note > p:last-of-type {
  margin-bottom: 0; }

.defaultTable__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.defaultTable__link > p {
  margin-left: 15px; }

.equipmentList__list {
  margin: -7px 0 0 -7px; }

.equipmentList__list::after {
  content: "";
  display: table;
  clear: both; }

.equipmentList__item {
  float: left;
  width: 171px;
  height: 32px;
  line-height: 1;
  margin: 0 0 7px 7px;
  padding: 8px 15px 10px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ededed;
  color: #b2b2b2;
  font-weight: normal; }

.equipmentList__item--double {
  width: 349px; }

.equipmentList__item--active {
  padding: 10px 15px;
  border: none;
  background-color: #faede1;
  color: #ff6010;
  font-weight: bold; }

/*===========================
 * パンくず
 *=========================*/
.breadcrumb {
  padding-top: 10px;
  margin-bottom: 30px; }

.breadcrumb__ul li {
  display: inline-block;
  color: #666;
  font-size: 10px; }

.breadcrumb__ul li::after {
  content: ">";
  margin: 0 3px; }

.breadcrumb__ul li:last-child::after {
  display: none; }

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

/*===========================
 * サイドボックス
 *=========================*/
.sideBoxWrap, .sideBoxWrap--primary {
  position: relative;
  width: 245px;
  margin-bottom: 20px;
  border: 1px solid #d6d4d0;
  border-radius: 2px;
  background-color: #fff;
  z-index: 10; }

.sideBoxWrap--primary {
  border-top: none; }

.sideBoxWrap--primary::before, .sideBoxWrap--primary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 4px; }

.sideBoxWrap--primary::before {
  left: -1px;
  width: 25px;
  border-radius: 2px 0 0 0;
  background-color: #ff9500; }

.sideBoxWrap--primary::after {
  right: -1px;
  width: 220px;
  border-radius: 0 2px 0 0;
  background-color: #ff6010; }

.sideBoxWrap--primary .sideBoxWrap__title {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #d6d4d0; }

.sideBoxWrap--primary .sideBoxWrap__title > .title5, .sideBoxWrap--primary .sideBoxWrap__title > .title5--thumb {
  margin-bottom: 0; }

.sideBoxWrap__title {
  margin-bottom: 10px;
  padding: 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: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px;
  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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 10px; }

.evaluationWrap__contents > div {
  margin-right: 7px; }

.evaluationWrap__contents__point span {
  color: #ff6010;
  font-size: 18px;
  font-weight: bold; }

.evaluationWrap__contents__star {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.evaluationWrap__contents__star > i {
  color: #ff6010;
  font-size: 17px; }

.evaluationWrap__contents__star > i.starOff {
  color: #d6d4d0; }

.evaluationWrap__contents--detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  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 {
  margin-right: 12px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: bold; }

.evaluationWrap--large .evaluationWrap__contents__point {
  margin-right: 23px;
  padding-right: 23px;
  border-right: 1px solid #dedcd7;
  font-size: 14px; }

.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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 10px; }

.evaluationWrap__contents > div {
  margin-right: 7px; }

.evaluationWrap__contents__point span {
  color: #ff6010;
  font-size: 18px;
  font-weight: bold; }

.evaluationWrap__contents__star {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.evaluationWrap__contents__star > i {
  width: 17px;
  height: 20px;
  color: #ff6010;
  font-size: 17px; }

.evaluationWrap__contents__star > i.starOff {
  color: #d6d4d0; }

.evaluationWrap__contents--detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1; }

.evaluationWrap__contents--separateDetail > p {
  margin-right: 10px;
  padding-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 {
  margin-right: 12px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: bold; }

.evaluationWrap--large .evaluationWrap__contents__point {
  margin-right: 23px;
  padding-right: 23px;
  border-right: 1px solid #dedcd7;
  font-size: 14px; }

.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: -webkit-flex;
  display: flex;
  margin-bottom: 23px; }

.tabbar > p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 37px;
  line-height: 37px;
  margin-left: -1px;
  border: 1px solid #f0ede9;
  border-radius: 3px 3px 0 0;
  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%);
  font-weight: bold;
  text-align: center;
  cursor: pointer; }

.tabbar > p:first-of-type {
  margin-left: 0; }

.tabbar > p.is-active {
  line-height: 34px;
  border-top: 3px solid #ff6010;
  border-bottom: 0;
  background: #fff;
  color: #ff6010;
  cursor: default; }

.header,
.header--top,
.header--revotop {
  position: relative;
  width: 100%;
  height: 84px;
  margin-bottom: 23px;
  padding-bottom: 3px;
  box-shadow: 0px 1px 1px 0px #d9d9d9;
  border-bottom: solid 1px #f2f2f2;
  background-color: #fff;
  z-index: 10;
  /*========================
   * トップページ
   *======================*/
  /*========================
   * 革命トップページ
   *======================*/
  /*========================
   * メニューバー
   *======================*/
  /*===========================
   * 問合せフォーム
   *=========================*/
  /*===========================
   * サイトマップ
   *=========================*/ }

.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: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  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: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 988px;
  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 {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  border-top: 4px solid #ff6010;
  border-left: 4px solid transparent;
  border-right: 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 {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 6px;
  margin-top: -3px;
  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;
  margin: 0 20px;
  padding: 7px 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--small,
.header--top--small,
.header--revotop--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  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;
  bottom: -29px;
  right: 22px;
  font-size: 10px; }

.footer {
  width: 100%;
  padding: 30px 0 20px;
  background-color: #f5f4f0;
  font-size: 10px; }

.footer__logoArea {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 110px;
  border-bottom: 8px solid #e6e4dc;
  background-color: #fff; }

.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: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer .footerSearchList > section {
  width: 300px;
  margin-bottom: 20px;
  margin-right: 40px; }

.footer .footerSearchList > section:nth-of-type(3), .footer .footerSearchList > section:last-of-type {
  margin-right: 0; }

.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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.footer .footerSearchList__list li {
  line-height: 1;
  padding: 0 10px;
  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: -webkit-flex;
  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: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer .anotherSearchList .anotherSearchList__item__list > li {
  line-height: 1;
  margin-right: 7px;
  margin-bottom: 10px;
  padding-right: 7px;
  border-right: 1px solid #666; }

.footer .anotherSearchList .anotherSearchList__item__list > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none; }

.footer .footerLinkList > li {
  display: inline-block;
  line-height: 1;
  margin-right: 7px;
  margin-bottom: 10px;
  padding-right: 7px;
  border-right: 1px solid #666;
  font-size: 10px; }

.footer .footerLinkList > li:last-child {
  border-right: none; }

.footer__links {
  margin-bottom: 20px; }

.footer__contents {
  width: 980px;
  margin: 0 auto; }

.footer .relationSite {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc; }

.footer .relationSite__title {
  margin-bottom: 13px;
  font-size: 12px; }

.footer .relationSite__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer .relationSite__list li {
  line-height: 1;
  margin-bottom: 3px;
  padding: 0 10px;
  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: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.footer .copyright__logo a {
  background-color: transparent;
  text-decoration: underline; }

.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;
  opacity: 0.5;
  outline: 0; }

.footer .copyright__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 18px; }

.footer .copyright__list ul li {
  line-height: 1;
  padding: 0 8px;
  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;
  border-radius: 3px;
  background: #fff; }

#colorbox #cboxClose::before, #colorbox #cboxClose::after {
  display: block;
  content: " ";
  position: absolute;
  top: 48%;
  left: 50%;
  width: 17px;
  height: 2px;
  margin-left: -9px;
  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: 0px; }

.smallModal {
  display: none;
  position: absolute;
  right: 0;
  bottom: 32px;
  padding: 10px 10px 15px 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.2);
  z-index: 100; }

.smallModal.is-active {
  display: block; }

.smallModal::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-style: solid;
  border-width: 14px 9.5px 0 9.5px;
  border-color: #e4e4e4 transparent transparent transparent; }

.smallModal::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 13px 8.5px 0 8.5px;
  border-color: #fff transparent transparent transparent; }

.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;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 100; }

.modalOverlay.is-active {
  display: block; }

/*===========================
 * モーダル本体
 *=========================*/
.modal {
  position: fixed;
  top: 50px;
  left: 50%;
  display: none;
  width: 980px;
  margin-left: -490px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 101; }

.modal.is-active {
  display: block; }

.modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #fff; }

.modal__close::before, .modal__close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 48%;
  left: 50%;
  width: 17px;
  height: 2px;
  margin-left: -9px;
  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 0px;
  overflow-x: hidden;
  overflow-y: auto; }

.modal__contents .modalContentsHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          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;
  border-top: 1px solid #e3e1dc;
  background-color: rgba(255, 255, 255, 0.9); }

.modalBar__contents {
  width: 980px;
  height: 90px;
  margin: 0 auto;
  padding: 15px 0;
  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;
  border: 1px solid #dedcd7;
  z-index: 100; }

.suggest div {
  padding: 5px;
  border-top: 1px solid #dedcd7;
  background-color: #fff;
  font-size: 12px; }

.suggest div:hover {
  background-color: #fff2e6;
  color: #ff6010; }

.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;
  line-height: 20px;
  padding-left: 27px;
  padding-right: 5px;
  vertical-align: middle;
  cursor: pointer; }

input[type=radio] + .label--radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  box-shadow: 0px 6px 6px -7px #dbdbdb inset;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d7d2;
  border-radius: 50%;
  background-color: white; }

input[type=radio]:checked + .label--radio::before {
  box-shadow: none;
  border: 6px solid #ff9500; }

input[type=radio]:disabled + .label--radio::before {
  box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff; }

input[type=radio]:checked:disabled + .label--radio::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #ccc; }

/*===========================
 * text
 *=========================*/
input[type=text] {
  width: 285px;
  height: 32px;
  box-shadow: 0px 6px 6px -7px #dbdbdb inset;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedcd7;
  border-radius: 3px;
  background-color: white; }

.freewordWrap > input[type=text] {
  width: 100%;
  padding-right: 35px; }

.freewordWrap__submit {
  position: absolute;
  top: 1px;
  right: 0;
  width: 34px;
  height: 32px;
  line-height: 1px;
  padding: 0;
  color: #666;
  font-size: 20px; }

/*===========================
 * textarea
 *=========================*/
.textarea {
  width: 100%;
  box-shadow: 0px 6px 6px -7px #dbdbdb inset;
  padding-top: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedcd7;
  border-radius: 3px;
  background-color: white; }

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

.select:disabled, .select--small:disabled, .select--large:disabled {
  color: #ccc; }

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

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

.label--select {
  position: relative;
  display: inline-block; }

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

.label--select::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 7px;
  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;
  line-height: 20px;
  padding-left: 27px;
  cursor: pointer; }

input[type=checkbox] + .label--checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 6px 6px -7px #dbdbdb inset;
  border-style: solid;
  border-width: 1px;
  border-color: #dedcd7;
  border-radius: 3px;
  background-color: white; }

input[type=checkbox]:checked + .label--checkbox::before {
  border: 1px solid #ff9500;
  background-color: #ff9500;
  box-shadow: none; }

input[type=checkbox]:checked + .label--checkbox::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  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 {
  box-shadow: none;
  border: 1px solid #ccc; }

input[type=checkbox]:checked:disabled + .label--checkbox::before {
  box-shadow: none;
  background-color: #fff; }

input[type=checkbox]:checked:disabled + .label--checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg); }

.colorPicker__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 24px; }

.colorPicker__list > li {
  margin-right: 10px;
  border-radius: 3px; }

.colorPicker__info {
  color: #666;
  font-size: 10px; }

.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: #ff0000; }

.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 {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 3px 3px;
  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%); }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + .label--color {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  cursor: pointer; }

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 {
  box-shadow: 0 0 0 4px #ff9500; }

input[type=checkbox]:checked + .label--color > span {
  box-shadow: 0 0 0 2px #fff; }

input[type=checkbox]:disabled + .label--color {
  opacity: 0.1;
  cursor: default; }

/*===========================
 * メディアボックス
 *=========================*/
.media, .media--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.media__obj, .media--col .media__obj--col2,
.media--col .media__obj--col3 {
  -webkit-box-flex: 0;
  -webkit-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;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto; }

.media__body__title {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold; }

.media--col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.media--col .media__obj--col2 img,
.media--col .media__obj--col3 img {
  width: 100%; }
