@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: #fdfae4;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

@media screen and (max-width: 1040px) {
  /* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* MediaPC/SP */
/* ============================================ */

@media screen and (max-width: 1040px) {
  .mediaPC {
    display: none;
  }
}



/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
}

body .application {
  background: url(../img/wave.png) left top repeat-x;
  padding: 100px 0 58px;
  width: 100%;
}

@media screen and (max-width: 1040px) {
  body .application {
    background: url(../img/wave_sp.png);
    background-size: 100% 100%;
    padding: 64px 0 58px;
  }
}

body .application .for_application {
  width: 392px;
  height: 60px;
  background: #f2b818;
  color: #000000;
  text-align: center;
  position: relative;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  transition: all ease .3s;
  border: 2px solid #f2b818;
}

body .application .for_application p {
  line-height: 56px;
}

@media screen and (max-width: 1040px) {
  body .application .for_application p {
    line-height: 52px;
  }
}

@media screen and (max-width: 1040px) {
  body .application .for_application {
    width: 320px;
    height: 52px;
  }
}

body .application .for_application img {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

@media screen and (max-width: 1040px) {
  body .application .for_application img {
    width: 18px;
    height: 14px;
  }
}

body .application .for_application:hover {
  background: #000000;
  color: #f2b818;
}

body .application .for_application:hover img {
  right: 6px;
}

body .scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: #fff;
  width: 55px;
  height: 55px;
  display: block;
  border: 2px solid #000000;
  transition: all ease .5s;
  opacity: 0;
  z-index: -9999;
}

body .scrollTop:hover {
  background: #f2b818;
}

body .scrollTop img {
  transform: rotate(-90deg);
  display: block;
  margin: 0 auto;
}

body .scrollTop_fadeIn {
  opacity: 1;
  z-index: 9999;
}

footer {
  background: #fdfae4;
  padding: 0 0 42px;
}

@media screen and (max-width: 1040px) {
  footer {
    padding: 0 0 38px;
  }
}

footer .footer_inner {
  display: flex;
  width: 1040px;
  justify-content: space-between;
  margin: 25px auto 0;
}

@media screen and (max-width: 1040px) {
  footer .footer_inner {
    flex-direction: column-reverse;
    align-items: center;
    width: 90%;
    max-width: 400px;
  }
}

footer .footer_inner p,
footer .footer_inner img {
  display: block;
}

footer .footer_inner img {
  max-width: 440px;
}

@media screen and (max-width: 1040px) {
  footer .footer_inner img {
    width: 100%;
    margin: 0 0 23px;
  }
}

footer .footer_inner p {
  padding-top: 10px;
  font-size: 14px;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1040px) {
  footer .footer_inner p {
    font-size: 12px;
  }
}

.underLayer_header {
  height: 224px;
  width: 100%;
  background: url(../img/underLayer_header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 14px 0 0;
}

@media screen and (max-width: 1040px) {
  .underLayer_header {
    background: url(../img/underLayer_header_sp.png);
    background-size: 100% 100%;
    height: 255px;
    padding: 0;
  }
}

.underLayer_header .logo {
  width: 102px;
  height: 63px;
  position: absolute;
  top: 53px;
  right: 45px;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .logo {
    width: 76px;
    height: 48px;
    top: 20px;
    right: 17px;
  }
}

.underLayer_header .countInfo {
  font-size: 12px;
  position: absolute;
  top: 45px;
  left: 45px;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .countInfo {
    font-size: 8px;
    top: 15px;
    left: 17px;
  }
}

.underLayer_header .countInfo .heading {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .countInfo .heading {
    font-size: 9px;
    margin: 0 5px 0 0;
  }
}

.underLayer_header .countInfo .count {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .countInfo .count {
    font-size: 35px;
  }
}

.underLayer_header .countInfo .count .jp_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .countInfo .count .jp_text {
    font-size: 17px;
  }
}

.underLayer_header .countInfo p:nth-of-type(2) {
  font-weight: bold;
}

