@charset "utf-8";
/*
Theme Name: 株式会社デイズ

*/
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
a[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
#header_slider .item1 .overlay {
  background-color: rgba(3, 42, 84, .4)
}
#header_slider .item2 .overlay {
  background-color: rgba(3, 42, 84, .4)
}
#header_slider .item3 .overlay {
  background-color: rgba(3, 42, 84, .4)
}
#index_header_content .catch {
  font-size: 44px
}
@media screen and (max-width:1200px) {
  #index_header_content .catch {
    font-size: 34px
  }
}
@media screen and (max-width:750px) {
  #index_header_content .catch {
    font-size: 19px
  }
}
.cb_free_space.num2 {
  background: #f6f6f6
}
.cb_banner_content.num3 .overlay {
  background-color: rgba(0, 48, 64, .4)
}
.cb_design_content.num6 .overlay {
  background-color: rgba(0, 48, 64, .4)
}
.test {
  color: red
}
.news_list .date:before {
  display: none;
}
.num, .num_area .unit, .catch.common_catch {
  color: #006633 !important;
}

body #global_menu > ul > li.active > a, #global_menu > ul > li.active_megamenu_button > a {
  background: #006633 !important;
}

#global_menu ul ul {
  width: 280px;
}
#global_menu ul ul a {
  background: #006633;
}
#footer_box_content .item .tel {
  color: #006633;
}
#footer_box_content .item .headline {
  font-size: 22px;
}
.news_list .title a:hover, #footer_menu a:hover {
  color: #006633;
}
.news_list .category:hover {
  background: #006633;
}
.news_list .date {
  color: #000;
}
.cb_news_list {
  padding: 100px 0 0;
}
#drawer_menu .close_button:before {
  content: '✕';
  color: #006633;
  font-weight: bold;
}
#index_header_content .catch {
  display: block;
  padding: 0 1em;
}
/* TOP */
.header {
  position:relative;
  background: rgba(231,229,220,1.0);
  background-blend-mode: color-burn;
  background-size: cover;
}
.inner-header {
  width: 1600px;
  margin: auto;
  padding-top: 50px;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  background: rgba(231,229,220,.6);
  animation-delay: -2s;
  animation-duration: 10s;
}
.parallax > use:nth-child(2) {
  background: rgba(231,229,220,.4);
  animation-delay: -3s;
  animation-duration: 15s;
}
.parallax > use:last-child {
  background: rgba(231,229,220,.6);
  animation-delay: -4s;
  animation-duration: 30s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/* top wave 下と逆の動き  */
.waves.top .parallax > use {
  animation: move-forever-reverse 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.waves.top .parallax > use:nth-child(1) {
  background: rgba(231,229,220,.6);
  animation-delay: -2s;
  animation-duration: 10s;
}

.waves.top .parallax > use:nth-child(2) {
  background: rgba(231,229,220,.4);
  animation-delay: -3s;
  animation-duration: 15s;
}

.waves.top .parallax > use:last-child {
  background: rgba(231,229,220,.6);
  animation-delay: -4s;
  animation-duration: 30s;
}
@keyframes move-forever-reverse {
  0% {
    transform: translate3d(90px, 0, 0);
  }
  100% {
    transform: translate3d(-85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:80px;
    min-height:80px;
  }

}
/* カテゴリ common  */
#category_tl {
	display: table;
	width: 100%;
	background: #063;
	height: 300px;
	color: #fff;
	margin-bottom: 80px;
}
#category_tl #in {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#category_tl #in p {
	font-size: 44px;
	font-weight: bold;
	padding: 0.3em 0.3em 0.4em;
	margin-bottom: 20px;
	position: relative;
}
#category_tl #in p:before {
	content: '';
	width: 42px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.commonBBtn ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.commonBBtn ul li a {
	display: block;
	border: solid 1px #ccc;
	border-radius: 100px;
	box-sizing: border-box;
	width: 300px;
	font-size: 17px;
	color: #396;
	font-weight: bold;
	text-align: center;
	padding: 23px 0;
	position: relative;
}
.commonBBtn ul li.l a {
	padding-left: 1.3em;
}
.commonBBtn ul li.r a {
	padding-right: 1.3em;
}
.commonBBtn ul li a:hover {
	border: solid 1px #396;
	background: #396;
	color: #fff;
}
.commonBBtn ul li a:before {
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #396;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 2;
}
.commonBBtn ul li.l a:before {
	left: 8px;
}
.commonBBtn ul li.r a:before {
	right: 8px;
}
.commonBBtn ul li a:hover:before {
	background: #fff;
}
.commonBBtn ul li a:after {
	content: '';
	width: 15px;
	height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 3;
}
.commonBBtn ul li.l a:after {
	background: url("images/icon_arrow-l.png") no-repeat;
	background-size: 100%;
	left: 25px;
}
.commonBBtn ul li.r a:after {
	background: url("images/icon_arrow-r.png") no-repeat;
	background-size: 100%;
	right: 25px;
}
.commonBBtn ul li.l a:hover:after {
	background: url("images/icon_arrow-l-hover.png") no-repeat;
	background-size: 100%;
}
.commonBBtn ul li.r a:hover:after {
	background: url("images/icon_arrow-r-hover.png") no-repeat;
	background-size: 100%;
}
#category_tl #in h2 {
	font-size: 22px;
	font-weight: bold;
}
/* デイズが選ばれる理由 */
#strengths h3 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	padding: 0 6%;
}
#strengths h3 img {
	max-width: 100%;
	vertical-align: top;
	margin-right: 0.4em;
}
#strengths h3 strong {
	color: #063;
}
#strengths .comprehensive {
	text-align: center;
	margin-top: 70px;
}
#strengths .comprehensive img {
	max-width: 100%;
}
#strengths .contBox {
	border: solid 8px #063;
	border-radius: 24px;
	padding: 55px;
	margin: 80px 6%;
}
#strengths .contBox h4 {
	background: #f6cc4e;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding: 0.4em 1em;
	margin-bottom: 35px;
}
#strengths .contBox .hikaku {
	display: flex;
	position: relative;
}
#strengths .contBox .hikaku:after {
	content: '';
	background: #396;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;	
}
#strengths .contBox .hikaku .left,
#strengths .contBox .hikaku .right {
	width: 46%;
	text-align: center;
}
#strengths .contBox .hikaku .left {
	padding-right: 4%;
}
#strengths .contBox .hikaku .right {
	padding-left: 4%;
}

