@charset "UTF-8";

/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #171717;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #F8F8F8;
  font-family: "メイリオ", Meiryo, sans-serif;
}

ol,
ul {
  list-style: none;
}

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

a,
button {
  color: #0078A1;
  transition: opacity 0.2s;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: .5;
}

table {
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

#wrapper {
  position: relative;
}

#wrapper:before {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 320px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper #container {
  display: flex;
}

.w60 {
  width: 60px !important;
}

.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.w450 {
  width: 450px !important;
}

.w500 {
  width: 500px !important;
}

.w550 {
  width: 550px !important;
}

.w600 {
  width: 600px !important;
}

.w50p {
  width: 50% !important;
}

.w100p {
  width: 100% !important;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.fwB {
  font-weight: bold;
}

.mT0 {
  margin-top: 0 !important;
}

.mT8 {
  margin-top: 8px !important;
}

.mT16 {
  margin-top: 16px !important;
}

.mT24 {
  margin-top: 24px !important;
}

.pT0 {
  padding-top: 0 !important;
}

.cursorP {
  cursor: pointer;
}

.txtHidden {
  display: block;
  text-indent: -99999px;
}

.new-mark {
  color: #fff;
  background: #EE5858;
  display: inline-block;
  line-height: 1;
  font-family: Meiryo, sans-serif;
  padding: 4px 6px 3px;

}

#main .boxH1 .new-mark {
  margin-left: 10px;
  /* =1.5rem?*/
  font-size: 14px;
  font-weight: 400;
  padding: 4px 6px 3px;
  transform: translateY(-25%);
}

#main .listColumn .lstBasic .new-mark {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 400;
  padding: 3px 3px 2px;
  transform: translateY(-12.5%);
}

#nav .inner .boxMenu .lstMenu .new-mark {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 400;
  padding: 3px 3px 2px;
  transform: translateY(-12.5%);
}

#nav .inner .boxMenu .swd-title {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#nav .inner .boxMenu .swd-block {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}

#nav .inner .boxMenu .swd-btn {
  color: #171717;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  width: calc(50% - 5px);
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
}

#header {
  height: 56px;
}

#header .inner {
  background-color: #fcfcfc;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
}

#header .inner .logoMeviy {
  position: absolute;
  top: 12px;
  left: 12px;
}

#header .inner .logoMeviy a {
  height: 42px;
  width: 280px;
  background-image: url(../img/img_logo_01.svg);
  background-size: 280px auto;
  background-position: center center;
}

#header .inner .inpWord {
  width: 400px;
  height: 44px;
  background-color: #fcfcfc;
  border: solid 1px #DBDBDB;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  right: 16px;
  margin-left: -150px;
}

#header .inner .inpWord:has(input:placeholder-shown) {
  border: solid 1px #DBDBDB;
}

#header .inner .inpWord:has(input:placeholder-shown):hover {
  border-color: #C7C7C7;
}

#header .inner .inpWord:has(input:placeholder-shown):focus-within {
  border: solid 1px #DBDBDB;
  box-shadow: 0 0 0 1px #DBDBDB inset;
}

#header .inner .inpWord:has(input:placeholder-shown):hover:focus-within {
  border: solid 1px #C7C7C7;
  box-shadow: 0 0 0 1px #C7C7C7 inset;
}

#header .inner .inpWord {
  border: solid 1px #96C7F2;
}

#header .inner .inpWord:hover {
  border-color: #5EB0EF;
}

#header .inner .inpWord:focus-within {
  border: solid 1px #96C7F2;
  box-shadow: 0 0 0 1px #96C7F2 inset;
}

#header .inner .inpWord:hover:focus-within {
  border: solid 1px #5EB0EF;
  box-shadow: 0 0 0 1px #5EB0EF inset;

}

#header .inner .inpWord input[type="text"] {
  width: calc(100% - 60px);
  height: 42px;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 16px;
}

input[type="text"]:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

#header .inner .inpWord input::placeholder {
  color: #6F6F6F;
}

