@charset "UTF-8";

/* -----------------------------------------------
FileName: mobile.css
----------------------------------------------- */

@media screen and (max-width: 1220px) {
  header.cv-head {
    padding: 15px 0;
    text-align: center;
  }
  .request header.cv-head {
	  text-align: left;
	  border-bottom: 1px solid #e6e6e6;
  }
  .request header.cv-head #logo {
	  width: 90%;
	  margin: 0 auto;
  }

  /*
    header.head::before {
        height:60px;
    }
*/

  header.head {
	  height: 48px;
    z-index: 999;
  }

  header.head #logo {
    position: fixed;
    top: 35px;
    left: 10px;
    z-index: 98;
  }

	header.head.ads #logo {
		display: block;
		top: 5px;
		width: 310px;
	}

	header.head.ads #logo span {
		display: inline-block;
		font-size: 11px;
		margin: 0 0 0 3%;
	}

	header.head #logo img {
		display: inline-block;
		margin: 0 0 7px;
		width: 95px;
		height: auto;
	}

  header.cv-head #logo img {
    width: 120px;
    height: auto;
  }
	
  header.head #logo span {
	  font-size: 12px;
	  margin: 11px 0 0 6px;
	  letter-spacing: 0;
	 }

  .organic-header {
    z-index: 90;
  }

  .organic-header ul {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
  }

  .organic-header ul li {
    margin: 0 0 0 0;
    letter-spacing: 0.07em;
  }

  .organic-header ul li.line {
    font-size: 0.85em;
  }

  .drawer-nav {
    background-color: rgba(255, 255, 255, 1) !important;
    box-sizing: border-box;
    text-align: left;
  }

  #navWrap {
    padding: 90px 2em 30px 2em !important;
  }

  header.head.ads #navWrap {
    padding: 60px 2em 30px 2em !important;
  }

  #gNavi ul.drawer-menu {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .drawer-dropdown-menu {
    background: none !important;
  }

  .drawer-navbar-header {
    height: 0 !important;
  }

  .drawer-navbar .drawer-brand {
    line-height: 3.75rem !important;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 0 !important;
  }

  #gNavi .drawer-menu-item {
font-size: 17px;
    padding: 0;
    margin: 0 0 2em 0;
  }
#gNavi .drawer-menu-item.disabled {
color: #777;
margin-bottom: 24px;
}
#gNavi .drawer-menu-item.disabled:hover {
text-decoration: none;
cursor: default;
}

	
  #gNavi .line-link {
    background-color: #00AE65;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: .1em;
	position: relative;
	margin-top: 56px;
  }

  #gNavi .line-link::before {
position: absolute;
top: -20px;
left: calc(50% - 95px);
content: 'サロンお役立ち情報を配信中';
    display: block;
    color: #00AE65;
    font-size: 14px;
    letter-spacing: 0.03em;
  }


  #gNavi ul li.drawer-dropdown ul.drawer-dropdown-menu {
    top: 0;
    margin: -32px 0 0;
    font-size: 1.15em !important;
  }

  #gNavi .drawer-menu-item.btn {
    color: #fff;
    font-weight: 400;
    padding: 1.15em 0;
    margin-top: 0;
    margin: 0 0 1em 0;
    margin-right: 0;
    letter-spacing: 0.1em;
    border-radius: 7px 0 7px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  .drawer-dropdown-menu li {
    margin: 0 0 0.2em 0;
  }

