@charset "utf-8";

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

p.note{
	font-size: 14px;
}
a.arrow{
	position: relative;
	display: inline-block;
	padding-left: 12px;
	color: #ff8080;
}
a.arrow:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 10px;
	left: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #ff8080;

}
.marker{
    font-weight: 600;
    background:linear-gradient(transparent 75%, #c9e8d8 75%);
}

@media (max-width: 767px){
p.note{
	font-size: 13px;
}
a.arrow:before{
	top: 9px;
}
}

/*animation*/
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100;
    }
}
/**/
@media (max-width: 767px){
    .shareBlock {
    margin-top: 0px;
}
}

/* ---------------- hero */
.heroArea .info {
	width: 400px;
}
.heroArea .info .pro {
	background: #2c606d;
	color: #fff;
}
.heroArea .info .time{
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    width: 72px;
    height: 25px;
}
.heroArea .info .nameBlock {
	background: rgba(255, 255, 255, 0.8)
}
.heroArea .info .name {
	font-size: 24px;
}
.heroArea .info .copy {
	background: #44aea1;
	color: #fff;
	font-size: 14px;
}
.heroArea .info .copy::after {
	display: none;
}
.heroArea.detail .layout{
    max-width: 942px;
    position: relative;
    transform: none;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 32px 40px 0px;
}
.heroArea .info .h{
    font-size: 18px;
    font-weight: 600;
    color: #45628e;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 3px solid #f4ba65;
    display: inline-block;
}
.heroArea .info .title{
    font-size: 32px;
    font-weight: 600;
    color: #bd557d;
    line-height: 1;
}
@media (max-width: 767px) {
.heroArea .info {
	width: auto;
	padding-top: 12px;
}
}


/*relaxation*/
.relaxation{
    background: #f9f9ed;
}
.relaxation .section{
    margin-bottom: 0;
    padding-bottom: 32px;
}
.relaxation .section:last-of-type{
    padding-bottom: 32;
}
.relaxation .section .head .addR{
    border-right: 33px solid #f9f9ed;
}
/* ---------------- section */
/* head */
.section .head h2 {
	background-color: #44aea1;
	color: #fff;
}
.section .head h2 i {
	position: relative;
	top: -2px;
	margin-right: 16px;
}
.section .head .addL {
	background: #44aea1;
}
.section .about h2 {
	background-color: #2c606d;
}
.section .head.about .addL {
	background: #2c606d;
}
.section h3 {
	display: block !important;
	border-bottom-color: #44aea1 !important;
	font-weight: 700 !important;
    margin-bottom: 32px!important;
}
.section h3 br {
	display: none;
}
.section h3 .point {
	display: inline-block;
	position: relative;
	margin-right: 16px;
	padding: 0 16px;
	background: #2c606d;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}
.section h3 .point::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 16px solid transparent;
	border-left: 6px solid #fff;
}
.section h3 .point::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 16px solid transparent;
	border-right: 6px solid #f9f9ed;
}
.section h3 .point i {
	position: relative;
	top: -3px;
	margin-right: 8px;
	font-size: 22px;
	vertical-align: middle;
}
@media (max-width: 767px) {
.section h3 {
	font-size: 16px !important;
}
.section h3 br {
	display: inline;
}
.section h3 .point {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 24px;
}
.section h3 .point::before {
	border-width: 12px;
	border-left-width: 6px;
}
.section h3 .point::after {
	border-width: 12px;
	border-right-width: 6px;
}
.section h3 .point i {
	margin-right: 4px;
	font-size: 18px;
}
}

