@charset "utf-8";
.w1100, .top_box .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
ul, ol, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#panList .innerBox ul a:hover, a:focus, a:hover {
  color: #1758a7;
  text-decoration: none;
}
.font {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.font_min {
  /*font-family: 小塚明朝 Pro;*/
}
.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}
/*　　　　共通　　　　　*/
.top_catch, .top_box {
  padding: 30px 0;
}
.top_box.pt0 {
  padding-top: 0;
}
.top_box .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.top_midasi {
  margin-bottom: 30px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.top_midasi > div {
  text-align: center;
}
.top_midasi_01 {
  font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  /* 見出し下スペース */
  *::-ms-backdrop, .top_midasi_01 {
    padding-bottom: 25px;
  }
}
.top_midasi_02 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #1758a7;
}
.top_midasi_center {
  display: block;
  text-align: center;
  border: none;
}
.top_midasi_center > div {
  width: 100%;
  margin: 0;
}
.more {
  text-align: center;
  margin: 25px auto 0 auto;
  width: 100%;
}
.more a {
  display: block;
  padding: 10px 15px;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 100px;
  border: solid 1px #2663ac;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  background: #2663ac;
  color: #fff;
  line-height: 1.5;
}
.more a:after {
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -13px;
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-style: normal;
}
.more a:hover {
  background: hsla(213, 64%, 41%, 0.61);
}
.maker_y {
  line-height: 1;
}
.more_orange a {
  background: #de5d50;
  color: #fff;
  border: solid 1px #de5d50;
}
.more_orange a:hover {
  opacity: 0.7;
  background: #de5d50;
}
.maker_o {
  background: -webkit-linear-gradient(left, #de5d50 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 0% .5em;
}
.bg_gray {
  background: #f5f5f5;
}
/*　　　トップ画　　*/
.top_main_img_box {
  max-width: 1100px;
  background: url(../images/top/top_main_bg.jpg) no-repeat left top;
  background-size: cover;
  padding: 40px 15px;
  min-height: 500px;
  flex-direction: column;
  display: flex;
}
.maintitle {
  padding: 0 2%;
}
.top_text_01 {
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  font-size: 23px;
  color: #325d94;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
}
.top_text_01 span {
  line-height: 1;
  text-align: left;
  font-weight: bold;
}
.top_text_02 {
  text-align: center;
  margin: 15px 0 100px 0;
  letter-spacing: 1px;
  font-size: 14px
}
.top_main_skin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 414px;
  width: 100%;
  margin: auto auto 0 auto;
}
.top_main_skin li {
  width: 23%;
  text-align: center;
}
.top_main_catch {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.5;
}
/*   肌にこんな症状　　*/
.top_skin_condition .top_main_catch {
  margin-bottom: 30px;
}
.top_skin_condition_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.top_skin_condition_list > li {
  width: 47%;
  text-align: center;
  margin-bottom: 20px;
}
.top_skin_condition_list img {
  max-width: 164px;
  width: 100%;
}
.top_skin_condition_list .title {
  margin: 10px 0 0 0;
  font-weight: bold;
  line-height: 1.5;
}
.top_skin_condition_list .thumb {
  position: relative;
}
.top_skin_condition_list .list-txt {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.topbox_ttl {
  font-size: 18px;
  color: #2663ac;
}
.top_skin_condition_under {
  text-align: center;
  color: #323232;
  position: relative;
  border: 5px solid #2663ac;
  margin: 10px 20% 50px;
  padding: 20px !important;
}
.top_skin_condition_under:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #2663ac;
  z-index: 2;
}
.top_skin_condition_under:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 40px solid transparent;
  border-top: 18px #2663ac solid;
  margin-left: -40px;
}
.top_skin_condition_under2 {
  text-align: center;
  color: #323232;
  position: relative;
  border: 5px solid #2663ac;
  margin: 10px auto 50px;
  padding: 20px !important;
  width: 74%;
}
.top_skin_condition_under2:after, .top_skin_condition_under2:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.top_skin_condition_under2:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.top_skin_condition_under2:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #2663ac;
  border-width: 16px;
  margin-left: -16px;
}
.top_skin_condition_under2 p {
  font-size: 18px;
  line-height: 1.7;
}
.top_skin_condition_under2 p span {}
/*   非接触生活　　*/
.top_nontouch_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_nontouch_list > li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.top_nontouch_list .title {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0 0;
  line-height: 1.5;
}
/*   肌のトラブル　　*/
.top_skin_box {
  padding: 15px;
}
.top_skin_box_01 {
  margin-bottom: 20px;
}
.top_skin_box .img {}
.top_skin_box .text {
  text-align: left;
}
.top_skin_box .text p {
  padding: 0;
}
.top_skin_box .midasi {
  margin-top: 40px;
  margin-bottom: 10px;
}
.top_skin_box .midasi span {
  display: block;
}
.top_skin_box .midasi .num {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #323232;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
  margin-bottom: 10px;
}
.top_skin_box .midasi .title {
  flex: 1;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #d5e3f3 0%);
  display: inline;
}
/*　　　3ヶ月サポート　　　*/
.top_3support .beginner_main_text {
  margin: 0 0 20px 0;
}
.top_3support_LR {}
.top_3support_LR > div {}
.top_3support_LR .text {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.top_hajime {
  margin: 20px 0 0 0;
  padding: 15px;
  //border: solid 4px #2663ac;
  text-align: center;
  background: #a8c7ec;
}
.top_hajime .midasi {
  font-weight: bold;
  color: #ffffff;
  //background: #d5e3f3;
  margin: 0px 0 15px 0;
  font-size: 20px;
  //padding: 10px;
  letter-spacing: 2px;
}
.top_3support .top_skin_condition_list li {
  position: relative;
  width: 100%;
}
.top_3support .top_skin_condition_list li:nth-of-type(2) {
  margin: 38px 0 56px 0;
}
.top_3support .top_skin_condition_list li:after {
  content: "\f107";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  position: absolute;
  font-size: 76px;
  line-height: 1;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -67px;
  color: #689cdb;
}
.top_3support .top_skin_condition_list li:last-of-type:after {
  display: none;
}
/*   改善事例　　*/
.midasi_tips {
  margin-bottom: 30px;
  text-align: left;
}
.top_photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.top_photo_list li {
  width: 49%;
  margin-bottom: 20px;
}
.top_photo_list li img {
  max-width: 310px;
  width: 100%;
}
.top_photo_list li p {
  font-weight: bold;
  margin-bottom: 15px;
}
.top_photo_list li i {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #2663ac;
  margin-top: -10px;
}
/*   本の紹介　　*/
.top_book {
  background: url(../images/top/top_book_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_book_midasi {
  font-size: 26px;
}
.top_book_LR {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
}
.top_book_LR .img {
  margin-bottom: 20px;
}
.top_book_LR .img img {
  max-width: 200px;
  width: 100%;
}
.top_book_LR .text {
  text-align: left;
}
.text_01 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.text_02 {
  margin: 20px 0;
}
.text_03 {
  padding-top: 15px;
  font-size: 14px;
  line-height: 2;
}
/*    2つのリンク　　*/
.top_link {
  background-color: #f1f3ef;
  background-size: cover;
  padding: 30px 0;
}
.top_link .top_midasi > div {
  /*color: #fff;*/
}
.top_link_list li {
  text-align: center;
}
.top_link_list li a {
  display: block;
  padding: 20px;
  height: 100%;
}
.top_link_list li a:hover {
  background: rgba(255, 255, 255, 0.38);
}
.top_link_list li img {
  max-width: 164px;
}
.top_link_list li .midasi {
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  margin: 15px 0;
  letter-spacing: 1px;
}
.top_link_list li p {
  font-size: 14px;
}
/*              カスタム投稿タイプ　修正　　　　*/
/*    共通　　　*/
#panList {
  margin: 15px 0;
  padding: 0 15px;
}
.content-casePhotosWrap-headImage {
  margin: 0px 0 20px 0;
}
.entry-content ul li img {
  margin-bottom: 15px;
  border: none;
}
#blogArticle .content-lanerformWrap-fellow-mail-title, #blogArticle .content-lanerformWrap-fellow-Stitle, #blogArticle .content-lanerformWrap-fellow-Ltitle, #blogArticle .content-lanerformWrap-nonContactLife-title, #blogArticle .content-continueformWrap-nonContactLife-title, .content .secTitle, .backNumber .backNumber-title, .content h2, .content h1.contentTitle, .content h1.entryPostTitle, .content .sideWidget h4 {
  margin: 30px 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #2663ac;
  background: #d5e3f3;
  padding: 15px 15px 15px 15px;
  border: none;
  line-height: 1.5;
}
.content h1.entryPostTitle:nth-child(1), .content h1.contentTitle:nth-child(1) {
  margin-top: 0;
}
.content h4 {
  color: #2663ac;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0px;
  border-bottom: dashed 1px #2663ac;
  margin: 15px 0;
}
.content h3 {
  background: #d5e3f3;
  padding: 10px 15px;
  font-size: 18px;
  border: none;
}
/*   バックナンバー　*/
.backNumber .backNumber-title {}
.backNumber-list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.backNumber-list-item-data, .newArticle-detailColumn-data, .backNumber-list-item-data {
  background-color: #2663ac;
  color: white;
  padding: 2px 0;
  font-size: 12px;
  line-height: 24px;
  width: 110px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0;
}
.backNumber-list-item a {
  width: 100%;
  border-bottom: dashed 1px #2663ac;
  text-align: left;
}
/*   事例写真　casephotos　*/
.content-tabWrap-menuList-item a:hover {
  color: #fff;
  background: #4976ae;
}
.content-tabWrap-menuList {
  border: 1px solid #265288;
  border-bottom: none;
}
.content-tabWrap-articleList {
  border-top: none;
}
.content-tabWrap-articleList-list {
  padding: 15px;
}
.content-tabWrap-articleList-list-item {
  border: none;
  margin-bottom: 20px;
  padding: 15px 15px;
  width: 100%;
  background: #d5e3f3;
  flex-direction: column;
  display: flex;
}
.content-tabWrap-articleList-list-item .title {
  background: url(../images/common/icon_finger.png) no-repeat left top 5px;
  background-size: 24px;
  color: #2663ac;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0 10px 30px;
  line-height: 1.4;
  border-bottom: dashed 1px #2663ac;
  text-align: left;
}
.content-tabWrap-articleList-list-item .title a {
  color: #2663ac;
  font-weight: bold;
}
.jirei_meta {
  margin: 5px 0 10px 0;
  color: #2663ac;
}
.jirei_meta .data {
  margin-left: 10px;
}
.category {
  position: relative;
}
.category:before {
  content: "\f4d6";
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
}
.content-tabWrap-articleList-list-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.jirei_LR {
  margin-bottom: 25px;
}
.jirei_LR .img {
  text-align: center;
}
.jirei_LR .text {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
}
.jirei_LR .text p {
  margin: 0;
}
.content-tabWrap-articleList-list-item .more {
  margin-top: auto;
  width: 100%;
}
/*    肌測定データ   */
.content-numberPhotosWrap-numberRead {
  padding: 0px 0px 10px;
}
.content-numberPhotosWrap-numberRead .img {
  text-align: center;
}
.content-numberPhotosWrap-numberRead ul {}
.content-numberPhotosWrap-numberRead-list-item-title {
  background-color: #2663ac;
  padding: 3px 5px;
  color: #fff;
}
.navigation {
  border-top: 1px dashed #2663ac;
}
.navigation a {
  color: #2663ac;
}
.navigation a:active, .navigation a:hover {
  color: #d5e3f3;
}
/*   メールマガジン　*/
#main .content-mailMagazineWrap-list th, #main .content-mailMagazineWrap-list td {
  border: 1px solid #265288;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
}
#main .content-mailMagazineWrap-list th {
  background: #265288;
  color: #fff;
  font-weight: bold;
}
#main .content-mailMagazineWrap-list tr:nth-of-type(1) th {
  border-bottom: 1px solid #a4b5ca;
}
.mailForm input[type="text"] {
  display: block;
}
.newArticle {
  border: 5px solid #2663ac;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.newArticle-imgColumn {
  text-align: center;
}
.newArticle-detailColumn {}
.newArticle-detailColumn p {
  margin: 15px 0;
  text-align: left;
}
.newArticle .title_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.newArticle .title_wrap .title a {
  font-size: 20px;
}
.newArticle-detailColumn-data {
  font-size: 14px;
  width: 100%;
  margin: 10px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex !important;
}
/*       資料室　　BizVectorのカスタムCSSをここに移動　　*/
/* https://jstcd-kizon.nice-check.com/dataroom/20200320-2/ */
#blogArticle .articleWrap-sbox-title {
  color: #2663ac;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0px;
  border-left: none;
  border-bottom: dashed 1px #2663ac;
  margin: 15px 0;
}
#blogArticle .articleWrap-detailList {
  padding: 10px;
  display: block;
  background-color: #f1f1f1;
  list-style: none;
}
#blogArticle .articleWrap-sbox {
  margin: 50px 0 0px;
}
#blogArticle .articleWrap-sbox ul {
  list-style: none;
}
#blogArticle .articleWrap-sbox img {
  border: none;
  margin: 30px 0 0;
}
#blogArticle .articleWrap-sbox-q2list {
  display: block;
  list-style: none;
  padding: 0;
  border: 1px solid #d4d4d4;
  max-width: 550px;
  width: 100%;
}
#blogArticle .articleWrap-sbox-q2list-item {
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 20px;
  margin: 0;
}
#blogArticle .articleWrap-sbox-q2list-item-title {
  flex: 1;
}
#blogArticle .articleWrap-sbox-q2list-item-detail {
  margin: 0;
  text-align: right;
}
#blogArticle .articleWrap-sbox-q2list-item-outer {
  display: flex;
}
#blogArticle .articleWrap-sbox-subTitle {
  font-size: 18px;
  background-color: #efefef;
  padding: 9px 20px 7px;
  color: #383838;
  font-weight: bold;
}
/* チャットレイアウト */
#blogArticle .chat-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 830px;
  width: 100%;
}
#blogArticle .chat-face {
  float: left;
  margin-right: -120px;
}
#blogArticle .chat-face img {
  border-radius: 90px;
  border: 1px solid #ccc;
  width: 70px;
}
#blogArticle .chat-area {
  width: 100%;
  float: right;
}
#blogArticle .chat-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  margin-left: 90px;
  margin-top: 10px;
  font-size: 13px;
  border-radius: 10px;
  position: relative; /*追記*/
  background-color: #e5f5ff; /*追記*/
}
#blogArticle .chat-hukidashi span {
  display: block;
  font-size: 12px;
  text-align: right;
}
#blogArticle .chat-hukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e5f5ff transparent transparent;
}
#blogArticle .someone {
  background-color: #BCF5A9;
}
#blogArticle .someone:after {
  border-color: transparent #BCF5A9 transparent transparent;
}
/*       よくある質問　*/
.backNumber, .content-faqWrap .backNumber {
  padding: 0;
  margin-bottom: 0;
}
.backNumber-list-item {}
.backNumber-list-item:last-of-type {
  border: none;
}
.backNumber-list-item dt, .backNumber-list-item dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.backNumber-list-item dt .text, .backNumber-list-item dd .text {
  flex: 1;
  padding-left: 20px;
}
.backNumber-list-item-ql-question-mark, .backNumber-list-item-ql-answer-mark {
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.backNumber-list-item-ql-question-mark {
  background: #325d94;
}
.backNumber-list-item-ql-answer-mark {
  background: #de5d50;
}
.backNumber-list-item-ql-answer p {}
/*       研究開発実績　*/
.content-tabWrap-articleList-list-item .category {
  color: #265288;
}
.content-developWrap .category {
  float: right;
}
.develop_LR {
  margin-top: 20px;
}
.develop_LR .img {
  width: 180px;
  text-align: center;
  margin: 0 auto 10px auto;
}
.develop_LR .text {
  text-align: left;
}
.develop_LR .img img {
  padding: 10px;
  background: #fff;
}
/*     　MW WP FORM 修正　　　　　　　　　　　*/
.content-lanerformWrap-nonContactLife-list-item-title, .content-continueformWrap-nonContactLife-list-item-title, .content-lanerformWrap-list-item-title, .content-continueformWrap-list-item-title {
  width: 100%;
  float: none;
  clear: none;
  line-height: 1.5;
}
.content-lanerformWrap-nonContactLife-list-item-title, .content-continueformWrap-nonContactLife-list-item-title, .content-lanerformWrap-list-item-title, .content-continueformWrap-list-item-title, .content-lanerformWrap-list-item-detail, .content-continueformWrap-list-item-detail, .content-lanerformWrap-nonContactLife-list-item-detail, .content-continueformWrap-nonContactLife-list-item-detail {
  padding: 10px;
}
form input[size="60"] {
    width: 100%;
    padding: 10px;
}
.content-lanerformWrap-nonContactLife-list-item-detail ul {
  margin: 0 !important;
}
.smallTitle, .form_sub_midasi {
    background: #efefef;
    padding: 15px;
    margin: 0 0 10px;
    width: 100%;
}
.form_sub_midasi + p {
  margin: 0;
}
.content-lanerformWrap-fellow-mail-detail textarea, form textarea {
  width: 100%;
  max-width: 600px;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
.form_submit {
  text-align: center;
}
.form_submit input {
  width: 250px;
  vertical-align: middle;
  padding: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 30px 10px 0 10px;
}
.form_submit input:hover {
  opacity: 0.8;
}
.content-entryCompletedWrap, .content-continueformCompletedWrap {
    margin: 30px 0;
    text-align: center;
    border: 4px solid #265288;
    padding: 30px;
    color: #323232;
    border-radius: 0;
    background: #fff;
}
.Page .content-entryCompletedWrap a, .Page .content-continueformCompletedWrap a {
    display: inline-block;
    padding: 5px 0;
    padding: 10px;
    background: #d5e3f3;
    color: #265288;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0 0;
}
.master_q1_check {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.master_q1_check .mwform-checkbox-field {
  width: 50%;
  margin: 0;
}
.content-lanerformWrap-fellow-mail {
    border: 4px solid #265288;
    padding: 10px 30px;
    background: #f3f6f9;
}
#blogArticle .content-lanerformWrap-fellow-mail .content-lanerformWrap-fellow-mail-title {
  margin-top: 0
}
/*    　　　　　　　お問い合わせ　　　　　　*/
.content-sendWrap-about .content-sendWrap-about-list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.content-sendWrap-about .content-sendWrap-about-list-item span {
  width: 50px;
  border-radius: 0;
  text-align: center;
  font-size: 23px;
  line-height: 1;
  padding: 10px 0;
  background: #265288;
  font-family: 'Roboto', sans-serif;
}
.content-sendWrap-about .content-sendWrap-about-list-item p {
  flex: 1;
  padding-left: 15px;
  margin: 0;
}
.content-sendWrap-form input[size="60"] {
  width: 100%;
}
.page-id-4823 .form_submit input {
  max-width: 250px;
  width: 100%;
}
/*                      固定ページ　　　　　　　　　　　　　　*/
/*　　　共通　　　*/
.page_box {
  padding-bottom: 30px;
}
.waku {
  padding: 15px;
  color: #2663ac;
  border: solid 3px #265288;
  margin-bottom: 20px;
}
.waku.color_black {
  color: #000;
}
.waku_usu_blue {
  padding: 15px;
  color: #2663ac;
  background: #d5e3f3;
}
.waku_usu_blue .midasi {
  background: url(../images/common/icon_finger.png) no-repeat left top 5px;
  background-size: 35px;
  color: #2663ac;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0 15px 42px;
  line-height: 1.4;
  border-bottom: dashed 1px #2663ac;
  margin-bottom: 10px;
}
.waku ul li {
  list-style: disc outside !important;
  margin: 11px 0;
  margin-left: 20px;
  font-size: 16px;
  border-bottom: dashed 1px #2663ac;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 9px;
  color: #2663ac;
}
ul.decimal li {
  list-style: decimal outside !important;
}
.waku ul.count_decimal {
  counter-reset: li; /* Initiate a counter */
  padding: 0; /* Remove the default left padding */
  list-style: none; /* Disable the normal item numbering */
}
.waku ul.count_decimal li {
  position: relative;
  margin-left: 30px;
}
.waku ul.count_decimal li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 4px;
  left: -32px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  background: #3363ac;
  font-weight: bold;
  text-align: center;
}
.wrap_LR {}
.caution {
  font-size: 13px;
}
.header_text_img img {}
.color_red {
  color: red !important;
}
.page_box p a {
  text-decoration: underline;
}
.page_box .page_h3 {
  color: #2663ac;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0px;
  border-bottom: dashed 1px #2663ac;
  margin: 15px 0;
}
.tips {
  margin-bottom: 40px;
}
.tips_center {
  text-align: left;
}
.page_h2 .mini {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.page_box .common_table th, .page_box .common_table td {
  vertical-align: middle;
  padding: 10px;
  border: solid 1px #90aed1;
}
.page_box .common_table th {
  background: #d5e3f3;
}
.img_center {
  text-align: center;
}
.page_catch_copy {
  text-align: center;
  color: #2663ac;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
/*　　　　サイトのご利用について　　*/
.content-aboutsiteWrap, .content-privacypolicysiteWrap {
  max-width: 900px;
  margin: 0 auto;
}
.content-privacypolicysiteWrap ul {
  margin-bottom: 20px;
}
/*　　　　クイズ　　　　　　*/
.single-quiz #nav-below {
  display: none;
}
.qsm-page .quiz_section {
    border: none;
    padding: 0 0 30px 0;
    text-align: left;
}
.qmn_radio_answers {
    margin: 0;
    text-align: left;
}
.quiz_section .mlw_qmn_question {
  display: block;
  color: #2663ac;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 15px 10px 0;
  border-bottom: dashed 1px #2663ac;
  margin: 0 !important;
  width: 100%;
}
#blogArticle .quiz_begin {
    border-radius: 0;
    background-color: #ffffff;
    justify-content: flex-start;
    border: 5px solid #2663ac;
    margin: 0 0 30px 0;
	padding: 15px;
	
}
#blogArticle .quiz_begin p{
padding-left: 0;
padding-right: 0;
}

