@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.center {
  margin: 0 auto;
}
a:link {
  color: #fa7387;
  text-decoration: none;
}
a:visited {
  color: #fa7387;
  text-decoration: none;
}
a:active {
  color: #fa7387;
  text-decoration: underline;
}
a:hover {
  color: #fa7387;
  text-decoration: underline;
}
body {
  background-color: #F4F0E7;
  color: #694B3C;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.wrap {
  margin: 0 auto;
  width: 1280px;
}
.flex_box {
  display: flex;
}
.flex_box_sb {
  display: flex;
  justify-content: space-between;
}
.flex2 {
  margin: 0 2% 0 0;
  width: 49%;
}
.flex2:nth-of-type(even) {
  margin: 0;
  width: 49%;
}
.flex3 {
  margin: 0 20px 0 0;
  width: 33%;
}
.flex3:nth-of-type(3) {
  margin-right: 0px;
}
.flex_sb {
  display: flex;
  justify-content: space-between;
}
.width10 {
  width: 10%;
}
.width15 {
  width: 15%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width80 {
  margin: 0 auto;
  width: 80%;
}
.width81 {
  width: 80%;
}
.width100 {
  width: 100%;
}
.pc_none {
  display: none;
}
.cb {
  clear: both;
}
.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}
.text_p {
  margin: 0 0 1.5em;
}
.text_20 {
  font-size: 20px;
}
.text_18_serif_b {
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: bold;
}
.text_20_serif {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.text_22_serif {
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.text_24_serif_b {
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: bold;
}
.text_22 {
  font-size: 22px;
}
.text_38 {
  font-size: 38px;
}
.text_pl20 {
  padding-left: 20px;
}
.text_script {
  font-family: 'Rouge Script', cursive;
}
.lh1 {
  line-height: 1;
}
.color_orange {
  color: #fa6478 !important;
}
.color_orange2 {
  color: #F0AA5F !important;
}
.color_red {
  color: #F08782 !important;
}
.color_blue {
  color: #55b9d7 !important;
}
.color_green {
  color: #AFB428 !important;
}
.color_goald {
  color: #D4B47B !important;
}
.edward {
  font-family: "Edwardian Script ITC", 'Rouge Script', cursive;
}
.edward_no {
  width: 3%;
  vertical-align: baseline;
}
.edward_qa_q {
  vertical-align: baseline;
  background-image: url(../images/common/edward_q.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 6% auto;
  padding: 5px 0 0 50px;
}
.edward_qa_q2 {
  vertical-align: baseline;
  background-image: url(../images/common/edward_q.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 4% auto;
  padding: 5px 0 0 50px;
}
.edward_qa_a {
  vertical-align: baseline;
  background-image: url(../images/common/edward_a.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 6% auto;
  padding: 8px 0 0 50px;
}
.edward_qa_a2 {
  vertical-align: baseline;
  background-image: url(../images/common/edward_a.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 4% auto;
  padding: 8px 0 0 60px;
}
.edward_no1:before {
  content: "1.";
  font-size: 38px;
  font-family: "Edwardian Script ITC", serif;
}
.error {
  color: #FF0044;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_35 {
  margin: 0 0 35px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_80 {
  margin-bottom: 80px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_60 {
  margin-right: 100px;
}
.mt_-80 {
  margin-top: -80px;
}
.br-sp {
  display: none;
}
.bg_white {
  background-color: #FFFFFF;
}
.bg_offwhite {
  background-color: #F5F5F5;
}
.bg_pink {
  background-color: #FCDED5;
}
.bg_pink2 {
  background-color: #ffe6d7;
}
.bg_cream {
  background-color: #fff0dc;
}
.tb_line {
  background-color: #FFFFFF;
  background-image: url("../images/line_t.png"), url("../images/line_b.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
}
.tb_line_p5 {
  background-color: #FFFFFF;
  background-image: url("../images/line_t.png"), url("../images/line_b.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tb_line_p5_2 {
  background-color: #FFFFFF;
  background-image: url("../images/line_t.png"), url("../images/line_b.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  padding-top: 6px;
  padding-bottom: 7px;
}
.tb_line_bgnone {
  background-image: url("../images/line_t.png"), url("../images/line_b.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
}
.tb_line2 {
  border-top: 1px solid #B4915A;
  border-bottom: 1px solid #B4915A;
}
.tb_line4 {
  border: 1px solid #B4915A;
}
.fs_28 {
  font-size: 28px;
}
.number {
  color: #FA916E;
  font-family: 'Pinyon Script', cursive;
}
.marker {
  background: linear-gradient(transparent 60%, #f5f07d 0%);
}
.padding_text {
  padding: 35px 130px;
}
.l60 {
  width: 60%;
  float: left;
}
.r38 {
  width: 38%;
  float: right;
}
.bg_f5 {
  background-color: #F5F5F5;
}
.bg_blue {
  background-color: #96CDE6;
  color: #FFFFFF;
  padding: 20px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.padding_tb_30px {
  padding: 30px 0;
}
.bb_dot {
  padding: 0 0 10px;
  border-bottom: 1px dotted #B4915A;
}
.bt_dot {
  padding: 10px 0 0;
  border-top: 1px dotted #B4915A;
}
.bb_goald {
  padding: 0 0 15px;
  border-bottom: 1px solid #B4915A;
}
.l_line {
  background-image: url(../images/l_line.png);
  padding: 0 0 0 20px;
  background-repeat: repeat-y;
}
.box_goaldline {
  border: 1px solid #B4915A;
  padding: 25px;
}
.box_goaldline2 {
  border: 1px solid #B4915A;
  padding: 15px;
}
.twoline_box {
  background-color: #f5f5f5;
  background-image: url("../images/common/heading_bg_lt.png"), url("../images/common/heading_bg_rt.png"), url("../images/common/heading_bg_rb.png"), url("../images/common/heading_bg_lb.png"), url("../images/common/heading_bg_t.png"), url("../images/common/heading_bg_r.png"), url("../images/common/heading_bg_b.png"), url("../images/common/heading_bg_l.png");
  background-position: left top, right top, right bottom, left bottom, top, right, bottom, left;
  padding: 20px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  font-size: 28px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 30px;
}
.heading_a {
  background-color: #B4915A;
  background-image: url("../images/flower_bg_l.png"), url("../images/flower_bg_r.png");
  background-position: left center, right center;
  padding: 20px;
  background-repeat: no-repeat, no-repeat;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.5em;
}
.link_box1 {
  background-color: #fab996;
  background-image: url("../images/common/heading_bg_lt.png"), url("../images/common/heading_bg_rt.png"), url("../images/common/heading_bg_rb.png"), url("../images/common/heading_bg_lb.png"), url("../images/common/heading_bg_t.png"), url("../images/common/heading_bg_r.png"), url("../images/common/heading_bg_b.png"), url("../images/common/heading_bg_l.png"), url(../images/flower_bg.png), url("../images/flower_bg_l.png"), url("../images/flower_bg_r.png");
  background-position: left top, right top, right bottom, left bottom, top, right, bottom, left, top center, left center, right center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y, no-repeat, no-repeat, no-repeat;
  padding: 20px;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 4px #de2640;
}
.link_box2 {
  background-color: #fab996;
  background-image: url("../images/common/heading_bg_lt.png"), url("../images/common/heading_bg_rt.png"), url("../images/common/heading_bg_rb.png"), url("../images/common/heading_bg_lb.png"), url("../images/common/heading_bg_t.png"), url("../images/common/heading_bg_r.png"), url("../images/common/heading_bg_b.png"), url("../images/common/heading_bg_l.png"), url(../images/flower_bg.png), url("../images/flower_bg_l.png"), url("../images/flower_bg_r.png");
  background-position: left top, right top, right bottom, left bottom, top, right, bottom, left, top center, left center, right center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y, no-repeat, no-repeat, no-repeat;
  padding: 20px;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 4px #de2640;
}
.banner_a {
  background-color: #fc996f;
  background-image: url("../images/flower_bg_l.png"), url("../images/flower_bg_r.png");
  background-position: left center, right center;
  padding: 20px;
  background-repeat: no-repeat, no-repeat;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.5em;
}
.heading_a2 {
  background-color: #fab996;
  background-image: url("../images/flower_bg4.png"), url("../images/flower_bg5.png");
  background-position: left top, right bottom;
  padding: 20px;
  background-repeat: no-repeat, no-repeat;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1;
}
.heading_a3 {
  background-color: #f6e5dc;
  background-image: url("../images/flower_bg6.png"), url("../images/flower_bg7.png");
  background-position: left top, right bottom;
  padding: 20px;
  background-repeat: no-repeat, no-repeat;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1;
}
.heading_brown {
  background-color: #694b3c;
  padding: 20px;
  color: #FFFFFF;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.5em;
}
.heading_2 {
  color: #FF875A;
  font-size: 20px;
}
.heading_centert_pink {
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding: 20px;
  font-size: 22px;
  text-align: center;
  background-color: #FFB9BE;
  border: 1px solid #fa8282;
}
.heading_centert_blue {
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding: 20px;
  font-size: 22px;
  text-align: center;
  background-color: #96cde6;
  border: 1px solid #73c3e1;
}
.heading_centert_goald {
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding: 20px;
  font-size: 22px;
  text-align: center;
  background-color: #d7be91;
  border: 1px solid #cdaf73;
}
.heading_dot {
  padding-bottom: 3px;
  border-bottom: 1px dotted #b6935b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: bold;
}
.heading_wb {
  padding: 15px;
  border: 1px solid #b4915a;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
table {
  border-top: 1px solid #b6935b;
  border-right: 1px solid #b6935b;
}
th, td {
  padding: 10px;
  border-bottom: 1px solid #b6935b;
  border-left: 1px solid #b6935b;
}
th {
  background-color: #CDEBC8;
  white-space: nowrap;
  vertical-align: top;
}
td {
  background-color: #FFFFFF;
}
.table_middle {
  vertical-align: middle;
}
dd {
  margin: -1.5em 0 20px;
  padding-left: 5em;
}
caption {
  margin-bottom: 10px;
  font-weight: bold;
}
#pagetop {
  width: 50px;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
}
header {
  background-image: url(../images/header_bg.png);
  background-repeat: repeat-x;
}
header h1 {
  max-width: 395px;
  float: left;
  padding: 48px 0 35px;
  width: 100%;
  height: auto;
}
.header_bn {
  float: right;
  width: 60%;
  padding: 35px 0;
}
.header_bn ul li {
  display: block;
  float: right;
}
.header_bn ul .reservation {
  margin: 0 0 0 35px;
  max-width: 330px;
}
.header_bn ul .blog {
  max-width: 330px;
}
header nav {
  clear: both;
  -webkit-box-shadow: 0px 0px 10px #E9D9BC;
  box-shadow: 0px 0px 10px #E9D9BC;
  margin: 0 auto 35px;
  max-width: 1240px;
}
header nav ul li {
  display: block;
  float: left;
  max-width: 138px;
}
header nav li:nth-of-type(5) {
  max-width: 141px;
}
header nav li:last-of-type {
  max-width: 133px;
}
#banner_link {
  padding: 35px 0;
  border-top: 1px solid #B4915A;
  background-color: #faebe1;
}
#banner_link ul li {
  max-width: 49%;
  margin: 0 0 20px;
  float: left;
  list-style-type: none;
}
#banner_link ul li:nth-of-type(odd) {
  margin-right: 2%;
}
.drawer {
  display: none;
}
footer {
  clear: both;
  background-color: #CDEBC8;
  border-top: 1px solid #B4915A;
  padding: 35px 0;
  font-size: 14px;
}
footer h1 {
  margin: 0 0 20px;
}
footer ul li {
  list-style-type: none;
}
footer .footer_content {
  flex-basis: 20%;
  margin: 0 2% 0 0;
}
footer .footer_content:first-of-type {
  flex-basis: 27%;
  margin-right: 5%;
}
footer .footer_content:nth-of-type(2) {
  flex-basis: 27%;
}
footer .footer_content:nth-last-of-type() {
  margin-right: 0;
}
footer .footer_content p {
  margin: 0 0 1.5em;
}
.footer_content a {
  color: #694B3C;
}
footer .copyright {
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 8px #949494;
}
.slider {
  border-top: 1px solid #b5925c;
  border-bottom: 1px solid #b5925c;
  background-color: #FFFFFF;
  margin: 0 0 35px;
}
.slider div {
  margin: 0 auto;
  padding: 0;
  width: 1280px;
  height: 685px;
}
.slider img {
  vertical-align: bottom;
  line-height: 0;
}
.line_box {
  background-image: url(../images/line_tl.png), url(../images/line_tr.png), url(../images/line_br.png), url(../images/line_bl.png), url(../images/line_t.png), url(../images/line_b.png), url(../images/line_r.png), url(../images/line_l.png), url(../images/flower_bg.png);
  background-position: left top, right top, right bottom, left bottom, left top, left bottom, right bottom, left bottom, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y, no-repeat;
}
.line_box2 {
  background-image: url(../images/line_tl.png), url(../images/line_tr.png), url(../images/line_br.png), url(../images/line_bl.png), url(../images/line_t.png), url(../images/line_b.png), url(../images/line_r.png), url(../images/line_l.png), url(../images/flower_bg.png);
  background-position: left top, right top, right bottom, left bottom, left top, left bottom, right bottom, left bottom, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y, no-repeat;
  padding: 35px;
  background-color: #FFFFFF;
}
.line_box3 {
  background-color: #FFFFFF;
  padding: 20px;
  background-image: url(../images/line_tl.png), url(../images/line_tr.png), url(../images/line_br.png), url(../images/line_bl.png), url(../images/line_t.png), url(../images/line_b.png), url(../images/line_r.png), url(../images/line_l.png), url(../images/flower_bg.png);
  background-position: left top, right top, right bottom, left bottom, left top, left bottom, right bottom, left bottom, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y, no-repeat;
}
.flower_bg {
  background-image: url(../images/flower_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.box_inner {
  overflow-y: scroll;
}
#top_news {
  width: 49%;
  height: 460px;
  background-color: #FFFFFF;
  padding: 20px 10px 20px 20px;
  float: left;
}
.top_news_inner {
  height: 390px;
}
#top_news h2 {
  max-width: 334px;
  margin: 0 auto 5px;
}
#top_news p {
  border-bottom: 1px solid #E9D9BC;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
#top_blog {
  width: 49%;
  height: 460px;
  background-color: #FFFFFF;
  padding: 20px 10px 20px 20px;
  margin: 0 0 35px;
  float: right;
}
.top_blog_inner {
  height: 380px;
}
#top_blog h2 {
  max-width: 334px;
  margin: 0 auto 5px;
}
#top_blog p {
  border-bottom: 1px solid #E9D9BC;
  margin: 0 0 10px;
  padding: 0 0 5px;
  width: 100%;
}
#top_blog .top_blog_extracts img {
  border-radius: 100%;
  max-width: 130px;
  margin: 27px 20px 20px 0;
  float: left;
}
#top_about {
  padding: 0 0 35px;
  clear: both;
}
#top_about h2 {
  margin: 0 auto;
  padding: 35px 0;
  max-width: 656px;
}
#top_about #top_about_left {
  max-width: 380px;
  float: left;
}
#top_about_left p:first-of-type {
  margin: -20px 0 20px;
}
#top_about #top_about_right {
  max-width: 865px;
  float: right;
}
#top_comment {
  margin: 0 0 38px;
  /*height: 450px;*/
}
#top_comment p {
  line-height: 1.7em;
}
#top_salon_menu {
  background-color: #ffe6d7;
  background-image: url("../images/flower_bg2.png"), url("../images/flower_bg3.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
}
#top_salon_menu h2 {
  margin: 0 auto;
  max-width: 360px;
  padding: 35px 0;
}
#top_salon_menu ul li, #box_menu ul li {
  display: block;
  float: left;
  width: 49%;
  margin: 0 0 25px;
}
#top_salon_menu ul li:nth-of-type(odd), #box_menu ul li:nth-of-type(odd) {
  margin-right: 2%;
}
#top_free_test {
  padding: 35px 0;
  background-color: #e9f5e6;
  border-top: 1px solid #B4915A;
  border-bottom: 1px solid #B4915A;
}
#top_free_test ul li {
  max-width: 49%;
  float: left;
}
#top_free_test ul li:nth-of-type(odd) {
  margin-right: 2%;
}
.top_menu_item {
  padding: 35px 0;
}
.top_menu_item h2 {
  margin: 0 auto 35px;
  max-width: 655px;
}
.top_menu_item .detail_bn {
  margin: 0 auto 35px;
  max-width: 655px;
}
.before_after_top {
  padding: 35px 0;
  background-color: #FFFFFF;
}
.before_after {
  padding: 35px 0;
}
.before_after .ba_wrap {
  padding: 25px 0;
  background-image: url("../images/line_t.png"), url("../images/line_b.png"), url(../images/personalcolor/ba_bg.jpg);
  background-position: left top, left bottom, left top;
  background-repeat: repeat-x, repeat-x, no-repeat;
}
.before_after_frame .ba_wrap {
  padding: 25px 0;
  background-image: url("../images/line_t.png"), url("../images/line_b.png"), url(../images/frame/ba_bg.jpg);
  background-position: left top, left bottom, left top;
  background-repeat: repeat-x, repeat-x, no-repeat;
}
.before_after .ba1 {
  width: 45%;
  padding: 0 0 0 60px;
  float: left;
}
.before_after .ba2 {
  width: 45%;
  padding: 0 60px 0 0;
  float: right;
}
.before_after_frame .ba1 {
  width: 45%;
  padding: 0 0 0 60px;
  float: left;
}
.before_after_frame .ba2 {
  width: 45%;
  padding: 0 60px 0 0;
  float: right;
}
.ba1_sp {
  display: none;
}
.ba2_sp {
  display: none;
}
.page_title {
  margin: 0 0 35px;
}
#box_menu {
  margin: 0 0 35px;
}
.pesonalcolor_a_bg2 {
  background-image: url(../images/personalcolor/a_bg2.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}
.pesonalcolor_a_bg3 {
  background-image: url(../images/personalcolor/a_bg3.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}
.other_ba {
  margin: -70px auto 0;
  max-width: 141px;
}
.bg_white {
  background-color: #FFFFFF;
}
.personalcolor_chart {
  max-width: 691px;
}
.spring_title {
  padding: 0 0 10px 220px;
  background-image: url(../images/personalcolor/spring_line1.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.autumn_title {
  padding: 0 0 10px 220px;
  background-image: url(../images/personalcolor/autumn_line1.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.summer_title {
  padding: 0 0 10px 220px;
  background-image: url(../images/personalcolor/summer_line1.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.winter_title {
  padding: 0 0 10px 220px;
  background-image: url(../images/personalcolor/winter_line1.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.spring_title img {
  max-width: 200px;
}
.autumn_title img {
  max-width: 200px;
}
.summer_title img {
  max-width: 200px;
}
.winter_title img {
  max-width: 200px;
}
.fourgroup_box {
  width: 49%;
  margin: 0 2% 0 0;
  float: left;
}
.fourgroup_box:nth-of-type(even) {
  width: 49%;
  margin: 0;
}
.fourgroup_illustration {
  max-width: 310px;
}
.fourgroup_skin {
  max-width: 415px;
}
.thirtycolors_list {
  padding: 0 15px;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
}
.thirtycolors_box {
  display: block;
  width: 17%;
  text-align: center;
  margin: 0 3% 15px 0;
}
.thirtycolors_box:nth-of-type(5n) {
  margin-right: 0;
}
.thirtycolors_box div {
  margin: 0 0 5px;
  border-radius: 6px;
}
.thirtycolors {
  height: 60px;
}
.eyeshadow {
  max-width: 491px;
}
.cheek {
  max-width: 418px;
}
.spring_recommend {
  padding: 20px;
  border-left: 1px solid #ff8e6a;
  border-right: 1px solid #ff8e6a;
  border-bottom: 1px solid #ff8e6a;
  border-top: 5px solid #ff8e6a;
}
.autumn_recommend {
  padding: 20px;
  border-left: 1px solid #fe675d;
  border-right: 1px solid #fe675d;
  border-bottom: 1px solid #fe675d;
  border-top: 5px solid #fe675d;
}
.summer_recommend {
  padding: 20px;
  border-left: 1px solid #e075aa;
  border-right: 1px solid #e075aa;
  border-bottom: 1px solid #e075aa;
  border-top: 5px solid #e075aa;
}
.winter_recommend {
  padding: 20px;
  border-left: 1px solid #c50e3a;
  border-right: 1px solid #c50e3a;
  border-bottom: 1px solid #c50e3a;
  border-top: 5px solid #c50e3a;
}
.kaiho_pic {
  margin: 0 20px 0 0;
  width: 30%;
}
.book {
  width: 70%;
}
.book_detail {
  position: relative;
}
.book_text {
  position: absolute;
  top: 50px;
  padding: 0 20px 0 0;
  left: 250px;
}
.frame_about {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #FF875A;
  background-image: url(../images/frame/about_frame_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}
.face_about {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #FF875A;
  background-image: url(../images/face/face_about_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.face_know {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #FF875A;
  background-image: url(../images/face/face_know_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.face_recommend {
  background-image: url("../images/face/face_recommend_bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.frame_bg2 {
  background-image: url(../images/frame/merit_frame_back.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}
.heading2_straight {
  background-image: url(../images/l_blue.png);
  background-repeat: repeat-y;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  font-size: 20px;
}
.heading2_wave {
  background-image: url(../images/l_pink.png);
  background-repeat: repeat-y;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  font-size: 20px;
}
.heading2_natural {
  background-image: url("../images/l_goald.png");
  background-repeat: repeat-y;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  font-size: 20px;
}
.flow_about {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #FF875A;
  padding: 20px 80px;
}
.recommend_about {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #FF875A;
  padding: 20px;
}
.menu_about {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #FF875A;
  padding: 20px 0;
}
.menu_about_bg {
  background-image: url(../images/frame/menu_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.menu_title {
  font-weight: bolder;
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.2;
}
.single1 {
  background-image: url(../images/frame/single_1_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
}
.personalcolor_menu_about {
  background-image: url(../images/personalcolor/recommended_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  z-index: -1;
}
.book12_3 {
  flex-basis: 20%;
}
.frame_recommend {
  background-image: url(../images/frame/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.makeup_about {
  background-image: url(../images/makeup/salon_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.makeup_check {
  background-image: url("../images/makeup/trouble_bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.makeup_flow {
  background-image: url("../images/makeup/onestep_bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 85% auto;
}
.salon_menu_about {
  background-image: url(../images/menu/weapon_bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mail_magazine {
  background-image: url(../images/mail/mail_bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.salon_menu_a {
  background-image: url(../images/menu/a_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_b {
  background-image: url(../images/menu/b_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_c {
  background-image: url(../images/menu/c_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_d {
  background-image: url(../images/menu/d_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_e {
  background-image: url(../images/menu/e_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_ab {
  background-image: url(../images/menu/ab_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_ac {
  background-image: url(../images/menu/ac_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_acd {
  background-image: url(../images/menu/acd_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_abc {
  background-image: url(../images/menu/abc_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_abcd {
  background-image: url(../images/menu/abcd_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_abcde {
  background-image: url(../images/menu/abcde_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.salon_menu_cd {
  background-image: url(../images/menu/cd_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  position: relative;
}
.menu_abc {
  position: absolute;
  top: -60px;
}
.menu_abc_course {
  padding-top: 65px;
}
.salon_menu_detail {
  align-self: flex-end;
}
.makeup_about {
  background-image: url(../images/makeup/salon_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.frame_recommend {
  background-image: url(../images/frame/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.form_btn {
  padding: 8px 10px;
  background-color: #b6935b;
  border-radius: 5px;
  font-size: 18px;
  white-space: nowrap;
  border: none;
  color: #FFFFFF;
}
.box_white {
  color: #fa6478;
  background-color: #FFFFFF;
  border: 1px solid #b6935b;
  padding: 10px;
  text-align: center;
  display: block;
}
.faq dt {
  font-size: 18px;
  font-weight: bold;
}
.faq dd {
  padding-left: 50px;
  margin-top: 0px;
}
#company dd {
  padding-bottom: 3px;
  border-bottom: 1px dotted #b6935b;
}
.about_heading {
  padding-top: 40px;
}
.about_media {
  background-image: url(../images/about/media_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.about_project {
  background-image: url(../images/about/project_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.about_event {
  background-image: url(../images/about/event_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.about_seminar {
  background-image: url(../images/about/seminar_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.about_lecture {
  background-image: url(../images/about/lecture_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.about_detail h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  font-size: 18px;
}
#test_block {
  height: 2300px;
}
#test_block_frame {
  height: 1400px;
}
.self_test {
  background-image: url(../images/personalcolor/test/test_back.jpg);
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.answer_list {
  display: flex;
  justify-content: space-between;
}
.answer {
  cursor: pointer;
  padding: 10px;
  border: 3px solid #EEEEEE;
  border-radius: 5px;
  flex-basis: 24%;
  position: relative;
}
.answer_frame {
  cursor: pointer;
  padding: 10px;
  border: 3px solid #EEEEEE;
  border-radius: 5px;
  flex-basis: 32%;
  position: relative;
}
.answer:hover {
  border: 3px solid #EAADAE;
}
.answer.selected {
  border: 3px solid #fa6478;
}
.answer_color {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.answer_eye {
  position: absolute;
  left: center;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
#searchButton {
  opacity: 0.4;
}
#searchButton.active {
  opacity: 1.0;
  cursor: pointer;
}
#no3, #no4 {
  display: none;
}
.start {
  cursor: pointer;
}
.question {
  font-size: 20px;
}
.q1, .q2, .q3, .q4, .q5, .q6, .q7, .q8, .q9, .q10, .show_test, #result {
  display: none;
}
.answer_color1 {
  height: 50px;
}
.answer_color2 {
  flex-basis: 49%;
  height: 50px;
}
.answer_color3 {
  flex-basis: 33%;
  height: 50px;
}
.four_seasons_wrap {
  padding: 20px;
  border: 1px solid #B4915A;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.four_seasons_box {
  flex-basis: 24%;
}
.four_seasons_percent p {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  display: none;
}
.four_seasons_percent p:last-of-type {
  display: block;
}
#no1, #no2 {
  padding: 20px;
  border: 1px solid #B4915A;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
#result h2 {
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #B4915A;
  margin-bottom: 5px;
}
#result h2.frame {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
  text-align: center;
  border-bottom: 1px solid #B4915A;
  margin-bottom: 20px;
}
#result h2::first-letter {
  font-size: 64px;
  line-height: 1;
}
#result h2.frame::first-letter {
  font-size: 32px;
}
.profile > div {
  border-bottom: 1px solid #B4915A;
  margin-bottom: 20px;
}
.percent {
  font-size: 60px;
}
.commentary h3 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #B4915A;
  margin-bottom: 10px;
}
.commentary ul p {
  text-align: center;
  margin-bottom: 5px;
}
a.cfdn:link, a.cfdn:visited, a.cfdn:hover, a.cfdn:active {
  color: #ffffff;
  text-decoration: none;
}
.about_detail {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #B4915A;
  background-image: url(../images/flower_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.about_detail > h1 {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #B4915A;
  font-weight: bold;
}
.course_hour {
  padding: 10px;
  color: #FFFFFF;
  background-color: #fa9c7c;
  font-size: 26px;
  text-align: center;
  text-shadow: 4px 4px 17px #BF431C;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#books .flex_box {
  flex-wrap: wrap;
  justify-content: space-between;
}
#books a {
  display: block;
  flex-basis: 15%;
  color: #694B3C;
}
@media screen and (max-width: 480px) {
  .about_project {
    background-image: url(../images/about/project_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  .mobile_none {
    display: none;
  }
  .about_media {
    background-image: url(../images/about/media_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  .about_media {
    background-image: url(../images/about/media_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  .about_media {
    background-image: url(../images/about/media_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  .wrap {
    width: auto;
    padding: 0 5px;
  }
  .sp_tac {
    text-align: center;
  }
  .padding_tb_30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding_tb_20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sp_mt_80 {
    margin-top: 80px;
  }
  .sp_padding_lr0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sp_0auto {
    margin: 0 auto;
  }
  .sp_center {
    margin-left: auto;
    margin-right: auto;
  }
  .sp_mb_30 {
    margin-bottom: 30px
  }
  .sp_mb_20 {
    margin-bottom: 20px
  }
  .sp_mr0 {
    margin-right: 0px;
  }
  .sp_flex_none {
    display: block;
  }
  .edward_no_sp {
    width: 8%;
    vertical-align: baseline;
  }
  .edward_qa_q_sp {
    vertical-align: baseline;
    background-image: url(../images/common/edward_q.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 12% auto;
    padding: 1% 0 0 13%;
  }
  .edward_qa_a_sp {
    vertical-align: baseline;
    background-image: url(../images/common/edward_a.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 12% auto;
    padding: 2% 0 0 13%;
  }
  .sp20 {
    width: 20%;
  }
  .sp35 {
    width: 35%;
  }
  .sp40 {
    width: 40%;
  }
  .sp50 {
    width: 50%;
  }
  .sp60 {
    width: 60%;
  }
  .sp80 {
    width: 80%;
  }
  .sp80c {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp100 {
    width: 100% !important;
  }
  .sp99 {
    width: 99% !important;
  }
  .sp_mr0 {
    margin-right: 0px;
  }
  .sp_mrauto {
    margin-right: auto !important;
  }
  .sp_none {
    display: none;
  }
  .bg_none {
    background-image: none;
  }
  .sp_block {
    display: block;
  }
  .sp_text30 {
    font-size: 30px;
  }
  mb_20_sp {
    margin-bottom: 20px;
  }
  mb_30_sp {
    margin-bottom: 30px;
  }
  .padding_text {
    padding: 20px;
  }
  .flex_none {
    display: block;
  }
  .flex_wrap {
    flex-wrap: wrap;
  }
  .flex_50 {
    flex-basis: 50%;
  }
  .of_x {
    overflow-x: scroll;
  }
  .jc_c_sp {
    justify-content: center;
  }
  .link_box2 {
    font-size: 20px;
  }
  .br-sp {
    display: block;
  }
  #sp_header {
    width: 100%;
    background-color: #F4F0E7;
    background-image: url(../images/header_bg.png);
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  header h1 {
    float: none;
    padding: 20px 0 15px 70px;
    height: auto;
  }
  header h1 img {
    max-width: 260px;
  }
  .header_bn {
    float: none;
    padding: 90px 15px 5px;
    width: 100%;
  }
  .header_bn ul li {
    display: block;
  }
  .header_bn ul .reservation {
    margin: 0 0 20px;
    max-width: 100%;
    float: none;
  }
  .header_bn ul .blog {
    margin: 0 0 20px;
    max-width: 100%;
    float: none;
  }
  header nav {
    display: none;
  }
  .drawer {
    display: block;
  }
  .drawer_heading {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
  }
  #banner_link {
    padding: 20px 0;
  }
  #banner_link ul li {
    max-width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  #banner_link ul li:nth-of-type(odd) {
    margin-right: 0;
  }
  footer .footer_content {
    display: none;
  }
  footer .footer_content:first-of-type {
    flex-basis: 100%;
    margin-right: 5%;
    display: block;
  }
  footer .footer_content p {
    margin: 0 0 1.5em;
  }
  footer address {
    text-align: center;
  }
  footer .copyright {
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px #949494;
    display: block;
  }
  .slider {
    border-top: 1px solid #b5925c;
    border-bottom: none;
  }
  .slider div {
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #F4F0E7;
  }
  .slider div img {
    display: block;
    border-bottom: 1px solid #b5925c;
  }
  #top_news {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #top_blog {
    width: 100%;
    height: 460px;
    float: none;
  }
  #top_about {
    padding: 0 0 20px;
  }
  #top_about #top_about_left {
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  #top_about #top_about_right {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  #top_comment {
    height: auto;
    line-height: 1.5em;
    padding: 20px;
    margin: 0 0 20px;
  }
  .top_menu_item {
    padding: 20px 0;
  }
  #top_salon_menu ul li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 25px;
  }
  #top_salon_menu ul li:nth-of-type(odd) {
    margin-right: 0;
  }
  #top_free_test ul li {
    max-width: 100%;
    float: none;
  }
  #top_free_test ul li:nth-of-type(odd) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .before_after .ba_wrap {
    padding: 25px 0;
    background-image: url("../images/line_t.png"), url("../images/line_b.png");
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
  }
  .ba1 {
    display: none;
  }
  .ba2 {
    display: none;
  }
  .ba1_sp {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
    float: none;
    display: block;
  }
  .ba2_sp {
    width: 100%;
    padding: 0;
    float: none;
    display: block;
  }
  #box_menu ul li {
    float: none;
    width: 100%;
  }
  #box_menu ul li:nth-of-type(odd) {
    margin-right: 0;
  }
  .pesonalcolor_a_bg2 {
    background-image: none;
  }
  .pesonalcolor_a_bg3 {
    background-image: none;
  }
  .pesonalcolor_a_bg4 {
    background-image: none;
  }
  .other_ba {
    margin: 0 auto 0;
    max-width: 141px;
  }
  .spring_title {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .autumn_title {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .summer_title {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .winter_title {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .fourgroup_box {
    width: 100%;
    margin: 0;
    float: none;
  }
  .fourgroup_box:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
  .kaiho_pic {
    margin: 0 20px 20px 0;
    width: 100%;
  }
  .kaiho_pic2 {
    margin: 0 auto 20px;
    width: 80%;
  }
  .book {
    width: 100%;
  }
  .book_text {
    position: absolute;
    top: 20px;
    padding: 0 5px 0 0;
    left: 100px;
    font-size: 10px;
  }
  .frame_bg2 {
    background-image: none;
  }
  .frame_about {
    background-image: none;
  }
  .face_about {
    background-image: none;
  }
  .face_know {
    background-image: none;
  }
  .face_recommend {
    background-image: none;
  }
  .makeup_about {
    background-image: url(../images/makeup/salon_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  .menu_abc {
    top: -30px;
    padding-right: 5px;
    width: 99% !important;
  }
  .faq dd {
    padding-left: 13%;
    margin-top: 0px;
  }
  .about_heading_sp {
    display: block;
    padding-top: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    font-size: 24px;
  }
  #books a {
    display: block;
    width: 100%;
  }
  #test_block {
    height: 3000px;
  }
  #test_block_frame {
    height: 1400px;
  }
  .answer_list {
    display: block;
    margin-bottom: 20px;
  }
  .answer {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .answer_frame {
    width: 100%;
    margin-bottom: 20px;
  }
  .answer_color {
    position: static;
    padding: 0;
  }
  .answer_eye {
    position: static;
    padding: 0;
  }
  .answer_color1 {
    height: 30px;
  }
  .answer_color2 {
    flex-basis: 49%;
    height: 30px;
  }
  .answer_color3 {
    flex-basis: 33%;
    height: 30px;
  }
  .four_seasons_box {
    flex-basis: 49%
  }
  .four_seasons_percent {
    margin-bottom: 20px;
  }
  .percent {
    line-height: 1;
  }
}