@charset "utf-8";
/*****************************/
/**** 2021.0421 追記 *****/
/*****************************/
/*PC*/
.pc {
  display: block;
}
.sp {
  display: none!important;
}

/* 注文ボタン */
.futon_course_btn a,
.futon_course_btn_01 a {
  width: 600px;
  margin: 0 auto;
  padding: 15px 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #5cb4d5;
  border-radius: 10px;
  line-height: normal;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  transition: 0.3s;
  letter-spacing: 2px;
  z-index: 1;
}
.futon_course_btn a:hover,
.futon_course_btn_01 a:hover {
  background: #78c6e4;
}
.futon_course_btn a::before,
.futon_course_btn_01 a::before {
  content: "";
  width: 97.5%;
  height: 87%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
}
.futon_course_btn a span,
.futon_course_btn_01 a span {
  font-size: 30px;
}
.futon_course_btn_01 {
  margin-top: -60px;
}

.inner01 {
  width: 90%;
  margin: 0 auto;
}
.inner02 {
  width: 80%;
  margin: 0 auto;
}
.inner03 {
  width: 75%;
  margin: 0 auto;
}


/* TOP */
.futon_course_top {
  position: relative;
  overflow: hidden;
}
.futon_course_top img {
  transition: 0.3s;
}
.futon_course_top span.large {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  bottom: 26%;
  left: 17%;
}
.futon_course_top span.small {
  font-size: 10px;
  position: absolute;
  bottom: 24%;
  left: 20%;
}
.futon_course_top span.blue {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 17%;
  left: 22%;
  color: #465167;
}

/* 実は、ふとんはこんなに汚れています */
.futon_course_02 {
  margin: 100px auto 0;
  text-align: center;
}
.futon_course_02 h2 {
  color: #465167;
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.futon_course_02 h2::before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/futon-course/fp_item-cleaning_futon_course01.png) center center /contain no-repeat;
  position: absolute;
  top: -30px;
  right: -35px;
}
.futon_course_02 h2::after {
  content: "";
  background: url(../img/futon-course/fp_item-cleaning_futon_course02.png) center center /contain no-repeat;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -67px;
}
.futon_course_02_con {
  margin: 45px auto 0;
  position: relative;
  overflow: hidden;
}
.futon_course_02_con ul {
  margin: 0 auto;
  display: flex;
}
.futon_course_02_con li {
  width: 32%;
}
.futon_course_02_con li:nth-of-type(2) {
  margin: 0px 3%;
}
.futon_course_02_con li img {
  width: 100%;
}
.futon_course_02_con li h3 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.futon_course_02_con li p {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}

/* ふとん丸洗いで汗もダニもすっきりキレイに */
.futon_course_03 {
  margin: 100px auto 0;
  text-align: center;
  overflow: hidden;
}
.futon_course_03 h2 {
  margin: 0px auto 25px;
  color: #5cb4d5;
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.futon_course_03 h2::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/futon-course/fp_item-cleaning_futon_course06.png) center center /contain no-repeat;
  position: absolute;
  top: -5px;
  left: -90px;
}
.futon_course_03 h2::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/futon-course/fp_item-cleaning_futon_course07.png) center center /contain no-repeat;
  position: absolute;
  top: -5px;
  right: -85px;
}
.futon_course_03 p {
  margin: 0 auto -40px;
  position: relative;
  z-index: 1;
}
.futon_course_03 img {
  transition: 0.8s;
}