/*   .drawer-dropdown-menu li a {
    padding: 0 0 0 0em !important;
    line-height: 1.8em !important;
    margin: 0 0 0 0 !important;
    position: relative;
    font-weight: 400 !important;
    font-size: 0.9em !important;
  } */

  .drawer-dropdown .drawer-caret {
    float: right;
    top: 0.5em !important;
    border-top: 6px solid !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
  }

  header.head.is-fixed .drawer-hamburger-icon,
  header.head.is-fixed .drawer-hamburger-icon:before,
  header.head.is-fixed .drawer-hamburger-icon:after {
    background-color: #1e1e1e;
  }

  header.head.is-fixed #gNavi ul.drawer-menu {
    margin: 0 0 0 0;
    position: static;
    left: 0;
  }

  header.head.is-fixed #gNavi ul li a {
    color: #fff;
  }

  header.head.is-fixed:before {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 16px;
    min-width: 100%;
  }

  body.request {
    min-width: 100%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
/*     margin: 1rem auto; */
    margin-top: 48px;
    padding: 0;
  }
  .request .container {
    padding: 0;
  }

  .container.product-vision {
    background-image: url("../../images/company/key.webp");
    background-size: cover;
    color: #fff;
    padding: 30px 0 55px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left 10% center;
  }

  .contents {
    width: 90%;
  }

  .request .contents {
    width: 90%;
  }

  .contents.sw100 {
    width: 100%;
  }

  #main {
    padding: 70px 0 0 0;
  }

  #main.ads {
    padding: 50px 0 0 0;
  }

  #splitCol {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #mainCol {
    width: 100%;
    margin: 0 0 40px 0;
  }

  #mainCol.w860,
  #sideCol.w860 {
    width: 100%;
    padding: 8px 0;
    border-radius: 7px 0 7px 0;
  }

  #sideCol {
    width: 100%;
  }

  #mainCol.x2 {
    width: 100%;
  }

  #sideCol.x2 {
    margin: 0 0 0 0;
    width: 100%;
  }

  footer.foot #copyRight {
    color: #fff;
    padding: 0 0 80px 0;
    background-color: rgba(66, 66, 66, 1);
  }

  #copyRight span {
    display: none;
  }

  footer.foot .footer {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

	footer.foot #footerNavi {
		margin: 0 auto;
		padding: 2rem 0 0;
	}

	footer.foot #footerNavi nav {
		margin: 0 auto 2rem;
		padding: 0 10%;
		width: 100%;
	}

	footer.foot #footerNavi nav h5 {
		margin: 0 0 .5rem;
	}

	footer.foot #footerNavi nav li {
		text-indent: 1rem;
	}

  footer.foot #copyRight nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 15px 0;
  }

  footer.foot #copyRight #foogLogo {
    margin: 0 0 5px 0;
  }

  footer.foot #copyRight p {
    padding: 10px 0;
  }

  footer.cv-foot {
    background: #000;
    color: #fff;
    padding: 20px 0;
  }
  .request footer.cv-foot {
    background: #444;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2em !important;
  }

  .cv .contents {
    padding: 15px 15px 30px 15px;
    width: 100%;
  }

  .cv .contents #cvArea {
    padding: 0 0;

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cv .contents #cvArea figure img {
    width: 100%;
    height: auto;
  }

  .cv .contents #cvArea article {
    text-align: center;
    width: 100%;
    margin: 15px 0 0 0;
  }

  .cv .contents #cvArea article p {
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 0.8em 0;
    line-height: 1.5em;
  }

  .cv .contents #cvArea.x2 article {
    width: 100%;
    color: #fff;
    padding: 0 0;
  }

  .cv .contents #cvArea.x2 article p {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 1.5em 0;
    line-height: 1.8em;
  }

	/* 監修者プロフィール */
	.tmm .tmm_1_columns .tmm_member {
		margin: 80px 0 0 0!important;
	}

	.tmm .tmm_plugin_f .tmm_desc,
	.tmm .tmm_member .tmm_textblock .tmm_scblock {
		display: none;
	}

	.tmm .tmm_member .tmm_textblock {
		margin: 0 auto!important;
		width: 100%!important;
	}

	.tmm_1_columns .tmm_member .tmm_photo {
		margin: -80px 0 0!important;
	}

	.cv .contents #cvArea.x2 .btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
  }

  .cv .contents #cvArea.x2 .btns .more-btn span {
    display: none;
  }

  .cv .contents #cvArea.x2 .btns .more-btn {
    width: 46%;
  }

  .p-cv-btn-wrap span.p-cv-text {
    width: 11rem;
  }

  span.p-cv-text.nolimit {
    width: auto;
  }

  #headerKeyWrap {
    height: auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #headerKeyImg {
    padding: 4% 0;
  }

  #headerKeyImg article {
    width: 90%;
    margin: auto;
    color: #fff;
  }

  #headerKeyImg article h1 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 0.3em 0;
  }

  h1.title {
	  font-size: 1.3em;
	 }

  h2.title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 0.8em 0;
  }

  .vision h1.title {
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin: 0 0 0 0;
  }

  h3.title {
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin: 0 0 0.4em 0;
  }

  h4.title {
    text-align: center;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin: 0 0 0.8em 0;
  }

  .title-note {
    text-align: center;
    line-height: 1.8em;
    margin: 0 0 1.5em 0;
    letter-spacing: 0em;
  }

  dl.title {
    margin: 0 0 1.5em 0;
  }

  dl.title dt {
    font-size: 2.4em;
    margin: 0 0 0.1em 0;
  }

  dl.title dd h2 {
    font-size: 1em;
  }

  .more-btn {
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
  }
	
  .more-btn a {
    font-size: 16px;
    padding: 10px 0;
  }

  .more-btn.x2 {
    width: 100%;
  }

  .more-btn.cv a {
    font-size: 1.2em;
  }

  #pageTop {
    position: fixed;
    bottom: 0;
    right: -35px;
    transform: rotate(90deg);
    z-index: 80;
  }

  #pageTop a {
    font-family: "Lato", sans-serif;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #424242;
    font-size: 0.8em;
  }

  #pageTop a:after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background: #424242;
    margin: 0 0 0 30px;
    transform: rotate(90deg);
  }

  .cv-btns {
    display: block;
    width: 100%;
    margin: 40px 0 10px;
	text-align: center;
  }

  .cv-btns.is-fixed {
    background-color: rgba(255, 255, 255, 1);
    bottom:  -10px;
    position: fixed;
    padding: 8px 0 10px;
    width: 100%;
    z-index: 100;
  }

  .cv-btns ul {
    display: block;
    margin: 0 auto;
  }

  .cv-btns ul li {
	width: 90%;
	margin: auto;
    text-align: center;
  }

  .cv-btns ul li.tel {
    display: none;
  }

  .cv-btns.is-fixed ul li.req i {
    margin-right: 10px;
  }

  .cv-btns ul li a {
    border-radius: 0.5rem;
    color: #fff;
    display: block;
	position: relative;
  }
	
  .cv-btns.parts ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 25px;
    top: 17px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
	
  .cv-btns.is-fixed ul li a::after {
	top: 17px;
  }

  .cv-btns.is-line ul li a::after {
	display: none;
  }

  .cv-btns ul li a:hover {
    text-decoration: initial;
  }

  .cv-btns ul li.req a span {
    background: #E04428;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 auto 0.1rem;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    letter-spacing: .05em;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .cv-btns.is-line ul li.req a span {
	  background: #06C655;
    letter-spacing: 0;
  }
  .cv-btns.is-rwg ul li.req a span {
    background: #1A73E9;
    letter-spacing: 0;
  }

  .cv-btns.is-fixed ul li.req a span {
	line-height: 1.2;
  }
	
  .cv-btns .offer {
	color: #E04428;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 1px;
	}
  .cv-btns.is-line .offer {
	  color: #06C655;
  }
  .cv-btns.is-rwg .offer {
    color: #1A73E9;
  }
	
  .cv-btns .microcopy {
    font-size: 14px;
  }
  .home #keyWrap #keyImg article .microcopy {
	font-size: 15px;		
  }
  .cv-btns.is-fixed .microcopy {
    display: none;
  }

  #panz {
    width: 100%;
    padding: .3em 0;
    box-sizing: border-box;
  }

  #panz ol {
    list-style: none;
    width: 90%;
    margin: auto;
    display: block;
    box-sizing: border-box;
  }

  #panz ol li {
    /* white-space:
        nowrap; */
    display: inline-block;
    line-height: 1.8em;
  }

  .navi.navi_pagination {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
  }

  .navi.navi_pagination a {
    text-decoration: none;
  }

  .navi.navi_pagination>a {
    float: left;
    display: block;
    width: 28%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    background: #f8f7f6;
  }

  .container.x2 .navi.navi_pagination>a {
    background: #fff;
  }

  .navi.navi_pagination>a.is_disable {
    -webkit-tap-highlight-color: transparent;
    color: #ccc;
  }

  .navi.navi_pagination .navi_pagination--select {
    float: left;
    width: 42%;
    height: 40px;
    line-height: 40px;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    position: relative;
    background: url(../images/arrow_down.svg) right 13px top 50% no-repeat #f8f7f6;
  }

  .container.x2 .navi.navi_pagination .navi_pagination--select {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    background: url(../images/arrow_down.svg) right 13px top 50% no-repeat #fff;
  }

  .navi.navi_pagination .navi_pagination--select>p {
    width: 100%;
    height: 40px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
  }

  .navi.navi_pagination .navi_pagination--select select {
    opacity: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    font-weight: 500;
  }

  .home #keyWrap #keyImg {
    padding-bottom: 20px;
  }

  .company .keyWrap {
    background: url("../../images/company/key.webp") right 5% top no-repeat;
    height: 130px;
    max-height: 130px;
  }

  .home #keyWrap #keyImg article {
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home #keyWrap #keyImg article aside {
    margin: 0 auto 10px;
    width: 86%;
  }

  .home #keyWrap #keyImg article h1 {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5em;
    margin: 0 0 0.3em 0;
    letter-spacing: 0.08em;
  }

  .company .keyWrap .keyImg article h1 {
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 0em 0;
  }

  .home #keyWrap #keyImg article figure.mock {
    position: relative;
    top: 0;
    z-index: 40;
    left: 0%;
    width: auto;
  }

  .home #keyWrap #keyImg article figure.mock img {
    display: block;
    margin: auto;
    width: 80%;
  }

  .company .home #keyWrap #keyImg article figure.mock img {
    height: 35vh;
  }

  .home #keyWrap #keyImg article .fv-cta {
    display: none;
  }

  .company .home #keyWrap #keyImg article .btn-request {
    display: block;
  }

  .company .home #keyWrap #keyImg article .btn-request {
    width: 90%;
  }

  .home .lpSwiper {
    margin: -20px 0 30px;
  }

  .home .fnSwiper {
    margin: 0 0 30px 0;
  }

  .home .swiper-slide {
    width: 260px;
  }

  .home #aboutArea {
    margin: 40px 0 48px 0;
  }

  .home #brandArea {
    margin: 0 0 30px 0;
    padding: 15px 5px 20px 5px;
    box-sizing: border-box;
  }

  .home #brandArea ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .home #brandArea ul li {
    margin: 0 2%;
  }

  #industryArea h3 {
    margin: 0 0 1em 0;
    font-size: 1.4em;
    font-weight: 700;
  }

  #industryArea article {
    display: flex;
    flex-wrap: wrap;
  }

  #industryArea article dl {
    width: 33.33333%;
    text-align: center;
    padding: 0 0 15px 0;
	margin-top: 15px;
  }

  #industryArea article dd {
    height: auto;
    line-height: 1.5em;
    font-size: 0.9em;
  }

  .home #reasonArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home #reasonArea article {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .home #reasonArea article figure {
    margin: 0 0 15px 0;
    height: auto;
  }

  .home #reasonArea article figure.pc {
    display: none !important;
  }

  .home #reasonArea article figure.sp {
    display: block !important;
  }

  .home #reasonArea article figure img {
    border-radius: 10px 0 10px 0;
    max-width: 100%;
    max-height: auto;
    object-fit: contain;
  }

  .home #reasonArea article dt {
    font-size: 20px;
    margin: 0 0 0.8em 0;
  }

  .caseArea {
    margin: 0 0 15px 0;
	  display: block;
  }

  .caseArea a {
    width: 100%;
  }

  .caseArea a:nth-child(even) {
    margin-left: auto !important;
  }

  .case .caseArea a:nth-child(even) {
    margin-left: 0 !important;
  }

  .caseArea.new a:nth-child(even) {
    margin-left: auto !important;
  }

  .caseArea a figure {
	  padding-top: 62%;
	  position: relative;
  }

  .caseArea a figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .case .caseArea a:nth-child(1) figure img,
  .case .caseArea.new a:nth-child(1) figure img {
    /*
        width: 100%;
        height: auto;
        aspect-ratio: 4/2.67;
        */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .caseArea a aside {
    padding: 15px 10px 15px 10px;
  }

  .caseArea a aside h3 {
    line-height: 1.5em;
    margin: 0 0 .5em 0;
  }

  .articleList {
    margin: 0 0 15px 0;
  }

  .articleList a.clink figure {
    margin: 0 0 0 0;
    position: relative;
    padding-top: 56%;
  }

  .articleList a.clink figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .articleList a.clink div.cat {
    margin: 0 0 8px 0;
  }

  .articleList a.clink div.cat span {
    padding: .8em .8em .65em .8em;
    margin: 0 5px 5px 0;
    font-size: 0.7em;
  }

  .articleList a.clink figure figcaption.ribbon19-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
  }

  .articleList a.clink figure figcaption.ribbon19-content .ribbon19 {
    display: inline-block;
    position: absolute;
    padding: 1px 0;
    left: -30px;
    top: 10px;
    width: 200px;
    text-align: center;
    line-height: 16px;
    background: #e94729;
    color: #fff;
    letter-spacing: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    box-shadow: none;
    font-size: 0.7em;
    font-weight: 300;
  }

  .articleList a.clink figure figcaption.ribbon19-content .ribbon19.end {
    letter-spacing: 0;
    background: #999999;
    box-shadow: none;
  }

  .articleList a.clink aside {
    padding-top: 8px;
  }

  #pressArea {
    margin: 0 0 30px 0;
  }

  #pressArea a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border-radius: 10px 0 10px 0;
    padding: 15px 15px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }

  #pressArea a header {
    margin: 0 0 0.8em 0;
    align-items: center;
  }

  #pressArea a time {
    color: #424242;
    margin: 0 1.5em 0 0;
    white-space: nowrap;
    font-size: 1em;
  }

  #pressArea a time.new:before {
    content: "NEW";
    position: static;
    top: -1.5em;
    left: 0;
    font-size: 0.8em;
    display: inline-block;
    background: #45b1c9;
    color: #fff;
    line-height: 1em;
    padding: 0.4em 0.6em;
    margin: 0 0.5em 0 0;
    letter-spacing: 0.15em;
  }

  #pressArea a .cat {
    min-width: auto;
  }

  #pressArea a .cat span {
    font-size: 0.8em;
    border-radius: 5px 0 5px 0;
    padding: .5rem;
  }

  #pressArea a h3 {
    margin: 0;
    line-height: 1.8em;
  }

  #posArea {
    flex-direction: column;
    width: 100%;
  }

  #posArea article {
    width: 100%;
    margin: 0 0 35px 0;
  }

  #posArea article:nth-child(even) {
    margin: 0 0 35px 0;
  }

  #posArea article figure {
    margin: 0 0 15px 0;
  }

  #posArea article figure img {
    border-radius: 10px 0 10px 0;
    width: 100%;
    height: auto;
  }

  #posArea article h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    margin: 0 0 0.5em 0;
  }

  #posArea article p {
  font-size: 1rem;
  line-height: 1.5rem;
  }

	#posArea article p br {
		display: none;
	}

	/* .function 機能一覧 */
