@charset "utf-8";
/*
Theme Name: KING OF TIME
Theme URI: https://kingtime.jp/
Author: 
Author URI: 
Description: 
Version: 1.0
*/


/* ---------------------------------------------------------------------------------
Copyright © 株式会社ヒューマンテクノロジーズ ALL RIGHTS RESERVED.

HTML CSS Selectors pages

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
トップページ
--------------------------------------------------------------------------------- */
#home {}
/*メインビジュアル（動画）*/
#home #mv {
	position: relative;
	overflow: hidden;
	width: 100%;
}
@media screen and (min-width: 1921px) {
	#home #mv {
		height: 760px;
	}
}
@media screen and (max-width: 1920px) {
	#home #mv {
		height: 720px;
	}
}
@media screen and (max-width: 1679px) {
	#home #mv {
		height: 600px;
	}
}
@media screen and (max-width: 1440px) {
	#home #mv {
		height: 500px;
	}
}



#home #mv::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2021/06/mask-main01.png);
	z-index: 2;
}

#home #mv:nth-of-type(2)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2017/04/mask-main.png);
	z-index: 2;
}

#home #mv:nth-of-type(3)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2017/02/dotted-bg.png);
	z-index: 2;
}

#home #mv:nth-of-type(4)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37,0,87,.4);
	z-index: 2;
}

#home #mv:nth-of-type(5)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2017/05/mask-main-3.png);
	z-index: 2;
}

#home #mv .movie-area {
	position: relative;
	width: 100%;
/*	padding-top: 36.4%;*/
	overflow: hidden;
}

#home #mv .movie-area .main-text {
  position: absolute;
  margin: auto;
  font-size: 16px;
  top: 0;
  bottom: 0;
  height: 20px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow:
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
  color: #727272;
}

#home #mv #youtube-include {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}


#home #mv #youtube-include iframe {
	position: absolute;
	top: -145px;
	right: 0;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	z-index: 1;
}

#home #mv .caption {
	position: absolute;
	top: auto;
    bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	z-index: 5;
}

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

#home #mv .movie-area {
    margin-top:15px;
}

	#home #mv #youtube-include {
		position: relative;
		width: 100%;
		height: 100%;
		padding-bottom: auto;
	}
	#home #mv #youtube-include iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;	
		min-width: 100%;
		z-index: 1;
	}
	#home #mv .caption {
		display: none;
	}
}

#home #mv video {
	width: 100%;
    margin-top: -145px;
}

#home #mv .banner-slider {
	display: none;
	position: absolute;
	bottom: 10px;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	width: 1010px;
	text-align: center;
	z-index: 5;
	padding: 10px 20px;
	background: rgba(255,255,255,0.80);
	border-radius: 5px;
}
#home #mv .banner-slider div {
	margin-left: 10px;
}
#home #mv .banner-slider div:first-child {
	margin-left: 0;
}


#home #mv .banner-slider .slick-prev {
	left: 5px;
}
#home #mv .banner-slider .slick-next {
	right: 5px;
}
#home #mv .banner-slider .slick-prev::before,
#home #mv .banner-slider .slick-next::before {
	color: #666;
}

#home .text-box h2 {
  position: relative;
}

#home .text-box h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('/wp-content/uploads/2017/12/kot_icon.svg');
    width: 20px;
    height: 25px;
    background-size: cover;
}

#home .text-box {
    overflow: visible;
    width: 1010px;
    height: auto;
    margin: 10px auto;
    position: relative;
    transition: .3s;
}
#home .text-box.active {
    height: 215px;
    transition: .3s;
}

#home .text-area {
    cursor: pointer;
    position: absolute;
    float: left;
    display: block;
    color: #fff;
    width: 49.5%;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.4);
    margin-right: 1%;
    font-size: 16px;
    height: 120px;
    overflow: hidden;
    z-index: 3;
    transition: .3s;
}

#home .text-area::before {
    position: absolute;
	left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 60%, rgba(50,50,50,.95) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 60%, rgba(50,50,50,.95) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 60%, rgba(50,50,50,.95) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#home .text-area .open_btn {
    font-family: fontawesome;
    position: absolute;
    width: 50px;
    height: 20px;
    top: 90px;
    right: 15px;
    margin: auto;
    display: block;
    background: #219647;
    border-radius: 20px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    transition: .3s;
    font-size: 20px;
    opacity: .75;
}
#home .text-area .open_btn::before {
    content: "\f107";
    font-family: fontawesome;
    top: -4px;
    bottom: 0;
    position: absolute;
    left: -1px;
    right: 0;
    margin: auto;
}

#home .text-area.active .open_btn {
    top: 190px;
    transition: .3s;
}

#home .text-area.active .open_btn::before {
    content: "\f106";
    font-family: fontawesome;
    top: -6px;
    bottom: 0;
    position: absolute;
    left: -1px;
    right: 0;
    margin: auto;
}

#home .text-area.active::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(119,119,119,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(119,119,119,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(119,119,119,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#home .text-area.left {
  left: 0;
  bottom: 15px;
}

#home .text-area.right {
  right: 0;
  margin-right: 0;
  bottom: 15px;
}

#home .text-area.active {
    height: 220px;
    transition: .3s;
}

#home .text-area .inner {
    padding: 10px;
	text-align: left;
}

#home .text-area .inner h2 {
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
	text-align: left;
}

#home .text-area .inner h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-image: url('/wp-content/uploads/2017/12/kot_icon.svg');
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}



#home .text-area:last-child {
    margin-right: 0;
}

#home #main-banner {
  width: 1010px;
  position: absolute;
  text-align: center;
  background-color: rgba(255,255,255,1.00);
  margin: auto;
  overflow: hidden;
  padding-top: 20px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 1010px) {
  #home .text-box {
     width: 97%;
  }
  #home .text-area.active {
    height: auto;
    transition: .3s;
  }
  #home .text-area.active .open_btn {
    top: initial;
    bottom: 10px;
    transition: .3s;
  }
}

@media only screen and (max-width: 880px) {
	#home #mv .banner-slider {
		position: relative;
		width: 95%;
		text-align: center;
		z-index: 5;
		padding: 2.5%;
		margin: auto;
		bottom: 0;
	}
	#home #mv .banner-slider div {
		margin: auto 0.5%;
		padding-bottom: 1px;
		height: 56px;
	}
	#home #mv .banner-slider div:first-child {
		margin-left: 0.5%;
	}
	#home #mv .banner-slider .slick-prev {
		left: 0;
		z-index:200;
	}
	#home #mv .banner-slider .slick-next {
		right: 0;
	}
    #home #mv video {
        width: 100%;
        margin-top: 0;
    }
    #home .text-area {
        float: none;
        width: 100%;
        margin: 0 0 10px; 
    }
    #home .text-area:nth-of-type(2) {
        margin: 0; 
    }
    #home .text-area .inner h2 {
        font-size: 16px;
    }
    #home .text-area .inner h2::before {
        width: 25px;
        height: 25px;
    }
}
@media only screen and (max-width: 320px) {
	#home #mv .banner-slider div {
		height: 47px;
	}
}
@media screen and (max-width: 480px) {
	#contact_iframe{
		height: 2200px;
	}
}
@media screen and (min-width:480px) { 
	#contact_iframe{
		height: 2060px;
	}
}
/*無料体験*/
#home #trial {
	padding: 30px 0 5px;
	background-color: #F9F9F9;
	max-height: 130px;
}
#home #trial h2 {
	font-size: 26px;
	line-height: 1;
	text-align: center;
	font-weight: 100;
}
#home #trial h2 strong {
	color: #e27b1e;
}
#home #trial form {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}
#home #trial .input {
	width: 325px;
	float: left;
}
#home #trial .btn-Submit {
	width: 74px;
	float: right;
	margin: 0;
	padding: 0;
	clear: none;
}
#home #trial  input[type=email] {
	box-sizing: border-box;
	width: 100%;
	 border: 1px solid #343434;
	background-color: #fff;
	padding: 12px 7px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
 	line-height: 14px;
	color: #595d64;
	border-radius: 3px !important;
}
#home #trial  input[type=submit] {
	
	width: 74px;
	height: 42px;
	padding: 7px 0 !important;
	font-size: 14px !important;
	font-weight: 500;
	font-style: normal;
	line-height: 14px;
	color: #fff;
	background-color: #E48434 !important;
	border-radius: 3px !important;
	border: none;
}
#experienceForm{
	max-width:680px;
	width:100%;
}
#trial_lesson{
   width:800px;
}

#home #top_form {
    background-color: #f9f9f9;
}


#field45293800_1{

}

#thanks_easytrial{
	width:500px;
	margin:auto;
	text-align:center;
}


/*特徴*/
#home #feature {
	margin-bottom: 0;	
}
#home #feature table {
	width: 100%;
}
#home #feature .feature-table {
	width: 100%;
}
#home #feature .feature-table .inner {
	overflow: hidden;
}

#home #feature th {
	width: 20%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	background-color: #1D9E48;
}
#home #feature .inner .feature-box {
	width: 20%;
	float: left;
	background-color: #F6F6F6;
}

#home #feature th .in-text {
	color: #fff;
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	font-weight: 800;
	margin: auto;
	width: 100%;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#home #feature th .in-text.double {
	height: 50px;
}
#home #feature th img {
	opacity: .5;
}
#home #feature th .in-text p {
	text-shadow: 1px 1px 5px #055954, -1px 1px 5px #055954,1px -1px 5px #055954, -1px -1px 5px #055954;
	vertical-align: middle;
	font-weight: 800;
}

#home #feature .feature-img {
	background-color: #fff;
	position: relative;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#home #feature .feature-img .in-text {
	color: #fff;
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	font-weight: 800;
	margin: auto;
	width: 100%;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#home #feature .feature-img .in-text.double {
	height: 50px;
}
#home #feature .feature-img img {
	opacity: 1.0;
}
#home #feature .feature-img .in-text p {
	text-shadow: 1px 1px 5px #333333, -1px 1px 5px #333333,1px -1px 5px #333333, -1px -1px 5px #333333;
	vertical-align: middle;
	font-weight: 800;
	text-align:center;
}

#home #feature td {
	background-color: #F6F6F6;
	padding-bottom: 60px;
	position: relative;
}
#home #feature td .txt {
	width: 55%;
	margin: 12px auto 15px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
#home #feature td .btn {
	width: 120px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
#home #feature td .btn a {
	padding: 9px;
	background-color: #1D9E48;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#home #feature .feature-txt {
	padding-bottom: 60px;
	position: relative;
}
#home #feature .feature-txt .txt {
	width: 55%;
	margin: 12px auto 15px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
#home #feature .feature-txt .btn {
	width: 120px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
#home #feature .feature-txt .btn a {
	padding: 9px;
	background-color: #1D9E48;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}


/*キングオブタイムを導入する4つの理由*/
#home #reason { padding-top: 53px; }
#home #reason h2 {
	padding-top: 37px;
	padding-bottom: 40px;
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	color: #3595b4;
}
#home #reason h2 span {
	font-size: 48px;
	display: block;
}
#home #reason h2:after {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #3595b4;
	content:"";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	
}
#home #reason .read {
	max-width: 890px;
	text-align: center;
	padding-bottom: 35px;
	margin: 0 auto;
}
#home #reason .read-wrap {
	width: 100%;
	padding: 70px 0 80px;
	background-color: #F6F6F6;
}

#home #reason .read-wrap .inner {
	max-width: 1100px;
	margin: 0 auto;
}
#home #reason .read-wrap .inner:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
#home #reason .detail {
	width: 39%;
	float: left;
}
#home #reason .detail h3 {
	padding-top: 75px;
	padding-bottom: 20px;
	position: relative;
	font-size: 36px;
	line-height: 1.2;
}
#home #reason .detail span {
	display: block;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#home #reason .detail span:after {
	display: block;
	width: 40px;
	height: 3px;
	content:"";
	position: absolute;
	top: 40px;
	left: 0;
}
#home #reason .detail .txt{
	padding-bottom: 50px;
}
#home #reason .detail .btn {
	width: 270px;
}
#home #reason .detail .btn a {
	padding: 15px;
	background-color: #1D9E48;
	border-radius: 23px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#home #reason .image {
	width: 52%;
	float: right;
}
#home #reason .image  img {
	display: block;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 4px 0px rgba(79, 79, 79, 0.3);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
}

#home #reason .read-wrap:nth-of-type(2n) {
	background-color: #fff;
}
#home #reason .read-wrap:nth-of-type(2n)  .detail {
	float: right;
}
#home #reason .read-wrap:nth-of-type(2n) .image {
	float: left;
}
#home #reason .read-wrap:nth-of-type(1) .detail span {
	color: #3595b4;
}
#home #reason .read-wrap:nth-of-type(1) .detail span:after,
#home #reason .read-wrap:nth-of-type(1) .detail .btn a {
	background-color: #3595b4;
}
#home #reason .read-wrap:nth-of-type(2) .detail span {
	color: /*#e80c7a*/ #e9641e;
}
#home #reason .read-wrap:nth-of-type(2) .detail span:after,
#home #reason .read-wrap:nth-of-type(2) .detail .btn a {
	background-color: /*#e80c7a*/ #e9641e;
}
#home #reason .read-wrap:nth-of-type(3) .detail span {
	color: #35b574;
}
#home #reason .read-wrap:nth-of-type(3) .detail span:after,
#home #reason .read-wrap:nth-of-type(3) .detail .btn a {
	background-color: #35b574;
}
#home #reason .read-wrap:nth-of-type(4) .detail span {
	color: /*#9e35b4*/ #615d94;
}
#home #reason .read-wrap:nth-of-type(4) .detail span:after,
#home #reason .read-wrap:nth-of-type(4) .detail .btn a {
	background-color: /*#9e35b4*/ #615d94;
}

#home #reason .read-wrap:nth-of-type(5) .detail span {
	color: #ff9f08;
}
#home #reason .read-wrap:nth-of-type(5) .detail span:after,
#home #reason .read-wrap:nth-of-type(5) .detail .btn a {
	background-color: #ff9f08;
}


#home #reason .pop-animation {
  visibility: hidden;
}

#home #reason .image-popup {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: image-popup;
  animation-name: image-popup;
  visibility: visible !important;
}
@-webkit-keyframes image-popup{
 0% { opacity: 0; transform: scale(0, 0); -webkit-transform: scale(0, 0); }
 100% { opacity: 1; transform: scale(1, 1); -webkit-transform: scale(1, 1); }
}
@keyframes image-popup{
 0% { opacity: 0; transform: scale(0, 0); -webkit-transform: scale(0, 0); }
 100% { opacity: 1; transform: scale(1, 1); -webkit-transform: scale(1, 1); }
}

/*勤怠管理クラウド導入社数No.1*/
#home #client {
	padding-bottom: 65px;
    background-color: #fff;
}
#home #client-trigger {
	display: block;
	position: relative;
	top: -220px;
}
#home #client .share {
	padding-top: 35px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	background-image: url(../../uploads/2017/02/bg_share.jpg);
	background-size: cover;
	background-position: center center;
}
#home #client h2 {
	font-size: 28px;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
}
#home #client h2 span.impact {
	display: block;
	font-size: 84px;
	padding-top: 32px;
	font-weight: 600;
	-moz-text-shadow: 0px 0px 7px #494949;
	-webkit-text-shadow: 0px 0px 7px #494949;
	-ms-text-shadow: 0px 0px 7px #494949;
	text-shadow: 0px 0px 7px #494949;
}
#home #client h2 span.mini {
	font-size: 14px;
}

#home #client .inner {
	max-width: 1100px;
	margin: 0 auto;
	overflow:hidden;
}
#home #client .result {
	width: 530px;
	height: 300px;
	position: relative;
}
#home #client .result:after {
	display: block;
	width: 62px;
	height: 62px;
	content:"";
	background-image: url(../../uploads/2017/02/icon_share.png);
	position: absolute;
	top: 75px;
	left: 320px;
}
#home #client .result h3 {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding-top: 16px;
}
#home #client .result .image {
	position: absolute;
	top: 75px;
	left: 40px;
}
#home #client .result  .count {
	position: absolute;
	bottom: 28px;
	left: 40px;
	font-size: 26px;
	line-height: 1;
	color: #fff;
}
#home #client .result .chart {
	width: 230px;
	height: 185px;
	position: absolute;
	bottom: 35px;
	left: 290px;
}


#home #client .company {
	float: left;
	background-color: #3DBCB5;
}

#home #client .company .num {
	display: inline-block;
	width: 185px;
	font-family: 'Open Sans', sans-serif;
	font-size: 56px;
	font-weight: 600;
}
#home #client .user {
	float: right;
	background-color: #3CBD7F;
}
#home #client .user .num {
	display: inline-block;
	width: 215px;
	font-family: 'Open Sans', sans-serif;
	font-size: 56px;
	font-weight: 600;
}


#home #client .banner img {
	width: 230px;
}

#home #client .reseach_data {
	clear: both;
	font-size: 11px;
	color: #fff;
	text-align: right;
}



/*導入企業インタビュー*/
#home #interview {
	background-color: #F6F6F6;
	padding-top: 50px;
	padding-bottom: 58px;
}
#home #interview .inner {
	max-width: 1100px;
	margin: 0 auto;
}
#home #interview h2 {
	padding-top: 40px;
	padding-bottom: 25px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	position: relative;
}
#home #interview h2:after {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #1d9e48;
	content:"";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
}
#home #interview .read {
	text-align: center;
	padding-bottom: 37px;
}
#home #interview .inner ul {
	overflow:hidden;
	padding-bottom: 50px;
}
#home #interview .inner ul li {
	width: 25%;
	float: left;
	position: relative;
	overflow:hidden;
}
#home #interview .inner ul li .wrap {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(53,180,172,0.8);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
#home #interview .inner ul li:hover .wrap {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}
#home #interview .inner ul li h3 {
	padding-top: 40px;
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
#home #interview .inner ul li .txt {
	padding: 0px 15% 15px;
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
}
#home #interview .inner ul li h3 a,
#home #interview .inner ul li .txt a {
	color: #fff !important;
}
#home #interview .inner ul li .btn {
	width: 120px;
	margin: 0 auto;
}
#home #interview .inner ul li .btn a {
	padding: 9px;
	background-color: #fff;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
}
#home #interview .hover-arrow-right.h10:before,
#home #interview .hover-arrow-right.h10::after {
	background-position: -7px -112px;
}
#home #interview .anc-list {
	width: 326px;
	margin: 0 auto;
}
#home #interview .anc-list a {
	padding: 17px;
	background-color: #1D9E48;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
}

/*CVボタン*/
#home #top-cv {
	padding-top: 52px;
	padding-bottom: 82px;
	background-image: url(../../uploads/2017/02/bg_cv.jpg);
	background-size: cover;
	background-position: center center;
}
#home #top-cv .inner {
	max-width: 1100px;
	margin: 0 auto;
}
#home #top-cv .inner:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
#home #top-cv .inner .cv-box {
	box-sizing: border-box;
	width: 33%;
	height: 460px;
	float: left;
	background-color: #fff;
	background-image: url(../../uploads/2017/02/bg_cv_inner.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#home #top-cv .inner .cv-box:nth-of-type(2) {
	width: 34%;
	border-right: 1px solid #4B4341;
	border-left: 1px solid #4B4341;
}
#home #top-cv .inner .cv-box a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#home #top-cv .icon {
	width: 180px;
	height: 180px;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -90px;
}
#home #top-cv .icon img {
	display: block;
	position: relative;
	z-index: 2;
}
#home #top-cv .icon .ripple {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
#home #top-cv h2 {
	padding-top: 247px;
	padding-bottom: 15px;
	text-align: center;
}
#home #top-cv .txt {
	width: 180px;
	margin: 0 auto;
}
#home #top-cv .btn {
	width: 36px;
	height: 36px;
	border: 15px solid #fff;
	border-radius:33px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	margin: auto;
}
#home #top-cv .btn::before,
#home #top-cv .btn::after {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background-image: url(/wp-content/uploads/2017/07/btn_cv.svg);
}

#home #top-cv a:hover .btn:before {
	animation: cvbefore .8s;
	animation-iteration-count: infinite;
}
#home #top-cv a:hover .btn:after {
	animation: cvafter .8s;
	animation-iteration-count: infinite;
}
#home #top-cv .btn::after {
	opacity: 0;
	bottom: -0px;
}
@keyframes cvbefore {
	100% {
		bottom: -10px;
		opacity: 0;
	}
}
@keyframes cvafter {
	99% {
		bottom: 0px;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#home #top-cv .cv-box:nth-of-type(1) .ripple,
#home #top-cv .cv-box:nth-of-type(1) .btn{
	background-color: #e27b1e;
}
#home #top-cv .cv-box:nth-of-type(2) .ripple,
#home #top-cv .cv-box:nth-of-type(2) .btn{
	background-color: #1e8de2;
}
#home #top-cv .cv-box:nth-of-type(3) .ripple,
#home #top-cv .cv-box:nth-of-type(3) .btn{
	background-color: #368b30;
}
#home #top-cv a:hover .ripple {

    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: .8s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: .8s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: .8s;
}
@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

/*バナー*/
#top-banner {
	padding-top: 50px;
	padding-bottom: 40px;
    background-color: #fff;
}
#top-banner ul {
	max-width: 1160px;
	margin: 0 auto;
	overflow:hidden;
}
#top-banner li  {
	width: 230px;
	float: left;
	padding: 0px 30px 24px;
	text-align: center;
	line-height: 1.2;
}
#top-banner li  a {
	font-size: 16px;
	line-height: 1;
	color: #1D9E48;
}
#top-banner li img {
	padding-bottom: 10px;
}

/*ニュース　トピックス　ブログ*/
#home #top-information {
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #f5f5f5;
}

#home #top-information .inner {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 3px;
}
#home #top-information #top-news {
	width: 47.2%;
	float: left;
}
#home #top-information #top-blog {
	width: 47.2%;
	float: right;
}

#home #top-information h2 {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #E8E8E8;
}
#home #top-information ul {
	margin-bottom: 33px;
}
#home #top-information li {
	border-bottom: 1px solid #E8E8E8;
}
#home #top-information li  a {
	display: block;
	position: relative;
}
#home #top-information li span {
	display: block;
}
#home #top-information li .category {
	width: 130px;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	border-radius: 10px;
	position: absolute;
	top: 19px;
	left: 0;
}
/*cat_slug*/
#home #top-information li .category.info {
	background-color: #3595b4;
}
#home #top-information li .category.press {
	background-color: /*#9e35b4*/ #615d94;
}
#home #top-information li .category.useful {
	background-color: /*#b5b535*/ #ff9f08;
}
#home #top-information li .category.update {
	background-color: /*#e80c7a*/ #e9641e;
}
#home #top-information li .category.timerecorder {
	background-color: #35b574;
}
/*追加 労務お役立ち用*/
#home #top-information li .category.labor_info,
#home #top-information li .category.blog,
#home #top-information li .category.labor_infouseful,
#home #top-information li .category.payroll {
    background-color: #e27b1e;
}


#home #top-information li .date {
	display: block;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 145px;
}
#home #top-information li .title {
	padding-top: 60px;
	height: 95px;
	font-weight: bold;
}

#home #top-information .hover-arrow-right {
	font-size: 14px;
	line-height: 1;
	padding: 13px;
	border-radius: 22px;
}
#home #top-information .btn-wrap {
	width: 480px;
	margin: 0 auto;
}
#home #top-information .btn-news {
	width: 230px;
	float: left;
}
#home #top-information .btn-news a {
	border: 2px solid #429FB9;
	color: #429FB9;
}
#home #top-information .btn-news a::before,
#home #top-information .btn-news a::after {
	background-position: -10px -138px;
}
#home #top-information .btn-press {
	width: 230px;
	float: right;
}
#home #top-information .btn-press a {
	border: 2px solid /*#A543B7*/ #6cbb5f;
	color: /*#A543B7*/ #6cbb5f;
}
#home #top-information .btn-press a::before,
#home #top-information .btn-press a::after {
	background-position: -37px -138px;
}
#home #top-information .btn-blog {
	width: 230px;
	margin: 0 auto;
}
#home #top-information .btn-blog a {
	border: 2px solid #1D9E48;
	color: #1D9E48;
}
#home #top-information .btn-blog a::before,
#home #top-information .btn-blog a::after {
	background-position: -28px -138px;
}
#home #top-information .open-btn {
	display: none;
}



/*---------------------------------------------------------------------------------
responsive pc-tablet
--------------------------------------------------------------------------------- */
@media screen and (max-width: 1099px) {

#contents-wrapper, #footer-wrapper, #footer-wrapper .wrap {
	width: 100%;
	min-width: 100%;
	position: static;
}

#home #contents-wrapper {
    padding-bottom: 0;
}



/* 5つの理由 */
#home #reason .read-wrap .inner {
    margin: 0 5%;
}
#home #reason .detail h3 {
    font-size: 24px;
}
#home #reason .detail .txt {
    font-size: 13px;
}

#home #feature .feature-txt .txt {
	font-size: 14px;
}

/*　導入企業インタビュー */
#home #interview .inner {
	max-width: 90%;
	margin: auto 5%;
}

#home #interview .inner ul li .wrap {
	bottom: 0;
	top: auto;
	z-index: 2;
	width: 100%;
	height: 45%;
	background: rgba(53,180,172,0.8);
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}

#home #interview .inner ul li h3 {
	padding-top: 5px;
	font-size: 16px;
	padding-bottom: 5px
}
#home #interview .inner ul li .txt {
	padding: 0px 10px 15px;
	font-size: 14px;	
}

#home #interview .inner ul li .btn {
	display: none;
}


/*導入実績*/
#home #client .company,
#home #client .user {
	float: none;
	margin: 3% auto;
}
#home #client h2 {
	padding-bottom: 0;
}

/* CVボタン */
#home #top-cv .inner {
    max-width: 90%;
    margin: 0 5%;
}

/* バナーエリア　*/
#top-banner li {
	width: 27%;
	padding: 0 0 24px;
	margin: auto 3.15%;
}

/* news & blog */
#home #top-information .inner {
	width: 90%;
}

/*footer */
#footer-wrapper .inner h2 {
	padding-left: 15px;
}

#footer-wrapper .wrap footer {
	padding-left: 70px;
}

}

/*---------------------------------------------------------------------------------
responsive tablet
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	#home #mv {
		height: auto;
	}
	#home #mv::before {
		background: none;
		content: none;
	}

	#home #trial {
		max-height: 120px;
	}

	#home #trial form {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		overflow:hidden;
	}

	#experienceForm{
		max-width: 370px;
		width:100%;
	}

	#home .feature-img #youtube-include {
		position: relative;
		padding-top: 105%;
		margin-top: 0;
	/*	padding-bottom: 56.25%;*/
		height: 0;
		overflow: hidden;
	}


	#home .feature-img #youtube-include iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#top-banner li {
		line-height: 1.2;
	}

/* feature */
	#home #feature .feature-img .in-text {
		font-size: 16px;
		height: 18px;
	}
	#home #feature .feature-img .in-text.double {
		height: 36px;
	}
	#home #feature .feature-txt .txt {
		width: 70%;
		margin: 12px auto 10px;
		font-weight: 500;
		font-size: 13px;
	}
	#home #feature .feature-box.sp-only {
		display: none !important;
	}


/* 5つの理由 */
	#home #reason h2 {
		font-size: 18px;
	}
	#home #reason h2 span {
		font-size: 24px;
	}
	#home #reason .read {
		font-size: 13px;
	}
	#home #reason .read-wrap {
		padding-bottom: 0;
		padding-top: 0;
		background-color: #fff;
	}

	#home #reason .read {
		display: none;
	}

/* スライダー用 */

	#home #reason .bx-wrapper .bx-controls-direction a {
		top: 3.8%;
	}

	#home #reason .bx-pager li.reason-pager {
		display: inline-block;
		width: 18.3%;
		margin: auto 0.5%;
		line-height: 1.1;
		height: 60px;
		border: 1px solid #3595b4;
		text-align: center;
		position: relative;
		font-weight: 100;
	}
	#home #reason .bx-pager li.reason-pager a {
		width: 100%;
		height: 32px;
		padding: 15px 0;
		color: #3595b4;
		vertical-align: middle;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		font-weight: 800;
	}

#home #reason .bx-pager li.reason-pager:nth-of-type(1) a.active {
	background-color: #3595b4;
	color: #fff;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(2) {
	border: 1px solid /*#e80c7a*/ #e9641e;
}
#home #reason .bx-pager li.reason-pager:nth-of-type(2) a {
	color: /*#e80c7a*/ #e9641e;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(2) a.active {
	background-color: /*#e80c7a*/ #e9641e;
	color: #fff;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(3) {
	border: 1px solid #35b574;
}
#home #reason .bx-pager li.reason-pager:nth-of-type(3) a {
	color: #35b574;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(3) a.active {
	background-color: #35b574;
	color: #fff;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(4) {
	border: 1px solid /*#9e35b4*/ #615d94;
}
#home #reason .bx-pager li.reason-pager:nth-of-type(4) a {
	color: /*#9e35b4*/ #615d94;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(4) a.active {
	background-color: /*#9e35b4*/ #615d94;
	color: #fff;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(5) {
	border: 1px solid #ff9f08;
}
#home #reason .bx-pager li.reason-pager:nth-of-type(5) a {
	color: #ff9f08;
}

#home #reason .bx-pager li.reason-pager:nth-of-type(5) a.active {
	background-color: #ff9f08;
	color: #fff;
}
#home #reason .read-wrap .image,
#home #reason .read-wrap:nth-of-type(2n) .image {
	float: none;
}

#home #reason .detail {
	width: 100%;
	float: none;
	text-align: center;
}
#home #reason .image {
	width: 90%;
	float: none;
	margin: auto 5%;
}
#home #reason .detail h3 {
	padding-top: 10px;
}
#home #reason .detail span {
	display: none;
	position: static;
	line-height: 4.0;
}
#home #reason .detail span:after {
    width: 70px;
    content: "";
    position: relative;
    top: -20px;
    right: 0;
    margin: auto;
}

#home #reason .detail .txt {
	padding-top: 10px;
	text-align: left;
	width: 90%;
	margin: 5%;
	padding-bottom: 0;
}

#home #reason .detail .btn {
	margin: auto;
}

#home #reason .read-wrap:nth-of-type(2) .detail span {
	color: #3595b4;
}
#home #reason .read-wrap:nth-of-type(2) .detail span:after,
#home #reason .read-wrap:nth-of-type(2) .detail .btn a {
	background-color: #3595b4;
}
#home #reason .read-wrap:nth-of-type(3) .detail span {
	color: /*#e80c7a*/ #e9641e;
}
#home #reason .read-wrap:nth-of-type(3) .detail span:after,
#home #reason .read-wrap:nth-of-type(3) .detail .btn a {
	background-color: /*#e80c7a*/ #e9641e;
}
#home #reason .read-wrap:nth-of-type(4) .detail span {
	color: #35b574;
}
#home #reason .read-wrap:nth-of-type(4) .detail span:after,
#home #reason .read-wrap:nth-of-type(4) .detail .btn a {
	background-color: #35b574;
}
#home #reason .read-wrap:nth-of-type(5) .detail span {
	color: /*#9e35b4*/ #615d94;
}
#home #reason .read-wrap:nth-of-type(5) .detail span:after,
#home #reason .read-wrap:nth-of-type(5) .detail .btn a {
	background-color: /*#9e35b4*/ #615d94;
}

#home #reason .read-wrap:nth-of-type(6) .detail span {
	color: #ff9f08;
}
#home #reason .read-wrap:nth-of-type(6) .detail span:after,
#home #reason .read-wrap:nth-of-type(6) .detail .btn a {
	background-color: #ff9f08;
}





/* 導入企業インタビュー */

#home #interview {
	padding: 30px 0;
}


#home #interview h2 {
	padding-top: 30px;
	padding-bottom: 15px;
}


#home #interview .read {
	text-align: center;
	padding-bottom: 15px;
}



#interview .bx-wrapper .bx-prev {
	left: -30px;
}
#interview .bx-wrapper .bx-next {
	right: -30px;
}
#interview .bx-wrapper .bx-viewport {
	/*border: none;*/
}

	#home #interview .inner ul li h3 {
		padding-top: 5px;
		font-size: 12px;
		padding-bottom: 5px;
	}

	#home #interview .inner ul li .txt {
		padding: 0px 10px 15px;
		font-size: 8px;
	}



/* CVボタン */





/* バナーエリア　*/
#top-banner {
	width: 90%;
	margin: auto 5%;
}
#top-banner li {
	width: 45%;
	padding: 0;
	margin: auto 2.5% 3%;
}

#top-banner li:nth-of-type(2n+1) {
	clear: both;
}


#top-banner li a {
	font-size: 13px;
} 

#top-banner li a img {
	padding-bottom: 0;
}

/* news エリア　*/
#home #top-information {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

#home #top-information .inner {
	width: 100%;
}

#home #top-information #top-news,
#home #top-information #top-blog {
	width: 100%;
	float: none;
	margin: auto;
}

#home #top-information h2 {
	font-size: 24px;
	text-align: left;
	padding: 30px;
	background-color: #1D9E48;
	color: #fff;
	position: relative;
}
#home #top-information .open-btn {
	display: block;
	color: #1D9E48;
	background-color: #fff;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	width: 120px;
	height: 17px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	font-weight: 800;
}
#home #top-information .open-btn:after {
    content: "";
    background-image: /*url(../../uploads/2018/11/css_sprites.png);*/url(../../uploads/2018/11/css_sprites.svg);

    background-repeat: no-repeat;
    background-position: -7px -104px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 8px;
    height: 6px;
    -moz-transition: -moz-transform .5s linear;
    -webkit-transition: -webkit-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    -ms-transition: -ms-transform .5s linear; 
    transition: transform .5s linear;
}

#home #top-information .open-btn.active:after {
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear; 
    transition: transform .2s linear;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} 


#home #top-information .news-tab,
#home #top-information .blog-tab {
	display: block;
	padding-bottom: 80px;
	width: 90%;
	margin: auto 5%;
}

/* フッター　*/
#footer-wrapper .wrap footer {
	padding-left: 0;
}

#footer-wrapper .inner h2 {
	padding-left: 0;
}

}
@media screen and (max-width: 640px) {
	#home #interview .inner ul li {
	    float: none;
	    width: 80%;
	    /*margin: 5% 10%;*/
	}

	#home #interview .inner ul li h3 {
		padding-top: 15px;
		font-size: 20px;
		padding-bottom: 15px;
	}

	#home #interview .inner ul li .txt {
		padding: 0px 30px 15px;
		font-size: 15px;
	}

	#home #interview .inner ul li .wrap {
		height: 35%;
	}

}

/*---------------------------------------------------------------------------------
responsive smartphone
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {

/*　トップ画像 */
	#home #mv .caption {
		font-size: 20px;
	    display: block;
	    position: static;
	}

	#home .text-area.left {
   		left: auto;
    	bottom: auto;
    	position: relative;
	}
	#home .text-area.right {
   		right: auto;
    	bottom: auto;
    	position: relative;
	}



/* まずはお試し */
	#home #trial {
		padding: 20px auto 22px;
	}

	#home #trial h2 {
		font-size: 18px;
	}
	#home #trial form {
		width: 90%;
	}
	#home #trial .input {
		width: 74%;
	}
	#home #trial .btn-Submit {
		width: 25%;
	}


	#home #trial input[type=email] {
		width: 100%;
		padding: 8px 7px;
		font-size: 10px;
	}
	#home #trial input[type=submit] {
		width: 100%;
		height: 32px;
		padding: 5px 0 !important;
		font-size: 12px !important;
	}

	#home #feature .feature-img .in-text p {
		text-shadow: none;
	}


	#home #feature .feature-box.sp-only {
		display: block !important;
	}


/* 5つの機能 */
	#home #feature {
		background: #F6F6F6;
	}


	#home #feature .inner .feature-box {
		width: 48.5%;
		margin: 1% 0.5% 1% 1%;
		background: #fff;
		box-shadow: 1px 1px 1px rgba(0,0,0,.3);
		position: relative;
        min-height:210px;
	}
	#home #feature .inner .feature-box:nth-of-type(2n) {
		margin: 1% 1% 1% 0.5%;
	}
	#home #feature .inner .feature-box:after {
		content: "";
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-right: 10px solid #1D9E48;
		border-bottom: 10px solid #1D9E48;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	#home #feature .inner .feature-box.video {
		background: #000/*url(../../uploads/2017/02/video-demo.jpg)*/;
		background-size: cover;
		background-position: 50% 50%;
		border: none;
		display: block;
		overflow: hidden;
	}

	#home #feature .feature-img {
		background-color: transparent;
		border-bottom: none;
		border-right: none;
		overflow: hidden;
	}
	#home #feature .feature-img img {
		opacity: 1.0;
	}
	#home #feature .feature-img .in-text.double {
		height: 18px;
	}
	#home #feature .feature-txt .txt {
		width: 89%;
		text-align: left;
	}
	#home #feature .feature-txt .btn {
		display: none;
	}
	#home #feature .feature-txt {
		padding-bottom: 9px;
	}

	#home #feature .in-img {
		display:block;
		width: 100%;
		height: 70px;
		position: relative;
		overflow: hidden;
	}
	#home #feature .in-img img {
		float:left;
		position:absolute;
		object-fit :cover;
		width: 100%;
		height: 100%;
	}

	#home #feature .feature-img .in-text {
		color: #1D9E48;
		font-size: 14px;
		text-align: left;
		position: static;
		font-weight: 800;
		width: 100%;
		margin-left: 10px;
		margin-top: 10px;
	}

	#home #feature .video .in-text {
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		margin: auto;
		z-index: 5;
	}

/* 5つの理由 */
	#home #reason h2 {
		font-size: 20px;
		padding-top: 22px;
		padding-bottom: 28px;
	}
	#home #reason h2 span {
		font-size: 32px;
	}

	#home #reason .detail span {
		font-size: 18px;
		line-height: 3.0;
	}
	#home #reason .detail span:after {
		width: 50px;
		top: -10px;
	}

	#home #reason .detail h3 {
		font-size: 18px;
	}

	#home #reason .bx-wrapper .bx-controls-direction a {
		top: 28%;
	}

	#home #reason .detail .btn {
		bottom: 10px;
	}

/* 導入企業数 No.1 */
	#home #client h2 {
		font-size: 16px;
	}
	#home #client h2 span {
		font-size: 36px;
		padding-top: 12px;
	}
	#home #client .inner {
		width: 90%;
	}

	#home #client .result h3 {
		font-size: 20px;
	}

	#home #client .result {
		width: 100%;
		height: 157px;
	}
	#home #client .result .image {
		top: 40px;
		left: 12px;
	}
	#home #client .result .image img {
		width: 60%;
	}
	#home #client .result .count {
		left: 12px;
		bottom: 15px;
		font-size: 16px
	}
	#home #client .company .num {
		width: 80px;
		font-size: 24px;
	}
	#home #client .result .chart {
		width: 135px;
		height: 120px;
		bottom: 7px;
		left: 150px;
	}
	#home #client .result .chart {
		width: 50%;
		height: 120px;
		bottom: 7px;
		right: 5px;
		left: auto;
	}
	#home #client .result:after {
		width: 33px;
		height: 33px;
		background-size: contain;
		top: 45px;
		left: 162px;
	}
	#home #client .result:after {
		width: 33px;
		height: 33px;
		background-size: contain;
		top: 45px;
		left: auto;
		right: 38%;
	}
	#home #client .user .num {
		font-size: 20px!important;
		width: 95px;
	}
	#home #client .share {
		margin-bottom: 20px;
	}

/* 導入企業一覧 */
	#home #client {
		padding-bottom: 30px;
	}

	#home #client .banner img {
		width: 115px;
	}


/* 導入企業インタビュー */
	#home #interview .inner {
		/*width: 85%;
		margin: auto 7.5%;*/
	}

	#home #interview h2 {
		font-size: 24px;
	}

	#home #interview .inner ul li .wrap {
		height: 55%;
	}

/*	#home #interview .inner ul li h3 {
		padding-top: 10px;
		font-size: 20px;
		padding-bottom: 10px;
	}
	#home #interview .inner ul li .txt {
		padding: 0px 20px 5px;
		font-size: 14px;
	}*/
	#interview .bx-wrapper .bx-prev {
		left: -15px;
	}
	#interview .bx-wrapper .bx-next {
		right: -15px;
	}
	#home #interview .anc-list {
		width: 90%;
	}

/* CVボタン */
	#sp_contents-cv .ttl {
		padding-bottom: 20px;
		font-size: 11px;
	}

/* news & blog */
	#home #top-information h2 {
		font-size: 18px;
		padding: 14px;
	}
	#home #top-information .open-btn {
		font-size: 14px;
		padding-top: 8px;
		padding-bottom: 5px;
		position: absolute;
		width: 70px;
		height: 14px;
		right: 10px;
		top: 0;
		bottom: 0;
	}
	#home #top-information .open-btn:after {
		right: 8px;
		top: 12px;
		width: 8px;
		height: 6px;
	}
    #home #top-information .open-btn .close {
        display: block;
    }
    #home #top-information .open-btn .open {
        display: none;
    }
    #home #top-information .open-btn.active .close {
        display: none;
    }
    #home #top-information .open-btn.active .open {
        display: block;
    }
	#home #top-information .btn-wrap {
		width: 95%;
		margin: auto;
	}
	#home #top-information .btn-press,
	#home #top-information .btn-news {
		width: 230px;
		float: none;
		margin: auto;
	}
	#home #top-information .btn-news {
		margin-bottom: 20px;
	}

	#record-top .list-block .item h4 {
		font-size: 14px;
	}

}

@media screen and (max-width: 320px) {
	#home #interview .inner ul li .txt {
		font-size: 11px;
	}
	#home #interview .anc-list a {
		font-size: 12px;
	}
	#home .feature-img #youtube-include iframe {
		height: 120%;
	}
}

/*---------------------------------------------------------------------------------
base margin & padding
--------------------------------------------------------------------------------- */

.mg-00 {margin: 0px !important;}
.mg-05 {margin: 5px !important;}
.mg-10 {margin: 10px !important;}
.mg-15 {margin: 15px !important;}
.mg-20 {margin: 20px !important;}
.mg-25 {margin: 25px !important;}
.mg-30 {margin: 30px !important;}
.mg-35 {margin: 35px !important;}
.mg-40 {margin: 40px !important;}
.mg-45 {margin: 45px !important;}
.mg-50 {margin: 50px !important;}
.mg-55 {margin: 55px !important;}
.mg-60 {margin: 60px !important;}
.mg-65 {margin: 65px !important;}
.mg-70 {margin: 70px !important;}
.mg-75 {margin: 75px !important;}
.mg-80 {margin: 80px !important;}
.mg-85 {margin: 85px !important;}
.mg-90 {margin: 90px !important;}
.mg-95 {margin: 95px !important;}

.mgt-00 {margin-top: 0px !important;}
.mgt-05 {margin-top: 5px !important;}
.mgt-10 {margin-top: 10px !important;}
.mgt-15 {margin-top: 15px !important;}
.mgt-20 {margin-top: 20px !important;}
.mgt-25 {margin-top: 25px !important;}
.mgt-30 {margin-top: 30px !important;}
.mgt-35 {margin-top: 35px !important;}
.mgt-40 {margin-top: 40px !important;}
.mgt-45 {margin-top: 45px !important;}
.mgt-50 {margin-top: 50px !important;}
.mgt-55 {margin-top: 55px !important;}
.mgt-60 {margin-top: 60px !important;}
.mgt-65 {margin-top: 65px !important;}
.mgt-70 {margin-top: 70px !important;}
.mgt-75 {margin-top: 75px !important;}
.mgt-80 {margin-top: 80px !important;}
.mgt-85 {margin-top: 85px !important;}
.mgt-90 {margin-top: 90px !important;}
.mgt-95 {margin-top: 95px !important;}

.mgb-00 {margin-bottom: 0px !important;}
.mgb-05 {margin-bottom: 5px !important;}
.mgb-10 {margin-bottom: 10px !important;}
.mgb-15 {margin-bottom: 15px !important;}
.mgb-20 {margin-bottom: 20px !important;}
.mgb-25 {margin-bottom: 25px !important;}
.mgb-30 {margin-bottom: 30px !important;}
.mgb-35 {margin-bottom: 35px !important;}
.mgb-40 {margin-bottom: 40px !important;}
.mgb-45 {margin-bottom: 45px !important;}
.mgb-50 {margin-bottom: 50px !important;}
.mgb-55 {margin-bottom: 55px !important;}
.mgb-60 {margin-bottom: 60px !important;}
.mgb-65 {margin-bottom: 65px !important;}
.mgb-70 {margin-bottom: 70px !important;}
.mgb-75 {margin-bottom: 75px !important;}
.mgb-80 {margin-bottom: 80px !important;}
.mgb-85 {margin-bottom: 85px !important;}
.mgb-90 {margin-bottom: 90px !important;}
.mgb-95 {margin-bottom: 95px !important;}

.mgl-00 {margin-left: 0px !important;}
.mgl-05 {margin-left: 5px !important;}
.mgl-10 {margin-left: 10px !important;}
.mgl-15 {margin-left: 15px !important;}
.mgl-20 {margin-left: 20px !important;}
.mgl-25 {margin-left: 25px !important;}
.mgl-30 {margin-left: 30px !important;}
.mgl-35 {margin-left: 35px !important;}
.mgl-40 {margin-left: 40px !important;}
.mgl-45 {margin-left: 45px !important;}
.mgl-50 {margin-left: 50px !important;}
.mgl-55 {margin-left: 55px !important;}
.mgl-60 {margin-left: 60px !important;}
.mgl-65 {margin-left: 65px !important;}
.mgl-70 {margin-left: 70px !important;}
.mgl-75 {margin-left: 75px !important;}
.mgl-80 {margin-left: 80px !important;}
.mgl-85 {margin-left: 85px !important;}
.mgl-90 {margin-left: 90px !important;}
.mgl-95 {margin-left: 95px !important;}

.mgr-00 {margin-right: 0px !important;}
.mgr-05 {margin-right: 5px !important;}
.mgr-10 {margin-right: 10px !important;}
.mgr-15 {margin-right: 15px !important;}
.mgr-20 {margin-right: 20px !important;}
.mgr-25 {margin-right: 25px !important;}
.mgr-30 {margin-right: 30px !important;}
.mgr-35 {margin-right: 35px !important;}
.mgr-40 {margin-right: 40px !important;}
.mgr-45 {margin-right: 45px !important;}
.mgr-50 {margin-right: 50px !important;}
.mgr-55 {margin-right: 55px !important;}
.mgr-60 {margin-right: 60px !important;}
.mgr-65 {margin-right: 65px !important;}
.mgr-70 {margin-right: 70px !important;}
.mgr-75 {margin-right: 75px !important;}
.mgr-80 {margin-right: 80px !important;}
.mgr-85 {margin-right: 85px !important;}
.mgr-90 {margin-right: 90px !important;}
.mgr-95 {margin-right: 95px !important;}

.mgv-00 {margin: 0px auto !important;}
.mgv-05 {margin: 5px auto !important;}
.mgv-10 {margin: 10px auto !important;}
.mgv-15 {margin: 15px auto !important;}
.mgv-20 {margin: 20px auto !important;}
.mgv-25 {margin: 25px auto !important;}
.mgv-30 {margin: 30px auto !important;}
.mgv-35 {margin: 35px auto !important;}
.mgv-40 {margin: 40px auto !important;}
.mgv-45 {margin: 45px auto !important;}
.mgv-50 {margin: 50px auto !important;}
.mgv-55 {margin: 55px auto !important;}
.mgv-60 {margin: 60px auto !important;}
.mgv-65 {margin: 65px auto !important;}
.mgv-70 {margin: 70px auto !important;}
.mgv-75 {margin: 75px auto !important;}
.mgv-80 {margin: 80px auto !important;}
.mgv-85 {margin: 85px auto !important;}
.mgv-90 {margin: 90px auto !important;}
.mgv-95 {margin: 95px auto !important;}

.mgh-00 {margin: auto 0px !important;}
.mgh-05 {margin: auto 5px !important;}
.mgh-10 {margin: auto 10px !important;}
.mgh-15 {margin: auto 15px !important;}
.mgh-20 {margin: auto 20px !important;}
.mgh-25 {margin: auto 25px !important;}
.mgh-30 {margin: auto 30px !important;}
.mgh-35 {margin: auto 35px !important;}
.mgh-40 {margin: auto 40px !important;}
.mgh-45 {margin: auto 45px !important;}
.mgh-50 {margin: auto 50px !important;}
.mgh-55 {margin: auto 55px !important;}
.mgh-60 {margin: auto 60px !important;}
.mgh-65 {margin: auto 65px !important;}
.mgh-70 {margin: auto 70px !important;}
.mgh-75 {margin: auto 75px !important;}
.mgh-80 {margin: auto 80px !important;}
.mgh-85 {margin: auto 85px !important;}
.mgh-90 {margin: auto 90px !important;}
.mgh-95 {margin: auto 95px !important;}

.pd-00 {padding: 0 !important;}
.pd-05 {padding: 5px !important;}
.pd-10 {padding: 10px !important;}
.pd-15 {padding: 15px !important;}
.pd-20 {padding: 20px !important;}
.pd-25 {padding: 25px !important;}
.pd-30 {padding: 30px !important;}
.pd-35 {padding: 35px !important;}
.pd-40 {padding: 40px !important;}
.pd-45 {padding: 45px !important;}
.pd-50 {padding: 50px !important;}
.pd-55 {padding: 55px !important;}
.pd-60 {padding: 60px !important;}
.pd-65 {padding: 65px !important;}
.pd-70 {padding: 70px !important;}
.pd-75 {padding: 75px !important;}
.pd-80 {padding: 80px !important;}
.pd-85 {padding: 85px !important;}
.pd-90 {padding: 90px !important;}
.pd-95 {padding: 95px !important;}

.pdt-00 {padding-top: 0 !important;}
.pdt-05 {padding-top: 5px !important;}
.pdt-10 {padding-top: 10px !important;}
.pdt-15 {padding-top: 15px !important;}
.pdt-20 {padding-top: 20px !important;}
.pdt-25 {padding-top: 25px !important;}
.pdt-30 {padding-top: 30px !important;}
.pdt-35 {padding-top: 35px !important;}
.pdt-40 {padding-top: 40px !important;}
.pdt-45 {padding-top: 45px !important;}
.pdt-50 {padding-top: 50px !important;}
.pdt-55 {padding-top: 55px !important;}
.pdt-60 {padding-top: 60px !important;}
.pdt-65 {padding-top: 65px !important;}
.pdt-70 {padding-top: 70px !important;}
.pdt-75 {padding-top: 75px !important;}
.pdt-80 {padding-top: 80px !important;}
.pdt-85 {padding-top: 85px !important;}
.pdt-90 {padding-top: 90px !important;}
.pdt-95 {padding-top: 95px !important;}

.pdb-00 {padding-bottom: 0 !important;}
.pdb-05 {padding-bottom: 5px !important;}
.pdb-10 {padding-bottom: 10px !important;}
.pdb-15 {padding-bottom: 15px !important;}
.pdb-20 {padding-bottom: 20px !important;}
.pdb-25 {padding-bottom: 25px !important;}
.pdb-30 {padding-bottom: 30px !important;}
.pdb-35 {padding-bottom: 35px !important;}
.pdb-40 {padding-bottom: 40px !important;}
.pdb-45 {padding-bottom: 45px !important;}
.pdb-50 {padding-bottom: 50px !important;}
.pdb-55 {padding-bottom: 55px !important;}
.pdb-60 {padding-bottom: 60px !important;}
.pdb-65 {padding-bottom: 65px !important;}
.pdb-70 {padding-bottom: 70px !important;}
.pdb-75 {padding-bottom: 75px !important;}
.pdb-80 {padding-bottom: 80px !important;}
.pdb-85 {padding-bottom: 85px !important;}
.pdb-90 {padding-bottom: 90px !important;}
.pdb-95 {padding-bottom: 95px !important;}

.pdl-00 {padding-left: 0 !important;}
.pdl-05 {padding-left: 5px !important;}
.pdl-10 {padding-left: 10px !important;}
.pdl-15 {padding-left: 15px !important;}
.pdl-20 {padding-left: 20px !important;}
.pdl-25 {padding-left: 25px !important;}
.pdl-30 {padding-left: 30px !important;}
.pdl-35 {padding-left: 35px !important;}
.pdl-40 {padding-left: 40px !important;}
.pdl-45 {padding-left: 45px !important;}
.pdl-50 {padding-left: 50px !important;}
.pdl-55 {padding-left: 55px !important;}
.pdl-60 {padding-left: 60px !important;}
.pdl-65 {padding-left: 65px !important;}
.pdl-70 {padding-left: 70px !important;}
.pdl-75 {padding-left: 75px !important;}
.pdl-80 {padding-left: 80px !important;}
.pdl-85 {padding-left: 85px !important;}
.pdl-90 {padding-left: 90px !important;}
.pdl-95 {padding-left: 95px !important;}

.pdr-00 {padding-right: 0 !important;}
.pdr-05 {padding-right: 5px !important;}
.pdr-10 {padding-right: 10px !important;}
.pdr-15 {padding-right: 15px !important;}
.pdr-20 {padding-right: 20px !important;}
.pdr-25 {padding-right: 25px !important;}
.pdr-30 {padding-right: 30px !important;}
.pdr-35 {padding-right: 35px !important;}
.pdr-40 {padding-right: 40px !important;}
.pdr-45 {padding-right: 45px !important;}
.pdr-50 {padding-right: 50px !important;}
.pdr-55 {padding-right: 55px !important;}
.pdr-60 {padding-right: 60px !important;}
.pdr-65 {padding-right: 65px !important;}
.pdr-70 {padding-right: 70px !important;}
.pdr-75 {padding-right: 75px !important;}
.pdr-80 {padding-right: 80px !important;}
.pdr-85 {padding-right: 85px !important;}
.pdr-90 {padding-right: 90px !important;}
.pdr-95 {padding-right: 95px !important;}

.pdv-00 {padding: 0 !important;}
.pdv-05 {padding: 5px 0 !important;}
.pdv-10 {padding: 10px 0 !important;}
.pdv-15 {padding: 15px 0 !important;}
.pdv-20 {padding: 20px 0 !important;}
.pdv-25 {padding: 25px 0 !important;}
.pdv-30 {padding: 30px 0 !important;}
.pdv-35 {padding: 35px 0 !important;}
.pdv-40 {padding: 40px 0 !important;}
.pdv-45 {padding: 45px 0 !important;}
.pdv-50 {padding: 50px 0 !important;}
.pdv-55 {padding: 55px 0 !important;}
.pdv-60 {padding: 60px 0 !important;}
.pdv-65 {padding: 65px 0 !important;}
.pdv-70 {padding: 70px 0 !important;}
.pdv-75 {padding: 75px 0 !important;}
.pdv-80 {padding: 80px 0 !important;}
.pdv-85 {padding: 85px 0 !important;}
.pdv-90 {padding: 90px 0 !important;}
.pdv-95 {padding: 95px 0 !important;}

.pdh-00 {padding: 0 !important;}
.pdh-05 {padding: 0 5px !important;}
.pdh-10 {padding: 0 10px !important;}
.pdh-15 {padding: 0 15px !important;}
.pdh-20 {padding: 0 20px !important;}
.pdh-25 {padding: 0 25px !important;}
.pdh-30 {padding: 0 30px !important;}
.pdh-35 {padding: 0 35px !important;}
.pdh-40 {padding: 0 40px !important;}
.pdh-45 {padding: 0 45px !important;}
.pdh-50 {padding: 0 50px !important;}
.pdh-55 {padding: 0 55px !important;}
.pdh-60 {padding: 0 60px !important;}
.pdh-65 {padding: 0 65px !important;}
.pdh-70 {padding: 0 70px !important;}
.pdh-75 {padding: 0 75px !important;}
.pdh-80 {padding: 0 80px !important;}
.pdh-85 {padding: 0 85px !important;}
.pdh-90 {padding: 0 90px !important;}
.pdh-95 {padding: 0 95px !important;}


/*インタビューページ用見出し*/
.interview_h {
    font-size: 1.3em;
    padding: 0 0 5px 0;
    margin: 20px 0;
    border-bottom: #35b574 solid 1px;
}

/*オンラインサポートに掲載するお知らせの囲みスタイル*/
.box11 {
    margin: 15px 10px;
    color: #585858;
    background: white;
    border-top: solid 5px #585858;
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box11 p {
    margin: 0;
    padding: 0;
}

/*20180831追加 高尾 顔認証打刻ページの推奨環境の装飾*/
.face_record {
margin:30px auto;
}

.face_record ul {
  padding: 0;
}

.face_record ul li, ol li {
  color: #404040;
  border-left: solid 2px #dadada;
  border-bottom: solid 1px #dadada;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
  font-weight: bold;
}

/*20180919追加 高尾 sidebarのバナー枠、マージン調整*/
.banner-linkbanner {
margin:24px auto;
max-width:300px;
}

/*20181009追加 高尾 バージョンアップお知らせ用の装飾*/
#versionup .small_tips {
font-size:14px;
margin-top:-20px;
}

#versionup .middle_tips {
font-size:14px;
margin-top:30px;
}

#versionup h3.time_schedule {
position: relative;
padding-left: 1.4em;/*アイコン分のスペース*/
font-size: 24px;/*サイズ*/
line-height: 2.0;
margin-bottom:20px;
}

#versionup h3.time_schedule:before{ font-family: "Font Awesome 5 Free";
content: "\f017";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 24px;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #1D9E48; /*アイコン色*/
}

#versionup h3.release_info {
position: relative;
padding-left: 1.4em;/*アイコン分のスペース*/
font-size: 24px;/*サイズ*/
line-height: 2.0;
margin-bottom:20px;
}

#versionup h3.release_info:before{ font-family: "Font Awesome 5 Free";
content: "\f073";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 24px;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #1D9E48; /*アイコン色*/
}

#versionup h4 {
padding: 0.5em 0.5em 0.3em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #1D9E48;/*左線*/
border-bottom: solid 2px #d7d7d7;/*下線*/
margin-bottom:15px;
}

#versionup h5 {
position: relative;
padding-left: 1.4em;/*アイコン分のスペース*/
line-height: 1.4;
margin-bottom:8px;
}

#versionup h5:before{ font-family: "Font Awesome 5 Free";
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #1D9E48; /*アイコン色*/
}

#versionup h6 {
position: relative;
padding-left: 1.4em;/*アイコン分のスペース*/
line-height: 1.4;
margin-bottom:18px;
font-weight:500;
}

#versionup h6:before{ font-family: "Font Awesome 5 Free";
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #1D9E48; /*アイコン色*/
font-weight:bold;
}

/*20181009追加 高尾 ご利用中のお客様向けお知らせ枠の装飾*/
.infobox-area {
max-width:800px;
margin:auto;
padding:0 10px;
}
.infobox_user {
    max-width:730px;
    padding: 1.2em 1em 1.2em 2em;
    margin: 0 auto 80px;
    color: #1D9E48;
    background: #fff;/*背景色*/
    border-top: solid 2px #1D9E48;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.32);/*影*/
}
.infobox_user p {
    margin: 0;
    padding-bottom:10px;
}
.infobox_user span {
    padding-right: 10px;
}
.infobox_user h3 {
    padding-bottom: 10px;
}
.infobox_user a {
    text-decoration:underline;
}
.infobox_user a:hover {
    text-decoration:underline;
    color:#1D9E48;
}

#customer-top h3.infohead {
position: relative;
padding-left: 1.4em;/*アイコン分のスペース*/
line-height: 1.4;
font-size:20px;
}
#customer-top h3.infohead:before{ font-family: "Font Awesome 5 Free";
content: "\f05a";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #1D9E48; /*アイコン色*/
font-weight: bold;
}

/*20181010追加 高尾 レスポンシブの時に消すクラス*/
@media only screen and (max-width: 768px) { 
  .sp_none { display:none; }
  }

/*20181010追加 高尾 こちら、なので使う、テキストリンクの装飾*/
a.link_deco {
text-decoration:underline;
font-weight:bold;
}
a.link_deco:hover {
text-decoration:underline;
font-weight:bold;
color:#f4a033 !important;
}


/*20181106追加 高尾 Youtubeの埋め込みレスポンシブ*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     border: 1px #ddd solid;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*20181119追加 高尾 クイックスタートガイド動画、アイコン*/
#txt_icon a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
    color: #1D9E48;
}

/*20181211追加 豊田 お問合せサンクスページ*/
#post-9067 #thanks_contact{
     max-width: 760px;
     width: 100%;
}
#post-9067 .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
#post-9067 .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#post-9067 .entry-content{
    padding: 10px;
}
#post-9067 h3{
text-align: center;
    font-size: 25px;
    color: #1D9E48;
    margin-top: 40px;
}
#post-210 .form-box{
      max-width: 800px;
      margin:auto;
}
#post-210 .fsRowBody input[type="text"], .fsRowBody input[type="email"], .fsRowBody input[type="number"], .fsRowBody input[type="tel"], .fsForm select, .fsForm textarea{
     font-size: 16px !important;
}
#post-210 .fsBody .fsForm{
     padding-top: 0;
     margin-top: 0;
}
#post-9067 .button {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color: #E48434;
  color:#ffffff;
}
#post-9067 .top_btn{
  text-align: center;
  padding: 20px 0 0 0;
}

/*20190131追加 豊田 SPお問合せサンクスページ*/

#post-10326 #thanks_contact{
     max-width: 760px;
     width: 100%;
}
#post-10326 .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
#post-10326 .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#post-10326 h3{
text-align: center;
    font-size: 25px;
    color: #1D9E48;
    margin-top: 40px;
}
#post-10326 .entry-content{
    padding: 10px;
}
#post-10326 .button {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color: #E48434;
  color:#ffffff;
}
#post-10326 .top_btn{
  text-align: center;
  padding: 20px 0 0 0;
}
 /*************　　桐生：2019/01/15　名古屋HR EXPO　　*************/
#post-9748 .menubar .logo_name {
margin-top: 0px!important;
margin-left: 10px!important;
}
#post-9748 .map img {margin-right: 20px!important;
                max-width:500px!important;}

#post-9748 .square_btn{
    font-size:1.25em;
    display: inline-block;
    padding: 10px 100px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF!important;
    background:#F18800;
    transition: .4s;
}

#post-9748 .square_btn:hover {
    background:#f7a63c;
    color: #FFF;
}

#post-9748 #fsSubmitButton3211598 {
    font-size:15px!important;
    display: inline-block!important;
    padding: 10px 50px!important;
	border-radius: 25px!important;
    text-decoration: none!important;
    color: #FFF!important;
    background:#F18800!important;
    transition: .4s!important;
}

#post-9748 #fsSubmitButton3211598:hover {
    background:#f7a63c!important;
    color: #FFF!important;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/

#post-9748 .square_btn { 
width:250px!important;
padding:10px!important;
}


#post-9748 #fsSubmitButton3211598 {
width:200px!important;
padding:10px!important;
}

#post-9748 .content .workstyle_bar .tittle {
font-size:1!important;
}

#post-9748 .fsBody .fsLabelHorizontal .fieldset-content label,
#post-9748  .fsBody .fsLabelVertical .fieldset-content label {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#post-9748 .main .footer {
    height: 450px!important;}
}

#post-9748 #field72804265 {
font-family:Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
font-size:14px!important;
}

#post-9748 table.company {
max-width:580px!important;
}

/* 名古屋：サンクスページ */
#post-10017	.button {
		  display: inline-block;
		  width: 200px;
		  height: 54px;
		  text-align: center;
		  text-decoration: none;
		  line-height: 54px;
		  outline: none;  
		  background-color: #f19149;
		  color: #fff !important;
		  margin-top: 50px;
		}
#post-10017	.button::before,
#post-10017	.button::after {
		  position: absolute;
		  z-index: -1;
		  display: block;
		  content: '';
		}
#post-10017	.button,
#post-10017	.button::before,
#post-10017	.button::after {
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  -webkit-transition: all .3s;
		  transition: all .3s;
		}
#post-10017	.button:hover {
		  background-color: #edab7e;
		}
#post-10017	#thanks_nagoya{
          max-width: 880px !important;
          padding: 0 10px;
          margin: auto;
          text-align: center;
        }
#post-10017	#thanks_nagoya h1{
          font-size: 25px;
          color: #f19149;
        }
#post-10017	#thanks_nagoya img {
    width: 114px;
    margin-top: 50px;
}
/* SPエンド：サンクスページ　遠藤 */
#post-11386	#thanks_sp img {
    width: 114px;
    margin-top: 50px;
}
#post-11386	#thanks_sp h1 {
   font-size: 25px;
          color: #f19149;
        }
#post-11386	#thanks_sp{
          max-width: 880px !important;
          padding: 0 10px;
          margin: auto;
          text-align: center;
        }
/* SPエンド：エンド　遠藤 */
/* サポートセンターご案内 遠藤 */
#post-7247 input#field69704375UploadButton {
    width: 15%;
}
@media screen and (max-width: 768px) {
#post-7247 input#field69704375UploadButton {
    width: 35%;
}
}

/* ヘルプ検索誘導ボタン追加 高尾 */
.paged #help-search.function-detail .detail {
    float: none;
    width: 100%;
    margin-right: 0;
    padding:60px 0;
}
.helplink {
   text-align:center;
   padding:0 10px;
}
.help-bnr {
   max-width:420px;
   margin:10px auto;
}
.help-bnr img {
   max-width:420px;
}
.help-bnr:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
/* ヘルプ検索スタイル調整 高尾 */
.bootgrid-table th > .column-header-anchor > .text {
  text-align:center !important;
}
.bootgrid-table td a {
    text-decoration: underline !important;
    text-decoration-color: #aaaaaa !important;
}
.bootgrid-table td a:hover {
    text-decoration: none !important;
    color:#1D9E48 !important;
}
#onlinehelp-search-top header {
    padding-bottom:20px !important;
}
.bootgrid-table th > .column-header-anchor {
    color:#1D9E48 !important;
}
.page-id-12572 h2 {
text-align:left !important;
}
.col-sm-6.infoBar {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #a2a2a2;
}
.form-control {
    height:48px;
    font-size:24px;
    font-weight:700;
}
.btn-group > .btn:first-child {
    height:48px !important;
}
@media screen and (max-width:400px){
  /*400px以下で適用する内容*/
    #chatpluscontent{
        /* display:none; */
    }
}

/* メニュー改変 191203 */
.other-nav-pc.renewal-menu .pc-nav-out li a, .other-nav-pc.renewal-menu .pc-nav-in li a {
	width: 100px;
	height: auto;
}

.other-nav-pc.renewal-menu .pc-nav-out li a::before, .other-nav-pc.renewal-menu .pc-nav-in li a::before {
	background-position: center top;
}

.other-nav-pc.renewal-menu ul li {
	vertical-align: top;
	position: relative;
}

.other-nav-pc.renewal-menu > ul > li::before {
	content: "";
	background-color: #ececec;
	width: 1px;
	position: absolute;
	right: 0;
	margin: auto;
	height: 68px;
}

.other-nav-pc.renewal-menu ul li:nth-child(8)::before,
.other-nav-pc.renewal-menu ul li:nth-child(9)::before {
	width: 0;	
}

.other-nav-pc.renewal-menu .pc-nav-out li.contact_about a::before, .other-nav-pc.renewal-menu .pc-nav-in li.contact_about a::before {
	background-image: url("images/header/contact_about_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.contact_about a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.contact_about a:hover::before {
    background-image: url("images/header/contact_about_b.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.document_download a::before, .other-nav-pc.renewal-menu .pc-nav-in li.document_download a::before {
    background-image: url("images/header/document_download_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.document_download a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.document_download a:hover::before {
    background-image: url("images/header/document_download_b.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.online_estimate a::before, .other-nav-pc.renewal-menu .pc-nav-in li.online_estimate a::before {
    background-image: url("images/header/online_estimate_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.online_estimate a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.online_estimate a:hover::before {
    background-image: url("images/header/online_estimate_b.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.online_seminar a::before, .other-nav-pc.renewal-menu .pc-nav-in li.online_seminar a::before {
    background-image: url("images/header/online_seminar_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.online_seminar a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.online_seminar a:hover::before {
    background-image: url("images/header/online_seminar_b.svg");
	background-size: contain;
}


.other-nav-pc.renewal-menu .pc-nav-out li.free_experience a::before, .other-nav-pc.renewal-menu .pc-nav-in li.free_experience a::before {
    background-image: url("images/header/free_experience_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.free_experience a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.free_experience a:hover::before {
    background-image: url("images/header/free_experience_b.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.usces_new_member a::before, .other-nav-pc.renewal-menu .pc-nav-in li.usces_new_member a::before {
    background-image: url("images/header/usces_new_member_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.usces_new_member a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.usces_new_member a:hover::before {
    background-image: url("images/header/usces_new_member_b.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.usces_login a::before, .other-nav-pc.renewal-menu .pc-nav-in li.usces_login a::before {
    background-image: url("images/header/usces_login_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.usces_login a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.usces_login a:hover::before {
    background-image: url("images/header/usces_login_b.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.usces_logout a::before, .other-nav-pc.renewal-menu .pc-nav-in li.usces_logout a::before {
    background-image: url("images/header/usces_logout_a.svg");
	background-size: contain;
}

.other-nav-pc.renewal-menu .pc-nav-out li.usces_logout a:hover::before, .other-nav-pc.renewal-menu .pc-nav-in li.usces_logout a:hover::before {
    background-image: url("images/header/usces_logout_b.svg");
	background-size: contain;
}


/* Select Language時修正 selectLanguageを追記 */
.other-nav-pc ul li span.tel,
.other-nav-pc ul li span.hours,
.other-nav-pc ul li span.selectLanguage {
	color: #1d9e48;
	font-size: 20px;
	position: relative;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
}

.other-nav-pc ul li span.hours {
   font-size: 14px;
	text-align: left;
	margin-left: 4px;
}

/* Select Language時修正 14px→5px */
.other-nav-pc ul li span.tel {
	padding-top: 5px;
}

.other-nav-pc ul li span.tel::before {
    background-image: url("images/header/tel.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
	left: 0.3vw;
}

.other-nav-pc ul li span.mypage {
	width: initial;
	margin-bottom: 0;
	padding: 0;
	color: #828282;
	font-size: 12px;
	transition: 0.3s all ease-in-out 0.1s;
}

.other-nav-pc .pc-nav-out li a:hover .mypage, .other-nav-pc .pc-nav-in li a:hover .mypage {
	color: #fff;
	transition: 0.3s all ease-in-out 0.1s;
}

.other-nav-pc .pc-nav-out li a, .other-nav-pc .pc-nav-in li a {
	text-decoration: none;
	font-size: 14px;
}

.other-nav-pc .pc-nav-out li a:hover, .other-nav-pc .pc-nav-in li a:hover {
	text-decoration: underline;
}


.other-nav-pc.renewal-menu ul li.hovermenu {
	background-color: #1d9e48;
	color:#fff;
   font-size: 14px;
   padding: 15px;
   border-radius: 5px;
	line-height: 1.5;
}

.other-nav-pc.renewal-menu ul li.hovermenu:hover {
	background-color: #1d9e48;
	color:#fff;
	border-radius: 5px 5px 0 0;
}

.other-nav-pc.renewal-menu ul li.hovermenu ul {
	top: 65px;
	border-radius: 5px 0 5px 5px;
	border: 1px solid #1d9e48;
	left: auto;
	right: 0;
	padding: 10px;
	box-sizing: border-box;
	width: 200px;
}

.other-nav-pc.renewal-menu .pc-nav-out li:nth-child(9) a::before {
    background-image: none;
}

.other-nav-pc.renewal-menu ul li.hovermenu ul li {
	display: block;
	text-align: left;
}

.other-nav-pc.renewal-menu ul li.hovermenu ul li:nth-of-type(2) {
    border-top: 0;
}

.other-nav-pc.renewal-menu .pc-nav-out li.hovermenu ul li a,
.other-nav-pc.renewal-menu .pc-nav-in li.hovermenu ul li a {
   width: 170px;
   height: inherit;
	margin: auto;
	color: #1d9e48;
	text-decoration: none;
	text-align: left;
}

#header-wrapper .childmenu-contact li a,
#header-wrapper .childmenu li a {
	position: relative;
}

#header-wrapper .childmenu-contact li a::before,
#header-wrapper .childmenu li a::before {
	content: "";
	background-image: url(images/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 10px;
	height: 10px;
	color: #fff;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
}

.other-nav-pc.renewal-menu .pc-nav-out li.hovermenu ul li a::before,
.other-nav-pc.renewal-menu .pc-nav-in li.hovermenu ul li a::before {
   display: none;
}

.other-nav-pc.renewal-menu ul li.hovermenu ul li a:hover {
    background-color: inherit;
	color: #1d9e48;
	text-decoration: underline;
}

#header-wrapper .childmenu-contact li a,
#header-wrapper .childmenu li a {
	position: relative;
}

#header-wrapper .childmenu-contact li a::before,
#header-wrapper .childmenu li a::before {
	content: "";
	background-image: url(images/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 10px;
	height: 10px;
	color: #fff;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
}

.other-nav-pc.renewal-menu .pc-nav-out li.hovermenu ul li a::before,
.other-nav-pc.renewal-menu .pc-nav-in li.hovermenu ul li a::before {
   display: none;
}

.other-nav-pc.renewal-menu ul li.hovermenu ul li a:hover {
    background-color: inherit;
	color: #1d9e48;
	text-decoration: underline;
}

#header-wrapper .other-nav-sp.renewal-menu ul {
    display: flex;
}

#header-wrapper .other-nav-sp.renewal-menu ul li {
    width: 36%;
    float: none;
    font-size: 9px;
    color: #fff;
    background-color: #f18800;
    text-align: center;
    border-radius: 10px;
    padding: 5px 8px;
    margin-right: 5%;
	 position: relative;
}

#header-wrapper .other-nav-sp.renewal-menu ul li.under-contract {
    background-color: #3dbcb5;
}

#header-wrapper .other-nav-sp.renewal-menu ul li::after {
    content: "";
    background-image: url(/wp-content/uploads/2019/11/plus-orange.svg);
    color: #f18800;
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-left: 2px;
    font-size: 6px;
    font-weight: 800;
    background-size: contain;
    background-repeat: no-repeat;
}

#header-wrapper .other-nav-sp.renewal-menu ul li.active::after {
    background-image : url(/wp-content/uploads/2019/11/minus-orange.svg);
}

#header-wrapper .other-nav-sp.renewal-menu ul li.under-contract::after {
	background-image : url(/wp-content/uploads/2019/11/plus-blue.svg);
	color: #3dbcb5;
}

#header-wrapper .other-nav-sp.renewal-menu ul li.under-contract.active::after {
	background-image : url(/wp-content/uploads/2019/11/minus-blue.svg);	
}

#header-wrapper .childmenu-contact.renewal-menu li.title, #header-wrapper .childmenu.renewal-menu li.title {
    color: #fff;
    width: 100%;
}

#header-wrapper .childmenu-contact.renewal-menu li,
#header-wrapper .childmenu.renewal-menu li {
    background-color: #f18800;
    width: 49.75%;
    margin-right: 0;
    margin-bottom: 2px;
}

#header-wrapper .childmenu-contact.renewal-menu li:nth-of-type(2n),
#header-wrapper .childmenu.renewal-menu li:nth-of-type(2n) {
    margin-right: 0.5%;
}

#header-wrapper .childmenu.renewal-menu li {
    background-color: #3dbcb5;
}

#header-wrapper .childmenu.renewal-menu li.blank {
    padding: 13px 0;
}

html.js {
	margin-top: 0 !important;
}

/* マイページスタイル調整 高尾 */

.header_explanation ul {
	display:none;
}

#newmember_type_text{
	text-align: center;
	font-size: 16px;
	margin: 30px 0px 30px 0px;
}
#newmember_type_text .newmember_type_text_title{
	font-weight: 600;
	border-bottom:solid 1px #333333;
	max-width: 250px;
	margin:0 auto;
}
#newmember_type_text .newmenber_type_text_description{
	padding:20px;
}
#newmember .at_cont_text, #customer-info .at_cont_text {
	height: 160px !important;
    width: 100% !important;
    font-size: 13px;
    line-height: 1.5;
    color: #656565;
}
#newmember .customer_form .inp1 td.name_td{
	text-align: left;
}
@media screen and (max-width:767px) {
	#newmember_type_btn {
		flex-direction: column;
	}
	#newmember_type_btn a {
		width: auto;
		height:50px;
		margin-bottom: 10px;
	}
	#newmember_type_btn .type_btn_directsales_title{
		margin-bottom:0;
	}
	#newmember_type_btn .type_btn_partner_title{
		margin-bottom:0;
	}
	#newmember_type_text .newmenber_type_text_description{
		padding: 20px 0 0 0;
	}
}

/* メニューバー改行調整 柿元 */
.menu_kaigyo {
	margin: 0px !important;
	padding: 0px !important;
	display: inline !important;
}
@media screen and (max-width:767px) {
	.menu_kaigyo {
		display: none !important;
	}
}

/* マイページ3種ボタン非表示 柿元 */
.member_submenu{
  display:none;
}

/* マイページ フォーム欄非表示 柿元 */
#wc_newmemberform #zipcode_row, #wc_newmemberform #states_row, #wc_newmemberform #address1_row, #wc_newmemberform #address2_row, #wc_newmemberform #address3_row{
	display: none;
}

/* マイページ編集画面 フォーム欄非表示 柿元 */
#memberinfo #address3_row {
	display: none;
}

/* マイページ　代理店項目 */
#wc_newmemberform .customkey_branch, #memberinfo .customkey_branch{
	display: none;
}

/* マイページ　クライアントID・GCLID */
#wc_newmemberform .customkey_ga_client_id, #memberinfo .customkey_ga_client_id,
#wc_newmemberform .customkey_ga_gclid, #memberinfo .customkey_ga_gclid {
	display: none;
}

/* 認証・会員登録完了ページのリンク 柿元 */
#memberpages .post a{
	color: #1D9E48;
}
#memberpages .post .back_to_top_button{
	color: #FFF;
}

/* マイページログイン説明文 takao */
#memberpages .loginbox .submit input[type="submit"] {
	background-color: #1d9e48;
	border: solid 1px #1d9e48;
	border-radius: 30px;
	transition: .4s;
    text-decoration: none;
	font-size: 16px !important;
}
#memberpages .loginbox .new-entry .nav_but a {
    color: #fff;
    background-color: #1D9E48 !important;
}
.myp-logintxt {
    margin: auto;
    max-width: 340px;
}
.myp-logintxt01 {
	margin: 8px auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
	border:1px solid #1D9E48;
}
.myp-logintxt01 a {
	color:#1D9E48;
}
.myp-logintxt01 a:hover {
	text-decoration: underline;
}
.myp-logintxt02 {
    text-align: center;
    font-size: 15px;
	margin-bottom: 20px;
}
.myp-logintxt02 a {
	color:#FF0000;
	text-decoration: underline;
}
.myp-logintxt02 a:hover {
	color:#F08080;
	text-decoration:none;
}
.page-id-13475 .member-page header {
	padding-bottom:20px;
}
/* マイページ新規登録説明文 takao */
#cart_page, #customer-info, #delivery-info, #info-confirm, #cart_completion, #error-page, #itempage {
    max-width: 960px !important;
}
/* FireFoxでのレイアウト崩れ対応 柿元 */
#memberpages {
	max-width: 980px !important;
}
.member-page .send input[type="submit"] {
    background: #F18800;
}
.myp-newtxt.ds_display, .myp-newtxt.pt_display {
	display: none;
}
.myp-newtxt {
    margin: auto;
    max-width: 100%;
}
#myp-box {
	border: solid 1px #1D9E48;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
}
.myp-desc {
    margin: auto;
    max-width: 100%;
}
.myp-desc strong {
	font-size: 18px;
}

.myp-newbox {
    margin: 0px auto;
    max-width: 1100px;
	min-height:150px;
}
.myp-newtxt-login{
	text-align: center;
    border: solid 1px #CCC;
    padding: 5px;
}
.myp-newtxt-login a{
	color: blue;
	text-decoration: underline;
}
.pt_display .myp-desc {
	display: flex;
	justify-content: space-between;
}
.myp-pt-text{
	padding-top: 30px;
}
.myp-pt-img{
	text-align: center;
	width: 280px;
}
.myp-pt-img img{
	max-width: 180px;
}
.myp-annotation {
	font-size: 10px;
}
.myp-annotation-txt {
	font-size: 14px;
	margin-bottom: 20px;
}

/* start_マイページログインCSS_TOYODA */
.memberpages{
	color: #707070 !important;
}
.member-page .loginbox input[type="text"],
.member-page .loginbox input[type="password"] {
	background-color: #FFF !important;
	color: #707070 !important;
}
/* 複数のセレクタを組み合わせて詳細度を上げる */
form input[type="text"],
form input[type="email"],
form input[type="password"],
body form input[type="text"],
body form input[type="email"],
body form input[type="password"] {
    background-color: white !important;
    color: #707070 !important;
}

#memberpages .main-mypage-box{
	max-width: 900px;
	display: flex;
	margin: auto;
}
#memberpages .loginbox p{
	padding: 0 0 1.8em !important;
}
.new-mypage .new_member_btn a{
    background: #F18800;
    border-radius: 30px !important;
    border: solid 1px #F18800;
    padding: 7px 0;	
    color: #ffffff;
    width: 90%;
	margin: auto;
    transition: .4s; /* 通常時にも追加 */
	display: block;

}

/* PCのみhover適用 */
@media (hover: hover) and (pointer: fine) {
    #memberpages .loginbox .member_login_button:hover {
        color: #1D9E48 !important;
        background: #ffffff !important;
		border: solid 1px #1D9E48;	
        transition: .4s;
        text-decoration: none;

    }
    
    #memberpages .new_member_btn:hover a{
        color: #F18800;
        background: #ffffff;
        border: solid 1px #F18800;
        transition: .4s;
        text-decoration: none;
    }
}
#memberpages .new_member_btn{
	margin-top: 32px;
}
#memberpages .loginbox{
	flex: 1;
}
#memberpages .new-mypage{
	flex: 1;
	max-width:360px;
	background-color: #F4F4F4;
	border-radius: 20px;
	margin: 1.428em 10px;
	padding: 1.428em;
}
#memberpages .new-mypage .nav_button{
	margin: 10px;
}
#memberpages .logo_dl {
	margin-bottom: 90px!important;
}
.new-mypage .nav_button a{
	display: inline-block;
	width: 250px;
	padding: 10px 30px;
	background-color: #ffffff;
}
#memberpages .main-mypage-box .middle_font{
	font-weight: bold;
	padding-bottom:15px;
	font-size: 23px !important;
	text-align: center;
}
#memberpages div.loginbox{
	border: none !important;
	border-radius: 20px;
	background-color: #F4F4F4 !important;
	max-width: 100% !important;
	border-radius:20px !important;
	margin: 1.428em 1.428em !important;
}
#memberpages .loginbox .nav_but{
	margin: 0px !important;
}
#memberpages .loginbox .nav_but a{
	background-color: transparent !important;
	text-decoration: underline;
	text-align: left !important;
}
#memberpages .whitebox{
	margin: 0px !important;
}

/* スマホ時の縦並び設定 */
@media screen and (max-width: 768px) {
    #memberpages .main-mypage-box {
        flex-direction: column;
    }
	#memberpages .new-mypage {
		max-width: 100%;
        padding-bottom: 50px;

	}
	#memberpages div.loginbox{
		max-width: 100%;
		margin: 1.428em 10px !important;
	}
	#memberpages .new-mypage .nav_button{
		margin: 20px 0px;
	}
	.memberpages{
		margin-bottom: 40px;
	}
	
	.new-mypage .new_member_btn a{
		width: 90%;
		padding: 6px 0;	
 	}
	.new-mypage .nav_button a{
		display: inline-block;
		width: 210px;
		padding: 10px 30px;
		background-color: #ffffff;
}
}
/* スマホ用:activeスタイル(オプション) */
@media (hover: none) {
    #memberpages .loginbox .member_login_button:active {
        opacity: 0.8;
    }
    
    #memberpages .new_member_btn a:active {
        opacity: 0.8;
    }
}
/* end_マイページログインCSS_TOYODA*/


@media screen and (max-width:640px) {
	.myp-newbox {
		/* margin: 0px auto 280px; */
		display: flex;
		flex-direction: column;
	}
	.pt_display .myp-desc {
		flex-direction: column;
	}
}

.myp-newtxt01 {
	margin: 8px 10px 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
	border:1px solid #1D9E48;
	min-width: 210px;
    float: left;
	padding:10px;
}
.myp-newtxt01 a {
	color:#1D9E48;
}
.myp-newtxt01 a:hover {
	text-decoration: underline;
}
.pt_display .myp-newtxt01{
	min-width: 290px;
}
.myp-newtxt02 {
    text-align: right;
    font-size: 13px;
    text-decoration: underline;
	float:right;
	width:200px;
}
@media screen and (max-width:760px) {
	.myp-newtxt02 {
		display: none;
	}
}
.myp-newtxt02 a {
	color:#FF0000;
}
.myp-newtxt02 a:hover {
	color:#F08080;
	text-decoration:none;
}

/* ピックアップニュースCSS 柿元 */
#pickup-container{
	display: flex;
	background-color: #DDD;
	width: 1000px;
	border-radius: 5px;
	padding: 5px 5px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#pickup-container .item{
	display: inline-flex;
}
#pickup-icon{
	background-color: #e27b1e;
	color: #FFF;
	border-radius: 5px;
	padding: 3px 7px;
}
#pickup-content{
	position: relative;
	width: 900px;
	height: 30px;
	overflow: hidden;
	padding: 0 !important;
}
.pickup-news{
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3px 10px !important;
	background-color: #DDD;
	animation: fadeinout 35s ease infinite;
}
.pickup-news a{
	color: #333;
}
#pickup-news1{
	animation-delay: 0s;
}
#pickup-news2{
	animation-delay: 7s;
}
#pickup-news3{
	animation-delay: 14s;
}
#pickup-news4{
	animation-delay: 21s;
}
#pickup-news5{
	animation-delay: 28s;
}
#pickup-news6{
	animation-delay: 35s;
}

.seminar_banner_index {
    max-width: 95%;
    width: 1000px;
    margin: 20px auto 25px;
}


@keyframes fadeinout {
	0% {top: -100%;}
	1% {top: 0%;}
	15% {top: 0%;}
	16% {top: 100%;}
	100% {top: 100%;}
}
@media screen and (max-width:780px) {
	#pickup-container{
		width: 95%;
	}
	#pickup-icon{
		text-align: center;
		padding: 5px;
	}
	#pickup-content{
		width: 100%;
		height: auto;
	}
	.pickup-news{
		width: 95%;
		height: 40px;
		display: -webkit-box;
		display: -ms-box;
		display: -moz-box;
		display: -o-box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}
}

/*マイページ更新時ローディング画面表示*/
#showloading {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: relative;
}
#showloading img {
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	margin: 0 auto;
}
.loading-hidden{
	display: none;
}

/*  20200513 トップページバナー設置　 */
#top-cv-btn {
    max-width: 100%;
    width: 1010px;
    display: flex;
    margin: auto auto 30px;
    font-size: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    color: #fff;
}
#top-cv-btn a {
    color: #fff;
}
#top-cv-btn .cv-free,
#top-cv-btn .cv-online,
#top-cv-btn .cv-document {
    background: #1d9e48;
    padding: 5px 10px;
    font-size: 18px;
	position: relative;
	width: 32%;
	box-sizing: border-box;
	border-radius:5px;
}
#top-cv-btn .cv-online {
	background: #3595b4;
}
#top-cv-btn .cv-free {
	background: #e27b1e;
}
#top-cv-btn .cv-free::before,
#top-cv-btn .cv-online::before,
#top-cv-btn .cv-document::before {
	content: '';
	display: block;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left;
	width: 24px;
	height: 24px;
	-webkit-transition: 0.3s all ease-in-out 0.1s;
	transition: 0s all ease-in-out 0.1s;
	background-image: url("images/header/header_icon_5_b.svg");
	-moz-background-size: auto 95%;
	background-size: contain;
	left: 20px;
	top: 0;
	bottom: 0;
	position: absolute;
}
#top-cv-btn .cv-online::before {
	background-image: url("images/header/header_icon_3_b.svg");
}
#top-cv-btn .cv-document::before {
	background-image: url("images/header/header_icon_2_b.svg");
}