#strengths .contBox .hikaku p {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}
#strengths .contBox .hikaku .tl strong,
#strengths .contBox .hikaku .lt span {
	color: #f00;
}
#strengths .contBox .hikaku .result {
	background: #f00;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding: 0.5em 0;
	margin: 0 auto 30px;
}
#strengths .contBox .hikaku .lt {
	display: inline;
	background: linear-gradient(transparent 50%, #f6cc4e 0%);
}
#strengths .contBox .hikaku .lt br {
	display: none;
}
#strengths .contBox .hikaku .image01 img {
	max-width: 100%;
}
#strengths .contBox .hikaku .image02 img {
	max-width: 100%;
	margin: 25px auto 0;
}
#strengths.merit01 .contBox.first .hikaku .image01 {
	margin: 20px auto 45px;
}
#strengths.merit01 .contBox.second .hikaku .image01 {
	margin: 50px auto 45px;
}
#strengths.merit01 .contBox.third .hikaku .image01 {
	margin: 30px auto;
}
#strengths.merit02 .contBox.first .hikaku .image01 {
	margin: 60px auto 100px;
}
#strengths.merit02 .contBox.second .hikaku .image01 {
	margin: 50px auto 45px;
}
#strengths.merit02 .contBox.third .hikaku .image01 {
	margin: 40px auto 50px;
}
#strengths .shikaku .lsC {
	display: flex;
	margin: 70px 0 40px;
}
#strengths .shikaku p.ls_t {
	font-size: 40px;
	font-weight: bold;
	color: #063;
	margin-bottom: 0.5em;
}
#strengths .shikaku .gp ul li {
	font-size: 35px;
	font-weight: bold;
	padding: 0.4em 0 0.4em 1.3em;
	position: relative;
}
#strengths .shikaku .gp ul li:before {
    content: '◎';
    font-size: 28px;
    font-weight: bold;
    color: #396;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
#strengths.merit03 .contBox.second .hikaku .image01,
#strengths.merit03 .contBox.third .hikaku .image01 {
	margin: 30px auto;
}
/* 会社概要 */
#about table {
  width: 100%;
  border-collapse: collapse;
}
#about th,
#about td {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	padding: 1.6em 1em;
}
#about th {
	width: 30%;
	border-bottom: solid 3px #396;
}	
#about td {
	width: 70%;
	border-bottom: solid 1px #396;
	position: relative
}
#about td:before {
	content: '';
	background: #fff;
	width: 5px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