.underLayer_header .countInfo p:nth-of-type(3) {
  margin: 12px 0 0;
  padding: 0 0 0 13px;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .countInfo p:nth-of-type(3) {
    margin: 0;
  }
}

.underLayer_header .countInfo p:nth-of-type(3) .attention_icon {
  position: absolute;
  top: 0;
  left: 0;
}

.underLayer_header .text_logo {
  width: 468px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .underLayer_header .text_logo {
    width: 334px;
    height: auto;
    transform: translateY(100px);
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.table_modal_wrapper {
  display: none;
}

.table_modal_wrapper .table_modal_back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88888;
  background: rgba(0, 0, 0, 0.85);
}

.table_modal_wrapper .close_btn_wrapper {
  width: 1040px;
  position: fixed;
  top: 12vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .close_btn_wrapper {
    width: 90%;
    top: 15vh;
  }
}

.table_modal_wrapper .close_btn_wrapper .close_btn {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .close_btn_wrapper .close_btn {
    width: 39px;
    height: 39px;
  }
  .table_modal_wrapper .close_btn_wrapper .close_btn img {
    width: 100%;
    height: 100%;
  }
}

.table_modal_wrapper .table_modal {
  width: 1040px;
  height: 60vh;
  background: #fdfae4;
  position: fixed;
  top: calc(12vh + 20px + 54px);
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 40px;
  overflow-y: scroll;
  z-index: 99999;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal {
    width: 90%;
    height: 70vh;
    padding: 30px 32px;
  }
}

.table_modal_wrapper .table_modal h1 {
  margin: 0 auto 24px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal h1 {
    margin: 0 auto 11px;
  }
}

.table_modal_wrapper .table_modal table {
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal table {
    width: 100%;
  }
}

.table_modal_wrapper .table_modal table col:nth-child(1) {
  width: 232px;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal table col:nth-child(1) {
    display: block;
    width: 100%;
  }
}

.table_modal_wrapper .table_modal table col:nth-child(2) {
  width: 728px;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal table col:nth-child(2) {
    display: block;
    width: 100%;
  }
}

.table_modal_wrapper .table_modal table tr:nth-child(1) {
  background: #f6ca51;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal table tr:nth-child(1) {
    display: none;
  }
}

.table_modal_wrapper .table_modal table tr th,
.table_modal_wrapper .table_modal table tr td {
  padding: 10px 0 14px;
  border: 1px solid #f2b818;
  font-size: 14px;
  line-height: 29px;
  vertical-align: middle;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal table tr th,
  .table_modal_wrapper .table_modal table tr td {
    display: inline-block;
    width: 100%;
    font-size: 12px;
  }
}

.table_modal_wrapper .table_modal table tr th:nth-child(1),
.table_modal_wrapper .table_modal table tr td:nth-child(1) {
  padding-left: 15px;
  padding-right: 23px;
}

.table_modal_wrapper .table_modal table tr th:nth-child(2),
.table_modal_wrapper .table_modal table tr td:nth-child(2) {
  padding-left: 18px;
  padding-right: 23px;
}

.table_modal_wrapper .table_modal table tr th {
  font-weight: bold;
}

@media screen and (max-width: 1040px) {
  .table_modal_wrapper .table_modal table tr th {
    background: #f2b818;
    padding: 11px 0 10px;
    font-size: 14px;
  }
}

.modal_show {
  display: block;
}

.top_header {
  width: 100%;
  height: 596px;
  background: url(../img/top_view_default.png) center bottom no-repeat;
  position: relative;
}

@media screen and (max-width: 1274px) {
  .top_header {
    height: 596px;
    background: url(../img/top_view_small.png) center bottom no-repeat;
  }
}

@media screen and (max-width: 414px) {
  .top_header {
    height: 480px;
    background: url(../img/top_view_sp.png);
    background-size: cover;
    background-position: bottom;
  }
}

.top_header .logo {
  width: 102px;
  height: 63px;
  position: absolute;
  top: 53px;
  right: 40px;
  cursor: pointer;
}

