@charset "utf-8";
/*===== RESPONSIVE =====*/
.sm {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
  img {
    width: 100%;
  }
}
/*===== COMMON =====*/
.ie br {
  opacity: 0;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hide {
  display: none;
  visibility: hidden;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.ie .text-justify {
  text-justify: distribute;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  display: block;
}
.img-inline {
  display: inline-block;
}
@media only screen and (min-width: 751px) {
  .trans:hover {
    opacity: .7;
  }
}
.container {
  overflow: hidden;
}
.container.initial {
  overflow: inherit;
}
@media only screen and (min-width: 751px) {
  .container {
    position: relative;
    min-width: 1235px;
  }
}
.wrapper {
overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 751px) {
  .wrapper {
    width: 1055px;
    padding: 0 0 0 45px;
  }
}
.pin-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bgd-news {
  background-color: #1bbdc5;
}
.bgd-product {
  background-color: #0e6ebe;
}
.bgd-event {
  background-color: #f29100;
}
.btn-border {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 0;
  border: solid 2px #0071be;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #0071be;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (min-width: 751px) {
  .btn-border:hover {
    background-color: #dff1fc;
  }
}
.btn-to-top {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1000;
}
.btn-to-top a {
  display: block;
  width: 41px;
  height: 42px;
  padding: 0 6px;
  background-color: white;
  border: solid 1px #0071be;
}
.btn-to-top .fa-angle-up {
  margin-top: -4px;
}
.btn-to-top .fa-angle-up:before {
  color: #0071be;
  font-size: 44px;
}
@media only screen and (min-width: 751px) {
  .btn-to-top {
    right: 41px;
    top: -42px;
  }
  .btn-to-top.abs {
    position: absolute;
    top: -42px;
    bottom: auto;
  }
  .btn-to-top a {
    background-color: #0071be;
  }
  .btn-to-top a:hover {
    background-color: #ededed;
    border-color: #ededed;
  }
  .btn-to-top a:hover .fa-angle-up:before {
    color: #888;
  }
  .btn-to-top .fa-angle-up:before {
    color: white;
  }
}
@media only screen and (min-width: 751px) {
  .link-right-fixed {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 1000;
    width: 41px;
    background-color: #1bbdc5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .link-right-fixed:hover {
    background-color: #666;
  }
  .edge .link-right-fixed,
  .ie .link-right-fixed {
    height: 278px;
  }
  .link-right-fixed .icon-arrow {
    position: absolute;
    bottom: 13px;
    left: 50%;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: url('../img/icon_arrow_circle.png') no-repeat;
    background-size: 100% 100%;
  }
  .link-right-fixed .inner {
    display: block;
    padding: 14px 13px 38px;
    position: relative;
  }
  .link-right-fixed .inner span {
    display: block;
    color: white;
    font-size: 16px;
    letter-spacing: .8px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
}
@media only screen and (max-height: 600px) {
  .link-right-fixed {
    top: auto;
    bottom: 0
  }
}



.bold {font-weight: bold;}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width:100%;
	padding:14px 5px;
	border:1px solid #cccccc;
	box-sizing:border-box;
	border-radius:5px;
	font-size:14px;
	
}
input[type='tel'] {
	width:150px;
}

textarea {
	width:100%;
	height:100px;
	
}
label {
	padding:5px 0;
}

input[type='text'][name='your-name'],
input[type='text'][name='your-name-f'],
input[type='email'],
input[type='text'][name='companyname'] {
	width:300px;
}

input[type='number'] {
	margin:0;
	padding:8px;
	width:80px;
	box-sizing:border-box;
	border-radius:5px;
	font-size:12px;
	border:1px solid #cccccc;
}

select {
	width:100%;
	border:1px solid #cccccc;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-indent: 0;
		text-overflow: "";
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-radius:5px;
		background:url(../img/arrow_bottom.png) right center no-repeat #ffffff;
		cursor: pointer;


}


/*画像リンクのhover透過*/
a img{
-moz-opacity:1;
opacity:1;
filter: alpha(opacity=100);
}
a:hover img{
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
} 

