@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 共通部分 */
.h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #444;
}

.h3 {
  font-size: 32px;
  text-align: center;
  color: #009681;
  position: relative;
  margin-bottom: 80px;
}

.h3::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 95px;
  background-color: #009681;
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  margin: auto;
}




/* overview */
.overview {
  width: 100%;
  display: flex;
  height: 430px;
  background-image: url("/wp/wp-content/themes/licca/img/treatment/medical-examination/bg_overview_.jpg");
  background-size: cover;
  background-position: center center;
}
  
.overview__left {
  width: 50%;
}

.overview__right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview__inner {
  width: 95%;
  max-width: 512px;
  margin: 0 auto 0 0;
}

.overview__txt {
  color: #444;
}



/* content01 */
.content01 {
  padding: 280px 0 100px 0;
}

.content01__txt {
  font-size: 16px;
  margin-bottom: 35px;
}

.content01__img {
  display: block;
  width: 100%;
  height: auto;
}



/* content02 */
.content02 {
  background-color: #e5e5e5;
  padding: 280px 0 120px 0;
}

.content02__txt {
  margin-bottom: 70px;
}

.content02__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
  position: relative;
  flex-direction: column;
}

.content02__box::before {
  display: inline-block;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #009782;
  transform: rotate(45deg);
  position: absolute;
  bottom: -85px;
  left: -38px;
  right: 0;
  margin: auto;
}

.content02__box::after {
  display: inline-block;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #009782;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -85px;
  left: 0;
  right: -37px;
  margin: auto;
}

.content02__item {
  width: 100%;
  border: 1px solid #009782;
  background-color: #FFF;
      display: flex;
      margin-bottom: 1rem;
}

.content02__thumbnail{
  display: flex;
    align-items: center;
}

.content02__img {
  display: block;
  width: 100%;
  height: auto;
}

.content02__content {
  padding: 30px 20px;
}

.content02__h4 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.content02__h5 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  color: #FFF;
  background-color: #009782;
  text-align: center;
  margin-bottom: 20px;
}

.myCare {
  border: 1px solid #009782;
  background-color: #FFF;
  margin-bottom: 1rem;
}

.myCare__ttl {
  height: 70px;
  line-height: 68px;
  font-size: 28px;
  color: #FFF;
  background-color: #009782;
  text-align: center;
}

.myCare__h5 {
  font-size: 26px;
  color: #009681;
  text-align: center;
  margin: 30px auto 20px auto;
}

.myCare__h5 span {
  display: block;
  font-size: 32px;
}

.myCare__txt {
  text-align: center;
  margin-bottom: 40px;
}



/* mtm */
.mtm {
  padding: 280px 0 100px 0;
}

.mtm__txt {
  margin-bottom: 80px;
}

.mtm__box {
  display: flex;
  justify-content: space-between;
}

.mtm__item {
  width: 30%;
  text-align: center;
  border: 1px solid #009681;
  border-radius: 20px;
  padding: 45px 10px 30px 10px;
  position: relative;
}

.mtmItem__number {
  width: 53px;
  height: 53px;
  color: #FFF;
  font-family: Arial, Helvetica, "sans-serif";
  background-color: #009782;
  font-size: 36px;
  font-weight: bold;
  line-height: 53px;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.mtmItem__number::after {
  display: inline-block;
  content: "";
  border-top: 10px solid #009782;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -9px;
  left: calc(50% - 5px);
}

.mtmItem__ttl {
  font-size: 20px;
  color: #009681;
  margin-bottom: 15px;
}

.mtmItem__txt {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.mtm__item:not(:last-child)::before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #009782;
  transform: rotate(45deg);
  position: absolute;
  right: -38px;
  top: -18px;
  bottom: 0;
  margin: auto;
}

.mtm__item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #009782;
  transform: rotate(-45deg);
  position: absolute;
  right: -38px;
  top: 18px;
  bottom: 0;
  margin: auto;
}



/* mtm__flow */
.mtm__flow {
  background-color: #e9e9e9;
  padding: 280px 0 100px 0;
}



/* orthomolecular */
.orthomolecular {
  padding: 120px 0 130px 0;
}