.functionIcons {
	margin-bottom: 30px;
  }

.functionIcons a {
    width: 33.33333%;
    aspect-ratio: 1/1;
    height: 110px;
  }

.functionIcons.srv a {
    width: 33.33333%;
    height: 110px;
  }

.functionIcons a dt {
    height: 50px;
  }

.functionIcons a dt img {
    width: 100%;
    height: auto;
  }

.functionIcons.srv a dt {
    height: 30px;
  }

.functionIcons.srv a dt img {
    height: 30px;
  }

.functionIcons a dd {
    font-size: .8em;
    line-height: 1rem;
  }

  .function #functionList {
    margin: 80px 0 40px;
  }

  .function #functionList article {
	  background: #f7f7f7;
	  display: block;
	  padding: 2rem 5% 0!important;
	  margin-bottom: 80px;
	 }

  .function #functionList article:nth-child(odd) {
    flex-direction: column;
  }

  .function #functionList article .pict {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
  }

  .function #functionList article .pict figure.device {
    position: absolute;
    bottom: -20px;
    right: 0;
  }

  .function #functionList article .pict figure.thum img {
    width: 85%;
    height: auto;
  }

  .function #functionList article .pict figure.thum.x2 img {
    width: 100%;
    height: auto;
  }

  .function #functionList article .pict figure.device img {
    width: 190px;
    height: auto;
    /* aspect-ratio: 1.499/1; */
    object-fit: contain;
  }

  .function #functionList article .pict figure.device.x2 img {
    width: auto;
    height: 190px;
    /* aspect-ratio: 1/2; */
  }

  .function #functionList article:nth-child(even) .pict {
    margin: 0 0 20px 0;
  }

  .function #functionList article aside.note {
