@charset "UTF-8";
/*共通css*/
@media only screen and (min-width: 856px) and (max-width: 1150px) {
  .header_area1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}
@media only screen and (min-width: 856px) and (max-width: 1220px) {
  .en_header .header_area1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .en_header .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}
.sidebar_local-nav > h2, .b_page-title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0052a3), color-stop(1.00, #0066cc));
  background: -webkit-linear-gradient(#0052a3, #0066cc);
  background: -moz-linear-gradient(#0052a3, #0066cc);
  background: -o-linear-gradient(#0052a3, #0066cc);
  background: -ms-linear-gradient(#0052a3, #0066cc);
  background: linear-gradient(#0052a3, #0066cc);
}
.top .b_page-title,
.top .b_topic-path,
.solution .b_page-title,
.snap .b_page-title,
.cruise .b_page-title,
.assist .b_page-title{
  display: none;
}
/*パンクズの＞を表示する*/
.b_topic-path span {
  font-size: 0.75rem;
}
.b_topic-path span {
  margin: 0 1.25em;
}
.m_hdg._A h2, .m_hdg._A h3, .m_hdg._A h4, .m_hdg._A h5, .m_hdg._A h6 {
  border-left: 4px solid #0066cc;
  background: #d1e3f7;
  color: #333;
}
.m_hdg._B h2, .m_hdg._B h3, .m_hdg._B h4, .m_hdg._B h5, .m_hdg._B h6 {
  border-left: 4px solid #0066cc;
  background: #f2f2f2;
}
.sidebar_local-nav .nav_list > li a:not([href]) {
  background-color: #d1e3f7;
}
.company_group_lede {
  background: -webkit-linear-gradient(left, #dce9f5, #4f7cb8);
  background: linear-gradient(to right, #dce9f5, #4f7cb8);
  background-color: #dce9f5;
}
.m_listpage_link > li {
  background: #e6e6e6;
}
#l_content.first {
  padding: 0 20px 40px !important;
}
.header_logo .logo {
  margin: 5px 15px 10px 0;
}
.l_product {
  background: #666666;
}
.l_product a {
  color: #fff;
  text-decoration: none;
}
.l_product a:link:hover {
  text-decoration: underline;
}
.l_product p {
  margin: auto;
  padding: 0.4em 20px;
  max-width: 1260px;
  font-size: 1.1rem;
}
.header_search_sp {
  margin-top: 12px;
}
.header_global-nav_sp .nav_button::after {
  -webkit-transform: scale(0.5) rotate(90deg);
  -ms-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
}
.header_utility .company {
  margin-right: 1.25em;
  padding: .2em 8px .2em 30px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  background: no-repeat 10px 50%;
  background-size: 11px 17px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAiCAYAAABbXymAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtABMDjQALiGhsbLQBUoepZGZ0fX39Mpq5eOgZzIJFbDoQf0ITKwBidij7GhBvRpM3BGI3QgZ3APEjNLEMJIMvAHEFmnwmusGjkYc3jEHh9QFNjB2JrQXE5WjyFsQYXEHAMQZQPHjDOA2IhdDwGnLCGB18BeL3aGK/hl9yo2s6RgezgHgKmhg3NQzmJsag0WJztNgcqcXmCDGYcci1jwECDAArliaeJem56AAAAABJRU5ErkJggg==);
}
.header_utility_sp .company {
  padding: 8px 0;
  display: block;
}
.header_utility_sp .contact {
  padding: 4px 0 0;
  border-top: 1px solid #5c5c5c;
  display: block;
}
.sidebar_local-nav > h2, .b_page-title {
  background: #0080d4;
}
.sidebar_local-nav .nav_list > li a:not([href]) {
  background-color: #d1e3f7;
}
.m_hdg .link_sm {
  color: #fff;
}
form input#login {
  margin: 15px 0;
}
/*センター揃え*/
._center {
  text-align: center;
}
._apart {
  margin-top: 4em;
}
._bigger{
font-size:1.3em;
}
.anc_button._conversion {
  background-color: #ff6600;
  font-size: 1.2rem;
}
._left{
text-align: left;
}
._right{
text-align: right;
}
.m_image h1 img{
max-width: 100%;
}
.word{
white-space: nowrap;
}
/*-------------------------------------------------
各事業部専用 css
------------------------------------------------*/
.intro {
 background-image:url(/tellumino/images/title_image_back.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 460px;
}
@media screen and (max-width: 60em) {
.intro{
 background-image:url(/tellumino/images/title_image_back_sp.jpg);
   height: 600px;
}
}
@media screen and (max-width: 30em) {
.intro{
background-size: 150%;
   height: 420px;
}
}
.intro .pad {
  margin: 0 auto;
  max-width: 1260px;
  padding:0 20px;
}
.intro_area{
max-width: 650px;
text-align: center;
padding-top: 5em;
}
.intro_area img{
max-width: 100%;
}
@media screen and (max-width: 60em) {
.intro_area{
padding-top: 3em;
margin: 0 auto;
}
}
.intro_hdg{
font-weight: bold;
color: #0f6fb4;
font-size: 1.3rem;
}
.intro .catch{
font-size: 3rem;
font-weight: bold;
}
@media screen and (max-width: 38em) {
.intro .catch{
font-size: 2.5rem;
}
}
@media screen and (max-width: 30em) {
.intro .catch{
font-size: 1.8rem;
}
}

/*動画*/
.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}