@font-face {
  font-family: LINESeed-XBd;
  src: url("../font/LINESeed_XBd.woff2") format("woff2"), url("../font/LINESeed_XBd.woff") format("woff");
}
@font-face {
  font-family: LINESeed-Bd;
  src: url("../font/LINESeed_Bd.woff2") format("woff2"), url("../font/LINESeed_Bd.woff") format("woff");
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
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, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

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

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

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

select,
input,
button {
  margin: 0;
  vertical-align: baseline;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

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

em, cite {
  font-style: normal;
}

table, th, td {
  border: none;
}

fieldset {
  border: none;
}

fieldset legend {
  overflow: hidden;
  clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

hr {
  display: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

input,
button,
textarea {
  border: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-family: system-ui, -apple-system, "BlinkMacSystemFont", Roboto, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #2c53de;
}

input,
button {
  padding: 0;
  border: none;
  background-color: transparent;
}

input,
select,
textarea,
button,
pre {
  color: #000;
  font-family: system-ui, -apple-system, "BlinkMacSystemFont", Roboto, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-delay: -1s !important;
    animation-duration: 1s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  height: 100vh;
  min-height: -webkit-fill-available;
}

body,
.LyWrap {
  height: 100%;
}

.LyWrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.LyWrap:not(.typeTOP) .LyContents {
  background-color: #f8f9fa;
}
@media screen and (max-width: calc(1180px - 1px)) {
  .LyWrap.MdOverlay01 .LyContents::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .LyWrap.MdOverlay01 .LyContents::after {
    z-index: 3;
  }
}

.LyHead {
  flex: none;
  z-index: 9;
}
.LyHead .lyHeadInner {
  display: flex;
  flex: none;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  padding: 0 32px 0 40px;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
}
@media screen and (min-width: 1180px) {
  .LyHead {
    height: 80px;
  }
  .LyHead .lyHeadInner {
    height: 80px;
  }
}
@media screen and (max-width: calc(1180px - 1px)) {
  .LyHead {
    height: 47px;
  }
  .LyHead .lyHeadInner {
    padding: 0 8px 0 16px;
    height: 47px;
  }
}

.LyFoot {
  flex: none;
  padding: 35px 0 44px;
  background: #353a40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .LyFoot {
    padding: 15px 0 20px;
  }
}

.LyContents {
  flex: 1 1 auto;
}
.LyContents .lyContentsInner {
  display: flex;
  margin: 0 auto;
}
.LyContents .LySub {
  z-index: 3;
}
@media screen and (min-width: 1180px) {
  .LyContents .lyContentsInner {
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: calc(740px + 340px + 60px);
  }
  .LyContents .LyMain {
    width: 740px;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(1180px - 1px)) {
  .LyContents .LyMain {
    box-sizing: border-box;
    margin: 0 auto;
    width: 740px;
  }
  .LyContents .LySub {
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 23px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .LyContents .LySub.ExClose {
    display: none;
  }
  .LyContents .LySub.ExOpen {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .LyContents .LyMain {
    width: 100%;
  }
  .LyContents .LySub {
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 23px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .LyContents .LySub.ExClose {
    display: none;
  }
  .LyContents .LySub.ExOpen {
    display: block;
  }
}

.MdGHD01Logo {
  flex: 1 1 auto;
}
.MdGHD01Logo a {
  color: inherit;
}
.MdGHD01Logo .mdGHD01Service {
  display: block;
  color: #06c755;
  font-family: LINESeed-XBd, sans-serif;
  font-weight: 900;
}
.MdGHD01Logo .mdGHD01Site {
  color: #1e1e1e;
  font-family: LINESeed-XBd, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: calc(1180px - 1px)) {
  .MdGHD01Logo .mdGHD01Service,
  .MdGHD01Logo .mdGHD01Site {
    font-size: 10px;
    line-height: 1;
  }
}
@media screen and (min-width: 1180px) {
  .MdGHD01Logo .mdGHD01Service,
  .MdGHD01Logo .mdGHD01Site {
    font-size: 16px;
    line-height: 1.84125;
  }
}

.MdGHD02Lang {
  position: relative;
}
.MdGHD02Lang .mdGHD02Btn {
  display: flex;
  align-items: center;
  color: #1e1e1e;
  font-weight: bold;
}
.MdGHD02Lang .mdGHD02SelectBox {
  z-index: 4;
  box-sizing: border-box;
  position: absolute;
  border: 1px solid #1e1e1e;
  background: #fff;
}
.MdGHD02Lang .mdGHD02Li a {
  display: block;
  white-space: nowrap;
  color: #737373;
  font-size: 13px;
  font-weight: bold;
}
.MdGHD02Lang .mdGHD02Li a:hover {
  color: #2c53de;
}
.MdGHD02Lang .mdGHD02Li.ExSelected a {
  color: #000;
}
.MdGHD02Lang.ExClose .mdGHD02SelectBox {
  display: none;
}
.MdGHD02Lang.ExOpen .mdGHD02SelectBox {
  display: block;
}
.MdGHD02Lang .MdIco01.mdIco01Sort {
  position: relative;
  top: -4px;
  margin: 0;
}
.MdGHD02Lang .MdIco01.mdIco01Check {
  margin: 0 4px 0 0;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 1180px) {
  .MdGHD02Lang .mdGHD02Btn {
    font-size: 16px;
  }
  .MdGHD02Lang .mdGHD02Close {
    display: none;
  }
  .MdGHD02Lang .mdGHD02SelectBox {
    top: 30px;
    left: -18px;
    padding: 10px 0;
    width: 125px;
  }
  .MdGHD02Lang .mdGHD02Li a {
    display: flex;
    align-items: center;
    padding: 6px 10px 6px 33px;
  }
  .MdGHD02Lang .mdGHD02Li.ExSelected a {
    padding-left: 16px;
  }
  .MdGHD02Lang .MdIco01.mdIco01Earth {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
  .MdGHD02Lang .MdIco01.mdIco01Sort {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: calc(1180px - 1px)) {
  .MdGHD02Lang {
    margin-right: 8px;
  }
  .MdGHD02Lang .mdGHD02Btn {
    height: 40px;
    font-size: 11px;
  }
  .MdGHD02Lang .mdGHD02SelectBox {
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    height: 100vh;
    border: none;
  }
  .MdGHD02Lang .mdGHD02Close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .MdGHD02Lang .mdGHD02Li {
    border-bottom: 1px solid #dee2e6;
  }
  .MdGHD02Lang .mdGHD02Li a {
    display: flex;
    align-items: center;
    padding: 0 12px 0 29px;
    height: 61px;
  }
  .MdGHD02Lang .mdGHD02Li.ExSelected a {
    padding-left: 12px;
  }
  .MdGHD02Lang .MdIco01.mdIco01Earth {
    width: 12px;
    height: 12px;
  }
  .MdGHD02Lang .MdIco01.mdIco01Sort {
    width: 18px;
    height: 18px;
  }
  .MdGHD02Lang .MdIco01.mdIco01Times {
    width: 24px;
    height: 24px;
  }
}

.MdGHD03Search {
  position: relative;
}
.MdGHD03Search .mdGHD03InputForm {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px 0 20px;
  border-radius: 100px;
  background-color: #f5f5f5;
}
.MdGHD03Search .mdGHD03Input {
  flex: 1 1 auto;
  color: #000;
  font-size: 14px;
}
.MdGHD03Search .mdGHD03Input::placeholder {
  color: #717171;
}
.MdGHD03Search .mdGHD03Input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.MdGHD03Search .mdGHD03Btn {
  display: flex;
  width: 40px;
  height: 40px;
}
.MdGHD03Search .mdGHD03List {
  z-index: 3;
  position: absolute;
  left: 0;
}
.MdGHD03Search .mdGHD03Ul {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 16px 10px;
  max-height: 200px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 10px 56.6px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.MdGHD03Search .mdGHD03Txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 9px;
  border: 1px solid transparent;
  color: #000;
  font-size: 13px;
}
.MdGHD03Search .mdGHD03Txt mark {
  background-color: transparent;
  font-weight: bold;
}
.MdGHD03Search .mdGHD03Li.ExHover .mdGHD03Txt {
  border-color: #218bff;
  border-radius: 4px;
}
.MdGHD03Search .MdIco01.mdIco01Search {
  padding: 10px;
}
.MdGHD03Search .MdIco01.mdIco01TimesCircle {
  color: #c8c8c8;
}
@media screen and (min-width: 1180px) {
  .MdGHD03Search {
    margin-left: 20px;
  }
  .MdGHD03Search.ExClose {
    display: block;
  }
  .MdGHD03Search .mdGHD03InputForm {
    width: 240px;
    height: 40px;
  }
  .MdGHD03Search .mdGHD03List {
    top: 49px;
    width: 242px;
  }
  .MdGHD03Search .MdIco01.mdIco01Search, .MdGHD03Search .MdIco01.mdIco01TimesCircle {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: calc(1180px - 1px)) {
  .MdGHD03Search {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    height: calc(100vh - 47px);
  }
  .MdGHD03Search.ExClose {
    display: none;
  }
  .MdGHD03Search.ExOpen {
    display: block;
  }
  .MdGHD03Search .mdGHD03Inner {
    box-sizing: border-box;
    padding: 14px 19px;
    background-color: #fff;
  }
  .MdGHD03Search .mdMN03Head {
    display: block;
    margin-bottom: 6px;
    color: #7c7c7c;
    font-size: 13px;
  }
  .MdGHD03Search .mdGHD03InputForm {
    height: 40px;
  }
  .MdGHD03Search .mdGHD03List {
    top: 80px;
    margin: 0 19px;
    width: calc(100% - 38px);
  }
  .MdGHD03Search .MdIco01.mdIco01Search {
    width: 24px;
    height: 24px;
  }
  .MdGHD03Search .MdIco01.mdIco01TimesCircle {
    width: 19px;
    height: 19px;
  }
}

.MdGHD04BtnSet {
  display: flex;
  align-items: center;
}
.MdGHD04BtnSet .mdGHD04Btn {
  display: flex;
  width: 40px;
  height: 40px;
  color: #1e1e1e;
}
@media screen and (min-width: 1180px) {
  .MdGHD04BtnSet {
    display: none;
  }
}
@media screen and (max-width: calc(1180px - 1px)) {
  .MdGHD04BtnSet .MdIco01.mdIco01Search, .MdGHD04BtnSet .MdIco01.mdIco01Times, .MdGHD04BtnSet .MdIco01.mdIco01Bars {
    width: 20px;
    height: 20px;
  }
}

.MdGFT01Copy {
  text-align: center;
  color: #a3a3a3;
  line-height: 1.6;
}
.MdGFT01Copy b {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .MdGFT01Copy {
    font-size: 11px;
  }
}

.MdGFT02Link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
  text-align: center;
  line-height: 1.6;
}
.MdGFT02Link a {
  color: #fff;
}
.MdGFT02Link .mdGFT02Li {
  padding: 0 35px;
}
.MdGFT02Link .mdGFT02Li:not(:first-child) {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .MdGFT02Link {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1;
  }
  .MdGFT02Link .mdGFT02Li {
    margin: 5px 0;
    padding: 0 15px;
  }
  .MdGFT02Link .mdGFT02Li:not(:first-child) {
    border-width: 1px;
  }
}
@media screen and (max-width: 429px) {
  .MdGFT02Link .mdGFT02Li:last-child {
    border-left: none;
  }
}

.MdSB01Menu .mdSB01Txt {
  flex: 1 1 auto;
  text-align: left;
  color: #111;
  font-weight: bold;
  line-height: 1.7;
}
.MdSB01Menu .mdSB01Ul01 {
  background-color: #fff;
}
.MdSB01Menu .mdSB01Ul01 a:hover .mdSB01Txt {
  text-decoration: underline;
  color: #2c53de;
}
.MdSB01Menu .mdSB01Li01Item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 16px;
  width: 100%;
  min-height: 62px;
  border-bottom: 1px solid #edeff0;
}
.MdSB01Menu .mdSB01Li01Item .mdSB01Txt {
  font-size: 15px;
}
.MdSB01Menu .mdSB01Li01Item[aria-expanded=true] {
  border-bottom: none;
}
.MdSB01Menu .mdSB01Li01Item[aria-expanded=true] .MdIco01.mdIco01ChevronDown {
  transform: rotate(180deg);
}
.MdSB01Menu .mdSB01Li01:last-child .mdSB01Li01Item {
  border-bottom: none;
}
.MdSB01Menu .mdSB01Ul02 {
  padding: 12px 0;
  border-radius: 12px;
  background-color: #f9fbfc;
}
.MdSB01Menu .mdSB01Li02Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 16px 10px 40px;
  min-height: 50px;
}
.MdSB01Menu .mdSB01Li02Item[aria-current] {
  background-color: #e9f2f6;
}
.MdSB01Menu .mdSB01Li02Item .mdSB01Txt {
  font-size: 13px;
}
.MdSB01Menu .mdSB01Li02:not(:first-child) {
  margin-top: 6px;
}
.MdSB01Menu .mdSB01Li02.ExSelected .mdSB01Li02Item {
  padding-left: 14px;
}
.MdSB01Menu .MdIco01.mdIco01ChevronDown, .MdSB01Menu .MdIco01.mdIco01ArrowOutSquare {
  flex: none;
  margin-left: 12px;
  width: 16px;
  height: 16px;
  color: #111;
}
.MdSB01Menu .MdIco01.mdIco01Check {
  margin-right: 13px;
  width: 13px;
  height: 13px;
  color: #111;
}
@media screen and (min-width: 1180px) {
  .MdSB01Menu {
    overflow: auto;
    padding: 60px 0;
    width: 340px;
  }
  .MdSB01Menu .mdSB01Ul01 {
    padding: 16px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
  }
}
@media screen and (max-width: calc(1180px - 1px)) {
  .MdSB01Menu .mdSB01Ul01 {
    padding: 66px 16px 16px;
  }
}

.MdBtn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}
.MdBtn01.mdBtn01P01 {
  background-color: #06c755;
  color: #fff;
}
.MdBtn01.mdBtn01P01 .MdIco01.mdIco01Plus, .MdBtn01.mdBtn01P01 .MdIco01.mdIco01Minus {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
}

[class^=MdBtn02] {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 40px;
  height: 44px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}
[class^=MdBtn02] .MdIco01.mdIco01Smile, [class^=MdBtn02] .MdIco01.mdIco01Frown {
  margin: 0 5px 0 0;
  width: 19px;
  height: 19px;
}

.MdBtn02P01 {
  min-width: 181px;
  background-color: #06c755;
  color: #fff;
}
.MdBtn02P01:disabled {
  border: 1px solid #d1d1d1;
  background-color: #fff;
  color: #d1d1d1;
}

.MdBtn02P02 {
  min-width: 174px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  color: #1f1f1f;
}
.MdBtn02P01 + .MdBtn02P02 {
  margin-left: 3px;
}
.MdBtn02P02 .MdIco01.mdIco01Frown {
  color: #b1b1b1;
}

.MdBtn02P03 {
  min-width: 181px;
  background-color: #737373;
  color: #fff;
}

.MdBtnSet01 {
  position: fixed;
  z-index: 3;
}
.MdBtnSet01 [class^=mdBtnSet01] {
  display: block;
}
@media screen and (min-width: 768px) {
  .MdBtnSet01 {
    right: 48px;
    bottom: 44px;
  }
  .MdBtnSet01 [class^=mdBtnSet01] {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .MdBtnSet01 {
    z-index: auto;
    right: 20px;
    bottom: 4px;
  }
  .MdBtnSet01 [class^=mdBtnSet01] {
    margin: 16px 0;
  }
}

.MdLabel02 {
  display: inline-block;
  background-color: #f5f5f5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .MdLabel02 {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .MdLabel02 {
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
  }
}

.MdLabel03 {
  margin: 0 4px;
  padding: 3px 5px 2px;
  border: 1px solid #cfd4da;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: bold;
}
.MdLabel03 img {
  width: 13px;
  height: auto;
  vertical-align: text-top;
}

.MdIco01 {
  display: block;
  margin: auto;
}
.MdIco01 svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.MdCont01.mdCont01Announce + .mdCont01Announce {
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .MdCont01.mdCont01Announce {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .MdCont01.mdCont01Shortcut {
    padding-top: 50px;
    padding-bottom: 76px;
  }
  .MdCont01.mdCont01Search {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .MdCont01.mdCont01Announce {
    padding: 16px 16px 40px;
  }
  .MdCont01.mdCont01Category {
    padding: 0 16px;
  }
  .MdCont01.mdCont01Shortcut {
    padding: 16px 0;
  }
  .MdCont01.mdCont01Search {
    padding: 16px;
  }
}

.MdCont02.mdCont02Category {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .MdCont02.mdCont02Category {
    padding: 60px;
    border: 1px solid #dee2e6;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .MdCont02.mdCont02Category {
    padding: 40px 16px;
  }
}

.MdBGColor01 {
  background-color: #f8f9fa;
}

.MdHide {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.MdNonDisp {
  display: none !important;
}

.MdMN01Breadcrumb .mdMN01Inner {
  overflow: auto;
}
.MdMN01Breadcrumb .mdMN01Ul {
  display: inline-flex;
}
.MdMN01Breadcrumb .mdMN01Li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #737373;
  font-size: 10px;
  font-weight: bold;
}
.MdMN01Breadcrumb .mdMN01Li a:hover {
  text-decoration: underline;
}
.MdMN01Breadcrumb .MdIco01.mdIco01ChevronRight {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  color: #c8c8c8;
}
@media screen and (min-width: 767px) {
  .MdMN01Breadcrumb {
    height: 60px;
  }
  .MdMN01Breadcrumb .mdMN01Li {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .MdMN01Breadcrumb {
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .MdMN01Breadcrumb::before, .MdMN01Breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 35px;
  }
  .MdMN01Breadcrumb::before {
    left: 0;
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }
  .MdMN01Breadcrumb::after {
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  .MdMN01Breadcrumb .mdMN01Ul {
    padding: 0 20px;
  }
  .MdMN01Breadcrumb .mdMN01Li {
    height: 35px;
  }
}

.MdMN02List .mdMN02Li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.MdMN02List .mdMN02Li a:hover {
  text-decoration: underline;
}
.MdMN02List .mdMN02Ttl {
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.MdMN02List .mdMN02Txt {
  flex: 1 1 auto;
}
.MdMN02List .MdIco01.mdIco01ChevronRight {
  flex: none;
  color: #4a4a4a;
}
.MdMN02List.mdMN02P01 {
  padding: 8px 30px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
}
.MdMN02List.mdMN02P01 .mdMN02Li:not(:first-child) {
  border-top: 1px solid #dee2e6;
}
.MdMN02List.mdMN02P01 .MdBtn01 {
  margin-bottom: 22px;
}
.MdMN02List.mdMN02P02 {
  margin-top: 40px;
}
.MdMN02List.mdMN02P02 .mdMN02Ttl {
  margin-bottom: 10px;
}
.MdMN02List.mdMN02P02 .mdMN02Li:not(:first-child) {
  margin-top: 10px;
}
.MdMN02List.mdMN02P02 .mdMN02Li a {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .MdMN02List .MdIco01.mdIco01ChevronRight {
    margin-left: 25px;
    width: 20px;
    height: 20px;
  }
  .MdMN02List.mdMN02P01 .mdMN02Li a {
    padding: 12px 0;
    min-height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .MdMN02List .MdIco01.mdIco01ChevronRight {
    margin-left: 20px;
    width: 17px;
    height: 17px;
  }
  .MdMN02List.mdMN02P01 {
    padding: 5px 20px 20px;
  }
  .MdMN02List.mdMN02P01 .mdMN02Li {
    padding: 8px 0;
  }
  .MdMN02List.mdMN02P01 .mdMN02Li a {
    padding: 8px 0;
  }
}

.MdMN03IcoList {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.MdMN03IcoList .mdMN03Li {
  margin: 5px;
}
.MdMN03IcoList .mdMN03Li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 14px;
  min-height: 70px;
  border: 1px solid #c7d8e1;
  border-radius: 14px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.MdMN03IcoList .mdMN03Li a > img {
  flex: none;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.typeTOP .MdMN03IcoList .mdMN03Li a {
  background-color: #f9fbfc;
}
@media screen and (min-width: 768px) {
  .MdMN03IcoList .mdMN03Li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .MdMN03IcoList .mdMN03Li {
    width: 100%;
  }
}

.MdMN04Shortcut .mdMN04Item {
  display: flex;
  align-items: center;
  padding: 24px 15px;
  color: #4f4f4f;
}
.MdMN04Shortcut .mdMN04Item + .mdMN04Item {
  border-top: 1px solid #dee2e6;
}
.MdMN04Shortcut .mdMN04Ico {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #06c755;
  color: #fff;
  font-size: 23px;
}
.MdMN04Shortcut .mdMN04Txt {
  flex: 1 1 auto;
}
.MdMN04Shortcut .mdMN04Ttl {
  color: #111;
  font-size: 16px;
  font-weight: bold;
}
.MdMN04Shortcut .MdIco01.mdIco01QuestionCircle, .MdMN04Shortcut .MdIco01.mdIco01Video, .MdMN04Shortcut .MdIco01.mdIco01Jobs {
  width: 21px;
  height: 21px;
}
.MdMN04Shortcut .MdIco01.mdIco01ChevronRight {
  flex: none;
  margin-left: 15px;
  color: #4a4a4a;
}
@media screen and (min-width: 768px) {
  .MdMN04Shortcut .MdIco01.mdIco01ChevronRight {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .MdMN04Shortcut .mdMN04Item {
    padding: 24px 20px;
  }
  .MdMN04Shortcut .mdMN04Desc {
    font-size: 13px;
  }
  .MdMN04Shortcut .MdIco01.mdIco01ChevronRight {
    width: 17px;
    height: 17px;
  }
}

.MdMN05Search {
  position: relative;
}
.MdMN05Search .mdMN05InputForm {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #909090;
  border-radius: 50px;
  background-color: #fff;
}
.MdMN05Search .mdMN05Input {
  flex: 1 1 auto;
}
.MdMN05Search .mdMN05Input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.MdMN05Search .mdMN05Input::placeholder {
  color: #737373;
}
.MdMN05Search .mdMN05Btn {
  margin-left: 10px;
  width: 40px;
  height: 100%;
}
.MdMN05Search .MdIco01 {
  color: #737373;
}
.MdMN05Search .MdIco01.mdIco01Search {
  padding: 8px;
}
.MdMN05Search .mdMN05List {
  position: absolute;
}
.MdMN05Search .mdMN05Ul {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 16px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 1px 7px 24px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.MdMN05Search .mdMN05Txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 9px;
  border: 1px solid transparent;
  color: #000;
  font-size: 13px;
}
.MdMN05Search .mdMN05Txt mark {
  background-color: transparent;
  font-weight: bold;
}
.MdMN05Search .mdMN05Li.ExHover .mdMN05Txt {
  border-color: #218bff;
  border-radius: 4px;
}
.MdMN05Search.mdMN05P01 .mdMN05Input {
  font-size: 20px;
}
.MdMN05Search.mdMN05P02 {
  margin: 0 auto;
  padding: 40px 18px;
  max-width: 341px;
}
.MdMN05Search.mdMN05P02 .mdMN05Input {
  font-size: 16px;
}
.MdMN05Search.mdMN05P02 .mdMN05InputForm {
  padding: 0 12px 0 24px;
  height: 47px;
}
.MdMN05Search.mdMN05P02 .mdMN05List {
  bottom: 99px;
}
.MdMN05Search.mdMN05P02 .mdMN05Ul {
  max-height: 200px;
}
@media screen and (min-width: 768px) {
  .MdMN05Search.mdMN05P01 {
    position: relative;
    margin: 60px 0 46px;
  }
  .MdMN05Search.mdMN05P01 .mdMN05InputForm {
    padding: 0 29px 0 35px;
    height: 60px;
  }
  .MdMN05Search.mdMN05P01 .mdMN05List {
    top: 59px;
    width: 100%;
  }
  .MdMN05Search.mdMN05P01 .mdMN05Ul {
    max-height: 280px;
  }
  .MdMN05Search.mdMN05P01 .MdIco01.mdIco01Search, .MdMN05Search.mdMN05P01 .MdIco01.mdIco01TimesCircle {
    width: 24px;
    height: 24px;
  }
  .MdMN05Search.mdMN05P02 .mdMN05List {
    left: 18px;
    width: 341px;
  }
  .MdMN05Search.mdMN05P02 .MdIco01.mdIco01Search {
    width: 24px;
    height: 24px;
  }
  .MdMN05Search.mdMN05P02 .MdIco01.mdIco01TimesCircle {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .MdMN05Search .mdMN05Head {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .MdMN05Search .MdIco01.mdIco01Search {
    margin-left: 10px;
    padding: 8px;
    width: 24px;
    height: 24px;
  }
  .MdMN05Search .MdIco01.mdIco01TimesCircle {
    width: 19px;
    height: 19px;
  }
  .MdMN05Search.mdMN05P01 {
    padding: 20px 16px;
  }
  .MdMN05Search.mdMN05P01 .mdMN05InputForm {
    padding: 0 8px 0 20px;
    height: 40px;
  }
  .MdMN05Search.mdMN05P01 .mdMN05Input {
    font-size: 13px;
  }
  .MdMN05Search.mdMN05P01 .mdMN05List {
    box-sizing: border-box;
    top: 59px;
    left: 0;
    padding: 0 18px;
    width: 100%;
  }
  .MdMN05Search.mdMN05P01 .mdMN05Ul {
    width: 100%;
    max-height: 200px;
  }
  .MdMN05Search.mdMN05P02 .mdMN05List {
    left: 0;
    margin: 0 18px;
    width: calc(100% - 36px);
  }
}

.MdMN06Head .mdMN06Ttl {
  font-weight: bold;
  line-height: 1.4;
}
.MdMN06Head .mdMN06Share {
  display: flex;
  justify-content: end;
  position: relative;
  margin-top: 10px;
}
.MdMN06Head .mdMN06Share > button {
  display: flex;
  align-items: center;
  color: #737373;
  font-size: 10px;
}
.MdMN06Head .MdIco01.mdIco01Share {
  margin-left: 5px;
  padding: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #000;
}
.MdMN06Head.mdMN06P01 {
  margin-bottom: 12px;
}
.MdMN06Head.mdMN06P01 .mdMN06Ttl {
  color: #06c755;
  font-size: 27px;
}
.MdMN06Head.mdMN06P02 .mdMN06Ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  color: #000;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .MdMN06Head.mdMN06P02 .mdMN06Ttl {
    font-size: 25px;
  }
}

.MdMN07Result {
  margin: 20px 0;
  padding: 42px;
  border-radius: 12px;
  background-color: #fff;
}
.MdMN07Result mark {
  background-color: transparent;
  font-weight: bold;
}
.MdMN07Result .mdMN07Head {
  font-size: 27px;
  font-weight: bold;
}
.MdMN07Result .mdMN07Head a {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: normal;
}
.MdMN07Result .mdMN07Head a:hover {
  text-decoration: underline;
}
.MdMN07Result .mdMN07Head .MdIco01 {
  flex: none;
  color: #4a4a4a;
}
.MdMN07Result .mdMN07Body {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}
.MdMN07Result .mdMN07Foot {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
.MdMN07Result .mdMN07Caution {
  padding-left: 1.5em;
  list-style: disc;
  font-size: 12px;
}
.MdMN07Result .mdMN07Desc + .mdMN07Caution {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .MdMN07Result .mdMN07Head .MdIco01.mdIco01ChevronRight {
    margin-left: 60px;
    width: 20px;
    height: 20px;
  }
  .MdMN07Result .mdMN07Foot {
    margin-right: -13px;
  }
  .MdMN07Result .MdLabel02 {
    margin: 13px 13px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .MdMN07Result {
    padding: 16px;
  }
  .MdMN07Result .mdMN07Head {
    font-size: 16px;
  }
  .MdMN07Result .mdMN07Head .MdIco01.mdIco01ChevronRight {
    margin-left: 10px;
    width: 17px;
    height: 17px;
  }
  .MdMN07Result .mdMN07Foot {
    margin-right: -5px;
  }
  .MdMN07Result .MdLabel02 {
    margin: 5px 5px 0 0;
  }
}

.MdMN08Head {
  margin: 26px 0;
}
.MdMN08Head .mdMN08Ttl {
  display: inline;
  font-size: 20px;
  line-height: 1.956;
}
.MdMN08Head .mdMN08Ttl mark {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.MdMN08Head .mdMN08Desc {
  font-size: 20px;
  line-height: 1.956;
}
@media screen and (max-width: 767px) {
  .MdMN08Head {
    margin: 10px 0;
  }
  .MdMN08Head .mdMN08Ttl,
  .MdMN08Head .mdMN08Desc {
    font-size: 16px;
  }
}

.MdMN09Share {
  z-index: 4;
  position: absolute;
  top: 35px;
  right: 0;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
.MdMN09Share .mdMN09Ttl {
  margin: 14px 14px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.MdMN09Share .mdMN09List {
  display: flex;
  justify-content: space-between;
  margin: 15px 14px;
}
.MdMN09Share .mdMN09List > a {
  flex: none;
}
.MdMN09Share .mdMN09Btn {
  padding: 5px 5px 7px;
  width: 100%;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .MdMN09Share {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .MdMN09Share {
    width: 100%;
    max-width: 280px;
  }
}

.MdMN10Menu .mdMN10Li a {
  display: flex;
  align-items: center;
}
.MdMN10Menu .mdMN10LiTxt {
  font-size: 13px;
  font-weight: bold;
}
.MdMN10Menu .MdIco01.mdIco01Check {
  flex: none;
  margin: 0;
  width: 13px;
  height: 13px;
}
.MdMN10Menu .MdIco01.mdIco01ChevronDown {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .MdMN10Menu {
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 60px;
  }
  .MdMN10Menu .mdMN10Ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }
  .MdMN10Menu .mdMN10Li {
    margin: 5px;
    width: calc((100% - 30px) / 3);
  }
  .MdMN10Menu .mdMN10Li a {
    box-sizing: border-box;
    padding: 0 12px;
    height: 56px;
    border-radius: 4px;
  }
  .MdMN10Menu .mdMN10Li:nth-child(-n+3) {
    flex: 1 1 auto;
  }
  .MdMN10Menu .mdMN10Li:not(.ExSelected) a {
    background-color: #f5f5f5;
    color: #656565;
  }
  .MdMN10Menu .mdMN10Li.ExSelected a {
    border: 1px solid #cfd4da;
    background-color: #fff;
    color: #000;
  }
  .MdMN10Menu .mdMN10Li:hover a {
    color: #2c53de;
  }
  .MdMN10Menu .mdMN10Btn {
    display: none;
  }
  .MdMN10Menu .MdIco01.mdIco01Check {
    margin-right: 10px;
  }
  .MdMN10Menu .MdIco01.mdIco01ChevronDown {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .MdMN10Menu {
    position: relative;
    margin: 16px;
    height: 46px;
  }
  .MdMN10Menu .mdMN10Ul {
    z-index: 1;
    overflow-y: auto;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 44px;
    width: 100%;
    max-height: 320px;
    border: 1px solid #cfd4da;
    border-radius: 4px;
    background-color: #fff;
  }
  .MdMN10Menu .mdMN10Li a {
    color: #000;
  }
  .MdMN10Menu .mdMN10Li:not(.ExSelected) a {
    padding-left: 28px;
  }
  .MdMN10Menu .mdMN10Li.ExSelected a {
    padding-left: 10px;
  }
  .MdMN10Menu .mdMN10LiTxt {
    flex: 1 1 auto;
  }
  .MdMN10Menu .mdMN10Btn {
    z-index: 2;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 44px;
    height: 44px;
    color: #111;
  }
  .MdMN10Menu .MdIco01.mdIco01Check {
    margin-right: 5px;
  }
  .MdMN10Menu.mdMN10P01 {
    height: auto;
  }
  .MdMN10Menu.mdMN10P01 .mdMN10Ul {
    position: relative;
    padding-right: 0;
  }
  .MdMN10Menu.mdMN10P01 .mdMN10Li a {
    padding: 13px 10px;
    height: auto;
  }
  .MdMN10Menu.ExClose {
    overflow: hidden;
  }
  .MdMN10Menu.ExClose .mdMN10Li:not(.ExSelected) {
    display: none;
  }
  .MdMN10Menu.ExClose .mdMN10Li a {
    height: 44px;
  }
  .MdMN10Menu.ExClose .mdMN10LiTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .MdMN10Menu.ExOpen .mdMN10Li a {
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
  }
  .MdMN10Menu.ExOpen .MdIco01.mdIco01ChevronDown {
    transform: rotate(180deg);
  }
}

.MdMN11CategoryList {
  margin-top: 40px;
  padding: 24px;
  border-radius: 12px;
  background-color: #f8f9fa;
}
.MdMN11CategoryList .mdMN11Ttl {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.MdMN11CategoryList .mdMN02Ul {
  margin-bottom: 5px;
}
.MdMN11CategoryList .mdMN11Li:not(:first-child) {
  margin-top: 5px;
}
.MdMN11CategoryList .mdMN11Li a {
  display: block;
  padding: 5px 0;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.MdMN11CategoryList .mdMN11Li a:hover {
  text-decoration: none;
}

.MdMN12CopyUrl {
  position: fixed;
  z-index: 9;
}
.MdMN12CopyUrl .mdMN12Desc {
  padding: 15px 24px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .MdMN12CopyUrl {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .MdMN12CopyUrl {
    bottom: 64px;
    left: 48px;
  }
}

.MdTitle01 {
  margin: 30px 0 10px;
  padding: 10px;
  background-color: #edeff0;
}
.MdTitle01 .mdTitle01Ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .MdTitle01 .mdTitle01Ttl {
    font-size: 20px;
  }
}

.MdTitle02 {
  margin: 20px 0;
}
.MdTitle02 .mdTitle02Ttl {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
.MdTitle02 .mdTitle02Ttl::before {
  content: "";
  flex: none;
  margin-right: 17px;
  width: 5px;
  border-radius: 6px;
  background-color: #06c755;
}
.MdTitle02 .mdTitle02Desc {
  margin-top: 5px;
  font-size: 16px;
}
.MdTitle02 .mdTitle02Notice {
  color: #828282;
}

.MdIndex01 {
  margin: 26px 0;
  padding: 24px;
  border-radius: 12px;
  background-color: #f8f9fa;
}
.MdIndex01 .mdIndex01Ttl {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.MdIndex01 .mdIndex01List li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.MdIndex01 .mdIndex01List li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.MdIndex01 .mdIndex01List li a:hover {
  text-decoration: underline;
}

.MdList01 {
  margin: 10px 0;
}
.MdList01 li {
  position: relative;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
}
.MdList01 li::before {
  position: absolute;
  top: 10px;
  left: 0;
}
.MdList01 a {
  text-decoration: underline;
}
.MdList01 a:hover {
  text-decoration: none;
}
.MdList01 ul li {
  padding-left: 23px;
}
.MdList01 ul li::before {
  content: "";
  display: block;
  margin: 6px 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #06c755;
}
.MdList01 ol {
  counter-reset: number;
}
.MdList01 ol li {
  padding-left: 27px;
}
.MdList01 ol li::before {
  content: counter(number) ".";
  color: #06c755;
  font-weight: bold;
  counter-increment: number;
}

.MdAlert01 {
  margin: 26px 0;
  padding: 23px 24px;
  border: 1px solid #b1b6fb;
  border-radius: 12px;
  background-color: #f8fdff;
}
.MdAlert01 .mdAlert01Ttl {
  display: flex;
  margin-bottom: 16px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
}
.MdAlert01 .mdAlert01Desc {
  position: relative;
  padding-left: 28px;
  color: #1a1a1a;
  font-size: 16px;
}
.MdAlert01 .mdAlert01Desc + .mdAlert01Desc {
  margin-top: 8px;
}
.MdAlert01 .mdAlert01Desc a {
  text-decoration: underline;
}
.MdAlert01 .mdAlert01Desc a:hover {
  text-decoration: none;
}
.MdAlert01 .la-exclamation-circle,
.MdAlert01 .la-exclamation-triangle {
  flex: none;
  margin: 6px 8px 0 0;
  width: 22px;
  height: 22px;
}
.MdAlert01 .la-check {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px 0;
  width: 20px;
  height: 20px;
  color: #0279d4;
}
.MdAlert01.mdAlert01Reference {
  border-color: #9ee8a7;
  background-color: #f7fff8;
}
.MdAlert01.mdAlert01Reference .la-exclamation-circle,
.MdAlert01.mdAlert01Reference .la-exclamation-triangle,
.MdAlert01.mdAlert01Reference .la-check {
  color: #06c755;
}
.MdAlert01.mdAlert01Important {
  border-color: #ffa4ae;
  background-color: #fff9f9;
}
.MdAlert01.mdAlert01Important .mdAlert01Ttl,
.MdAlert01.mdAlert01Important .la-exclamation-circle,
.MdAlert01.mdAlert01Important .la-exclamation-triangle,
.MdAlert01.mdAlert01Important .la-check {
  color: #e9001b;
}
.MdAlert01.mdAlert01Caution {
  border-color: #e7d38d;
  background-color: #fffef7;
}
.MdAlert01.mdAlert01Caution .la-exclamation-circle,
.MdAlert01.mdAlert01Caution .la-exclamation-triangle,
.MdAlert01.mdAlert01Caution .la-check {
  color: #b78e00;
}

.MdTable01 {
  overflow: auto;
  position: relative;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.MdTable01 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.MdTable01 th, .MdTable01 td {
  box-sizing: border-box;
  border: 1px solid #dee2e6;
}
.MdTable01 thead {
  background-color: #d9f2dc;
  color: #000;
}
.MdTable01 thead th {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
}
.MdTable01 tbody th {
  padding: 16px;
  background-color: #f7fff8;
  text-align: left;
  vertical-align: middle;
  color: #1a1a1a;
  font-size: 16px;
}
.MdTable01 tbody td {
  padding: 16px;
  vertical-align: top;
  color: #1a1a1a;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .MdTable01 .mdTable01Alert {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .MdTable01 {
    margin: 0 -16px;
  }
  .MdTable01 .mdTable01Alert {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .MdTable01.ExAniView .mdTable01Alert {
    opacity: 0;
    animation: opacity 2s ease-in-out;
  }
  .MdTable01.ExAniHide .mdTable01Alert {
    display: none;
  }
}

.MdSurvey01 {
  position: relative;
  margin-top: 50px;
  padding: 40px 24px;
  border-radius: 12px;
  background-color: #f8f9fa;
}
.MdSurvey01 .mdSurvey01Ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 24px;
  height: 48px;
  border-radius: 26px;
  background-color: #06c755;
}
.MdSurvey01 .mdSurvey01TtlTxt {
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.MdSurvey01 .mdSurvey01TtlIco {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.MdSurvey01 .mdSurvey01Notice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px 0;
}
.MdSurvey01 .mdSurvey01NoticeTxt {
  margin: 0 16px;
  font-size: 16px;
  font-weight: bold;
}
.MdSurvey01 .mdSurvey01NoticeLft,
.MdSurvey01 .mdSurvey01NoticeRgt {
  flex: none;
}
.MdSurvey01 .mdSurvey01NoticeLft img,
.MdSurvey01 .mdSurvey01NoticeRgt img {
  vertical-align: baseline;
}
.MdSurvey01 .mdSurvey01Desc {
  text-align: center;
  font-size: 13px;
}
.MdSurvey01 .mdSurvey01Btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.MdSurvey01 .mdSurvey01List {
  margin-top: 24px;
}
.MdSurvey01 .mdSurvey01Item:not(:first-child) {
  margin-top: 15px;
}
.MdSurvey01 .mdSurvey01Label {
  display: flex;
  align-items: center;
  position: relative;
}
.MdSurvey01 .mdSurvey01Label::before {
  content: "";
  flex: none;
  box-sizing: border-box;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  border: 1px solid #909090;
  border-radius: 16px;
  background-color: #fff;
}
.MdSurvey01 input[type=radio]:checked + .mdSurvey01Label::before {
  border-color: #157efb;
}
.MdSurvey01 input[type=radio]:checked + .mdSurvey01Label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #06c755;
}
.MdSurvey01 input[type=radio]:focus + .mdSurvey01Label::before {
  outline: 2px solid #157efb;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #b3d4fc;
}
.MdSurvey01 .mdSurvey01Textarea {
  margin-top: 15px;
}
.MdSurvey01 .mdSurvey01Textarea > textarea {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
  height: 100px;
  border: 1px solid #909090;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  resize: none;
}
.MdSurvey01 .mdSurvey01Textarea > textarea::placeholder {
  color: #737373;
}
.mdSurvey01TextareaNotice + .MdSurvey01 .mdSurvey01Textarea > textarea {
  margin-top: 15px;
}
.MdSurvey01 .mdSurvey01TextareaNotice {
  color: #737373;
  font-size: 12px;
}
.MdSurvey01 .mdSurvey01TextareaCaution {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #ff334b;
  font-size: 12px;
}
.MdSurvey01 .mdSurvey01TextareaCaution .MdIco01 {
  flex: none;
  margin: 0 4px 0 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .MdSurvey01 [class^=MdBtn02] {
    flex: 1 1 auto;
    padding: 0;
    width: 1px;
    min-width: auto;
    height: 40px;
  }
  .MdSurvey01 .mdSurvey01TtlTxt {
    font-size: 15px;
  }
  .MdSurvey01 .mdSurvey01Notice {
    text-align: center;
    font-size: 15px;
  }
}

.MdAccordion01 {
  margin-bottom: 16px;
}
.MdAccordion01 .mdAccordion01Item[open] > .mdAccordion01Trigger {
  color: #000;
}
.MdAccordion01 .mdAccordion01Item[open] > .mdAccordion01Trigger > .la-chevron-down {
  transform: rotate(180deg);
}
.MdAccordion01 .mdAccordion01Trigger {
  display: flex;
  align-items: center;
  width: 100%;
  color: #2c53de;
  cursor: pointer;
}
.MdAccordion01 .mdAccordion01TriggerTxt {
  flex: 1 1 auto;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.MdAccordion01 .mdAccordion01Panel {
  padding: 10px 0;
  border-top: 1px solid #dee2e6;
  font-size: 16px;
}
.MdAccordion01 .mdAccordion01Panel p {
  margin: 10px 0;
}
.MdAccordion01 .la-chevron-down {
  flex: none;
  margin-left: 20px;
  width: 16px;
  height: 16px;
  color: #4a4a4a;
}
.MdAccordion01.mdAccordion01P01 {
  padding: 16px 24px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
}
.MdAccordion01.mdAccordion01P01 > .mdAccordion01Item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.MdAccordion01.mdAccordion01P01 > .mdAccordion01Item:not(:last-child)[open] {
  border: none;
}
.MdAccordion01.mdAccordion01P01 .mdAccordion01Trigger {
  padding: 16px 0;
}
.MdAccordion01.mdAccordion01P01 .mdAccordion01Panel {
  margin-top: 10px;
}
.MdAccordion01.mdAccordion01P02 {
  padding-left: 20px;
}
.MdAccordion01.mdAccordion01P02 .mdAccordion01Item + .mdAccordion01Item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dee2e6;
}
.MdAccordion01.mdAccordion01P02 .mdAccordion01Trigger {
  padding: 10px 0;
}
.MdAccordion01.mdAccordion01P02 .mdAccordion01Panel {
  margin-top: 16px;
}

.MdAccordion02 {
  border-radius: 12px;
}
.MdAccordion02.ExClose {
  border: 1px solid #dee2e6;
}
.MdAccordion02.ExClose .mdAccordion02TriggerTxt {
  color: #2c53de;
}
.MdAccordion02.ExOpen {
  background-color: #f6f6f6;
}
.MdAccordion02.ExOpen .mdAccordion02Trigger {
  border-bottom: 1px solid #cfd4da;
}
.MdAccordion02.ExOpen .la-chevron-down {
  transform: rotate(180deg);
}
.MdAccordion02 .mdAccordion02Trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
  color: #000;
}
.MdAccordion02 .mdAccordion02TriggerTxt {
  flex: 1 1 auto;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.MdAccordion02 .mdAccordion02Panel {
  padding: 24px;
  font-size: 16px;
}
.MdAccordion02 .mdAccordion02Panel a {
  text-decoration: underline;
  font-weight: bold;
}
.MdAccordion02 .mdAccordion02Panel a:hover {
  text-decoration: none;
}
.MdAccordion02 .mdAccordion02Panel pre {
  white-space: pre-wrap;
  font-size: 16px;
}
.MdAccordion02 .mdAccordion02Step {
  margin: -8px;
  counter-reset: number;
}
.MdAccordion02 .mdAccordion02Step li {
  position: relative;
  padding-left: 30px;
}
.MdAccordion02 .mdAccordion02Step li::before {
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #697186;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  counter-increment: number;
}
.MdAccordion02 .mdAccordion02Step li:not(:first-child) {
  margin-top: 16px;
}
.MdAccordion02 .mdAccordion02Step li .mdAccordion02Img {
  box-sizing: border-box;
  margin-right: 30px;
  padding: 24px;
}
.MdAccordion02 .mdAccordion02Step li .mdAccordion02Img > img {
  max-width: 100%;
}
.MdAccordion02 .la-chevron-down {
  flex: none;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

.MdTab01 {
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #dee2e6;
  border-radius: 12px;
}
.MdTab01 .mdTab01TabList {
  display: flex;
  overflow: auto;
}
.MdTab01 .mdTab01Tab {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 10px;
  width: 1px;
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
}
.MdTab01 .mdTab01Tab.ExSelected,
.MdTab01 .mdTab01Tab [aria-selected=true] {
  border-bottom: none;
  background-color: #fff;
}
.MdTab01 .mdTab01Tab.ExSelected .mdTab01TabTxt,
.MdTab01 .mdTab01Tab [aria-selected=true] .mdTab01TabTxt {
  color: #000;
}
.MdTab01 .mdTab01Tab:not(:first-child) {
  border-left: 1px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .MdTab01 .mdTab01Tab:nth-child(-n+5) {
    min-width: calc(100% / 5);
  }
  .MdTab01 .mdTab01Tab:nth-last-child(n+6), .MdTab01 .mdTab01Tab:nth-last-child(n+6) ~ button {
    min-width: calc(90% / 5);
  }
}
@media screen and (max-width: 767px) {
  .MdTab01 .mdTab01Tab:nth-child(-n+3) {
    min-width: calc(100% / 3);
  }
  .MdTab01 .mdTab01Tab:nth-last-child(n+4), .MdTab01 .mdTab01Tab:nth-last-child(n+4) ~ button {
    min-width: calc(90% / 3);
  }
}
.MdTab01 .mdTab01TabTxt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  color: #505050;
  font-size: 13px;
  font-weight: bold;
}
.MdTab01 .mdTab01Panel[hidden] {
  display: none;
}
.MdTab01 .mdTab01Panel .MdAccordion01.mdAccordion01P01 {
  border: none;
}
.MdTab01 .mdTab01PanelDesc {
  margin: 16px 24px;
  font-size: 16px;
}
.MdTab01 .mdTab01PanelDesc a {
  text-decoration: underline;
}
.MdTab01 .mdTab01PanelDesc a:hover {
  text-decoration: none;
}

.MdTxtSet01 {
  margin: 20px 0;
}
.MdTxtSet01 a {
  text-decoration: underline;
}
.MdTxtSet01 a:hover {
  text-decoration: none;
}
.MdTxtSet01 .mdTxtSet01Txt {
  font-size: 16px;
}
.MdTxtSet01 .mdTxtSet01Desc {
  color: #828282;
  font-size: 14px;
}