@media screen and (max-width:768px) {
	#top-cv-btn {
		display:none ;
	}
	#home #mv .caption {
    margin-top: -30px;
    margin-bottom: -30px;
	}
	.caption .search-box {
    width: 100%;
    margin: auto;
	}
	.caption .faq-box a.link-btn {
    font-size: 14px;
	}
	/*  20200515 高尾修正　 */
	.faq-box .link-btn {
    margin: 8px auto;
    }
	.search-box .search_list {
    margin: 20px auto 10px;
    }
	.search-box .search_list li a {
    font-size: 12px;
	}
}

/*  20200515 高尾修正　 */
#header-wrapper h1 a img, #header-wrapper .slogan a img {
    margin-bottom: 6px;
}

/* マイページ機能フッター用 */
.contact-box{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.contact-item{
    max-width: 200px;
    height: 180px;
    border: solid 2px #1D9E48;
    border-radius: 10px;
    margin: 10px;
	padding: 10px;
	box-sizing: unset;
}
.contact-item:hover{
    opacity: 0.7;
}
.contact-item-icon{
    margin: 0 auto;
    margin-bottom: 10px;
}
.contact-item-icon img{
    height: 60px;
	width: 100%;
}
.contact-item-name{
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}
.contact-item-summary{
    font-size: 14px;
}
@media screen and (max-width:780px){
    .contact-box{
        justify-content: space-between;
    }
    .contact-box a{
        width: 50%;
    }
    .contact-item{
        height: 220px;
        margin: 5px;
    }
    .contact-item-name{
        font-size: 14px;
    }
}
.myp-newtxt-title{
	text-align: center;
	border-bottom: solid 1px #1D9E48;
	max-width: 550px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}

/* トップヘッダーブレイクポイント変更 iwaya  */
@media screen and (max-width:1300px){
	.other-nav-pc.renewal-menu ul li:first-child {
		display: none;
	}
}

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

/* カスタム追加フィールドラジオボタン */
.page-template-uscesmember input[type="radio"]:checked:after{
	top: 3px !important;
	left: 3px !important;
}
/* 新規会員登録チェックボックス */
input#agree_member_check {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	outline: 0px;
}
input#agree_member_check:checked {
	border-color: #595d64;
    background-color: #595d64;
    background-image: url(data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: 65%;
	background-position: 50%;
}

/* 入会完了ページレイアウト 柿元 */
#member_comp_content img{
	max-width: 200px;
}
#member_comp_content p{
	margin-top: 30px;
	margin-bottom: 30px !important;
}
#member_comp_content a{
	background-color: #1d9e48;
    color: #FFFFFF;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 0px;
    border-radius: 5px;
}

/* Select Language*/

.selectLanguage img {
	width: 15px;
	height: auto;
	margin-right: 5px;
}

.other-nav-pc ul li span.selectLanguage {
	font-size: 15px;
	cursor:pointer;
	text-align: left;
	margin-left: 4px;
	width: 185px;
	padding: 3px 0;
}

.other-nav-pc ul li span.selectLanguage:hover {
	color: #8dcea2;
}

.other-nav-pc ul li span.selectLanguage:hover img {
	opacity: .5;
}

.selectLanguage + ul.child {
	margin-top: 5px;
	display:none;
}

.selectLanguage + ul.child li a.menu-child {
   width: 140px;
   height: 20px;
   z-index: 1200;
   margin: 0;
	background: #fff;
	border: solid 1px #c8c8c8;
	box-sizing: unset;
}

.selectLanguage + ul.child li:nth-of-type(1)  a.menu-child{
	border-bottom: none;
}

.selectLanguage + .child li {
    display: block;
	padding-left: 20px;
}

.selectLanguage + ul.child li a::before {
    display: none;
}

.selectLanguage + ul.child li a.menu-child:hover {
	color: #1d9e48;
	opacity: 1.0;
}

.other-nav-pc ul li span.selectLanguage::after {
    content: "▼";
    position: absolute;
    right: 20px;
}

.other-nav-pc ul li span.selectLanguage.active::after {
	content: "×";
	position: absolute;
	right: 19px;
	font-size: 25px;
	margin: auto;
	top:0px;
}

.agree_member_area textarea[name="at_cont_text"]{
	display: none !important;
}

.customer_form em{
	background-color: #666666 !important;
}

@media screen and (max-width:768px){
	.myp-newtxt01{
		max-width: 100%;
	}
	.myp-pt-text{
		padding-top: 0;
	}
	.myp-pt-img {
		width: auto;
		display: none;
	}
}

/* レコードページビデオレイアウト */
.video_area {
    max-width: 90%;
    width: 600px;
    margin: 30px auto;
}
.record_video {
    width: 100%;
}

.caselogo-area .inner{
	margin-bottom: 40px;
}

/* バナー一覧レイアウト調整 20240229 */

#top-banner #banner_style {
	max-width: 1160px;
	margin: 0 auto;
	overflow:hidden;
        display:flex;
        flex-wrap:wrap;
}
#top-banner .li_content {
	width: 230px;
	float: left;
	padding: 0px 30px 24px;
	text-align: center;
	line-height: 1.2;
}
#top-banner .banner-oplus {
	padding-bottom: 10px;
}
#top-banner .li_content a {
	font-size: 16px;
	line-height: 1;
	color: #1D9E48;
}
#top-banner .li_content .paycheck_bn img {
	border: solid 1px #006E35;
}
#top-banner .li_content .concare_bn img {
	border: solid 1px #258CC4;
}

#top-banner .li_content .logo_bn img,
#top-banner .li_content .Facebook_bn img,
#top-banner .li_content .x_bn img
 {
	border: solid 1px #808080;
}

#top-banner li {
	width: 27%;
	padding: 0 0 24px;
	margin: auto 3.15%;
}

@media screen and (max-width: 768px) {
#top-banner #banner_style .li_content {
    width: 45%;
    padding: 0;
    margin: auto 2.5% 3%;
    height: 100px;
    line-height: 1.2;
}

#top-banner #banner_style a {
    font-size: 13px;
}
#search-contents .partner_bn_390 {
	width: 100%;
	height: auto;
}
#top-banner .li_content img {
	padding-bottom: 0px;
	width: 100%;
	height: auto;
}
}

.home .TopTopixBox {
	/* font-weight: bold; */
	margin: 8px 0;
}

.home .TopTopixBox p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 2rem;
}

.home .TopTopixBox a {
	text-decoration: underline;
}

@media screen and (min-width:769px){
	.home .TopTopixBox {
		position: absolute;
		z-index: 999;
		max-width: 100%;
		right: -400px;
		transform: translate(-50%, 0);
	}
}

#memberpages input[type="text"], #memberpages input[type="password"]{
	box-shadow: 0px 0px 100px 100px #FFF inset;
}

/* 名寄せフォーム */
#bizSelectBox{
    position: absolute;
    top: 45px;
    left: 10px;
    z-index: 999;
    width: 95%;
    color: #555;
	background-image: none;
}
#bizSelectBox .bizSelectOption{
    height: 30px;
}
#bizSelectBox .bizSelectOption:hover{
    background-color: #EEE;
}
.customkey_company td{
	position: relative;
}

/* 業種別コンテンツ */
#bottomLeftBanner .us_industry_hidden{
	display: none;
}

/**AI要約ここから**/
#AiSummary_popup {
  	display: none; /* label でコントロールするので input は非表示に */
}
.popup-open {
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	background-color:#F18800;
	border:1px solid #F18800;
	color:#FFF;
	text-align:center;
	padding:10px 20px;
	text-align:center;
	display:block;
	width:100px;
	margin:0 auto;
	border-radius:20px;
	z-index:1000002;
}
.popup-open:hover{
  	opacity:0.7;
}
.popup-overlay {
  	display: none; /* input にチェックが入るまでは非表示に */
}
#AiSummary_popup:checked ~ .popup-overlay {
	display: flex;
	z-index: 10000019;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
}
.popup-container {
  	position: relative;
}
.popup-window {
	width: 90vw;
	max-width: 560px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 6px;
	max-height:320px;
	overflow:scroll;
}
.popup-text {
  	margin: 20px 0 20px 0;
}
.popup-text span{
	font-size:12px;
	color:#D2D2D2;
}
.popup-text:not(:last-of-type) {
  	margin-bottom: 1em;
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F18800;
	border-radius: 50%;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.popup-close:hover {
    opacity: 0.8;
}
.popup-audio{
  	margin-top:20px;
}
.ai_audio_img{
  	margin:0 10px 13px 0;
}
.popup-window strong{
  	font-size:20px;
}
.popup-window span{
  	font-size:12px;
}
.voice_white{
  	margin:0 0 -3px 0;
}
.popup-window strong{
	border:1px solid black;
	padding:5px;
}
.voice-guide{
  	border:solid 1px black;
}
.popup-window span{
	display:block;
	margin:10px 0;
}
.popup-window span a{
	text-decoration:underline;
	color:#1D9E48;
}
.popup-window span a:hover{
  	opacity:0.8;
}
.fixed-audio-control {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 39%;
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	padding: 15px;
	z-index: 100000;
	max-width: 350px;
	width: 90%;
	border: 2px solid #F18800;
}
.fixed-audio-control.show {
	display: inline-block !important;
}
.fixed-audio-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.fixed-audio-title {
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	display: flex;
	align-items: center;
}
.fixed-audio-title::before {
	content: '🎧';
	font-size: 20px;
	margin-right: 8px;
}
.fixed-audio-close {
	cursor: pointer;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F18800;
	border-radius: 50%;
	transition: opacity 0.3s ease;
}
.fixed-audio-close:hover {
	opacity: 0.7;
}
.fixed-audio-player {
	width: 100%;
}
@media (max-width: 768px) {
	.fixed-audio-control {
		bottom: 10px;
		left: 1%;
		max-width: none;
	}
	.popup-window{
		width:75vw;
		overflow: scroll;
		height:450px;
	}
	.ai_audio_img{
		display:none;
	}
	.popup-audio{
		width:260px;
	}
/*** 桐生｜マイページの会員情報フォーム（氏名）の左寄せ   ***/
	#content.member-page h1.member_page_title{
        	margin-bottom: 0;
	}
	.member-page #newmember_type_text {
        	margin: 0px 0px 20px 0px;
	}
	#newmember .customer_form .inp1 td.name_td,
	#memberinfo .customer_form .inp1 td.name_td{
		text-align: left;
	}
#memberinfo .customer_form .inp1 td.name_td input,
#newmember .customer_form .inp1 td.name_td input {
	width: calc(100% - 1.5rem);
	margin-left: 0;
	}
}
/**AI要約ここまで**/

/* ===== サジェスト用 ===== */
/* ベースのセクション設定 */
.function-knowledge {
    background-color: #FFF;
}
.function-knowledge .kot_knowledge_inner {
    background-color: #f1f8f3; /* 背景の薄緑 */
    padding: 40px 20px;
    margin: 0 auto;
    max-width: 900px;
	border-radius: 15px;
}
.function-knowledge .kot_knowledge_inner h3{
	font-size: 20px;
	padding: 0px;
	margin-bottom: 20px;
}
.function-knowledge .kot-suggestion-list li {
    background-color: #d8ede0; /* 緑色の枠部分 */
    padding-top: 8px;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
	font-weight: bold;
}
.function-knowledge .kot-suggestion-list li:hover {
    transform: translateY(-2px);
}
/* リンクカード（白い部分） */
.function-knowledge .kot-suggestion-list li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    padding: 15px 45px 15px 50px; /* アイコン分の余白 */
    border-radius: 0 0 6px 6px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}
/* 歯車アイコン（PC版のみ表示） */
.function-knowledge .kot-suggestion-list li a::before {
    content: "";
    position: absolute;
    left: 20px;
	background-image: url('/wp-content/uploads/2026/03/gear-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 18px;
}
/* 右側の矢印アイコン（>） */
.function-knowledge .kot-suggestion-list li a::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1c9e47;
    border-right: 2px solid #1c9e47;
    transform: rotate(45deg);
}
.function-knowledge .kot_knowledge_link {
    display: block;
	max-width: 300px;
    text-align: center;
    color: #1c9e47;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
	margin: 0 auto;
	text-decoration: none;
}
.function-knowledge .kot_knowledge_link:hover{
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .function-knowledge {
        padding: 20px 15px;
    }

    .function-knowledge .kot-suggestion-list li {
        margin-bottom: 15px;
    }

    .function-knowledge .kot-suggestion-list li a {
        padding: 20px 40px 20px 20px; /* 左の余白を詰める */
        font-size: 15px;
        text-align: left;
    }

    /* スマホ版では歯車アイコンを隠す（デザインに合わせる場合） */
    .function-knowledge .kot-suggestion-list li a::before {
        display: none;
    }
    
    /* 文字数が多い場合に備え、矢印の位置を調整 */
    .function-knowledge .kot-suggestion-list li a::after {
        right: 15px;
    }
}