#header .inner .inpWord input[type="text"]:focus {
  outline-style: none;
}

#header .inner .inpWord .btnSearch {
  top: 0;
  transition: .3s;
  right: 0;
  width: 39px;
  height: 100%;
  position: absolute;
  border-left: 1px solid #DBDBDB;
  border-radius: 0 2px 2px 0;
}

#header .inner .inpWord .btnSearch:focus {
  outline-style: none;
}
#header .inner .inpWord .btnSearch:hover {
  background-color: #CEE7FE;
  border-left: 1px solid#C7C7C7;
  opacity: 1;
}

#header .inner .inpWord .btnSearch .searchIcon {
  padding: 2px 0 0 0;
  margin: 0 auto;
  position: absolute;
  width: 20px;
  left: 8px;
  top: 9px;
}

#header .inner .btnPrint {
  position: absolute;
  top: 13px;
  right: 101px;
}

#header .inner .btnPrint a {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  background-image: url(../img/ico_print.svg);
  background-size: 16px auto;
  background-position: 10px 50%;
  text-align: center;
  padding-left: 21px;
}

#footer {
  height: 80px;
  padding: 30px 10px 20px;
  margin-top: auto;
}
#footer .inner {
  display: block;
}

.footer_box {
  display:flex;
  font-size: 1.2rem;;
  align-items: center;
  justify-content: center;
}

#footer ul {
  display: flex;
  padding: 2px 24px 2px 0;
  align-items: center;
  justify-content: right;
  border-right: 1px solid #DBDBDB;
}

#footer li {
  padding: 0 8px;
  line-height: 1.4;
}
#footer .copyright {
  color:#6F6F6F;
  padding-left:32px;
  line-height: 1.4;
}

#footer a{
  color:#6F6F6F;
 }

#footer .inner .outlink {
  display: inline-block;
}

#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/ico_newtab.svg) no-repeat;
  background-size: 9px auto;
  margin-left: 5px;
  vertical-align: middle;
}

.toPageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}

.toPageTop a {
  display: block;
  background-color: #999791;
  color: #fff;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
}

.toPageTop a:before,
.toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.toPageTop a:before {
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -18px;
  border-right: #fff 1px solid;
}

.toPageTop a:after {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.to-page-top-button{
  text-decoration: none;
}

#nav {
  position: relative;
  min-width: 320px;
  background-color: #fff;
  font-family: 'メイリオ','Meiryo';
}

#nav .btnNaviToggle {
  display: none;
}

#nav .inner {
  width: 320px;
  overflow-x: hidden;
  position: fixed;
  height: calc(100% - 60px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

#nav .inner:after {
  content: "";
  display: block;
  height: 120px;
}

#nav .inner .boxMenu {
  padding: 0 0px 24px;
  line-height: 1;
  overflow: hidden;
  position: relative;

}

#nav .inner .boxMenu::before {
  top: 0;
  left: 16px;
  content: '';
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  background-color: #E2E2E2;
}

#nav .inner .boxMenu:first-child {
  border: none;
}

#nav .inner .boxMenu .txtCategory {
  font-size: 1.4rem;
  color: #6F6F6F;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.4;
  padding-left: 16px;
  margin-bottom: 4px;
  
}
#nav .inner .boxMenu .lstMenu {
  margin-top: 5px;
}

#nav .inner .boxMenu .lstMenu li {
  position: relative;
}
#nav .inner .boxMenu .lstMenu li a {
  display: block;
  position: relative;
  padding: 8px 16px 8px 0;
  text-decoration: none;
  width: 100%;
}
#nav .inner .boxMenu .lstMenu a {
  transition: .2s;
}

#nav .inner .boxMenu .lstMenu a:hover {
  background-color: #E1F0FF;
  opacity: 1;
}
/* 階層別のpadding */
#nav .inner .boxMenu .lstMenu > li > a {
  padding-left: 32px;
}