/* LACURIが選ばれる5つの理由 */
.futon_course_04 {
  margin: 100px auto 0;
  text-align: center;
  overflow: hidden;
}
.futon_course_04 > img {
  width: 200px;
  height: auto;
}
.futon_course_04 h2 {
  color: #465167;
  font-size: 40px;
  font-weight: bold;
}
.futon_course_04 h2 img {
  width: auto;
  height: auto;
  margin: -20px auto 10px;
  vertical-align: middle;
}
.futon_course_04_con {
  margin: 0 auto;
}
.futon_course_04_con ul {
  margin: 0 auto;
  text-align: left;
}
.futon_course_04_con li {
  margin: 40px auto 0;
  display: flex;
}
.futon_course_04_con li div {
  width: 60%;
  padding-top: 10px;
  padding-right: 4%;
}
.futon_course_04_con li h3 {
  padding-left: 80px;
  color: #465167;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.futon_course_04_con li h3::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.futon_course_04_con li:nth-of-type(1) h3::before {
  background: url(../img/futon-course/01.png) center center /contain no-repeat;
}
.futon_course_04_con li:nth-of-type(2) h3::before {
  background: url(../img/futon-course/02.png) center center /contain no-repeat;
}
.futon_course_04_con li:nth-of-type(3) h3::before {
  background: url(../img/futon-course/03.png) center center /contain no-repeat;
}
.futon_course_04_con li:nth-of-type(4) h3::before {
  background: url(../img/futon-course/04.png) center center /contain no-repeat;
}
.futon_course_04_con li:nth-of-type(5) h3::before {
  background: url(../img/futon-course/05.png) center center /contain no-repeat;
}
.futon_course_04_con li h3::after {
  content: "/";
  position: absolute;
  top: -2px;
  left: 56px;
  font-size: 35px;
  font-weight: normal;
}
.futon_course_04_con li h3 span.large {
  color: #5cb4d5;
  font-size: 28px;
}
.futon_course_04_con li h3 span.note {
  margin-top: 6px;
  color: #000;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
.futon_course_04_con li h3 span.option {
  margin-left: 10px;
  padding: 4px 15px 1px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #555;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 1px;
  vertical-align: text-top;
}
.futon_course_04_con li p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.futon_course_04_con li img {
  width: 40%;
  max-width: 330px;
  height: auto;
  max-height: 195px;
}
.futon_course_04_con .note_list {
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.8;
}
.futon_course_04_con .note_list h4 {
  margin-bottom: 6px;
  color: #465167;
  font-size: 20px;
  font-weight: bold;
}
.futon_course_04_con .note_list p {
  font-size: 13px;
  font-weight: bold;
}

/* 安心・安全のためのこだわり */
.futon_course_05 {
  margin: 60px auto 0;
  padding: 40px 0;
  text-align: center;
  background: #cee8f2;
  overflow: hidden;
}
.futon_course_05 h2 {
  color: #5cb4d5;
  font-size: 28px;
  font-weight: bold;
}
.futon_course_05 ul {
  margin: 20px auto 0;
  display: flex;
}
.futon_course_05 li {
  width: 21%;
  margin: 0 2%;
}
.futon_course_05 li img {
  width: 180px;
  height: auto;
}
.futon_course_05 li h3 {
  margin-top: -5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.futon_course_05 li p {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}

/* 料金について */
.futon_course_06 {
  margin: 60px auto 0;
  text-align: center;
  overflow: hidden;
}
.futon_course_06 h2 {
  color: #465167;
  font-size: 35px;
  font-weight: bold;
}
.futon_course_06_text {
  display: inline-block;
  position: relative;
}
.futon_course_06_text p:nth-of-type(1) {
  margin: 20px auto 40px;
  color: #5cb4d5;
  font-size: 55px;
  font-weight: bold;
}
.futon_course_06_text p:nth-of-type(1) span {
  font-size: 10px;
  font-weight: normal;
  display: block;
  line-height: 0;
}
.futon_course_06_text p:nth-of-type(2) {
  width: 130px;
  height: 130px;
  padding: 20px 0px 0px;
  color: #465167;
  font-size: 35px;
  font-weight: bold;
  background: #cee8f2;
  border-radius: 100px;
  position: absolute;
  top: -40px;
  right: -155px;
  line-height: 1.1;
}
.futon_course_06_text p:nth-of-type(2) span {
  margin-top: 3px;
  font-size: 10px;
  display: block;
}
.futon_course_06 table.pricelist {
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  border-collapse: collapse;
  border-spacing: 0;
}
.futon_course_06 .pricelist tr:nth-of-type(1) th {
  padding: 15px;
  background: #ffdec6;
  border: 1px solid #465167;
  white-space: nowrap;
}
.futon_course_06 .pricelist tr:nth-of-type(1) td {
  border: none;
}
.futon_course_06 .pricelist tr:nth-of-type(2) th,
.futon_course_06 .pricelist tr:nth-of-type(3) th,
.futon_course_06 .pricelist tr:nth-of-type(4) th {
  padding: 15px 20px;
  background: #cee8f2;
  border: 1px solid #465167;
  border-right: none;
  white-space: nowrap;
}
.futon_course_06 .pricelist td {
  padding: 5px;
  border: 1px solid #465167;
  border-top: none;
  line-height: 1.2;
}
.futon_course_06 .pricelist td span.small {
  margin-bottom: -10px;
  font-size: 10px;
  display: block;
}
.futon_course_06 .pricelist td span.gray {
  padding: 2px 10px;
  color: #fff;
  font-size: 11px;
  background: #555;
  display: inline-block;
}
.futon_course_06 p.note {
  margin: 10px auto 0;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}
.futon_course_06 table.optionlist {
  width: 100%;
  margin: 30px auto;
  font-weight: bold;
  border-collapse: collapse;
  border-spacing: 0;
}
.futon_course_06 .optionlist tr:nth-of-type(1) th {
  padding: 5px 10px 10px;
  color: #fff;
  font-size: 22px;
  background: #555;
  border: 1px solid #465167;
  border-bottom: none;
  letter-spacing: 2px;
}
.futon_course_06 .optionlist tr:nth-of-type(1) th span {
  font-size: 11px;
  font-weight: normal;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
}
.futon_course_06 .optionlist tr:nth-of-type(2) th,
.futon_course_06 .optionlist tr:nth-of-type(3) th,
.futon_course_06 .optionlist tr:nth-of-type(4) th {
  padding: 10px 15px;
  text-align: left;
  background: #e5e5e5;
  border: 1px solid #465167;
  border-top: none;
  white-space: nowrap;
  overflow: hidden;
}
.futon_course_06 .optionlist tr:nth-of-type(2) th span,
.futon_course_06 .optionlist tr:nth-of-type(3) td span,
.futon_course_06 .optionlist tr:nth-of-type(4) th span {
  font-size: 12px;
}
.futon_course_06 .optionlist tr:nth-of-type(2) td,
.futon_course_06 .optionlist tr:nth-of-type(3) td,
.futon_course_06 .optionlist tr:nth-of-type(4) td {
  padding: 10px;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #465167;
}
.futon_course_06 .optionlist tr:nth-of-type(2) td span,
.futon_course_06 .optionlist tr:nth-of-type(3) td span,
.futon_course_06 .optionlist tr:nth-of-type(4) td span {
  font-size: 10px;
  display: block;
  line-height: 1;
}
.futon_course_06 .optionlist tr:nth-of-type(2) td:nth-of-type(2),
.futon_course_06 .optionlist tr:nth-of-type(3) td:nth-of-type(2),
.futon_course_06 .optionlist tr:nth-of-type(4) td:nth-of-type(2) {
  border-right: 1px solid #465167;
}

hr {
  width: 80%;
}

/* ふとんキットについて */
.futon_course_07 {
  margin: 30px auto 50px;
  overflow: hidden;
}
.futon_course_07_text {
  margin: 0 auto 30px;
}
.futon_course_07_text h2 {
  color: #465167;
  font-size: 25px;
  font-weight: bold;
}
.futon_course_07_text p {
  margin-top: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}
table.futon_kit {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 20px 30px;
  background: #f4f1eb;
  position: relative;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(1) {
  width: 30%;
  padding-top: 60px;
  vertical-align: top;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(1) p {
  margin-left: 15px;
  font-size: 14px;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(1) span:nth-of-type(1) {
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  background: #94938f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
table.futon_kit tr:nth-of-type(1) td {
  vertical-align: bottom;
}
table.futon_kit tr:nth-of-type(1) td p{
  font-size: 12px;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(2) {
  width: auto;
  margin: 40px auto 0 -30px;
  display: flex;
}
table.futon_kit tr:nth-of-type(1) td img {
  width: 250px;
  max-width: 250px;
  margin: 0;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(2) p {
  width: 50%;
  margin: 40px 0 0 20px;
}
table.futon_kit tr:nth-of-type(2) {
  display: flex;
}
table.futon_kit tr:nth-of-type(2) td {
  min-width: 50%;
  padding-top: 30px;
  /* vertical-align: top; */
  display: block;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(1) {
  min-width: 95%;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(2) {
  min-width: 75%;
  padding: 30px 30px 0px;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(3) {
  min-width: 80%;
  position: relative;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(3) div:nth-of-type(2) {
  width: 80%;
  /* display: flex; */
  position: absolute;
  top: 30px;
  left: 210px;
  white-space: nowrap;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(3) div:nth-of-type(2) img {
  width: 200px;
  height: auto;
  padding: 10px 0 0;
  display: block;
}

/* 配送形状について */
.futon_course_08 {
  margin: 40px auto;
}
.futon_course_08_text {
  display: flex;
}
.futon_course_08_text > div {
  width: 45%;
  margin-right: 30px;
}
.futon_course_08_text h2 {
  color: #465167;
  font-size: 25px;
  font-weight: bold;
}
.futon_course_08_text p {
  margin-top: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}
.futon_course_08_text img {
  width: auto;
  height: auto;
}

/* ふとんクリーニングの使い方 */
.futon_course_09 {
  margin: 70px auto 0;
  padding: 50px 0;
  text-align: center;
  background: #fff;
  background: -webkit-repeating-linear-gradient(-45deg,#e6e1d1 0,#e6e1d1 2px,#fff 2px,#fff 10px);
  background: -o-repeating-linear-gradient(-45deg,#e6e1d1 0,#e6e1d1 2px,#fff 2px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#e6e1d1 0,#e6e1d1 2px,#fff 2px,#fff 10px);
  overflow: hidden;
}
.futon_course_09 h2 {
  color: #465167;
  font-size: 30px;
  font-weight: bold;
}
.futon_course_09 ul {
  margin: 30px auto 0;
  display: flex;
}
.futon_course_09 li {
  width: 21%;
  margin: 0 2%;
  position: relative;
}
.futon_course_09 li::after {
  content: "▶";
  font-size: 25px;
  position: absolute;
  top: 70px;
  right: -30px;
}
.futon_course_09 li:last-child::after {
  display: none;
}
.futon_course_09 li img {
  width: auto;
  height: auto;
}
.futon_course_09 li h3 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.futon_course_09 li p {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}

/* ふとんクリーニングの工程 */
.futon_course_10 {
  margin: 70px auto 0;
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}
.futon_course_10 h2 {
  color: #465167;
  font-size: 30px;
  font-weight: bold;
}
.futon_course_10 ul {
  margin: 30px auto 0;
  display: flex;
}
.futon_course_10 li {
  width: 30%;
  margin: 0 2%;
  position: relative;
}
.futon_course_10 li img {
  width: auto;
  height: auto;
}
.futon_course_10 li h3 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.futon_course_10 li p {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

/* 洗えるふとん・洗えないふとん */
.futon_course_11 {
  margin: 70px auto 0;
  padding: 50px 0 0;
  text-align: center;
  overflow: hidden;
}
.futon_course_11 h2 {
  margin: 0 auto 30px;
  color: #5cb4d5;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
}
.futon_course_11_con01,
.futon_course_11_con02 {
  display: flex;
}
.futon_course_11_con01 {
  margin: 0 auto 40px;
}
.futon_course_11_con02 {
  margin: 40px auto 0;
}
.futon_course_11_con01 > div:nth-of-type(1),
.futon_course_11_con02 > div:nth-of-type(1) {
  width: 27%;
}
.futon_course_11_con01 > div:nth-of-type(1) img,
.futon_course_11_con02 > div:nth-of-type(1) img {
  width: 130px;
  margin: 0 auto 10px;
  display: block;
}
.futon_course_11_con01 > div:nth-of-type(1) span,
.futon_course_11_con02 > div:nth-of-type(1) span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.futon_course_11_con01 > div:nth-of-type(2) {
  width: 90%;
  margin: 20px auto 0;
}
.futon_course_11_con02 > div:nth-of-type(2) {
  width: 90%;
}
.futon_course_11_con01 ul,
.futon_course_11_con02 ul {
  text-align: left;
}
.futon_course_11_con01 ul li,
.futon_course_11_con02 ul li {
  margin: 0 5px 7px 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.futon_course_11_con01 ul li {
  background: #5cb4d5;
}
.futon_course_11_con02 ul li {
  background: #96938f;
}
.futon_course_11_con01 .note,
.futon_course_11_con02 .note {
  margin: 3px auto 0;
  padding: 10px 5px 10px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.futon_course_11_con01 .note {
  background: #def0f7;
}
.futon_course_11_con02 .note {
  background: #ebeae8;
}
.futon_course_11_con01 .note > span,
.futon_course_11_con02 .note > span {
  min-width: 60px;
  padding-right: 12px;
  display: block;
  white-space: nowrap;
}
.futon_course_11_con01 .note > span {
  color: #5cb4d5;
}
.futon_course_11_con02 .note > span {
  color: #96938f;
}
.futon_course_11_con01 .note p,
.futon_course_11_con02 .note p {
  color: #465167;
  font-size: 15px;
}
.futon_course_11_con01 .note p span,
.futon_course_11_con02 .note p span {
  font-size: 12px;
  font-weight: normal;
}
.futon_course_11_con02 ul li span {
  font-size: 15px;
}
.futon_course_11_con01 > div:nth-of-type(2) p.note_text,
.futon_course_11_con02 > div:nth-of-type(2) p.note_text {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
}
.futon_course_11 > p.note_text {
  margin: 40px auto 0;
  color: #5cb4d5;
  font-size: 20px;
  font-weight: bold;
}
.futon_course_11 hr {
  width: 75%;
}

/* ご注意事項 */
.futon_course_12 {
  margin: 60px auto;
  text-align: center;
}
.futon_course_12 p.blue {
  padding: 5px 0 3px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #465167;
}
.futon_course_12_con {
  padding: 30px 5% 10px;
  border: 3px solid #465167;
}
.futon_course_12_con h2 {
  margin: 0 auto 20px;
  color: #465167;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.futon_course_12_con hr {
  width: 100%;
  margin: 30px auto;
}
.futon_course_12_con ul {
  text-align: center;
}
.futon_course_12_con li {
  width: 48%;
  margin: 0 auto 30px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.futon_course_12_con li:nth-child(odd) {
  margin-right: 2%;
}
.futon_course_12_con li h3 {
  margin: 0 auto 10px;
  color: #5cb4d5;
  font-weight: bold;
  font-size: 19px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.futon_course_12_con li h3 span {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  color: #5cb4d5;
  font-size: 20px;
  font-weight: bold;
  background: #def0f7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.futon_course_12_con li p {
  font-size: 14px;
}



/*SP*/
@media screen and (max-width: 768px) {
.pc {
  display: none;
}
.sp {
  display: block!important;
}

/* ご注意ボタン */
.futon_course_btn_01 {
  margin-top: -50px;
}
.futon_course_btn a,
.futon_course_btn_01 a {
  width: 80%;
  padding: 15px 0 10px;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 1px;
}
.futon_course_btn a::before,
.futon_course_btn_01 a::before {
  width: 94.5%;
  height: 83%;
  border-radius: 5px;
}
.futon_course_btn a span,
.futon_course_btn_01 a span {
  font-size: 22px;
}


/* .inner01 {
  width: 90%;
  margin: 0 auto;
} */
.inner02 {
  width: 90%;
  margin: 0 auto;
}
.inner03 {
  width: 85%;
  margin: 0 auto;
}


/* TOP */
.futon_course_top {
  margin: 10px auto 0;
}
.futon_course_top span.large {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
}
.futon_course_top span.small,
.futon_course_top span.blue {
  display: none;
}

/* 実は、ふとんはこんなに汚れています */
.futon_course_02 {
  margin: 60px auto 0;
}
.futon_course_02 h2 {
  margin: 0 auto 0 -22%;
  font-size: 20px;
  text-align: right;
}
.futon_course_02 h2::before {
  width: 90px;
  height: 90px;
  top: -22px;
  right: -22px;
}
.futon_course_02 h2::after {
  width: 120px;
  height: 120px;
  top: -37px;
}
.futon_course_02_con {
  margin: 0 auto 0;
}
.futon_course_02_con ul {
  display: block;
}
.futon_course_02_con li {
  width: 100%;
  margin: 0 auto !important;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.futon_course_02_con li:last-child{
  border-bottom: none;
}

/* ふとん丸洗いで汗もダニもすっきりキレイに */
.futon_course_03 {
  margin: 50px auto 30px;
}
.futon_course_03 h2 {
  margin: 10px auto 15px;
  font-size: 23px;
}
.futon_course_03 h2::before {
  width: 90px;
  height: 90px;
  top: -5px;
  left: -77px;
}
.futon_course_03 h2::after {
  width: 90px;
  height: 90px;
  top: -5px;
  right: -75px;
}
.futon_course_03 p {
  margin: 0 auto;
}

/* LACURIが選ばれる5つの理由 */
.futon_course_04 {
  margin: 70px auto 0;
}
.futon_course_04 > img {
  width: 120px;
}
.futon_course_04 h2 {
  font-size: 25px;
}
.futon_course_04 h2 img {
  width: 50px;
  margin: -20px auto 10px;
}
.futon_course_04_con li {
  margin: 0 auto 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}
.futon_course_04_con li:first-child {
  padding-top: 0;
}
.futon_course_04_con li:last-child {
  padding: 40px 0 0;
  border-bottom: none;
}
.futon_course_04_con li div {
  width: 100%;
  padding: 10px 0 10px!important;
}
.futon_course_04_con li h3 {
  padding-left: 70px;
  font-size: 16px;
}
.futon_course_04_con li h3::before {
  width: 50px;
  height: 50px;
}
.futon_course_04_con li h3::after {
  top: -8px;
  left: 35px;
  font-size: 50px;
}
.futon_course_04_con li h3 span.large {
  padding-top: 7px;
  font-size: 23px;
  line-height: 1.2;
  display: inline-block;
}
.futon_course_04_con li h3 span.note {
  margin-top: 3px;
}
.futon_course_04_con li p {
  font-size: 13px;
}
.futon_course_04_con li img {
  width: 100%;
  max-width: unset;
  height: auto;
  max-height: unset;
}
.futon_course_04_con li h3 span.option {
  margin-left: -10px;
  padding: 3px 12px 2px;
  font-size: 15px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: -35px;
}
.futon_course_04_con .note_list h4 {
  font-size: 18px;
}
.futon_course_04_con .note_list p {
  font-size: 12px;
}

/* 安心・安全のためのこだわり */
.futon_course_05 {
  margin: 40px auto 0;
  padding: 30px 0 20px;
}
.futon_course_05 h2 {
  font-size: 22px;
}
.futon_course_05 ul {
  margin: 0 auto 0;
  display: block;
}
.futon_course_05 li {
  width: 100%;
  margin: 0 auto 0;
  padding: 15px 0;
  border-bottom: 1px solid #888;
  display: flex;
}
.futon_course_05 li:last-child {
  border-bottom: none;
}
.futon_course_05 li div {
  width: 40%;
  margin: 0px 2%;
}
.futon_course_05 li img {
  width: 100%;
  height: auto;
}
.futon_course_05 li > p {
  width: 60%;
}
.futon_course_05 li h3 {
  margin-top: -5px;
  color: #465167;
  font-size: 13px;
  line-height: 1.4;
}

/* 料金について */
.futon_course_06 {
  margin: 50px auto 0;
}
.futon_course_06 h2 {
  font-size: 20px;
}
.futon_course_06_text p:nth-of-type(1) {
  margin: 15px auto 30px -80px;
  font-size: 35px;
  line-height: 1.2;
}
.futon_course_06_text p:nth-of-type(1) span {
  padding-top: 10px;
}
.futon_course_06_text p:nth-of-type(2) {
  width: 100px;
  height: 100px;
  padding: 19px 0px 0px;
  font-size: 20px;
  top: 15px;
  right: -110px;
}
.futon_course_06 .inner03 {
  width: 95%;
}
.futon_course_06 table.pricelist {
  font-size: 12px;
}
.futon_course_06 .pricelist td {
  padding: 3px;
}
.futon_course_06 .pricelist tr:nth-of-type(1) th {
  padding: 5px;
}
.futon_course_06 .pricelist tr:nth-of-type(2) th,
.futon_course_06 .pricelist tr:nth-of-type(3) th,
.futon_course_06 .pricelist tr:nth-of-type(4) th {
  padding: 5px;
}
.futon_course_06 .pricelist td span.small {
  margin: 2px 0 3px!important;
}
.futon_course_06 .pricelist td span.gray {
  padding: 3px 10px;
  font-size: 10px;
}
.futon_course_06 p.note {
  font-size: 12px;
}
.futon_course_06 table.optionlist {
  font-size: 12px;
}
.futon_course_06 .optionlist tr:nth-of-type(1) th {
  padding: 5px 10px 10px;
  font-size: 16px;
}
.futon_course_06 .optionlist tr:nth-of-type(1) th span {
  font-size: 10px;
  line-height: 1.3;
}
.futon_course_06 .optionlist tr:nth-child(n + 2) th {
  padding: 10px 5px 10px 10px;
  font-size: 12px;
  text-align: left;
  background: #e5e5e5;
  border: 1px solid #465167;
  border-top: none;
  white-space: normal;
  overflow: hidden;
}
.futon_course_06 .optionlist tr:nth-child(n + 2) th span {
  font-size: 10px;
}
.futon_course_06 .optionlist tr:nth-child(n + 2) td {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #465167;
  border-bottom: 1px solid #465167;
}
.futon_course_06 .optionlist tr:nth-child(n + 2) td span {
  font-size: 10px;
  display: block;
  line-height: 1;
}

hr {
  width: 90%;
}

/* ふとんキットについて */
.futon_course_07 {
  margin: 30px auto 30px;
  overflow: hidden;
}
.futon_course_07_text h2 {
  font-size: 20px;
  text-align: center;
}
.futon_course_07_text p {
  margin-top: 15px;
  font-size: 13px;
}
table.futon_kit {
  width: 100%;
  padding: 0px 3% 30px;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(1) {
  width: 100%;
  padding-top: 40px;
  display: block;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(1) span:nth-of-type(1) {
  padding: 5px 10px;
  font-size: 14px;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(2) {
  width: auto;
  margin: 10px auto 0 0px;
  display: block;
}
table.futon_kit tr:nth-of-type(1) td img {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
table.futon_kit tr:nth-of-type(1) td:nth-of-type(2) p {
  width: 100%;
  margin: 10px auto 0;
}
table.futon_kit tr:nth-of-type(2) {
  display: flex;
  flex-flow: wrap;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(1) {
  min-width: 100%;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(1) img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(2) {
  width: 50%;
  min-width: 50%;
  padding: 20px 0 0;
  display: inline-block;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(2) img {
  width: 100px;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(3) {
  width: 49%;
  min-width: 49%;
  padding: 20px 0 0;
}
table.futon_kit tr:nth-of-type(2) td:nth-of-type(3) div:nth-of-type(2) {
  width: 90%;
  position: relative;
  top: 0;
  left: 0;
}

/* 配送形状について */
.futon_course_08 {
  margin: 30px auto 30px;
}
.futon_course_08_text {
  display: block;
}
.futon_course_08_text > div {
  width: 100%;
  margin: 0 auto;
}
.futon_course_08 h2 {
  font-size: 20px;
  text-align: center;
}
.futon_course_08_text p {
  margin-top: 15px;
  font-size: 13px;
}
.futon_course_08_text img {
  width: 70%;
  height: auto;
  margin: 20px auto 0;
  display: block;
}

/* ふとんクリーニングの使い方 */
.futon_course_09 {
  margin: 50px auto 0;
  padding: 40px 0;
}
.futon_course_09 .inner02 {
  width: 85%;
}
.futon_course_09 h2 {
  font-size: 23px;
}
.futon_course_09 ul {
  margin: 30px auto 0;
  display: block;
}
.futon_course_09 li {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: left;
  display: flex;
}
.futon_course_09 li:last-child {
  padding: 0;
}
.futon_course_09 li img {
  width: 150px;
  height: 150px;
}
.futon_course_09 li > div {
  width: 55%;
  padding-left: 15px;
}
.futon_course_09 li h3 {
  color: #465167;
  text-align: left;
}
.futon_course_09 li::after {
  content: "▼";
  font-size: 20px;
  top: auto;
  right: 0;
  left: 65px;
  bottom: 5px;
}

/* ふとんクリーニングの工程 */
.futon_course_10 {
  margin: 50px auto 0;
  padding: 0 0 30px;
}
.futon_course_10 .inner02 {
  width: 85%;
}
.futon_course_10 h2 {
  font-size: 23px;
}
.futon_course_10 ul {
  display: block;
}
.futon_course_10 li {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #465167;
}
.futon_course_10 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.futon_course_10 li h3 {
  color: #465167;
  font-size: 20px;
}
.futon_course_10 li p {
  font-size: 12px;
}

/* 洗えるふとん・洗えないふとん */
.futon_course_11 {
  padding: 0;
}
.futon_course_11 h2 {
  font-size: 18px;
}
.futon_course_11_con01 {
  margin: 0 auto 40px;
  display: block;
}
.futon_course_11_con02 {
  margin: 40px auto 0;
  display: block;
}
.futon_course_11_con01 > div:nth-of-type(1),
.futon_course_11_con02 > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.futon_course_11_con01 > div:nth-of-type(1) img,
.futon_course_11_con02 > div:nth-of-type(1) img {
  width: 60px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.futon_course_11_con02 > div:nth-of-type(1) img {
  width: 50px;
}
.futon_course_11_con01 > div:nth-of-type(1) span,
.futon_course_11_con02 > div:nth-of-type(1) span {
  font-size: 22px;
}
.futon_course_11_con01 > div:nth-of-type(2),
.futon_course_11_con02 > div:nth-of-type(2) {
  width: 100%;
  margin: 20px auto 0;

}
.futon_course_11_con01 ul li,
.futon_course_11_con02 ul li {
  margin: 0 5px 7px 0;
  padding: 5px 10px;
  font-size: 14px;
}
.futon_course_11_con01 .note,
.futon_course_11_con02 .note {
  text-align: center;
  display: block;
}
.futon_course_11_con01 .note > span,
.futon_course_11_con02 .note > span {
  padding: 0 0 5px;
}
.futon_course_11_con01 .note p,
.futon_course_11_con02 .note p {
  font-size: 12px;
  text-align: left;
}
.futon_course_11_con01 .note p span,
.futon_course_11_con02 .note p span {
  font-size: 10px;
}
.futon_course_11_con01 > div:nth-of-type(2) p.note_text,
.futon_course_11_con02 > div:nth-of-type(2) p.note_text {
  font-size: 10px;
}
.futon_course_11 hr {
  width: 90%;
}
.futon_course_11_con02 ul li span {
  font-size: 12px;
  display: block;
}
.futon_course_11 > p.note_text {
  width: 90%;
  margin: 20px auto 0;
  font-size: 16px;
}

/* ご注意事項 */
.futon_course_12 {
  margin: 40px auto;
}
.futon_course_12 p.blue {
  padding: 5px 0 2px;
  font-size: 16px;
}
.futon_course_12_con {
  padding: 20px 5% 10px;
}
.futon_course_12_con h2 {
  margin: 0px auto 15px;
  font-size: 18px;
}
.futon_course_12_con > p {
  text-align: left;
}
.futon_course_12_con hr {
  margin: 20px auto;
}
.futon_course_12_con li {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.futon_course_12_con li:last-child {
  margin: 0 auto 10px;
}
.futon_course_12_con li:nth-child(odd) {
  margin: 0 auto 20px;
}
.futon_course_12_con li h3 {
  font-size: 16px;
}
.futon_course_12_con li h3 span {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  font-size: 15px;
}
.futon_course_12_con li p {
  font-size: 12px;
}


}
