
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 400;
  }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ここまでリセットcss*/




*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0.065em;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}


a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.strong
{
	font-weight: 500 !important;
}

.bottom-fixed {
  display: none;
}






@media screen and (max-width: 1220px) {


.spmenu-logo
	{
		margin: 0 auto;
		padding-bottom: 20px;
		text-align: center;
	}
	
.spmenu-logo img
	{
		width: 220px;
		margin: 0 auto;
	}
.sp-menu {
  width: 90%;
  height: 100%;
  padding: 80px 16px 0;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #14274A;
  z-index: 1500;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.sp-menu-item {
  padding: 0 4px;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sp-menu-item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sp-menu-plus-icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 2.4rem;
  position: relative;
  flex-shrink: 0;
  span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background-color: white;
    transition: opacity 0.1s;
  }
  span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    transform: translateY(-50%);
    background-color: white;
  }
}
.sp-menu-details[open] {
  padding-bottom: 20px;
}
.sp-menu-details[open] .sp-menu-plus-icon span:nth-of-type(1) {
  opacity: 0;
}

.sp-menu-btn {
  width: 100%;
  padding: 20px 0;
  color: white;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

summary {
  display: block !important;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.sp-menu-btn div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
	
	
	
	

@media screen and (max-width: 1040px) {
  .menu-btn {
    position: relative;
    margin-left: auto;
    z-index: 2000;
    width: 36px;
    height: 36px;
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }
  .menu-btn:hover {
    opacity: 1;
  }
  .menu-btn::before {
    content: "menu";
    position: absolute;
    right: 50px;
    top: 12px;
    font-weight: 500;
  }
  .menu-btn > span {
    width: 15px;
    height: 2px;
    position: relative;
  }
  .menu-btn > span > span {
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
  }
  .menu-btn > span > span:nth-of-type(1) {
    transform: translateY(-3px);
  }
  .menu-btn > span > span:nth-of-type(2) {
    transform: translateY(3px);
  }
  .menu-btn.is-open {
    color: white;
  }
  .menu-btn.is-open::before {
    content: "close";
  }
  .menu-btn.is-open > span > span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .menu-btn.is-open > span > span:nth-of-type(2) {
    width: 100%;
    transform: rotate(-45deg);
  }
 
}
	
	
/*
@media screen and (max-width: 767px) {
  .bottom-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .bottom-fixed-list {
    display: flex;
  }
}
*/	
	
	
	

	