@charset "utf-8";
.p_anchor {
  margin-top: -80px;
  padding-top: 80px;
}
/*---------------------------------------
*
* home
*
---------------------------------------*/
#home_fv {
  height: 100vh;
  height: -webkit-calc(100vh - 120px);
  height: calc(100vh - 120px);
  width: 100%;
  max-height: 1340px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: -80px;
}
#home_fv .slides {
  position: absolute;
  width: 100%;
  height: 100%;
}
#home_fv .slides:not(:first-child) {
  display: none;
}
#home_fv .particleground_pc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
#home_fv .fv_content {
  background: rgba(14, 182, 224, 0.2);
  box-sizing: border-box;
  width: 100vw;
  height: 500px;
  display: block;
  padding: 80px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
#home_fv .fv_content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-height: 100%;
}
#home_fv h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media (max-width: 998px) {
  #home_fv .fv_content img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  #home_fv {
    box-sizing: border-box;
  }
  #home_fv .fv_content {
    width: 100%;
    background: none;
    padding: 25px;
  }
  #home_fv .fv_content {
    padding: 30px;
  }
  #home_fv .fv_content img {
    max-height: 400px;
    width: auto;
  }
}

@media (max-width: 576px) {
  #home_fv {
    height: 100vh;
    max-height: 100%;
    width: 100%;
    margin-top: 0px;
  }
  #home_fv .fv_content {
    width: 80%;
  }
  #home_fv .fv_content img {
    height: auto;
    max-height: 100%;
    width: 100%;
  }
  #home_fv .fv_content img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*---------------------------------------
*
* home sec1
*
---------------------------------------*/
#home #sec1 {
  background: url(/products/lpwa/assets/images/sigfox/sec1_bg_l.jpg) left center
      no-repeat,
    url(/products/lpwa/assets/images/sigfox/sec1_bg_r.jpg) right center
      no-repeat;
  background-size: contain;
}
#home #sec1 p {
  text-align: center;
  font-size: 1.4rem;
}
#home #sec1 .font_big {
  margin-bottom: 30px;
}
#home #sec1 .wave {
  margin-bottom: 40px;
}
#home #sec1 .wave svg {
  width: 127px;
  height: 91px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  fill: #0eb6e0;
}
#home #sec1 .wave .cls-2,
#home #sec1 .wave .cls-3,
#home #sec1 .wave .cls-4 {
  animation: fadeIn 3s infinite;
  opacity: 0;
}
#home #sec1 .wave .cls-2 {
  animation-delay: 0.5s;
}
#home #sec1 .wave .cls-3 {
  animation-delay: 1s;
}
#home #sec1 .wave .cls-4 {
  animation-delay: 1.5s;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  #home #sec1 {
    background: none;
  }
}

@media (max-width: 768px) {
  #home #sec1 br {
    display: none;
  }
}
/*---------------------------------------
*
* home sec2
*
---------------------------------------*/
#home #sec2 {
  background: url(/products/lpwa/assets/images/sigfox/sec2_bg.jpg);
}
#home #sec2 .font_big {
  text-align: center;
  margin-bottom: 60px;
}
#home #sec2 .case {
  margin-bottom: 20px;
  position: relative;
}
#home #sec2 .case.case1:before {
  background: url(/products/lpwa/assets/images/sigfox/case1.png) no-repeat;
}
#home #sec2 .case.case2:before {
  background: url(/products/lpwa/assets/images/sigfox/case2.png) no-repeat;
}
#home #sec2 .case.case3:before {
  background: url(/products/lpwa/assets/images/sigfox/case3.png) no-repeat;
}
#home #sec2 .case.case4:before {
  background: url(/products/lpwa/assets/images/sigfox/case4.png) no-repeat;
}
#home #sec2 .case.case5:before {
  background: url(/products/lpwa/assets/images/sigfox/case5.png) no-repeat;
}
#home #sec2 .case.case6:before {
  background: url(/products/lpwa/assets/images/sigfox/case6.png) no-repeat;
}
#home #sec2 .case.case7:before {
  background: url(/products/lpwa/assets/images/sigfox/case7.png) no-repeat;
}
#home #sec2 .case.case8:before {
  background: url(/products/lpwa/assets/images/sigfox/case8.png) no-repeat;
}
#home #sec2 .case.case9:before {
  background: url(/products/lpwa/assets/images/sigfox/case9.png) no-repeat;
}
#home #sec2 .case.case1:before,
#home #sec2 .case.case2:before,
#home #sec2 .case.case3:before,
#home #sec2 .case.case4:before,
#home #sec2 .case.case5:before,
#home #sec2 .case.case6:before,
#home #sec2 .case.case7:before,
#home #sec2 .case.case8:before,
#home #sec2 .case.case9:before {
  position: absolute;
  content: "";
  width: 115px;
  height: 43px;
  left: 12px;
  top: -5px;
}
#home #sec2 .inner {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#home #sec2 .comment_box {
  box-sizing: border-box;
  background: #fff;
  display: block;
  padding: 30px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#home #sec2 .comment_box p {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 300;
}
#home #sec2 .case .box {
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
#home #sec2 .case .box p {
  padding: 10px 0;
}

