@charset "UTF-8";

#company_info dl {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
}

#company_info dt {
    float: left;
    width: 100px;
    display: inline;
    margin: 0 0 0px 0;
    line-height: 200%;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 12px 10px 0 0;
}

#company_info dd {
    margin: 0 0 0px 100px;
    line-height: 200%;
    background: #f9f9f9;
    padding: 12px 10px 10px 10px;
    border-top: 1px solid #ddd;
}

/***** 文字位置 *****/
.tR {text-align:right;}
.tC {text-align:center;}
.tL {text-align:left;}
.tT {vertical-align:top;}
.tM {vertical-align:middle;}
.tB {vertical-align:baseline;}
.fL {float: left;}

/***** youtube *****/
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.container img{
  max-width: 100%;
}
.caption{
  margin-top: -20px;

}

.clearimg {
  width:initial;
  width: auto;
}

.boxcenter{
    height: 10em;
    position: relative
}

.boxcenter p{
margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}

 .content {
    margin: 6vw auto 0;
    padding: 0 5.4% 5vw;
    background: #fff;
}

.btn_digital {
    margin:0 auto;
    padding-bottom:20px;
    width:80%;

}


@media screen and (min-width: 700px) {
  .container{
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  .item{
    flex-basis: 49%;
    margin: 0px;
  }

}

}


/* --- お問い合わせフォーム --- */
input[type="text"].wpcf7-text
,input[type="email"].wpcf7-text
,input[type="tel"].wpcf7-text
{
  width: 100%;
}
.wpcf7 input[name="keii_0_text"],
.wpcf7 input[name="keii_1_text"],
.wpcf7 input[name="keii_5_text"],
.wpcf7 input[name="keii_6_text"],
.wpcf7 input[name="keii_11_text"],
.wpcf7 input[name="keii_14_text"]
{
  width: 40%;
}


.wpcf7 input[name="keii_7_text"]
{
  width: 20%;
}

.wpcf7 input[name="zip1"],
.wpcf7 input[name="zip2"],
.wpcf7 input[name="zip3"],
.wpcf7 input[name="zip4"]
{
        width: auto;
}

.wpcf7 input[name="age"]
{
  width: 10%;
}

span.wpcf7-not-valid-tip {
	color: #FFA500;
	display: inline;
}

div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:14px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }


/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #D9EDF7; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 120%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: red;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}


/* for Webkit */
input::-webkit-input-placeholder{
    color: #d2d2d2;
    font-size: 0.9em;
}

/* for Firefox */
input::-moz-placeholder{
    color: #d2d2d2;
    font-size: 0.9em;
}

/* for Firefox 18以前 */
input:-moz-placeholder{
    color: #d2d2d2;
    font-size: 0.9em;
}

/* for Windows IE */
input:-ms-input-placeholder{
    color: #d2d2d2;
    font-size: 0.9em;
}


/* --- その他 --- */
.ul_search{
  text-indent: -0.5em;
}

/* --- 画像リンク --- */
a:hover img { /*明るさ*/
opacity: 0.8;
}

/* --- vimeo --- */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* --- 工場管理セルフチェック --- */
.h6height {
margin-top:10px;
margin-bottom:10px;
}

form[name="frm01"] input[type="radio"]{
margin-left:15px;
}

.gradeswaku{
margin:15px;
}

.grades{
font-family: YakuHanJP,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
font-weight: bold;
font-size: 3rem;
line-height: 1.5;
}

.grades2{
font-family: YakuHanJP,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
font-weight: bold;
color: red;
font-size: 6rem;
line-height: 1.5;
}

.scfeature ul{
	display: flex;
	justify-content: space-between;
}
.scfeature ul li{
	width: calc(100% / 2);
}

.scfeature ul li + li{
	border-left:1px solid #e3e3e3;
}
.scfeature ul li .txt_boxs{
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.scfeature ul{
		display: block;
	}
	.scfeature ul li{
		width: 100%;
		padding: 0 !important;
		margin: 8vw 0 0 !important;
	}
	.scfeature ul li + li{
		border-left:none;
	}

	.scfeature ul li dl dt:before{
		font-size: 2rem;
		margin-right: 2vw;
	}
}