#nav .inner .boxMenu .lstMenu > li > .btnToggle + a {
  padding-left: 36px;
}

#nav .inner .boxMenu .lstMenu > li > ul >li >a {
  padding-left: 42px;
}

#nav .inner .boxMenu .lstMenu > li > ul >li > .btnToggle + a {
  padding-left: 48px;
}

#nav .inner .boxMenu .lstMenu > li> ul >li > ul >li >a  {
  padding-left: 54px;
}


#nav .inner .boxMenu .lstMenu > li> ul >li > ul >li > .btnToggle + a  {
  padding-left: 64px;
}
#nav .inner .boxMenu .lstMenu li.current:not(#current)>a:first-of-type {
  pointer-events: none;
}
#nav .inner .boxMenu .lstMenu li.current:not(#current)>a:first-of-type::after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #CEE7FE;
  border-left: solid 4px #0091FF;
}

#nav .inner .boxMenu .lstMenu>li .menu_link+ul {
  display: none;
}

#nav .inner .boxMenu .lstMenu span.btnToggle {
  width: 21px;
  height: 21px;
  position: absolute;
  display: block;
  cursor: pointer;
  left: 13px;
  top: 4px;
  z-index: 5;
}

#nav .inner .boxMenu .lstMenu span.btnToggle:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 7px;
  vertical-align: top;
  border-top: 1px solid #6F6F6F;
  border-right: 1px solid #6F6F6F;
  transform: rotate(45deg);
}

#nav .inner .boxMenu .lstMenu span.btnToggle.is-open:before {
  left: 9px;
  transform: rotate(135deg);
}
/* 階層別のpadding */
#nav .inner .boxMenu .lstMenu > li > span {
  left: 13px;
}

#nav .inner .boxMenu .lstMenu > li> ul >li > span {
  left: 40px;
}

#nav .inner .boxMenu .lstMenu > li> ul >li > ul >li > span  {
  left: 66px;
}

#nav .inner .boxMenu .lstMenu a {
  color: #171717;
}

#main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  width: calc(100% - 320px);
}

#main>.inner {
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  max-width: 1080px;
}

#main .lstBreadcrumb {
  font-size: 1.2rem;
  display: flex;
}

#main .lstBreadcrumb li {
  color: #6F6F6F;
  position: relative;
  padding-right: 28px;
  line-height: 1.4;
}

#main .lstBreadcrumb li a {
  color: #6F6F6F;
}

#main .lstBreadcrumb li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico_arrow.svg);
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
}

#main .lstBreadcrumb li:first-child {
  background-size: 16px auto;
  background-position: 0 1px;
}

#main .lstBreadcrumb li:last-child:before {
  content: none;
}

#main .boxH1 h1 {
  margin-top: 16px;
  font-size: 2.8rem;
  font-weight: bold;
}

#main .boxH1 .txtH1 {
  font-size: 1.8rem;
  margin-top: 15px;
}

#main .topboxH1 {
  margin-top: 35px;
  padding: 25px;
  text-align: center;
}

#main h1 {
  line-height: 1.4;
  font-size: 2.8rem;
  font-weight: bold;
}

#main h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

#main h3 {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #E2E2E2;
}

#main h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

#main h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

#main h6 {
  margin-top: 35px;
  font-size: 2.4rem;
  padding: 10px 10px 10px 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  position: relative;
}

#main h6:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #171717;
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#main .postdate {
  color: #6F6F6F;
  text-align: right;
  line-height: 1.4;
  padding: 8px 10px 30px;
}

#main .postdate::before {
  content: '';
  height: 16px;
  width: 16px;
  background-position: center;
  vertical-align: middle;
  margin: -2px 1px 0 0;
  display: inline-block;
  background-image: url(../img/ico_update.svg);
}

#main .lstBasic li {
  padding-left: 20px;
  position: relative;
}

#main .lstBasic li + li {
  margin-top: 4px;
}

#main .lstBasic li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #171717;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 3px;
}

/* TOPのリンクリスト */