@media (max-width: 768px) {
  #home #sec2 .font_big br {
    display: none;
  }
  #home #sec2 .font_big {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  #home #sec2 .case .box p {
    padding: 10px 0;
    font-size: 75% !important;
  }
  #home #sec2 .comment_box p {
    margin: 0;
    padding: 0;
    line-height: 24px;
  }
}
/*---------------------------------------
*
* home sec3
*
---------------------------------------*/
#home #sec3 h2 {
  padding-top: 30px;
  margin-bottom: 40px;
  font-size: 3rem;
}
#home #sec3 h2 span {
  font-size: 100%;
  display: block;
}
#home #sec3 p {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  #home #sec3 h2 {
    text-align: center;
  }
}
/*---------------------------------------
*
* home sec4
*
---------------------------------------*/
#home #sec4 {
  background: #f1f1f1;
}
#home #sec4 h2 {
  padding-top: 30px;
  margin-bottom: 40px;
  font-size: 3rem;
}
#home #sec4 h2 span {
  font-size: 100%;
}
#home #sec4 h3 {
  border-left: #718cc7 10px solid;
  background: #fff;
  font-size: 120%;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#home #sec4 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home #sec4 ol li {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 20px;
}
#home #sec4 ol li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-left: -20px;
  margin-right: 5px;
  color: #718cc7;
}

@media (max-width: 768px) {
  #home #sec4 h2 br {
    display: none;
  }
  #home #sec4 h2 {
    text-align: center;
  }
  #home #sec4 ol {
    margin-bottom: 20px !important;
  }
}
/*---------------------------------------
*
* home sec5
*
---------------------------------------*/
/*
#home #sec5 h2 {
	margin-bottom: 80px;
}
#home #sec5 .box {
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.30);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.30);
	box-shadow: 0 0 5px rgba(0,0,0,.30);
	display: block;
	padding: 25px 30px;
	margin-bottom: 20px;
}
#home #sec5 .box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#home #sec5 .box figure {
	margin: 0;
	padding: 0;
}
#home #sec5 .box figcaption {
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.30);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.30);
	box-shadow: 0 0 5px rgba(0,0,0,.30);
	display: block;
	padding: 25px 30px;
	margin-top: 15px;
	text-align: center;
	font-weight: normal;
}
#home #sec5 p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#home #sec5 .inner {
	width: 255px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:998px) {
#home #sec5 .box figcaption br, #home #sec5 .nont_998 {
	display: none !important;
}
#home #sec5 .blocl_998 {
	display: block;
}
#home #sec5 .blocl_998 {
	display: block;
}
}

@media (max-width:768px) {
#home #sec5 h2 {
	margin-bottom: 40px;
}
}

@media (max-width:576px) {
#home #sec5 .inner {
	width: 100%;
}
}
*/
.catalog_btn {
  background: rgba(46, 168, 225, 1);
  color: #fff !important;
  font-weight: bold;
  display: block !important;
  width: 350px;
  padding: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
  transition: 0.5s;
}
.catalog_btn:hover {
  background: rgba(46, 168, 225, 0.5);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 576px) {
  .catalog_btn {
    width: 100%;
  }
}
/*---------------------------------------
*
* sigfox
*
---------------------------------------*/
#sigfox {
  margin-top: 30px;
}
#sigfox h2 {
  margin: 0 !important;
  padding: 0 !important;
}
#sigfox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#sigfox p {
  text-align: center;
}