#blogArticle .quiz_begin input {
  width: 100%;
  margin: 0 0px 0 0px;
  border-radius: 0;
  border: 1px solid #cfcfcf;
}
.quiz_begin .mlw_qmn_question {
  width: auto;
  display: inline-block;
  border: none;
  padding: 0;
}
.qmn_mc_answer_wrap {
  display: inline-block !important;
  margin-right: 25px !important;
}
.qmn_radio_answers .qmn_quiz_radio {
    vertical-align: middle;
    margin:15px!important;
}
#blogArticle .qsm-submit-btn {
  vertical-align: middle;
  padding: 20px !important;
  font-size: 20px !important;
  letter-spacing: 2px;
  margin: 30px auto 0 auto;
  background: #265288 !important;
  border-radius: 0;
}
#blogArticle .qsm-submit-btn:hover {
  opacity: 0.7;
}
.quiz_section label, .quiz_section .mlw_qmn_question {
  font-size: 16px;
      vertical-align: sub;
}
.qsm_check_answer .qsm-input-label{
    vertical-align: super;

}
/*　　　測定カウンセリング　　　　*/
.counseling_detail_box {
  padding: 15px;
  margin-bottom: 20px;
}
.counseling_detail_box:last-of-type {
  margin-bottom: 10px;
}
.counseling_detail_midasi {
  color: #fff;
  padding: 10px;
  font-weight: bold;
  background: #2663ac;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.counseling_LR .img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.counseling_LR .text {
  width: 100%;
}
.counseling_LR .img img {
  width: 100%;
  max-width: 500px;
}
.counseling_yoyaku_LR > div {
  width: 100%;
}
.counseling_yoyaku_LR .waku {
  padding: 15px;
}
.counseling_yoyaku_LR .waku ul li {
  margin: 10px 0;
  margin-left: 30px;
  font-size: 16px;
}
.counseling_yoyaku_table {
  table-layout: fixed;
}
.counseling_yoyaku_table th, .counseling_yoyaku_table td {
  border: solid 4px #ffffff !important;
  vertical-align: middle !important;
}
.counseling_yoyaku_table th {
  background: rgba(255, 255, 255, 0.59);
  color: #2663ac;
  font-weight: bold !important;
}
.counseling_yoyaku_table td {
  text-align: right;
}
.counseling_detail_box .more {
  margin-top: 20px;
}
.counseling_detail_box p {
  color: #000;
}
.counseling_common_flow_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.counseling_common_flow li {
  border: solid 1px #2663ac;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.counseling_common_flow li span {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.counseling_common_flow li .num {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #2663ac;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  width: 50px;
  font-size: 25px;
  padding: 8px 0;
  position: relative;
}
.counseling_common_flow li .ccf_s2 {
  flex: 1;
  text-align: left;
  padding: 0 20px;
}
.counseling_common_flow li .ccf_s3 {
  width: 60px;
  text-align: right;
  padding: 0 10px;
  border-left: 1px dotted #2663ac;
}
.counseling_common_flow li .num:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 14px solid transparent;
  border-top: 20px #2663ac solid;
  margin-left: -14px;
}
.counseling_common_flow li:last-of-type .num:after {
  display: none;
}
/*　　　測定カウンセリングの流れ　　　　*/
.counseling_flow_list {}
.counseling_flow_list li {
  position: relative;
  padding: 15px;
  text-align: center;
  border: solid 2px #265288;
  margin-bottom: 30px;
}
.counseling_flow_list li img {
  width: 100%;
  height: auto;
}
.counseling_flow_list li p {
  text-align: left;
  font-size: 14px;
  margin: 15px 0 0 0;
}
.counseling_flow_list li:after {
  right: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 25px solid transparent;
  border-top: 22px #265288 solid;
  margin-top: -25px;
  bottom: -49px;
  left: 0;
  margin: auto;
}
.counseling_flow_list li:last-of-type:after {
  display: none;
}
.counseling_flow_text_01 {
  padding: 50px 15px;
  position: relative;
  text-align: center;
  margin: 30px 0;
  color: #fff;
}
.counseling_flow_text_01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150%;
  margin-left: -25%;
  background: url(../images/top/top_link_bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.counseling_flow_text_02 {
  margin-top: 30px;
}
.counseling_flow_text_01 p {
  line-height: 2;
  font-size: 20px;
}
.counseling_flow_text_02 p, .counseling_flow_text_01 p {
  margin: 0;
}
/*　　　詳細-ラーナー用-  　　　　*/
.learner_merit li {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-top: -1px;
  padding: 15px 0;
}
.learner_merit li .num {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #2663ac;
  line-height: 1;
  font-weight: normal;
  font-size: 26px;
  padding: 8px 0;
  position: relative;
}
.learner_merit li .text {
  text-align: left;
  flex: 1;
  padding: 10px 0px 10px 0px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.learner_merit li .midasi {
  color: #2663ac;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.learner_merit li p {
  margin: 0;
}
.learner_program_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.learner_program_box_L {
  width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 15px;
}
.learner_program_box_R {
  flex: 1;
}
.learner_program_box_L .midasi {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1
}
.learner_program_box_L .midasi span {
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.learner_program_box_R {
  padding: 15px;
}
.learner_program_table th, .learner_program_table td {
  font-size: 14px;
  vertical-align: middle !important;
  border: solid 1px #90aed1 !important;
}
.learner_program_table th {
  width: 80px;
  background: #d5e3f3 !important;
}
.learner_program_box_01 .learner_program_box_L {
  background: #d37d58;
}
.learner_program_box_02 .learner_program_box_L {
  background: #929292;
}
.learner_program_box_03 .learner_program_box_L {
  background: #dbbf4d;
}
.learner_program_box_01 {
  border: solid 4px #d37d58;
}
.learner_program_box_02 {
  border: solid 4px #929292;
}
.learner_program_box_03 {
  border: solid 4px #dbbf4d;
}
.learner_program_box p {
  margin-bottom: 0;
}
.learner_program_next {
  background: #2663ac;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
  margin: 40px 0;
}
.learner_program_next:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 50px solid transparent;
  border-top: 28px #2663ac solid;
  margin-left: -50px;
}
.learner_program_next_text_01 {
  font-size: 20px;
  font-weight: bold;
  color: #ffeb3b;
}
.learner_program_next p {
  margin: 0;
}
.learner_price > div {
  width: 100%;
}
.learner_price .maker_y {
  font-size: 20px;
}
.learner_price p {}
.learner_price_table td {
  text-align: right;
}
/*　　　ASVC30        　　　　*/
.asvc_main {
  background: url(../images/asvc/asvc30_img_01.jpg) no-repeat right center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin: 0 0 20px 0;
  height: 300px;
}
.asvc38_main {
  background: url(../images/asvc/asvc22_img_01.jpg) no-repeat right center;
  background-size: cover;
  height: 350px;
}
.asvc_img {
  padding: 0px 20px;
}
.asvc30_img {
  //width: 70%;
  //max-width: 450px;
}
.asvc38_img {
  //width: 70%;
  //max-width: 620px;
}
.asvc_LR {}
.asvc_LR > div {}
.asvc_enquete {
  margin-bottom: 50px;
}
.asvc_enquete .img {
  text-align: center;
}
.asvc_enquete .text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
/*     活性保持型ビタミンC      */
.about_asvc_copy span {
  display: block;
  font-size: 30px;
}
.about_asvc_link > div {}
.about_asvc_link_icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about_asvc_link_icon li {
  padding: 0 5px;
  width: 25%;
}
/*　                               　8つの習慣　*/
.ntl_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ntl_LR .img {
  width: 100%;
  min-height: 200px;
}
.ntl_LR .text {
  width: 100%;
}
.free_setumei_tuika {
  padding: 10px 20px 1px 20px;
  background: #d5e3f3;
  margin-top: 25px;
}
.free_setumei_tuika .midasi {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/page/icon_finger.png) no-repeat left center;
  background-size: 34px;
  color: #2663ac;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  line-height: 1.3;
  border-bottom: dashed 1px #2663ac;
  margin-bottom: 15px;
}
.free_setumei_tuika p {
  margin-bottom: 10px;
}
.free_setumei_tuika .text {
  margin-bottom: 30px;
}
.manner8_wrap {
  margin-bottom: 50px;
}
.manner_page {
  color: #2663ac;
  font-weight: bold;
  text-decoration: none !important;
}
.user_date_content a {
  text-decoration: underline;
}
.user_date_content h2 {
  margin: 30px 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #2663ac;
  background: #d5e3f3;
  padding: 15px;
}
.user_date_content h3, .manner8_wrap h3 {
  color: #2663ac;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0px;
  border-bottom: dashed 1px #2663ac;
  margin: 15px 0;
  background: none;
}
.color_blue {
  color: #749ed1;
}
.color_koi_blue {
  color: #2663ac;
}
/*       01   非接触生活　　　　　*/
.ntl_01_box_01 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_01_01.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_01 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_01.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_02 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_02.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_03 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_03.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_04 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_04.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_05 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_05.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_06 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_06.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_07 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_07.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_box_08 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/manner8_08.jpg) no-repeat center center;
  background-size: cover;
}
.mt0 {
  margin-top: 0 !important;
}
.manner8_title, .voice_title {
  padding: 15px;
  cursor: pointer;
  position: relative;
  border: solid 1px #2663ac;
  margin-bottom: 7px;
  color: #2663ac;
}
.manner8_title.active, .voice_title.active {
  background: #f5f9ff;
}
.manner8_title:after, .voice_title:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #265288;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.manner8_title:after {
  top: auto;
  bottom: 19px;
  left: 0;
  right: 0;
  margin: auto;
}
.manner8_title.active:after, .voice_title.active:after {
  transform: rotate(-135deg);
}
.manner8_title .num_before {
  color: #fff;
  background: #2663ac;
  padding: 5px 10px 5px 10px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
}
.manner8_title .num {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
}
.manner8_title .title_text {
  display: block;
  padding: 10px 0px 0 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.manner8_detail {
  margin-bottom: 30px;
  border: solid 1px transparent;
  display: none;
}
.manner8_detail .free_setumei_tuika p {
  font-size: 14px;
}
.manner8_4_img {
  margin: 60px 0 40px 0;
}
.manner8_4_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.manner8_4_img li {
  width: 100%;
  text-align: center;
}
.manner8_4_img img {
  max-width: 150px;
}
.manner8_4_img .midasi {
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.5;
}
.manner8_4_img li p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
/*      02 化粧品によく使用される界面活性剤・シリコーン　　　　　*/
.manner8_wrap .ntl_LR, .ntl_04_box_01, .ntl_05_box_01, .ntl_02_box_02 {
  min-height: 200px;
}
.ntl_02_box_01 .img {
  width: 100%;
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_02_01.jpg) no-repeat center center;
  background-size: cover;
}
.manner8_wrap .ntl_LR .text, .ntl_04_box_01 .text, .ntl_05_box_01 .text, .ntl_02_box_02 .text, .ntl_02_box_01 .text {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.ntl_02_box_02 .img {
  width: 100%;
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_02_02.jpg) no-repeat center center;
  background-size: cover;
}
.kaimen_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.kaimen_list li {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #2663ac;
}
.kaimen_title {
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  color: #2663ac;
}
.kaimen_title.active {
  background: #f5f9ff;
}
.kaimen_title:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #265288;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.kaimen_title.active:after {
  transform: rotate(-135deg);
}
.kaimen_name {
  height: 200px;
  overflow-y: scroll;
  display: none;
  background: #f8fbff;
  padding: 15px;
  border-top: solid 1px #2663ac;
}
.kaimen_name pre {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: none;
}
.kaimen_dammy {
  visibility: hidden;
}
.kaimen_table_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kaimen_table_wrap .kaimen_table {
  width: 100%;
  border-bottom: 1px solid #CCC;
  border-right: none;
  border-left: none;
}
.kaimen_table_wrap .kaimen_table tr {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.kaimen_table_wrap .kaimen_table th, .kaimen_table_wrap .kaimen_table td {
  vertical-align: middle;
  font-size: 12px;
  padding: 4px 5px;
}
.kaimen_table_wrap .kaimen_table th {
  width: 120px;
  line-height: 1.5;
  font-weight: normal;
  padding-right: 10px;
  background: none;
}
/*    03  完全お湯洗髪成功法 声   */
.ntl_03_box_01 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_03_01.jpg) no-repeat center center;
  background-size: cover;
}
.ntl_03_box_02 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_03_02.jpg) no-repeat center center;
  background-size: cover;
}
.waku {
  padding: 20px;
  border: solid 2px #2663ac;
  margin-bottom: 20px;
}
.waku ul li {
  list-style: disc outside !important;
  margin: 11px 0;
  margin-left: 20px;
  font-size: 16px;
  border-bottom: dashed 1px #2663ac;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 9px;
  color: #2663ac;
}
.waku ul.count_decimal {
  counter-reset: li; /* Initiate a counter */
  padding: 0; /* Remove the default left padding */
  list-style: none; /* Disable the normal item numbering */
}
.waku ul.count_decimal li {
  position: relative;
  margin-left: 30px;
}
.waku ul.count_decimal li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 4px;
  left: -32px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  background: #3363ac;
  font-weight: bold;
  text-align: center;
}
/*      　洗髪　必須アイテム　*/
.wash_hair_item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wash_hair_item_list li {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.wash_hair_item_list li .title {
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  border-bottom: 1px dashed #525263;
}
.wash_hair_item_list li p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.wash_hair_item_list li a:after {
  display: none;
}
/*         洗髪の流れ       */
.wash_hair {}
.wash_hair li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d5e3f3;
  padding: 20px 0 0 0;
  flex-direction: row-reverse;
  position: relative;
}
.wash_hair li:last-of-type {
  border: none;
}
.wash_hair li .img {
  width: 100%;
  text-align: center;
}
.wash_hair li .img img {
  max-width: 100%;
  width: auto;
}
.wash_hair li .text p {
  color: #323232;
}
.wash_hair li .title {
  font-weight: bold;
  color: #1758a7;
  line-height: 1.5;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin: 15px 0;
}
.wash_hair li .title .num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #1758a7;
  display: inline-block;
  text-align: center;
  width: 50px;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  padding: 8px 0;
}
.wash_hair li p {}
/* 　　　 声　　　　*/
.manner8_title, .voice_title {
  padding: 15px;
  cursor: pointer;
  position: relative;
  border: solid 1px #2663ac;
  margin-bottom: 7px;
  color: #2663ac;
}
.manner8_title.active, .voice_title.active {
  background: #f5f9ff;
}
.manner8_title:after, .voice_title:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #265288;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.manner8_title:after {
  top: auto;
  bottom: 19px;
  left: 0;
  right: 0;
  margin: auto;
}
.manner8_title.active:after, .voice_title.active:after {
  transform: rotate(-135deg);
}
.voice_list .free_setumei_tuika .midasi span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
.voice_list {
  display: none;
}
.voice_list > li {
  width: 100%;
  margin: 0 0 20px;
}
.voice_ul, .voice_list > li p {
  font-size: 14px;
}
.voice_list > li p strong {
  font-weight: bold;
  color: #2663ac;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}
.voice_ul {
  margin: 20px 0;
  padding: 15px;
  border: solid 2px #2663ac;
  background: rgba(255, 255, 255, 0.57);
}
.voice_ul li {
  list-style: disc outside !important;
  margin-left: 20px;
}
ul.decimal li, .voice_ul.decimal li {
  list-style: decimal outside !important;
}
.voice_list .text:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
.voice_img {
  margin: 0 0 20px 0;
}
/*    04  小麦粉シャンプーの作り方   */
.ntl_04_box_01 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_04_01.jpg) no-repeat center center;
  background-size: cover;
}
.komugi_youi_list {
  margin-bottom: 15px;
  border-left: 1px solid #2663ac;
}
.komugi_youi_list li {
  padding: 10px 10px;
  border: 1px solid #2663ac;
  border-left: none;
  line-height: 1.5;
}
.komugi_youi_list img {
  height: 27px;
  width: auto;
  vertical-align: middle;
}
.komugi_flow {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.komugi_flow li {
  width: 100%;
  text-align: center;
}
.komugi_flow li p {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.komugi_LR {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.komugi_LR > div {
  width: 100%;
  text-align: left;
}
.komugi_L .img {
  text-align: center;
  margin-bottom: 20px;
}
.komugi_L .img img {
  max-width: 230px;
}
/*    05  手についた一次刺激性物質の落とし方*/
.color_red {
  color: red;
}
.ntl_05_box_01 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_05_01.jpg) no-repeat center center;
  background-size: cover;
}
.ntl_05_box_02 .img {
  background: url(https://jstcd-kizon.nice-check.com/clinic/html/template/mycustom/assets/images/user/ntl_05_02.jpg) no-repeat center center;
  background-size: cover;
}
.hand_img {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.hand_img li {
  width: 100%;
}
.hand_img img {
  max-width: 150px;
}
.hand_img li p {
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.5;
}
.hand_img li p span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.movie_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
}
.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
/*     7日で分かる日常生活の改善法 はじめてのかたへ      */
.beginner_box_01 {
  padding-bottom: 0;
}
.beginner_step_mail {}
.beginner_step_mail .waku {
  margin: 0;
}
.beginner_step_mail .waku li {
  list-style-type: none !important;
  margin: 5px 0;
}
.beginner_step_mail_img {
  background: url(../images/beginner/beginner_img_01.jpg) no-repeat center right;
  background-size: cover;
  height: 180px;
}
.beginner_box_03 .more {
  margin-top: 30px;
}
.beginner_book {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.beginner_book .img {
  margin-bottom: 30px;
}
.beginner_book .img img {
  max-width: 150px;
}
.beginner_main_text {
  text-align: center;
  font-size: 18px;
  color: #2663ac;
  margin: 30px 0;
}
.beginner_main_text span {
  font-size: 33px;
}
/*    3カ月サポートプログラム      */
.sp_step_box_wrap {}
.sp_step_L {
  font-size: 24px;
  color: #fff;
  background: #2663ac;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.sp_step_R {}
.sp_step_L:after {
  top: 100%;
  left: 0;
  right: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 50px solid transparent;
  border-top: 40px #2663ac solid;
  margin: auto;
}
.sp_step_inner_wrap {}
.sp_step_inner {}
.sp_step_inner:last-of-type {}
.sp_step_inner_wrap .waku {
  margin: 0;
}
.sp_step_inner_wrap p {
  color: #000;
}
.sp_step_inner_wrap .waku, .sp_step_waku {
  padding: 15px 20px 20px 20px;
  border: solid 4px #2663ac;
  height: 100%;
}
.sp_step_inner_wrap .midasi {
  background: url(../images/common/icon_finger.png) no-repeat left top 5px;
  background-size: 35px;
  color: #2663ac;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0 10px 42px;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: dashed 1px #2663ac;
}
.sp_step_use {
  display: flex;
  flex-wrap: wrap;
}
.sp_step_use li {
  width: 33.3%;
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: center;
}
.sp_step_use li p {
  font-size: 14px;
  margin: 5px 0 0 0;
}
.sp_step_inner_wrap .more {
  width: 100%;
  margin: 20px 0 30px 0;
}
.sp_step_inner_wrap .more a {
  line-height: 1.3;
  padding: 15px 0;
  letter-spacing: 1px;
}
.sp_step_inner_wrap .more a:after {
  display: none;
}
.sp_step_price_wrap {
  text-align: center;
  border: solid 1px #2663ac;
  margin-bottom: 10px;
}
.sp_step_price_wrap p {
  margin: 0;
  background: #d5e3f3;
  padding: 2px 5px;
  line-height: 1.3;
}
.sp_step_price {
  font-weight: bold;
  color: #DE5D50;
}
.sp_step_kaizen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp_step_kaizen li {
  width: 49%;
  background: #2663ac;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 10px 0;
  margin: 0 0 5px 0;
  border-radius: 2px;
}
.sp_step_more {
  width: 100%;
  margin: 0px auto 30px auto;
}
.sp_step_more a {
  line-height: 1.3;
  font-size: 18px;
  padding: 15px 20px;
  letter-spacing: 0px;
}
.sp_step_more a span {
  font-size: 13px;
  display: block;
}
.step_kanja_text {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #de5d50;
  font-weight: bold;
}
/*    3か月マスターコース      */
.main_midasi {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  background: #1758a7;
  padding: 8px 10px 11px 10px;
  color: #fff;
  line-height: 1;
}
.sp_3month_LR_02 .L .midasi, .sp_3month_btn p, .sp_3month li .text p, .sp_3month_tips p {
  font-size: 16px;
}
.sp_3month_midasi_02, .sp_3month_midasi_01 {
  text-align: center;
  color: #1758a7;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  margin: 15px 0;
}
.sp_3month_midasi_02 {
  font-size: 17px;
  line-height: 1.5;
  background: #d5e3f3;
  border-radius: 50px;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.hojo_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp_3month_LR .L, .sp_3month_LR ul {}
.sp_3month_LR .R {}
.sp_3month li:first-of-type {
  border-bottom: dotted 4px #1758a7;
  padding-bottom: 38px;
  margin-bottom: 30px;
}
.sp_3month li .img {
  text-align: center;
}
.sp_3month li .img img {
  max-width: 50%;
  height: auto;
}
.sp_3month li .img {
  margin-bottom: 30px;
}
.sp_3month li .text {}
.sp_3month li .text .midasi {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  color: #1758a7;
  border: solid 1px #1758a7;
  padding: 7px 5px 9px 5px;
  font-weight: bold;
  line-height: 1;
  border-radius: 50px;
}
.sp_3month li .text p {
  margin: 10px 0;
}
.sp_3month li .price {
  font-size: 26px;
}
.sp_3month li .price, .sp_3month li .price span {
  line-height: 1;
}
.sp_3month li .price span {
  font-size: 16px;
  color: red;
  vertical-align: middle;
  padding-left: 10px;
}
/**/
.sp_3month_btn {
  border-radius: 15px;
  margin-top: 30px;
}
.sp_3month_btn .btn, .sp_3month_btn {}
.sp_3month_btn a {
  background: #d5e3f3;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  display: block;
}
.sp_3month_btn .btn {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #1758a7;
  background: #fff;
  font-weight: bold;
  padding: 15px 15px;
  width: 100%;
}
#blogArticle > div > div.sp_3month_LR_02.sp_3month_LR > div.sp_3month_btn.R > a > div {
  height: 100%;
}
.sp_3month_btn p {
  margin: 10px 0 0 0;
}
/**/
.sp_3month_arrow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #1758a7;
  font-weight: bold;
  margin: 20px 0;
}
.sp_3month_arrow img {
  max-width: 30px;
  height: auto;
}
/**/
.sp_3month_LR_02 {
  border-bottom: dotted 4px #1758a7;
  padding-bottom: 30px;
}
.sp_3month_LR_02 .L {
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #1758a7;
}
.sp_3month_LR_02 .L .midasi {
  margin: 0 0 10px 0;
  line-height: 1.8;
}
.sp_3month_LR_02 .L p {
  color: red;
  margin: 0;
}
.sp_3month_LR_02 .L p a {
  color: red;
}
/**/
.hojo_item_wrap {
  margin: 20px 0;
}
.hojo_item_wrap .midasi {
    font-size: 20px;
    letter-spacing: 1px;
    color: #1758a7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.4em;
}
.hojo_item_wrap .hojo_item {}
.hojo_item li {
  width: 32%;
}
.hojo_item li img {
  border-radius: 50%;
  border: solid 1px #ccc;
}
.top_support_LR .img {
  width: 40%;
}
.top_support_LR .text {
  width: 55%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
/**/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

/*----------------------------------------------------------- quiz */
body .quiz_section .mlw_qmn_question {
    display: inline-block;
    line-height: 1.4em;
    text-align: left;
}
.qsm_check_answer {
    padding: 15px 15px 5px;
    text-align: left;
}

ol.choices-box {
    width: 80%;
    min-width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 2em 10%;
    padding: 2em;
    border: 2px solid #2663ac;
}
ol.choices-box > li {
    width: 25%;
    list-style: lower-alpha !important;
}

/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
#blogArticle .quiz_begin input {
    margin: 15px 0px 15px 0px;
}
}