#main .lstArrow ul {
  margin-top: 8px;
}

#main .lstArrow li {
  padding: 8px 0;
  line-height: 1.4;
}
#main .lstArrow li a{
  display: block;
  position: relative;
  padding-right: 14px;
  text-decoration: none;
}

#main .lstArrow li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  right: 3px;
  border-top: solid 2px #0078A1;
  border-right: solid 2px #0078A1;
  transform: rotate(135deg);
}

#main .lstArrow li a:hover:after {
  opacity: .5;
}
/* カテゴリページのリンクリスト */
#main .categoryLstArrow {
  line-height: 1;
  margin-top: 16px;
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 24px;
}

#main ul.categoryLstArrow > li {
  border-top: 1px solid #E2E2E2;
}
#main ul.categoryLstArrow > li > a{
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  padding: 24px 40px 24px 16px;
  color: #171717;
}

#main ul.categoryLstArrow > li > a:hover {
  opacity: 1;
  transition: .2s;
  background-color: #E1F0FF;
}

#main ul.categoryLstArrow > li > a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  border-top: solid 2px #171717;
  border-right: solid 2px #171717;
  transform: rotate(45deg);
}

#main ul.categoryLstArrow > li > a .categoryLstArrow_title {
  line-height: 1.4;
  font-weight: bold;
}

#main ul.categoryLstArrow > li > a .categoryLstArrow_text {
  color: #6F6F6F;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 8px;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
  max-width: calc(100vw - 490px);
}

#main ul.categoryLstArrow > li > a .lstBreadcrumb {
  padding-top: 8px;
}

#main ul.categoryLstArrow > li > a .lstBreadcrumb li:before {
  margin-top: -1px;
}

#main .txtBasic .txtNote {
  color: #E06464;
}

#main .txtBasic .txtEmphasis {
  background-color: #FFF686;
  padding: 0 2px;
}

#main .txtBasic.bg {
  background-color: #f2f2f2;
  padding: 25px 25px 22px;
  position: relative;
}

#main .notFoundText {
  margin-top: 24px;
}

#main .notFoundText .lstBasic li + li {
  margin-top: 0;
}

#main .labelWarning,
#main .labelError,
#main .labelInfo,
#main .labelDescription {
  padding: 4px;
  padding: 16px 24px 16px 64px;
  background-color: #F3F3F3;
  background-position: left 26px top 16px;
  background-image: url(../img/ico_description.svg);
  background-size: 20px;
  }

  #main .labelWarning {
    background-color: #FFF4D5;
    background-image: url(../img/ico_warning.svg);
    color:#4E2009;
  }

  #main .labelError {
    background-color: #FFEFEF;
    background-image: url(../img/ico_error.svg);
    color:#381316;
  }

  #main .labelInfo {
    background-color: #E4F9FF;
    background-image: url(../img/ico_info.svg);
    color:#003242;
  }

  #main .labelDescription {
    background-color: #F3F3F3;
    background-image: url(../img/ico_description.svg);    
  }

#main .labelRelatedArticle {
  padding: 4px;
  padding: 16px 24px;
  background-color: #F3F3F3;
  background-position: left 26px top 16px;
  }

  .labelRelatedArticle_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 8px;
  }

  .labelRelatedArticle a:after {
    content: '';
    height: 12px;
    width: 12px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/ico_linkIcon.png);
    background-size: 100%;
  }

  #main .labelRelatedArticle li + li {
    margin-top: 8px;
  }

#main .contentWrapper {
  background-color: #fff;
  padding: 40px 64px;
  margin: 24px 0 24px;
}

#main .contentWrapper a{
  text-decoration: underline;
}

.searchBox {
  color: #6F6F6F;
  margin-top: 20px;
  padding: 32px;
  text-align: center;
  border-radius: 4px;
  margin: 16px 0 24px;
  background-color: #fff;
}
.defaultBoxWrapper,
.defaultBox-borderWrapper {
  margin-top: 24px;
}