@media (max-width: 768px) {
  #sigfox img {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #sigfox {
    margin-top: 15px;
  }
  #sigfox img {
    margin-bottom: 15px;
  }
}
/*---------------------------------------
*
* 181024 product_list
*
---------------------------------------*/
#product_lists {
  border-bottom: #ddd 1px solid;
  padding-top: 60px;
  padding-bottom: 60px;
}
#product_lists h2 {
  text-align: center;
  margin-bottom: 4rem;
}
#product_lists ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#product_lists ul li {
  font-size: 1.4rem;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: center;
}
#product_lists ul li span {
  display: block;
  text-align: center;
  height: 7.5rem;
}
#product_lists ul li .btn {
  background: #005bac;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  transition: 0.3s;
}
#product_lists .cont_footer {
  padding-left: 10px;
  padding-right: 10px;
}
#product_lists ul li .btn:hover {
  background: rgba(0, 91, 172, 0.5);
}

@media (max-width: 768px) {
  #product_lists {
    padding-bottom: 30px;
  }
  #product_lists h2 br {
    display: none;
  }
  #product_lists ul,
  #product_lists ul li {
    display: block;
    width: 100%;
  }
  #product_lists ul li {
    border-bottom: #ddd 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #product_lists .img_block {
    float: left;
    width: 100px;
    margin-right: 15px;
    display: inline;
  }
  #product_lists .body {
    width: auto;
  }
  #product_lists ul li span {
    display: block;
    text-align: left;
    height: auto;
    padding-bottom: 15px;
  }
}
/*---------------------------------------
*
* 181024 product_detail
*
---------------------------------------*/
/*
.product_detail h3 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
    display: block;
    padding: 15px;
    border-radius: 4px;
    border: #ddd 1px solid;
}
.product_detail h3 span.border {
    border-left: #4553a3 5px solid;
    font-size: 100%;
    padding-left: 10px;
}
.product_detail h3 span.sp_br {
    font-size: 100%;
    margin-left: 10px;
}
.product_detail .detai_header p {
    font-size: 1.6rem !important;
    text-align: left !important;
    margin: 0;
    padding: 15px 0 !important;
    padding-left: 30px !important;
    font-weight: 600;
}
.product_detail h4 {
    font-size: 1.8rem !important;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.8rem !important
}
.product_detail h4 span {
    background: #fff;
    font-size: 1.8rem;
    margin-left: 10px;
    display: inline-block;
}
.product_detail img {
    box-shadow: 0 0 3px rgba(0,0,0,.20);
}
.product_detail h4:after {
    background: #ddd;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
}
.product_detail h5 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    margin-top: 1rem
}
.product_detail h5:before {
    font-family: FontAwesome;
    content: "\f138";
}
.product_detail h5 + p {
    font-size: 1.4rem;
    text-align: left !important;
    margin: 0;
    padding: 0;
    padding-left: 15px !important;
}
.product_detail.mb-6 {
    margin-bottom: 6rem
}
.product_detail .size {
    padding-top: 15px;
}
.product_detail .size p {
    text-align: left !important;
}

@media (max-width:768px) {
.product_detail .detai_header p {
    padding-left: 0px !important;
}
.product_detail img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.product_detail h3 span.sp_br {
    display: block;
    border-left: #4553a3 5px solid;
    font-size: 100%;
    padding-left: 10px;
    margin-left: 0
}
}
*/
/*---------------------------------------
*
* 200202 product_detail
*
---------------------------------------*/
.product_detail {
  margin-bottom: 60px;
}
.product_detail_title {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .product_detail_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .product_detail_title {
    padding-top: 40px;
  }
  .product_detail_title.sub {
    padding-top: 0px;
  }
}
.product_detail_title::before {
  background: #2faae4;
  content: "";
  width: 45px;
  height: 6px;
  margin-right: 17px;
}
.product_detail_header {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
  padding: 0 15px;
  border-radius: 4px;
  border: #ddd 1px solid;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_detail_header .product_detail_box h4 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  display: block;
  position: relative;
}
.product_detail_header .product_detail_box h4::before {
  border-radius: 3px;
  background: #2faae4;
  width: 6px;
  height: 45px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_detail_header .product_detail_box h4 span {
  display: block;
  font-size: 22px;
}

@media (max-width: 576px) {
  .product_detail_header .product_detail_box h4 {
    font-size: 3.5vw;
  }
  .product_detail_header .product_detail_box h4 span {
    font-size: 5vw;
  }
}
.product_detail_header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}
.product_detail_header ul li {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .product_detail_header ul {
    display: none;
  }
}
.iconlists {
  display: none;
}

