@charset "UTF-8";

@media only screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  /*font-family: 'M PLUS Rounded 1c', sans-serif, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: #333;
}

/*画面遷移時エフェクト*/

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff6f7;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

body.fadeout::after {
  opacity: 1;
}

body.fadeout .small {
  transform: scale(0.7);
  -webkit-transition: transform .2s ease;
  transition: transform .2s ease;
}

.small2 {
  -webkit-transition: transform .2s ease;
  transition: transform .2s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  display: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

br {
  font-size: 0px;
}

@font-face {
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
}

@font-face {
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: bold;
}

@font-face {
  src: url(../ZCOOLQingKeHuangYou.woff) format("woff"), url(../fonts/ZCOOLQingKeHuangYou.ttf) format("truetype");
  font-family: "ZCOOL QingKe HuangYou";
  font-weight: bold;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1200px;
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
}

body {
  background-color: #fff6f7;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

@media only screen and (min-width: 641px) {
  #wrapper {
    background: url(../img/bg.jpg)no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    transition: 0.3s ease-in-out;
  }
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.marker {
  background: linear-gradient(transparent 55%, #fad0d7 50%);
  display: inline;
  padding: 0 0 2px;
}

/* ここからSP */
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/sp/sp_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
}

/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 140px;
  background-color: tomato;
}

@media only screen and (max-width: 640px) {
  .c-header {
    height: 26.6666666667vw;
    background-color: lightgreen;
  }
}

/* --------------------------------
c-title01
----------------------------------- */
@media only screen and (max-width: 640px) {
  .c-title01 {
    width: 80%;
    margin: auto;
  }
}

/* --------------------------------
c-title02
----------------------------------- */
.c-title02 {
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .c-title02 {
    width: 48%;
    margin-bottom: 30px;
  }
}

.c-title02:before {
  position: absolute;
  content: "";
  background: url(../img/light.svg) no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 38px;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 640px) {
  .c-title02:before {
    width: 20px;
    height: 20px;
  }
}

.c-title02:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #f0647b, #ffc038);
  width: 60px;
  height: 5px;
  left: 0;
  bottom: -30px;
}

@media only screen and (max-width: 640px) {
  .c-title02:after {
    width: 30px;
    height: 3px;
    bottom: -15px;
  }
}

.c-title02 img {
  display: block;
  padding-left: 40px;
}

@media only screen and (max-width: 640px) {
  .c-title02 img {
    padding-left: 22px;
  }
}

/* --------------------------------
c-btn01
----------------------------------- */
.c-btn01 {
  text-align: center;
}

.c-btn01 a,
.c-btn01 button[type=submit] {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 300px;
  padding: 22px 0;
  margin: auto;
  border-radius: 40px;
  letter-spacing: 0.1em;
}

.c-btn01 a .btn-txt,
.c-btn01 button[type=submit] .btn-txt {
  font-size: 18px;
  display: block;
  font-family: "ZCOOL QingKe HuangYou";
}

@media only screen and (max-width: 640px) {

  .c-btn01 a .btn-txt,
  .c-btn01 button[type=submit] .btn-txt {
    font-size: 10px;
    margin: -6px auto 0;
  }
}

.c-btn01 a:hover,
.c-btn01 button[type=submit]:hover {
  background-position: center right;
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {

  .c-btn01 a,
  .c-btn01 button[type=submit] {
    height: 50px;
    font-size: 15px;
    padding: 12px 10px 10px;
    width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .two-btns-area .c-btn01 a {
    width: 45%;
  }
}

.c-btn01--line a,
.c-btn01--line .c-btn01 button[type=submit],
.c-btn01 .c-btn01--line button[type=submit] {
  font-size: 28px;
  letter-spacing: 0;
  padding: 11px;
  position: relative;
  width: 600px;
}

@media only screen and (max-width: 640px) {

  .c-btn01--line a,
  .c-btn01--line .c-btn01 button[type=submit],
  .c-btn01 .c-btn01--line button[type=submit] {
    width: 100%;
    font-size: 15px;
    padding: 20px;
  }
}

.c-btn01--line a::before,
.c-btn01--line .c-btn01 button[type=submit]::before,
.c-btn01 .c-btn01--line button[type=submit]::before {
  position: absolute;
  content: "";
  background: url(/lp01/img/result/line.svg) no-repeat center center;
  width: 44px;
  height: 42px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}

@media only screen and (max-width: 640px) {

  .c-btn01--line a::before,
  .c-btn01--line .c-btn01 button[type=submit]::before,
  .c-btn01 .c-btn01--line button[type=submit]::before {
    width: 22px;
    height: 21px;
    right: 15px;
  }
}

.c-btn01--line a .btn-txt,
.c-btn01--line .c-btn01 button[type=submit] .btn-txt,
.c-btn01 .c-btn01--line button[type=submit] .btn-txt {
  letter-spacing: 0.15em;
}

.c-btn01.white button[type=submit] {
  background: #fff;
  color: #f0647a;
  position: relative;
}

.c-btn01.white button[type=submit]::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f0647a 0%, #f47b6a 25%, #f89855 45%, #ffbf39 80%) no-repeat left center/130%;
  border-radius: 56.5px;
}

.c-btn01.white button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  width: 98%;
  height: calc(100% - 10px);
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 56.5px;
}

.c-btn01.white button[type=submit] span {
  position: relative;
  z-index: 1;
}

/* --------------------------------
c-btn02
----------------------------------- */
.c-btn02 {
  background: #fff;
  border: 1px solid #b93232;
  border-radius: 10px;
  color: #b93232;
  display: inline-block;
  padding: 12px 50px 12px 50px;
  position: relative;
}

.recommended-column2 .c-btn02 {
  padding: 12px 30px 12px 30px;
}

.c-btn02 span {
  line-height: 1;
}

/**/
.c-btn02 .btn-txt {
  font-size: 15px;
  line-height: 1.4;
}

.c-btn02 .ico {
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 12%;
  top: 0;
  bottom: 0;
  height: 5px;
  margin: auto;
}

.recommended-column2 .c-btn02 .ico {
  right: 25px;
}


.recommended-column2 .c-btn02 .btn-txt {
  font-size: 16px;
  line-height: 1.4;
}


