body {
  padding-top: 0;
}
#thanks {
    padding: 100px 0;
}
.second_page {
    padding-top: 0;
}
.circle-btn {
  margin: 0 auto;
  text-align: center;
}
.circle-btn a {
  font-size: 21px;
  font-size: 2.1rem;
  padding: 10px 0;
  text-align: center;
  color: #272727;
  background: #fff;
  border: 1px solid #272727;
  border-radius: 30px;
	font-family: "Noto Serif JP", serif;
  position: relative;
}
.circle-btn a::before {
  content: "";
	background: url(../images/clinic/btn-circle.png)no-repeat;
  background-size: contain;
  width: 142px;
  height: 142px;
  position: absolute;
  top: -90%;
  right: -30%;
  z-index: -1;
  transform: translateX(-50%);
  animation: 20s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-btn a span {
  width: 17px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
div.mfp_buttons {
    clear: both;
    padding: 10px 0px;
    text-align: center;
}
div.mfp_buttons button#mfp_button_send {
    font-size: 18px;
}
div.mfp_buttons button {
    margin: 0px;
    padding: 3px;
}
div.mfp_buttons button#mfp_button_cancel {
    font-size: 14px;
}
#header {
    font-family: "Noto Serif JP", serif;
}
#header .header_in nav ul li.contact_btn a {
	background: -moz-linear-gradient(top left, #007EDE, #00A8BB); 
background: -webkit-linear-gradient(top left, #007EDE, #00A8BB); 
background: linear-gradient(to bottom right, #007EDE, #00A8BB); 
}
.drawer-nav a {
	border-left: 4px solid #0092D2;
}
.drawer-nav .tel a {
	color: #0092D2;
}
#header .header_in nav ul li > a:hover {
  color: #005495;
}
@media screen and (max-width: 768px) {
	.second_page {
    padding-top: 0;
}
  .circle-btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .circle-btn a::before {
    content: "";
	background: url(../images/clinic/btn-circle_sp.png)no-repeat;
    background-size: contain;
    width: 95px;
    height: 95px;
    position: absolute;
    top: -60%;
    right: -13%;
    z-index: -1;
    transform: translateX(-50%);
    animation: 20s linear infinite rotation1;
  }
}
#onayami {
  margin: 90px 0 0;
}
#onayami h2 {
  width: 25.41%;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  #onayami {
    margin: 60px 0;
  }
  #onayami h2 {
    width: 64.72%;
    margin: 0 auto 25px;
  }
}
#kadai {
	background: url(../images/clinic/omakase-bg.png)no-repeat;
	background-size: contain;
  padding: 160px 0 140px;
  position: relative;
}
#kadai::before {
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border-right: 49vw solid transparent;
  border-left: 49vw solid transparent;
  border-top: 100px solid #fff;
}
#kadai h2 {
      width: 79.75%;
    margin: 0 auto 0;
}
#kadai li {
  width: calc(33.33% - 20px);
}
#kadai .service {
    margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #kadai {
    padding: 60px 0 80px;
  }
  #kadai::before {
    border-top: 20px solid #fff;
  }
  #kadai h2 {
    width: 92.83%;
    margin: 0 auto 30px;
  }
  #kadai li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#seika {
  padding: 95px 0 85px;
  background: #FCFAF2;
}
#seika h2 {
  width: 59%;
  margin: 0 auto 65px;
}
#seika ul li {
  width: calc(33.33% - 20px);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 35px;
}
#seika ul li .ttl {
  margin: 0 auto 20px;
}
#seika ul li p {
  line-height: 29px;
  color: #070707;
}
#seika ul li p.kome {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  #seika {
    padding: 65px 0 45px;
  }
  #seika h2 {
    width: 100%;
    margin: 0 auto 45px;
  }
  #seika ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  #seika ul li .ttl {
    width: 87.46%;
  }
}
#henka {
  padding: 85px 0 110px;
}
#henka .cmn_w1200 {
  position: relative;
}
#henka .cmn_w1200 ::before {
  content: "";
  background: url("../images/hp-lp/henka-illa1.png")no-repeat;
  background-size: contain;
  width: 183px;
  height: 174px;
  position: absolute;
  bottom: 0;
  left: -18%;
}
#henka .cmn_w1200 ::after {
  content: "";
  background: url("../images/hp-lp/henka-illa2.png")no-repeat;
  background-size: contain;
  width: 171px;
  height: 164px;
  position: absolute;
  bottom: 0;
  right: -18%;
}
#henka h2 {
  width: 44.83%;
  margin: 0 auto 45px;
}
#henka li {
  width: calc(33.33% - 20px);
}
#henka p {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 1650px) {
  #henka .cmn_w1200 ::before, #henka .cmn_w1200 ::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #henka {
    padding: 85px 0 70px;
  }
  #henka h2 {
    width: 94.20%;
    margin: 0 auto 35px;
  }
  #henka li {
    width: 100%;
    margin-bottom: 30px;
  }
  #henka li:last-child {
    margin-bottom: 0;
  }
  #henka p {
    text-align: left;
  }
}
#cmn_contact h2 {
  font-size: 39px;
  font-size: 3.9rem;
  margin-bottom: 18px;
  text-align: center;
  font-weight: bold;
}
#work {
  padding: 100px 0 140px;
}
#work h2 {
  width: 17.36%;
  margin: 0 auto 55px;
}
#work .circle-btn {
  margin-top: 90px;
}
#work .circle-btn a {
  padding-left: 40px;
  padding-right: 40px;
}
#work p {
    font-size: 22px;
    font-size: 2.2rem;
    color: #272727;
    text-align: center;
    margin-top: 60px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1rem;
}
.scroll-gallery {
  width: 100%;
  overflow: hidden;
}
.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 15s linear infinite;
}
.scroll-gallery img {
  height: 442px; /* 高さは自由に調整可 */
  margin-right: 0px;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1460px) {
	#work h2 {
		width: 24.36%;
	}
}
@media screen and (max-width: 1050px) {
	#work h2 {
		width: 29.36%;
	}
}
@media screen and (max-width: 825px) {
	#work p {
		font-size: 19px;
	font-size: 1.9rem;
		padding: 0 15px;
        text-align: left;
	}
}
@media screen and (max-width: 768px) {
  #work {
    padding: 60px 0 90px;
  }
  #work h2 {
    width: 57.98%;
    margin: 0 auto 25px;
  }
  #work .circle-btn {
    margin-top: 50px;
  }
  .scroll-gallery img {
    height: 322px; /* 高さは自由に調整可 */
  }
}
#fee {
  padding: 95px 0 80px;
  background: #FAFAFA;
}
#fee .system {
  margin-top: 60px;
  padding: 50px 40px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}
