@charset "UTF-8";

:root {
  --sumitomo: #0080C8;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

table {
  font-size: inherit;
  border-spacing: 0;
  border-collapse: collapse
}

html {
  box-sizing: border-box;

}

*,
::after,
::before {
  box-sizing: inherit
}

td,
th {
  vertical-align: baseline
}

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


body {
  background: #fff url(/background.webp) no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  color: #444;
}


header {
  background: var(--sumitomo);
  padding: 48px;
  display: grid;
  place-items: center;

}

main {
  padding-block: 64px;
}

.title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}


.lead {
  margin-top: 32px;
  line-height: 1.75;
}


.box {
  background: #fff;
  max-width: fit-content;
  margin: auto;
  padding: 32px 48px;
  margin-top: 48px;
}


.oldName {
  font-weight: 700;
  font-size: 1.5rem;
}

.oldUrl {
  font-weight: 700;
  margin-top: 8px;
}


.newName {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 32px;
  color: var(--sumitomo);
}


.newUrl {
  font-weight: 700;
  margin-top: 8px;
  font-size: 1.5rem;
}

.newUrl a {
  color: var(--sumitomo);
  transition: color 0.2s linear;
}


.newUrl a:hover {
  color: color-mix(in srgb, var(--sumitomo) , #fff 30%);
}


.boxFooter {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--sumitomo);
}