@media only screen and (min-width: 641px) {
  .c-btn02:hover {
    background-color: #b93232;
    color: #fff;
  }

  .c-btn02 {
    width: calc(100% - 200px);
    max-width: 280px;
  }

  .recommended-column2 .c-btn02 {
    width: calc(100% - 138px);
    min-width: 220px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 640px) {
  .c-btn02 {
    width: 100%;
    min-width: 100%;
    padding: 12px 40px;
    border-radius: 5px;
    text-align: center;
  }
  .recommended-column2 .c-btn02 {
    padding: 10px 26px 10px 4px;
  }

  .recommended-column2 .c-btn02 .btn-txt {
    font-size: 10px;
  }
}

.c-btn02.selected {
  background-color: #f29d64;
  color: #fff;
  border-color: #f29d64;
}

/* -----------------------------------------------
* TOPページ
* KV
-------------------------------------------------- */
.kv-block {
  background: url(../img/box-bg.jpg) no-repeat center center;
  max-width: 930px;
  max-height: 620px;
  background-size: cover;
  margin: auto;
  padding: auto;
  box-shadow: 0 0px 30px 0 rgba(101, 49, 51, .2);
}

@media only screen and (max-width: 640px) {
  .kv-block {
    background: url(../img/sp/sp_boxbg.jpg)no-repeat center center;
    background-size: 100%;
    max-height: 1000px;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 380px) {
  .kv-block {
    background-size: 115%;
  }
}

.kv-block .inner-block {
  display: flex;
  justify-content: center;
  align-items: center;

}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block {
    padding: 0;
  }

  .kv-block .inner-block .txt-block .txt-block-inn img {
    text-align: center;
    max-width: 250px;
    position: relative;
    z-index: 1;
    margin: auto;
  }
}

.kv-block .inner-block .txt-block .txt-block-inn {
  padding: 70px 40px 100px;
  text-align: center;
  max-width: 980px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn {
    width: 100%;
    padding: 40px 20px 40px;
    margin: auto;
  }
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn:before {
    height: 62px;
    width: 53px;
    bottom: 0;
    left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn:after {
    height: 62px;
    width: 53px;
    bottom: 0;
    right: 10px;
  }
}

.kv-block .inner-block .txt-block .txt-block-inn {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn .logo-area {
    width: 70%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn .logo-area img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn .main-txt {
    font-size: 13px;
    font-weight: 500;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.kv-block .inner-block .txt-block .txt-block-inn .btn-area {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .kv-block .inner-block .txt-block .txt-block-inn .btn-area {
    margin: 35px 0 50px 0;
  }
}



/*------------------------------------------------------------------------------
入力欄
------------------------------------------------------------------------------*/

input[type=text],
textarea {
  background: #fff;
  font-size: 16px;
  padding: 11px 15px;
  width: 550px;
  padding: 30px;
  transition: 0.8s;
  border-radius: 10px;
  border: 1px solid #999;
}

@media only screen and (max-width: 640px) {

  input[type=text],
  textarea {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }
}

input[type=text].long {
  width: 100%;
}

input[type=text].short {
  display: inline-block;
  width: 150px;
}

input[type=text].has-unit {
  display: inline-block;
  width: 80px;
}

input[type=text]:focus,
textarea:focus {
  background: #fdeff0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name=content] {
  display: inline-block;
  width: 520px;
  height: 300px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.c-table .form-table {
  width: 1000px;
  margin: 0 auto;
}

.c-table .form-table th,
.c-table .form-table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.c-table .form-table th {
  background: #f9f9f9;
  padding-left: 30px;
  text-align: left;
  width: 240px;
}

@media screen and (min-width: 641px) {
  .contact .c-table .form-table tr:last-child th {
    vertical-align: top;
    padding: 20px 30px;
  }

  .mw_wp_form .c-table .horizontal-item+.horizontal-item {
    margin-left: 40px;
  }

  .c-table .radio-list .horizontal-item:nth-child(5n) {
    margin-left: 0;
  }
}

.c-table .form-table td {
  padding: 20px 30px;
  background: #fff;
}

.c-table .form-table td .info {
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {

  /*-- table --*/
  input[type=text],
  textarea {
    width: 100%;
  }

  textarea[name=content] {
    display: inline-block;
    width: 100%;
    height: 200px;
  }
}

/*-- 2210618 背景テスト --*/

/*固定する背景*/
#bg_kotei {
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
}

#header-area .logo-area {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  padding: 58px 0 54px 0px;
  position: relative;
}

.header-area {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
}

@media only screen and (max-width: 640px) {
  #header-area .logo-area {
    width: 100%;
    text-align: center;
    display: block;
    padding: 50px 0 50px 0px;
    position: relative;
  }

  #header-area .logo-area img {
    width: 100px;
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
  }
}


@media only screen and (min-width: 993px) {
  .l-w300 {
    width: 300px !important;
  }
}

.main-ttl {
  font-size: 48px;
}

.main-txt {
  font-size: 18px;
  line-height: 2;
  width: auto;
  font-weight: 500;
  padding: 30px 0 50px 0;
}

@media only screen and (max-width: 640px) {
  .main-ttl {
    font-size: 28px;
  }

  .main-txt {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 650px) {
  .main-txt {
    font-size: 17px;
  }
}

@media only screen and (min-width: 761px) {
  .main-ttl-br {
    display: none;
  }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
  .main-ttl-br {
    display: none;
  }
}

@media only screen and (min-width: 380px) {
  .main-ttl-br2 {
    display: none;
  }
}

.nyuryoku {
  width: auto;
  text-align: center;
  margin: auto;
}

.flow-btn {
  position: relative;
  background: #8f262a;
}

.flow-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .flow-btn::after {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.flow-btn-inactive {
  pointer-events: none;
  background-color: #ab7b7b;
}

/*以下、setumon*/

@media only screen and (max-width: 1400px) {
  .setumon {
    background-image: url(../img/setumon/setumon1_02.png);
    background-repeat: no-repeat;
    background-position: bottom 100px right 20px;
    background-size: 90px;
  }
}

@media only screen and (min-width: 1097px) {
  .q-block {
    text-align: center;
    background-color: #fff;
    padding: 60px 0;
    box-shadow: 0px 5px 10px -5px rgba(101, 49, 51, .2);
  }

  .q-ttl p {
    color: #333;
    font-size: 36px;
    font-weight: bold;
  }

  .q-ttl p .q {
    color: #8f262a;
    font-family: 'Overpass', sans-serif;
    font-size: 50px;
    margin-right: 14px;
  }

  .q-sub {
    color: #333;
    margin-top: 30px;
    font-size: 20px;
  }

  .recommended-column1-li {
    display: flex;
    justify-content: space-around;
  }

  .recommended-ttl {
    margin-bottom: 70px;
  }  

  .recommended-column1 {
    padding: 0 calc(50 / 1480* 100%) 70px;
  }
}

@media only screen and (max-width: 1096px) {
  .q-block {
    text-align: center;
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 0px 5px 10px -5px rgba(101, 49, 51, .2);
  }

  .q-ttl p {
    font-size: 24px;
    font-weight: bold;
  }

  .q-ttl p .q {
    color: #8f262a;
    font-family: 'Overpass', sans-serif;
    font-size: 33px;
    margin-right: 6px;
  }

  .q-sub {
    margin-top: 15px;
  }
}

.choices-btn-block {
  padding-top: 50px;
}

@media only screen and (min-width: 1097px) {
  .choices-btn-block {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1097px) {
  .choices-block {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1096px) {
  .choices-block {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1097px) {
  .two-choices {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 1096px) {
  .two-choices {
    display: block;
  }
}

@media only screen and (min-width: 1097px) {
  .two-choices:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.choice {
  display: flex;
  background-color: #fff;
  width: 500px;
  padding: 35px 30px;
  align-items: center;
  border-radius: 10px;
  text-align: left;
  color: #333;
}

@media only screen and (min-width: 1097px) {
  .choice {
    box-shadow: 0 0px 20px 0 rgba(101, 49, 51, .2);
  }

  .choice2 {
    box-shadow: 0 0px 5px 0 rgba(101, 49, 51, .2);
  }

  .level {
    box-shadow: 0 0px 5px 0 rgba(101, 49, 51, .2);
  }

  .result-of-analysis,
  .recommended-area,
  .recommended-column2-li,
  .policy-area {
    box-shadow: 0 0px 20px 0 rgba(101, 49, 51, .2);
  }
}

@media only screen and (max-width: 1096px) {
  .choice {
    box-shadow: 0 0px 10px 0 rgba(101, 49, 51, .2);
  }

  .choice2 {
    box-shadow: 0 0px 5px 0 rgba(101, 49, 51, .2);
  }

  .level {
    box-shadow: 0 0px 5px 0 rgba(101, 49, 51, .2);
  }

  .result-of-analysis,
  .recommended-area,
  .recommended-column2-li,
  .policy-area {
    box-shadow: 0 0px 10px 0 rgba(101, 49, 51, .2);
  }
}

.choice-none {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 1400px) {

  .choice02,
  .choice03,
  .choice04,
  .choice05 {
    position: relative;
  }

  .choice02 .img02,
  .choice03 .img03,
  .choice04 .img04,
  .choice05 .img05 {
    position: absolute;
    top: 0;
    pointer-events: none;
  }

  .choice02 .img02 {
    right: -190px;
  }

  .choice03 .img03 {
    right: -270px;
  }

  .choice04 .img04 {
    right: -190px;
  }

  .choice05 .img05 {
    right: -180px;
  }
}

@media only screen and (max-width: 1400px) {

  .choice02 .img02,
  .choice03 .img03,
  .choice04 .img04,
  .choice05 .img05 {
    display: none;
  }
}

.choice:hover {
  background-color: #fcdbe0;
}

@media only screen and (max-width: 1096px) {
  .choice {
    margin: 0 auto 15px;
    padding: 10px 15px;
    width: 95%;
    border-radius: 5px;
  }

  .choice img {
    width: 75px;
  }
}

.choiced {
  position: relative;
}

.choiced:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 1096px) {
  .choiced:after {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 1097px) {
  .choice:nth-of-type(2n) {
    margin-left: 40px;
  }
}

.choice p {
  margin-left: 30px;
  font-size: 18px;
}

@media only screen and (max-width: 1096px) {
  .choice p {
    margin-left: 18px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 361px) {
  .max360 {
    display: none;
  }
}

@media only screen and (min-width: 331px) {
  .max330 {
    display: none;
  }
}

.reference {
  font-size: 11px;
  vertical-align: super;
}

/*以下、setumon2*/

@media only screen and (max-width: 1400px) and (min-width: 641px) {
  .setumon2 {
    background-image: url(../img/setumon2/setumon2_03.png);
    background-repeat: no-repeat;
    background-position: bottom 100px right 20px;
    background-size: 90px;
  }
}

@media only screen and (max-width: 640px) {
  .setumon2 {
    background-image: url(../img/setumon2/setumon2_03.png);
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;
    background-size: 90px;
  }
}

@media only screen and (min-width: 1097px) {
  .choices-block2 {
    margin-bottom: 150px;
  }
}

.two-choices2 {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1097px) {
  .two-choices2:nth-of-type(n+1) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1096px) {
  .two-choices2:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.choice2 {
  background-color: #fff;
  width: 400px;
  padding: 30px;
  align-items: center;
  border-radius: 10px;
  font-weight: bold;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1096px) {
  .choice2 {
    text-align: left;
    border-radius: 5px;
  }
}

.choice2:hover {
  background-color: #fcdbe0;
}

@media only screen and (min-width: 1097px) {
  .choice2:nth-of-type(2n) {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1096px) {
  .choice2 {
    padding: 15px 20px;
    width: 46%;
  }

  .choice2:nth-of-type(2n) {
    margin-left: 15px;
  }
}

.choice2 p {
  margin: 0 auto;
}

@media only screen and (max-width: 1096px) {
  .choice2 p {
    font-size: 13px;
  }
}

.back-btn {
  position: relative;
  background-color: #aaa;
}

.back-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 1096px) {
  .back-btn::before {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
  }
}

.two-btns-area {
  display: flex;
  width: 95%;
  margin: 0 auto;
}

.two-btns-area .back-btn {
  margin-right: 25px;
}

.two-btns-area .flow-btn {
  margin-left: 25px;
}

@media only screen and (max-width: 1096px) {
  .two-btns-area .c-btn01 a {
    width: 45%;
  }

  .two-btns-area .back-btn {
    margin-right: 8px;
  }

  .two-btns-area .back-btn::after {
    left: 20px;
  }

  .two-btns-area .flow-btn {
    margin-left: 8px;
  }

  .two-btns-area .flow-btn::after {
    right: 20px;
  }
}

.choiced1 {
  position: relative;
}

.choiced1:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/check1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 1096px) {
  .choiced1:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.choiced2 {
  position: relative;
}

.choiced2:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/check2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 1096px) {
  .choiced2:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

@media only screen and (min-width: 1097px) {
  .max340 {
    display: none;
  }
}

.reference2 {
  font-size: 11px;
  vertical-align: middle;
}

/*以下、setumon3*/

.setumon3 {
  overflow: hidden;
}

@media only screen and (max-width: 1400px) and (min-width: 641px) {
  .setumon3 {
    background-image: url(../img/setumon3/setumon3_04.png);
    background-repeat: no-repeat;
    background-position: bottom 100px right 20px;
    background-size: 90px;
  }
}

@media only screen and (max-width: 640px) {
  .setumon3 {
    background-image: url(../img/setumon3/setumon3_04.png);
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;
    background-size: 90px;
  }
}

.levels-btn-block {
  padding-top: 50px;
}

@media only screen and (max-width: 1096px) {
  .levels-btn-block {
    padding-top: 30px;
  }
}

.levels-block {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1096px) {
  .levels-block {
    margin-bottom: 30px;
  }
}

.level {
  background-color: #fff;
  width: 1000px;
  padding: 30px 100px 70px;
  align-items: center;
  border-radius: 10px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1096px) {
  .level {
    padding: 20px 40px 64px;
    width: 95%;
    border-radius: 5px;
  }

  .level:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1097px) {
  .level:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.level-num {
  color: #8f262a;
  font-family: 'Overpass', sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: 30px;
}

@media only screen and (max-width: 1096px) {
  .level-num {
    font-size: 18px;
    top: 15px;
    left: 20px;
  }
}

.level-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 57px;
}

@media only screen and (max-width: 1096px) {
  .level-ttl {
    font-size: 13px;
    margin-bottom: 28px;
  }
}

.level-choices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff7f7;
  height: 20px;
}

@media only screen and (max-width: 1096px) {
  .level-choices {
    height: 12px;
  }
}

.level-choice {
  background-color: #aaa;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 1096px) {
  .level-choice {
    width: 18px;
    height: 18px;
  }
}

.level-choice:before {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  pointer-events: none;
}

@media only screen and (max-width: 1096px) {
  .level-choice:before {
    font-size: 10px;
    top: 26px;
    font-weight: bold;
  }

  .level-choice1:before {
    content: '予防\Aしたい';
    white-space: pre;
  }

  .level-choice2:before {
    content: '少し\A気になる';
    white-space: pre;
  }

  .level-choice3:before {
    content: 'とても\A悩んでいる';
    white-space: pre;
  }

  .level-choice4:before {
    content: '長年\A悩んでいる';
    white-space: pre;
  }
}

@media only screen and (min-width: 1097px) {
  .level-choice1:before {
    content: '予防したい';
    width: 80px;
  }

  .level-choice2:before {
    content: '少し気になる';
    width: 96px;
  }

  .level-choice3:before {
    content: 'とても悩んでいる';
    width: 128px;
  }

  .level-choice4:before {
    content: '長年悩んでいる';
    width: 112px;
  }
}

.level-choiced {
  position: relative;
}

.level-choiced:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 1096px) {
  .level-choiced:after {
    width: 18px;
    height: 18px;
  }
}

/*以下、setumon4*/

.setumon4 {
  overflow: hidden;
}

@media only screen and (max-width: 1400px) and (min-width: 641px) {
  .setumon4 {
    background-image: url(../img/setumon4/setumon4_05.png);
    background-repeat: no-repeat;
    background-position: bottom 100px right 20px;
    background-size: 90px;
  }
}

@media only screen and (max-width: 640px) {
  .setumon4 {
    background-image: url(../img/setumon4/setumon4_05.png);
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;
    background-size: 90px;
  }
}

/*以下、kekka*/

.result-of-analysis {
  background-color: #fff;
  position: relative;
  text-align: center;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  background-image: url(../img/kekka/kekka-bg.png);
  background-size: cover;
}

.result-of-analysis-ttl {
  font-weight: bold;
  /*font-family: '游明朝', 'Noto Serif JP';*/
  margin-bottom: 52px;
  position: relative;
  display: inline-block;
}

.reference3 {
  font-size: 14px;
  vertical-align: text-top;
}

.ideal-skin-notes {
  position: absolute;
  top: 20px;
  right: 0;
}

.reference4 {
  font-size: 12px;
  vertical-align: text-top;
}

.ttl-beige {
  color: #f194a9;
}

table {
  table-layout: fixed;
}

table,
td,
th {
  width: 100%;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

th {
  background-color: #f194a9;
  color: #fff;
}

td {
  background-color: #fff;
}

.worry-table th {
  /*width: calc(50% * 110 / 600);*/
  width: 9.16%;
  height: 80px;
  font-size: 20px;
}

.worry-table td {
  /*width: calc(50% * 490 / 600);*/
  width: 40.83%;
  text-align: left;
  padding: 0 30px;
  height: 80px;
  position: relative;
  font-size: 20px;
}

@-moz-document url-prefix() {
  .worry-table {
    background-color: #333;
    border-collapse: separate;
    border-spacing: 1px;
  }

  .worry-table td {
    padding: 5px 20px;
    background-color: #fff;
  }
}

@media all and (-ms-high-contrast: none) {
  .worry-table {
    background-color: #333;
    border-collapse: separate;
    border-spacing: 1px;
  }

  .worry-table td {
    padding: 5px 20px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 750px) {
  .worry-table tr {
    display: block;
  }

  .worry-table th,
  .worry-table td {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .worry-table td {
    font-size: 14px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 641px) {
  .worry-table td {
    font-size: 18px;
  }
}

.diagnosis-table th {
  height: 70px;
  font-size: 30px;
}

.diagnosis-table td {
  height: 120px;
  font-size: 24px;
  text-align: center;
  padding: 0 10px;
}

#diagnosis {
  text-align: left;
  display: inline-block;
}

.reference5 {
  font-size: 12px;
  vertical-align: text-top;
  font-weight: normal;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

@media only screen and (max-width: 780px) {
  .diagnosis-table th {
    font-size: 28px;
  }
}

@media only screen and (max-width: 700px) {
  .diagnosis-table th {
    font-size: 26px;
  }

  .diagnosis-table td {
    height: 85px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 680px) {
  .diagnosis-table th {
    font-size: 22px;
  }
}

@media only screen and (max-width: 550px) {
  .diagnosis-table th {
    font-size: 17px;
    height: 55px;
  }

  .diagnosis-table td {
    height: 65px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 450px) {
  .diagnosis-table th {
    font-size: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .diagnosis-table th {
    font-size: 13px;
  }

  .diagnosis-table td {
    height: 60px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px) {
  .diagnosis-table th {
    font-size: 12px;
  }
}

.canvas-wrap {
  padding: 55px 0;
  height: 550px;
  width: auto;
}

canvas {
  height: 100%;
  width: 100%;
}

.graph-area {
  position: relative;
}

.graph-area1:before,
.graph-area2:before,
.graph-area3:before,
.graph-area4:before,
.graph-area5:before,
.graph-area6:before {
  position: absolute;
  font-size: 16px;
}

.graph-area1:before {
  content: '乾燥';
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.graph-area2:before {
  content: 'シミ';
  top: 25%;
  right: 50%;

  /*transform: translateX(calc(50% + 210px));*/
  transform: translateX(50%) translateX(210px);
}

.graph-area3:before {
  content: '毛穴の目立ち';
  bottom: 24%;
  width: 60px;
  right: 50%;
  /*transform: translateX(calc(50% + 210px));*/
  transform: translateX(50%) translateX(210px);
}

.graph-area4:before {
  content: 'ハリ不足';
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.graph-area5:before {
  content: 'テカリ';
  bottom: 27%;
  left: 50%;
  /*transform: translateX(calc(-50% - 210px));*/
  transform: translateX(-50%) translateX(-210px);
}

.graph-area6:before {
  content: '敏感肌';
  top: 25%;
  left: 50%;
  /*transform: translateX(calc(-50% - 210px));*/
  transform: translateX(-50%) translateX(-210px);
}

@media only screen and (max-width: 640px) {
  .graph-area2:before {
    top: 22%;
    /*transform: translateX(calc(50% + 155px));*/
    transform: translateX(50%) translateX(155px);
  }

  .graph-area3:before {
    bottom: 18%;
    /*transform: translateX(calc(50% + 155px));*/
    transform: translateX(50%) translateX(155px);
  }

  .graph-area5:before {
    bottom: 22%;
    /*transform: translateX(calc(-50% - 155px));*/
    transform: translateX(-50%) translateX(-155px);
  }

  .graph-area6:before {
    top: 21%;
    /*transform: translateX(calc(-50% - 155px));*/
    transform: translateX(-50%) translateX(-155px);
  }
}

@media only screen and (max-width: 450px) {
  .graph-area1:before {
    top: 9%;
  }

  .graph-area4:before {
    bottom: 8%;
  }
}

@media only screen and (max-width: 400px) {
  .graph-area1:before {
    top: 13%;
  }

  .graph-area2:before {
    top: 25%;
    /*transform: translateX(calc(50% + 130px));*/
    transform: translateX(50%) translateX(130px);
  }

  .graph-area3:before {
    bottom: 20%;
    /*transform: translateX(calc(50% + 119px));*/
    transform: translateX(50%) translateX(119px);
  }

  .graph-area4:before {
    bottom: 13%;
  }

  .graph-area5:before {
    bottom: 24%;
    /*transform: translateX(calc(-50% - 120px));*/
    transform: translateX(-50%) translateX(-120px);
  }

  .graph-area6:before {
    top: 25%;
    /*transform: translateX(calc(-50% - 119px));*/
    transform: translateX(-50%) translateX(-119px);
  }
}

@media only screen and (max-width: 350px) {
  .graph-area1:before {
    top: 17%;
  }

  .graph-area2:before {
    top: 28%;
    /*transform: translateX(calc(50% + 110px));*/
    transform: translateX(50%) translateX(110px);
  }

  .graph-area3:before {
    bottom: 23%;
    /*transform: translateX(calc(50% + 100px));*/
    transform: translateX(50%) translateX(100px);
  }

  .graph-area4:before {
    bottom: 17%;
  }

  .graph-area5:before {
    bottom: 26%;
    /*transform: translateX(calc(-50% - 101px));*/
    transform: translateX(-50%) translateX(-101px);
  }

  .graph-area6:before {
    top: 27%;
    /*transform: translateX(calc(-50% - 101px));*/
    transform: translateX(-50%) translateX(-101px);
  }
}

.graph-area1_marked:before,
.graph-area2_marked:before,
.graph-area3_marked:before,
.graph-area4_marked:before,
.graph-area5_marked:before,
.graph-area6_marked:before {
  color: #fff;
  background-color: #f194a9;
  padding: 0 10px 2px;
}

.graph-area3_marked:before {
  width: 70px;
}

@media only screen and (min-width: 641px) {

  .graph-area2_marked:before,
  .graph-area3_marked:before {
    /*transform: translateX(calc(50% + 220px));*/
    transform: translateX(50%) translateX(220px);
  }

  .graph-area5_marked:before,
  .graph-area6_marked:before {
    /*transform: translateX(calc(-50% - 220px));*/
    transform: translateX(-50%) translateX(-220px);
  }
}

@media only screen and (max-width: 640px) {
  .graph-area2_marked:before {
    /*transform: translateX(calc(50% + 165px));*/
    transform: translateX(50%) translateX(165px);
  }

  .graph-area3_marked:before {
    /*transform: translateX(calc(50% + 169px));*/
    transform: translateX(50%) translateX(169px);
  }

  .graph-area5_marked:before {
    /*transform: translateX(calc(-50% - 171px));*/
    transform: translateX(-50%) translateX(-171px);
  }

  .graph-area6_marked:before {
    /*transform: translateX(calc(-50% - 169px));*/
    transform: translateX(-50%) translateX(-169px);
  }
}

@media only screen and (max-width: 450px) {
  .graph-area2_marked:before {
    /*transform: translateX(calc(50% + 155px));*/
    transform: translateX(50%) translateX(155px);
  }

  .graph-area3_marked:before {
    /*transform: translateX(calc(50% + 152px));*/
    transform: translateX(50%) translateX(152px);
  }

  .graph-area5_marked:before {
    /*transform: translateX(calc(-50% - 150px));*/
    transform: translateX(-50%) translateX(-150px);
  }

  .graph-area6_marked:before {
    /*transform: translateX(calc(-50% - 145px));*/
    transform: translateX(-50%) translateX(-145px);
  }
}

@media only screen and (max-width: 400px) {
  .graph-area2_marked:before {
    /*transform: translateX(calc(50% + 128px));*/
    transform: translateX(50%) translateX(128px);
  }

  .graph-area3_marked:before {
    /*transform: translateX(calc(50% + 127px));*/
    transform: translateX(50%) translateX(127px);
  }

  .graph-area5_marked:before {
    /*transform: translateX(calc(-50% - 128px));*/
    transform: translateX(-50%) translateX(-128px);
  }

  .graph-area6_marked:before {
    /*transform: translateX(calc(-50% - 130px));*/
    transform: translateX(-50%) translateX(-130px);
  }
}

@media only screen and (max-width: 350px) {
  .graph-area2_marked:before {
    /*transform: translateX(calc(50% + 102px));*/
    transform: translateX(50%) translateX(102px);
  }

  .graph-area3_marked:before {
    /*transform: translateX(calc(50% + 100px));*/
    transform: translateX(50%) translateX(100px);
  }

  .graph-area5_marked:before {
    /*transform: translateX(calc(-50% - 100px));*/
    transform: translateX(-50%) translateX(-100px);
  }

  .graph-area6_marked:before {
    /*transform: translateX(calc(-50% - 100px));*/
    transform: translateX(-50%) translateX(-100px);
  }
}

.policy-area {
  text-align: center;
  border: 4px solid #f194a9;
  background-color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 1097px) {
  .policy-area {
    width: calc(1540 / 1920 * 100%);
    border-radius: 40px;
    padding: 47px 35px 50px 35px;
  }
}

@media only screen and (max-width: 1096px) {
  .policy-area {
    width: calc(710 / 750 * 100%);
    border-radius: 20px;
    padding: 20px;
  }
}

.policy-ttl {
  color: #f194a9;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (min-width: 601px) {
  .max600 {
    display: none;
  }
}

.policy-txt-box {
  display: inline-block;
}

.policy-txt {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.policy_p_no {
  color: #f194a9;
  font-size: 36px;
}

.policy {
  font-size: 24px;
  margin-left: 15px;
}

/*ieだけに適用*/
@media all and (-ms-high-contrast: none) {
  .policy-txt-box {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1350px) {
  .policy-ttl {
    margin-bottom: 20px;
  }

  .policy_p_no {
    font-size: 30px;
  }

  .policy {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1130px) {
  .policy-ttl {
    font-size: 26px;
  }

  .policy_p_no {
    font-size: 24px;
  }

  .policy {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1130px) and (min-width: 1097px) {
  .policy-area {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .policy {
    text-align: left;
  }

  .policy2_p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .policy-ttl {
    font-size: 20px;
  }

  .policy_p_no {
    font-size: 21px;
  }

  .policy {
    font-size: 14px;
  }
}

.policy-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 110px 0 110px;
  border-color: #f194aa transparent transparent transparent;
  margin: 50px auto;
}

@media only screen and (max-width: 1096px) {
  .policy-triangle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .policy-triangle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .policy-triangle {
    border-width: 40px 88px 0 88px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.recommended-area {
  background-image: url(../img/kekka/kekka-bg2.png);
  background-size: cover;
}

.recommended-column1-tag,
.recommended-column2-tag {
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 20px;
  min-height: 28px;
}

.recommended-column1-tag p{
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  text-align: center;
}

.recommended-column2-tag p {
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  text-align: center;
}

.recommended-tag-aging {
  background-color: #8f262a;
}
.recommended-column1-tag.recommended-tag-aging {
  background-color: #B60005;
}

.recommended-tag-clogged {
  background-color: #d5ad02;
}

.recommended-tag-darkened {
  background-color: #504b4b;
}

.recommended-tag-dull {
  background-color: #B0A8CB;
}

.recommended-tag-sensitive {
  background-color: #569793;

}

.recommended-detail-link {
  color: #f194a9;
  border-bottom: 1px solid #f194a9;
  padding-bottom: 5px;
  position: relative;
  font-size: 18px;
}

.recommended-detail-link::after {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #f194a9;
  border-right: 2px solid #f194a9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recommended-column2-li-detail-link-area {
  width: 100%;
  margin-top: 15px;
}

.recommended-column1-li-ttl {
  font-size: 28px;
}

.recommended-column1-li-sub-ttl {
  font-size: 14px;
  line-height: 1.3;
  color: #969696;
  margin-bottom: 5px;
}

.recommended-column1-li-txt {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 10px;
}

.recommended-column2 {
  padding: 0 calc(40 / 1480* 100%) 96px;
}

@media only screen and (min-width: 1900px) {
  .recommended-column1 {
    padding: 0 calc(150 / 1480* 100%) 70px;
  }
  .recommended-column2 {
    padding: 0 calc(200 / 1480* 100%) 96px;
  }
}

@media only screen and (min-width: 1097px) {
  .result-of-analysis {
    border-radius: 40px;
    padding: 109px calc(110 / 1480 * 100%) 102px;
    margin: 0 auto 100px;
    width: calc(1540 / 1920 * 100%);
    min-width: calc(682px + 2 * (140 / 1480 * 100%));
  }

  .result-of-analysis-ttl {
    margin-bottom: 52px;
    font-size: 30px;
  }

  .result-of-analysis-ttl-goal {
    margin-bottom: 10px;
  }

  .ttl-beige {
    font-size: 46px;
  }

  .worry-left {
    width: 50%;
  }

  .worry-right {
    width: 50%;
  }

  .graph-area {
    width: 100%;
  }

  .recommended-area {
    width: calc(1540 / 1920 * 100%);
    padding-top: 97px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 40px;
  }

  /*変更箇所*/
  .recommended-column1-li {
    width: 100%;
    padding-bottom: 100px;
    padding: 0 calc(110 / 1480* 100%) 0;
    position: relative;
  }


  #recommended-column1-li-2nd.recommended-column1-li.darkened-none {
    width: 0px;
    margin-left: 0px;
  }

  .recommended-column1-li-detail-link-area {
    margin-top: 30px;
  }

  .recommended-detail-link::after {
    right: -20px;
    width: 10px;
    height: 10px;
  }

  .recommended-detail-link:hover {
    opacity: 0.7;
  }

  .recommended-detail-link::after:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1096px) {
  .result-of-analysis {
    padding: 50px calc(40 / 750 * 100%);
    width: calc(710 / 750 * 100%);
    margin: 0 auto 50px;
    border-radius: 20px;
  }

  .result-of-analysis:before {
    width: 120px;
    height: 28px;
  }

  .result-of-analysis-ttl {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .result-of-analysis-ttl-goal {
    margin-bottom: 5px;
  }

  .result-of-analysis-ttl .result-of-analysis-ttl-column1 {
    font-size: 18px;
  }

  .result-of-analysis-ttl-sp-sub {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .result-of-analysis-ttl-sp-main {
    font-size: 18px;
  }

  .ttl-beige {
    font-size: 24px;
  }

  .worry {
    display: block;
    text-align: center;
  }

  .worry-left {
    margin-bottom: 30px;
  }

  .worry-left-txt {
    font-size: 15px;
  }

  .worry-left-item:first-child {
    margin-bottom: 15px;
  }

  .worry-left-icon {
    width: 50px;
    height: 50px;
  }

  .worry-left-item-trouble {
    font-size: 22px;
  }

  .trouble-notes {
    margin-right: -50px;
  }

  .worry-left-item-trouble-level {
    font-size: 15px;
  }

  .worry-left-item-trouble,
  .worry-left-item-trouble-level {
    margin-left: 10px;
  }

  .worry-right .canvas-wrap {
    height: 60vw;
  }

  table th {
    font-size: 13px;
    height: 40px;
  }

  table td {
    font-size: 11px;
    height: 70px;
  }

  .recommended-area {
    width: calc(710 / 750 * 100%);
    margin: 0 auto;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    background-position: 5% 110%;
  }

  .recommended-column1 {
    padding: 0 calc(40 / 750* 100%) 50px;
  }

  .recommended-column1-li-img {
    text-align: center;
    padding: 30px 0;
  }
  #recommended-column1-li-2nd .recommended-column1-li-img, #recommended-column1-li-3rd .recommended-column1-li-img {
    padding: 0;
}

  .recommended-column1-li-detail-link-area {
    margin-top: 25px;
  }

  .recommended-detail-link::after {
    right: -10px;
    width: 6px;
    height: 6px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1096px) {
  .result-of-analysis-ttl {
    font-size: 20px;
  }

  .result-of-analysis-ttl .result-of-analysis-ttl-column1 {
    font-size: 26px;
  }

  .ttl-beige {
    font-size: 30px;
  }

  .recommended-detail-link {
    font-size: 18px;
  }

  .recommended-column1-li img {
    width: 43%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1096px) {
  .ideal-skin-notes {
    top: 20px;
    right: -80px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 799px) {
  .ideal-skin-notes {
    top: 20px;
    right: -30px;
  }
}

@media only screen and (max-width: 1096px) {
  .darkened-none {
    display: none;
  }
}

@media only screen and (min-width: 491px) and (max-width: 1461px) {
  .recommended-detail-link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 490px) {
  .recommended-column2-li-detail-link-area .recommended-detail-link {
    font-size: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .reference3 {
    font-size: 12px;
    vertical-align: initial;
  }

  .ideal-skin-notes {
    top: 12px;
    right: -15px;
  }

  .reference4 {
    font-size: 11px;
    vertical-align: initial;
  }

  .recommended-column2 {
    padding: 0 calc(20 / 750* 100%) 96px;
  }

  .recommended-column2-li {
    position: relative;

  }

  .recommended-ttl {
    font-size: 20px;
  }

  .recommended-column1-li-sub-ttl {
    font-size: 12px;
  }

  .recommended-column1-li-ttl {
    margin-top: 0;
    font-size: 20px;
  }

  .recommended-column1-li-txt {
    font-size: 12px;
  }

  .recommended-column1-li img {
    width: 65%;
  }
}

.product_txt_reference {
  font-size: 10px;
  margin-top: 20px;
}

.recommended-column2 .product_txt_reference {
  margin-top: 10px;
}

.ref {
  font-size: 10px;
  vertical-align: super;
}

/*ここから追加*/

.recommended-ttl {
  text-align: center;
  /*font-family: '游明朝', 'Noto Serif JP';*/
  font-size: 40px;
}

.recommended-column2 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.recommended-column2-li {
  width: calc(50% - 9px);
  margin: 10px 11px 30px;
  padding: 40px 10px;
  background-color: #fff;
}

.btn-wrap {
  margin-top: 30px;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.recommended-column2-li-ttl {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.recommended-column2-li-txt {
  font-size: 16px;
  line-height: 1.6;
}

.recommended-column2-li-sub-ttl {
  font-size: 13px;
  line-height: 1.3;
  color: #969696;
  margin-bottom: 5px;
}

.recommended-column2-li-img {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 240px;
}

.recommended-column2-li-img img {
  margin: 0 auto;
  max-width: 136px;
  max-height: 200px;
}

.recommended-column2-li-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.sub-info {
  font-size: 14px;
}
.recommended-column2 .sub-info {
  font-size: 12px;
}

  .recommended-column1-tag p,
  .recommended-column2-tag p {
        display: inline-flex;
        align-items: center;
        gap: 2px;
  }
.tag-note {
  font-size: 0.7em;
  position: relative;
  top: -0.4em;
}


@media only screen and (min-width: 1097px) {
  .column-box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .recommended-column2-li-detail-link-area {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .recommended-column2-li {
    width: calc(50% - 20px);
    flex: 1;
    min-width: 43%;
  }

  .recommended-column2-li:last-child {
    flex: unset;
  }

  /*.recommended-column2-li:nth-child(even) {
    margin-left: 22px;
  }*/

  /*.recommended-column2-li:nth-child(-n+2) {
    margin-bottom: 30px;
  }*/

  .recommended-column1-li-img {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 30%;
  }

  .recommended-column1-li-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6%;
    width: 63%;
  }

}

@media only screen and (max-width: 1096px) {
  .recommended-column2-li {
    width: calc(50% - 18px);
    margin: 10px 9px 30px;
  }
  .recommended-ttl {
    font-size: 30px;
  }

  .recommended-column2-li-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 180px;
    padding: 0;
  }

  .recommended-column2-li-img img {
    max-height: 100%;
    margin: 0 auto;
  }

  .recommended-column2-li-desc {
    width: 90%;
    margin: 20px auto 0;
  }

  .recommended-column2-li:nth-child(-n+2) {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 640px) {

  .recommended-ttl {
    font-size: 20px;
  }

  .recommended-column2-li {
    padding: 12px 5px;

    width: calc(50% - 18px);
    margin: 10px 9px 30px;
  }

  .recommended-column2-li-img {
    height: 120px;
  }

  .recommended-column2-li-img img {
    max-width: 95px;
    max-height: 120px;
  }

  .recommended-column2-li-sub-ttl {
    font-size: 11px;
  }

  .recommended-column2-li-ttl {
    font-size: 14px;
  }

  .recommended-column2-li-txt {
    font-size: 10px;
  }

  .product_txt_reference {
    margin-top: 5px;
  }

  .recommended-column1-tag,
  .recommended-column2-tag {
    min-height: unset;
  }

  .recommended-column1-tag p,
  .recommended-column2-tag p {
    font-size: 11px;
    padding: 2px 12px;
  }

  .recommended-column2-li {
    padding: 30px 4px;
  }

  .c-btn02 .btn-txt {
    font-size: 15px;
  }

  .c-btn02 .ico {
    right: 30px;
  }

  .recommended-column2 .c-btn02 .ico {
    right: 9px;
  }

  .sub-info, .recommended-column2 .sub-info {
    font-size: 10px;
  }

  .ico .c-svg {
    width: 18px;
    height: 4px;
  }
}

/* 241204_abe */
.recommended-tag-darkened {
  background-color: #352E3A;
}

/* 250415_abe */
.recommended-tag-clogged {
  background-color: #FDB80F;
}


/* 250604_watanabe @cosmeエンブレムの設置 */
#product_img1 {
  position: relative;
}
img.emblem_icon_01 {
  display: inline-block;
  width: 26%;
  position: absolute;
  top: -90%;
  left: -11%;
}
@media only screen and (max-width: 1097px) {
  img.emblem_icon_01 {
    left: -34%;
  }
}
@media only screen and (max-width: 640px) {
  img.emblem_icon_01 {
    width: 28%;
    top: -144%;
    left: -7%;
  }
  .recommended-column1-li img.clbb-ex {
    padding: 70px 0 0 74px;
  }
}
@media only screen and (max-width: 420px) {
  .recommended-column1-li img.clbb-ex {
    padding: 34px 0 0 44px;
  }
}

/* 20251113_watanabe バームブラックの肌診断結果ページ「おすすめ商品」の変更*/
.blackrepeir-none {
  display: none;
}       
/* 20251113_watanabe 肌診断の結果ページにバナー表示*/
.banner_img {
  width: 100%;
  text-align: center;
  margin: -20px auto 0;
  padding: 0 calc(50 / 1480 * 100%) 225px;
}
.banner_img img {
  display: inline-block;
  overflow: hidden;
}
.first-time-limited-ttl {
  margin-bottom: 40px!important;
}
@media only screen and (min-width: 1900px) {
  .banner_img {
    padding: 0 calc(210 / 1480 * 100%) 120px;
  }
}
@media only screen and (max-width: 1096px) {
  .banner_img {
    margin: -60px auto 0;
  }
  .first-time-limited-ttl {
    margin-bottom: 20px!important;
  }
}

@media only screen and (max-width: 640px) {
  .banner_img {
    padding: 0 calc(32 / 750 * 100%) 110px;
  }
}

/*202512_肌診断の結果ページの改修*/
/*グラフ調整*/
.graph-area1_marked:before, .graph-area2_marked:before, .graph-area3_marked:before, .graph-area4_marked:before, .graph-area5_marked:before, .graph-area6_marked:before {
  color: #333;
  background-color: unset;
  padding: 0 10px 2px;
}
@media only screen and (max-width: 750px) {
  .canvas-wrap {
    padding: 50px 0;
    height: 340px;
    width: auto;
  }
}
@media only screen and (max-width: 400px) {
  .graph-area1:before {
    top: 9%;
  }
  .graph-area2:before {
    top: 20%;
    right: 62%;
  }
  .graph-area3:before {
    bottom: 14%;
    right: 62%;
  }
  .graph-area4:before {
    bottom: 8%;
  }
  .graph-area5:before {
    bottom: 18%;
    left: 62%;
  }
  .graph-area6:before {
    top: 20%;
    left: 62%;
  }
  .graph-area1:before, .graph-area2:before, .graph-area3:before, .graph-area4:before, .graph-area5:before, .graph-area6:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .graph-area1:before {
    top: 10%;
  }
  .graph-area2:before {
    top: 20%;
    right: 60%;
  }
  .graph-area3:before {
    right: 55%;
    bottom: 15%;
    line-height: 1.25;
  }
  .graph-area4:before {
    bottom: 8%;
  }
  .graph-area5:before {
    bottom: 18%;
    left: 56%;
  }
  .graph-area6:before {
    top: 20%;
    left: 56%;
  }
}

/*ブラックエンブレム調整*/
@media only screen and (max-width: 1097px) {
  img.emblem_icon_01 {
    left: -25%;
  }
}
@media only screen and (max-width: 750px) {
  img.emblem_icon_01 {
    width: 28%;
    top: -105%;
    left: -7%;
  }
}

/*ブラック用バナー表示調整*/
.banner_img .recommended-ttl {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
}
@media only screen and (min-width: 1900px) {
  .banner_img {
    padding: 0 calc(210 / 1480 * 100%) 260px;
  }
}
.banner_img {
  padding: 0 calc(50 / 1480 * 100%) 280px;
  margin: -190px auto 0;
}
@media only screen and (max-width: 750px) {
  .banner_img {
    padding: 0 calc(32 / 750 * 100%) 138px;
  }
  .banner_img {
    margin: -60px auto 0;
  }
}
.banner_img-none {
  display: none;
}

sup {
  font-size: 10px !important;
}
.reference3 {
  font-size: 12px;
  vertical-align: super;
}
.ideal-skin {
  position: relative;
}
.ideal-skin-notes {
  top: 18px;
}
.inner-block {
  position: relative;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
}
.kekka #header-area h1{
  background: #f194a9; 
  text-align: center; 
  width: 100%; 
  padding: 20px;
  font-size: 26px;
  color:#ffffff;
  font-weight:600;
}
.diagnosis-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}
.diagnosis-result {
  text-align: center;
  padding: 40px calc(40 / 1480 * 100%);
}
#diagnosis {
  font-size: 24px;
}
.result-of-analysis-ttl-goal {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.result-of-recommended-item {
  font-size: 32px;
  font-weight: 500;
}
.result-of-analysis {
  box-shadow: none;
  background-image: none;
}
.product_txt_reference {
  line-height: 1.5;
}
.iyaku-label {
  display: block;
  font-size: 10px;
  padding: 6px 6px;
  width: 62px;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  border: solid 1px #414141;
  font-weight: 500;
  padding: 3px;
}
@media only screen and (min-width: 1097px) {
  .result-of-analysis {
    padding: 50px calc(110 / 1480 * 100%) 40px;
  }
  .recommended-area {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 751px) {
  .product_txt_reference {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1096px) {
  .diagnosis-result {
    padding: 40px calc(40 / 750 * 100%);
  }
  .banner_img .recommended-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .ideal-skin-notes {
    top: 12px;
  }
  .reference3 {
    font-size: 10px;
    vertical-align: super;
  }
  .reference4 {
    font-size: 10px;
  }
  .sub-info {
    margin-top: 5px;
  }
  .product_txt_reference {
    margin-top: 20px;
  }

  .kekka #header-area h1{
    font-size: 19px;
  }
  .diagnosis-title {
    font-size: 22px;
  }
  #diagnosis {
    font-size: 18px;
  }
  .recommended-ttl {
    padding: 0 calc(40 / 750 * 100%);
    margin-bottom: 30px;
  }
  .result-of-analysis {
    padding: 0px calc(40 / 750 * 100%);
  }
  .result-of-analysis-ttl-goal {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .result-of-recommended-item{
    font-size: 20px;
  }
  .recommended-column1-tag {
    margin-bottom: 14px;
  }
}
.skincare-policy-area {
    text-align: left;
    margin: 0 auto;
}
@media only screen and (min-width: 1097px) {
  .skincare-policy-area {
    width: calc(1540 / 1920 * 100%);
    padding: 47px 35px 50px 35px;
  }
}
@media only screen and (min-width: 751px) {
  .recommended-column1 {
    padding: 0 calc(50 / 1480 * 100%) 100px;
  }
  .recommended-ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1096px) {
  .recommended-area {
    width: calc(680 / 750 * 100%);
    margin: 80px auto 0;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    background-position: 5% 110%;
  }
}
@media only screen and (max-width: 1096px) {
  .skincare-policy-area {
    width: calc(710 / 750 * 100%);
    padding: 20px 0;
  }
}
.skincare-policy-area .policy-ttl {
  color: #f194a9;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.skincare-policy-item {
  display: flex;
  align-items: flex-start;
}
.skincare-policy-item:not(:last-child) {
  margin-bottom: 16px;
}
.skincare-policy-item-num {
  flex-shrink: 0;
  width: 50px;
  position: relative;
  line-height: 1;
  margin-top: 0.15em;
  color: #f194a9;
  font-size: 24px;
}
.skincare-policy-item-num::after {
  content: "｜";
  position: absolute;
  right: 0;
  top: 0;
  color: #f194a9;
}
.result-of-analysis::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 110px 0 110px;
  border-color: #fff transparent transparent transparent;
}
@media only screen and (max-width: 750px) {
  .skincare-policy-item-num {
    width: 40px;
    margin-top: 0.25em;
    font-size: 20px;
  }
  .result-of-analysis::after {
    bottom: -40px;
    border-width: 50px 60px 0 60px;
  }
  .skincare-policy-item-text {
    font-size: 14px;
  }
  .skincare-policy-area {
    padding: 0px 0 40px;
  }
  .skincare-policy-area .policy-ttl {
    font-size: 22px;
    margin: 10px 0 20px;
  }
}

.recommend-column {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto auto;
  padding: 0 calc(110 / 1480 * 100%) 0;
  align-items: center;
  gap: 0 60px;
}
.recommend-column-img {
  grid-row: 1 / 3;
  grid-column: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.recommend-column-text {
  grid-row: 1;
  grid-column: 2;
}
@media only screen and (min-width: 1097px) {
  .recommend-column-img {
    width: 100%;
  }
  .recommend-column-reviews {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .recommend-column {
    grid-template-columns: 1fr 1.9fr;
    grid-template-rows: auto auto;
    gap: 20px 16px;
    padding: 0;
}
.recommend-column-img {
  grid-row: 1;
  grid-column: 1;
  margin: 0 auto;
  width: 100%;
}
.recommend-column-reviews {
  grid-column: 1 / span 2;
  }
}

.c-btn02 {
  background: #f194a9;
  border: 1px solid #f194a9;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 19px 50px;
  position: relative;
}
.c-btn02::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-btn02 .btn-txt {
  font-size: 17px;
  text-align: center;
}
.recommend-column .c-btn02::before {
  right: 10%;
}

@media only screen and (min-width: 751px) {
  .c-btn02:hover {
    background: #fff;
    border: 1px solid #f194a9;
    color: #f194a9;
  }
  .c-btn02:hover::before {
    border-top: solid 1px #f194a9;
    border-right: solid 1px #f194a9;
  }
  .recommend-column .c-btn02 {
    width: calc(100% - 88px);
    max-width: 335px;
  }
}
@media only screen and (max-width: 1096px) {
  .c-btn02::before {
    width: 6px;
    height: 6px;
  }
  .c-btn02 .btn-txt {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 750px) {
  .recommend-column .c-btn02::before {
    right: 12%;
  }
}
.reviews-box {
  background: #F5F5F5;
  padding: 24px;
}
.reviews-box-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.reviews-box-stars {
  display: flex;
  gap: 4px;
}
.reviews-box-stars img {
  width: 15px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.reviews-box-name {
  font-size: 14px;
  color: #555;
  position: relative;
  top: 1px;
}
.reviews-box-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: left;
}
.reviews-box-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.reviews-box-link {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #333;
  text-decoration: underline;
}
.reviews-note {
  font-size: 10px;
  line-height: 1.5;
}
.reviews-note {
  margin-top: 10px;
}
.recommended-column1-li-ttl {
  font-weight: 500;
  line-height: 1.15;
}
@media only screen and (min-width: 751px) {
  .reviews-box-meta {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 8px;
  }
  .reviews-box-title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 0;
  }
  .reviews-box-text {
    grid-column: 1 / -1;
    margin-top: 8px;
  }
  .reviews-box-link {
    grid-column: 1 / -1;
  }
  .reviews-box__text {
    margin: 12px 0 0;
  }
}
@media only screen and (max-width: 912px) { 
  .c-btn02 .btn-txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .reviews-note {
    font-size: 10px;
  }
  .reviews-box-name {
    font-size: 11px;
  }
  .reviews-box-title, .reviews-box-text {
    font-size: 12px;
  }
  .reviews-box-link {
    font-size: 12px;
  }
  .recommended-column1-li-ttl {
    margin-top: 0;
    font-size: 16px;
  }
  .c-btn02 {
    width: 100%;
    min-width: 100%;
    padding: 14px 40px;
    text-align: center;
  }
  .c-btn02 .btn-txt {
    font-size: 14px;
  }
  .recommended-column1-li-txt {
    font-size: 12px;
  }
}

.step-care-column .recommended-ttl {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #f194a9;
}
.step-care-column .c-btn02::before {
  right: 20%;
}
.step-care-column #product_img1 {
  text-align: center;
}
.step-care-column-item {
  width: 30%;
  position: relative;
}
.step-care-column-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-care-column-img img{
  max-width: 190px;
  max-height: 190px;
}
/* ステップケア画像全体 */
.step-care-column-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 共通ラベル */
.step-care-column-img-label {
  display: inline-block;
  font-size: 10px;
  padding: 6px 6px;
  line-height: 1;
}
/* カテゴリラベル */
.step-care-category-label {
  background: #f5f3f3;
  border: none;
  margin-bottom: 16px;
  font-size: 13px;
  text-align: center;
}
.step-care-category-label span {
  padding-right: 4px;
  font-size: 17px;
  font-weight: 500;
}
/* 医薬部外品ラベル*/
.step-care-iyaky-label {
  display: block;
  font-size: 10px;
  padding: 6px 6px;
  width: 62px;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  border: solid 1px #414141;
  font-weight: 500;
  padding: 3px;
  margin-top: 4px;
}
.step-care-column-product_notice {
  color:#606060;
  font-size:10px;
  margin-top: 4px;
}
.recommended-column1-li-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6%;
  width: 63%;
}
.step-care-column-ttl {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.step-care-column-txt {
  font-size: 16px;
}

@media only screen and (min-width: 751px) {
  .stepcare-column {
    padding: 0 calc(40 / 1480 * 100%) 96px;
  }
  .step-care-column .c-btn02 {
    width: 100%;
    max-width: 335px;
    padding: 19px 50px;
  }
  .step-care-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 calc(50 / 1480 * 100%) 300px;
  }
  .step-care-column-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    padding: 0 54px;
  }
  .step-care-column-item {
    padding: 40px 10px;
    background-color: #fff;
    flex: 1;
  }
  .step-care-column-item-inner {
    padding: 0 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .step-care-column-desc {
    display: flex;
    flex-direction: column;
    flex: 1; 
  }
  .step-care-column-link {
    margin-top: auto;
    text-align: center;
  }
    .step-care-column-ttl {
    margin: 20px 0;
  }
  .step-care-column-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    right: 0;
    width: 1px;
    background: #E1DCD7;
  }
  .step-care-column-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #E1DCD7;
    z-index: 1;
  }
  .step-care-column-item:not(:last-child) .step-care-column-item-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    z-index: 2;
  }
}

@media only screen and (max-width: 1096px) {
  .step-care-column .c-btn02 {
    padding: 14px 20px;
  }
  .step-care-column .c-btn02::before {
      right: 12%;
  }
}

@media only screen and (max-width: 912px) { 
  .step-care-category-label {
    font-size: 12px;
  }
  .step-care-category-label span {
    font-size: 14px;
  }
  .step-care-column-ttl {
    font-size: 17px;
    margin: 12px 0 20px;
  }
  .step-care-column-img img {
    max-width: 160px;
    max-height: 160px;
  }
  .step-care-column-txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .stepcare-column .column-box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 0 16px;
  }
  .step-care-column .recommended-ttl {
    font-size: 22px;
  }
  .step-care-column .c-btn02::before {
    right: 16%;
  }
  .step-care-category-label {
    font-size: 8px;
    margin-bottom: 10px;
    letter-spacing: -0.08em;
  }
  .step-care-category-label span{
    font-size: 11px;
  }
  .step-care-iyaky-label {
    margin-top: 10px;
  }
  .step-care-column-link {
    margin-top: 20px;
  }
  .step-care-column-img {
    width: 28%;
  }

  .step-care-column-item-inner {
    display: flex;
    justify-content: space-around;
    gap: 0 16px;
  }
  .step-care-column-item {
    width: 100%;
  }
  .step-care-column-ttl {
    font-size: 16px;
    font-weight: 500;
  }
  .step-care-column-txt {
    font-size: 12px;
  }
  .step-care-column-desc {
    width: 66%;
    
  }
  .step-care-column-img img {
    max-width: 100px;
    max-height: 100px;
  }
  .step-care-column {
    padding: 0px 20px 150px;
  }
  .step-care-column-item {
    gap: 0 6px;
  }
  .step-care-column-item:not(:last-child) {
    padding-bottom: 34px;
  }
  .step-care-column-item:not(:first-child) {
    padding-top: 25px;
  }
  .step-care-column-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    height: 1px;
    background: #E1DCD7;
  }
  .step-care-column-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #E1DCD7;
    z-index: 1;
  }
  .step-care-column-item:not(:last-child) .step-care-column-item-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff; 
    z-index: 2;
  }
}