#fee .system h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #272727;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fee {
    padding: 55px 0 80px;
  }
  #fee .system {
    margin-top: 60px;
    padding: 40px 20px;
  }
  #fee .system h2 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 17px;
  }
}
#evaluation {
	background: url("../images/clinic/omakase-bg.png")no-repeat;
	background-size: contain;
	padding: 85px 0 150px;
}
#evaluation h2 {
  width: 36.66%;
  margin: 0 auto 110px;
}
#evaluation .contents {
  width: calc(33.33% - 20px);
}
#evaluation .contents h3 {
  background: #fff;
  border: 1.5px solid #006ABB;
  padding: 20px 5px;
  color: #006ABB;
  font-weight: 500;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
  position: relative;
}
#evaluation .contents h3::before {
  content: "";
  background: url("../images/hp/evaluation01.png")no-repeat;
  background-size: contain;
  width: 105px;
  height: 94px;
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#evaluation .contents:nth-child(2) h3::before {
  background: url("../images/hp/evaluation02.png")no-repeat;
  background-size: contain;
}
#evaluation .contents:last-child h3::before {
  background: url("../images/hp/evaluation03.png")no-repeat;
  background-size: contain;
}
#evaluation .txt-area {
  background: #fff;
  border: 1px solid #BEBEBE;
  padding: 20px 30px;
  color: #303030;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 29px;
  border-radius: 5px;
  position: relative;
}
#evaluation .txt-area::before {
  content: "";
  background: url("../images/hp/evaluation_arrow.svg")no-repeat;
  background-size: contain;
  width: 18px;
  height: 23px;
  position: absolute;
  bottom: -23px;
  left: 3%;
}
#evaluation .txt-area::after {
  content: "";
  background: url("../images/hp/evaluation-logo.png")no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -76px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #evaluation {
    padding: 90px 0 10px;
  }
  #evaluation .contents {
    width: calc(50% - 10px);
    margin-bottom: 210px;
  }
	#evaluation .contents:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
  #evaluation h2 {
    width: 86.8%;
  }
  #evaluation .contents {
    width: 100%;
    margin-bottom: 160px;
  }
  #evaluation .contents h3 {
    padding: 15px 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #evaluation .contents h3::before {
    width: 75px;
    height: 65px;
    top: -35px;
  }
  #evaluation .txt-area {
    padding: 20px;
  }
  #evaluation .txt-area::before {
    width: 24px;
    height: 23px;
  }
  #evaluation .txt-area::after {
    width: 43px;
    height: 43px;
  }
}
#flow {
  padding: 100px 0 145px;
}
#flow h2 {
  width: 25.08%;
  margin: 0 auto 40px;
}
#flow .circle-btn {
  margin-top: 75px;
}
#flow .circle-btn a {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 100px 0 85px;
  }
  #flow h2 {
    width: 70.86%;
  }
}
#company {
  position: relative;
	font-family: "Noto Serif JP", serif;
}
#company .cmn_w1200 {
  border-top: 1px solid #BFBFBF;
  padding-top: 75px;
  padding-bottom: 40px;
}
#company h2 {
  color: #3B3B3B;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 500;
  text-align: center;
}
#company#honbu {
  border-bottom: none;
  padding-bottom: 190px;
}
#company .l_flex {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
#company .txt {
  width: 46.25%;
  padding-right: 20px;
}
#company .txt dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  border-bottom: 1px solid #D8D8D8;
}
#company .txt dl:first-of-type {
  border-top: 1px solid #D8D8D8;
}
#company .txt dl dt {
  width: 19.3333%;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