.orthomolecular__ttl {
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
}

.orthomolecular__ttl + img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 260px;
}

.orthomolecularOutline__h4 {
  font-size: 26px;
  color: #009b86;
  margin-bottom: 20px;
}

.orthomolecular__txt {
  margin-bottom: 80px;
}

.orthomolecular__img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}




/* orthomolecular__flow */
.orthomolecular__flow {
  background-color: #e9e9e9;
  padding: 280px 0 100px 0;
}




/* accordion */
.accordion__box {
  width: 100%;
}

.accordion__item {
  width: 100%;
  overflow: hidden;
  border: 1px solid #009a85;
  padding: 0 25px;
  position: relative;
  margin-bottom: 15px;
  transition: .5s;
  -webkit-transition: .5s;
  background-color: #FFF;
}

.accordion__ttl:hover {
  cursor: pointer;
}

.accordion__item:first-child .accordion__content {
  display: block;
}

.accordion__ttl {
  font-size: 22px;
  color: #009a85;
  height: 60px;
  line-height: 60px;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
pointer-events: none;
}

.accordion__content {
  width: 100%;
  padding-bottom: 25px;
  display: none;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.accordion__wrapper {
  width: 100%;
  background-color: #f1f4ec;
  padding: 30px;
  display: flex;
}

.accordion__left {
  width: 25%;
}

.accordionLeft__txt {
  font-size: 12px;
  margin-top: 5px;
}

.accordion__img {
  display: block;
  width: 100%;
  height: auto;
}

.accordion__right {
  width: 72%;
  margin-left: 3%;
}

.mtm__flow .accordion__box .accordion__item:nth-of-type(2) .accordion__wrapper:not(:last-child) {
  padding-bottom: 0;
}

.accordionItem__ttl {
  display: block;
  color: #009a85;
}

.accordion__btn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s;
}

.accordion__btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: #009a85;
  position: absolute;
  top: 28px;
  left: 18px;
}

.accordion__btn::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 24px;
  background-color: #009a85;
  position: absolute;
  top: 18px;
  left: 28px;
}

.open__btn,
.accordion__item:first-child .accordion__btn {
  transform: rotate(45deg);
}

.accordion__item:first-child .open__btn {
  transform: rotate(0);
}

.accordion__btn:hover {
  cursor: pointer;
}




/* btn__area */
.btn__price {
  display: block;
  margin: 100px auto;
  width: 100%;
  max-width: 600px;
  height: 70px;
  line-height: 68px;
  border: 1px solid #50beaa;
  text-align: center;
  font-size: 28px;
  color: #FFF;
  background-color: #50beaa;
  transition: .2s;
  position: relative;
}

.btn__price::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  transform: rotate(45deg);
  right: 25px;
  top: 29px;
  transition: .2s;
}

.btn__price::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  transform: rotate(-45deg);
  right: 25px;
  bottom: 30px;
  transition: .2s;
}

.btn__price:hover {
  background-color: transparent;
  color: #000;
}

.btn__price:hover::before {
  background-color: #50beaa;
}

.btn__price:hover::after {
  background-color: #50beaa;
}



/******************************************************

タブレットの設定 1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
  
  
}



/******************************************************

タブレットの設定 768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
  
  
  
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
  
/* 共通部分 */
.h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
  
.h3 {
  font-size: 16px;
  margin-bottom: 30px;
}

.h3::before {
  height: 65px;
  top: -100px;
}



/* overview */
.overview {
  display: block;
  height: auto;
  background-image: none;
  background-color: #E4E4E4;
}
  
.overview__left {
  width: 100%;
}
  
.overview__img {
  display: block;
  width: 100%;
  height: auto;
}

.overview__right {
  width: 100%;
  padding: 35px 0;
}

.overview__inner {
  width: calc(100% - 50px);
  max-width: 512px;
  margin: 0 auto;
}
  
.overview__txt {
  font-size: 12px;
}
  
  
  
/* content01 */
.content01 {
  padding: 145px 0 55px 0;
}

.content01__txt {
  font-size: 12px;
  margin-bottom: 25px;
}

  
  
  
/* content02 */
.content02 {
  padding: 145px 0 60px 0;
}

