@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

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

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
} */

/* 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;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
} */

/* Hides from IE-mac */
/* * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
} */

/* End hide from IE-mac */
/* .clear {
    clear: both;
}

@media screen and (min-width: 48em) {
    .hsp {
        display: none;
    }
}

.hpc {
    display: none;
}

@media screen and (min-width: 48em) {
    .hpc {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .vsp {
        display: none;
    }
}

.vpc {
    display: none;
}

@media screen and (min-width: 64em) {
    .vpc {
        display: block;
    }
}

a[href^="tel:"] {
    cursor: default;
}

@media screen and (min-width: 48em) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.75;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    color: #000;
    word-break: break-all;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a {
    color: #000;
} */

.main {
    margin   : 45px auto 0;
    position : relative;
    max-width: 900px;
}

.main__img {
    width : 100%;
    height: auto;
}

.main__fixed {
    position: absolute;
    z-index : 100;
}

.main__kiyaku {
    font-size        : 14px;
    line-height      : 1.7;
    width            : calc(700 / 900 * 100%);
    height           : calc(440 / 16800 * 100%);
    top              : calc(14790 / 16800 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
    overflow-y       : scroll;
    margin           : 0 auto;
    background-color : #fff;
}

@media screen and (min-width: 64em) {
    .main {
        margin: 80px auto 0;
    }

    .main__kiyaku {
        font-size: 17px;
    }
}

.main__kiyaku>* {
    word-wrap     : break-word;
    letter-spacing: 0;
}

.main__kiyaku h5,
.main__kiyaku p,
.main__kiyaku a,
.main__kiyaku ul,
.main__kiyaku ol {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif !important;
}

.main__kiyaku h5 {
    padding-top: 3%;
    line-height: 1.5;
}

.main__kiyaku p {
    margin-top: 0.8%;
}

.main__kiyaku a {
    text-decoration: underline;
    color          : #000;
}

.indent1 {
    padding-left: 1em;
    text-indent : -1em;
}

.indent2 {
    padding-left: 0.5em;
    text-indent : -0.5em;
}

.button01 {
    display          : inline-block;
    top              : calc(2666 / 16800 * 100%);
    width            : calc(770 / 900 * 100%);
    height           : calc(150 / 16800 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
}

.button02 {
    display: inline-block;
    top    : calc(4931 / 16800 * 100%);
    width  : calc(125 / 900 * 100%);
    height : calc(40 / 16800 * 100%);
    left   : calc(293 / 900 * 100%);
}

.button03 {
    display          : inline-block;
    top              : calc(8470 / 16800 * 100%);
    width            : calc(770 / 900 * 100%);
    height           : calc(150 / 16800 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
}

.button04 {
    display          : inline-block;
    top              : calc(15400 / 16800 * 100%);
    width            : calc(770 / 900 * 100%);
    height           : calc(150 / 16800 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
}

/*# sourceMappingURL=style.css.map */