/* LP化テンプレ用　 */
.pc{ display: block!important; }
.sp{ display: none!important; }

#column-lp{
  text-align: left;
  /*width: 98%;*/
  /*max-width: 930px;*/
  /*margin: 0 auto 80px;*/
}

#column-lp img{
  max-width: 100%;
width:auto;
  height: auto;
  object-fit: cover;
}


#column-lp #header{
  height: 71px;
}
#column-lp #header h1 {
max-width:338px;
width:auto;
}

#column-lp #header .header-logo {
max-width:445px;
width:auto;
}

.lp-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
}

#column-lp .pic{
  padding-bottom: 20px;
}

#column-lp h1{
  padding-bottom: 0;
}

.mv_text {
  margin-top: 20px;
}
.mv_text .mlmagaform{ margin-top: 0!important; }

/* form */
#column-lp .mlmagaform .mlmaga img{ width: 100%; max-width: 100%; }
/* form-table */
#column-lp th{ width: 30%; }
#column-lp td{ width: 70%; }

#column-lp table tr:last-child th,
#column-lp table tr:last-child td{
  border-bottom: 1px solid #ccc!important;
}

/* form-btn */
#column-lp .btn{
  text-align: left;
  padding-bottom: 0;
  margin: 20px auto;
}
#column-lp .btn p{
  padding-bottom: 0;
}

#column-lp .btn input,
#column-lp .btn .nxtbtn,
#contactform7 .formbtn li .nextbtn{
  background: #019ef1 url(../images/formarrow.png) no-repeat 95% center;
  background-size: 9px auto;
  border: none;
  border-bottom: solid 4px #008bd5;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.05em;
  font-weight: bold;
  margin: 0 auto!important;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#column-lp .btn .btn-input{
  position: relative;
  min-height: 54px;
}

#column-lp .btn .prvbtn,
#column-lp .formbtn .prevbtn{
  display: inline-block;
  padding: 6px;
  margin-top: 16px;
  background: none;
  font-weight: 400;
  font-size: 13px;
}
#column-lp .formbtn .prevbtn{
  margin-top: 0;
}
#column-lp .formbtn .prevbtn::before{
  content:"<";
  display: inline-block;
  margin-right: 8px;
}
#column-lp .btn input[type="submit"]{
  float: none!important;
}
#column-lp .btn-input .smalltext{
  text-align: center;
  font-size: 12px;
  margin: 8px 0;
}

/* form-step */
.pn{ display: none; }
.current{ display: block; }

#column-lp .stepwrap {
	position:relative;
	width:200px;
	margin:auto;
}
#column-lp .stepwrap span.ac {
  background: #77B834;
  border-radius: 50%;
  position:absolute;
  left:24px;
  top:3px;
  width:22px;
  height: 22px;
  z-index:100;
	-moz-transition:all .5s ;
  -webkit-transition: all .5s ;
  -o-transition: all .5s ;
  -ms-transition: all .5s ;
  transition: all .5s ;
}

#column-lp .step{
	padding-bottom:20px;
	text-align: center;
	position:relative;
	margin-top:15px;
}
#column-lp .step li{
	display: inline-block;
	background: #ccc;
	border-radius: 50%;
  box-sizing: border-box;
	width: 20px;
	height: 20px;
	text-align: center;
	margin:0 20px;
  padding: 2px 0 0;
	position:relative;
}
#column-lp .step li span{
  color:#fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  position: relative;
  z-index:102;
}
#column-lp .step li:before {
  content:"STEP";
  display:block;
  position:absolute;
  top:-15px;
  text-align:center;
  color: #ccc;
  font-size:9px;
	-moz-transition:all .5s ;
  -webkit-transition: all .5s ;
  -o-transition: all .5s ;
  -ms-transition: all .5s ;
  transition: all .5s ;
}
#column-lp .step li:after {
  content:"";
  width:0px;
  display:block;
  position:absolute;
  top:9px;
  -moz-transition:all .5s ;
  -webkit-transition: all .5s ;
  -o-transition: all .5s ;
  -ms-transition: all .5s ;
  transition: all .5s ;
}

#column-lp .step li.active:after {
  background:#77B834;
  width: 80px;
  height: 3px;
  z-index:101;
}
#column-lp .step li:last-child:after {
  display:none;
}