/* body */
.section .body p {
	margin-bottom: 32px;
}
.section .videoArea{
    margin-bottom: 32px;
} 
.section .group {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.section .note{
    color: #bd557d;
}
.section .group > .img {
	overflow: hidden;
	width: 208px;
	height: 208px;
	margin-right: 32px;
	border-radius: 50%;
	text-align: center;
}
.section .group > .txt {
	flex: 1;
}
.section .group .mark{
    color: #bd557d;
}
.section .group ul{
    margin-bottom: 32px;
}
.section ul.square li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 32px;
	font-size: 18px;
	font-weight: 500;
}
.section ul.square li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #44aea1;
}
.section ul.disc{
	padding-left: 20px;
}
.section ul.disc li{
    position: relative;
}
.section ul.disc li::before{
    position: absolute;
    content: "";
    top: 11px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #44aea1;
}
.advice {
	position: relative;
	margin-top: 14px;
	padding: 24px 24px 16px;
	background: #faf7ee;
	color: #44aea1;
	font-weight: 500;
}
.advice p {
	margin-bottom: 0 !important;
}
.advice .h {
	position: absolute;
	top: -14px;
	left: 0;
	padding: 0 8px;
	background: #44aea1;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
.summary{
	position: relative;
	margin-top: 14px;
	margin-bottom: 44px;
	padding: 24px 24px 16px;
	font-weight: 500;
	border: 4px solid #44aea1;
}
.summary p{
	margin-bottom: 0 !important;
}
.summary .h{
	position: absolute;
	width: 160px;
	text-align: center;
	top: -24px;
	left: -4px;
	padding: 4px 8px;
	background: #44aea1;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}
@media (max-width: 767px) {
.section .group {
	display: block;
}
.section .group > .img {
	width: 256px;
	height: 256px;
	margin: 0 auto 32px;
}
.section ul.square {
	margin-bottom: 32px;
}
.section ul.square li {
	font-size: 14px;
}
.section ul.square li::before {
	top: 7px;
}
.advice {
	margin-top: 12px;
	padding: 16px;
}
.advice .h {
	top: -12px;
	font-size: 12px;
	line-height: 24px;
}
.summary {
	margin-top: 12px;
	margin-bottom: 24px;
	padding: 16px;
}
.summary .h {
	top: -12px;
	padding: 0 8px;
	font-size: 12px;
	line-height: 24px;
}
}



/* ---------------- column */
.columnGroup {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.columnGroup .column {
	width: 48.27%;
	margin: 0 0 56px 3.44%;
}
.columnGroup .column:nth-child(2n + 1) {
	margin: 0 0 56px 0;
}
.columnGroup.col3 .column {
	width: 31.03%;
	margin: 0 0 32px 3.23% !important;
}
.columnGroup.col3 .column:nth-child(3n + 1) {
	width: 31.03%;
	margin-left: 0 !important;
}
@media (max-width: 767px) {
.columnGroup {
	display: block;
}
.columnGroup .column {
	width: auto !important;
	margin: 0 0 40px !important;
}
.columnGroup.col3 .column {
	margin: 0 0 40px !important;	
}
}



/* ---------------- group */

/* ---------------- list */
/* list01 */
.list01 {
	margin-bottom: 40px;
}
.list01 .head {
	position: relative;
	margin-bottom: 40px;
	padding: 11px 16px;
	background: #2c606d;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.list01 .head::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 16px solid transparent;
	border-top-color: #2c606d;
	transform: translateX(-50%);
}
.list01 ul {
	display: flex;
	flex-wrap: wrap;
}
.list01 ul li {
	width: 31.03%;
	margin: 0 0 24px 3.23%;
	padding: 8px 4px;
	border: 4px solid #44aea1;
	font-weight: 500;
	text-align: center;
}
.list01 ul li:nth-child(3n + 1) {
	margin: 0 0 24px;
}
.list01.col1 ul{
    justify-content: center;
}
.list01.col1 ul li{
    width: 48.27%;
    margin: 0 24px;
}
.list01.col2 ul li {
    width: 48.27%;
    margin: 0 0 24px 3.44%;
}
.list01.col2 ul li:nth-child(2n + 1) {
	width: 48.27%;
	margin: 0 0 24px !important;
}
.list01.col4 ul li {
	width: 22.41%;
	margin: 0 0 24px 3.44% !important;
}
.list01.col4 ul li:nth-child(4n + 1) {
	width: 22.41%;
	margin: 0 0 24px !important;
}
.list01.col4 .etc {
	display: block;
	color: #44aea1;
	font-size: 13px;
	line-height: 1.3;
}
@media (max-width: 767px) {
.list01 .head {
	margin-bottom: 32px;
	font-size: 16px;

}
    .list01 .head .h{
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .list01 .head .h .time{
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: auto;
        height: 18px;
        margin-left: 7px;
        padding: 5px;
        font-size: 10px!important;
    }
    .list01 .head .h .time .num{
        font-size: 13px;
    }
    .list01 .time .material-icons{
        font-size: 13px;
    }
.list01 ul {
	display: block;
}
.list01 ul li,
.list01.col4 ul li {
	width: auto !important;
	margin: 0 0 16px !important;
}
}

/* list02 */
.list02 {
	margin-bottom: 40px;
}
.list02 p {
	margin: 0 !important;
}
.list02 .item {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
	background: #faf7ee;
}
.list02 .item .h {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	padding: 8px 16px;
	background: #44aea1;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.list02 .item .body {
	flex: 1;
	padding: 16px 24px;
	color: #44aea1;
	font-weight: 500;
}
@media (max-width: 767px) {
.list02 .item {
	display: block;
}
.list02 .item .h {
	display: block;
	width: auto;
	font-size: 16px;
	text-align: center;
}
.list02 .item .body {
	padding: 16px;
}
}

/* ---------------- reference */
.reference .h {
	margin-bottom: 8px;
	font-weight: 700;
}
.reference .itemGroup {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.reference .item {
	
	width: 48.27%;
	margin: 0 0 24px 3.22%;
	line-height: 1.5;
}
.reference .item a{
	display: flex;
}
.reference .item .bold{
	font-weight: 700;
	position: relative;
}
.reference .item .bold:after{
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url(../img/ico_blank.png);
    background-size: contain;
}
.reference .item:nth-child(odd) {
	margin-left: 0;
}
.reference .img {
	width: 96px;
	margin-right: 32px;
}
.reference .body {
	flex: 1;
}
@media (max-width: 767px) {

.reference .itemGroup {
	display: block;
}
.reference .item {
	width: auto;
 	margin: 0 0 24px;
}
.reference .img {
	margin: 0 16px 0 0;
}
}


/* ---------------- checkBoxArea */
.checkBoxArea h2 {
	background: #2c606d;
	color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}



/* ---------------- top */
/* intro */
.intro {
	margin-bottom: 32px;
}
.intro h2 {
	margin-bottom: 32px;
	padding: 0;
	background: none;
	text-align: center;
}
.intro h2 img {
	width: 431px;
}

/*pointArea*/
.pointArea .columnGroup.col3{
    margin-top: 30px;
}
.pointArea .columnGroup.col3 .column{ 
    margin: 0 0 32px 3.44% !important;
    padding: 16px 16px 18px;
    background: #fff;
    text-align: center;
    font-weight: 600;
}
.pointArea .columnGroup.col3 .column:nth-child(3n + 1){
    margin-left: 0!important;
}
.pointArea .column .img{
    max-width: 143px;
    margin: 0 auto 18px;
}
.pointArea .column p{
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    .pointArea .column .txt{
       font-size: 18px;
        line-height: 1.5;
    }
}
/*tryArea*/
.tryArea .list01 .head .h{
    position: relative;
}
.time{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: -94px;
    transform: translateY(-50%);
    padding: 5px;
    width: 78px;
    background: #44aea1;
    font-size: 13px;
    color: #fff;
}
.timeL{
    width: auto!important;
    min-width: 78px;
}
.tryArea .timeL{
    padding: 5px 9px;
    right: -104px;
}
.time.long{
    background: #f4ba65;
}
.time .num{
    font-size: 18px;
    margin-right: 4px;
    line-height: 1;
}
.time .material-icons{
    font-size: 16px;
    margin-right: 4px;
}
.time .txt{
    white-space: nowrap;
}
.tryArea .list01 ul li{
    padding: 0;
    border: none;
}
.tryArea .list01 ul li a{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 13px 20px;
    background: #fff;
    border: 4px solid #44aea1;
}
.tryArea .list01 ul li a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #44aea1;
    border-right: 2px solid #44aea1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.tryArea .list01 ul li .img{
    margin-right: 14px;
    margin-bottom: 0;
    max-width: 61px;
}
.tryArea .list01 ul li .txt{
    text-align: left;
    font-size: 22px;
}
.tryArea .list01 ul li .txt .min{
    color: #44aea1;
    font-size: 14px;
    display: block;
    line-height: 1;
}
.tryArea .cautionArea{
    margin-bottom: 32px;
}
@media screen and (max-width:767px){
    .tryArea .list01 ul li .img{
        margin-left: -12px;
    }
    .tryArea .list01 ul li .txt{
        font-size: 20px;
        line-height: 1.5;
    }
}
/* profileArea */ 
.profileArea {
	padding: 64px 0 0;
    background: #fff;
}
.profileArea .group:nth-of-type(2){
    margin-top: 0!important;
}
.profileArea .group p{
    margin-bottom: 24px;
}
.profileArea .group p:last-of-type{
    margin-bottom: 0;
}
.profileArea h2 img{
    width: 210px;
}
.profileArea .group:first-of-type{
    margin-bottom: 32px;
}
.profileArea .group .inner{
    display: flex;
}
.profileArea .group .inner .img{
    max-width: 136px;
    margin-bottom: 24px;
    padding: 0;
    margin-right: 32px;
}
.profileArea .group .inner .body{
    flex: 1;
}
.profileArea .columnGroup .group  p{
    font-size: 15px;
}
.profileArea .columnGroup .group .name{
    font-size: 30px;
}
.supervision{
    background: #fff;
}
.profileArea .group .inner .social li{
    margin-right: 30px;
}
.supervision .body{
    padding-left: 0;
}
@media (max-width: 767px) {
.profileArea {
	padding: 32px 0 40px;
}
    .profileArea .group .inner{
    display: block;
}
    .profileArea .group .inner .img{
        max-width: 100%;
        width: auto;
        margin: 0 auto 16px;
        padding: 0 45px;
    }
    .profileArea .columnGroup .group .name{
        font-size: 22px;
        margin-bottom: 24px;
    }
    .profileArea .columnGroup .group p{
        font-size: 12px;
    }
}

/*menuGroup*/
.menuGroup{
    display: flex;
    justify-content: space-between;
    max-width: 864px;
    margin: 0 auto;
    padding-top: 32px;
}
.menuGroup .menuBlock{
          width: 48.27%;
    margin: 0 0 0 3.44%;
}
.menuGroup .menuBlock .h{
    text-align: center;
    font-weight: 600;
    margin-bottom: 16px;
}
.menuGroup .menuBlock:nth-child(2n + 1) {
	width: 48.27%;
	margin: 0 0 0 !important;
}
.menuGroup .menu01{
    display: block;
  
}

.menuGroup .menu01 li{
    width: 100%;
}
@media screen and (max-width:767px){
    .menuGroup{
        display: block;
    }
    .menuGroup .menuBlock{
        width: 100%;
        margin: 0 auto 32px;
    }
    .menuGroup .menuBlock:nth-child(2n + 1){
        width: 100%;
        margin: 0 auto 32px!important;
    }
    .menuGroup .menuBlock:last-of-type{
        margin-bottom: 0;
    }
}
/*btn*/
.btn{
    display: inline-block;
    margin: 0 auto;
}
.btn a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    padding: 12px 40px;
    background: #44aea1;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
.btn a::after{
        content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.btnW a{
    padding: 12px 24px;
    background: #fff;
    border: 2px solid #44aea1;
    color: #44aea1;
}
.btnW a::after{
    border-color: #44aea1;
}
.relaxation .btnArea{
    margin-bottom: 32px;
}
.btnGroup{
    display: flex;
    justify-content: center;
}
.btnGroup .btn{
    margin: 0;
}
.btnGroup.col2 .btn{
    margin: 0 0 24px 3.44%;
    min-width: 240px;
}
.btnGroup.col2 .btn:nth-child(2n + 1) {
    margin: 0 0 24px !important;
}
@media screen and (max-width:767px){
    .btnArea{
        margin-bottom: 36px;
    }
    .relaxation .btnArea{
        margin-bottom: 30px;
    }
    .btnGroup.col2 .btn{
        min-width: auto;
        width: calc((100% - 3.44%)/2);
    }
    .btnGroup.col2 .btn a{
        min-width: auto;
        height: 100%;
        line-height: 1.5;
    }
}
/*channel*/
.channelArea{
    background: #fff;
    margin-top: 80px;
    padding: 0 0 80px!important;
    margin-bottom: 0;
}
.channel{
    background: #f5f5f5;
    padding-bottom: 24px;
}
.channel .h{
    text-align: center;
    padding: 8px;
    background: #ffeb3b;
    font-size: 20px;
    font-weight: 600;
}
.channel .txt{
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 18px 32px 26px;
    color: #212121;
}
.channel .txt .img{
    max-width: 128px;
    margin-right: 32px;
    margin-bottom: 0;
    flex-shrink: 0;
}
.channel .txt p{
    margin-bottom: 0;
}
.channel .btnArea{
    margin-bottom: 0;
    text-align: center;
}
.channel .btn a{
    background: #ffeb3b;
    color: #212121;
    font-size: 16px;
    padding: 11px 20px;
    width: 240px;
}
.channel .btn a::after{
    right: 12px;
    border-color: #212121;
}
@media screen and (max-width :767px){
    .channelArea{
        margin-top: 40px;
    }
    .channel .h{
        font-size: 18px;
        line-height: 1.5;
    }
    .channel .txt .img{
        margin: 0 auto 16px;
    }
    .channel .txt{
        display: block;
    }
}
/*symptoms*/
.symptoms .body p:last-of-type{
    margin-bottom: 0;
}
.symptoms .on{
    opacity: 1!important;
}
.disabled{
    opacity: 0.6;
}
.symptoms .tabGroup{
    margin-bottom: 56px;
}
.symptoms .tabGroup ul{
    display: flex;
    justify-content: center;
}
.symptoms .tabGroup ul li{
    width: calc((100% - 32px)/2);
    max-width: 240px;
    text-align: center;
    padding: 0 0 12px;
    border-bottom: 4px solid transparent;
    font-weight: bold;
    font-size: 20px;
    color: #2c606d;
    opacity: 1;
    cursor: pointer;
    transition: all 0.4s ease;
}
.symptoms .tabGroup ul li:hover{
    opacity: 0.6;
}
.symptoms .tabGroup ul li.on{
    border-bottom: 4px solid #44aea1;
}
.symptoms .tabGroup ul li br{
    display: none;
}
.symptoms .tabGroup ul li:first-of-type{
    margin-right: 32px;
}
.symptoms .columnGroup{
    display: none;
    opacity: 0;
    transition: all 0.4s ease; 
}
.symptoms .columnGroup.on{
    display: flex;
    animation-name : fadeIn;
    animation-duration: 0.5s;
}
.symptoms .column{
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.symptoms .column:nth-child(2n + 1){
    margin: 0 0 40px 0;
}
.symptoms .column a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #44aea1;
    border: 4px solid #44aea1;
}
.symptoms .column .pro{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4px;
    left: -4px;
    transform: translateY(-50%);
    width: 72px;
    height: 24px;
    background: #2c606d;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}
.symptoms .column .time{
    top: -4px;
    right: -4px;
    transform: none;
    z-index: 2;
    width: 76px;
    height: 26px;
}
.symptoms .column .time .txt{
    line-height: 1;
}
.symptoms .column .headBlock{
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 22px 12px;
    background: #fff;
    min-height: 100px;
}
.symptoms .column .headBlock::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #44aea1;
    border-right: 2px solid #44aea1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.symptoms .column .headBlock .txt{
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
}
.symptoms .column .headBlock .img{
    width: 59px;
    margin-bottom: 0;
    margin-right: 14px;
}
.symptoms .column .bodyBlock{
    background: #44aea1;
    text-align: left;
    color: #fff;
    padding: 20px 24px;
}
.symptoms .column .bodyBlock .txt{
    font-size: 14px;
    line-height: 1.5;
}
@media screen and (max-width:767px){
    .symptoms .column .time{
        padding-bottom: 4px;
    }
    .symptoms .column .headBlock{
        padding: 24px;
        min-height: auto;
    }
    .symptoms .column .headBlock .img{
        margin-left: -12px;
    }
    .symptoms .column .headBlock .txt{
        font-size: 20px;
        line-height: 1.5;
    }
    .symptoms .tabGroup ul li{
        font-size: 14px;
        line-height: 1.5;
    }
    .symptoms .tabGroup ul li br{
        display: block;
    }
}
/*detail*/
.heroArea.detail .layout{
    max-width: 942px;
    position: relative;
    transform: none;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 32px 40px 0px;
}
.heroArea.detail.large .layout{
    max-width: 1024px;
    padding: 64px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heroArea.detail .info{
    left: 0;
}
.heroArea.detail.large .layout .info{
    position: relative;
    top: auto;
    left: 0;
    transform: none;
}
.heroArea.detail .layout .img{
    width: 416px;
}
.heroArea.detail.large .layout .img{
    margin-left: 16px;
    flex: 1;
    text-align: right;
}
.heroArea.detail.large .layout .img img{
    max-width: 544px;
}
.link{
    position: relative;
    display: inline-block;
    color: #44aea1;
    font-weight: bold;
    margin-bottom: 32px;
}
.link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #44aea1;
    border-right: 2px solid #44aea1;
    -webkit-transform: translateY(-75%) rotate(135deg);
    transform: translateY(-75%) rotate(135deg);
}

.checkBoxArea .body{
    background: #f9f9ed;
}
@media screen and (max-width:767px){
    .heroArea.detail .layout{
        display: block;
        padding: 32px 16px;
    }
    .heroArea.detail.large .layout{
        display: block;
        padding: 40px 16px;
    }
    .heroArea .info{
        width: 100%;
    }
    .heroArea .info .name{
        font-size: 18px;
        padding: 12px;
    }
    .heroArea.detail .layout .img{
        width: 163px;
        margin: 0 auto 40px;
    }
    .heroArea.detail.large .layout .info{
        text-align: center;
        margin-bottom: 40px;
    }
    .heroArea.detail.large .layout .img{
        width: 100%;
        max-width: 544px;
        margin: 0 auto;
        text-align: center;
    }
    .heroArea .info .h{
        font-size: 14px;
    }
    .heroArea .info .title{
        font-size: 24px;
    }
}
    
/*list*/
.listArea .navBlock {
    margin-bottom: 64px;
    padding: 24px 40px 1px;
    background: #fff;
}
.listArea .navBlock .group {
    display: flex;
    margin-bottom: 14px;
}
.listArea .navBlock .h {
    width: 120px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 36px;
}
.listArea .navBlock ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.listArea .navBlock li {
    margin: 0 8px 8px 0;
}
.listArea .navBlock .a {
    display: block;
    padding: 0 16px;
    border: 2px solid #bd557d;
    color: #bd557d;
    font-weight: 700;
    line-height: 36px;
    cursor: pointer;
    transition: .4s ease;
}
.listArea .navBlock .a:hover {
    background: #deaabe;
}
.listArea .navBlock .a.active {
    background: #bd557d;
    color: #fff;
}
.listArea .bodyBlock {
    position: relative;
}
.listArea .bodyBlock .head {
    position: relative;
    margin-bottom: 40px;
    padding: 11px 16px;
    background: #2c606d;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
.listArea .bodyBlock .head::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: 16px solid transparent;
    border-top-color: #2c606d;
    transform: translateX(-50%);
}
.listArea .itemGroup {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 32px -32px;
}
.listArea .item {
    position: relative;
    width: calc((100% - 96px) / 3);
    margin: 0 0 32px 32px;
    background: #44aea1;
    border: 3px solid #44aea1;
    cursor: pointer;
}
.listArea .item .imgBox {
    padding: 16px 8px 11px;
    background: #fff;
}
.listArea .item .time {
    top: -3px;
    right: -3px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 26px;
    transform: none;
}
.listArea .item .time .num {
    font-size: 18px;
}
.listArea .item .img {
    max-width: 104px;
    margin: 0 auto 8px;;
    font-size: 18px;
}
.listArea .item .title {
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.listArea .item .title::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-top: 2px solid #44aea1;
    border-right: 2px solid #44aea1;
    transform: rotate(45deg);
}
.listArea .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.listArea .item ul li {
    margin: 0 5px;
    color: #bd557d;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
}
.listArea .item .lead {
    padding: 16px 24px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.listArea .bodyBlock .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.listArea .bodyBlock .container {
    opacity: 0;
}
.listArea .bodyBlock .view .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .4s ease;
}
.listArea .bodyBlock .view .item {
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s ease;
}

@media (max-width: 767px){
.listArea .navBlock {
    margin-bottom: 32px;
    padding: 16px 16px 8px;
}
.listArea .navBlock .group {
    display: block;
    margin-bottom: 0;
}
.listArea .navBlock .h {
    width: auto;
    line-height: 1.5;
}
.listArea .navBlock .a {
    line-height: 28px;
}
.listArea .bodyBlock .head {
    margin-bottom: 32px;
    font-size: 16px;
}
.listArea .itemGroup {
    display: block;
    margin: 0 0 32px;
}
.listArea .item {
    width: 100%;
    margin: 0 0 16px 0;
}
.listArea .item .time .num {
    font-size: 16px;
}
.listArea .item .title {
    font-size: 18px;
}
.listArea .item .lead {
    padding: 16px;
}
}

/* show/hide */
#face .item {
    display: none;
}
#face .item.face {
    display: block;
}
#neck .item {
    display: none;
}
#neck .item.neck {
    display: block;
}
#shoulder .item {
    display: none;
}
#shoulder .item.shoulder {
    display: block;
}
#arm .item {
    display: none;
}
#arm .item.arm {
    display: block;
}
#back .item {
    display: none;
}
#back .item.back {
    display: block;
}
#chest .item {
    display: none;
}
#chest .item.chest {
    display: block;
}
#waist .item {
    display: none;
}
#waist .item.waist {
    display: block;
}
#leg .item {
    display: none;
}
#leg .item.leg {
    display: block;
}
#calm .item {
    display: none;
}
#calm .item.calm {
    display: block;
}
#activate .item {
    display: none;
}
#activate .item.activate {
    display: block;
}
#concentrate .item {
    display: none;
}
#concentrate .item.concentrate {
    display: block;
}
#face .group2,
#neck .group2,
#shoulder .group2,
#arm .group2,
#back .group2,
#chest .group2,
#waist .group2,
#leg .group2 {
    display: none;
}
#calm .group1,
#activate .group1,
#concentrate .group1 {
    display: none;
}

