@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	h2用デザイン
----------------------------------------------------------- */
.st_center {
  text-align: center;
  font-size: 1.3em;
  background: url(../images/common/ic_earth.png) center bottom no-repeat;
  -moz-background-size: 28px, 28px;
  -o-background-size: 28px, 28px;
  -webkit-background-size: 28px, 28px;
  background-size: 28px, 28px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1d1d1d;
}
@media print,screen and (min-width: 781px) {
  .st_center {
    font-weight: normal;
    font-size: 2em;
  -moz-background-size: 28px, 28px;
  -o-background-size: 28px, 28px;
  -webkit-background-size: 28px, 28px;
  background-size: 28px, 28px;
    padding-bottom: 35px;
  }
}
@media print,screen and (min-width: 1025px) {
  .st_center {
    font-size: 2.2em;
  }
}

.box_title {
  background: url(../images/common/ic_earth.png) center bottom no-repeat;
    -moz-background-size: 28px, 28px;
  -o-background-size: 28px, 28px;
  -webkit-background-size: 28px, 28px;
  background-size: 28px, 28px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.box_title h2, .box_title h3, .box_title h4 {
  text-align: center;
  font-size: 1.65em;
  line-height: 1.2;
  color: #1d1d1d;
}
.box_title span {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 1.15em;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #8b898a;
  letter-spacing: 2px;
}
@media print,screen and (min-width: 781px) {
  .box_title {
    background: url(../images/common/ic_earth.png) left 1px no-repeat;
    -moz-background-size: 28px, 28px;
  -o-background-size: 28px, 28px;
  -webkit-background-size: 28px, 28px;
  background-size: 28px, 28px;
    padding-bottom: 0;
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .box_title h2, .box_title h3, .box_title h4 {
    font-size: 2em;
    text-align: left;
    display: inline-block;
    padding-right: 30px;
    background: url(../images/common/bg_slash.png) right center no-repeat;
  }
  .box_title span {
    font-size: 1.25em;
    display: inline-block;
    vertical-align: 10%;
    letter-spacing: 0;
  }
}
@media print,screen and (min-width: 1025px) {
  .box_title h2, .box_title h3, .box_title h4 {
    font-size: 2em;
    font-weight: normal;
  }
}
@media print,screen and (max-width: 768px) {
  .box_title {
    padding-left: 0;}
}
/* -----------------------------------------------------------
	h3用デザイン
----------------------------------------------------------- */
.st_basic {
background: url(../images/common/ic_earth.png) left 0px no-repeat;
  -moz-background-size: 20px, 20px;
  -o-background-size: 20px, 20px;
  -webkit-background-size: 20px, 20px;
  background-size: 20px, 20px;
  padding-left: 30px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.18em;
  line-height: 1.1;
  border-bottom: 3px solid #14a1e9;
  color: #1d1d1d;
}

.h_invest {
  padding-left: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.18em;
  line-height: 1.1;
  border-bottom: 3px solid #14a1e9;
  color: #1d1d1d;
}
body#news .st_basic {
  border-bottom: 3px solid #5fc83a;
}
body#service .st_basic,
body#service .h_invest {
  border-bottom: 3px solid #e78931;
}
body#company .st_basic {
  border-bottom: 3px solid #50A2D2;
}
body#ir .st_basic {
  border-bottom: 3px solid #e9c016;
}
body#contact .st_basic {
  border-bottom: 3px solid #f855a9;
}
@media print,screen and (min-width: 781px) {
  .st_basic,
  .h_invest{
    font-size: 1.5em;
  }
}

.st_s {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
  position: relative;
  line-height: 1;
  color: #1d1d1d;
  border-left: 3px solid #14a1e9;
}
body#news .st_s {
  border-left: 3px solid #5fc83a;
}
body#service .st_s {
  border-left: 3px solid #e78931;
}
body#company .st_s {
  border-left: 3px solid #e31a20;
}
body#ir .st_s {
  border-left: 3px solid #e9c016;
}
body#contact .st_s {
  border-left: 3px solid #f855a9;
}
@media print,screen and (min-width: 781px) {
  .st_s {
    font-size: 1.5em;
  }
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
.btn_style {
  border: 2px solid #14a1e9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.btn_style a, .btn_style button {
  background: #5bb1de;
  display: block;
  width: 100%;
  padding: 15px 35px;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #fff;
}
.btn_style a:before, .btn_style button:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -.5em;
  font-size: 1.2em;
  color: #fff;
}
body#news .btn_style {
  border: 2px solid #5fc83a;
}
body#news .btn_style a, body#news .btn_style button {
  background: #84c26e;
}
body#service .btn_style {
  border: 2px solid #e78931;
}
body#service .btn_style a, body#service .btn_style button {
  background: #e09e61;
}
body#company .btn_style {
  border: 2px solid #50A2D2;
}
body#company .btn_style a, body#company .btn_style button {
  background: #50A2D2;
}
body#ir .btn_style {
  border: 2px solid #e9c016;
}
body#ir .btn_style a, body#ir .btn_style button {
  background: #e2c756;
}
body#contact .btn_style {
  border: 2px solid #f855a9;
}
body#contact .btn_style a, body#contact .btn_style button {
  background: #e779b2;
}
body#airline_news .btn_style {
  border: 2px solid #154eb6;
}
body#airline_news .btn_style a, body#airline_news .btn_style button {
  background: #69320e;
}
.btn_style a, .btn_style button {
  height: 100%;
}
@media print,screen and (min-width: 1025px) {
  .btn_style a:hover, .btn_style button:hover {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    background: #14a1e9;
    color: #fff;
  }
  .btn_style a:hover:before, .btn_style button:hover:before {
    color: #fff;
  }
  body#news .btn_style a:hover, body#news .btn_style button:hover {
    background: #5fc83a;
  }
  body#service .btn_style a:hover, body#service .btn_style button:hover {
    background: #e78931;
  }
  body#company .btn_style a:hover, body#company .btn_style button:hover {
    background: #50A2D2;
  }
  body#ir .btn_style a:hover, body#ir .btn_style button:hover {
    background: #e9c016;
  }
  body#contact .btn_style a:hover, body#contact .btn_style button:hover {
    background: #f855a9;
  }
  body#airline_news .btn_style a:hover, body#airline_news .btn_style button:hover {
    background: #154eb6;
  }
}
.btn_style.red {
  border: 2px solid #b0020a !important;
}
.btn_style.red a, .btn_style.red button {
  background: #e31a20 !important;
  color: #fff;
}
@media print,screen and (min-width: 1025px) {
  .btn_style.red a:hover, .btn_style.red button:hover {
    background: #b0020a !important;
  }
}
.btn_style.gray {
  border: 2px solid #717171 !important;
}
.btn_style.gray a, .btn_style.gray button {
  background: #8b898a !important;
  color: #fff;
}
@media print,screen and (min-width: 1025px) {
  .btn_style.gray a:hover, .btn_style.gray button:hover {
    background: #717171 !important;
  }
}
.btn_style.white {
  border: 2px solid #fff !important;
}
.btn_style.white a, .btn_style.white button {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
@media print,screen and (min-width: 1025px) {
  .btn_style.white a:hover, .btn_style.white button:hover {
    color: #e78931 !important;
    background: #fff !important;
  }
  .btn_style.white a:hover:before, .btn_style.white button:hover:before {
    color: #e78931 !important;
  }
}
.btn_style.sub {
  border: 2px solid #1d1d1d;
}
.btn_style.sub a, .btn_style.sub button {
  color: #1d1d1d;
  background: none;
}
@media print,screen and (min-width: 1025px) {
  .btn_style.sub:hover {
    border: 2px solid #1d1d1d;
    color: #fff;
  }
  .btn_style.sub a:hover, .btn_style.sub button:hover {
    color: #fff;
    background: #1d1d1d;
  }
}
