/*
Theme Name: UNITED NEW
Description: UNITED NEW Theme
Version: 1.0.0
*/
/* -------------------------------------------- reset
-------------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  outline: none;
  backface-visibility: hidden;
}

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

/*headerパーツ*/
header {
  border-bottom: 1px solid #ed6d00;
  background: #fff;
}
header nav {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}
.headerIn {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.headerInRight {
  display: flex;
  width: 35%;
  align-items: flex-end;
}
.headerInRight .newsletter-header-PC {
  max-width: 322px;
  width: 100%;
  display: block;
}
.headerInRight .newsletter-header-SP {
  display: none;
}
.headerInLeft {
  width: 65%;
  padding: 45px 0px;
}
.logotext1 {
  display: block;
  text-decoration: none;
  color: var(--black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%; /* 26.6px */
  letter-spacing: 2.8px;
}
.logotext2 {
  display: block;
  text-decoration: none;
  color: var(--orange, #ed6d00);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%; /* 79.8px */
}
/*960px以下になった場合*/
@media only screen and (max-width: 960px) {
  .headerIn {
    display: block;
  }
  .headerInRight {
    width: 100%;
  }
  .headerInRight .newsletter-header-PC {
    display: none;
  }
  .headerInRight .newsletter-header-SP {
    max-width: 392px;
    width: 100%;
    margin: 0px auto;
    display: block;
  }
  .headerInLeft {
    width: 100%;
    text-align: center;
  }
}
/*540px以下になった場合*/
@media only screen and (max-width: 540px) {
  .headerInRight .newsletter-header-SP {
    max-width: 294px;
  }
  .logotext1 {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 2.52px;
  }
  .logotext2 {
    font-size: 44px;
    line-height: 133%; /* 58.52px */
  }
}

/*mainパーツ*/
#main {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0px 10px 0px;
}
#formText {
  color: var(--black, #333);
}
#formText h2 {
  display: block;
  text-align: center;
  color: var(--orange, #ed6d00);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 4.48px;
}
#formText p {
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin: 40px auto 10px;
}
.pcBr {
  display: block;
}
/*540px以下になった場合*/
@media only screen and (max-width: 960px) {
  #main {
    padding: 40px 24px 10px 24px;
  }
  #formText h2 {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: 3.36px;
  }
  #formText p {
    font-size: 16px;
    text-align: left;
    line-height: 150%; /* 24px */
    margin: 25px auto 0px;
  }
  .pcBr {
    display: none;
  }
}

/**footerパーツ**/
footer {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*footerLinkパーツ*/
.footerLinkBox {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  padding-top: 24px;
  text-align: center;
}
.footerLinkBox h3 {
  text-align: center;
  color: var(--black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.footerLinkBoxIn {
  padding: 32px 0px;
}
.footerLinkBoxIn a:hover {
  opacity: 0.7;
}
.footerLogoImg {
  max-width: 77px;
  width: 100%;
}

/*Copyrightパーツ*/
.footerCopyright {
  background: var(--gray-400, #a0aec0);
  padding: 15px 0px;
}
.footerCopyrightIn {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  color: var(--white, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
