:root{
    --padding-vertical: 5%;
    --color-white: #ffffff;
    --color-text: #1a1a1a;
    --color-primary: #319dd0;
    --color-secondary: #ee5c88;
    --color-danger: #f32a02;
    --color-medium: #f6f4f0;
}

html,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    margin: 0 auto !important;
    color: var(--color-text);
}

input[type="date"],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#product-component-1734652407785{
    margin: 0 auto;
}
/*
.foot-tui{
    position: fixed;
    bottom: 0;
    width: 35%;
    padding: 10px 0 5px 0;
    z-index: 1000;
    max-width: 500px;
    display: block;
}
.foot-item{
    display: flex;
}
.foot-item > a{width: 100%;}

.foot-item img{
    padding: 5px;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.text-xs{
    padding-bottom: 85px;
}


.font-serif{
    font-family:  "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-primary{
    background-color: var(--color-primary) !important;
}
.bg-primary2{
    background-color: #a10808!important;
}

.bg-secondary{
    background-color: var(--color-secondary) !important;
}

.bg-medium{
    background-color: var(--color-medium) !important;
}

.bg-text{
    background-color: var(--color-text) !important;
}

.bg-white{
    background-color: var(--color-white) !important;
}

.must-icon::after {
	content: "必須";
    display: inline-block;
	color: var(--color-white);
    background-color: var(--color-danger);
	padding: 0.1rem 0.4rem;
    margin-left: 0.4rem;
	font-size: 0.7rem;
    border-radius: 6px;
}
#caution{
    width: 90%;
    margin: 10% auto;
}
#reason{
    width: 90%;
    margin: 10% auto;
}
#method{
    width: 90%;
    margin: 10% auto;
}
#other{
    width: 90%;
    margin: 10% auto;
}
#beforeafter{
    width: 90%;
    margin: 10% auto;
}
#flow{
    width: 90%;
    margin: 10% auto;
}
#doctor{
    width: 90%;
    margin: 10% auto;
}
#clinick{
    width: 90%;
    margin: 10% auto;
}
#faq-title{
    width: 40%;
    margin: 5% auto;
}
#faq1-title{
    width: 90%;
    margin: 10% auto;
    margin-bottom: 5%;
}
#faq2-title{
    width: 90%;
    margin: 10% auto;
    margin-bottom: 5%;
}
#faq3-title{
    width: 90%;
    margin: 10% auto;
    margin-bottom: 5%;
}
#faq4-title{
    width: 90%;
    margin: 10% auto;
    margin-bottom: 5%;
}



.cp_qa02 {
  margin: 0 auto;
}
.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa02 .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}


.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 20px;
  cursor: pointer;
}

.cp_qa02 label::before {
    position: absolute;
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-left: -36px;
    padding: 0 0 0 0;
    transition: 0.4s ease;

}
.cp_qa02 label::after {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight: bold;
  margin-left: -36px;
  padding: 0 0 0 0;
  right: 0px;
  transition: 0.4s ease;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::after {
  transform: rotate(45deg);
}

.cp_qa02 .cp_actab-content {
  font-size: 12px;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
*/

#faq{
    padding-bottom: 5%;
    color: white;
}

#faq-title{
    width: 18%;
    display: block;
    margin: 0 auto;
    padding: 5%;
}

.cp_qa02 {
  margin: 0 auto;
}
.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa02 .cp_actab {
  background: #9e9d9a;
  margin: 5%;
  border-bottom: 1px dotted #cccccc;
}
/*質問テキスト*/
.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 20px;
  cursor: pointer;
}
/*＋アイコン*/
.cp_qa02 label::before {
    position: absolute;
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-left: -36px;
    padding: 0 0 0 0;
    transition: 0.4s ease;

}
.cp_qa02 label::after {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight: bold;
  margin-left: -36px;
  padding: 0 0 0 0;
  right: 0px;
  transition: 0.4s ease;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::after {
  transform: rotate(45deg);
}
/*答えテキスト*/
.cp_qa02 .cp_actab-content {
  font-size: 12px;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}




.cp_qa03 {
  margin: 0 auto;
}
.cp_qa03 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa03 .cp_actab {
  background: #9e9d9a;
  margin: 5%;
  border-bottom: 1px dotted #cccccc;
}
/*質問テキスト*/
.cp_qa03 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 20px;
  cursor: pointer;
}
/*＋アイコン*/
.cp_qa03 label::before {
    position: absolute;
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-left: -36px;
    padding: 0 0 0 0;
    transition: 0.4s ease;

}
.cp_qa03 label::after {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight: bold;
  margin-left: -36px;
  padding: 0 0 0 0;
  right: 0px;
  transition: 0.4s ease;
}
.cp_qa03 .cp_actab input[type=checkbox]:checked ~ label::after {
  transform: rotate(45deg);
}
/*答えテキスト*/
.cp_qa03 .cp_actab-content {
  font-size: 12px;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa03 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}



/** TOP -------------------------------------------*/
.yt-container {
    height: 0;
    padding-bottom: 56.25%;
}
@media (min-width: 640px) {
    
}

/** TOP -------------------------------------------*/


/** contact-section -------------------------------------------*/
.contact-items{
    width: 80%;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);
}
/** contact-section -------------------------------------------*/



.contact-btn{
    position: fixed;
    width: 50%;
    left: 25%;
    bottom: 5%;
}



#movie{
    padding: 5%;
    background: linear-gradient(90deg, #31408f, #0e1354);
    margin-top: -2.5%;
}
#movie h2{
    text-align: center;
    font-size: 2rem;
    color: white;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#movie p{
    text-align: center;
    color: white;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.movie-inner{
    margin: 2rem auto;
    display: block;
    width: 60%;
}




/*---スマホ---*/
@media only screen and (max-width: 767px) {
    .foot-tui{width: 100%; padding: 5px 10px;}
    .text-xs{padding-bottom: 70px;}
    #faq-title{
        width: 120px;
        display: block;
        margin: 0 auto;
        padding: 15% 5%;
        padding-bottom: 0%;
    }
    #faq{
        padding-bottom: 5%;
    }
    .contact-btn {
    position: fixed;
    width: 90%;
    left: 5%;
    bottom: 1%;
}
#movie{
    margin-top: -5.1%;
    padding: 10% 5%;
}
.movie-inner{
        width: 100%;
    }
    #movie h2{
        font-size: 1.2rem;
    }
#movie p{
    font-size: .7rem;
}
}












