@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-weight: bold;
}
main {
  display: block;
}
img {
  border-style: none;
}

/*===============================

	reset,base

================================*/
html {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue', Arial, 'メイリオ', Meiryo, YuGothic, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #363636;
  overflow-x: hidden;
}
a {
  color: #363636;
  text-decoration: none;
}

.sp a:hover {
  opacity: 1;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
li,
dt,
dd,
figure,
p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1em;
}

a,
button {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
a:hover,
button:hover {
  opacity: 0.7;
}
/*===============================

	layout

================================*/
.l-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: #fcf8f8;
  z-index: 0;
}

.l-main {
  width: 100%;
  background: #fcf8f8;  
}

.l-section {
  width: 100%;
}

.l-section-inner {
  width: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*================================
	header
================================*/

.l-header {
  width: 100%;
  height: 58px;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-header-inner {
  width: 100%;
  max-width: 1050px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.l-header a {
  color: #363636;
}

.l-header-inner img {
  display: block;
}

.l-header .l-header-inner img.header-logo{
  position: relative;
  left: 30px;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 63px;
  }

  .l-header .l-header-inner {
    width: 100%;
    height: 63px;
  }

  .l-header-inner img.header-logo{
    width: 93px;
    height: 20px;
  }
  
  .l-header-inner img.header-contact{
    width: 140px;
    height: 46px;
    top: 10px;
    position: relative;
  }
  
}

/*===============================

footer

================================*/
.l-footer {
  width: 100%;
  background-color: #efefef; 
}

.l-footer a {
  color: #363636;
}

.l-footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px 10px 0px;
  background: #efefef;
}

.l-footer .l-footer-inner ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.l-footer .l-footer-inner ul li{
    margin: 0 25px;
}

.l-footer .l-footer-inner p{
    text-align: center;
    font-size: 14px;
}

.l-footer div small{
    font-size: 12px;
    padding: 10px 0 20px 0;
    background: #efefef;
    text-align: center;
    display: block;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer-inner {
    padding:0;
  }

  .l-footer .l-footer-inner ul {
    display: block;
    padding: 55px 0 0px 0;
  }  

  .l-footer .l-footer-inner ul li {
    margin-bottom: 40px;
    text-align: center;
  }  

  .l-footer .l-footer-inner ul li img {
    width: auto;
  }  

  .l-footer .l-footer-inner p {
    margin: 20px 0 20px 0;
    font-size: 20px;
    text-align: center;
  }
  .l-footer div small{
    font-size: 14px;
    padding: 0 0　25px 0;
    background: #efefef;
    text-align: center;
    display: block;
  }
}