@charset "UTF-8";
/*
primary: 第1
secondary: 第2
tertiary: 第3
quaternary: 第4
quinary: 第5
senary: 第6
septenary: 第7
octonary: 第8
nonary: 第9
denary: 第10
*/
@font-face {
  font-family: "Arial ce";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ArialCE.ttf") format("truetype");
}
@font-face {
  font-family: "calibri";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Calibri.ttf") format("truetype");
}
/* =======================================================================
　normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none !important;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: middle;
}

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

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #A3A3A3;
}

::-moz-placeholder {
  color: #A3A3A3;
}

:-ms-input-placeholder {
  color: #A3A3A3;
}

::-ms-input-placeholder {
  color: #A3A3A3;
}

::placeholder {
  color: #A3A3A3;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

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

.m-pc {
  display: block;
}

.m-sp {
  display: none;
}

.m-wrap {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-link {
  color: #0497E0;
  border-bottom: 2px solid #0497E0;
  font-size: 2rem;
}

.m-ttl02 {
  font-size: 4rem;
  font-family: "calibri", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.th .m-ttl02 {
  font-family: "Noto Sans Thai", sans-serif;
}

.m-btn {
  background: #0097E0 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 2.1rem;
}
.m-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.m-input-txt, .m-input-select {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  font-size: 2rem;
  border: 1px solid #A3A3A3;
}
.m-input-txt {
  color: #212121;
}
.m-input-select {
  color: #a3a3a3;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
.m-input-btn {
  background: #0097E0 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.m-input-btn:hover {
  opacity: 0.8;
}
.m-input-check {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .m-pc {
    display: none;
  }
  .m-sp {
    display: block;
  }
  .m-link {
    color: #0497E0;
    border-bottom: 2px solid #0497E0;
    font-size: 1.6rem;
  }
  .m-ttl02 {
    font-size: 2.8rem;
  }
  .m-input-select {
    background-color: #fff;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  font-family: "Arial ce", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
}
body.th {
  font-family: "Noto Sans Thai", sans-serif;
}

input:-moz-placeholder-shown {
  color: #a3a3a3;
}

input:-ms-input-placeholder {
  color: #a3a3a3;
}

input:placeholder-shown {
  color: #a3a3a3;
}
input::-webkit-input-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

#l-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-width: 1208px;
}

/* =======================================================================
module
======================================================================= */
.u-pb-100 {
  padding-bottom: 100px;
}

/* =======================================================================
共通
======================================================================= */
.page-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.page-ttl {
  font-size: 2.8rem;
  font-family: "calibri", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.th .page-ttl {
  font-family: "Noto Sans Thai", sans-serif;
}

.content {
  background: #BBDFF6;
}
.content-area {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

/* =======================================================================
header
======================================================================= */
.h-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.h-logo {
  max-width: 254px;
}
.h-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 13px;
}
.h-lang-txt {
  font-size: 2rem;
}
.h-lang-select {
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #000;
  line-height: 1;
  padding: 2px 16px 2px 4px;
}
.h-lang-select .current::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 4px;
  margin: auto;
}
.h-lang-list {
  display: none;
  position: absolute;
  top: 22px;
  left: -1px;
  border: 1px solid #000;
  -webkit-animation: langFade 0.7s 0.08s both;
          animation: langFade 0.7s 0.08s both;
}
.h-lang-list.on {
  display: block;
}
@-webkit-keyframes langFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes langFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h-lang-list li {
  padding: 4px 16px 2px 5px;
}
.h-lang-list li:nth-child(n+3) {
  border-top: 1px solid #000;
}

.search .h {
  margin-bottom: 70px;
}

.results .h {
  margin-bottom: 80px;
}

.not .h {
  margin-bottom: 80px;
}