#column-lp .step:before {
  content:"";
  display:block;
  height:3px;
  width:120px;
  background:#ccc;
  position:absolute;
  left:50%;
  margin-left:-60px;
  top:12px;
  z-index:10;
}
#column-lp .step li.active{
	background:#77B834;
}

/* contents */
.column-lp-contents img{
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.column-lp-info{
  border:4px solid #77B834;
  margin: 30px 0;
  padding: 20px;
}

.column-lp-info__catch{
  color: #77B834;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.045em;
}

.column-lp-info .flex{
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.column-lp-info figure{
  display: flex;
  order: -1;
  margin: 0 2% 0 0;
  width: 50%;
}

.column-lp-info p{
  padding-bottom: 0;
}

.cv-btn{
  margin: 14px auto 0;
  width: 66%;
	text-align:center;
}
.cv-btn a{
  display: block;
  background: #019ef1;
  border-bottom: solid 4px #008bd5;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;

  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.cv-btn a::after{
  content:"";
  display: block;
  position: absolute;
  top: 46%;
  right: 16px;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  height: 7px;
}
.cv-btn a:hover{
  opacity: 0.8;
}
.cv-btn a span{
  color:#ffff66;
}



#footer.lp-footer .inner{
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}

#footer.lp-footer .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 60px;
}
#footer.lp-footer .address{
  border: none;
  display: flex;
  float: none;
  padding: 20px 0;
  width: auto;
}
#footer.lp-footer .address p{
  margin-left: 20px;
}

#footer.lp-footer .lp-footer-comlist{
  margin-top: 2em;
}
#footer.lp-footer .lp-footer-navilist{
  font-size: 13px;
  border-left: 1px solid #DBDBDB;
}
#footer.lp-footer .lp-footer-navilist .flex{
  gap: 2em;
}
#footer.lp-footer .lp-footer-navilist li a{
  padding: 0.25em;
  display: block;
  text-decoration: none;
}
#footer.lp-footer .lp-footer-navilist li a:hover{
  text-decoration: underline;
}
#footer.lp-footer .lp-footer-navilist .iso_image{
  position: static;
}
#footer.lp-footer .inq_area .a{
  /*padding-left: 63px;*/
  box-sizing: border-box;
 /* height: 96px;*/
}
#footer.lp-footer .inq_area .b{
 /* padding-right: 82px;*/
  box-sizing: border-box;
}
div#ez-toc-container{
  box-sizing: border-box;
}

@media ( max-width: 767px){
  .pc{ display: none!important; }
  .sp{ display: block!important; }

  #header.lp-header{
    border-bottom: none;
    flex-direction: column;
    margin: 6px auto;
    width: 94%;
    max-width: 94%;
  }
  #header.lp-header .header-logo img{
    width: auto;
    height: auto;
  }
  #header.lp-header .tag{
    font-size: 11px;
  }

  #column-lp{
    margin-bottom: 30px;
  }

  #column-lp .pic{
    padding-bottom: 0;
  }

  #column-lp h1{
    font-size: 1.4em;
    margin: 12px auto;
    width: 94%;
    max-width: 94%;
  }

  /* form */
  #column-lp .mlmagaform{
    box-sizing: border-box;
    margin: 12px auto;
    /* width: 94%;
    max-width: 94%; */
  }

  /* form-step */
  #column-lp .stepwrap span.ac{
    top: 0;
  }
  #column-lp .step:before{
    top: 10px;
  }

  #column-lp .btn{
    width: 100%;
    margin: 0;
  }

  #column-lp .btn::after{
    top: 40%;
    right: 16px;
  }

  .column-lp-contents,
  .mv_text{
    margin: 0 auto;
    width: 94%;
    max-width: 94%;
  }

  .column-lp-info{
    box-sizing: border-box;
    margin: 20px auto;
    padding: 20px;
    width: 94%;
    max-width: 94%;
    padding: 16px;
  }
  .column-lp-info .flex{
    flex-direction: column;
  }
  .column-lp-info__catch{
    font-size: 1.3em;
    margin-bottom: 14px;
  }
  .column-lp-info figure{
    width: 100%;
    margin: 0 auto 14px;
  }

  .cv-btn{
    width: 100%;
  }
  .cv-btn a{
    border-radius: 50px;
    font-size: 1.2em;
  }
  .cv-btn a::after{
    top:50%;
  }

  .column-lp-contents iframe{
    max-width: 100%;
  }

  #footer.lp-footer .flex{
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    padding: 0;
  }

  #footer.lp-footer .inner{
    max-width: 100%;
  }
  #footer.lp-footer .lp-footer-comlist .logo{
    max-width: 70%;
    margin: 0 auto;
  }
  #footer.lp-footer .lp-footer-navilist .flex{
    gap: 0;
  }
  #footer.lp-footer .lp-footer-navilist{
    width: 100%;
    border-left: none;
  }
  #footer.lp-footer .lp-footer-navilist li a{
    border-bottom: 1px solid #eee;
    padding: 0.75em;
  }
  #footer.lp-footer .inq_area{
    display: none;
  }
  #footer.lp-footer  .btn_seminar img,
  #footer.lp-footer  .btn_request img { opacity: 1; }
}