/* サービスメニュー */
#service .in {
	padding: 0 6%;
	text-align: center;
	margin: 80px 0 0;
}
#service .in h3 {
	font-size: 36px;
	font-weight: bold;
	color: #063;
	margin-bottom: 1em;
}
#service p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
#service .menu {
	padding: 0 4%;
}
#service .menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service .menu ul li {
	width: 32%;
	box-sizing: border-box;
	margin: 80px 0 0;
}
#service .menu ul li .image img {
	max-width: 100%;
	border-radius: 20px;
}
#service .menu ul li h4 {
	border-left: double 6px #063;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	padding: 0.3em 0 0.3em 0.6em;
	margin: 20px 0;
}
#service .menu ul li p span.hosoku {
	font-size: 13px;
}
/* 代表あいさつ */
#message .photo {
	margin-bottom: 60px;
}
#message .photo img {
	max-width: 100%;
}
#message p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1.7em;
}
#message p.tar {
	text-align: right;
	margin-bottom: 3em;
}
#policyCont {
	margin-top: 60px;
}
#policyCont #img {
	position: relative;
	z-index: 1;
}
#policyCont #img img {
	max-width: 100%;
}
#policyCont #policy {
	background: #fff;
	padding: 40px 28px;
	margin: -50px 35px 0;
	position: relative;
	z-index: 2;
}
#policyCont #policy h3 {
	font-size: 32px;
	color: #396;
	text-align: center;
	margin-bottom: 35px;
}
#policyCont #policy ul li {
	font-size: 19px;
	font-weight: bold;
	padding: 0.7em 1em 0.7em 65px;
	line-height: 1.6;
	position: relative;
}
#policyCont #policy ul li:before,
#policyCont #policy ul li:after {
  position: absolute;
  top: 50%;
  height: 2px;
  background: #396;
  content: '';
}

#policyCont #policy ul li:before {
  left: 0;
  width: 46px;
  transform: translateY(-50%);
}

#policyCont #policy ul li:after {
  width: 12px;
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: left center;
  left: 46px;
}
/* よくある質問 */
#faq h3 {
	font-size: 24px;
	text-align: center;
	padding: 0.8em;
	margin: 80px 0 40px;
	position: relative;
}
#faq h3:before {
	content: '';
	background: #396;
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
}
#faq .faq_list .title span {
	display: table-cell;
}
.faq_list .title {
	font-weight: bold !important;
}
.faq_list .title:hover {
	color: #396 !important;
}
.faq_list .title strong {
	display: inline-block;
	float: left;
	border: solid 1px #396;
	background: #396;
	width: 54px;
	height: 34px;
	font-family: '游ゴシック';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	margin-right: 1.2em;
	border-radius: 7px;
}
.faq_list .desc strong {
	display: inline-block;
	float: left;
	border: solid 1px #396;
	background: #fff;
	width: 54px;
	height: 34px;
	font-family: '游ゴシック';
	font-size: 18px;
	color: #396;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	margin-right: 1.2em;
	border-radius: 7px;
}
.faq_list .title.none:before,
.faq_list .title.none:after {
	display: none;
}
.faq_list .title.none br {
	display: none;
}
.faq_list .title.none,
.faq_list .title.none span {
	cursor: inherit;
}
.faq_list .title.none:hover,
.faq_list .title.none span:hover {
	color: #000 !important;	
}
/* 新着情報 */
#news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
}
#news ul li {
	width: 180px;
}
#news ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0.5em;
}
#news ul li a.active,
#news ul li a:hover {
	background: #396;
	color: #fff;
}
#news_detail #bl04 dl {
	border: 0;
	padding: 0;
}
#news_detail #bl04 dt {
	display: block;
}
#news_detail #bl04 dd {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 35px;
}
#news_detail .image img {
	max-width: 100%;
	margin: 0 auto 40px;
}
#news_detail .textBox {
	margin-bottom: 50px;
}
#news_detail .textBox p {
	font-size: 18px;
	line-height: 1.8;	
	margin-bottom: 1.3em;
}
#news_detail #news ul li {
	border-right: solid 1px #d9d9d9;
	box-sizing: border-box;	
}
#news_detail #news ul li:last-child {
	border: 0;
}
#news.news_detail ul {
	margin-left: 5%;
	margin-right: 5%;
}
.commonBBtn.news_detail ul {
	display: inherit;
	justify-content: inherit;
}
.commonBBtn.news_detail ul li.l a {
	margin: auto;
}
/* 働く仲間の募集 */
#recruit {
	margin-bottom: 90px;
}
#recruit h3 {
	font-size: 24px;
    text-align: center;
    padding: 0.8em;
    margin: 80px 0 40px;
    position: relative;	
}
#recruit .faq_list .title {
	background: #f6f6f6;	
}
#recruit .faq_list .title:before,
#recruit .faq_list .title:after {
	background: #000;
}
#recruit .faq_list .title.active:after {
	background: #396;
}
#recruit .faq_list .title span {
	display: inline-block;
}
#recruit .faq_list .title strong {
	width: 86px;
	border-color: #000;
	background: #000;
	position: relative;
	top: -3px;
}
#recruit .faq_list .desc {
	background: #fff;
}
#recruit .faq_list dl {
	margin-bottom: 1.3em;
	padding: 0 1.3em;
}
#recruit .faq_list dl:last-child {
	margin-bottom: 0;
}
#recruit .faq_list dl dt {
	display: table;
	font-size: 17px;
	font-weight: bold;
}
#recruit .faq_list dl dt span {
	font-size: 2em;
	color: #339966;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	top: -4px;
	padding-right: 0.2em;
}
#recruit .faq_list dl dd {
	line-height: 1.6;
}
/* プライバシーポリシー */
#privacy-policy p {
	line-height: 2;
	padding-left: 0.5em;
}
#privacy-policy p:last-child {
	margin-bottom: 80px;
}
#privacy-policy .ttl {
	border: solid 1px #ddd;
	font-size: 16px;
	font-weight: bold;
	padding: 0.8em 0.6em;
	margin-bottom: 15px;
}
#privacy-policy .ttl span {
	border-left: solid 3px #396;
	padding: 0.2em 1.3em 0.2em 0.7em;
}
#privacy-policy ol {
	margin-left: 2em;
	margin-bottom: 2em;
}
#privacy-policy ol li {
	line-height: 2;
	margin-bottom: 0.5em;
}
.ico_ma {
	vertical-align: top;
}
/* お問い合わせ */
#contact p {
	font-size: 18px;		
}
.telbox {
	width: 84%;
	margin: 0 auto;
}
.telbox dl dt {
	display: inline-block;
	width: 50%;
	margin: 0 1%;
	vertical-align: middle;
}
.telbox dl dd {
	display: inline-block;
	width: 42%;
	margin: 0 1%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
}
.telbox dl dt a {
	display: block;
	border: solid 3px #063;
	font-size: 2em;
	color: #063;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0.7em 1em 0.7em 1.3em;
	border-radius: 7px;
	position: relative;
}
.telbox dl dt a:before {
	content: '';
	background: url("images/ico_tel.png")no-repeat;
	width: 25px;
	height: 31px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto 0;
}
.telbox dl dt a:hover {
	text-decoration: none;
}