/* =======================================================================
footer
======================================================================= */
.ft {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0097E0;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ft-copy {
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  /* =======================================================================
  共通
  ======================================================================= */
  .wrapper {
    padding: 0 15px;
  }
  .page-ttl {
    font-size: 2rem;
  }
  /* =======================================================================
  header
  ======================================================================= */
  .h-container {
    margin: 10px 10px 0;
  }
  .h-select {
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #000;
    margin: 0 0 0 5px;
  }
  .h-logo {
    max-width: 160px;
  }
  .h-lang {
    margin-top: 5px;
  }
  .h-lang-txt {
    font-size: 1.6rem;
  }
  .search .h {
    margin-bottom: 70px;
  }
  .results .h {
    margin-bottom: 50px;
  }
  .not .h {
    margin-bottom: 70px;
  }
  /* =======================================================================
  footer
  ======================================================================= */
  .ft {
    height: 35px;
  }
  .ft-copy {
    font-size: 1.2rem;
  }
}
/* =======================================================================
Search
======================================================================= */
.search.content {
  padding: 65px 0;
  margin: 10px auto;
}

.search .content-area-txt {
  width: 440px;
  font-size: 2rem;
  padding-bottom: 40px;
}
.search .content-area-input h3 {
  font-size: 18px;
  font-weight: 600;
}
.search .content-area-input h3:last-of-type {
  margin-top: 1rem;
}
.search .content-area-btn {
  margin-top: 3rem;
  text-align: center;
}
.search .content-area-btn .m-input-btn {
  max-width: 270px;
  width: 100%;
  height: 44px;
  margin: auto;
  font-size: 2.5rem;
}
.search .content-area-out {
  margin-top: 30px;
}
.search .content-area-out-txt {
  margin-bottom: 5px;
}
.search .content-area-out ul {
  padding-left: 1em;
  list-style: disc;
  width: 82%;
}

/* =======================================================================
Results
======================================================================= */
.results.content {
  padding: 25px 0 35px;
  margin: 15px auto 45px;
}

.results .content-area-name {
  font-size: 2rem;
}
.results .content-area-num {
  font-size: 3.2rem;
}
.results .content-area-tearm {
  padding: 20px;
  margin: 20px auto 10px;
  background: #fff;
  border: 2px solid #A3A3A3;
  height: 180px;
  overflow-y: scroll;
}
.results .content-area-tearm dl {
  margin-bottom: 25px;
}
.results .content-area-tearm dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 0px;
}
.results .content-area-tearm dl dt.first {
  padding-bottom: 15px;
}
.results .content-area-tearm dl dd {
  font-size: 1.4rem;
}
.results .content-area-tearm dl dd li {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.results .content-area-tearm dl dd a {
  text-decoration: underline;
  color: #0097E0;
}
.results .content-area-tearm dl:last-of-type {
  margin-bottom: 0;
}
.results .content-area label.disabled {
  opacity: 0.3;
}
.results .content-area-btn {
  margin-top: 25px;
}
.results .content-area-btn button[type=button][disabled] {
  opacity: 0.3;
}
.results .content-area-btn .m-btn {
  max-width: 48%;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 8px 0;
  font-size: 2rem;
  line-height: 1.2;
}

/* =======================================================================
Not
======================================================================= */
.not.content {
  padding: 60px 0 45px;
  margin: 15px auto 175px;
}

.not .content-area {
  max-width: 660px;
}
.not .content-area-txt {
  font-size: 2.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.not .content-area-note {
  font-size: 2rem;
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto;
}
.not .content-area-btn {
  margin-top: 45px;
  text-align: center;
}
.not .content-area-btn .m-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 70px;
  margin: auto;
  font-size: 2.1rem;
}

@media screen and (max-width: 1024px) {
  /* =======================================================================
  Search
  ======================================================================= */
  .search.content {
    padding: 30px 15px;
  }
  .search .content-area-txt {
    width: unset;
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
  .search .content-area-btn {
    margin-top: 40px;
    text-align: center;
  }
  .search .content-area-btn .m-input-btn {
    max-width: 200px;
    width: 100%;
    height: 38px;
    font-size: 2rem;
    margin: auto;
  }
  .search .content-area-out ul {
    width: 100%;
  }
  /* =======================================================================
  Results
  ======================================================================= */
  .results.content {
    padding: 15px 15px 25px;
    margin: 10px 0 35px;
  }
  .results .content-area-name {
    font-size: 1.6rem;
  }
  .results .content-area-num {
    font-size: 2.8rem;
  }
  .results .content-area-tearm {
    padding: 10px;
    margin: 10px auto 8px;
    background: #fff;
    border: 2px solid #A3A3A3;
    height: 250px;
    overflow-y: scroll;
  }
  .results .content-area-tearm dl {
    margin-bottom: 25px;
  }
  .results .content-area-tearm dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
  .results .content-area-tearm dl dd {
    font-size: 1.2rem;
  }
  .results .content-area-tearm dl:last-of-type {
    margin-bottom: 0;
  }
  .results .content-area-btn {
    margin-top: 20px;
  }
  .results .content-area-btn .m-btn {
    max-width: 48%;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 5px 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  /* =======================================================================
  Not
  ======================================================================= */
  .not.content {
    padding: 30px 15px 25px;
    margin: 15px 0 65px;
  }
  .not .content-area-txt {
    font-size: 2rem;
  }
  .not .content-area-note {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .not .content-area-btn {
    margin-top: 25px;
  }
  .not .content-area-btn .m-btn {
    max-width: 200px;
    width: 100%;
    height: 50px;
    margin: auto;
    font-size: 1.8rem;
  }
}