@media screen and (max-width: 1040px) {
  .top_header .logo {
    width: 76px;
    height: 48px;
    top: 20px;
    right: 17px;
  }
}

.top_header .countInfo {
  font-size: 12px;
  position: absolute;
  top: 45px;
  left: 45px;
}

@media screen and (max-width: 1040px) {
  .top_header .countInfo {
    font-size: 8px;
    top: 15px;
    left: 17px;
  }
}

.top_header .countInfo .heading {
  font-weight: bold;
  font-size: 14px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1040px) {
  .top_header .countInfo .heading {
    font-size: 9px;
    margin: 0 5px 0 0;
  }
}

.top_header .countInfo .count {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 1040px) {
  .top_header .countInfo .count {
    font-size: 35px;
  }
}

.top_header .countInfo .count .jp_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 1040px) {
  .top_header .countInfo .count .jp_text {
    font-size: 17px;
  }
}

.top_header .countInfo p:nth-of-type(2) {
  font-weight: bold;
}

.top_header .countInfo p:nth-of-type(3) {
  margin: 6px 0 0;
  padding: 0 0 0 13px;
  position: relative;
}

.top_header .countInfo p:nth-of-type(3) .attention_icon {
  position: absolute;
  top: 0;
  left: 0;
}

.top_header .content {
  width: 1040px;
  margin: 0 auto;
  padding: 120px 0 0;
}

@media screen and (max-width: 1040px) {
  .top_header .content {
    width: 100%;
    padding: 156px 0 0;
  }
}

.top_header .content .title {
  width: 668px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 1040px) {
  .top_header .content .title {
    width: 334px;
  }
}

@media screen and (max-width: 1040px) {
  .top_header .content .title img {
    width: 100%;
  }
}

.top_header .content .title p {
  text-align: end;
  color: #fff;
  font-size: 27px;
  transform: translateY(-35px);
}

@media screen and (max-width: 1040px) {
  .top_header .content .title p {
    font-size: 13px;
    transform: translateY(-22px);
  }
}

.top_header .content .form_wrap {
  width: 850px;
  margin: 0 auto;
  transform: translateY(-20px);
}

@media screen and (max-width: 1040px) {
  .top_header .content .form_wrap {
    width: 90%;
    margin: 55px auto 0;
  }
}

.top_header .content .form_wrap .form {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1040px) {
  .top_header .content .form_wrap .form {
    flex-direction: column;
    align-items: center;
  }
}

.top_header .content .form_wrap .form input {
  background: #fff;
  width: 687px;
  height: 62px;
  font-size: 16px;
  border-radius: 10px;
  padding: 0 0 0 21px;
}

@media screen and (max-width: 1040px) {
  .top_header .content .form_wrap .form input {
    width: 100%;
    height: 46px;
    font-size: 12px;
  }
}

.top_header .content .form_wrap .form button {
  background: #010101;
  display: block;
  width: 150px;
  height: 62px;
  text-align: center;
  margin: 0 0 0 13px;
  border-radius: 10px;
  border: 1px solid #f2b818;
}

