@charset "UTF-8";

/* Header
--------------------------- */
.header {
  background-image: url(i/bg_header_global.png);
  background-position: 0 27px;
}
  .header__body {
    position: relative;
    padding: 25px 0 77px;
  }
    .header__body__logo {
      max-width: 360px;
      position: absolute;
      top: 25px;
      left: 0;
    }
    .header__body__left {
      float: none;
      max-width: 430px;
      padding: 0 14px;
      position: absolute;
      bottom: 32px;
      left: 0;
    }
@media screen and (max-width: 950px) {
  .header {
    background-image: none;
  }
    .header__body {
      position: relative;
      padding: 0;
    }
    .header__body__logo {
      position: absolute;
      top: 5px;
      left:5px;
    }
    .header__body__logo img{
		width:240px;
		height:100%;
    }
      .header__body__left {
        position: static;
        max-width: 100%;
        padding: 10px 60px 10px 15px;
        background: #fff;
      }
  .logo{

  }
    .logo a:before {

    }
}

/* Link
--------------------------- */
.linkList > li > a[href*=".pdf"],
.linkList > li > a[href*=".PDF"]{
  padding-left: 2.16667em;
}
.linkList > li > a.download {
  padding-left: 2.16667em;
}
  .linkList > li > a.download:before {
    content: "\e90b";
    top: 0;
    font-size: 133.33333%;
    line-height: 100%;
  }

/* btn
--------------------------- */
.btn.for-external {
  padding: 11px 35px 11px 44px;
}
.btn.for-external:before{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  left: 20px;
}

/*
formTable In Left Column
--------------------------- */
.content__body__left .formTable th{
  width: 200px;
}
@media screen and (max-width: 720px) {
  .content__body__left .formTable th{
    width: auto;
  }
}

/*
line up area
--------------------------- */

.lineuparea {
    background-image: linear-gradient(-90deg, #1677d9, #75C3FF); 
	background-size:100% auto;
	padding:100px 0 60px 0;
	margin-top:-60px;
}

@media screen and (max-width: 1250px) {
.lineuparea {
	background-image: linear-gradient(-90deg, #1677d9, #75C3FF);
	background-size: auto 100%;
}
}

.lineuparea .linkBox__item a,
.lineuparea .linkBox__item a {
	background:#fff;
	padding-bottom:8px;
}

.lineuparea .linkBox__item .title,
.lineuparea .linkBox__item .title {
	margin:8px 0 0 10px;
}
.lineuparea .pc {
	height:290px;
}
.lineuparea .pc .btn,
.topCrane .pc .btn {
	padding:12px 80px;
}

.lineuparea .pc h2,
.topCrane .pc h2 {
	padding-top:70px;
}

.topicsarea .main__body,
.topCrane .main__body {
	position:relative;
}

.lineuparea .simbol {
	position:absolute;
	top:-50px;
	right:0px;
}

/*
what's new
--------------------------- */
.whats_new_h2{
	margin:100px 0 0 0;
}