@charset "utf-8";

/*====================================================================================================

  当サロンについて

====================================================================================================*/


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.intro .txt-box {
  text-align: left;
}

@media print, screen and (min-width:641px) {
  .intro {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .intro-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .intro .txt-box {
    max-width: 800px;
    padding-right: 30px;
    margin-right: 30px;
  }
  .intro .txt-box p {
    font-size: 0.88em;
  }
  .intro .txt-box p:not(:last-of-type) {
    margin-bottom: 2.11em;
  }
  .intro .txt-box p {
    font-size: 0.88em;
  }
}

@media print, screen and (max-width:640px) {
  .intro {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .intro .txt-box {
    margin-bottom: 40px;
  }
  .intro .txt-box p {
    /*font-size:0.88em;*/
  }
  .intro .txt-box p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .intro .txt-box p:first-of-type {
    /*padding-top: 2em;*/
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.wish .txt-box {
  text-align: left;
}

.wish .txt-box p:not(:last-of-type) {
    margin-bottom: 2.11em;
}

.wish-contents {
  display: flex;
}

@media print, screen and (min-width:641px) {
  .wish {
    padding-top: 100px;
    margin-bottom: 140px;
  }
  .wish-contents {
    justify-content: space-between;
    align-items: center;
  }
  .wish-contents .img-box, .wish-contents .txt-box {
    width: calc(50% - 30px);
  }
  .wish-contents .img-box {
    margin-right: 60px;
  }
  .wish-contents .txt-box>div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .wish-contents .txt-box>div:last-of-type {
    margin-bottom: 40px;
  }
  .wish-contents .txt-box>p {
    font-size: 0.88em;
  }
}

@media print, screen and (max-width:640px) {
  .wish {
    padding-top: 80px;
    margin-bottom: 120px;
  }
  .wish-contents {
    justify-content: center;
    flex-wrap: wrap-reverse;
  }
  .wish-contents .img-box, .wish-contents .txt-box {
    width: 100%;
  }
  .wish-contents .txt-box {
    margin-bottom: 60px;
  }
  .wish-contents .txt-box>div {
    width: 100%;
  }
  .wish-contents .txt-box>div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .wish-contents .txt-box>div:last-of-type {
    margin-bottom: 40px;
  }
  .wish-contents .txt-box>p {
    font-size: 0.88em;
  }
}


/*----------------------------------------------------------------------------------------------------

/*--------------------------------------------------------------------------------
  症状別対応
--------------------------------------------------------------------------------*/

.symptom-hdline {
  text-align: left;
}

@media print, screen and (min-width:641px) {
  .symptom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .symptom-hdline {
    margin-bottom: 60px;
  }
  .symptom-contents {
    margin-bottom: 60px;
  }
  .symptom-treatment {
    position: relative;
    margin-top: 94px;
  }
  .symptom-ribon {
    color: #fff;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    width: 250px;
    height: 70px;
    position: absolute;
    top: -34px;
    left: 30px;
    background: #81cee4;
  }
  .symptom-ribon h5:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    z-index: 1;
    border-style: solid;
    border-width: 35px 15px 35px 0;
    border-color: #81cee4 transparent;
    content: '';
  }
  /*	
.symptom-ribon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.symptom-ribon:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: #eb5f73 transparent;
  border-style: solid;
}*/
  .symptom-box {
    border: 1px solid #eb5f73;
    padding: 64px 30px 30px;
    background: #fff;
    text-align: left;
    min-height: 250px;
  }
  .symptom-box .text-box p {
    margin-bottom: 15px;
  }
  .more-btn {
    width: 425px;
    padding: 25px;
    text-align: left;
    color: #fff!important;
    display: block;
    text-decoration: none;
    margin: auto;
    position: relative;
  }
  .more-btn:before {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.88em;
    transform: translate(-50%, -50%);
  }
}

@media print, screen and (max-width:640px) {
  .symptom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .symptom-hdline {
    margin-bottom: 60px;
  }
  .symptom-contents {
    margin-bottom: 60px;
  }
  .symptom-treatment {
    position: relative;
    margin-top: 94px;
  }
  .symptom-ribon {
    color: #fff;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    width: 250px;
    height: 70px;
    position: absolute;
    top: -34px;
    left: 30px;
    background: #eb5f73;
  }
  .symptom-ribon h5:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    z-index: 1;
    border-style: solid;
    border-width: 35px 15px 35px 0;
    border-color: #eb5f73 transparent;
    content: '';
  }
  .symptom-box {
    border: 1px solid #eb5f73;
    padding: 64px 20px 30px;
    background: #fff;
    text-align: left;
    min-height: 250px;
  }
  .symptom-box .text-box p {
    margin-bottom: 15px;
  }
  .more-btn {
    width: 100%;
    padding: 25px 30px 25px 25px;
    text-align: left;
    color: #fff!important;
    display: block;
    text-decoration: none;
    margin: auto;
    position: relative;
  }
  .more-btn span {
    display: inline-block;
  }
  .more-btn:before {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.88em;
    transform: translate(-50%, -50%);
  }
}

----------------------------------------------------------------------------------------------------*/

.capability-service-contents .service {
  text-align: left;
}

.capability-service-contents {
  display: flex;
}

.capability {
  background-color: #7fcfe5;
}

.service {
  background-color: #94d7d7;
}

.capability-list, .service-list {
  list-style: none;
  text-align: left;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}

.capability-list li:first-child, .service-list li:first-child {
  font-weight: 700;
  text-align: center;
}

.capability-list li:not(:first-child), .service-list li:not(:first-child) {
  position: relative;
}

.capability-list li:not(:first-child)::before, .service-list li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.capability-list li:not(:first-child)::before {
  background-image: url("../image/certification.svg");
  background-size: auto;
}

.service-list li:nth-child(n+2)::before {
  background-image: url("../image/body.png");
  background-size: contain;
}

.service-list li:last-child::before {
  background-image: url("../image/spa.png");
  background-size: contain;
}

@media print, screen and (min-width:641px) {
  .capability-service-contents {
    padding-top: 100px;
    margin-bottom: 140px;
  }
  .capability-service-contents {
    justify-content: space-between;
  }
  .capability-service-contents .capability, .capability-service-contents .service {
    width: calc(50% - 30px);
  }
  .capability-service-contents .capability {
    margin-right: 60px;
  }
  .capability, .service {
    padding: 30px;
  }
  .capability-list {
    padding: 20px 20px 30px 40px;
  }
  .service-list {
    padding: 20px 20px 70px 40px;
  }
  .capability-list li:first-child, .service-list li:first-child {
    margin-bottom: 30px;
  }
  .capability-list li:not(:first-child)::before {
    width: 50px;
    height: 50px;
    left: 0px
  }
  .capability-list li:not(:first-child) {
    line-height: 1.2;
    padding-left: 60px;
    margin-bottom: 30px;
    height: 48px;
  }
  .capability-list li:last-child {
    margin-bottom: 0px;
  }
  .service-list li:not(:first-child)::before {
    width: 90px;
    height: 80px;
    left: 0px
  }
  .service-list li:not(:first-child) {
    font-size: 1.22em;
    padding-left: 100px;
    margin-bottom: 100px;
  }
  .service-list li:last-child {
    margin-bottom: 0px;
  }
}

@media print, screen and (max-width:640px) {
  .capability-service-contents {
    padding-top: 80px;
    margin-bottom: 120px;
  }
  .capability-service-contents {
    justify-content: center;
    flex-wrap: wrap;
  }
  .capability-service-contents .capability, .capability-service-contents .service {
    width: 100%;
  }
  .capability-service-contents .capability {
    margin-bottom: 60px;
  }
  .capability, .service {
    padding: 20px;
  }
  .capability-list {
    padding: 20px 20px 30px 20px;
  }
  .service-list {
    padding: 20px 20px 60px 20px;
  }
  .capability-list li:first-child, .service-list li:first-child {
    margin-bottom: 20px;
  }
  .capability-list li:not(:first-child)::before {
    width: 48px;
    height: 48px;
    left: 0px
  }
  .capability-list li:not(:first-child) {
    line-height: 1.2;
    padding-left: 58px;
    margin-bottom: 30px;
  }
  .capability-list li:last-child {
    margin-bottom: 0px;
  }
  .service-list li:not(:first-child)::before {
    width: 70px;
    height: 70px;
    left: 0px
  }
  .service-list li:not(:first-child) {
    font-size: 1.22em;
    line-height: 1.2;
    padding-left: 90px;
    margin-bottom: 60px;
  }
  .service-list li:last-child {
    margin-bottom: 0px;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.catchphrase h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.catchphrase h3::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/aomori.svg");
}

@media print, screen and (min-width:641px) {
  .catchphrase {
    padding-top: 80px;
    margin-bottom: 120px;
  }
  .catchphrase h3 {
    font-size: 1.66em;
  }
  .catchphrase h3 span {
    font-size: 1.22em;
  }
  .catchphrase h3::before {
    width: 122px;
    height: 122px;
    top: -60px;
    left: -100px;
  }
}

@media print, screen and (max-width:640px) {
  .catchphrase {
    padding-top: 80px;
    margin-bottom: 120px;
  }
  .catchphrase h3::before {
    width: 92px;
    height: 92px;
    top: -60px;
    left: -20px;
  }
  .catchphrase h3 {
    font-size: 1.11em;
  }
  .catchphrase h3 span {
    font-size: 1.22em;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.media {
  position: relative;
  background-color: #faebd7;
}

.media-list {
  list-style: none;
  display: flex;
}

.media .speech-ballon-hdline {
  font-weight: 400;
}

.media .speech-ballon-hdline span {
  font-weight: 500;
}

@media print, screen and (min-width:641px) {
  .media {
    padding: 90px 60px 60px;
    margin-bottom: 100px;
  }
  .media-list li:not(:last-child) {
    margin-right: 22px;
  }
  .media .speech-ballon-hdline span {
    font-size: 1.22em;
  }
}

@media print, screen and (max-width:640px) {
  .media {
    padding: 100px 20px 20px;
    margin-bottom: 100px;
  }
  .media-list {
    flex-wrap: wrap;
  }
  .media-list li:nth-child(-n+2) img {
    width: 100%;
    height: 100%;
  }
  .media-list li:first-child {
    margin-right: 20px;
  }
  .media-list li:nth-child(-n+2) {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .speech-ballon-hdline span {
    font-size: 1.22em;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.menu-hdline {
  text-align: left;
}

.menu-list {
  list-style: none;
  max-width: 940px;
  margin: 0 auto;
}

.menu-list li {
  background: -moz-radial-gradient(#ffe5dc 50%, #ffcbd9);
  background: -webkit-radial-gradient(#ffe5dc 50%, #ffcbd9);
  background: radial-gradient(#ffe5dc 50%, #ffcbd9);
}

.menu-contents {
  background-color: #fff;
}

.menu-contents-ttl {
  color: #eb5f73;
  font-weight: 700;
}

.menu-contents-ttl .sub {
  position: relative;
  color: #50403b;
  font-weight: 400;
}

.menu-contents-ttl .sub::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  max-width: 561px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/price-balloon.png");
}

.menu-contents-ttl .sub span {
  font-weight: 600;
}

.price-box>p.annotation {
  float: right;
  text-align: left;
  font-size: 0.88em;
  font-weight: 500;
  padding-top: 5px;
  margin-bottom: 30px;
}

.price-list {
  clear: both;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.price-list.first-visit, .price-list.second-visit {
  position: relative;
}

.price-list.first-visit::before, .price-list.second-visit::before {
  position: absolute;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.price-list.first-visit::before {
  background-image: url("../image/price-first.svg");
}

.price-list.second-visit::before {
  background-image: url("../image/price-second.svg");
}

.price-list dt {
  color: #fff;
  background-color: #eb5f73;
  border: 1px solid #eb5f73;
  font-weight: 400;
}

.price-list dd {
  background-color: #fff;
  border: 1px solid #eb5f73;
  font-weight: 500;
}

@media print, screen and (min-width:641px) {
  .menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .menu-hdline {
    margin-bottom: 80px;
  }
  .menu-list li {
    padding: 50px;
  }
  .menu-list li:not(:last-child) {
    margin-bottom: 70px;
  }
  .menu-contents {
    padding: 60px;
  }
  .menu-contents-ttl {
    font-size: 2.77em;
    margin-bottom: 40px;
  }
  .menu-contents-ttl>span {
    font-size: 2.8rem;
  }
  .menu-contents-ttl .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .menu-contents-ttl .sub span {
    font-size: 1.22em;
  }
  .menu-contents-ttl .sub::after {
    bottom: -20px;
    height: 30px;
  }
  .price-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .price-list dt {
    width: 50%;
    font-size: 1.22em;
    padding: 5px;
  }
  .price-list dd {
    width: 50%;
    font-size: 1.33em;
    text-align: right;
    padding: 5px 10px;
  }
  .menu-contents>img {
    margin-top: 60px;
  }
  .price-list.first-visit::before, .price-list.second-visit::before {
    width: 90px;
    height: 70px;
    left: -100px;
  }
}

@media print, screen and (max-width:640px) {
  .menu {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .menu-hdline {
    margin-bottom: 40px;
  }
  .menu-list li {
    padding: 20px;
  }
  .menu-list li:not(:last-child) {
    margin-bottom: 50px;
  }
  .menu-contents {
    padding: 20px;
  }
  .menu-contents-ttl {
    font-size: 2.11em;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .menu-contents-ttl>span {
    font-size: 0.6em;
    display: block;
  }
  .menu-contents-ttl .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .menu-contents-ttl .sub span {
    font-size: 1.22em;
  }
  .menu-contents-ttl .sub::after {
    bottom: -30px;
    height: 30px;
  }
  .price-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .price-list {
    flex-wrap: wrap;
  }
  .price-list dt {
    width: 100%;
    font-size: 1.22em;
    padding: 5px;
  }
  .price-list dd {
    width: 100%;
    font-size: 1.33em;
    padding: 5px 10px;
    border-top: none;
  }
  .menu-contents>img {
    margin-top: 40px;
  }
  .price-list.first-visit::before, .price-list.second-visit::before {
    width: 60px;
    height: 47px;
    left: 5px;
    top: 40%;
    transform: none;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.first-hdline {
  text-align: left;
}

.first-list {
  list-style: none;
  margin: 0 auto;
}

.first-list li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.first-list li:nth-child(1) {
  background-image: url("../image/first-time-blue.jpg");
}

.first-list li:nth-child(2) {
  background-image: url("../image/first-time-yellow.jpg");
}

.first-list li:nth-child(3) {
  background-image: url("../image/first-time-pink.jpg");
}

.first-contents {
  background-color: #fff;
}

.first-contents-ttl {
  font-weight: 700;
}

.first-list li:nth-child(1) .first-contents-ttl {
  color: #2aa3c4;
}

.first-list li:nth-child(2) .first-contents-ttl {
  color: #eb5f73;
}

.first-contents .txt-box {
  text-align: left;
}

.first-contents .txt-box .caution dt {
  color: #eb5f73;
  font-weight: 600;
}

.first-contents .txt-box .caution dd {
  padding-left: 1em;
  font-weight: 400;
}

.first-contents .campaign {
  border: 1px solid #eb5f73;
}

.first-contents .campaign dt {
  display: inline-block;
  position: relative;
  height: 70px;
  /*高さ*/
  line-height: 1.4;
  text-align: center;
  background: #eb5f73;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
}

.first-contents .campaign dt::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.first-contents .campaign dt::after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.first-contents .campaign dd.campaign-price {
  position: relative;
}

.first-contents .campaign dd.campaign-price::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
}

@media print, screen and (min-width:641px) {
  .first {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .first-hdline {
    margin-bottom: 70px;
  }
  .first-list li {
    padding: 60px;
  }
  .first-list {
    margin-bottom: 60px;
  }
  .first-list li:not(:last-child) {
    margin-bottom: 60px;
  }
  .first-contents {
    padding: 60px;
  }
  .first-contents-ttl {
    font-size: 1.66em;
    margin-bottom: 60px;
  }
  .first-contents .txt-box p {
    font-size: 0.88em;
  }
  .first-contents .txt-box .caution dd {
    font-size: 0.88em;
  }
  .first-contents .txt-box p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .first-contents .txt-box .caution:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .first-contents .campaign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
  .first-contents .campaign dt {
    width: 250px;
    padding-top: 5px;
  }
  .first-contents .campaign dd:nth-child(1) {}
  .first-contents .campaign dd.campaign-price {
    width: calc(100%/3);
  }
  .first-contents .campaign dd.first-price {
    width: calc(100%/2);
  }
  .first-contents .campaign dd.campaign-price::before {
    top: 50%;
    left: 30px;
    border-left: 0.5em solid #eb5f73;
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
    padding-right: 0.25em;
    vertical-align: 10px;
  }
}

@media print, screen and (max-width:640px) {
  .first {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .first-hdline {
    margin-bottom: 70px;
  }
  .first-list {
    margin-bottom: 40px;
  }
  .first-list li {
    padding: 20px;
  }
  .first-list li:not(:last-child) {
    margin-bottom: 60px;
  }
  .first-contents {
    padding: 40px 20px;
  }
  .first-contents-ttl {
    font-size: 1.66em;
    margin-bottom: 30px;
  }
  .first-contents .txt-box p {
    /*font-size: 0.88em;*/
  }
  .first-contents .txt-box .caution dd {
    /*font-size: 0.88em;*/
  }
  .first-contents .txt-box p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .first-contents .txt-box .caution:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .first-contents .campaign {
    margin-top: 40px;
  }
  .first-contents .campaign dt {
    width: 100%;
    padding-top: 5px;
    font-size: 1.22em;
    margin-bottom: 20px;
  }
  .first-contents .campaign dd:nth-child(1) {}
  .first-contents .campaign dd.campaign-price {
    width: 100%;
  }
  .first-contents .campaign dd.first-price {
    width: 100%;
    margin-bottom: 20px;
  }
  .first-contents .campaign dd.campaign-price span {
    display: block;
  }
  .first-contents .campaign dd.first-price span {
    display: block;
  }
  .first-contents .campaign dd.campaign-price::before {
    top: -10px;
    left: 50%;
    border-left: 0.25em solid transparent;
    border-right: 0.25em solid transparent;
    border-top: 0.5em solid #eb5f73;
    /*border-bottom: 0.25em solid transparent;*/
    padding-top: 0.5em;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.reserve-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width:641px) {
  .reserve {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reserve-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .reserve-contents>p {
    padding-bottom: 1.44em;
  }
  .reserve-box div:nth-of-type(1) {
    margin-right: 50px;
  }
  .reserve-box .reserve-btn {
    width: 360px;
  }
  .reserve-box .reserve-tel {
    font-size: 2em;
  }
  .tel-time>p {
    font-size: 0.72em;
  }
}

@media print, screen and (max-width:640px) {
  .reserve-box {
    flex-wrap: wrap;
  }
  .reserve {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reserve-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .reserve-contents>p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1.66em;
  }
  .reserve-box .reserve-btn {
    width: 240px;
  }
  .reserve-box .reserve-tel {
    font-size: 2.44em;
    margin-bottom: 20px;
  }
  .tel-time {
    margin-bottom: 30px;
  }
  .tel-time>p {
    margin-top: 10px;
  }
}


/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.lymph-course {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFAF3;
}

.lymph-course-list dd p {
  text-align: left;
  margin-bottom: 15px;
}

.lymph-course-list {
  /*max-width: 400px;
	margin-left: auto;
	margin-right: auto;*/
}

.lymph-course-list dt {
  color: #fff;
  background-color: #d5b386;
  padding: 0.1em 0;
}

.lymph-course-list dd.lymph-course-contents {
  display: flex;
  text-align: left;
}

@media print, screen and (min-width:641px) {
  .lymph-course {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .lymph-course-list dt {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .lymph-course-list dd {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lymph-course-list dd.lymph-course-contents {
    justify-content: center;
    margin-top: 30px;
  }
  .lymph-course-list dd .txt-box {
    margin-right: 30px
  }
  .lymph-course-list dd .txt-box span {
    display: block;
    margin-bottom: 20px
  }
  .lymph-course-list dd .txt-box {
    width: calc(100% - 240px);
  }
  .lymph-course-list dd .img-box {
    width: 210px;
  }
}

@media print, screen and (max-width:640px) {
  .lymph-course {
    padding-bottom: 30px;
  }
  .lymph-course-list dt {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .lymph-course-list dd {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lymph-course-list dd.lymph-course-contents {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-top: 30px;
  }
  .lymph-course-list dd .txt-box {}
  .lymph-course-list dd .txt-box span {
    display: block;
    margin-bottom: 20px;
  }
  .lymph-course-list dd .txt-box {
    width: 100%;
  }
  .lymph-course-list dd .img-box {
    width: 100%;
    max-width: 280px;
    margin-bottom: 30px;
  }
}

.lymph-course-list .campaign span {
  position: relative;
	font-size: 1.22em;
  color: #50403b;
  font-weight: 400;
}