@charset "UTF-8";
/*------------------------------------------------------------
	Compare
------------------------------------------------------------*/
.custom_select {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.custom_select:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: solid 3px #4698D5;
  border-right: solid 3px #4698D5;
  transform: rotate(135deg);
  pointer-events: none;
}
.custom_select > select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  box-shadow: none;
  appearance: none;
  font-size: 1.4rem;
  padding: 10px 40px 10px 10px;
  color: #666666;
}
.custom_select > select:-ms-expand {
  display: none;
}
.custom_select > select optgroup {
  color: #333;
  font-style: normal;
  font-weight: bold;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 895px) {
  .sp_block {
    display: block;
  }

  .pc_block {
    display: none;
  }

  .sp_inline {
    display: inline;
  }

  .pc_inline {
    display: none;
  }

  .page-title {
    background: url("../img/compare/head_bg.jpg") no-repeat;
    background-size: cover;
  }
  .page-title > .title {
    width: 100%;
    max-width: 1200px;
  }
  .page-title > .title > span {
    display: block;
    box-sizing: border-box;
    font-weight: normal;
    text-align: center;
  }
  .page-title > .title > span:nth-child(1) {
    font-size: 2.6rem;
    letter-spacing: 5px;
  }
  .page-title > .title > span:nth-child(2) {
    font-size: 2rem;
  }

  .custom_select > select {
    padding: 7px 30px 7px 10px;
  }

  .compare_wrap {
    width: 100%;
  }
  .compare_wrap > section > div {
    float: left;
    overflow: hidden;
  }
  .compare_wrap > .compare_select {
    overflow: hidden;
  }
  .compare_wrap > .item_image {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .compare_wrap > .item_image > div {
    text-align: center;
  }
  .compare_wrap > .color {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .compare_wrap > .color > div {
    text-align: center;
  }
  .compare_wrap > .color > div > div.icon {
    display: block;
    margin-bottom: 5px;
  }
  .compare_wrap > .color > div > div.icon > span {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
  }
  .compare_wrap > .color > div > div.icon > span:nth-child(1) {
    margin-left: 0;
  }
  .compare_wrap > .color > div > div.icon > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px #B6B6B6 solid;
    z-index: 2;
  }
  .compare_wrap > .color > div > div.icon > .current:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px #B6B6B6 solid;
    z-index: 1;
  }
  .compare_wrap > .color > div > div.icon > .silver:before {
    background-color: #CBCBCB;
  }
  .compare_wrap > .color > div > div.icon > .black:before {
    background-color: #333;
  }
  .compare_wrap > .color > div > div.icon > .brown:before {
    background-color: #771E1F;
  }
  .compare_wrap > .color > div > div.icon > .white:before {
    background-color: #fff;
  }
  .compare_wrap > .color > div > div.icon > .red:before {
    background-color: #DA2022;
  }
  .compare_wrap > .color > div > div.icon > .gray:before {
    background-color: #c3c3c3;
  }
  .compare_wrap > .color > div > div.icon > .darkbrown:before {
    background-color: #634c4e;
  }
  .compare_wrap > .color > div > div.color_name {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .compare_wrap > .color > div > div.color_name > span.note{
    text-align: left;
    padding:10px 0 0;
    font-size: 1rem;
    line-height: 1;
	display: block;
  }
  .compare_wrap > .list_bakery {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .compare_wrap > .list_bakery > div {
    text-align: left;
    padding: 20px 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-left: 2px;
    position: relative;
    font-weight: bold;
  }
  .compare_wrap > .list_bakery > div > span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .compare_wrap > .bakery_0 > div {
    font-weight: normal;
  }
  .compare_wrap > .bakery_0 > div:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 70px;
    height: 2px;
    background-color: #C1C1C1;
  }
  .compare_wrap > .bakery_1 {
    margin-bottom: 60px;
  }
  .compare_wrap > .button {
    overflow: hidden;
    margin-bottom: 100px;
  }
  .compare_wrap > .button > div > div {
    text-align: center;
  }
  .compare_wrap > .button > div > div > a {
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    border-radius: 7px;
  }
  .compare_wrap > .button > div > div > a:nth-child(1) {
    border: 1px #0098d5 solid;
    margin-bottom: 10px;
  }
  .compare_wrap > .button > div > div > a:nth-child(2) {
    background-color: #0098d5;
    color: #fff;
  }
  .compare_wrap > .button > div > div > a > span {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
  }
  .compare_wrap > .button > div > div > a > span > img {
    width: 16px;
  }
  .compare_wrap > .title_feature,
.compare_wrap > .title_size {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px #727272 solid;
  }
  .compare_wrap > .title_size {
    margin-top: 100px;
  }
  .compare_wrap > .compare_list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: 1px #C4C4C4 dotted;
  }
  .compare_wrap > .compare_list > div {
    text-align: center;
    padding: 20px 0;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 2px;
  }
  .compare_wrap > .compare_list > div > span {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .compare_wrap > .compare_list > div > span.bakery_menu  {
    font-size: 4rem;
    letter-spacing: 5px;
    padding-left: 5px;
    font-weight: bold;
  }
  .compare_wrap > .compare_list > div > span.autoclave_mode  {
    display:inline-block;
    font-size: 4rem;
    letter-spacing: 5px;
    padding-left: 5px;
    font-weight: bold;
  }
  .compare_wrap > .compare_list > div > span.autoclave_capacity {
    padding-left: 2px;
	margin-top:5px;
  }
	/*
  .compare_wrap > .compare_list > div > span.autoclave_capacity_1 {
    font-size: 4rem;
    letter-spacing: 3px;
    padding-left: 3px;
    font-weight: bold;
  }
  .compare_wrap > .compare_list > div > span.autoclave_capacity_2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-left: 2px;
    font-weight: bold;
  }
	*/
  .compare_wrap > .size {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }
  .compare_wrap > .size > div > div.line {
    width: 100%;
    margin-bottom: 17px;
  }
  .compare_wrap > .size > div > div.line > div {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .compare_wrap > .size > div > div.line > div:nth-child(1) {
    font-weight: bold;
  }
  .compare_wrap > .item_option {
    display: flex;
    border-top: 1px #C4C4C4 dotted;
    padding: 20px 0 20px;
  }
  .compare_wrap > .item_option > div {
    text-align: center;
  }
  .compare_wrap > .item_option > div > div:nth-child(1) {
    margin-bottom: 10px;
  }
  .compare_wrap > .item_option > div > div:nth-child(2) {
    line-height: 1.5;
  }
  .compare_wrap > .hr {
    padding-top: 100px;
    height: 1px;
    border-bottom: 1px #727272 solid;
  }
  .compare_wrap > .item_name {
    padding-top: 30px;
  }
  .compare_wrap > .item_name > div {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .compare_wrap > .item_name > div > span{
    font-size: 1.2rem;
	  display: block;
	}
.compare_coffeemaker .list_12,
.compare_bakery .list_6,
.compare_autoclave .list_5 {
    border-bottom: none;
  }
  .compare_coffeemaker .pan_menu > li,
.compare_bakery .pan_menu > li,
	.compare_autoclave .mode_type > li {
    color: #cccaca;
    line-height: 1;
    padding-bottom: 8px;
    letter-spacing: 1px;
  }
  .compare_coffeemaker .pan_menu > li:last-child,
.compare_bakery .pan_menu > li:last-child,
	.compare_autoclave .mode_type > li:last-child {
    padding-bottom: 0;
  }
  .compare_coffeemaker .pan_menu > .enable,
.compare_bakery .pan_menu > .enable,
.compare_autoclave .mode_type > .enable {
    color: #000;
  }
  .compare_coffeemaker .more_button,
.compare_bakery .more_button,
.compare_autoclave .more_button {
    padding-top: 10px;
    text-align: center;
  }
  .compare_coffeemaker .more_button > a,
.compare_bakery .more_button > a,
.compare_autoclave .more_button > a {
    width: 100%;
    max-width: 380px;
    padding: 12px 0;
    border-radius: 8px;
    letter-spacing: 2px;
    display: inline-block;
    border: 1px #999 solid;
    position: relative;
  }
  .compare_coffeemaker .more_button > a:after,
.compare_bakery .more_button > a:after,
.compare_autoclave .more_button > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    content: "";
  }
  .compare_coffeemaker > section > div,
.compare_bakery > section > div,
.compare_autoclave > section > div {
    box-sizing: border-box;
  }
  .compare_coffeemaker > section > div:nth-child(1),
.compare_bakery > section > div:nth-child(1),
.compare_autoclave > section > div:nth-child(1) {
    width: 50%;
    padding-right: 2%;
  }
  .compare_coffeemaker > section > div:nth-child(2),
.compare_bakery > section > div:nth-child(2),
.compare_autoclave > section > div:nth-child(2) {
    width: 50%;
    padding-left: 2%;
  }
  .compare_coffeemaker > section > div:nth-child(3),
	.compare_coffeemaker > section > div:nth-child(4),
.compare_bakery > section > div:nth-child(3),
.compare_bakery > section > div:nth-child(4),
.compare_autoclave > section > div:nth-child(3),
.compare_autoclave > section > div:nth-child(4) {
    display: none;
  }


  /* ------------------------------------------
   診断
  ------------------------------------------ */
  .diagnosis_wrap {
    width: 100%;
    margin: 0 auto 80px;
    background: url("../img/compare/coffeemaker/diagnosis_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .diagnosis_wrap > .line_lt:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_lt:after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_rt:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_rt:after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_b:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_b:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > section > h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 20px;
  }
  .diagnosis_wrap > section > h3 > span {
    display: inline-block;
  }
  .diagnosis_wrap > section > h3 > span:nth-child(1) {
    width: 22px;
    margin-right: 10px;
  }
  .diagnosis_wrap > section > h3 > span:nth-child(2) {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding-left: 1px;
  }

  .diagnosis_question > .line_lt:before {
    height: 317px;
  }
  .diagnosis_question > .line_lt:after {
    width: calc( (100vw - 25px - 25px - 180px - 20px - 20px) / 2 );
  }
  .diagnosis_question > .line_rt:before {
    height: 317px;
  }
  .diagnosis_question > .line_rt:after {
    width: calc( (100vw - 25px - 25px - 180px - 20px - 20px) / 2 );
  }
  .diagnosis_question > .line_b:before {
    width: 50vw;
  }
  .diagnosis_question > .line_b:after {
    width: 50vw;
  }
  .diagnosis_question > .line_b_return:before {
    width: calc( (100vw - 25px - 25px - 60px - 20px - 20px) / 2 ) !important;
  }
  .diagnosis_question > .line_b_return:after {
    width: calc( (100vw - 25px - 25px - 60px - 20px - 20px) / 2 ) !important;
  }
  .diagnosis_question > section > .question_number {
    height: 24px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 3px;
    line-height: 1;
  }
  .diagnosis_question > section > .question_text {
    display: table;
    margin: 0 auto;
    height: 90px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 1px;
    line-height: 1.6;
  }
  .diagnosis_question > section > .question_text > span {
    display: table-cell;
    vertical-align: middle;
  }
  .diagnosis_question > section > ul {
    margin-bottom: 40px;
  }
  .diagnosis_question > section > ul > li {
    display: table;
    width: 70%;
    margin: 0 auto;
    height: 55px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
  }
  .diagnosis_question > section > ul > li:last-child {
    margin-bottom: 0;
  }
  .diagnosis_question > section > ul > li:hover {
    opacity: 0.8;
  }
  .diagnosis_question > section > ul > li > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .diagnosis_question > section > ul > li:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 12px;
    margin-top: -8px;
    width: 16px;
    content: url("../img/compare/button_left_0.svg");
  }
  .diagnosis_question > section > .return {
    position: relative;
    bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 25%;
    margin: 0 auto;
  }
  .diagnosis_question > section > .return:hover {
    opacity: 0.6;
  }
  .diagnosis_question > section > .return > span {
    display: inline-block;
    cursor: pointer;
  }
  .diagnosis_question > section > .return > span:nth-child(1) {
    width: 16px;
    margin-right: 10px;
  }
  .diagnosis_question > section > .return > span:nth-child(2) {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  #question1 .diagnosis_question > section > div:last-child {
    display: block !important;
    visibility: hidden;
    height: 18px;
  }

  /* >> */
    .diagnosis_result > section > .return {
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 10px;
      width: 150px;
      box-sizing: border-box;
      margin-left: 5px;
      display: inline-block;
      background-color: #fff;
      border-radius: 8px;
      padding: 5px 12px;
      cursor: pointer;
      border: 1px #0398D5 solid;
    }
    .diagnosis_result > section > .return_step {
      margin-left: -155px;
    }

    .diagnosis_result > section > .return > span {
      display: inline-block;
      cursor: pointer;
    }
    .diagnosis_result > section > .return > span:nth-child(1) {
      width: 16px;
      margin-right: 10px;
    }
    .diagnosis_result > section > .return > span:nth-child(2) {
      color: #000;
      font-weight: bold;
      font-size: 1.1rem;
      letter-spacing: 2px;
      padding-left: 2px;
    }
  /* << */

  .diagnosis_result > .line_lt:before {
    height: 300px;
  }
  .diagnosis_result > .line_lt:after {
    width: calc( (100vw - 25px - 25px - 230px - 20px - 20px) / 2 );
  }
  .diagnosis_result > .line_rt:before {
    height: 300px;
  }
  .diagnosis_result > .line_rt:after {
    width: calc( (100vw - 25px - 25px - 230px - 20px - 20px) / 2 );
  }
  .diagnosis_result > .line_b:before {
    width: 80vw;
  }
  .diagnosis_result > .line_b:after {
    width: 80vw;
  }
  .diagnosis_result > .line_b_return:before {
    width: 55vw !important;
  }
  .diagnosis_result > .line_b_return:after {
    width: 55vw !important;
  }
  .diagnosis_result > section {
    position: relative;
  }
  .diagnosis_result > section > .bg {
    position: absolute;
    display: block;
    left: 25px;
    bottom: 25px;
    width: calc(100% - 50px);
    height: 195px;
    background-color: #fff;
  }
  .diagnosis_result > section > h3 {
    margin-bottom: 0;
  }
  .diagnosis_result > section > ul {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }
  .diagnosis_result > section > ul > li {
    width: 48%;
    float: left;
/* >> */
	animation-name: view_image;
	animation-delay: 0.0s;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-timing-function: steps(10);
/* << */
  }
/* >> */
  @keyframes view_image {
      0% { opacity: 0.7; }
    100% { opacity: 1.0; }
  }
/* << */
  .diagnosis_result > section > ul > li:nth-child(1) {
    margin-right: 2%;
  }
  .diagnosis_result > section > ul > li:nth-child(2) {
    margin-left: 2%;
  }
  .diagnosis_result > section > ul > li.answer1{
    width: 100%;
  }
  .diagnosis_result > section > ul > li > h3 {
    display: table;
    width: 100%;
  }
  .diagnosis_result > section > ul > li > h3 > span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .diagnosis_result > section > ul > li > .image {
    height: 120px;
    max-height: 120px;
    text-align: center;
    margin-bottom: 2vw;
  }
  .diagnosis_result > section > ul > li > .image > img {
    max-width: 80%;
    max-height: 100%;
  }
  .diagnosis_result > section > ul > li > aside {
    display: block;
    height: 50px;
    font-size: 1rem;
  }
  .diagnosis_result > section > ul > li > .button {
    height: 33px;
    /*padding-bottom: 20px;*/
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
  .diagnosis_result > section > ul > li > .button > a {
    display: inline-block;
    width: 90%;
    background-color: #0098d5;
    color: #fff;
    position: relative;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 18px;
  }
  .diagnosis_result > section > ul > li > .button > a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    content: url("../img/compare/button_left_1.svg");
    display: block;
    width: 16px;
  }
  .select_answer_3 > .line_lt:before {
  height: 387px;
}
.select_answer_3 > .line_rt:before {
  height: 387px;
}
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 896px) {
  .sp_block {
    display: none;
  }

  .pc_block {
    display: block;
  }

  .sp_inline {
    display: none;
  }

  .pc_inline {
    display: inline;
  }

  .page-title {
    background: url("../img/compare/head_bg.jpg") no-repeat;
    background-size: cover;
  }
  .page-title > .title {
    width: 100%;
    max-width: 1200px;
  }
  .page-title > .title > span {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-weight: normal;
  }
  .page-title > .title > span:nth-child(1) {
    padding-left: 20px;
    font-size: 3.4rem;
    text-align: left;
    letter-spacing: 8px;
  }
  .page-title > .title > span:nth-child(2) {
    padding-right: 20px;
    font-size: 2.6rem;
    text-align: right;
  }

  .compare_wrap {
    max-width: 1200px;
    width: 100%;
  }
  .compare_wrap > section > div {
    float: left;
    overflow: hidden;
  }
  .compare_wrap > .compare_select {
    overflow: hidden;
  }
  .compare_wrap > .item_image {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .compare_wrap > .item_image > div {
    text-align: center;
  }
  .compare_wrap > .color {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .compare_wrap > .color > div {
    text-align: center;
  }
  .compare_wrap > .color > div > div.icon {
    display: block;
  }
  .compare_wrap > .color > div > div.icon > span {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
  }
  .compare_wrap > .color > div > div.icon > span:hover {
    opacity: 0.5;
  }
  .compare_wrap > .color > div > div.icon > span:nth-child(1) {
    margin-left: 0;
  }
  .compare_wrap > .color > div > div.icon > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px #B6B6B6 solid;
    z-index: 2;
  }
  .compare_wrap > .color > div > div.icon > .current:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px #B6B6B6 solid;
    z-index: 1;
  }
  .compare_wrap > .color > div > div.icon > .silver:before {
    background-color: #CBCBCB;
  }
  .compare_wrap > .color > div > div.icon > .black:before {
    background-color: #333;
  }
  .compare_wrap > .color > div > div.icon > .brown:before {
    background-color: #771E1F;
  }
  .compare_wrap > .color > div > div.icon > .white:before {
    background-color: #fff;
  }
  .compare_wrap > .color > div > div.icon > .red:before {
    background-color: #DA2022;
  }
  .compare_wrap > .color > div > div.icon > .gray:before {
    background-color: #c3c3c3;
  }
  .compare_wrap > .color > div > div.icon > .darkbrown:before {
    background-color: #634c4e;
  }
  .compare_wrap > .color > div > div.color_name {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .compare_wrap > .color > div > div.color_name > span.note{
    text-align: left;
    padding:10px 0 0;
    font-size: 1rem;
    line-height: 1;
	display: block;
  }
  .compare_wrap > .list_bakery {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .compare_wrap > .list_bakery > div {
    text-align: center;
    padding: 20px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
    padding-left: 2px;
    position: relative;
    font-weight: bold;
  }
  .compare_wrap > .list_bakery > div > span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .compare_wrap > .bakery_0 > div {
    font-weight: normal !important;
  }
  .compare_wrap > .bakery_0 > div:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 70px;
    height: 2px;
    background-color: #C1C1C1;
  }
  .compare_wrap > .bakery_1 {
    margin-bottom: 60px;
  }
  .compare_wrap > .button {
    overflow: hidden;
    margin-bottom: 140px;
  }
  .compare_wrap > .button > div > div {
    text-align: center;
  }
  .compare_wrap > .button > div > div > a {
    max-width: 280px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 15px 0;
    font-size: 1.4rem;
    letter-spacing: 2px;
    border-radius: 7px;
    padding-left: 2px;
  }
  .compare_wrap > .button > div > div > a:nth-child(1) {
    border: 1px #0098d5 solid;
    margin-bottom: 10px;
  }
  .compare_wrap > .button > div > div > a:nth-child(2) {
    background-color: #0098d5;
    color: #fff;
  }
  .compare_wrap > .button > div > div > a > span {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -12px;
  }
  .compare_wrap > .button > div > div > a > span > img {
    width: 24px;
  }
  .compare_wrap > .title_feature,
.compare_wrap > .title_size {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 25px;
    border-bottom: 1px #727272 solid;
  }
  .compare_wrap > .title_size {
    margin-top: 140px;
  }
  .compare_wrap > .compare_list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: 1px #C4C4C4 dotted;
  }
  .compare_coffeemaker .list_12 {
    border-bottom: none;
  }
  .compare_wrap > .compare_list > div {
    text-align: center;
    padding: 40px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .compare_wrap > .compare_list > div > span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .compare_wrap > .compare_list > div > span.bakery_menu  {
    font-size: 5.8rem;
    letter-spacing: 5px;
    padding-left: 5px;
    font-weight: bold;
  }
  .compare_wrap > .compare_list > div > span.autoclave_mode {
display: inline-block;
    font-size: 5.8rem;
    letter-spacing: 5px;
    padding-left: 5px;
    font-weight: bold;
  }
	.compare_wrap > .compare_list > div > span.autoclave_capacity {
    padding-left: 2px;
	margin-top:10px;
	}
/*
  .compare_wrap > .compare_list > div > span.autoclave_capacity_1 {
    font-size: 5.6rem;
    letter-spacing: 5px;
    padding-left: 5px;
    font-weight: bold;
  }

  .compare_wrap > .compare_list > div > span.autoclave_capacity_2 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding-left: 2px;
    font-weight: bold;
  }
	*/

  .compare_wrap > .note > div {
    text-align: left;
    padding: 40px 0;
    font-size: 1rem;
    line-height: 1;
  }
	
  .compare_wrap > .size {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .compare_wrap > .size > div > div.line {
    display: table;
    width: 100%;
    padding-left: 2em;
  }
  .compare_wrap > .size > div > div.line > div {
    display: table-cell;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .compare_wrap > .size > div > div.line > div:nth-child(1) {
    text-align: left;
    width: 4em;
  }
  .compare_wrap > .item_option {
    display: flex;
    border-top: 1px #C4C4C4 dotted;
    padding: 40px 0;
  }
  .compare_wrap > .item_option > div {
    text-align: center;
  }
  .compare_wrap > .item_option > div > div:nth-child(1) {
    margin-bottom: 15px;
  }
  .compare_wrap > .item_option > div > div:nth-child(2) {
    line-height: 1.5;
  }
  .compare_wrap > .hr {
    padding-top: 100px;
    height: 1px;
    border-bottom: 1px #727272 solid;
  }
  .compare_wrap > .item_name {
    padding-top: 60px;
  }
  .compare_wrap > .item_name > div {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 4px;
  }
  .compare_wrap > .item_name > div span{
	font-size: 1.4rem;
	  display: block;
	}
	
  .compare_coffeemaker > section > div,
  .compare_autoclave > section > div,
.compare_bakery > section > div {
    box-sizing: border-box;
  }
  .compare_coffeemaker > section > div:nth-child(1),
  .compare_autoclave > section > div:nth-child(1),
.compare_bakery > section > div:nth-child(1) {
    width: 34.166%;
    max-width: 410px;
    padding-right: 2.5%;
  }
  .compare_coffeemaker > section > div:nth-child(2),
  .compare_autoclave > section > div:nth-child(2),
.compare_bakery > section > div:nth-child(2) {
    width: 34.166%;
    max-width: 410px;
    padding-right: 2.5%;
  }
  .compare_coffeemaker > section > div:nth-child(3),
  .compare_autoclave > section > div:nth-child(3),
  .compare_bakery > section > div:nth-child(3) {
    width: 31.666%;
    max-width: 380px;
  }
/*�v���_�E����\�������Ȃ��ꍇ*/	
/*	
  .compare_�Z�Z�Z > .compare_select {
    display: none;
  }
  .compare_�Z�Z�Z> .item_name_top {
    padding-top: 0;
  }
*/
  .compare_bakery .list_6 {
    border-bottom: none;
  }
  .compare_bakery .pan_menu > li ,
  .compare_autoclave .mode_type > li {
    font-size: 1.6rem;
    color: #cccaca;
    line-height: 1;
    padding-bottom: 12px;
  }
  .compare_bakery .pan_menu > li:last-child,
  .compare_autoclave .mode_type > li:last-child {
    padding-bottom: 0;
  }
  .compare_bakery .pan_menu > .enable,
  .compare_autoclave .mode_type > .enable {
    color: #000;
  }
  .compare_bakery .more_button {
    padding-top: 10px;
    text-align: center;
  }
  .compare_bakery .more_button > a {
    width: 380px;
    padding: 12px 0;
    border-radius: 8px;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 1.5rem;
    border: 1px #999 solid;
    position: relative;
  }
  .compare_bakery .more_button > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    transform: rotate(135deg);
    content: "";
  }

  .compare_autoclave > .button > div > div > a {
    max-width: 225px;
  }

  .compare_autoclave > .item_name_top {
    padding-top: 0;
  }

  /* ------------------------------------------
   診断
  ------------------------------------------ */
  .diagnosis_wrap {
    width: 1200px;
    height: 437px;
    margin: 0 auto 120px;
    background: url("../img/compare/coffeemaker/diagnosis_bg.jpg") no-repeat;
    position: relative;
  }
  .diagnosis_wrap > .line_lt:before {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    left: 55px;
    height: 330px;
    width: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_lt:after {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    left: 55px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_rt:before {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    right: 55px;
    height: 330px;
    width: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_rt:after {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    right: 55px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_b:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 52px;
    left: 55px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > .line_b:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 52px;
    right: 55px;
    height: 1px;
    background-color: #fff;
  }
  .diagnosis_wrap > section > h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    margin-bottom: 40px;
  }
  .diagnosis_wrap > section > h3 > span {
    display: inline-block;
  }
  .diagnosis_wrap > section > h3 > span:nth-child(1) {
    width: 38px;
    margin-right: 17px;
  }
  .diagnosis_wrap > section > h3 > span:nth-child(2) {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 3px;
    padding-left: 3px;
  }

  .diagnosis_question > .line_lt:after {
    width: 370px;
  }
  .diagnosis_question > .line_rt:after {
    width: 370px;
  }
  .diagnosis_question > .line_b_return:before {
    width: 485px !important;
  }
  .diagnosis_question > .line_b_return:after {
    width: 485px !important;
  }
  .diagnosis_question > .line_b:before {
    width: 600px;
  }
  .diagnosis_question > .line_b:after {
    width: 600px;
  }
  .diagnosis_question > section > .question_number {
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 3px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .diagnosis_question > section > .question_text {
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 3px;
  }
  .diagnosis_question > section > ul {
    display: table;
    margin: 0 auto 8px;
    border-spacing: 24px;
  }
  .diagnosis_question > section > ul > li {
    display: table-cell;
    vertical-align: middle;
    width: 385px;
    text-align: center;
    height: 87px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
  }
  .diagnosis_question > section > ul > li:hover {
    opacity: 0.8;
  }
  .diagnosis_question > section > ul > li:nth-child(1) {
    margin-right: 24px;
  }
  .diagnosis_question > section > ul > li > span {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .diagnosis_question > section > ul > li:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 25px;
    margin-top: -12px;
    width: 25px;
    content: url("../img/compare/button_left_0.svg");
  }
  .diagnosis_question > section > ul.q_second > li{
    width: 325px;
    /*color: #eee;*/
  }
  .diagnosis_question > section > .return {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 10%;
    margin: 0 auto;
  }
  .diagnosis_question > section > .return:hover {
    opacity: 0.6;
  }
  .diagnosis_question > section > .return > span {
    display: inline-block;
    cursor: pointer;
  }
  .diagnosis_question > section > .return > span:nth-child(1) {
    width: 25px;
    margin-right: 12px;
  }
  .diagnosis_question > section > .return > span:nth-child(2) {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 3px;
    padding-left: 3px;
  }

  /* >> */
    .diagnosis_result > section > .return {
      position: absolute;
      top: 70px;
      right: 70px;
      display: inline-block;
      background-color: #fff;
      border-radius: 8px;
      padding: 3px 10px 6px;
      transition: 0.3s;
      cursor: pointer;
    }
    .diagnosis_result > section > .return_step {
      right: 205px;
    }

    .diagnosis_result > section > .return:hover {
      opacity: 0.6;
    }
    .diagnosis_result > section > .return > span {
      display: inline-block;
    }
    .diagnosis_result > section > .return > span:nth-child(1) {
      width: 20px;
      height: 20px;
      margin-right: 7px;
      vertical-align: bottom;
    }
    .diagnosis_result > section > .return > span:nth-child(2) {
      color: #000;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 1px;
      padding-left: 1px;
      line-height: 20px;
      display: inline-block;
    }
  /* << */

  .diagnosis_result > .line_lt:after {
    width: 340px;
  }
  .diagnosis_result > .line_rt:after {
    width: 340px;
  }
  .diagnosis_result > .line_b:before {
    width: 600px;
  }
  .diagnosis_result > .line_b:after {
    width: 600px;
  }
  .diagnosis_result > section {
    position: relative;
    height: 437px;
  }
  .diagnosis_result > section > .bg {
    position: absolute;
    display: block;
    left: 55px;
    bottom: 52px;
    width: 1090px;
    height: 178px;
    background-color: #fff;
  }
  .diagnosis_result > section > h3 {
    margin-bottom: 30px;
  }
  .diagnosis_result > section > ul {
    position: relative;
    text-align: center;
  }
  .diagnosis_result > section > ul > li {
    display: inline-block;
    margin-right: 70px;
/* >> */
	animation-name: view_image;
	animation-delay: 0.0s;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-timing-function: steps(10);
/* << */
  }
/* >> */
  @keyframes view_image {
      0% { opacity: 0.7; }
    100% { opacity: 1.0; }
  }
/* << */
  .diagnosis_result > section > ul > li:last-child {
    margin-right: 0;
  }
  .diagnosis_result > section > ul > li > h3 {
    font-size: 1.9rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-left: 2px;
    margin-bottom: 30px;
    height: 2em;
  }
  .diagnosis_result > section > ul > li > aside {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .diagnosis_result > section > ul > li > .button {
    position: relative;
    z-index: 1;
  }
  .diagnosis_result > section > ul > li > .button > a {
    display: inline-block;
    width: 150px;
    background-color: #0098d5;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.5rem;
    letter-spacing: 3px;
    box-sizing: border-box;
    text-align: right;
    transition: 0.3s;
  }
  .diagnosis_result > section > ul > li > .button > a:hover {
    opacity: 0.8;
  }
  .diagnosis_result > section > ul > li > .button > a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -12px;
    content: url("../img/compare/button_left_1.svg");
    display: block;
    width: 24px;
  }
}