/*     border-bottom: 1px solid #999; */
	width: 100%;
    margin: 0 auto 1rem;
    padding: 0 0 2rem;
  }

  .function #functionList article aside.note dl {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .function #functionList article aside.note dl dt {
    width: 30px;
    height: 30px;
  }

  .function #functionList article aside.note h3 {
	  font-size: 16px;
	  margin: 0 0 8px 0.6em;
  }

  .function #functionList article aside.note p {
	  font-size: 14px;
	  line-height: 1.5rem;
	  margin-bottom: 8px;
	  margin-top: -8px;
	 }

  .function #functionList article aside.note p br {
	  display: none;
  }
	
  .function #functionList article aside.note .more-btn {
    margin: 0 auto 0 auto;
  }

  .solution #solutionArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
  }

  .solution #solutionArea figure {
    width: 100%;
  }

  .solution #solutionArea figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px 0 0 0;
  }

  .solution #solutionArea article {
    width: 100%;
    padding: 8% 5%;
    box-sizing: border-box;
  }

  .company .solution #solutionArea article aside {
    width: 100%;
  }

  .solution #solutionArea article h3 {
    font-size: 1.4em;
  }

  .solution #solutionArea article h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #ffab02;
    margin: 0.2em 0 0 0;
  }

  .solution #solutionArea article p br {
    display: none;
  }

  #priceTable {
    margin: 0 0 30px 0;
  }

  #priceTable table {
    width: 100%;
  }

  #priceTable table thead th {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 40%;
    box-sizing: border-box;
    padding: 1em 1em;
    font-weight: 500;
    position: relative;
  }

  #priceTable table thead th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 1);
    z-index: 80;
  }

  .lp #priceTable table thead th:first-child {
    background-color: rgba(255, 255, 255, 1);
  }

  #priceTable table thead th dt {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 0.6em 0;
  }

  #priceTable table thead th dd {
    line-height: 1em;
    background: #fff;
    color: #19293a;
    padding: 0.6em 0;
    border-radius: 5px 0 5px 0;
    font-size: 0.7rem;
    font-weight: 500;
  }

  #priceTable table tbody th {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    padding: 0.6em;
    border: 1px solid#fff;
    background: #424242;
    color: #fff;
    font-size: 0.8em;
    box-sizing: border-box;
    line-height: 1.5em;
    letter-spacing: 0;
    position: sticky;
    left: 0;
    width: 5rem;
  }

  #priceTable table tbody td {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    padding: 0.6em;
    color: #424242;
    font-size: 0.8rem;
    border: 1px solid #dadcde;
    box-sizing: border-box;
    line-height: 1.5em;
    background: #fff;
  }

  .priceOptionTable table th {
    border-bottom: 2px solid #eee;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    padding: 1em;
    font-size: 14px;
    line-height: 1.4;
  }

  .priceOptionTable table th small {
    font-size: 0.8em;
    margin: 1em 0 0 0;
    display: block;
  }

  .priceOptionTable table td {
    border-bottom: 2px solid #eee;
    text-align: right;
    vertical-align: middle;
    font-weight: 400;
    padding: 1em;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.8em;
  }

  .priceNote p {
    margin-bottom: 80px;
	font-size: 12px;
  }

  #articleDetail .end-seminar-text {
    font-size: 1.1em;
    padding: 0.7em 1em;
    border-radius: 7px;
  }

  #articleDetail .tags li:not(:first-child):before {
    margin: 0 0.2em;
  }

  .case #articleDetail .write-date {
    margin: 0 0 0.5em 0;
    letter-spacing: 0em;
  }

  #articleDetail .salonData {
    margin: 20px 0;
    padding: 0 0 15px 0;
  }

  .article-bn {
    margin: 0 0 25px 0;
    display: ruby;
    flex-wrap: wrap;
  }

  .article-bn.bottom {
    margin: 25px 0 0 0;
  }

  .article-bn figure {
    width: 100%;
    margin: 0 0 1rem;
  }

  .article-bn figure:nth-child(even) {
    margin: 0 0 0 0;
    margin-left: auto !important;
  }

	.articleRelatedList .article-bn figure,
	.articleRelatedList .article-bn figure:nth-child(even)
	{
		width: 100%;
		margin: 0 auto 2rem;
	}

	.articleRelatedList .article-bn figure img {
		border: 2px solid #333;
	}
  #articleWrap {
    padding: 30px 0;
    background: #fff;
  }

  /* .article 記事詳細 */
  article.entry {
    clear: both;
    padding: 0 0 15px 0;
  }

  article.entry h2 {
    font-size: 1.3rem;
  }
	
	article.entry h3 {
    margin: 32px 0 1rem;
  }

  article.entry h5 {
    font-size: 1.2em;
  }

  article.entry h6 {
    font-size: 1.1em;
  }

  article.entry blockquote {
    padding: 30px;
    background: url(../images/blockquote1.png) top 10px left 10px no-repeat,
      url(../images/blockquote2.png) bottom 10px right 10px no-repeat;
    margin: 0 0 10px 0;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-radius: 10px;
  }

  article.entry .iframeWrap iframe {
    width: 100% !important;
  }

  #articleDetail article.entry table {
    width: 100%;
    margin: 0 0 25px 0;
  }
		
  #articleDetail article.entry table th {
    border: 1px solid #dcdcdc;
    background: #ebebeb;
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
    width: auto;
    padding: 1em 1em;
    line-height: 1.8em;
  }

  #articleDetail article.entry table td {
    padding: 1em 1em;
    line-height: 1.8em;
  }

  .seminar #articleDetail article.entry table td {
	border: none;
	display: block;
	font-size: 15px;
    padding: 0;
    line-height: 1.8em;
	width: 100%;
  }

  .seminar #articleDetail article.entry table td:nth-of-type(odd) {
	font-weight: bold;
	margin-bottom: 4px;
  }
	
  .seminar #articleDetail article.entry table td:nth-of-type(even) {
	border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
	margin-bottom: 16px;
  }

  .case h2.new-case {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin: 0 0 0.8em 0;
  }

  /* 関連記事 */

  .articleRelatedList {
    margin: 0 0 20px 0;
  }

  .articleRelatedList h2 {
    text-align: left;
    font-weight: 700;
    line-height: 1.7em;
    margin: 32px 0 8px;
  }

  .articleRelatedList article {
    display: flex;
    flex-wrap: wrap;
  }

  .articleRelatedList article a {
    margin: 0 0 24px 0;
    width: 100%;
  }

  .articleRelatedList article a:nth-child(4n) {
    display: flex;
  }

  .articleRelatedList a figure {
    position: relative;
    padding-top: 56%;
  }

  .articleRelatedList article a figure img {
    /*
        aspect-ratio: 4/2.67;
        width: 100%;
        height: auto;
        */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .articleRelatedList article a aside h3 {
    margin: 0;
    max-height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .articleRelatedList article a aside p {
    font-size: 0.8em;
    line-height: 1.8em;
  }

  /* 関連タグ */

  .articleRelatedList .relatedTags {
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .articleRelatedList .relatedTags li {
    margin: 0 7px 7px 0;
  }

  .articleRelatedList .relatedTags li a {
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 0.5em 0.8em;
    font-size: 0.9em;
  }

  /* .seminar セミナー */
  .seminar .seminarList {
    margin: 0 0 20px 0;
  }
	
	.seminar-list h1.title {
		font-size: 28px;
	}

  .seminar .seminarList h2 {
    font-size: 20px;
  }

  .seminar .seminarList article {
    display: flex;
    flex-wrap: wrap;
  }

  .articleList a.clink,
  .seminar .seminarList article a {
    display: flex;
    text-decoration: none;
    width: 100%;
    min-height: auto;
    margin: 0 0 30px 0;
    flex-direction: column;
  }

  .seminar .seminarList.past article a {
    margin-bottom: 15px;
  }

  .seminar .seminarList article figure {
    width: 100%;
    border-radius: 10px 0 0 0;
    display: inline-block;
    flex-direction: row;
    margin: initial;
    overflow: hidden;
    position: relative;
    padding-top: 56%;
  }

  .seminar .seminarList.past article figure {
    position: static;
    padding-top: 0;
  }

  .seminar .seminarList article figure img {
    width: 100%;
    /*
        height: auto;
        aspect-ratio: 16/8;
        */
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 10px 0 0 0;
    object-fit: cover;
    object-position: 50% 50%;
  }

.seminar .seminarList article aside dl {
	font-size: 14px;
}	

  .seminar .seminarList.past article figure img {
    aspect-ratio: auto;
    height: 100%;
    position: static;
  }

  .seminar .seminarList .cat {
    display: none;
  }

  .seminar .seminarList article aside {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }

  .seminar .seminarList.past article aside h3 {
    font-size: 1em;
    margin: 0 0 0 0;
    line-height: 1.6;
  }

  .seminar .seminarList article aside p {
    font-size: 0.85em;
    line-height: 1.8em;
    color: #424242;
    margin: 0 0 1em 0;
    display: none;
  }

  .seminar .seminarList.past article aside p {
    display: none;
  }

  .seminar .seminar-outline {
    margin: 0 0 30px 0;
  }

  .seminar .seminar-outline h2 {
    font-size: 1.4em;
  }

  .seminar .seminar-outline table {
    width: 100%;
    margin: 0 0 0 0;
  }

  .seminar .seminar-outline table tr {
    width: 100%;
    display: block;
    list-style: none;
  }

  .seminar .seminar-outline table th {
    display: list-item;
    border: none;
    background: #ebebeb;
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
    width: 100%;
    padding: 0.8em 1em;
  }

  .seminar .seminar-outline table td {
    display: list-item;
    padding: 0.8em 1em;
    border: 1px solid #dcdcdc;
  }

  .seminar .seminar-curriculum {
    margin: 0 0 30px 0;
  }

  .seminar .seminar-curriculum h3 {
    font-size: 1.2em;
  }

  .seminar .seminar-curriculum table {
    width: 650px;
  }

  .widget .widgetForm {
	display: none;
  }

  .widget .widgetForm h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 0 1em 0;
  }

  .widget .widgetForm fieldset {
    margin: 0 0 15px 0;
  }

  .widget .widgetForm .form-set {
    margin: 0 0 25px 0;
  }

  .widget .widgetForm fieldset label.field-label {
    width: 100px;
    font-size: 0.9em;
  }

  .widget .widgetForm fieldset span.wpcf7-form-control-wrap {
    width: calc(100% - 100px);
  }

  .widget .widgetForm.entry .submitBtn {
    width: 80%;
  }

  .submitBtn {
    margin: 0.5rem auto 0;
    width: 80%;
  }
	
  .submitBtn, .btn-next, .btn-prev {
    margin: 0.5rem auto 0;
    width: 80%;
  }

  /* .company 会社概要 */
  .company #messageArea {
    padding: 30px 0 0 0;
    text-align: center;
  }

  .company #messageArea h2 {
    font-size: 2.2em;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin: 0 0 1em 0;
    line-height: 1.3em;
  }

  .company #messageArea p {
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 1.5em 0;
    line-height: 2em;
    text-align: left;
  }

  .company #outluneArea {
    margin: 0 0 10px 0;
  }

  .company #outluneArea dl {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 10px 0 10px 0;
    font-size: 1.1em;
    color: #424242;
    padding: 1em 1em;
  }

  .company #outluneArea dt {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.05em;
    margin: 0 0 0.3em 0;
  }

  .company #outluneArea dd {
    padding: 0 0;
    box-sizing: border-box;
    font-weight: 400;
  }

  .company .contents#release {
    padding: 0 0 30px 0;
  }

  .company #moreArea article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .company #moreArea article a {
    width: 100%;
    margin: 0 0 35px 0;
  }

  .company #moreArea article a:last-child {
    margin: 0 0 0 0;
  }

  .company #conceptArea h2 {
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 1em 0;
  }

  .company #conceptArea figure {
    margin: 20px 0 30px 0;
    width: 100%;
  }

  .company #conceptArea figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .company #conceptArea h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.5em;
  }

  /* .request 資料請求 */
  .request #requestArea {
	  margin: 0 0 80px 0;
  }
	
  .request #requestArea h1 {
	  font-size: 22px;
	  letter-spacing: 0;
  }

  .request #requestArea fieldset {
    margin: 0 0 .5rem;
	padding: 0;
  }

  .request #requestArea fieldset:last-of-type {
    border: initial;
  }

  .request #requestArea .form-set {
    margin: 0 0 30px 0;
  }

  .request #requestArea fieldset label.field-label,
  article.entry .form-wrap fieldset label.field-label {
    display: block;
    margin: 0;
    font-weight: 700;
    width: 100%;
	line-height: 1.9;
  }
	
  #requestArea .wpcf7-radio .wpcf7-list-item {
    line-height: 1.5;
  }

  .form-set fieldset.required label.field-label:after {
    right: 0;
  }
  .request .form-set fieldset.required label.field-label:after {
    right: 0;
    top: 4px;
  }

  span.wpcf7-form-control.wpcf7-radio {
    position: static;
  }

  .request #requestArea fieldset label.field-label small,
  article.entry .form-wrap fieldset label.field-label small {
    display: block;
    line-height: 1.6em;
  }

  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item {
	font-size: 14px;
  }

  .request #requestArea .comp-txt {
    text-align: center;
    line-height: 2.2em;
  }

  textarea {
    height: 6rem;
  }

  .request #requestArea fieldset .wpcf7-form-control-wrap,
  article.entry .form-wrap fieldset .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }

  span.notice {
    margin: 4px 0 0;
	letter-spacing: 0.03em;
  }

  .widget-ranking .widget-ranking-num {
    width: 1em;
    padding: 0 1.3em 0 0;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 1.6em;
  }

  .widget-ranking .widget-ranking-box dl {
    width: calc(100% - 1.3em);
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px 0 10px 0;
  }

	/* MW WP FORM */
	.mw_wp_form fieldset {
		width: 100%;
	}

	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="number"],
	.mw_wp_form input[type="email"] {
		display: inline-block;
		width: 100%;
		border-radius: 3px;
	}

	.mw_wp_form input[type="submit"] {
    max-width: 80%;
		font-size: 18px;
	}

	.mw_wp_form .form-set select, .mw_wp_form .form-set textarea {
		display: block;
		width: 100%;
	}
	
	
  /* 規約系 */
  #kiyakuArea {
    width: 100%;
  }

  #kiyakuArea aside h3 {
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
    font-weight: 500;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }

  #kiyakuArea aside h4 {
    font-size: 1em;
    margin: 0 0 0.3em 0;
    font-weight: 500;
  }

  #kiyakuArea aside ul li {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }

  /* 目次 */

  .single__index {
    margin: 30px 0;
    padding: 20px 20px 20px 20px;
    background: #f4f3f1;
    position: relative;
  }

  .index__button {
    font-size: 0.7em;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    border: none;
    background: #282828;
    position: absolute;
    top: 1em;
    right: 1em;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
  }

  .anchor-links {
    padding-top: 80px;
    margin-top: -80px !important;
  }

  #main.ads .anchor-links {
    padding-top: 50px;
    margin-top: -50px !important;
  }


  /************************************
	** LP共通
	************************************/

  .lp .lp-cv h2 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    margin: initial;
    line-height: 1.5em;
    padding: 0 0 .5rem;
  }

  .lp .lp-cv p {
    text-align: center;
    font-size: 1.1em;
    margin: -0.5em 0 1.5em 0;
    font-weight: 400;
    line-height: 1.8em;
  }

  .lp-cv .more-btn {
    width: 80%;
  }

  .lp-cv .more-btn a {
    font-size: 1.2em;
  }

  .lp h2.title {
    font-size: 1.2em;
    letter-spacing: 0em;
  }

  .lp.astaff h2.title.x2,
  .lp.bms h2.title.x2,
  .lp.rv-pos h2.title.x2 {
    font-size: 1.5em;
  }

  .lp .title-note {
    font-size: 1em;
    margin: -2em 0 3em 0;
  }

  .lp #abilityArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 100%;
  }

  .lp #abilityArea dl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 23%;
    margin: 0 1% 20px 1%;
  }

  .lp.rv-pos #abilityArea dl {
    width: 48%;
    margin: 0 1% 50px 1%;
  }

  .lp #abilityArea dl:nth-child(n + 5) {
    margin: 0 1% 0 1%;
  }

  .lp.rv-pos #abilityArea dl:nth-child(n + 5) {
    margin: 0 1% 50px 1%;
  }

  .lp #abilityArea dl dt img {
    width: 70%;
  }

  .lp #abilityArea dl dd {
    font-weight: 500;
    font-size: 0.7em;
    line-height: 1.8em;
    height: 100%;
    letter-spacing: 0;
  }

  .lp.rv-pos #abilityArea dl dd.note {
    flex: 3;
  }

  .lp #supportArea article {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto 24px;
    flex-direction: column;
    width: 90%;
  }

  .lp #supportArea article aside.ex {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .lp #supportArea article aside.ex dl {
    margin: 0 0 1em 0;
    display: flex;
    align-items: center;
  }

  .lp #supportArea article aside.ex dl dt {
    line-height: 1em;
    display: inline-block;
    color: #fff;
    background: #06c755;
    padding: 0.5em;
    border-radius: 40px;
    font-size: .9em;
    margin: 0 1em 0 0;
    white-space: nowrap;
  }

  .lp #supportArea article aside.ex dl dd {
    font-weight: 600;
    font-size: 1.1em;
  }

  .lp #supportArea article aside.ex p {
    font-size: 1em;
    line-height: 1.5rem;
    margin: 0 auto;
    width: 90%;
  }

  .lp #supportArea article aside.icon {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .lp #supportArea article aside.icon dl {
    margin: 0 5px;
  }

  .lp #supportArea article aside.icon dl dt {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0%;
  }

  .lp #supportArea article aside.icon dl dt img {
    width: 90%;
    height: auto;
  }

  .lp #supportArea article aside.icon dl dd {
    color: #06c755;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.5em;
    flex: 2;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0%;
    margin: 1em 0 0 0;
  }

  .lp #functionArea table th {
    text-align: center;
    padding: 1.3em 0.5em;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1em;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .lp #functionArea table td {
    text-align: center;
    padding: 1.3em 0;
    line-height: 1em;
  }

  .lp #functionArea table .fa-circle {
    color: #06c755;
    font-size: 1.5em;
  }

  .lp #functionArea table .fa-times {
    color: #aaaaaa;
    font-size: 1.5em;
  }

  .lp #flowArea {
    position: relative;
    margin: 0 0 65px 0;
  }

  .lp #flowArea::after {
    content: "";
    display: block;
    width: 50px;
    height: 26px;
    background: url("../../lp/images/flow-arrow.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: 20px;
  }

  .lp #flowArea article {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 0 0 25px 0;
  }

	.lp #flowArea article figure {
		display: none;
	}

  .lp #flowArea article figure img {
    transform: scale(0.8);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .lp #flowArea article aside {
    margin: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .lp #flowArea article aside h3 {
    color: #06c755;
    font-weight: 600;
    font-size: 1.25em;
    margin: 0 0 0.3em 0;
    display: flex;
    align-items: start;
  }

  .lp #flowArea article aside h3 span {
    width: calc(100% - 40px);
  }

  .lp #flowArea article aside h3::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: initial;
    background: #06c755;
    font-weight: 600;
    color: #fff;
    margin: 0 0.3em 0 0;
  }

  .lp #flowArea article aside dd {
    color: #666666;
    font-size: 1em;
  }

	.lp #flowArea article aside dd br {
		display: none;
	}

	.lp #startArea h3 {
    font-size: 2em;
  }

  .lp #startArea p {
    font-size: 1em;
    color: #666;
  }

  .lp #priceNote p {
    font-size: 1.1em;
  }

  .lp #gNavi .drawer-menu-item.btn {
    font-size: 1em;
    letter-spacing: 0;
    padding: 1em 0;
  }

  .lp #lpOptionTable h3.title {
    font-size: 1.2em;
  }

  .lp #lpOptionTable table:not(:last-child) {
    margin: 0 0 25px 0;
  }

  .lp #lpOptionTable table th {
    color: #fff;
    background: #424242;
    line-height: 1em;
    padding: 0.7em;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 0.8em;
    white-space: nowrap;
  }

  .lp #lpOptionTable table td em {
    font-style: normal;
    font-size: 1.3em;
    font-weight: 600;
  }

  .lp #gmbArea h2 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 1em 0;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lp #gmbArea .gmb-box article {
    display: flex;
    align-items: start;
    flex-direction: column;
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    margin: 0 0 25px 0;
  }

  .lp #gmbArea .gmb-box article figure {
    width: 100%;
    text-align: center;
  }

  .lp #gmbArea .gmb-box article figure img {
    transform: scale(0.7);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .lp #gmbArea .gmb-box article aside {
    margin: 0 0 0 0;
    width: 100%;
    display: block;
  }

  .lp #gmbArea .gmb-box article aside h3 {
    color: #4285f4;
    font-weight: 600;
    font-size: 1.3em;
    margin: 0 0 0.3em 0;
    display: flex;
    align-items: start;
  }

  .lp #gmbArea .gmb-box article aside h3 span {
    width: calc(100% - 40px);
  }

  .lp #gmbArea .gmb-box article aside h3::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #4285f4;
    font-weight: 600;
    color: #fff;
    margin: 0 0.3em 0 0;
  }

  .lp #gmbArea h4 {
    font-size: 1.2em;
  }

  .lp #gmbArea .notice {
    display: flex;
    justify-content: center;
    font-size: 1em;
    margin: 0 0 1.5em 0;
  }

  .lp #faqArea dl {
    margin: 0 0 20px 0;
  }

  .lp #faqArea dl:last-child {
    margin: 0 0 0 0;
  }

  .lp #faqArea dt.qes {
    position: relative;

    cursor: pointer;
    padding: 15px 30px 15px 15px;
    background: #fff;
    border-radius: 10px;
  }

  .lp #faqArea dt.qes h3 {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 500;
  }

  .lp #faqArea dt.qes h3 span {
    width: calc(100% - 40px);
  }

  .lp #faqArea dt.qes h3::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../../lp/images/qes.png") center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0;
  }

  .lp #faqArea dt.qes::before,
  .lp #faqArea dt.qes::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 5px;
    background: #333;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .lp #faqArea dt.qes::after {
    background: #333;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }

  .lp #faqArea dt.qes.selected::after {
    transform: rotate(0);
    transition: 0.5s;
    margin: -1px 0 0 0;
  }

  .lp #faqArea dd.ans {
    display: none;
    padding: 20px 20px 20px 20px;
  }

  .lp #faqArea dd.ans h4 {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 0.8em 0;
  }

  .lp #faqArea dd.ans h4 span {
    width: calc(100% - 30px);
  }

  .lp #faqArea dd.ans h4::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../../lp/images/ans.png") center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0;
  }

  .lp #formBox {
    position: fixed;
    top: calc(100% - 45px);
    bottom: auto;
    right: 20px;
    background: #2847A1;
    color: #fff;
    padding: 15px 30px 20px 30px;
    border-radius: 10px 0 0 0;
    z-index: 98;
    width: calc(100% - 40px);
  }

  .lp #formBox .icon__mark {
    transform: rotate(0);
  }

  .lp #formBox .icon__mark.selected {
    transform: rotate(45deg);
  }

  /* 資料請求フォーム */
/*   .form-set select,
  .form-set .wpcf7-text,
  .form-set textarea {
    padding: 10px;
  } */
	
  .column_form {
	margin-top: -40px;
	padding-top: 64px;
  }
  .column .column_form {
	margin-top: -40px;
	width: 100%;
  }
  .single-function .column_form {
	margin: -40px 0 80px;
	padding-top: 64px;
	width: 100%;
  }
  .case.single .column_form {
	  display: none;
	  margin: -40px 0 64px;
	  padding-top: 64px;
  }

  
}

@media screen and (max-width: 320px) {
  .home #keyWrap {
    height: 80vh;
    min-height: calc(var(--vh, 1vh) * 80vh);
  }

  #articleDetail .write-date {
    font-size: 0.8em;
  }

  .case #articleDetail .write-date {
    font-size: 0.8em;
  }

  #headerKeyImg article h1 {
    font-size: 1.5em;
  }

  .company .home #keyWrap #keyImg article h1 {
    font-size: 1.8em;
  }

  h1.title {
    font-size: 1.4em;
  }

  .organic-header ul li.tel a {
    font-size: 1.1em;
  }

  .organic-header ul li.line {
    font-size: 0.7em;
  }

  .company #conceptArea h3 {
    font-size: 1.6em;
  }

  .home #keyWrap #keyImg article h1 {
    font-size: 1.8em;
  }
}

.optimize-origin {
  bottom: 25vw !important;
  left: 10vw !important;
  width: 80vw !important;
}

.optimize-banner img {
  border: 3px double #c69650;
}