@charset "UTF-8";
/*リセット用CSS*/

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 1rem;
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
ul {
    list-style-image: none;
}
    img {
    vertical-align: bottom;
}
 
/*スマートフォン用480px以下*/
header{
    height: 70px;
    padding-top: 0.5em;
    padding-left: 0.5em;
}

/*音声ソフトなどのユーザーに対しての文字を画面から消すクラス*/
body header h1 {
    width: 1px;
    height: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    clip: rect(1px,1px,1px,1px);
}
.header2 p img {
    max-width: 50%;
}
/*パンくずリスト*/ 
.breadcrumbs ul li {
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumbs {
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.breadcrumbs ul .nolink {
    color: #545454;
}
 .breadcrumbs ul li a {
   color: #0066c0;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position:absolute;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #4052db;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #4983d3;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#edf6f8;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
h2 .sub  {
    font-size: 1.9rem;
}
.sub2   {
    font-size: 2rem;
}
header p img {
    max-width: 50%;
}
body header {
}
.h_logo p img {
    max-width: 45%;
}

.blank {
    background-image: url("../images/link_sp.png");
    background-repeat: no-repeat;
    background-position:62% center; 
    display: inline-block;
}

.sp_displaynone {
	display: none;
}

/*480px以上のデザイン（ipad,pc用）*/
@media screen and (min-width:480px){
body header {
    height: 120px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
    .hamburger {
    display: none;
}
.hamburger span {
    display: none;
}

nav.globalMenuSp {
    width: 70%;
    float: left;
    position:static;
    transform: none;
  transition: unset;
    }

 nav.globalMenuSp ul li{
    float:left;
    width: 15%;
    border-bottom: none;
     margin: 0;
     padding: 0;
    }

    nav.globalMenuSp ul{
    overflow: hidden;
    background-color: #FFF;
    margin: 2em 0 0 0;
    width: 100%;
    padding: 0;
    }

   nav.globalMenuSp ul li .pc_displaynone{
       display:none;
    } 
nav.globalMenuSp ul li a {
    display: block;
    color: #353535;
    padding: 1em 0;
    text-decoration : underline;
    font-size: 0.8rem;
}
    
    nav.globalMenuSp ul li a:hover{
        color: #293e79;
        font-weight: bold;
    }
.h_logo p img {
    max-width: 70%;
    margin-top: 1em;
}
.h_logo {
    width: 30%;
    float: left;
    height: 100%;
    max-width: none;
}
    

.pc_displaynone{
        display: none;
        }

    
.blank {
    background-repeat: no-repeat;
    background-size: auto auto;
    background-image: url("../images/link_pc.png");
       background-position:80% center; 
    
}


      nav.globalMenuSp ul li.blank:hover{
    background-color: transparent;
              background-repeat: no-repeat;
    background-size: auto auto;
    background-image: url("../images/link_pc.png");
       background-position:80% center; 
         
}
.sp_displaynone {
	display: block;
}


    nav.globalMenuSp ul li:hover{
        background-color: transparent;}
}