.defaultBoxWrapper .defaultBox + .defaultBox,
.defaultBox-borderWrapper .defaultBox-border + .defaultBox-border {
  margin-top: 24px;
}
.defaultBox,
.defaultBox-border {
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
}

.defaultBox-border{
  border-left:4px solid #0091FF;
  border-radius: 4px;
}

#main .searchtWrapper {
  margin-top: 24px;
}

/* ページ内Nweマーク */
#main .txtBasic .new-mark {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 3px 2px;
  vertical-align: middle;
  transform: translateY(-1px);
  display: inline-block;
}

#main .txtBasic .spaceL,
#main .txtBasic .spaceR,
#main .txtBasic .spaceLR,
#main .txtBasic .space0 {
  display: inline-block;
  text-align: left;
}

#main .txtBasic .spaceT,
#main .txtBasic .spaceB,
#main .txtBasic .spaceTB {
  display: inline-block;
  text-align: justify;
  width: 100%;
}

#main .txtBasic .spaceT .new-mark,
#main .txtBasic .spaceB .new-mark,
#main .txtBasic .spaceTB .new-mark {
  margin-right: 6px;
  margin-top: -2px;
  transform: none;
}

#main .txtBasic .spaceR .new-mark {
  margin-right: 6px;
}

#main .txtBasic .spaceL .new-mark {
  margin-left: 6px;
}

#main .txtBasic .spaceLR .new-mark {
  margin-left: 6px;
}

#main .txtBasic .spaceT {
  margin-top: 1px;
}

#main .txtBasic .spaceB {
  margin-bottom: 2px;
}

#main .txtBasic .spaceTB {
  margin-top: 2px;
  margin-bottom: 2px;
}

#main .txtBasic .new-mark {
  position: relative;
  z-index: 1;
}

#main .txtBasic .elementor-widget-image .new-mark,
#main .txtBasic .newWrap .new-mark {
  position: absolute;
  transform: none;
  left: 0;
  top: 0;
}

#main .imgBasic {
  margin-top: 35px;
}

#main .imgBasic .txtImg {
  font-size: 1.3rem;
  margin-top: 10px;
}

#main .imgBasic img {
  width: 100%;
}

#main .tblBasic table {
  width: 100%;
  line-height: 1.4;
  table-layout: fixed;
  background-color: #fff;
  border-top: 1px solid #E2E2E2;
}

#main .tblBasic table th,
#main .tblBasic table td {
  border-bottom: 1px solid #E2E2E2;
  padding: 8px 10px 6px;
  text-align: center;
}

#main .tblBasic table th {
  background-color: #F8F8F8;
}

#main .tblBasic .noBorder {
  border-right: none;
}

#main .tblBasic .elementCenter {
  text-align: center !important;
}

#main .tblBasic .bgcolorGray {
  background-color: #f7f7f7;
}

#main .tblBasic .bgcolorYellow {
  background-color: #fffae5;
}

#main .tblBasic .bgcolorBlue {
  background-color: #d2e8f4;
}

#main .tblBasic .bgcolorGrayout {
  background-color: #A7A7A7;
}

#main .faPage .min {
  font-size: 11px;
}

#main .faPage .min th,
#main .faPage .min td {
  padding: 3px 5px;
}

#main .faPage .txtRed {
  color: #d8352a;
}

#main .rpdmPage .min {
  font-size: 11px;
}

#main .rpdmPage .min th,
#main .rpdmPage .min td {
  padding: 5px 5px;
}

#main .rpdmPage .titOk strong {
  color: #40ca57;
}

#main .rpdmPage .titNg strong {
  color: #e06464;
  font-weight: normal;
}

#main .rpdmPage .titWill strong {
  color: #5fa1de;
  font-weight: normal;
}

#main .rpdmPage .boxOk {
  border: 2px solid #40ca57;
  padding: 0 30px 30px;
  margin: 40px 0 0 0;
  border-radius: 10px;
}

