@charset "utf-8";

/* resets */
html,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border:0;
    margin:0;
    padding:0;
}

html {
    font-size: 1.5vmin;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック","MS Gothic", sans-serif;
}

body {
    color: #434343;
    padding: 1rem;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

li {
    padding: 0.8rem 0 0.8rem 0;
}

.title {
    padding: 0 0 3rem 0;
}

.title span {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
}

.box {
    width: 100%;
    margin: 0 auto 0 auto;
}

li {
    list-style: none;
}

.box h1 {
    text-align: center;
    padding: 0 0 1rem 0;
}
.box h2 {
    text-align: center;
    padding: 0 0 1rem 0;
}
.box-contents {
    text-align: center;
    margin: 1rem auto 5.5rem auto;
}

.box-contents li {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.spacer {
    height: 8rem;
}

.footer {
    text-align: right;
}

.contact {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #434343;
    text-decoration: none;
}

.company-info-table dt {
    clear: left;
    float: left;
    width: 15rem;
    text-align: left;
}
.company-info-table dd {
    float: left;
}
.company-info-table dt,
.company-info-table dd {
    padding: 0.5rem 0 0.5rem 0;
}

.company-info-table {
    width: fit-content;
    margin: 0 auto 0 auto;
}

.company-info-table:after {
    display: block;
    content: "";
    clear: both;
}

.company-info {
    margin: 0 auto 0 auto;
}

.company-info tr {
    height: 2.5rem;
}

.company-info th,
.company-info td {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.company-info th {
    text-align: left;
    padding: 0 2rem 0 0;
    font-weight: normal;
}

.company-info td {
    text-align: left;
}