@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*==========================================================
# color
===========================================================*/
/*==========================================================
# font
===========================================================*/
/*==========================================================
# layout
===========================================================*/
/*==========================================================
# mixin
===========================================================*/
/*==========================================================
# common
===========================================================*/
body {
  background: #fff;
  color: #3E6A81;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 16px;
}

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

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

#single-press .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#single-press .section {
  padding: 25px 0 35px;
}
#single-press .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  background-color: #3E6A81;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  #single-press .title {
    font-size: 28px;
  }
}
#single-press .contents {
  margin-top: 15px;
}
#single-press .sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  border: 1px solid #3E6A81;
  padding: 5px 0;
  margin-top: 42px;
  position: relative;
}
#single-press .sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 100%;
  background-color: #3E6A81;
}
@media screen and (max-width: 768px) {
  #single-press .sub-title {
    margin-top: 25px;
  }
}
#single-press .text {
  margin-top: 15px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #single-press .text {
    margin-top: 25px;
  }
}
#single-press .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  width: 100%;
  margin-top: 52px;
}
@media screen and (max-width: 1023px) {
  #single-press .list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #single-press .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-top: 30px;
  }
}
#single-press .list__item {
  border: 1px solid #3E6A81;
}
#single-press .btn {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  #single-press .btn {
    width: 100%;
  }
}
#single-press .btn__link {
  padding: 21px 0 24px;
  font-size: 30px;
  font-weight: 700;
  color: #3E6A81;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#single-press .btn__link span {
  font-size: 20px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #single-press .btn__link:hover {
    opacity: 0.7;
  }
}
#single-press .fa-solid {
  font-size: 53px;
}
@media screen and (max-width: 768px) {
  #single-press .fa-solid {
    font-size: 45px;
  }
}
#single-press .btn__title {
  margin-top: 28px;
}
#single-press .ol__list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #single-press .ol__list {
    margin-top: 25px;
  }
}
#single-press .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single-press .item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #single-press .item:not(:first-child) {
    margin-top: 25px;
  }
}
#single-press .number {
  font-family: "ヒラギノ角ゴ ProN", "Yu Gothic", "メイリオ", sans-serif;
  color: #707070;
  padding: 0 7px 0 5px;
}
#single-press .red {
  color: #C6000B;
  font-weight: 700;
}
#single-press .pdf {
  margin-top: 40px;
  text-align: center;
}
#single-press .pdf a {
  padding: 15px 43px;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #3e6a81;
  border: 1px solid #3e6a81;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #single-press .pdf a {
    padding: 13px 0;
    letter-spacing: 0;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #single-press .pdf a:hover {
    color: #C4D2D9;
    background-color: #fff;
  }
}
#single-press .pdf__text {
  margin-top: 20px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}