.content02__txt {
  font-size: 12px;
  margin-bottom: 45px;
}

.content02__box {
  display: block;
  margin-bottom: 90px;
}

.content02__box::before {
  width: 43px;
  bottom: -50px;
  left: -30px;
  right: 0;
}

.content02__box::after {
  width: 43px;
  bottom: -50px;
  left: 0;
  right: -30px;
}

.content02__item {
  width: 100%;
}
  
.content02__item:not(:last-child) {
  margin-bottom: 30px;
}

.content02__h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.content02__h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
  
.content02Box__txt {
  font-size: 12px;
}

.myCare {
  border: 1px solid #009782;
  background-color: #FFF;
}

.myCare__ttl {
  font-size: 24px;
}

.myCare__h5 {
  font-size: 22px;
  color: #009681;
  text-align: center;
  margin: 30px auto 20px auto;
}

.myCare__h5 span {
  display: block;
  font-size: 28px;
  margin-top: 5px;
}

.myCare__txt {
  font-size: 14px;
  margin-bottom: 40px;
}

  

/* mtm */
.mtm {
  padding: 140px 0 0 0;
}

.mtm__txt {
  margin-bottom: 65px;
  font-size: 12px;
}

.mtm__box {
  display: block;
}

.mtm__item {
  width: 250px;
  border-radius: 20px;
  padding: 35px 15px 25px 15px;
  margin: 0 auto 60px auto;
}

.mtmItem__number {
  width: 42px;
  height: 42px;
  font-size: 28px;
  line-height: 43px;
  top: -22px;
}

.mtmItem__number::after {
  display: inline-block;
  content: "";
  border-top: 10px solid #009782;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
}

.mtmItem__ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.mtmItem__txt {
  font-size: 12px;
  letter-spacing: 1;
}

.mtm__item:not(:last-child)::before {
  width: 22px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: -15px;
  top: auto;
  bottom: -23px;
  margin: auto;
}

.mtm__item:not(:last-child)::after {
  width: 22px;
  background-color: #009782;
  transform: rotate(-45deg);
  right: -15px;
  left: 0;
  top: auto;
  bottom: -23px;
  margin: auto;
}

  
  
/* mtm__flow */
.mtm__flow {
  padding: 140px 0 60px 0;
}
  


/* orthomolecular */
.orthomolecular {
  padding: 45px 0 60px 0!important;
}

.orthomolecular__ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.orthomolecular__ttl + img {
  margin-bottom: 150px;
}

.orthomolecularOutline__h4 {
  font-size: 20px;
  color: #009b86;
  margin-bottom: 20px;
}

.orthomolecular__txt {
  font-size: 12px;
  margin-bottom: 35px;
}

.orthomolecular__img {
  width: 100%;
}




/* orthomolecular__flow */
.orthomolecular__flow {
  background-color: #e9e9e9;
  padding: 140px 0 60px 0;
}





/* accordion */
.accordion__item {
  padding: 0 15px;
  margin-bottom: 10px;
}

.accordion__ttl {
  font-size: 18px;
  height: auto;
  line-height: 1.5;
        padding: 9px 0;
}
  
.accordion__txt {
  font-size: 12px;  
}

.accordion__content {
  padding-bottom: 15px;
}

.accordion__wrapper {
  padding: 15px;
  display: block;
}

.accordion__left {
  width: 75%;
  margin: 0 auto 15px auto;
}

.accordion__right {
  width: 100%;
  margin-left: 0;
}

.mtm__flow .accordion__box .accordion__item:nth-of-type(2) .accordion__wrapper:not(:last-child) {
  padding-bottom: 0;
}
  
.mtm__flow .accordion__box .accordion__item:nth-of-type(2) .accordion__wrapper:first-child .accordion__left {
  margin-bottom: 0;
}

.accordion__btn {
  width: 45px;
  height: 45px;
}

.accordion__btn::before {
  width: 23px;
  height: 3px;
  top: 21px;
  left: 11px;
}

.accordion__btn::after {
  width: 3px;
  height: 23px;
  top: 11px;
  left: 21px;
}