@media screen and (max-width: 1040px) {
  .top_header .content .form_wrap .form button {
    width: 193px;
    height: 45px;
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_header .content .form_wrap .form button::after {
    color: #f2b818;
    content: "検索する";
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}

.top_header .content .form_wrap .form button img {
  transition: all ease .3s;
}

@media screen and (max-width: 1040px) {
  .top_header .content .form_wrap .form button img {
    width: 27px;
    height: 25px;
  }
}

.top_header .content .form_wrap .form button:hover img {
  transform: scale(0.8);
}

.top_main .search_part {
  background: #fdfae4;
  padding: 0 0 32px;
}

.top_main .search_part h1 {
  text-align: center;
  padding: 38px 0 34px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1040px) {
  .top_main .search_part {
    padding: 0 0 48px;
  }
  .top_main .search_part h1 {
    padding: 32px 0 23px;
  }
}

.top_main .search_part .tab_wrapper {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1040px) {
  .top_main .search_part .tab_wrapper {
    width: 90%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.top_main .search_part .tab_wrapper .part_tab {
  width: 336px;
  height: 47px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #f2b818;
  border-radius: 4px;
  cursor: pointer;
  margin: 7px 15px 7px 0;
  transition: all ease .3s;
}

.top_main .search_part .tab_wrapper .part_tab:hover {
  background: #e9e9e9;
}

@media screen and (max-width: 1040px) {
  .top_main .search_part .tab_wrapper .part_tab {
    width: 100%;
    margin: 5px 0;
  }
}

.top_main .search_part .tab_wrapper .part_tab:nth-child(3n) {
  margin: 7px 0;
}

@media screen and (max-width: 1040px) {
  .top_main .search_part .tab_wrapper .part_tab:nth-child(3n) {
    margin: 5px 0;
  }
}

.top_main .search_part .tab_wrapper .part_tab .icon {
  width: 48px;
  height: 48px;
  background: #f2b818;
  position: relative;
  border-radius: 4px 0 0 4px;
  margin: 0 15px 0 0;
}

.top_main .search_part .tab_wrapper .part_tab .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 36px;
  max-height: 36px;
  transform: translate(-50%, -50%);
}

.top_main .search_part .show_table {
  width: 392px;
  height: 60px;
  background: #000000;
  color: #f2b818;
  text-align: center;
  position: relative;
  border-radius: 30px;
  display: block;
  margin: 58px auto 0;
  transition: all ease .3s;
}

@media screen and (max-width: 1040px) {
  .top_main .search_part .show_table {
    width: 320px;
    height: 52px;
    font-size: 14px;
  }
}

.top_main .search_part .show_table img {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

@media screen and (max-width: 1040px) {
  .top_main .search_part .show_table img {
    width: 18px;
    height: 14px;
  }
}

.top_main .search_part .show_table:hover {
  background: #f2b818;
  color: #000000;
}

.top_main .search_part .show_table:hover img {
  right: 5px;
}

.result_nav {
  background: #fdfae4;
}

@media screen and (max-width: 1040px) {
  .result_nav {
    padding: 30px 0 0;
  }
}

.result_nav .nav_inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner {
    width: 90%;
  }
}

.result_nav .nav_inner .label_wrapper {
  display: flex;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .label_wrapper {
    width: 100%;
    justify-content: space-between;
  }
}

.result_nav .nav_inner .label_wrapper .label {
  width: 338px;
  height: 47px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  background: #f6dea3;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .label_wrapper .label {
    width: 49%;
  }
}

.result_nav .nav_inner .label_wrapper .label:nth-child(2) {
  margin: 0 0 0 14px;
}

.result_nav .nav_inner .label_wrapper .current {
  background: #f2b818;
}

.result_nav .nav_inner .search_name {
  display: none;
  padding: 37px 34px 38px;
  border: 2px solid #f5c248;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_name {
    padding: 19px 0 25px;
  }
}

.result_nav .nav_inner .search_name .form_wrap {
  margin: 0 auto;
}

.result_nav .nav_inner .search_name .form_wrap .form {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_name .form_wrap .form {
    flex-direction: column;
    align-items: center;
  }
}

.result_nav .nav_inner .search_name .form_wrap .form input {
  background: #fff;
  width: 831px;
  height: 62px;
  font-size: 16px;
  border-radius: 10px;
  padding: 0 0 0 21px;
  border: 1px solid #f2b818;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_name .form_wrap .form input {
    width: 92%;
    font-size: 12px;
    height: 45px;
  }
}

