/*CSS for azulclaro - AC*/
/*Common CSS*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
    background-color: #fff;
    color: #585858;
    font-size: 14px;
    line-height: 1.61;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    text-align: left ;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
*, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  ol, ul {
    list-style: none;
  }
  
  blockquote, q {
    quotes: none;
  }
  
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #585858;
    text-decoration: none;
    transition: all 200ms linear;
}
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
button {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body.body-fixed {
    position: fixed;
    width: 100%;
}
/*Common CSS*/
.container{
  width: 90%;
    max-width: 100%;
    margin: 0 auto;
}
#container{
  /*min-height: 90vh;*/
  clear: both;
  margin-bottom: 40px !important;
}
.panel-grid {
  width: 90%;
  margin: 0px auto;
}
.home .panel-grid:first-child {
  width: 100%;
  margin: 0px auto;
}
footer {
  margin-top: auto;
}
/*Header Footer css*/
/*Header Footer css*/

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

.header_logo img, .footer_logo img {
  width: 100%;
  max-width: 88px;
}
header .header-line-1{
  background: #4A5BB3;
  width: 100%;
  height: 60px;
  float: left;
  clear: both;
}
header .header-line-1 .header_logo, footer .footer-line-1 .footer_logo{
  float: left;
  position: absolute;
}
header .header_top_l{
  float: left;
  display: inline-block;
  margin-left: 100px;
}
.header_top_l h1 img, .footer_top_l h1 img {
  width: 100%;
  max-width: 386px;
  margin: 20px 0 0 0;
}
header .header-line-2{
  float: left;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px #f3f3f3;
  height:60px;
}
header .header-line-2 nav{
  float:right;
  margin-top:20px;
}
header .header-line-2 nav ul.rightmenu{
  display: flex;
}
header ul.rightmenu li {
  display: inline-block;
  list-style-type: none;
  margin-left: 40px;
}
header .g-nav-list li a img {
  padding-right: 3px;
  height: 21px;
}
header .g-nav-list li:nth-child(2) a {
  text-decoration: underline;
}
footer .footer-line-1{
  background: #4A5BB3;
  width: 100%;
  height: 65px;
  float: left;
  clear: both;
}
footer .footer_top_l {
  float: left;
  display: inline-block;
  margin-left: 100px;
  width: 20%;
}
.footer_logo img{
  position: absolute;
  top: -80px;
  text-align: left;
  z-index: 999;
  width: 88px;
  }
  footer .footer_nav{
    width: 55%;
    margin-left: 7%;
    margin-top: 1.5rem;
    float: left;
  }
  footer .footer_nav ul li {
    float: left;
    color: #fff;
    margin-right: 5%;
  }
  footer .footer_nav ul li a {
    display: block;
    color: #fff;
  }
  .copy {
    color: #fff;
    text-align: center;
    font-size: 13px;
    float: right;
    margin-top: 1.5rem;
  }
  .all-performance-notice {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    margin-top:30px;
  }
  .all-performance-notice b{
    color:#F00;
  }
}