#main .rpdmPage .nameOk {
  background-color: #40ca57;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}

#main .rpdmPage .lstCsdLength .num {
  background-color: #298037;
  color: #FFF;
  font-size: 14px;
  width: 30px;
}

#main .rpdmPage .lstCsdLength .txt strong {
  text-align: left;
  color: #298037;
  font-weight: normal;
  display: block;
}

#main .rpdmPage .lstCsdLength .lstOk li {
  background-color: #CCC;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  float: left;
  margin: 3px;
  text-align: center;
}

#main .rpdmPage .lstCsdLength .lstOk .ok {
  background-color: #40ca57;
}

#main hr {
  margin-top: 35px;
  border: none;
  height: 3px;
  background-color: #f2f2f2;
}

#main .boxColumn {
  display: flex;
}

#main .boxColumn .block {
  width: 100%;
  margin-left: 40px;
}

#main .boxColumn .block:first-child {
  margin-left: 0;
}

#main .topH2 {
  text-align: center;
  margin: 80px 0 0 0;
  font-weight: bold;
  border: none;
  color: #54595f;
}
.grayBorder {
  border-bottom: 1px solid #E2E2E2;
}
.home-section + section {
  margin-top: 24px;
}

.home-section.grayBorder {
  padding-bottom: 24px;
}

#main .topBtn {
  color: #006ADC;
  padding: 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #96C7F2;
  border-radius: 20px;
  transition: .2s;
}

#main .topBtn:hover {
  background-color: #E1F0FF;
  opacity: 1;
  border-color: #0091FF;
}

.home-GuideBoxWrapper {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}
.home-GuideBox {
  padding: 24px;
  position:relative;
  border-radius: 8px;
  width: calc(50% - 10px);
  background-color: #fff;
}

.home-GuideBox .home-GuideBox_icon01,
.home-GuideBox .home-GuideBox_icon02 {
  min-height: 40px;
  padding-left: 50px;
  background-size: 40px;
  line-height: 1.4;
  margin-bottom: 10px;
  background-position: left center;
  display: flex;
  align-items: center;
}

.home-GuideBox .home-GuideBox_icon01 {
  background-image: url(../img/packeage_icon.png);
}
  
.home-GuideBox .home-GuideBox_icon02 {
  background-image: url(../img/mail_icon.png);
}

.home-GuideBox .home-GuideBox_Btn {
  margin-top: 24px;
  text-align: center;
}

.home-movieWrapper {
  margin-top: 24px;
}

.home-movieWrapper video {
  max-width: 100%;
  cursor: pointer;
}
  
#main .boxpdf {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#main .boxpdf .pdftxt {
  width: 60%;
  text-align: right;
  padding-right: 10px;
}

#main .boxpdf .pdfbtn {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 5px;
  width: 200px;
}

#main .boxpdf .pdfbtn a {
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: .5em;
  display: block;
  color: #171717;
}

#main .boxBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 20px;
}

#main .boxBtn .btn {
  padding: 1rem 20px;
  border: 1px solid #171717;
  border-radius: 5px;
  color: #171717;
  display: block;
}

#main #anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

#main #anchor li {
  margin-right: 1em;
}

#main #anchor li:after {
  content: "　|";
}

#main #anchor li:last-child:after {
  content: none;
}

.listColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.listColumn .cat_parent {
  width: 33%;
}

.elementor-container {
  max-width: 100% !important;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.widget-image-caption {
  margin-top: 8px !important;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.4 !important;
}

.elementor-widget-text-editor {
  color: #171717;
}

#main .lstBasic .none:before {
  content: none !important;
  display: block;
}

.tableHover,
.tableHover_border,
.tableHover_stripe,
.tableHover_single {
  overflow: hidden;
}

.tableHover .tableHoverColor,
.tableHover_border .tableHoverColor,
.tableHover_stripe .tableHoverColor,
.tableHover_single .tableHoverColor {
  position: relative;
}

.tableHover th,
.tableHover_border th,
.tableHover_stripe th,
.tableHover_single th {
  z-index: 10;
  position: relative;
}

.tableHover td.tableHoverColor::before,
.tableHover td.tableHoverColor::after,
.tableHover_border td.tableHoverColor::before,
.tableHover_stripe td.tableHoverColor::after,
.tableHover_single td.tableHoverColor::before {
  content: '';
  z-index: 8;
  display: block;
  pointer-events: none;
  background-color: #e5fdbf;
  opacity: 0.2;
  opacity: 0.70;
  position: absolute;
}

.tableHover td.tableHoverColor::before,
.tableHover_border td.tableHoverColor::before {
  top: 0;
  height: 100%;
  left: -2500px;
  width: 5000px;
}

.tableHover td.tableHoverColor::after,
.tableHover_stripe td.tableHoverColor::after {
  left: 0;
  top: -2500px;
  width: 100%;
  height: 5000px;
}

.tableHover_single td.tableHoverColor::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tableHoverItem {
  z-index: 13;
  position: relative;
}

/* 画像拡大 */
.enlarged {
  position: relative;
}

.elementor-text-editor .enlarged {
  display: inline-block;
}

.enlarged img {
  cursor: pointer;
  position: relative;
}

.enlarged .elementor-widget-container {
  display: inline-block;
  position: relative;
}

.enlarged_icon {
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 3px;
  color: #fff;
  transition: .3s;
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.enlarged:hover .enlarged_icon {
  opacity: 0.6;
}

.elementor-widget-image.enlarged .elementor-image {
  display: inline-block;
  position: relative;
}

#modalDisplay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  position: fixed;
  cursor: pointer;
  max-width: 100% !important;
  background-color: rgba(0, 0, 0, 0.7);
}

#modalDisplay .modalBox {
  box-sizing: content-box;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  height: auto;
  width: auto;
  text-align: center;

  cursor: auto;
  line-height: 0;
  background: #fff;
  color: rgba(0, 0, 0, 0);
}

#modalDisplay .modalBox>span,
#modalDisplay .modalBox>p {
  display: none;
}

#modalDisplay img {
  height: 100%;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc;
}

.clickFilter {
  height: 100%;
  width: 100%;
}

#modalDisplay .modalBox .modalClose {
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 42px;
  text-indent: 1px;
  top: -22px;
  right: -22px;
  transition: .3s;
  position: absolute;
  display: block;
  color: #171717;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#modalDisplay .modalBox .modalClose:hover {
  background-color: #ddd;
}

@media screen and (max-width: 1200px) {
  #nav, #nav .inner{
    width:280px;
    min-width:280px;
  }

  #wrapper::before{
    width:280px;
  }

  #main{
    width:calc(100% - 280px);
  }


}

