.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;
}

/*購入者アンケート*/
.form2 {
	margin: 30px;
	color: #333;
	font-size: 1.5rem;
}
.form2 dl {
	position: relative;
	width: 100%;
	padding: 25px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #dcdcdc;
}
.form2 dl dt {
	/*position: absolute;*/
	width: 100%;
	padding: 5px 10px 10px 10px;
	font-size: 18px;
}
.form2 dl dd {
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
}
.form2 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;*/
}
.form2 dl dd textarea {
	width: 90% !important;
	height: 100%;
}
.form2 dd .ina {
	ime-mode: disabled;
}
.form2 dl dd#CheckBox p{
	margin-bottom: 0;
}
.form2 .error{
	clear: both;
}
.form2 span.mwform-checkbox-field{
	float: left;
    width: 200px;
	
}
.form2 span.horizontal-item + .horizontal-item{
	margin-left: 0px;
}
.form2 span.mwform-checkbox-field label{
	padding: 5px;
    border: solid 1px #EEE;
	border-radius: 5px;
    margin: 5px;
    display: inline-block;
    white-space: nowrap;
}
.form2 input[type="checkbox"]:checked + span{
	padding: 10px;
    border: solid 1px #CCC;
    background-color: #E8EEF9;
    box-shadow: 0px 1px 3px #ccc inset;
}

.form2 span.mwform-radio-field{
	float: left;
    width: 200px;
	margin-left: 0px;
	margin-bottom: 25px;

}
.form2 span.horizontal-item + .horizontal-item{
	margin-left: 0px;
}
.form2 span.mwform-radio-field label{
	padding: 5px;
    border: solid 1px #EEE;
	border-radius: 5px;
    margin: 5px;
    display: inline-block;
    white-space: nowrap;
}
.form_yubin{
	margin-bottom: 10px;
	max-width: 300px;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
.form_etc{
	margin: 10px 0px;
	max-width: 300px;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
.month-year-input{
	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;
}
.form2 input[type="radio"]:checked + span{
	padding: 10px;
    border: solid 1px #CCC;
    background-color: #E8EEF9;
    box-shadow: 0px 1px 3px #ccc inset;
}
.quo {
    display: flex;
    flex-wrap: wrap;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.2em 0.5em;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
	margin-bottom: 100px;
}
.quo_left {
  width: 70%;
	line-height: 2;
	font-size: 18px;
	font-weight: 700;
	color: #e82e2e;
	display:table;
    text-align:center;
}
.quo_left div{
  display:table-cell;
  vertical-align:middle;
}
.quo_right {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .quo_left,.quo_right {
    width: 100%;
	  font-size: 14px;
	  text-align: center;
  }
}


.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;
}
.btn_reset {
	width: 130px;
	padding: 5px 0 7px;
	margin-right: 20px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.btn_reset:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}

.btn_submit {
	width: 130px;
	padding: 5px 0 7px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0b4ebd), color-stop(1.00, #0b1a67));
	background: -webkit-linear-gradient(#0b4ebd, #0b1a67);
	background: -moz-linear-gradient(#0b4ebd, #0b1a67);
	background: -o-linear-gradient(#0b4ebd, #0b1a67);
	background: -ms-linear-gradient(#0b4ebd, #0b1a67);
	background: linear-gradient(#0b4ebd, #0b1a67);
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.btn_submit:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
/*
.btn_submit {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    border-radius: 8px;
    border-bottom: solid 5px #1d7fde;
}
.btn_submit:hover {
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
}
*/
.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;
}
.form2 {
	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;
}




@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;
  }
}

/*下矢印*/
.arrow_bottom{
  width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -20px;
	margin-top: 10px;
}
.arrow_bottom::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 15px;
  background: #FFD9EF;
}
.arrow_bottom::after{
  content: "";
  display:block;
  border-top: 70px solid #FFD9EF;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

/*お問い合わせはこちらから*/
.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: #77c3df;
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;
}

/*トップページ*/

/*トップスライダー*/
.left_catch{
	color: #E37A3C;
	font-size: 40px;
	/*text-shadow: 0px 0px 20px #050505;*/
	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;
	margin-bottom: 10px;
}
.left_desc{
	color: #3c981e;
	font-size: 20px;
	/*text-shadow: 0px 0px 20px #050505;*/
	font-family: "Noto Sans Japanese";
	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;
	font-weight: 900;
	text-align: left;
}

/*安心窓ネットとは*/
.madonet_towa{
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	font-size: 36px;
}
.madonet_towa span {
	color: #8bbd3b;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
}
/*安心窓ネットとは 内容*/
.p-showcase2 {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 580px;
}
.p-showcase2::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h2.tokutyo_top{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	text-align: left;
	font-family: "Noto Sans Japanese";
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 36px;
	counter-increment: titleNum;
}
h2.tokutyo_top:before{
	font-family: "Noto Sans Japanese";
	position: absolute;
	content: counter(titleNum);
	background: #ffca2c;
	color: white;
	font-weight: bold;
	font-size: 24px;
	border-radius: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	top: 18px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h2.tokutyo_top:after {/*吹き出しのちょこんと出た部分*/
	content: '';
	display: block;
	position: absolute;
	left: 30px;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ffca2c;
	top: 18px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h2.tokutyo_top span {
	font-size: 24px;
	color:#FF2327;
	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;
	font-weight: 900;
}

@media all and (max-width: 540px) {
	h2.tokutyo_top{
		padding-left: 45px;
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	h2.tokutyo_top:before{
		font-size: 24px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		top: 18px;
	}
	h2.tokutyo_top:after {/*吹き出しのちょこんと出た部分*/
		left: 30px;
		top: 18px;
	}
	h2.tokutyo_top span {
		font-size: 20px;
	}
}

.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1.5em 2.0em;
    text-decoration: none;
    color: #FFF;
    background: #00bcd4;
    transition: .4s;
  }

.square_btn:hover {
    background: #1ec7bb;
}



/*安心窓ネットとは 内容背景色*/
#cb_01::before {
    display: block;
    background: rgba( 14, 63, 132, 0.7);
}
/*ご注文お見積り 内容背景*/
.p-showcase3 {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.p-showcase3::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-showcase3__inner{
	height: auto;
	text-align: center;
    vertical-align: middle;
}
#top_contact::before {
    display: block;
    background: rgba( 0, 0, 0, 0.4);
}


/*会社案内*/
.font_L{
	font-size: 28px;
	font-weight: 900;
	padding-left: 30px;
}



