*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-wrap {
  flex-wrap: wrap;
}
.border {
  border-width: 1px;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.b1 {
  outline: 2px solid red;
}
@media screen and (min-width: 751px) {
  .sp_il,
  .sp_bl,
  .sp_ib,
  .tb_il,
  .tb_bl,
  .tb_ib {
    display: none;
  }
  .pc_hide {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .tb_hide {
    display: none;
  }
  .tb_il {
    display: inline;
  }
  .tb_bl {
    display: block;
  }
  .tb_ib {
    display: inline-block;
  }
}
@media screen and (max-width: 751px) {
  .sp_hide {
    display: none;
  }
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: block;
  }
  .sp_ib {
    display: inline-block;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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 {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  font-size: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}
mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
label {
  cursor: pointer;
}
a.m_btn {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  background: #29a4db;
  max-width: 640px;
  padding: 15px 20px;
  display: block;
  position: relative;
  border-radius: 3px;
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  a.m_btn {
    font-size: 1rem;
  }
}
a.m_btn:after {
  font-size: 1.75rem;
  content: '\e5cc';
  font-family: 'Material Symbols Outlined';
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 48;
}
@media screen and (max-width: 767px) {
  a.m_btn:after {
    font-size: 1.25rem;
  }
}
a.m_btn:hover {
  background-color: #2295c8;
}
.m_cheader {
  background: #b2dde7 url("../images/entry_main.webp") no-repeat center center;
  background-position: right 2vw top -1vw;
  background-size: auto 110%;
  display: flex;
  align-items: center;
  aspect-ratio: 6/1;
}
@media screen and (max-width: 1080px) {
  .m_cheader {
    aspect-ratio: 5/1;
  }
}
@media screen and (max-width: 767px) {
  .m_cheader {
    background-position: right bottom;
    background-size: auto 96%;
    aspect-ratio: 3.5/1;
  }
}
.m_cheader div {
  width: 50%;
  margin: 0 auto 0 5%;
}
@media screen and (max-width: 767px) {
  .m_cheader div {
    width: 57%;
    margin: 0 auto 0 2%;
  }
}
section.m_entry_method {
  text-align: center;
  background: #f6fafa;
  margin-top: 160px;
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 767px) {
  section.m_entry_method {
    padding: 40px 8vw;
  }
}
section.m_entry_method >p {
  width: 86%;
  margin: 0 auto;
}
section.m_entry_method a {
  color: #3c7ea4;
}
section.m_entry_method h3 {
  font-family: biz-udpmincho, sans-serif;
  color: #3c7ea4;
  letter-spacing: 4px;
  margin: 40px 0 40px 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  section.m_entry_method h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }
}
section.m_entry_method h3:after {
  content: '';
  background-color: #3c7ea4;
  width: 80px;
  height: 2px;
  margin: 15px auto 0 auto;
  display: block;
}
section.m_entry_method h3+p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.m_entry_method h3+p {
    text-align: left;
  }
}
section.m_entry_method .btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #000;
  background-color: #3c7ea4;
  width: 75%;
  min-width: 160px;
  margin: 0 auto;
  padding: 10px;
  display: block;
  border-radius: 40px;
  transition: background-size 0.2s;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .btn {
    width: 60%;
  }
}
section.m_entry_method .btn:hover {
  background-size: 150%;
  transition: background-size 0.2s;
  opacity: 0.9;
}
section.m_entry_method .btn.btn-color1 {
  background-color: none;
  background-image: url("../images/btn_bg2.webp");
  background-position: center center;
  background-size: 100%;
}
section.m_entry_method .btn.btn-color2 {
  font-weight: bold;
  background-color: #579bc2;
}
section.m_entry_method .limit {
  font-weight: bold;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .limit {
    flex-direction: column;
  }
}
section.m_entry_method .limit .title {
  color: #3c7ea4;
  line-height: 1;
  background: #fff;
  margin-right: 10px;
  padding: 6px 5px 5px 5px;
  border: 1px solid #3c7ea4;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .limit .title {
    margin: 0 0 10px 0;
  }
}
section.m_entry_method .limit .date {
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .limit .date {
    font-size: 1.25rem;
  }
}
section.m_entry_method .paper {
  background: #fff;
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0 auto;
  box-shadow: 0 2px 20px #e6edf3;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .paper {
    width: 100%;
  }
}
section.m_entry_method .flex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex {
    flex-direction: column;
  }
}
section.m_entry_method .flex i {
  font-size: 3rem;
  font-style: normal;
}
section.m_entry_method .flex i:after {
  font-family: 'Material Symbols Outlined';
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 36;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex i:after {
    translate: 0 10px;
  }
}
section.m_entry_method .flex i.pc:after {
  content: '\e30c';
}
section.m_entry_method .flex i.videocam:after {
  content: '\e04b';
}
section.m_entry_method .flex i.upload:after {
  content: '\e9fc';
}
section.m_entry_method .flex i.dvd:after {
  content: '\e019';
}
section.m_entry_method .flex >div {
  text-align: center;
  width: 50%;
  padding: 60px 60px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex >div {
    width: 100%;
    padding: 20px;
  }
}
section.m_entry_method .flex >div .icon {
  font-size: 2.5rem;
  color: #3c7ea4;
}
section.m_entry_method .flex >div h4 {
  font-size: 1.5rem;
  font-family: biz-udpmincho, sans-serif;
  color: #3c7ea4;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex >div h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  section.m_entry_method .flex >div.web_entry,
  section.m_entry_method .flex >div.web_send {
    padding-bottom: 40px;
  }
}
section.m_entry_method .flex >div.web_entry p,
section.m_entry_method .flex >div.web_send p {
  text-align: center;
  margin-bottom: 20px;
}
section.m_entry_method .flex >div.web_entry:before,
section.m_entry_method .flex >div.web_send:before,
section.m_entry_method .flex >div.web_entry:after,
section.m_entry_method .flex >div.web_send:after {
  position: absolute;
}
section.m_entry_method .flex >div.web_entry:before,
section.m_entry_method .flex >div.web_send:before {
  content: '';
  width: 0;
  height: 72%;
  display: block;
  top: 14%;
  right: 0;
  border-right: 1px solid #aaa;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex >div.web_entry:before,
  section.m_entry_method .flex >div.web_send:before {
    background: #aaa;
    width: 90%;
    height: 1px;
    top: auto;
    left: 5%;
    bottom: 0;
  }
}
section.m_entry_method .flex >div.shoot >div {
  margin-bottom: 40px;
}
section.m_entry_method .flex >div.shoot >div:last-child {
  margin-bottom: 0;
}
section.m_entry_method .flex >div.shoot >div p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex >div.postal_send {
    padding-top: 40px;
  }
}
section.m_entry_method .flex >div .ad_comp {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  border: 2px solid #3c7ea4;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex >div .ad_comp {
    flex-direction: column;
  }
}
section.m_entry_method .flex >div .ad_comp >div {
  text-align: center;
  width: 20%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .flex >div .ad_comp >div {
    color: #fff;
    background: #3c7ea4;
    width: 100%;
    box-sizing: border-box;
  }
}
section.m_entry_method .flex >div .ad_comp address {
  color: #3c7ea4;
  padding: 10px;
  text-align: left;
  font-size: 0.9rem;
}
section.m_entry_method .privacy {
  background: #fff;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 15px auto;
  padding: 40px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .privacy {
    padding: 20px;
  }
}
section.m_entry_method .privacy .title {
  text-align: center;
  font-family: biz-udpmincho, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 2px;
  width: 85%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .privacy .title {
    width: 90%;
    padding-top: 20px;
    border-top: 1px solid #aaa;
  }
}
section.m_entry_method .privacy p {
  text-align: left;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .privacy p {
    font-size: 0.9rem;
  }
}
section.m_entry_method .paper.etc {
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .paper.etc {
    padding: 30px;
  }
}
section.m_entry_method .paper.etc ul {
  width: 75%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  section.m_entry_method .paper.etc ul {
    grid-template-columns: 1fr;
    gap: 18px 0;
  }
}
section.m_entry_method .paper.etc ul li .btn {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid #00f;
  outline: 1px solid #00f;
}
.m_etc_form {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .m_etc_form {
    margin: 0;
    padding: 40px 0;
  }
}
.m_etc_form .m_h2 span {
  margin-top: 10px;
  bottom: 0;
}
.m_etc_form ul {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .m_etc_form ul {
    width: 86%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto;
    gap: 10px 0;
  }
}
.m_etc_form ul li {
  padding: 0;
}
.m_etc_form ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  background: #3c7ea4;
  padding: 10px 25px;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .m_etc_form ul li a {
    text-align: center;
  }
}
.m_etc_form ul li a:hover {
  color: #fff;
  background: #367194;
  border-color: #367194;
}
.m_h2 {
  text-align: center;
  width: 90%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1280px;
  margin: 0 auto 40px auto;
  position: relative;
}
.m_h2 h2 {
  text-align: center;
  font-weight: normal;
  line-height: 1;
  background: url("../images/underline.webp") center bottom 10px no-repeat;
  background-size: 120% auto;
  margin-bottom: 10px;
  padding: 0 10px;
  display: inline-block;
  transform-origin: left bottom;
  translate: 0px 20px;
  rotate: -8deg;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.m_h2 h2 div {
  color: #3c7ea4;
  font-size: 5vw;
  font-family: 'ff-market-web', sans-serif;
  letter-spacing: 2px;
  width: 100%;
  margin: 0 auto;
  transform: skew(-10deg, -5deg) scale(0.8, 1);
}
@media screen and (max-width: 1080px) {
  .m_h2 h2 div {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .m_h2 h2 div {
    font-size: 3rem;
  }
}
.m_h2 span {
  font-size: 1rem;
  font-family: biz-udpmincho, sans-serif;
  color: #333;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px 0 0 auto;
  display: block;
}
@media screen and (max-width: 1080px) {
  .m_h2 span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m_h2 span {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}
.m_h2.white {
  margin-bottom: 40px;
}
.m_h2.white h2 {
  background-image: url("../images/underline.png");
  background-size: 100% auto;
}
.m_h2.white h2 div {
  color: #fff;
}
.m_h2.white span {
  color: #fff;
}
header {
  padding: 10px 6% 10px 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1080px) {
  header {
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-right: 15%;
  }
}
header h1 {
  width: 60px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1080px) {
  header h1 {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 40px;
  }
}
header h1 a {
  line-height: 1;
  width: 100%;
  display: block;
}
header h1 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  header nav {
    text-align: center;
  }
}
header nav ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  header nav ul {
    gap: 0 10px;
  }
  header nav ul li:nth-child(n+5) {
    display: none;
  }
}
header nav ul li a {
  font-size: 1.1rem;
  color: #3c7ea4;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.2s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header nav ul li a {
    font-size: 0.9rem;
  }
}
header nav ul li a:hover {
  color: #306583;
  text-decoration: none;
  transition: 0.2s;
}
.m_result .m_h2 span {
  margin: -10px 0 0 auto;
}
.m_result .prize {
  font-size: 2.5rem;
  font-family: biz-udpmincho, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(90deg, #fff 0%, #eaf2f7 50%, #fff 100%);
  width: 60%;
  margin: 0 auto 40px auto;
}
.m_result .prize:before,
.m_result .prize:after {
  content: '';
  background-image: linear-gradient(90deg, #fff 20%, #c0d9e8 50%, #fff 80%);
  width: 100%;
  height: 1px;
  display: block;
}
.m_result .box {
  color: #555;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m_result .box {
    display: block;
  }
}
.m_result .box .c {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m_result .box .c {
    width: 100%;
  }
}
.m_result .box .rank {
  position: relative;
}
.m_result .box .rank h3,
.m_result .box .rank h4 {
  font-size: 2rem;
  text-align: center;
  color: #3c7ea4;
  font-family: serif;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .m_result .box .rank h3,
  .m_result .box .rank h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .m_result .box .rank h3,
  .m_result .box .rank h4 {
    text-align: center;
  }
}
.m_result .box .rank h3 >span,
.m_result .box .rank h4 >span {
  font-size: 150%;
  line-height: 0.5;
  display: inline-block;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .m_result .box .rank h3 >span,
  .m_result .box .rank h4 >span {
    font-size: 3rem;
  }
}
.m_result .box .rank .score {
  font-size: 11px;
  font-family: biz-udpmincho, sans-serif;
  background: #f5e432;
  width: 70px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: 10%;
  border-radius: 70px;
  aspect-ratio: 1/1;
  z-index: 1;
  box-sizing: border-box;
}
.m_result .box .rank .score:after {
  content: '点';
}
@media screen and (max-width: 1080px) {
  .m_result .box .rank .score {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m_result .box .rank .score {
    position: absolute;
    right: 15%;
  }
}
.m_result .box .rank .score span {
  font-size: 2.25rem;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 0.9;
  display: block;
}
@media screen and (max-width: 1080px) {
  .m_result .box .rank .score span {
    font-size: 2rem;
  }
}
.m_result .box .score_cap {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .m_result .box .score_cap {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.m_result .box .team {
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .m_result .box .team {
    font-size: 1rem;
    gap: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .m_result .box .team {
    font-size: 0.9rem;
    width: 100%;
    flex-direction: column;
  }
}
.m_result .box .team span {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  background: #3c7ea4;
  margin: 0 5px 0 0;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .m_result .box .team span {
    font-size: 0.75rem;
    margin-right: 3px;
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  .m_result .box .team span {
    font-size: 0.75rem;
    margin-bottom: 5px;
    display: block;
  }
}
.m_result .box .theme {
  font-size: 6rem;
  color: #222;
  font-family: serif;
  line-height: 1;
  letter-spacing: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .m_result .box .theme {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .m_result .box .theme {
    text-align: center;
    font-size: 4rem;
    width: 100%;
    margin: 0 auto;
  }
}
.m_result .box .theme rt {
  font-size: 1rem;
  letter-spacing: 0;
  width: 90%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m_result .box .theme rt {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
}
.m_result .box .photo img {
  width: 100%;
  vertical-align: bottom;
}
.m_rules {
  background: #f6fafa;
  padding: 120px 0 160px 0;
}
@media screen and (max-width: 1080px) {
  .m_rules {
    padding: 80px 0 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .m_rules {
    padding: 60px 0;
  }
}
.m_rules .m_h2 {
  margin-bottom: 40px;
}
.m_rules .m_h2 span {
  margin: 10px auto 0 auto;
}
.m_rules .inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .m_rules .inner {
    width: 86%;
  }
}
.m_rules h3 {
  font-size: 1rem;
  color: #3c7ea4;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .m_rules h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.m_rules h3:after {
  content: '';
  margin-left: 10px;
  flex: 1 0 auto;
  border-bottom: 1px solid #3c7ea4;
}
.m_rules .qualify {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0 5%;
}
@media screen and (max-width: 1080px) {
  .m_rules .qualify {
    width: 100%;
    justify-content: space-between;
    grid-template-columns: 55% auto;
    gap: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .m_rules .qualify {
    margin-top: 20px;
    display: block;
  }
  .m_rules .qualify >div {
    margin-bottom: 40px;
  }
}
.m_rules .qualify >div .free {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #fb9a24;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
}
.m_rules .qualify >div ul {
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 0 1.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .m_rules .qualify >div ul {
    font-size: 1rem;
  }
}
.m_rules .qualify >div ul li {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 8px;
  position: relative;
}
.m_rules .qualify >div ul li .crimson {
  color: #dc143c;
}
.m_rules .qualify >div ul li p {
  font-size: 0.9rem;
  font-weight: normal;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .m_rules .qualify >div ul li p {
    font-size: 0.9rem;
  }
}
.m_rules .qualify >div ul li:before {
  font-size: 1rem;
  content: '\f88b';
  color: #3c7ea4;
  font-family: 'Material Symbols Outlined';
  position: absolute;
  top: 0px;
  left: -20px;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.m_rules .qualify >div ul li a {
  font-size: 1rem;
  color: #3c7ea4;
  font-weight: normal;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.past_result#pastresult_2020 #result_finalist {
  display: none;
}
body.past_result section.result_1to3 ul {
  display: grid;
  gap: 40px 0;
}
body.past_result section.result_1to3 li {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 32% 64%;
  gap: 40px 0;
  background: #f2f7fa;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(48,101,131,0.1), 0 0 2px 0 #fff inset;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 li {
    padding-top: 20px;
    display: block;
  }
}
body.past_result section.result_1to3 .img img {
  width: 100%;
}
body.past_result section.result_1to3 .c {
  padding: 0 0 0 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .c {
    padding: 0 5%;
  }
}
body.past_result section.result_1to3 .rank_score {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .rank_score {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .rank_score {
    margin: 0 auto;
    justify-content: center;
  }
}
body.past_result section.result_1to3 .rank {
  color: #427dd8;
  font-size: 35px;
  font-family: biz-udpmincho, sans-serif;
  line-height: 1;
  letter-spacing: 5px;
}
body.past_result section.result_1to3 .rank span {
  font-size: 3.5rem;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .rank span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .rank span {
    font-size: 2.5rem;
  }
}
body.past_result section.result_1to3 .score {
  text-align: center;
  color: #666;
  font-size: 15px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: 200;
  line-height: 1;
  background-color: #f5e432;
  width: 70px;
  display: grid;
  border-radius: 70px;
  aspect-ratio: 1/1;
  place-items: center;
  position: static;
}
body.past_result section.result_1to3 .score span {
  font-size: 35px;
  display: block;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .score {
    width: 54px;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .score {
    font-size: 0.8rem;
    width: 42px;
    height: 42px;
    top: 0;
    right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .score span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .score span {
    font-size: 1.25rem;
  }
}
body.past_result section.result_1to3 .school {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
body.past_result section.result_1to3 .school span {
  color: rgba(255,255,255,0.75);
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 0.5px;
  background-color: #3c7ea4;
  padding: 4px 6px 3px 6px;
  display: inline-block;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .school {
    margin-top: 10px;
    justify-content: center;
  }
}
body.past_result section.result_1to3 .theme {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  line-height: 1;
  width: 84%;
  font-size: 8rem;
}
body.past_result section.result_1to3 .theme .ruby {
  text-align: center;
  font-size: 12%;
  text-align: justify;
  letter-spacing: 0;
  width: 88%;
  margin: 0 auto 10px auto;
  display: block;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .theme .ruby {
    width: 80%;
  }
}
body.past_result section.result_1to3 .theme .kanji {
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: keep-all;
}
body.past_result section.result_1to3 .theme .kanji span {
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .theme {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .theme {
    width: 38%;
    margin: 9px auto 20px auto;
  }
}
body.past_result section.result_1to3 .theme .ruby {
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .theme .ruby {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_1to3 .theme .kanji {
    font-size: 9vw;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_1to3 .theme .kanji {
    font-size: 12vw;
  }
}
body.past_result #result_4to10 {
  margin: 80px auto 160px auto;
}
body.past_result #result_4to10 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 2.6%;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 ul {
    gap: 20px 4%;
  }
}
body.past_result #result_4to10 li {
  text-align: center;
  width: 23%;
  padding: 20px 0 40px 0;
  background: #f2f7fa;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(48,101,131,0.1), 0 0 2px 0 #fff inset;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 li {
    width: 48%;
  }
}
body.past_result #result_4to10 .rank {
  color: #427dd8;
  font-size: 25px;
  font-family: biz-udpmincho, sans-serif;
}
body.past_result #result_4to10 .rank span {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  body.past_result #result_4to10 .rank span {
    font-size: 2.25rem;
    margin: 0 2px;
    display: inline-block;
  }
}
body.past_result #result_4to10 .score {
  text-align: center;
  color: #666;
  font-size: 15px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: 200;
  line-height: 1;
  background-color: #f5e432;
  display: grid;
  border-radius: 70px;
  place-items: center;
  width: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  aspect-ratio: 1/1;
}
body.past_result #result_4to10 .score span {
  font-size: 35px;
  display: block;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .score {
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  body.past_result #result_4to10 .score {
    font-size: 0.8rem;
    width: 42px;
    top: 4px;
    right: 4px;
  }
}
body.past_result #result_4to10 .score span {
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .score span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.past_result #result_4to10 .score span {
    font-size: 1.25rem;
  }
}
body.past_result #result_4to10 .school {
  margin: 15px 0 15px 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  gap: 0 6px;
  justify-content: center;
}
body.past_result #result_4to10 .school span {
  color: rgba(255,255,255,0.75);
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 0.5px;
  background-color: #3c7ea4;
  padding: 4px 6px 3px 6px;
  display: inline-block;
  border-radius: 2px;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .school {
    margin-top: 0;
    flex-wrap: wrap;
    gap: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  body.past_result #result_4to10 .school {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .school span {
    padding: 4px 4px 3px 4px;
  }
}
body.past_result #result_4to10 .theme {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  line-height: 1;
  width: 70%;
  margin: 0 auto;
}
body.past_result #result_4to10 .theme .ruby {
  text-align: center;
  font-size: 12%;
  text-align: justify;
  letter-spacing: 0;
  width: 88%;
  margin: 0 auto 10px auto;
  display: block;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .theme .ruby {
    width: 80%;
  }
}
body.past_result #result_4to10 .theme .kanji {
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: keep-all;
}
body.past_result #result_4to10 .theme .kanji span {
  letter-spacing: 0;
  display: block;
}
body.past_result #result_4to10 .theme .ruby {
  font-size: 0.8rem;
  width: 80%;
  margin: 0 auto 8px auto;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .theme .ruby {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.past_result #result_4to10 .theme .ruby {
    width: 90%;
  }
}
body.past_result #result_4to10 .theme .kanji {
  font-size: 5rem;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_4to10 .theme .kanji {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  body.past_result #result_4to10 .theme .kanji {
    font-size: 3.5rem;
  }
}
body.past_result .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.past_result #result_finalist {
  margin: 0 auto;
  padding-bottom: 160px;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_finalist {
    width: 100%;
  }
}
body.past_result #result_finalist .list {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5%;
}
body.past_result #result_finalist .list.two_columns {
  width: 90%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5%;
}
@media screen and (max-width: 1080px) {
  body.past_result #result_finalist .list.two_columns {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.past_result #result_finalist .list.two_columns {
    gap: 20px 0;
  }
  body.past_result #result_finalist .list {
    grid-template-columns: auto !important;
    gap: 20px 0;
  }
}
body.past_result #result_finalist .list >div {
  display: grid;
  gap: 20px 0;
}
body.past_result #result_finalist h4 {
  text-align: center;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #3c7ea4;
  margin-bottom: 10px;
  padding: 8px 0;
}
body.past_result #result_finalist ul {
  display: grid;
  gap: 4px 0;
}
body.past_result #result_finalist ul li {
  font-size: 1rem;
  font-weight: bold;
}
body.past_result section.result_special {
  margin: 40px auto 160px auto;
}
body.past_result section.result_special ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 5%;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_special ul.list {
    gap: 40px 4%;
  }
}
body.past_result section.result_special li {
  text-align: center;
  width: 30%;
  padding: 40px 0 0 0;
  background: #f2f7fa;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(48,101,131,0.1), 0 0 2px 0 #fff inset;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_special li {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_special li {
    width: 48%;
  }
}
body.past_result section.result_special li.no_img {
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_special li.no_img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_special li.no_img {
    padding-bottom: 10px;
  }
}
body.past_result section.result_special .award {
  color: #3c7ea4;
  font-size: 2rem;
  font-family: biz-udpmincho, sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_special .award {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body.past_result section.result_special .award {
    font-size: 1.25rem;
  }
}
body.past_result section.result_special .school {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  gap: 0 6px;
  justify-content: center;
}
body.past_result section.result_special .school span {
  color: rgba(255,255,255,0.75);
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 0.5px;
  background-color: #3c7ea4;
  padding: 4px 6px 3px 6px;
  display: inline-block;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_special .school {
    flex-wrap: wrap;
    gap: 5px 5px;
  }
}
body.past_result section.result_special .theme {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  line-height: 1;
  width: 50%;
  margin: 20px auto 40px auto;
}
body.past_result section.result_special .theme .ruby {
  text-align: center;
  font-size: 12%;
  text-align: justify;
  letter-spacing: 0;
  width: 88%;
  margin: 0 auto 10px auto;
  display: block;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_special .theme .ruby {
    width: 80%;
  }
}
body.past_result section.result_special .theme .kanji {
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: keep-all;
}
body.past_result section.result_special .theme .kanji span {
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_special .theme {
    width: 80%;
  }
}
body.past_result section.result_special .theme .ruby {
  font-size: 0.75rem;
  width: 70%;
  margin: 0 auto 8px auto;
}
@media screen and (max-width: 767px) {
  body.past_result section.result_special .theme .ruby {
    width: 90%;
  }
}
body.past_result section.result_special .theme .kanji {
  font-size: 5rem;
}
@media screen and (max-width: 1080px) {
  body.past_result section.result_special .theme .kanji {
    font-size: 4rem;
  }
}
body.past_result section.result_special img {
  width: 100%;
}
body.past_result .select {
  max-width: 280px;
  margin: 0 auto 80px auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.past_result .select {
    margin-bottom: 40px;
  }
}
body.past_result .select select {
  color: #3c7ea4;
  font-weight: bold;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: solid 1px #3c7ea4;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.past_result .select:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  border: 2px solid #3c7ea4;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
html,
body {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px /* タブレット時の要素サイズ */;
  }
}
body.past_result {
  font-family: sans-serif;
  font-feature-settings: 'palt';
  background-image: linear-gradient(180deg, #d5e6f0 0%, #fff 100%);
  scroll-padding-top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.past_result #result_container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
body.past_result h1 {
  width: 66%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.past_result h1 {
    width: 90%;
  }
  body.past_result .m_h2 {
    margin-bottom: 30px;
  }
}
body.past_result .m_h2 h2 {
  background-position: center bottom 4px;
  background-size: 120% 15px;
}
body.past_result .m_h2 div {
  font-size: 4rem;
}
@media screen and (max-width: 1080px) {
  body.past_result .m_h2 div {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  body.past_result .m_h2 div {
    font-size: 9vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 1080px) {
  body.past_result .m_h2 span {
    margin-top: -20px;
  }
}
body.past_result h3 {
  text-align: center;
  color: #fff;
  font-family: biz-udpmincho, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 3px;
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 10%, #448eb9 50%, rgba(255,255,255,0) 90%);
  margin-bottom: 40px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 1080px) {
  body.past_result h3 {
    font-size: 2.5rem;
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, #448eb9 50%, rgba(255,255,255,0) 100%);
    border: 1px solid #fff;
    border-width: 1px 0;
  }
}
@media screen and (max-width: 767px) {
  body.past_result h3 {
    font-size: 2rem;
  }
}
/* -------------------------------------
 * スマホ用
 * -------------------------------------
@media screen and (max-width 1070px)
  .result_area_block p
    font-size 95% !important
  .result_area_block
    min-width 350px
@media screen and (max-width 910px)
  .result_area_block p
    font-size 120% !important
    margin-bottom 15px
  .result_area_block
    width calc(100% - 2px)
@media screen and (max-width 960px)
  .result_area1 .text_block
    text-align center !important
    width 100% !important
    display block
    float left
    clear both
  .result_area1 img
    width 100%
    height auto
    margin-bottom 30px
    display block
    float left
    clear both
  .result_area1 .podium
    color #427dd8
    font-size 35px
    font-family YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'
    font-weight 400
    text-align center
    letter-spacing 5px
    width 90%
    display block
    position absolute
  .result_area1 .podium span
    font-size 40px !important
    font-weight 600 !important
  .result_area1 .score
    margin-left 65%
  .result_area1 .school
    text-align center
    width 100%
    margin 90px 0 0 0
    display block
  .result_area1 .theme
    font-size 55px !important
  .result_area2 .text_block, .result_area3 .text_block
    text-align center
    width 46%
    margin 30px 2% 50px 2%
    display block
    float left
  .result_area2 .school, .result_area3 .school
    font-size 13px !important
  .result_area2 .score
    margin-left 240px
  .result_area2 .theme, .result_area3 .theme
    font-size 45px !important
  .result_area2 .podium span
    font-size 40px !important
  .result_area3 .podium span
    font-size 30px !important
@media screen and (max-width 670px)
  .result_area2 .school, .result_area3 .school
    text-align center
    width 100%
    margin 50px 0 0 0
    display block
  .result_area2 .score
    margin 0 auto !important
    position relative
    float none !important
    clear both
  .result_area2 .school
    text-align center
    width 100%
    margin 20px 0 10px 0
    display block
  .result_area3 .podium span
    font-size 25px !important
    font-weight 600 !important
  .result_area2 .theme, .result_area3 .theme
    font-size 40px !important
@media screen and (max-width 570px)
  .result_area2 .school, .result_area3 .school
    text-align center
    width 100%
    margin 65px 0 0 0
    display block
  .result_area2 .score
    margin 0 auto !important
    position relative
    float none !important
    clear both
  .result_area2 .school
    text-align center
    width 100%
    margin 20px 0 10px 0
    display block
  .result_area3 .podium span
    font-size 20px !important
    font-weight 600 !important
  .result_area2 .theme, .result_area3 .theme
    font-size 33px !important
 */

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