.orthomolecularFlow__accordion .accordion__item:last-child .accordion__ttl {
  height: auto;
  line-height: 1.7;
  padding-top: 7px;
  padding-bottom: 7px;
}
  
  
  
/* btn__area */
.btn__price {
  margin: 60px auto;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
  
.btn__price::before {
  width: 7px;
  height: 1px;
  right: 20px;
  top: 16px;
}
  
.btn__price::after {
  width: 7px;
  height: 1px;
  right: 20px;
  bottom: 16px;
}

.btn__price:hover {
  background-color: transparent;
  color: #000;
}
  
  
}






@media(min-width: 640px){
  .fle{
    display: flex;
    align-items: center;
    gap:30px;
  }
.img_w{
width: 420px;
        max-width: 420px;
        min-width: 420px;
        max-height: 300px;
        object-fit: cover;
}
.img_w_{
width: 100%;
        max-height: 300px;
        object-fit: cover;
}
}

@media(max-width: 640px){
  .fle{
    padding-bottom: 30px;
  }
  .fle img{
    width: 100%;
        max-height: 300px;
        object-fit: cover;
  }
}







/*section {
margin: 0 auto 60px;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
overflow: hidden;
}
.content-block {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
padding: 50px 30px;
}
.content-block.nosimg{
flex-direction: column;
}
.content-block img {
width: 45%;
min-width: 280px;
border-radius: 10px;
object-fit: cover;
}
.content-text {
flex: 1;
min-width: 280px;
}


h2 {
font-size: 2.8rem;
color: #00A18C;
border-left: 6px solid #00A18C;
padding-left: 12px;
margin: 0 0 20px;
}


h3 {
color: #00A18C;
font-size: 2.2rem;
margin-top: 25px;
margin-bottom: 10px;
}

.h3{
	    font-size: 32px;
    text-align: center;
    color: #009681;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}


p {
margin:20px 0;
}
ul {
list-style: disc;
padding-left: 20px;
}

@media screen and (max-width: 768px) {
	.h3{
	    font-size: 23px;
	}
}


.cta {
text-align: center;
margin: 50px 0;
}
.cta a {
background: #00A18C;
color: #fff;
text-decoration: none;
padding: 16px 40px;
border-radius: 50px;
font-weight: bold;
transition: 0.3s;
}
.cta a:hover {
background: #008f7d;
}


@media (max-width: 768px) {
.content-block {
flex-direction: column;
padding: 30px 20px;
}
.content-block img {
width: 100%;
order: -1;
}
h2 {
font-size: 2.3rem;
}
}

.table-check {
width: 100%;
border-collapse: collapse;
background-color: #fff;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.table-check th, .table-check td {
padding: 14px 16px;
text-align: left;
vertical-align: top;
}

.table-check th {
width: 35%;
background-color: rgb(228 238 239);
color: #333;
font-weight: 600;
border-bottom: 1px solid #ddd;
vertical-align: middle;
}

.table-check td {
border-bottom: 1px solid #eee;
color: #555;
}


@media screen and (max-width: 768px) {
.table-check, .table-check tbody, .table-check tr, .table-check th, .table-check td {
display: block;
width: 100%;
}
.table-check th {
background-color: #ede7dd;
border-bottom: none;
border-top: 1px solid #ddd;
}
.table-check td {
border-bottom: 1px solid #eee;
background-color: #f9f8f6;
padding-top: 4px;
}
}

.list-advice {
list-style: none;
padding: 0;
margin: 0;
}

.list-advice li {
border-left: 5px solid #8bb7bf;
margin-bottom: 12px;
padding: 14px 18px;
color: #333;
line-height: 1.7;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
.list-advice li {
padding: 12px 14px;
}
}

.section-check {
background-color: rgb(228, 238, 239);
padding: 28px 32px;
margin-bottom: 28px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
color: #333;
}

.section-check h3 {
font-size: 2.3rem;
font-weight: 600;
color: #00A18C;
margin-top: 0;
margin-bottom: 14px;
border-left: 5px solid #00A18C;
padding-left: 12px;
}

.section-check p {
line-height: 1.9;
margin-bottom: 10px;
}

.section-check strong {
font-weight: 600;
color: #2f4f57;
}

@media screen and (max-width: 768px) {
.section-check {
padding: 20px;
}
}


.flow-wrap {
background-color: rgb(228, 238, 239);
padding: 40px 30px;
    margin-bottom: 50px;
}

.flow-wrap h2 {
font-size: 2.5rem;
color: #00A18C;
margin-bottom: 30px;
letter-spacing: 0.05em;
}

.flow-steps {
display: flex;
flex-wrap: wrap;
flex-direction: column;
gap: 20px;
justify-content: space-between;
}

.flow-step {
background-color: #fff;
border-left: 5px solid #8bb7bf;
flex: 1 1 calc(50% - 20px);
min-width: 280px;
padding: 20px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.flow-step .step-num {
font-weight: 600;
color: #8bb7bf;
font-size: 2.1rem;
margin-bottom: 6px;
float: left;
margin-right: 10px;
}

.flow-step h3 {
font-size: 2.1rem;
color: #2f4f57;
margin-bottom: 10px;
border-bottom: 1px solid #d9e3e4;
padding-bottom: 5px;
margin-top: 0;
}

.flow-step p {
line-height: 1.8;
color: #444;
margin: 0;
}

@media screen and (max-width: 768px) {
.flow-wrap {
padding: 40px 20px;
}
.flow-steps {
flex-direction: column;
}
.flow-step {
flex: 1 1 100%;
min-width: 100%;
}
}
*/