.result_nav .nav_inner .search_name .form_wrap .form button {
  background: #010101;
  display: block;
  width: 150px;
  height: 62px;
  text-align: center;
  margin: 0 0 0 11px;
  border-radius: 10px;
  border: 1px solid #f2b818;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_name .form_wrap .form button {
    width: 193px;
    height: 45px;
    margin: 17px 0 0;
    position: relative;
  }
  .result_nav .nav_inner .search_name .form_wrap .form button::after {
    content: "検索する";
    font-size: 16px;
    color: #f2b818;
    margin: 0 0 0 10px;
    text-align: center;
  }
  .result_nav .nav_inner .search_name .form_wrap .form button img {
    width: 27px;
    height: 25px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.result_nav .nav_inner .search_name .form_wrap .form button img {
  transition: all ease .3s;
}

.result_nav .nav_inner .search_name .form_wrap .form button:hover img {
  transform: scale(0.8);
}

.result_nav .nav_inner .search_name.show_menu {
  display: block;
}

.result_nav .nav_inner .search_part {
  border: 2px solid #f5c248;
  padding: 21px 19px 0 19px;
  display: none;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_part {
    padding: 18px 10px 15px;
  }
}

.result_nav .nav_inner .search_part .category {
  font-size: 14px;
  background: #fdecc1;
  padding: 6px 16px;
  height: 27px;
  margin: 8px 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 14px;
}

.result_nav .nav_inner .search_part .category:hover {
  background: #f2b818;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_part .category {
    font-size: 12px;
    margin: 5px 1px;
    padding: 6px 12px;
  }
}

.result_nav .nav_inner .search_part .current {
  background: #f2b818;
  cursor: text;
}

.result_nav .nav_inner .search_part .show_table {
  width: 291px;
  height: 38px;
  background: #000000;
  color: #f2b818;
  position: relative;
  border-radius: 19px;
  display: block;
  margin: 25px auto 27px;
  transition: all ease .3s;
}

@media screen and (max-width: 1040px) {
  .result_nav .nav_inner .search_part .show_table {
    width: 305px;
    height: 52px;
    margin: 25px auto 0;
    border-radius: 52px;
  }
}

.result_nav .nav_inner .search_part .show_table p {
  margin: 0 0 0 19px;
  font-size: 14px;
}

