.form {
	margin: 30px;
	color: #333;
	font-size: 1.5rem;
}
::-webkit-input-placeholder {
  color: #CCC;
}
::-moz-placeholder {
  color: #CCC; opacity: 1;
}
:-ms-input-placeholder {
  color: #CCC;
}

.required {
	color: #ff0000;
}
.exa {
	padding: 5px;
	color: #a9a9a9;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	position: relative;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #dcdcdc;
}
.form dl dt {
	/*position: absolute;*/
	width: 30%;
	float: left;
	/*padding: 5px 10px 10px 10px;*/
	font-size: 14px;
}
.form dl dd {
	width: 68%;
	float: right;
	margin-bottom: 0;
	font-size: 14px;
	line-height:normal;
}
.form dl dd textarea, .form dl dd .txt {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	/*font-size: 1.5rem;*/
}
.form dl dd textarea {
	width: 90% !important;
	height: 100%;
}
.form dd .ina {
	ime-mode: disabled;
}
.chra li {
	margin-left: 10px;
}
.ctSelect {
	background: url(../img/arrow.png) right center no-repeat;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem !important;
}
.customSelectInner {
	width: 100% !important;
}
.clip {
	line-height: 30px;
}
.kakunin {
	width: 320px;
	display: table;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.kakunin li {
	margin: 0 10px;
}

.form th {
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
}
.form td {
	text-align: left;
}
.msg {
	color: #ff0000;
}

@media screen and (max-width: 768px) {
.form h1, .form dl dd textarea, .form dl dd .txt, .btn_reset, .btn_submit {
	font-size: 1.0rem;
}
.form {
	margin: 10px;
	font-size: 1.5rem;
}
h1 {
	padding: 5px 0 3px;
}
.exa {
	padding: 5px 20px;
	color: #a9a9a9;
}
.form dl {
	width: 100%;
	padding: 15px 0 0 0;
	border: none;
}
.form dl dt {
	float: none;
	position: static;
	width: 100%;
}
.form dl dd {
	float: none;
	width: 100%;
}
.form dl dd textarea, .form dl dd .txt {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.chra li {
	margin-left: 20px;
}
.ctSelect {
	margin-left: 20px;
}
.clip {
	margin-left: 20px;
}
.kakunin {
	width: 300px;
}
.btn_reset {
	width: 130px;
}
.btn_submit {
	width: 130px;
}
}


.mwform-radio-field {
    float: left;
    width: 150px;
	margin-left: 10px;
	height: 30px;
}

.submit-btn input {
	background: #FFB100;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #FFB100 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #BC8300;
}




@media screen and (max-width: 768px) {
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}



h3.product{
	position: relative;
	background: #8BBD3B;
	box-shadow: 0px 0px 0px 5px #8BBD3B;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	margin: 5px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.7em;font-weight: bold;
}

h3.product:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
h3.product span {
  display: block;
  margin-bottom: -3px;
  color: #333;
  font-size: 0.6em;
}

h3.company {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.5em;font-weight: bold;
  padding: .55em 1em;
  border: 1px solid #ccc;
  border-bottom: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}




h4.product{
position: relative;
border-top: solid 2px #2196F3;
border-bottom: solid 2px #2196F3;
background: #61b9ff;
	font-size: 1.3em;
color: #D32527;
	font-weight: bold;
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;
line-height: 1.4;
padding: 1.2em 0.5em;
margin: 2em 0 0.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

h4.product:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #2196F3;
	text-shadow: none;
	font-weight: normal;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }

h4.tokutyo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.5em;
	text-align: center;
	font-size: 1.5em;
}

h4.tokutyo:before{ 
	font-family: FontAwesome;/*忘れずに*/
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.5em;/*サイズ*/
	margin-left: -25px;
/*left: 0;/*アイコンの位置*/
/*top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/

}


h4.rinen {
  position: relative;
  padding: 0 0 .5em 2em;
  border-bottom: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
h4.rinen::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #8BBD3B;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}


/*製品仕様*/
table.spec {
  border: none;
  border-collapse: collapse;
  width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
table.spec th,
table.spec td {
	/*
  border-left: 1px solid #999;
  border-bottom: none;*/
	border: none;
  padding: 10px;
	text-align: center;
}
table.spec td.buzai{
	font-weight: bold;
	font-size: 18px;
	color: #615449;
}
table.spec th {
  background-color: #B7A48C;
  text-align: center;
}
table.spec td {
	background: #f3f3f3;
}
table tr:nth-child(2n) td {
    background: #fff;
}

@media screen and (max-width: 400px) {
  table.spec  {
    border: none;
  }
  table.spec thead {
    display: none;
  }
  table.spec tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table.spec td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
	  border-left: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table.spec td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

table.spec2 {
  border: 1px #eee solid;
  border-collapse: collapse;
  width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
table.spec2 th,
table.spec2 td {

  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 10px;
	text-align:left;
}
table.spec2 th{
	background-color: #A62A2C;
	color: #FFFFFF;
}


/*メニューバー　シャドウ*/
.l-header.is-active {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

/*会社概要*/
table.gaiyo {
  border-collapse: collapse;
  width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
table.gaiyo  th,
table.gaiyo  td {
  padding: 10px;
  border: 1px solid #999;
	word-break : break-all;
}
table.gaiyo  th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 768px) {
  table.gaiyo  {
    border-top: 1px solid #999;
  }
  table.gaiyo  td {
    display: block;
    text-align: center;
  }
  table.gaiyo  th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}


/*ご注文・お見積り*/
table.order_link{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: #43bcde solid 1px;
}
table.order_link th {
	background: #85B200;
	color: #ffffff;
	text-align: left;
}
table.order_link td {
	border: none;
	border-bottom: dotted #A0A0A0 1px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5rem;
}
table.order_link td img{
	max-width: 300px;
}
table.order_link td.form {
	background-color: #B1EEF5;
	height: 100px;	
}
.order_font{
	font-size: 1.5rem;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	line-height: 2rem;
	color: #e03a3a;
	/*
	text-shadow: 
    #d29963 2px 0px,  #d29963 -2px 0px,
    #d29963 0px -2px, #d29963 0px 2px,
    #d29963 2px 2px , #d29963 -2px 2px,
    #d29963 2px -2px, #d29963 -2px -2px,
    #d29963 1px 2px,  #d29963 -1px 2px,
    #d29963 1px -2px, #d29963 -1px -2px,
    #d29963 2px 1px,  #d29963 -2px 1px,
    #d29963 2px -1px, #d29963 -2px -1px;
	*/
}
.tel_font{
	font-size: 1.5rem;
	font-family: "Noto Sans Japanese";
	font-weight: 700;
	line-height: 1.5rem;
	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: #03A9F4;
}
@media all and (min-width: 767px) {
  .order_font{
	font-size: 2rem;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	  line-height: 2rem;
  }
  .tel_font{
	font-size: 2rem;
	font-family: "Noto Sans Japanese";
	font-weight: 700;
	  line-height: 1.5rem;
}
}

@media all and (max-width: 350px) {
  .order_font{
	font-size: 1.2rem;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	  line-height: 1rem;
  }
  .tel_font{
	font-size: 1.2rem;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	  line-height: 0.8rem;
}
}

.order_btn{
    display: inline-block;
    padding: 1.5em 1em;
    text-decoration: none;
    background: #DD3F3F;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #bd6565;
    border-radius: 3px;
	width: 90%;
	max-width: 500px;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
}
.order_btn_font{
	font-family: "Noto Sans Japanese";
	font-weight: 900;
    color: #FFF;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.order_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
@media all and (max-width: 430px) {
  .order_btn_font {
    font-size: 1.0rem;
  }
}



/*ご注文・お見積り手順*/
h2.tejyun_h {
position: relative;
color: #158b2b;
font-size: 2rem;
padding: 10px 0;
text-align: center;
margin: 2em 0;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
}
h2.tejyun_h:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 75px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media all and (max-width: 400px) {
  h2.tejyun_h {
    font-size: 1.5rem;
  }
  h2.tejyun_h:before {
	  height: 60px;
	}
}


table.tejyun{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
table.tejyun th {
	background: #85B200;
	color: #ffffff;
	text-align: left;
	font-family: "Noto Sans Japanese";
font-weight: 700;
	font-size: 18px;
}
table.tejyun td {
	color: #333;
}


.column {
  	width: 100%;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media all and (min-width: 768px) {
  .wrapper {
    display: flex;
  }
}



/*お問い合わせはこちらから*/
.contactfor{
	text-align: center;
	font-size: 2.0em;
	font-weight: 900;
	margin-top: 50px;
}
@media all and (max-width: 400px) {
  .contactfor {
    font-size: 1.5em;
  }
}


h3.order_h {
position: relative;
/*
font-family: "Noto Sans Japanese";
font-weight: 900;
*/
padding: 5px 5px 5px 42px;
background: #4c4334;
font-size: 18px;
color: white;
margin-left: -33px;
line-height: 1.3;
z-index:-1;
	margin-bottom: 0px;
	margin-top: 25px;
}
h3.order_h:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
border: none;
border-left: solid 40px white;
border-bottom: solid 79px transparent;
z-index:-2
}
h3.order_h span {
	font-size: 12px;
	font-weight: normal;
}


/*トップページお知らせ*/
.styled_post_list2 { }
.styled_post_list2 li { margin:0; padding:0; }
.styled_post_list2 li:last-child { margin:0; }
.styled_post_list2 a { display:block; width:100%; height:100px; overflow:hidden; background:#fff !important; position:relative; }
.styled_post_list2 .image_wrap { float:left; display:block; width:100px; height:100px; position:relative; z-index:1; overflow:hidden; }
.styled_post_list2 .image { width:100%; height:100px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list2 .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list2 .title_area {
  width:calc(100% - 100px); height:100px; float:left; border:1px solid #ddd; border-left:none; border-bottom:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list2 li:last-of-type .title_area { border-bottom:1px solid #ddd; }
.styled_post_list2 .title_area_inner {
  position:absolute; padding:0 18px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.styled_post_list2 .title {
  margin:3px 0 0 0; font-size:14px; line-height:1.6; max-height:4.8em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list2 .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.styled_post_list2 .date {
  font-size:12px; color:#999;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list2 a:hover .title { color:#666; }
.styled_post_list2 .title_area2 {
    width: calc(100%);
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    
    border-bottom: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.styled_post_list2 li:last-of-type .title_area2 { border-bottom:1px solid #ddd; }

.styled_post_list2 a {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #fff !important;
    position: relative;
}

.archive_link2 {
    display: block;
    font-size: 14px;
    width: 100%;
    /* position: absolute; */
    right: 0px;
    top: 0px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.archive_link2:after {
    font-family: 'design_plus';
    content: '\e910';
    font-size: 12px;
    top: 1px;
    position: relative;
    margin: 0 0 0 12px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.news_h{
	background-color: #00a7ce;
	color: #FFFFFF;
	font-size: 22px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#cb_content_3{
	background-color: #f4f0e8;
}
.num4 .cb_catch {
    font-size: 38px;
}
@media screen and (max-width: 750px){
.num4 .cb_catch {
    font-size: 24px;
}
}
.num4 .cb_headline {
    font-size: 14px;
    color: #00a6cc;
}



.n_left {
	width: 15%;
    float: left;
	color: #fff;
    background-color: #00A6CC;
	height: 60px;
	line-height: 60px;
	text-align: center;
    
    font-size: 14px;
}


h4.title {
    text-overflow: ellipsis;
overflow:hidden
white-space: nowrap;
  }