@media screen and (max-width: 1024px) {
  #footer {
    height: auto;
  }

  .footer_box {
    display:block;
    font-size: 1.2rem;;
    text-align: center;
  }

  #footer ul {
    display: block;
    padding: 2px 0;
    border: none;
  }

  #footer li {
    padding: 6px 0;
  }

  #footer .copyright {
    padding-left: 0;
    margin-top: 20px;
  }

  #footer a{
    color:#6F6F6F;
   }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper:before {
    content: none;
  }
  #wrapper #container {
    display: block;
  }
  #header {
    height: 45px;
  }
  #header .inner {
    height: 45px;
  }
  #header .inner .logoMeviy {
    top: 2px;
    left: 8px;
  }
  #header .inner .logoMeviy a {
    width: 160px;
    background-size: 160px auto;
  }
  #header .inner .logoMisumi {
    display: none;
  }
  #header .inner .txtService {
    top: 11px;
    left: 115px;
    font-size: 1.4rem;
  }
  #header .inner .inpWord {
    width: 160px;
    height: 25px;
    margin-left: -100px;
    top: 10px;
    left: auto;
    right: 8px;
    margin-left: auto;
  }
  #header .inner .inpWord input[type="text"] {
    width: 100px;
    height: 25px;
    left: 8px;
    font-size: 1.2rem;
  }
  #header .inner .inpWord .btnSearch {
    width: 34px;
    height: 25px;
  }
  #header .inner .inpWord .btnSearch .searchIcon {
    width: 20px;
    left: 8px;
    top: 0px;
  }
  #header .inner .btnPrint {
    display: none;
  }

  #footer {
    height: auto;
  }

  .footer_box {
    display:block;
    font-size: 1.2rem;;
    text-align: center;
  }

  #footer ul {
    display: block;
    padding: 2px 0;
    border: none;
  }

  #footer li {
    padding: 6px 0;
  }

  #footer .copyright {
    padding-left: 0;
    margin-top: 20px;
  }

  #footer a{
    color:#6F6F6F;
   }

  #nav {
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    z-index: 9999;
    transition: right .25s;
  }
  #nav.is-open {
    right: 0;
  }
  #nav.is-open .btnNaviToggle {
    background-image: url(../img/ico_close.svg);
  }
  #nav .btnNaviToggle {
    display: block;
    margin-top: 10px;
    text-indent: -99999px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #171717;
    background-image: url(../img/ico_menu.svg);
    background-position: 50% 50%;
    position: fixed;
    right: 10px;
    z-index: 9999;
  }
  #nav .inner {
    position: static;
    width: auto;
  }
  #nav .inner:after {
    content: none;
  }
  #nav .inner .boxMenu .lstMenu>li>a:before {
    height: 20px;
    top: 0;
  }
  #nav .inner .boxMenu .lstMenu>li>a {
    font-size: 1.6rem;
  }
  #nav .inner .boxMenu .lstMenu>li>ul {
    font-size: 1.6rem;
  }

  #main {
    width: 100%;
  }
  #main>.inner {
    padding: 25px 10px;
  }
  #main .lstBreadcrumb {
    display: none;
  }
  #main .boxH1 .txtH1 {
    font-size: 1.4rem;
  }
  #main .topboxH1 h1 {
    font-size: 1.6rem;
  }

  #main h2 {
    font-size: 1.6rem;
  }
  #main h3 {
    font-size: 1.6rem;
  }
  #main h6 {
    font-size: 1.6rem;
  }

  #main .tblBasic {
    width: 100%;
    overflow: auto;
  }
  #main .tblBasic table th,
  #main .tblBasic table td {
    font-size: 1.1rem;
  }
  #main .boxColumn {
    display: block;
  }
  #main .boxColumn .block {
    margin: 0;
  }
  #main .inpWord {
    width: 280px;
    height: 50px;
    right: 8px;
    border-radius: 30px;
  }
  #main .inpWord input[type="text"] {
    width: 200px;
    height: 50px;
    left: 8px;
    font-size: 1.2rem;
  }
  #main .inpWord .btnSearch {
    top: 3px;
    right: 4px;
    height: 42px;
    border-radius: 24px;
    width: 80px;
  }
  #main .inpWord .btnSearch .searchIcon {
    top: 10px;
  }
  .listColumn .cat_parent {
    width: 100%;
  }
  #main ul.categoryLstArrow > li > a .categoryLstArrow_text {
    max-width: calc(100vw - 100px);
  }
  #main .contentWrapper {
    padding: 20px 20px;
    margin: 10px 0 10px;
  }
  .searchBox,
  .defaultBox,
  .defaultBox-border,
  .home-GuideBox {
    padding: 20px 20px;
  }
  #modalDisplay .modalBox .modalClose {
    height: 26px;
    width: 26px;
    font-size: 18px;
    line-height: 24px;
    top: -13px;
    right: -13px;
  }

  .home-GuideBoxWrapper {
    display: block;
  }

  .home-GuideBoxWrapper .home-GuideBox {
    width: 100%;
  }
  .home-GuideBoxWrapper .home-GuideBox + .home-GuideBox {
    margin-top: 24px;
  }
}