.result_nav .nav_inner .search_part .show_table img {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

.result_nav .nav_inner .search_part .show_table:hover {
  background: #f2b818;
  color: #000000;
}

.result_nav .nav_inner .search_part .show_table:hover img {
  right: 5px;
}

.result_nav .nav_inner .search_part.show_menu {
  display: block;
}

.result_nav .nav_inner .fadein {
  animation: fadein 2s;
}

.result_nav .nav_inner .fadeout {
  animation: fadeout 2s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.result_main {
  background: #fdfae4;
  padding: 49px 0 20px;
}

.result_main .overview {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .result_main {
    padding: 49px 0 40px;
  }
  .result_main .overview {
    width: 90%;
    display: block;
  }
}

.result_main .overview h1 {
  font-weight: bold;
}

@media screen and (max-width: 1040px) {
  .result_main .overview h1 {
    font-size: 14px;
  }
}

.result_main .overview h1 .emphasize {
  font-size: 32px;
}

@media screen and (max-width: 1040px) {
  .result_main .overview h1 .emphasize {
    font-size: 21px;
  }
}

@media screen and (max-width: 1040px) {
  .result_main .overview form {
    transform: translateY(90px);
  }
}

.result_main .overview form .sort {
  display: flex;
  font-size: 13px;
}

.result_main .overview form .sort li {
  padding: 0 15px;
  cursor: pointer;
  height: 13px;
  overflow: visible;
}

@media screen and (max-width: 1040px) {
  .result_main .overview form .sort li {
    font-size: 14px;
    padding: 0 7px;
    height: 16px;
  }
}

.result_main .overview form .sort .chooseNumber {
  display: flex;
  cursor: text;
  padding: 0 0 0 15px;
}

.result_main .overview form .sort .chooseNumber select {
  appearance: auto;
  width: 61px;
  height: 25px;
  padding: 0 0 0 15px;
  background: #fff;
  transform: translateY(-6px);
  margin: 0 0 0 16px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 1040px) {
  .result_main .overview form .sort .chooseNumber select {
    margin: 0 0 0 7px;
  }
}

.result_main .overview form .sort li:nth-child(n+2) {
  border-left: 1px solid #000000;
}

.result_main .overview form .sort .current a {
  text-decoration: underline 2px #f2b818;
}

.result_main .refinement {
  width: 1040px;
  margin: 22px auto 37px;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .result_main .refinement {
    z-index: 9888;
  }
}

@media screen and (max-width: 1040px) {
  .result_main .refinement {
    width: 90%;
    transform: translateY(-18px);
  }
}

.result_main .refinement .show_refinement {
  width: 255px;
  height: 41px;
  border-radius: 7px;
  background: #000000;
  color: #f2b818;
  position: relative;
  padding: 0 0 0 19px;
}

@media screen and (max-width: 1040px) {
  .result_main .refinement .show_refinement {
    width: 100%;
    height: 45px;
    max-width: 400px;
  }
}

.result_main .refinement .show_refinement img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

.result_main .refinement .show_refinement .rotate {
  transform: rotate(180deg) translateY(3px);
}

.result_main .refinement .refinement_form {
  position: absolute;
  top: 43px;
  background: #fff;
  width: 100%;
  border: 2px solid #010101;
  padding: 9px 19px 23px;
  display: none;
  z-index: 9999;
}

.result_main .refinement .refinement_form label {
  display: inline-block;
  font-size: 14px;
  margin: 14px 15px 0 0;
  position: relative;
  padding: 0 0 0 16px;
}

@media screen and (max-width: 1040px) {
  .result_main .refinement .refinement_form label {
    display: block;
  }
}

.result_main .refinement .refinement_form label input {
  position: absolute;
  top: 2px;
  left: 0;
}

.result_main .refinement .refinement_form button {
  display: block;
  width: 130px;
  height: 38px;
  border-radius: 6px;
  background: #000000;
  color: #f2b818;
  position: relative;
  padding: 0 0 0 22px;
  margin: 16px auto 0;
  transition: all ease .3s;
}

.result_main .refinement .refinement_form button:hover {
  background: #f2b818;
  color: #000000;
}

.result_main .refinement .refinement_form button:hover img {
  right: 7px;
}

.result_main .refinement .refinement_form button img {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

.result_main .refinement .form_show {
  display: block;
}

.result_main .refinement .fadein {
  animation: fadein 2s;
}

.result_main .refinement .fadeout {
  animation: fadeout 2s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.result_main .refinement_form_back {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8888;
  display: none;
}

.result_main .show_trigger {
  display: block;
}

.result_main .result_wrapper {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

.result_main .result_wrapper .result {
  background: #fff;
  width: 510px;
  min-height: 163px;
  height: auto;
  border-radius: 9px;
  border: 1px solid #f2b818;
  position: relative;
  margin: 8px 0;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper .result {
    width: 100%;
    min-height: 128px;
  }
}

.result_main .result_wrapper .result:nth-child(2n) {
  margin-left: 19px;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper .result:nth-child(2n) {
    margin-left: 0;
  }
}

.result_main .result_wrapper .result .result_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 18px 18px 14px 12px;
  border-left: 4px solid #fbb308;
  min-height: 131px;
  height: auto;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper .result .result_inner {
    min-height: 110px;
    margin: 10px 7px 7px 7px;
    border-left: 2px solid #fbb308;
  }
}

.result_main .result_wrapper .result .result_inner .img_wrap {
  /* position: absolute;
  right: 18px;
  top: 21px; */
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result_main .result_wrapper .result .result_inner .img_wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 120px;
  max-height: 120px;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper .result .result_inner .img_wrap {
    width: 80px;
    height: 80px;
  }

  .result_main .result_wrapper .result .result_inner .img_wrap img {
    max-width: 80px;
    max-height: 80px;
  }
}

.result_main .result_wrapper .result .result_inner .txt_wrap {
  flex: 1;
}


.result_main .result_wrapper .result .result_inner h2 {
  font-size: 14px;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper .result .result_inner h2 {
    font-size: 12px;
  }
}

.result_main .result_wrapper .result .result_inner h2 .emphasize {
  font-size: 20px;
  font-weight: bold;
}

.result_main .result_wrapper .result .result_inner .result_category {
  color: #fb7508;
  font-size: 14px;
  margin: 13px 0 17px;
}

@media screen and (max-width: 1040px) {
  .result_main .result_wrapper .result .result_inner .result_category {
    font-size: 12px;
    width: calc(100% - 90px);
  }
}

.result_main .result_wrapper .result .result_inner .result_category .emphasize {
  font-size: 16px;
}

.result_main .result_wrapper .result .result_inner .icon_wrap {
  display: flex;
}

.result_main .result_wrapper .result .result_inner .icon_wrap a {
  margin: 0 5px 0 0;
  display: block;
  width: 32px;
  height: 32px;
}

.result_main .result_wrapper .result .result_inner .icon_wrap a:hover {
  opacity: 0.5;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .twitter {
  background-image: url(../img/twitter_iconpng.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .youtube {
  background-image: url(../img/youtube_icon.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .facebook {
  background-image: url(../img/facevook_iconpng.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .instagram {
  background-image: url(../img/instagram_icon.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .link1 {
  background-image: url(../img/link_icon_pink.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .link2 {
  background-image: url(../img/link_icon_green.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_wrapper .result .result_inner .icon_wrap .link3 {
  background-image: url(../img/link_icon_yellow.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.result_main .result_count {
  margin: 69px 0 58px;
  text-align: center;
}

.result_main .pagination {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result_main .pagination li {
  min-width: 55px;
  height: 55px;
  background: #f6dea3;
  font-size: 24px;
  position: relative;
  border-radius: 50%;
  margin: 3px;
  transition: all ease .3s;
}

.result_main .pagination li:hover {
  background: #f2b818;
}

@media screen and (max-width: 1040px) {
  .result_main .pagination li {
    font-size: 13px;
    min-width: 31px;
    height: 31px;
  }
}

.result_main .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 55px;
}

@media screen and (max-width: 1040px) {
  .result_main .pagination li a {
    line-height: 31px;
  }
}

.result_main .pagination .current {
  background: #f2b818;
}

.result_main .pagination .prev,
.result_main .pagination .next {
  width: 130px;
  border-radius: 28px;
  margin: 0 10px;
}

@media screen and (max-width: 1040px) {
  .result_main .pagination .prev,
  .result_main .pagination .next {
    width: 75px;
    height: 31px;
  }
}

.form_main {
  background: #fdfae4;
}

.form_main .attention {
  width: 848px;
  margin: -1em auto 3em auto;
  padding: 24px 34px 10px 34px;
  border: 2px solid #efcc00;
}

@media screen and (max-width: 1040px) {
  .form_main .attention {
    width: 90%;
    margin: -1em auto 2em auto;
    padding: 24px 24px 10px 24px;
    border: 2px solid #efcc00;
  }
}

.form_main .attention ul li {
  margin-bottom: 1em;
  padding-left: 38px;
  font-size: 0.95em;
  line-height: 24px;
  background: url(../img/icn_attention.png) left top no-repeat;
}

.form_main #errormsgbox {
  margin-bottom: 1.5em;
  text-align: center;
  color: #df0101;
}

.form_main .errormsg {
  display: block;
  margin-top: 1em;
  color: #df0101;
  font-size: 0.92em;
}

.form_main h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 42px 0 62px;
}

.form_main p.att_form {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.8em;
}

.form_main .boxForm {
  width: 1040px;
  margin: 0 auto;
  padding: 0 0 30px;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm {
    width: 90%;
    padding: 0 0 40px;
  }

  .form_main p.att_form {
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
  }
}

.form_main .boxForm .row {
  display: flex;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #f2b818;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm .row {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 0 19px;
  }
}

.form_main .boxForm .row .left {
  width: 240px;
  display: flex;
  font-weight: bold;
  font-size: 16px;
}

.form_main .boxForm .row .left .filetxt {
  display: block;
  margin-top: 0.7em;
  color: #666;
  font-weight: normal;
  font-size: 0.85em;
}

.form_main .boxForm .row .left .subtxt {
  display: block;
  margin-top: 0.4em;
  text-indent: -0.5em;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .left {
    width: auto;
    margin: 0 0 11px;
  }
}

.form_main .boxForm .row .left .required {
  display: block;
  width: 56px;
  height: 19px;
  background: #df0101;
  color: #fff;
  border-radius: 9px;
  text-align: center;
  font-size: 14px;
  padding: 1px 0;
  margin: 0 0 0 14px;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .left .required {
    font-size: 12px;
  }
}

.form_main .boxForm .row .right {
  position: relative;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .right {
    width: 100%;
  }
}

.form_main .boxForm .row .right input[type="text"] {
  width: 405px;
  height: 44px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 16px 0 13px 13px;
  font-weight: 100;
  color: #333;
  border-radius: 5px;
}

.form_main .boxForm .row .right textarea {
  width: 520px;
  height: 140px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 16px 0 13px 13px;
  font-weight: 100;
  color: #333;
  border-radius: 5px;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .right textarea {
    width: 100%;
  }
}

.form_main .boxForm .row .right input::placeholder {
  color: #cecece;
}

.form_main .boxForm .row .right input:-ms-input-placeholder {
  color: #cecece;
}

.form_main .boxForm .row .right.imageFile label {
  display: block;
}

.form_main .boxForm .row .right.imageFile .external {
  display: block;
  margin: 1em 0;
  text-decoration: underline; 
}

.form_main .boxForm .row .right.imageFile .external:hover {
  text-decoration: none;
}

.form_main .boxForm .row .right.imageFile .fileName {
  display: block;
  margin-bottom: 1em;
}

.form_main .boxForm .row .right.imageFile p {
  margin: 1em 0;
}

.form_main .boxForm .row .right.imageFile .fileinput {
  display: none;
}

.form_main .boxForm .row .right.imageFile .btnfile {
  display: inline-block;
  width: 250px;
  height: 68px;
  background: #f2b818;
  border-radius: 34px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  transition: all ease .3s;
  line-height: 68px;
}

.form_main .boxForm .row .right.imageFile .btnfile:hover {
  color: #f2b818;
  background-color: #000;
}

.form_main .boxForm .row .right.imageFile .filename {
  margin-left: 20px;
}


@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .right.imageFile .filename {
    display: none;
  }
  .form_main .boxForm .row .right.imageFile span {
    display: none;
  }

  .form_main .boxForm .row .right.imageFile .btnfile {
    display: block;
    height: auto;
    background: none;
  }
  .form_main .boxForm .row .right.imageFile .btnfile .fileinput {
    display: block;
    line-height: 1.6;
    font-size: 15px;
  }
  .form_main .boxForm .row .right.imageFile .btnfile:hover {
    color: inherit;
    background-color: inherit;
  }
  
}


@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .right input[type="text"] {
    width: 100%;
  }
}

.form_main .boxForm .row .right .file {
  border: none;
  background: none;
  padding: 0;
  height: 100%;
}

@media screen and (max-width: 1040px) {
  .form_main .boxForm .row .right .file {
    margin-top: 27px;
  }
}

.form_main .boxBtn {
  text-align: center;
}

.form_main .boxBtn form.inline {
  display: inline-block;
  margin: 0 0.5em;
}

.form_main .for_check {
  margin: 59px auto 0;
  background: #f2b818;
  border-radius: 34px;
  width: 250px;
  height: 68px;
  display: block;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  transition: all ease .3s;
  line-height: 68px;
}

.form_main .for_check.for_back {
  background: #333 !important;
  color: #fff;
}

.form_main .for_check:hover {
  background: #000000;
  color: #f2b818;
  font-weight: normal;
}

.form_main .for_check.for_back:hover {
  background: #666 !important;
}

@media screen and (max-width: 1040px) {
  .form_main .for_check {
    margin: 33px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */