@charset "UTF-8";


/* base
------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { font-size: 62.5%; }

body {  
  background: #fff;
  color: #222;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
  font-display: optional;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;  
}

a {
  text-decoration: none;
}


/* ヘッダー
------------------------------------------------------------------------------------*/
.header_wrap {
  height: 56px;
  display: grid;
  place-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: relative;
}

.header_logo {
  width: 170px;
  margin: 0 auto;
}

.header_link {
  width: 40px;
  color: #005CB9;
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 3px;
}

.header_link_icon {
  width: 21px;
  margin: 0 auto 4px;
}


/* フッター
------------------------------------------------------------------------------------*/
.footer_wrap {
  width: 100%;
  text-align: center;
  padding-bottom: 12px;
}

.footer_copy { font-size: 1.1rem; }