@charset "utf-8";
/* CSS Document */
.plus h3 {
    text-align: center;
    position: relative;
    padding: 0 0 14px;
    font-weight: normal;
    font-size: 180%;
    line-height: 1.5em;
}
.plus h3::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    margin: auto;
    border-bottom: 4px solid #FF9EB3;
    border-radius: 60px;
} 
.plus h4 span {
    color: #FF75A9;
    font-size: 70%;
}
.plus h4 {
    text-align: center;
    font-weight: bold;
    font-size: 180%;
    line-height: 1.5em;
}
.plus #arrange dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
.plus .title_m {
    text-align: center;
    position: relative;
    color: #FF75A9;
    font-size: 180%;
    line-height: 1.5em;
}
.plus .title_m:after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 5;
  width: 100%;
  height: 8px;
  background: linear-gradient(
    -45deg,
    #fff 25%, #fdf1f1 25%,
    #fdf1f1 50%, #fff 50%,
    #fff 75%, #fdf1f1 75%,
    #fdf1f1
  );
  background-size: 8px 8px;
}
.plus #check dl dt {
    font-size: 110%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}
.plus #check dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
.plus #cam {
    background-color: #FDF1F1;
    padding-bottom: 30px;
}
.plus .marker {
    background-color: #FFF0D7;
}
.plus #foryou .you {
  position: relative; /* 三角の位置を固定するために設定 */
  /*width: 300px;  幅 */
  margin: 0 auto 30px; /* 上 左右 下のマージン */
  padding: 20px; /* ふきだし内の余白 */
  background: #fff; /* 背景色 */
  border: 1px solid #ddd; /* 線色 */
  border-radius: 10px;
}
.plus #foryou .you ::before,
.plus #foryou .you ::after { /* 三角 */
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.plus #foryou .you ::before { /* 線になる部分 */
  border-top-color: #ddd; /* 吹き出しの線の色と同じ色 */
  bottom: -28px;
}
.plus #foryou .you ::after { /* 地の部分 */
  border-top-color: #fff; /* 吹き出しの背景色と同じ色 */
  bottom: -27px;
}
.plus #foryou .you p {
  font-size: 16px;
  line-height: 1.5em;
}
.plus #foryou p.staff {
    font-size: 20px;
    font-weight: bold;
    color: #575757;
    line-height: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.plus #foryou p.staff span {
    color: #ff75a9;
}
.plus .foryou {
    background-image: url(https://araitai.itembox.design/item/item_images/sunnydasy/plus_ru/top/you_bg4.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80% auto;
    padding-bottom: 30px;
}
.plus #voice div {
    padding: 15px;
    border: 1px dashed #C3C3C3;
    background-color: #FFFCFC;
    border-radius: 10px;
}
.set_box {
	padding: 15px;
	border: 1px solid #D1D1D1;
	color: #000000;
}
.btn_set {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-radius: 60px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	color: #1E1E1E;
	font-size: 14px;
	text-decoration: none;
	background-color: #FFD6D6;
	font-weight: bold;
}