.qaContainer {
  margin-bottom: 60px;
}

.qaContainer__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.qaContainer__item {
  width: 20%;
  height: 107px;
  line-height: 103px;
  border-radius: 10px;
  border: 2px solid #50BEAA;
  text-align: center;
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}

.qaContainer__item:nth-child(4),
.qaContainer__item:nth-child(8) {
  margin-right: 0;
}

.qaContainer__link {
  display: block;
  font-size: 18px;
  color: #50BEAA;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qaContainer__link:hover {
  background: #50BEAA;
  color: #FFF;
  transition: .2s;
}

.qa__ttl {
  font-size: 26px;
	font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #00A18C;
  position: relative;
}

.qa__ttl::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: #00A18C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
}

.qa__wrapper {
  padding-top: 150px;
	margin-bottom: 150px;
}

.qa__box {
  border-top: 1px solid #00A18C;
  padding-top: 70px;
  padding-bottom: 70px;
}

.qa__item--upper {
  display: flex;
  flex-wrap: wrap;
}

.qa__item--lower {
  display: flex;
  flex-wrap: wrap;
}

.qa__q {
  width: 8%;
  font-size: 36px;
  color: #00A18C;
  text-align: right;
}

.qa__text {
  width: 92%;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 25px;
  padding-top: 10px;
  color: #00A18C;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.qa__text--inner {
  width: 100%;
}

.qa__text--inner span {
  font-weight: bold;
}

.qa__item--upper .qa__text {
  padding-top: 0;
  font-size: 22px;
}

.qa__a {
  width: 8%;
  font-size: 36px;
  color: #937973;
  text-align: right;
}

.qa__item--lower .qa__text {
  color: #000;
}

.link__text {
  width: 100%;
  display: inline-block;
  font-size: 21px;
  margin-top: 10px;
}

.qa__link {
  width: 100%;
  margin-top: 20px;
  color: #50BEAA;
}

.qa__link:hover {
  text-decoration: underline;
  transition: .2s;
}





.message01__btn {
    display: block;
    margin: 55px auto 120px auto;
    border: 1px solid #50beaa;
max-width: 600px;
    width: 100%;
    height: 70px;
    line-height: 68px;
    background-color: #50beaa;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    position: relative;
    transition: .2s;
}

.message__btn:hover {
    background-color: transparent;
    color: #000;
}

.message01__btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    right: 30px;
    transition: .2s;
}

.message01__btn::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 30px;
    right: 30px;
    transition: .2s;
}


@media(max-width:576px){
.qa__wrapper {
    margin-bottom: 0;
}
.message01__btn{
 width: 90%;
margin:0 auto 50px;
}
.mtmItem__ttl {
        font-size: 15px;
}
}