/*cautionArea*/
.cautionArea{
    margin-bottom: 54px;
}
.caution{
    background: #fff;
    padding: 24px 32px;
    font-size: 14px;
}
.caution .h{
    color: #44aea1;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-bottom: 12px;
}
.caution ul{
    padding-left: 10px;
}
.caution ul li{
    position: relative;
}
.caution ul li::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #44aea1;
    top: 12px;
    left: -10px;
    border-radius: 50%;
}

/*modal*/

.modalArea {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 1000;
	transition: 0.2s ease;
}
.modalArea.on {
	opacity: 1;
	visibility: visible;
}
.modalArea .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    
	background: rgba(68, 174, 161, 0.95);
}
.modalArea .box {
	overflow: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: calc(100% - 32px);
	max-height: calc(100% - 112px);
	border-radius: 8px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.modalArea .box img {
	max-width: none;
}
.modalArea .btnClose {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	cursor: pointer;
    background: #44aea1;
    border-radius: 4px;
}
.modalArea .btnClose::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalArea .btnClose::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modalArea.video .box {
	width: 100%;
	max-width: 928px;
	max-height: none;
	border-radius: 0;
    padding: 40px 72px;
}
.modalArea.video .inner {
	position: relative;
	width: 100%;
	padding-top: 56.82%;
    margin-bottom: 20px;
	background: #000;
}
.modalArea.video .box #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalArea .box .title{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3
}
.modalArea .box .title br{
    display: none;
}
.modalArea .box .point{
    display: flex;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.modalArea .box .point  li{
    margin: 0 10px;
    color: #bd557d;
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
}
@media screen and (max-width:767px){
    .modalArea .box .title{
        font-size: 24px;
    }
    .modalArea .btnClose{
        top: 16px;
        right: 16px;
    }
    .modalArea.video .box{
        width: calc(100% - 32px);
        padding: 24px 16px;
    }
    .modalArea .btnClose{
        width: 39px;
        height: 39px;
    }
    .modalArea .btnClose::before,
    .modalArea .btnClose::after{
        width:22px;
    }
    .modalArea .box .title br{
        display: block;
    }
}
/*execution*/
.executionArea{
    margin-bottom: 44px;
}
.execution{
    background: #fff;
    padding: 24px 32px 6px;
    font-size: 15px;
}
.execution .h {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
}
.execution .btnGroup .btn{
    margin-bottom: 24px;
}
.execution .btnGroup.col2 .btn{
    margin-left: 2.58%;
}