#company .txt dl dd {
  width: 80.6666%;
  line-height: 26px;;
  padding-left: 0.5em;
}
#company .photo {
  width: 46.25%;
  margin-bottom: 80px;
}
#company .photo img {
  width: 100%;
}
#company .btn-n-wh {
  width: 320px;
  margin: 25px auto 0;
}
@media screen and (max-width: 900px) {
  #company .txt dl dt {
    width: 100%;
  }
  #company .txt dl dd {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #company .cmn_w1200 {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  #company .l_flex {
    margin-top: 20px;
  }
  #company h2 {
    color: #3B3B3B;
    font-size: 29px;
    font-size: 2.9rem;
  }
  #company#honbu {
    padding-bottom: 100px;
  }
  #company .txt {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #company .txt dl {
    padding: 10px 10px;
  }
  #company .txt dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  #company .txt dl dd {
    width: 100%;
    padding-left: 0;
  }
  #company .photo {
    width: 80%;
    margin: 0 auto 30px;
  }
  #company .btn-n-wh {
    width: 80%;
  }
}
#contents-menu {
  padding: 85px 0;
  margin-bottom: 90px;
}
#contents-menu .cmn_w1200 {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contents-menu .l_continar {
  position: relative;
}
#contents-menu .cmn_w1200::before, #contents-menu .l_continar::before {
  content: "";
	background: url("../images/clinic/contents-bg.png")no-repeat;
  background-size: contain;
  width: 391px;
  height: 391px;
  position: absolute;
  top: -80px;
  left: -100px;
  z-index: -1;
}
#contents-menu h2 {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 27px;
  color: #0C0C0C;
	font-family: "Noto Serif JP", serif;
}
#contents-menu ul li {
  width: calc(33.33% - 15px);
}
#contents-menu .l_continar ul li {
  width: calc(25% - 15px);
}
#contents-menu ul li img {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
#contents-menu ul li.other {
  width: 22.32%;
  margin: 15px 0 0 auto;
}
#contents-menu .l_continar ul li.other {
  width: 16.66%;
  margin: 15px 0 0 auto;
}
@media screen and (max-width: 1080px) {
  #contents-menu .l_continar ul li {
    width: calc(25% - 9px);
  }
}
@media screen and (max-width: 768px) {
  #contents-menu {
    padding: 53px 0;
    margin-bottom: 30px;
  }
  #contents-menu .cmn_w1200::before, #contents-menu .l_continar::before {
    content: "";
	  background:url("../images/clinic/contents-bg_sp.png")no-repeat;
    background-size: contain;
    width: 235px;
    height: 296px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
  }
  #contents-menu h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  #contents-menu ul li, #contents-menu .l_continar ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #contents-menu ul li.other, #contents-menu .l_continar ul li.other {
    width: 50%;
    margin: 15px 0 0;
  }
}
#contact {
    padding: 100px 0;
    background: #FCFAF2;
    font-family: "Noto Serif JP", serif;
}
#contact h2 {
  font-size: 39px;
  font-size: 3.9rem;
  margin-bottom: 40px;
  color: #272727;
  font-weight: 500;
  text-align: center;
}
#contact .contents {
  background: #fff;
  padding: 60px;
}
#contact table {
  width: 100%;
}
#contact table th {
  width: 30%;
  border-bottom: 1px solid #ed7238;
  padding: 25px 0;
  vertical-align: top;
	text-align: left;
}
#contact table th span.must {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff0b44;
  margin-right: 5px;
  display: inline-block;
  padding: 2px 4px;
}
#contact ol {
  display: flex;
  flex-wrap: wrap;
}
#contact .seisaku li {
  width: calc(50% - 20px);
  margin-right: 20px;
}
#contact table td {
  border-bottom: 1px solid #4e4e4e;
  padding: 25px 0;
}
#contact table td ul li {
  margin-bottom: 15px;
}
#contact table td ul li:last-child {
  margin-bottom: 0;
}
#contact table td ol li {
  vertical-align: top;
}
#contact table td textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 200px !important;
  border: 1px solid #4e4e4e;
}
#contact table td input[type="text"], #contact table td input[type="email"], #contact table td input[type="tel"] {
  width: 100% !important;
  max-width: 400px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  border: 1px solid #4e4e4e;
	background: #fff !important;
}
#contact form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}
#contact form#mailformpro label.mfp_checked {
  padding: 3px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