@media (max-width: 576px) {
  .iconlists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .iconlists li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.product_detail_header_comment {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: block;
  padding-top: 25px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .product_detail_header_comment {
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.product_detail .thum {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 576px) {
  .product_detail .thum {
    margin-bottom: 25px;
  }
  .product_detail .thum img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.product_detail h5 {
  border-bottom: #ddd 1px solid;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product_detail .product_detail_spec .item {
  padding-left: 25px;
  margin-bottom: 15px;
}
.product_detail .product_detail_spec h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_detail .product_detail_spec h6::before {
  font-family: FontAwesome;
  content: "\f138";
  margin-left: -25px;
  padding-right: 10px;
}
.product_detail .product_detail_spec p {
  margin: 0;
  padding: 0;
}
.product_detail .product_detail_link {
  border-radius: 3px;
  background: #2faae4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  opacity: 1;
  transition: opacity 0.2s;
  margin-top: 30px;
}
.product_detail .product_detail_link i {
  display: inline-block;
  padding-left: 10px;
}
.product_detail .product_detail_link:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}

@media (max-width: 576px) {
  .product_detail .product_detail_link {
    width: 100%;
  }
}
/*---------------------------------------
*
* map
*
---------------------------------------*/
#map {
  background: url("/products/lpwa/assets/images/sigfox/map_bg.jpg") center
    center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
#map img {
  margin-bottom: 15px;
}
#map p {
  text-align: center !important;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  #map p br {
    display: none;
  }
}
/*---------------------------------------
*
* contact
*
---------------------------------------*/
#home main#contact {
  margin-top: 0px;
}
#contact #fv {
  background: url("/products/lpwa/assets/images/contact/fv.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#contact #fv .ttl_block,
#contact #fv {
  height: 250px;
}
#contact #fv .ttl_block {
  display: block;
  width: 100%;
  position: relative;
}
#contact #fv .ttl_block h1 {
  position: absolute;
  left: 0;
  bottom: 20px;
}
#contact #fv .ttl_block h1 span {
  color: #164d87;
  border-bottom: #164d87 4px solid;
  font-size: 30px;
}
@media (max-width: 768px) {
  #contact #fv .ttl_block h1 span {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #contact #fv .ttl_block,
  #contact #fv {
    height: 200px;
  }
}
#contact section .container {
  width: 900px;
}

