@charset "utf-8";
/*
Template:k-keiyo
Theme Name:k-keiyo-child
Theme URI:https://www.k-keiyo.co.jp/
Description:k-keiyo
Author:AIOSL
Author URI:https://corp.aiosl.jp/
Version:1.3.8
*/
/*frontpage*/
.cb_box_content .box_content .content_bottom {
	height: 400px;
}
/*社員紹介*/
.interview_design_content .catch_area {
    width: calc(40% - 35px);
}
.interview_design_content .desc {
	line-height: 2;
	flex-basis: 60%;
}
@media screen and (max-width: 750px) {
	#interview_header_inner .catch {
		bottom: 100%;
	}
}
/*採用*/
.post_content ul.check{
	list-style:none;
	margin-bottom: 0;
}
.post_content ul.check li{ 
	position:relative;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 8px;
}
.post_content ul.check li:before{
	position:absolute;
	content:"";
	width:7px;
	height:14px;
	border-right:4px solid #CC1300;
	border-bottom:4px solid #CC1300;
	display:inline-block;
	left:-1.5em;
	top:0.2em;
	transform:rotateZ(45deg);
}
.dc1_content .item .desc {
	line-height: 2;
}
.interview_list .job {
	padding: 0 8px;
}
/*グラフ*/
.chart {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 60px;
}
.post_content .chart h4.styled_h4 {
	margin-bottom: 0 !important;
}
/*フッター*/
.include_fbn .footer_bn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto;
	width: 100%;
    max-width: 600px;
}
.include_fbn .footer_bn li {
	flex: 1;
}
.include_fbn .footer_bn li img {
	max-height: 100px;
	height: auto;
	width: auto;
}
/*COMMON*/
.post_content p {
	line-height: 2;
    margin-bottom: 1em;
}
.post_content h4.styled_h4 {
    font-size: 22px !important;
    text-align: left;
    color: #000000;
	padding: 0 !important;
    border: none  !important;
}
.post_content h5.styled_h5 {
    font-size: 20px !important;
    border-bottom: 2px solid #366fc7;
    padding: 6px !important;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}

.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #366fc7;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #fff;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #0047a5;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #366fc7 !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #0047a5 !important;	
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
#page_content .post_content .wpcf7 {
	padding: 0;
	margin: 0;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c{
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
.post_content table ul, .post_content table ol, .post_content table dl, .post_content table p:last-child, .post_content table td dd:last-child {
	margin-bottom: 0;
}
.post_content table h6 {
	margin-top: 15px;
}
/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
    .post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content h2.styled_h2 {
	background: #366fc7 !important;
	font-size: 24px !important;
	padding: 10px 15px 10px 15px !important;
}
@media screen and (max-width: 767px) {
	.post_content h2.styled_h2 {
		font-size: 20px !important;
	}
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}
.bold {
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
}
.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
	margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}
/*PDFリンク表示*/
a[href $='.pdf'] {
    position: relative;
}
a[href $='.pdf']:after {
    position: relative;
	content: url(./images/PDF_24.png);
}
.pb-widget-image a[href $='.pdf']:after{
    position: relative;
	content: none;
}
/*SLIDE*/
#header_slider_catch {
	width: 35%;
}
#header_slider_wrap.type1 #header_slider {
	width: 65%;
}
#header_slider_catch .caption {
	padding: 0 60px;
}
#header_slider .caption .parent .bg_item,
#header_slider .item1 .catch_list .num0 .bg_item {
	background: none !important;
}
#header_slider .caption .parent span {
	font-weight: bold;
}
/*社員紹介*/
.interview_list_wrap .interview_list .catch .parent .bg_item {
	background: none !important;	
}
.interview_list_wrap .interview_list .catch .parent {
	color: #fff;
	padding: 0 !important;
}
.interview_list_wrap .interview_list .job {
	top: auto;
	bottom: 40px;
    color: #fff;
    background: none;
	bottom: 40px;
	width: 100%;
	text-align: left;
	padding: 0 30px !important;
   -webkit-transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0s; 
   transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0s; 
}
.interview_list a:hover .job { opacity:0; }
@media screen and (max-width: 550px) {
	.interview_list_wrap .interview_list .job {
		bottom: 135px;
		background: none;
		width: 100%;
		text-align: left;
		padding: 0 0 0 20px !important;
		box-sizing: border-box;
		line-height: 1.2;
	}
}