#contact .mfp_element_text, #contact .mfp_element_number, #contact .mfp_element_select-one, #contact .mfp_element_email, #contact .mfp_element_tel, #contact .mfp_element_textarea, #contact .mfp_element_date, #contact .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 0px;
  box-shadow: none;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}
#contact .mfp_buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 60px;
}
#contact .mfp_buttons button + button {
  margin-left: 30px;
}
#contact .mfp_buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  background-color: #F6621D;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-weight: bold;
}
#contact .mfp_buttons button:hover {
  opacity: 0.7;
}
#contact .mfp_buttons button.mfp_element_reset.mfp_element_all {
  background-color: #c1c1c1;
}
#contact .date input[type="text"] {
    margin: 0 0 10px 5px;
    align-content: center;
}
#contact .mfp_buttons button {
	background-color: #a68500;
}
#contact .mfp_buttons button[type="reset"] {
    background: #c7c7c7;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 0 100px;
  }
  #contact .contents {
    padding: 20px;
  }
  #contact h2 {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 20px;
  }
  #contact table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  #contact table th {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    border: 0;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
  }
  #contact table td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  #contact .mfp_buttons {
    padding-top: 30px;
    display: block;
    text-align: center;
  }
  #contact .mfp_buttons button {
    margin: 0 auto;
  }
  #contact .mfp_buttons button + button {
    margin-left: auto;
    margin-top: 20px;
  }
  #contact ol {
    display: block;
  }
  #contact .seisaku li {
    width: 100%;
    margin-right: 0;
  }
}
ul.contact-area {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
ul.contact-area li {
  width: 37.59%;
  margin-right: 35px;
}
ul.contact-area li:last-child {
  width: 38.48%;
  margin-right: 0;
}
#footer {
	font-family: "Noto Serif JP", serif;
}
#footer .footer_in .footer_menu {
  display: block;
}
#footer .footer_in .footer_menu > div:first-of-type {
  border-left: none;
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  ul.contact-area {
    width: 80%;
    margin: 20px auto;
    border-bottom: none;
    padding-bottom: 0;
    display: block;
  }
  ul.contact-area li:first-child {
    margin-bottom: 15px;
  }
  ul.contact-area li, ul.contact-area li:last-child {
    width: 100%;
    margin-right: 0;
  }
}
#cmn_contact {
	padding: 50px 0;
	background: -moz-linear-gradient(top left, #007BD9, #00C6B2); 
background: -webkit-linear-gradient(top left, #007BD9, #00C6B2); 
background: linear-gradient(to bottom right, #007BD9, #00C6B2); 
	font-family: "Noto Serif JP", serif;
	font-weight: 500!important;
}
#cmn_contact .btn-area .cta-btn h3 {
	font-weight: 500;
}
#choice {
    padding: 70px 0 130px;
    background: #FAFAFA;
	font-family: "Noto Serif JP", serif;
}
#choice h2 {
    width: 37.23%;
    margin: 0 auto 40px;
}
#choice .contents.l_flex {
    background: #fff;
    margin-bottom: 80px;
    border-radius: 30px;
    padding: 100px 50px 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	position: relative;
}
#choice .contents.l_flex:last-child {
	margin-bottom: 0;
}
#choice .contents.l_flex::before {
	content: "";
	background: url(../images/clinic/system-num1.png)no-repeat;
	background-size: contain;
	width: 112px;
	height: 88px;
	position: absolute;
	top: -4%;
    left: 50px;
}
#choice .contents.l_flex:nth-child(3)::before {
	content: "";
	background: url(../images/clinic/system-num2.png)no-repeat;
	background-size: contain;
	width: 125px;
	height: 88px;
	position: absolute;
	top: -4%;
    left: 50px;
}
#choice .contents.l_flex:last-child::before {
	content: "";
	background: url(../images/clinic/system-num3.png)no-repeat;
	background-size: contain;
	width: 124px;
	height: 88px;
	position: absolute;
	top: -4%;
    left: 50px;
}
#choice .left-area {
    width: 63.43%;
}
#choice .left-area h3 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    font-weight: 600;
    color: #272727;
    margin-bottom: 35px;
	letter-spacing: 0.1rem;
}
#choice .left-area h3 span {
    font-size: 21px;
    font-size: 2.1rem;
    display: block;
    font-weight: 400;
}
#choice .left-area p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: 0.1rem;
}
#choice .right-area {
    width: 34.75%;
}
@media screen and (max-width: 768px) {
	#choice {
		padding: 40px 0 70px;
	}
	#choice h2 {
    width: 79.23%;
    margin: 0 auto 40px;
}
	#choice .contents.l_flex {
		padding: 60px 20px 30px;
	}
	#choice .left-area,#choice .right-area {
    width: 100%;
}
	#choice .left-area h3 {
    font-size: 29px;
    font-size: 2.9rem;
		margin-bottom: 21px;
	}
	#choice .left-area p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 20px;
}
	#choice .contents.l_flex::before ,#choice .contents.l_flex:nth-child(3)::before ,#choice .contents.l_flex:last-child::before {
    width: 52px;
    height: 42px;
    top: -2%;
    left: 20px;
}
}