@media (max-width: 768px) {
  #contact section .container {
    width: 100%;
  }
}
#contact section .conts {
  border: #ddd 1px solid;
  border-top-color: rgb(221, 221, 221);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: #164d87 4px solid;
  display: block;
  padding: 15px;
  padding-bottom: 15px;
  padding-bottom: 25px;
}
#contact section .conts h2 {
  border-bottom: #164d87 2px solid;
  color: #164d87;
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  #contact section .container {
    width: 100%;
  }
  #contact section .conts h2 {
    font-size: 20px;
  }
}
#contact .flow_block p {
  color: #22abd9;
  font-weight: bold;
  font-size: 14px;
}
#contact .flow_block p span {
  font-size: 18px;
}
#contact .flow_block .flow {
  border: #22abd9 1px solid;
  background: #fff;
  text-align: center;
  padding: 10px 5px;
  display: block;
  font-size: 14px;
}
#contact .flow_block.active .flow {
  background: #22abd9;
  color: #fff;
}
#form .form-group {
  background: #eff7f8;
  margin: 0;
}
#form .form-group.bg_none {
  background: none;
}
#form .form-row {
  border: #a6bddf 1px solid;
  border-bottom: none;
  display: flex;
  vertical-align: middle;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
#form .form-row.last {
  border-bottom: #a6bddf 1px solid;
}
#form .form-col {
  width: 100%;
}
#form .required {
  color: #cc0000;
  margin-left: 10px;
}
#form label {
  margin: 0;
  padding: 0;
}
#form .label {
  background: #eff7f8;
}
#form .input {
  background: #fff;
  padding: 10px;
}
#form [type="text"],
#form [type="tel"],
#form [type="email"],
#form select,
#form textarea {
  border: #ccc 1px solid;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  height: auto;
}
#form textarea {
  width: 100%;
  min-height: 150px;
}
#form [type="radio"] + label:before {
  font-family: FontAwesome;
  content: "\f10c";
}
#form [type="radio"]:checked + label:before {
  font-family: FontAwesome;
  content: "\f192";
}
#form button {
  width: 100%;
  outline: none;
  background: none;
  border: #ccc 1px solid;
  cursor: pointer;
  padding: 14px;
  font-size: 16px;
  transition: 0.5s;
  font-weight: bold;
}
#form .submit {
  background: rgba(22, 77, 135, 1);
  color: #fff;
}
#form .submit:hover {
  background: rgba(22, 77, 135, 0.5);
  color: #fff;
}
#form .return {
  background: #ccc;
  color: #666;
}
#form .return:hover {
  background: rgba(204, 204, 204, 0.5);
  color: #666;
}

#form .infomation,
.c__header .infomation {
  display: block;
  padding: 25px 0;
}
#form .infomation li:before,
.c__header .infomation li::before {
  content: "■";
  color: rgba(22, 77, 135, 1);
  position: absolute;
  left: 10px;
}
#form .infomation li,
.c__header .infomation li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

#form .border {
  border: #5a8ede 2px solid;
  padding: 15px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.c__header .infomation li a{
  margin: 0;
  padding: 0;
  display: inline;
  color: #164d87;
  text-decoration: underline;
}
.c__header .infomation li a:hover {
  text-decoration: none;
}
.help-block ul li {
  color: #cc0000;
}


#form .wmax {
  width: 100%;
}
#form .w150 {
  width: 150px;
}

@media (max-width: 576px) {
  #contact .flow_block .flow {
    font-size: 10px !important;
  }
  #contact .flow_block .flow span {
    display: none;
  }
  #contact .col-4.form_flow_box {
    display: block;
    width: 100%;
    padding: 5px !important;
    margin: 0;
  }
  #form .form-row {
    display: block;
  }
  #form .label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #form [type="text"],
  #form [type="tel"],
  #form [type="email"],
  #form select,
  #form textarea {
    width: 100% !important;
  }
}
.thanks .linkbtn {
  width: 300px;
}

@media (max-width: 576px) {
  .thanks .linkbtn {
    width: 100%;
  }
  .thnks_comments p br {
    display: none;
  }
}
.thanks main#contact {
  margin-bottom: 50px;
}
.sigfon_img {
  max-width: 541px;
  height: auto;
}

/* contact 200715 */
.contact-page #header {
  display: none;
}
@media (max-width: 768px) {
  .contact-page #header {
    display: block;
  }
  .contact-page #header #header_contact,
  .contact-page #header button.drawer-toggle {
    display: none !important;
  }
}
