@charset "UTF-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
del,
em,
img,
small,
strong,
sub,
i,
dl,
dt,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
dt,
dd,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    letter-spacing: 0.5px;
    margin: 0;
    outline: 0;
    padding: 0;
}

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

/* font*/
p,
h1,
h2,
ul,
ol,
body {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "kozuka-gothic-pr6n", sans-serif;
}

p {
    line-height: 1.8;
	font-weight: 500;
}

a {
    outline: none;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
    color: #01102C;
}

a:hover {
    opacity: 0.7;
}

ul,
ol {
    list-style-type: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

main {
    overflow: hidden;
}


@media screen and (max-width: 1200px) {
    html {
        font-size: 51%;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 62.5%;
    }
}

img {
	width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
main {
    overflow: hidden;
    padding: 60px 0 0;
}
}

@media screen and (max-width: 980px) {
    body {
        font-size: 1.4rem;
    }
}

/*i-phone横用処理*/
@media screen and (max-width:700px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

section {
	overflow: hidden;
}