#contact_page_header {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
}
#page_content .wpcf7 {
  width: auto;
  margin: 60px 0 0 0 !important;
  padding: 50px 130px 60px;
  border: none;
  background: #f8f8f8;
}
#tcd_contact_form p {
	display: inline;
}
#tcd_contact_form dl {
  font-size: 18px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tcd_contact_form dt {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}
#tcd_contact_form dd {
  width: calc(100% - 300px);
  margin-bottom: 50px;
  line-height: 1;
  padding-top: 2px;
	font-weight: normal;
}
#tcd_contact_form dd.checkbox {
	padding-top: 7px;
}
#tcd_contact_form input[type="text"],
#tcd_contact_form input[type="tel"],
#tcd_contact_form input[type="email"],
#tcd_contact_form input[type="date"] {
  padding: 0 20px;
  height: 50px;
  font-weight: normal;
}
#tcd_contact_form .text01 input[type="text"] {
	width: 5em;
}

#tcd_contact_form textarea {
  padding: 20px 25px;
  height: 250px;
  line-height: 1.6;
	font-weight: normal;
}
#tcd_contact_form select {
  height: 50px;
  padding: 0 20px;
  min-width: 270px;
	background: #fff;
	color: #000;
}
#tcd_contact_form input[type="file"] {
  height: 50px;
  background: #fff;
}
#tcd_contact_form input[type="text"]:focus, #tcd_contact_form input[type="email"]:focus, #tcd_contact_form input[type="date"]:focus, #tcd_contact_form textarea:focus {
  background: #f3dfdf;
}
#tcd_contact_form .wpcf7-not-valid {
  border-color: #ff0101;
  background: #fff2f2;
}
#tcd_contact_form .required {
  background: #f40;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  padding: 0.4em 0.7em;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
}
#tcd_contact_form .year, #tcd_contact_form .month, #tcd_contact_form .date {
  float: left;
  margin-right: 20px;
}
#tcd_contact_form .date {
  margin-right: 0;
}
#tcd_contact_form .year input {
  width: 128px;
  margin-right: 10px;
}
#tcd_contact_form .month input {
  width: 80px;
  margin-right: 10px;
}
#tcd_contact_form .date input {
  width: 80px;
  margin-right: 10px;
}
#tcd_contact_form .radio_list .wpcf7-list-item {
  float: left;
  margin: 12px 30px 0 0;
}
#tcd_contact_form .radio_list::after {
  display: block;
  clear: both;
  content: "";
}
#tcd_contact_form .radio_list .wpcf7-not-valid-tip {
	display: inline-block;
}
#tcd_contact_form .checkbox_list .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tcd_contact_form .checkbox_list .wpcf7-list-item {
  width: calc(50% - 30px);
  margin: 12px 30px 5px 0;
}
#tcd_contact_form .privacy_policy {
  line-height: 2.8;
  background: #fff;
  padding: 25px;
  height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_content #tcd_contact_form .privacy_policy p {
  font-size: 14px;
}
#tcd_contact_form .privacy_policy_checkbox {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
#page_content #tcd_contact_form .wpcf7-submit {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  border: none !important;
  outline: none;
  background: #de0000;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#page_content #tcd_contact_form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
  background: #ffd5d4;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 20px;
  position: relative;
}
#page_content #tcd_contact_form .wpcf7-not-valid-tip:before {
  width: 0;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: 30px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffd5d4 transparent;
}
/* ラジオボタン */
#tcd_contact_form .radio_list .wpcf7-list-item input {
  display: none;
}
#tcd_contact_form .radio_list .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
#tcd_contact_form .radio_list .wpcf7-list-item-label:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 100%;
}
#tcd_contact_form .radio_list .wpcf7-list-item-label:hover:before {
  border-color: #666;
}
#tcd_contact_form .radio_list input:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 6px;
  background: #000;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.att_t {
	border: solid 1px #009966;
	background: #e1efe0;
	text-align: center;
	padding: 1em 1.3em;
}
.att_t p {
	line-height: 1.6 !important;
}
.strong {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 1em 0;
}
.clr01 {
	color: #063;
	background: linear-gradient(transparent 50%, #e1efe0 50%);
}
span.wpcf7-not-valid-tip {
	font-weight: 500 !important;
	text-indent: 1em;
}
@media screen and (max-width:750px) {
	.strong {
		font-size: 20px;
	}
}
@media screen and (max-width:600px) {
	.strong {
		font-size: 16px;
		text-align: left;
	}
	#tcd_contact_form select {
		font-size: 14px;
	}
}
.recruit input, .recruit textarea {
  font-weight: normal;
}
@media screen and (max-width:1330px) {
	/* デイズが選ばれる理由 */
	#strengths h3 {
		font-size: 38px;
	}
	#strengths h3 img {
		width: 150px;
	}
	#strengths .comprehensive {
		margin-top: 40px;
	}
	#strengths .comprehensive img {
		width: 64%;
	}
	#strengths .contBox {
		margin: 50px 6%;
	}
	#strengths .contBox h4 {
		font-size: 37px;
	}
	#strengths .contBox .hikaku p {
		font-size: 28px;
	}
	#strengths .contBox .hikaku .result {
		font-size: 23px;
	}
	#strengths .contBox .hikaku .image02 img {
		max-width: 60%;
	}
	#strengths.merit02 .contBox.first .hikaku .image01 {
		margin: 40px auto;
	}
	#strengths .shikaku {
		padding: 0 7%;
	}
	#strengths .shikaku p.ls_t {
		font-size: 32px;
	}
	#strengths .shikaku .gp ul li {
		font-size: 30px;
	}
	/* お問い合わせ */
	.telbox {
		width: 100%;
	}
}
@media screen and (max-width:1030px) {
	/* 会社概要 */
	#about table {
		width: 92%;
		margin: 0 4%;
	}
	/* 代表あいさつ */
	#message {
		padding: 0 4%;
	}
	/* デイズが選ばれる理由 */
	#strengths.merit01 .contBox.second .hikaku .image01 {
		margin: 30px auto 35px;
	}
	#strengths .shikaku .lsC {
		display: inherit;
		margin: 50px 0 30px;
	}
	#strengths .shikaku p.ls_t {
		font-size: 27px;
		margin-top: 30px;
	}
	#strengths .shikaku .gp ul li {
		font-size: 25px;
		padding: 0.3em 0 0.3em 1.3em;
	}
	/* サービスメニュー */
	#service .in p {
		text-align: left;
	}
	#service .in p br {
		display: none;
	}
	#service .menu ul li {
    	width: 48%;
		margin: 50px 0 0;
	}
	#service .menu ul li .image img {
		border-radius: 16px;
	}
	/* よくある質問 */
	.faq_list {
		padding: 0 4%;
	}
	/* 新着情報 */
	#news ul {
		justify-content: inherit;
		margin: 0 auto 30px;
	}
	#news ul li {
		width: 33.3%;
	}
	#news ul li a {
		font-size: 16px;
		padding: 1em 0.5em;
	}
	#news_detail #bl04 dd {
		font-size: 20px;
		margin: 20px 0 25px;
	}
	#news_detail .image img {
		margin: 0 auto 30px;
	}
	#news_detail .textBox {
		margin-bottom: 30px;
	}
	#news_detail .textBox p {
		font-size: 14px;
		line-height: 1.6;	
		margin-bottom: 1.3em;
	}
	.commonBBtn.news_detail {
		display: block !important;
	}
	/* お問い合わせ */
	#contact {
		padding: 0 4%;
	}
}
@media screen and (max-width:820px) {
	#category_tl {
		height: 200px;
		margin-bottom: 25px;
	}
	#category_tl #in p {
		font-size: 34px;
		margin-bottom: 18px;
	}
	#category_tl #in p:before {
		width: 32px;
	}
	#category_tl #in h2 {
		font-size: 18px;
	}
    #tcd_contact_form dd {
	  width:100%; 
	  margin-bottom:30px; 
	  line-height:1; 
	  padding-top:2px; 
	}
	.pdLR4p {
		padding: 0 4%;
	}

	/* よくある質問 */
	#faq h3 {
		margin-top: 60px;
	}
	.faq_list .title {
		font-weight: normal !important;
	}
}
@media screen and (max-width:750px) {
  #tcd_contact_form dd {
	  width:100%; 
	  margin-bottom:30px; 
	  line-height:1; 
	  padding-top:2px; 
	}
	.wpcf7 #tcd_contact_form p {
		font-size: 14px;
	}
	.submit .wpcf7-submit {
		margin-top: 0;
	}
	.att_t {
		padding: 1em 1.3em;
	}
	.telbox dl dt,
	.telbox dl dd {
		display: inherit;
		width: auto;
	}
	.telbox dl dt a {
		border-width: 2px;
		font-size: 1.8em;
	}
	.telbox dl dt a:before {
		background-size: cover;
		width: 20px;
		height: 24px;
	}
	.telbox dl dd {
		margin-top: 10px;
		text-align: center;
	}
	.commonBBtn {
		display: none;
	}
	/* デイズが選ばれる理由 */
	#strengths h3 {
		font-size: 30px;
	}
	#strengths.merit03 h3 {
		text-align: left;
	}
	#strengths h3 img {
		width: 120px;
	}
	#strengths .comprehensive {
		margin-top: 30px;
	}
	#strengths .contBox h4 {
		font-size: 30px;
	}
	#strengths .comprehensive img {
		width: 80%;
	}
	#strengths .contBox {
		border-width: 8px;
		border-radius: 20px;
		margin: 30px 6%;
		padding: 30px;
	}
	#strengths .contBox .hikaku {
		display: inherit;
	}
	#strengths .contBox .hikaku .left,
	#strengths .contBox .hikaku .right {
		width: inherit;
		padding: 40px 4%;
		box-shadow: 0px 0px 15px -2px #777777;
		border-radius: 10px;
	}
	#strengths .contBox .hikaku .left {
		margin-bottom: 30px;
	}
	#strengths .contBox .hikaku p {
		font-size: 28px;
	}
	#strengths .contBox .hikaku .result {
		font-size: 23px;
	}
	#strengths.merit03 .contBox .hikaku .tl {
		text-align: left;
	}
	#strengths .contBox .hikaku .tl br {
		display: none;
	}
	#strengths .contBox .hikaku .lt br {
		display: block;
		text-align: left;
	}
	#strengths.merit01 .contBox.first .hikaku .left .image01 {
		margin: 0 auto;
	}
	#strengths.merit01 .contBox.first .hikaku .right .image01 {
		margin: 20px auto;
	}
	#strengths.merit01 .contBox.second .hikaku .image01 {
		margin: 10px auto 20px;
	}
	#strengths.merit01 .contBox.second .hikaku .right .image01 {
		margin: 20px auto;
	}
	#strengths.merit01 .contBox.third .hikaku .left .image01 {
		margin: 0 auto;
	}
	#strengths.merit01 .contBox.third .hikaku .right .image01 {
		margin: 10px auto 20px;
	}
	#strengths.merit02 .contBox.first .hikaku .image01 {
		margin: 20px auto 15px;
	}
	#strengths.merit02 .contBox.second .hikaku .image01 {
		margin: 20px auto;
	}
	#strengths.merit02 .contBox.third .hikaku .image01 {
		margin: 10px auto;
	}
	#strengths .contBox .hikaku:after {
		display: none;
	}
	#strengths .shikaku .lsC {
		margin: 30px auto;
	}
	#strengths .shikaku p.ls_t {
		font-size: 19px;
		margin-top: 18px;
	}
	#strengths .shikaku .gp ul li {
		font-size: 16px;
		font-weight: 500;		
	}
	#strengths .shikaku .gp ul li:before {
		font-size: 15px;
		width: 15px;
		height: 15px;
	}
	#strengths.merit03 .contBox.second .hikaku .image01,
	#strengths.merit03 .contBox.third .hikaku .image01 {
		margin: 10px auto;
	}
	/* サービスメニュー */
	#service .in h3 {
		font-size: 26px;
	}
	/* 会社概要 */
	#about th, #about td {
		font-size: 16px;
	}
	#policyCont #policy h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	#policyCont #policy ul li {
		font-size: 18px;
	}
	/* よくある質問 */
	.faq_list .desc span {
		display: table-cell;
		font-size: 16px;
	}
	.faq_list .title strong {
		margin-right: 0.8em;
	}
	/* 働く仲間の募集 */
	#recruit {
		margin-bottom: 30px;
	}
	#recruit .faq_list .title strong  {
		width: 74px;
		font-size: 15px;
		height: 34px;
		line-height: 34px;
		top: -3px;
	}
	#recruit .faq_list dl dt {
		font-size: 15px;
	}
	#recruit .faq_list dl dt span {
		font-size: 1.5em;
		top: 0;
	}
	/* プライバシーポリシー */
	#privacy-policy p {
		font-size: 15px;
	}
	#privacy-policy p:last-child {
		margin-bottom: 40px;
	}
	/* 代表あいさつ */
	#message .photo {
		margin-bottom: 40px;
	}
	#message p {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 1.7em !important;
	}
	/* お問い合わせ */
	#contact p {
		font-size: 16px;
		margin-bottom: 1em;
	}
	#tcd_contact_form dt {
		margin-bottom: 0;
	}
}
@media screen and (max-width:500px) {
	#category_tl {
		height: 100px;
		margin-bottom: 20px;
	}
	#category_tl #in p {
		font-size: 20px;
		margin-bottom: 13px;
	}
	#category_tl #in p:before {
		width: 20px;
	}
	#category_tl #in h2 {
		font-size: 16px;
	}
	#contact p {
		font-size: 14px;
	}
	#tcd_contact_form dt {
	  width: 100%;
	  height: 30px;
	  line-height: 30px;
	}
	.commonBBtn ul {
		margin-top: 20px;
	}
	.commonBBtn ul li a {
		width: 220px;
		font-size: 14px;
		padding: 20px 0 20px 2em !important;
	}
	.commonBBtn ul li.l a:before {
		left: 5px;
		width: 46px;
		height: 46px;
	}
	.commonBBtn ul li.l a:after {
		left: 22px;
		width: 12px;
		height: 11px;
	}
	/* デイズが選ばれる理由 */
	#strengths h3 {
		font-size: 22px;
		line-height: 1.8;
	}
	#strengths h3 img {
		width: 80px;
	}
	#strengths h3 br {
		display: none;
	}
	#strengths .comprehensive {
		margin-top: 20px;
	}
	#strengths .comprehensive img {
		width: 86%;
	}
	#strengths .contBox {
		border-width: 5px;
		margin: 20px 6%;
		padding: 20px;
	}
	#strengths .contBox h4 {
		font-size: 19px;
		padding: 0.6em;
		margin-bottom: 15px;
	}
	#strengths .contBox .hikaku .left,
	#strengths .contBox .hikaku .right {
		padding: 30px 6%;
		border-radius: 0;
	}
	#strengths .contBox .hikaku p {
		font-size: 20px;
	}
	#strengths .contBox .hikaku .result {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#strengths .contBox .hikaku .left {
		margin-bottom: 20px;
	}
	/* サービスメニュー */
	#service .in {
		margin: 30px 0 0;
	}
	#service .in h3 {
		font-size: 19px;
	}
	#service p {
		font-size: 14px;
		line-height: 1.4;
	}
	#service .menu {
		padding: 0 6%;
	}
	#service .menu ul li {
		width: 100%;
		margin: 30px 0 0;
	}
	#service .menu ul li h4 {
		font-size: 18px;
		margin: 14px 0;
	}
	#service .menu ul li p {
		line-height: 1.6;
	}
	/* 会社概要 */
	#about th {
		width: 35%;
	}
	#about td {
		width: 65%;
	}
	#about th, #about td {
		font-size: 14px;
	}
	/* 代表あいさつ */
	#message .photo {
		margin-bottom: 30px;
	}
	#message p {
		padding: 0 2%;
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 1.5em !important;
	}
	/* 新着情報 */
	#news #bl04 .inner {
		padding: 0;
	}
	#news ul {
		margin: 0 auto 15px;
	}
	#news ul li {
		width: 33.3%;
	}
	#news ul li a {
		font-size: 14px;
		padding: 1em 0.5em;
	}
	#news_detail #bl04 .inner{
		padding: 20px 0 0;
	}
	#news_detail #bl04 dd {
		font-size: 15px;
		margin: 10px 0 15px;
	}
	#news_detail .image img {
		margin-bottom: 20px;
	}
	/* 働く仲間の募集 */
	#recruit {
		margin-bottom: 0;
	}
	#recruit h3 {
		font-size: 15px;
		margin: 30px 0 20px;
	}
	#recruit .faq_list .title span {
		font-weight: bold;
	}
	#recruit .faq_list .title strong {
		width: 62px;
		font-size: 14px;
		height: 28px;
		line-height: 28px;
	}
	.faq_list .title.none br {
		display: block;
	}
	/* プライバシーポリシー */
	#policyCont {
		margin-top: 30px;
	}
	#policyCont #policy {
		padding: 30px 18px 0;
		margin: -40px 25px 0;
	}
	#policyCont #policy h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#policyCont #policy ul li {
		font-size: 15px;
		padding: 0.7em 0 0.7em 35px;
	}
	#policyCont #policy ul li:before, 
	#policyCont #policy ul li:after {
		top: 1.6em;
	}
	#policyCont #policy ul li:before {
		width: 26px;
	}
	#policyCont #policy ul li:after {
		left: 26px;
	}
	.ico_ma {
		vertical-align: bottom;
		height: 25px !important;		
	}
	/* よくある質問 */
	#faq h3 {
		font-size: 18px;
		margin: 20px 0;
	}
	#faq h3:before {
		width: 30px;
	}
	.faq_list .title {
		padding: 15px 40px 15px 14px;
	}
	.faq_list .title strong,
	.faq_list .desc strong {
		font-size: 15px;
		width: 36px;
		height: 26px;
		border-radius: 4px;
		margin-right: 0.7em;
	}
	/* プライバシーポリシー */
	#privacy-policy .ttl {
		font-size: 14px;
	}
	#privacy-policy p,
	#privacy-policy ol li {
		font-size: 13px;
		line-height: 1.7;
	}
	#privacy-policy ol {
		margin-left: 1.6em;
	}
	#privacy-policy ol ol {
		margin-left: 1em;
		margin-top: 1em;
	}
	#privacy-policy p:last-child {
		margin-bottom: 20px;
	}
	#tcd_contact_form dd {
		margin-bottom: 20px;
	}
	#tcd_contact_form .required {
		margin-left: 5px;
	}
}
.mb0 {
  margin-bottom: 0;
}
.lh16 {
  line-height: 1.8 !important;
}
.link01 {
  color: #f40;
  text-decoration: underline;
}
.link01:hover {
  text-decoration: none !important;
}
.checkbox_doui {
  display: inline-block;
  padding-top: 7px;
}
.cdlsa {
  text-align: center;
  padding: 2em 0;
}
.lead {
  text-align: center;
  margin-bottom: 3.4em;
  padding-top: 3em;
}
.pp {
  margin-bottom: 4em !important;
}
.pp:last-child {
  margin-bottom: 0 !important;
}
.pp dt {
  display: list-item;
  list-style-type: square;
  margin-left: 1em;
}
.pp dd {
  border-top: solid 1px #ddd;
  padding: 0.7em 0 0 0;
  margin-top: 0.7em;
}
.buildList li {
	display: inline-block;
	list-style: none;
	margin-left: -1em;
	margin-bottom: 0.5em;
}
#tcd_contact_form .text01 {
	margin-bottom: 0.5em;
}
#tcd_contact_form .text01 span:first-child,
#tcd_contact_form .text02 span {
	margin-left: 0.3em;
}
/* 404 */
#error404 {
	display: table;
	width: 100%;
	height: 100vh;
	background: url("images/slider02.jpg")no-repeat center center;
	background-size: cover;
	position: relative;
}
#error404:before {
	content: '';
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#error404 #inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#error404 strong {
	font-size: 100px;
	font-weight: bold;
	color: #fff;
}
#error404 p {
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
}
@media all and (max-width: 1030px) {
	/* 404 */
	#error404 {
		background: url("images/slider02_mobile.jpg")no-repeat center top;
		background-size: 100%;
	}
	#error404 strong {
		font-size: 70px;
	}
	#error404 p {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	/* 404 */
	#error404 strong {
		font-size: 50px;
	}
	#error404 p {
		font-size: 18px;
	}	
}
@media all and (max-width: 500px) {
	/* 404 */
	#error404 strong {
		font-size: 40px;
	}
	#error404 p {
		font-size: 14px;
	}	
}
/* 共通パーツ */

@media screen and (max-width:800px) {
  .styled_h3 {
	  font-size:19px;
	}
}