/* タブ切り替え */
.tab-group{
  display: flex;
  justify-content: center;
  padding-bottom: 0!important;
  margin-top: 16px;
}
.tab{
  background: none!important;
  box-sizing: border-box;
  border: solid 1px #ccc;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px!important;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 50%;
}

.panel-group{
  border: solid 2px #ccc;
  margin: -2px auto 40px;
}
.panel{
  display:none;
}
.tab.is-active{
  background: #77b834!important;
  color: #fff;
  border: solid 2px #ccc;
  border-bottom: none;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}

.panel .mlmagaform{
  padding: 12px 20px 0;
  margin: 0;
  border: none;
}
.panel .mlmagaform .mlmaga,
.panel .mlmagaform p{
  padding-bottom: 12px;
}

.panel .mv_text{
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .tab{
    font-size: 0.85em;
  }
  .panel .mlmagaform{
    padding: 8px;
  }
}

/* 資料請求フォーム */
.siryo-form{
  padding: 8px 20px 20px;
}
.siryo-form p{
  text-align: center;
  padding-bottom: 0;
}
.siryo-form .mdashi-1{
  display: none;
  padding: 0;
}

.siryo-form div#contactform7 table{
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  width: 100%;
  background: #fafafa;
  margin-bottom: 15px;
}
.siryo-form div#contactform7 table th{
  background: #ddd;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: solid 2px #fff;
  border-radius: 0;
}
.siryo-form div#contactform7 table td{
  padding: 10px 15px;
  border-right: solid 1px #ddd;
  border-bottom: solid 2px #fff;
  text-align: left;
}

/* #column-lp .siryo-form .step:before{
  margin-left: -40px;
  width: 70px;
} */
#column-lp .siryo-form #step2 .stepwrap span.ac{
  left: 89px;
}
#column-lp .siryo-form #step3 .stepwrap span.ac{
  left: 154px;
}


@media only screen and (max-width: 600px) {
  .siryo-form{
    padding: 4px 8px 12px;
  }
}
/* contactform7 */
input,
button,
select,
textarea {
  margin: 0;
  outline: none;
}

input::placeholder {
  color: #cfcfcf;
}

#contactform7 input,
#contactform7 select {
  vertical-align: middle;
}

#contactform7 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contactform7 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#contactform7 p.submit-container {
  text-align: center;
}

div#contactform7 div.submessage {
  font-size: 80%;
  font-weight: normal;
}

div#contactform7 span.require {
  margin-left: 3px;
  color: #e55a3b;
}

div#contactform7 div.error {
  color: #e55a3b;
}

div#contactform7 input[type="checkbox"],
div#contactform7 input[type="radio"] {
  margin-right: 3px;
}

div#contactform7 label {
  display: block;
  width: 100%;
}

div#contactform7 #confirm-button {
  text-align: center;
}

@media only screen and (max-width:600px) {
  div#contactform7 table {
    margin: 0 auto 1.0em;
    border: 1px solid #ccc;
    border-bottom-width: 0;
  }

  div#contactform7 table th,
  div#contactform7 table td {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
  }

  div#contactform7 table th {
    padding: 6px!important;
    font-size: 0.9em;
    text-align: center;
  }
  div#contactform7 table td {
    padding: 6px!important;
  }

  div#contactform7 table ul li {
    line-height: 3.5em;
  }

  div#contactform7 table tr:hover {
    background: #fff;
  }
}

#contactform7 table td input {
  padding: 5px;
}

/* @jinji */
#contactform7 label {
  font-size: 12px;
}

#contactform7 {
  width: 100%;
  height: auto;
}

#contactform7 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

#contactform7 table td input[type="text"],
#contactform7 table td input[type="tel"] {
  width: 80%;
}
#contactform7 table td .fukusu {
  width: 100% !important;
  max-width: 350px;
}

.stepform {
  text-align: center;
  padding: 8px 0!important;
}
.stepform li {
  display: inline-block;
  background: url(../images/step.png) no-repeat right center;
  font-size: 1.0em;
  font-weight: bold;
  color: #999;
  padding: 0 25px 0 0!important;
  margin-right: 10px;
  margin-left: 0!important;
}
#step2,
#step3 {
  display: none;
}

#contactform7 .formbtn {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#contactform7 .formbtn li {
  display: block;
  background: none;
  width: 100%;
  margin: 0 5px;
}
#step2 #contactform7 .formbtn li:nth-child(1),
#step3 #contactform7 .formbtn li:nth-child(1){
  order: 2;
  line-height: 1.0em;
  margin-top: 0;
}
#step2 #contactform7 .formbtn li:nth-child(2),
#step3 #contactform7 .formbtn li:nth-child(2){
  order: 1;
}
#step3 #contactform7 .wpcf7-list-item{
  display: block;
}

@media only screen and (max-width:600px) {
  .stepform {
    padding: 4px 0;
  }
  .stepform li {
    background-size: 8px auto;
    font-size: 0.9em;
    color: #999;
    padding: 0 13px 0 0;
    margin-right: 5px;
  }

  #contactform7 .formbtn {
    width: 100%;
  }
  #contactform7 .formbtn li{
    width: 100%;
  }

  #contactform7 table th {
    width: 100%;
    display: block;
    padding: 10px 20px !important;
    text-align: center;
  }
  #contactform7 table td {
    padding: 15px 20px !important;
  }

  #contactform7 table td input[type="text"],
  #contactform7 table td input[type="tel"],
  #contactform7 table td input[type="email"] {
    box-sizing: border-box;
    width: 96%;
  }
}

.mdashi-1 {
  position: relative;
  background: #84b44c;
  color: #fff;
  font-size: 1.25em;
  padding: 6px 10px 6px 30px;
}
.mdashi-1:before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://jinjiseido.co.jp/contact/wp-content/themes/twentyeleven/images/midashi.png) no-repeat left top;
  background-size: 100%;
  z-index: 10;
}
@media only screen and (max-width:600px) {
  .mdashi-1{
    font-size: 1.0em;
  }
}


.related_article {
 margin:1.8em 0;
 text-align:left
}
.related_article a:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.related_article .inbox {
 padding-left:30%
}
.related_article p.ttl {
 margin:0 0 .1em;
 font-size:1.2em;
line-height:1.5em;
 font-weight:bold;
padding-bottom:0;
}
.related_article .ttl:before {
 content:'関連記事';
 font-size:.7em;
 font-weight:bold;
 color:#fff;
 background:#111;
 width:5em;
 display:block;
 padding:.2em;
 position:relative;
 top:-2px;
 text-align:center;
 margin-right:.5em;
line-height:1.3em;
 -webkit-border-radius:2px;
 -moz-border-radius:2px;
 border-radius:2px
}
.related_article.labelnone .ttl:before {
 content:none
}
.related_article .date {
 font-size:.8em
}
.related_article .thum {
 width:25%;
 float:left;
margin:0;
}
.related_article .thum img {
 width:100%;
 margin-bottom:0
}
.related_article a {
 color:#333;
 background:#FFF;
 border:1px solid #eee;
 box-shadow:1px 1px 0 #efefef;
 text-decoration:none;
 display:block;
 padding:.9em;
}
.related_article a:hover {
 color:#666;
 background:lightyellow;
}

@media screen and (max-width: 700px) {

.related_article .thum{
 width:100% !important;
 float:none;
padding:0 0 0.8em;
}
.related_article .thum img {
 width:100%;
 margin-bottom:0
}
.related_article .inbox {
 padding-left:0;
}
}

.ct {text-align:center;font-weight:bold;width:90%;margin:20px auto 0;}
.ct span {position:relative;padding:0 20px;display:inline-block;
    color: green;}
.ct span:before {content:"＼";position:absolute;left:0;bottom:10px;
    transform: scale(1,3);}
.ct span:after {content:"／";position:absolute;right:0;bottom:10px;
    transform: scale(1,3);}
