@charset "UTF-8";


/* サイトのページ幅 */
.PageWidthSetter {
  margin: 0 auto;
  padding: 0 10px;
  word-break: break-all;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .PageWidthSetter {
    max-width: 1400px;
    min-width: 950px;
  }
  .FooterDivision .PageWidthSetter {
    max-width: 1300px;
    min-width: 950px;
  }
  .SingleContents .PageWidthSetter {
    max-width: 1200px;
  }
  .PageContents {
    margin-top: 15px;
  }
  .PageContents .PageWidthSetter {
    /*max-width: 1168px;
                  min-width: 900px;
                  background: #fff;
                  padding: 30px;
                  box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.2);*/
  }
}

@media screen and (max-width: 767px) {
  .PageContents {
    font-size: 95%;
  }
  .PageWidthSetter {
    max-width: initial;
    width: auto;
    width: 92.5%;
    width: calc(100% - 30px);
    min-width: 0px;
    padding: 0;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Header                                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
  max-width: initial;
  position: relative;
  z-index: 100;
  background: none;
  background: white;
  -webkit-transition: background .2s;
  transition: background .2s;
  padding: 0px 0 0;
  height: 200px;
  /*  border-bottom: 1px solid #c0d4f9;
  box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.2);*/
}

header.HeaderDivision {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/*Group*/
.HeaderGroup {
  position: relative;
}

.HeaderGroup > .inner {
  position: relative;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  header.HeaderDivision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background: #009900;
  }
  header.HeaderDivision.FixMenu {
    top: 0;
    padding-top: 200px;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header.HeaderDivision.FixMenu .HeaderGroup {
    position: fixed;
    width: 100%;
    bottom: auto;
    top: 0;
    top: -200px;
    z-index: 100;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5000;
    -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.25);
    background: #fff;
    height: 200px;
  }
  header.HeaderDivision.FixMenu.FixMenu2 {
    /*top:  -113px;*/
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header.HeaderDivision.FixMenu.FixMenu2:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .HeaderGroup {
    position: fixed;
    top: -135px;
    padding-top: 19px;
  }
  header.HeaderDivision.FixMenu .TopBottom {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .TopBottom {
    margin-top: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header.HeaderDivision.FixMenu .SiteLogo span.LogoImage {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .SiteLogo span.LogoImage {
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .SiteLogo span.LogoImage img {
    max-width: 100%;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .SiteLogo .ComName {
    margin-left: 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
    font-size: 65%;
  }
}

@media screen and (max-width: 767px) {
  header {
    background: white;
    padding: 0;
    height: 64px;
  }
  header.HeaderDivision {
    z-index: 200;
    position: fixed;
  }
  header .PageWidthSetter {
    width: auto;
  }
  header.HeaderDivision.FixMenu {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header.HeaderDivision.FixMenu2 {
    top: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

/* HeaderMenuArea
--------------------------------------------------- */
/* - - MainMenuBlock - - */
.MainMenuBlock {
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: block;
}

.MainMenuBlock > * {
  /*flex-grow: 1;*/
}

.MainMenuBlock .BlockHeaderXX {
  padding: 0;
  text-align: left;
  display: block;
  width: 327px;
  float: left;
}

.MainMenuBlock .BlockHeader .SiteLogo {
  margin: 0;
  padding: 0;
  text-align: left;
}

.MainMenuBlock .BlockHeader .SiteLogo span {
  display: inline-block;
  vertical-align: middle;
}

.MainMenuBlock .BlockHeader .SiteLogo span.ComName {
  white-space: normal;
  font-size: 0.70em;
  letter-spacing: 0.1em;
  margin-left: 10px;
  color: #555;
  font-weight: 400;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.MainMenuBlock .BlockHeader .SiteLogo span.ComName strong {
  font-size: 120%;
  display: block;
}

.MainMenuBlock .BlockHeader .CatchCopy {
  display: none;
}

.MainMenuBlock .BlockContents {
  display: block;
  /*width: -webkit-calc(100% - 340px);
  width:         calc(100% - 350px);
  float:right;
  text-align:right;
  */
  position: relative;
  width: 100%;
}

.MainMenuBlock .BlockContents:before {
  /*position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:none;
  z-index: -1;*/
}

.MainMenuBlock .BlockContents {
  height: 54px;
}

.MainMenuBlock .BlockContents .MenuGroup {
  margin: 0;
  margin-top: 0px;
  margin-right: 0;
  border-radius: 0px;
  padding: 0;
}

.MainMenuBlock .HeadItem {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 30px;
  width: calc(100% - 610px);
}

.MainMenuBlock .HeadItem .MailMenuBox {
  position: relative;
  font-size: 3.5rem;
}

.MainMenuBlock .HeadItem .MailMenuBox:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  top: 0;
  left: 0;
  background: #222;
}

.MainMenuBlock .HeadItem .MailMenuBox:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  top: 0;
  right: 0;
  background: #222;
}

.MainMenuBlock .HeadItem .Main {
  display: inline-block;
  vertical-align: middle;
}

.MainMenuBlock .HeadItem .Sub {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.MainMenuBlock .HeadItem .Main img {
  max-width: 200px;
}

.MainMenuBlock .HeadItem .SNSItem {
  color: #9b9b9b;
  font-size: 2.2em;
  margin-bottom: 0.2em;
}

.MainMenuBlock .HeadItem .SNSItem:hover {
  color: #009245;
  font-size: 2.2em;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainMenuBlock {
    position: relative;
  }
  .MainMenuBlock .BlockHeader {
    height: 123px;
  }
  .MainMenuBlock .BlockContents {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
  }
  .MainMenuBlock .BlockContents .inner {
    padding: 0;
  }
  .MainMenuBlock .HeadItem .Main img {
    margin-right: 10px;
  }
  .MainMenuBlock .BlockHeader .SiteLogo {
    padding-top: 0;
    width: 355px;
    display: inline-block;
    border: 3px solid #009900;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span.LogoImage {
    width: 328px;
    display: block;
    margin: 15px auto 0 auto;
  }
  .MainMenuBlock .BlockHeader .SiteLogo .ComName {
    font-size: 1rem;
    width: 200px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .MainMenuBlock .BlockHeader {
    max-width: 330px;
    padding: 0;
  }
  header .MainMenuBlock .MenuTrigger {
    position: Fixed;
    top: 10px;
    right: 12px;
    margin: 0 0 0 0;
    z-index: 10000;
  }
  #GlobalMenuGroupF,
  #GlobalMenuGroup {
    position: fixed;
    top: 64px !important;
    left: 0px;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 20px 20px 20px;
    border-radius: 0;
    overflow: auto;
    height: calc(100% - 71px) !important;
    margin-top: 0;
    border-top: 0px solid #036978;
  }
  .MainMenuBlock .BlockHeader .SiteLogo {
    margin: 0;
    margin-left: 5px;
    background: none;
    border-radius: 0;
    padding: 0;
    text-align: left;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span {
    display: inline-block;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span.LogoImage {
    width: 200px;
    margin-top: 0;
    padding-top: 5px;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span.ComName {
    white-space: normal;
    font-size: 0.5em;
    letter-spacing: 0.02em;
    margin-left: 3px;
    color: #555;
    font-weight: 400;
    margin-top: 5px;
    width: 130px;
    line-height: 1.3;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span.ComName br {
    display: none;
  }
  .MainMenuBlock .HeadItem.TopBottom {
    position: absolute;
    top: -50px;
    right: 65px;
    display: inline-block;
    height: 45px;
    width: 50px;
    text-align: center;
  }
  .MainMenuBlock .HeadItem .MailMenuBox {
    display: inline-block;
  }
  .MainMenuBlock .HeadItem.TopBottom:before {
    height: 45px;
  }
  .MainMenuBlock .HeadItem.TopBottom:after {
    height: 45px;
  }
  .MainMenuBlock .HeadItem.TopBottom .Icon {
    height: 45px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    position: relative;
    margin: 0 10px;
    color: #7f8eb6;
  }
  .MainMenuBlock .HeadItem.TopBottom .Icon::after {
    position: absolute;
    content: "TEL";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 14px;
    font-size: 0.3em;
    color: #222;
  }
  .InnerSNSLink {
    font-size: 2.0em;
    color: #555;
    text-align: center;
  }
  .MainMenuBlock .BlockContents {
    border-top: 0px solid #e0efff;
    /*height:64px;*/
    height: 0;
  }
}

/* + + + + + スマホで上余白が出ないための仮処置 + + + + +  */
#GlobalMenuGroupF,
#GlobalMenuGroup {
  display: none;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  #GlobalMenuGroupF,
  #GlobalMenuGroup {
    display: inline-block !important;
    height: auto !important;
  }
}

/* メインメニュー */
.MainMenuBlock .MainMenuList {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.1em auto;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.MainMenuBlock .MainMenuList li .IllustIcon {
  height: 50px;
}

.MainMenuBlock .MainMenuList li .IllustIcon img {
  height: 100%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MainMenuBlock .MainMenuList {
    margin: 0 auto;
  }
}

/* 1階層目 */
.MainMenuBlock .MainMenuList > li {
  position: static;
}

.MainMenuBlock .MainMenuList > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  padding: 0.1em 0.95em;
  margin: -0.1em 0.0em;
  height: 100%;
  color: #222;
}

.MainMenuBlock .MainMenuList > li > a:hover {
  color: #222;
}

.MainMenuBlock .MainMenuList > li.current > a {
  color: #009900;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainMenuBlock .MainMenuList > li > a {
    font-size: 1.35em;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .MainMenuBlock .MainMenuList > li {
    /*box-shadow:2px 2px 5px rgba(0,0,0,0.25);*/
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MainMenuBlock .MainMenuList > li > a {
    margin: 0;
  }
  .MainMenuBlock .MainMenuList > li.current > a {
    color: #009900;
    background: #dffffd;
  }
}

.MainMenuBlock .MainMenuList > li > a::after {
  -webkit-transition: all .2s;
  transition: all .2s;
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  width: 100%;
  left: 0%;
  background: #009900;
  height: 2px;
  margin-top: -3px;
  opacity: 0;
  width: 0;
}

header.HeaderDivision.FixMenu.FixMenu2 .MainMenuBlock .MainMenuList > li > a::after {
  top: 60px;
}

.MainMenuBlock .MainMenuList > li > a:hover::after,
.MainMenuBlock .MainMenuList > li.DropDownParent:hover > a::after {
  opacity: 1;
  width: 100%;
  left: 0%;
}

.MainMenuBlock .MainMenuList > li.DropDownParent:hover > a::after {
  background: #009900;
  height: 2px;
  margin-top: -3px;
}

.MainMenuBlock .MainMenuList > li .Label,
.MainMenuBlock .MainMenuList > li .Icon {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.MainMenuBlock .MainMenuList > li .Label {
  font-size: 0.85em;
  margin-left: 2px;
}

.MainMenuBlock .MainMenuList > li .Icon {
  color: inherit;
  padding: 0;
}

.MainMenuBlock .MainMenuList > li .Icon::before {
  font-size: 300%;
  margin-bottom: 0;
}

.FootMenuItem .MainMenuList > li.messaga .Icon,
.FootMenuItem .MainMenuList > li.book .Icon,
.FootMenuItem .MainMenuList > li.news .Icon,
.FootMenuItem .MainMenuList > li.about .Icon {
  display: none !important;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainMenuBlock .MainMenuList > li {
    width: auto;
    display: inline-block;
    border-left: 0px solid rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .MainMenuBlock .MainMenuList > li.messaga,
  .MainMenuBlock .MainMenuList > li.book,
  .MainMenuBlock .MainMenuList > li.news,
  .MainMenuBlock .MainMenuList > li.about {
    display: none !important;
  }
  .FooterMenuBlock .BlockContents .MenuList > li {
    border-left: 1px solid #ccc;
    padding: 2px 6px;
    line-height: 1;
  }
  .FootMenuItem {
    padding: 0 10px;
  }
  .FootMenuItem .MainMenuList > li.about {
    display: none !important;
  }
  .FooterMenuBlock .BlockContents .MenuList {
    display: inline-block;
  }
  .FooterMenuBlock .BlockContents .MenuList > li a {
    line-height: 1.1;
    font-size: 1.2rem;
  }
  .FooterMenuBlock .BlockContents .MenuList > li a .Label::before {
    display: none !important;
  }
  .FootMenuItem .ContentsMenuList li:last-child {
    border-right: 1px solid #ccc;
  }
  .MainMenuBlock .MainMenuList > li:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0.25);
  }
  .MainMenuBlock .MainMenuList > li:last-child:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .MainMenuBlock {
    height: 64px;
  }
  .MainMenuBlock .MainMenuList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .MainMenuBlock .MainMenuList > li {
    width: 100%;
    position: relative;
  }
  .MainMenuBlock .MainMenuList > li > a,
  .MainMenuBlock .ContentsMenuList > li > a {
    padding: 0;
    margin: 2.5px;
    border-radius: 0;
    background: #fff;
    border: 0px solid;
    color: #555;
    text-align: left;
    /*background: #e9faff;*/
    border: 1px solid #aaa;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.5);
  }
  .MainMenuBlock .MainMenuList > li.messaga .Icon,
  .MainMenuBlock .MainMenuList > li.book .Icon,
  .MainMenuBlock .MainMenuList > li.news .Icon,
  .MainMenuBlock .MainMenuList > li.about .Icon {
    display: none !important;
  }
  .MainMenuBlock .MainMenuList > li.current > a {
    color: #009900;
    background: #dffffd;
  }
  .MainMenuBlock .MainMenuList > li.DropDownParent > a {
    border-radius: 10px 10px 0 0;
  }
  .MainMenuBlock .MainMenuList > li.DropDownParent.current > a {
    background: none;
    color: #222;
  }
  .MainMenuBlock .MainMenuList > li > a::after {
    display: none;
  }
  .MainMenuBlock .MainMenuList > li .Label,
  .MainMenuBlock .MainMenuList > li .Icon {
    display: inline-block;
    /*font-size 2rem;*/
    /*text-align: left;*/
  }
}

/* 2階層目 */
.MainMenuBlock .DropDownChild {
  padding: 35px 50px;
  padding: 25px 0;
  color: #555;
  background: rgba(255, 255, 255, 0.95);
  margin-top: calc(1em - 10px);
}

.MainMenuBlock .DropDownChild > .inner {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.MainMenuBlock .DropDownChild > .inner .Heading,
.MainMenuBlock .DropDownChild > .inner .ContentsMenu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.MainMenuBlock .DropDownChild > .inner .Heading {
  font-weight: 400;
  vertical-align: top;
  width: 35%;
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  padding: 0 15px;
}

.MainMenuBlock .DropDownChild > .inner .ContentsMenuList {
  width: 65%;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.MainMenuBlock .DropDownChild > .inner .ContentsMenuList li {
  margin: 0 0 1em;
}

.MainMenuBlock .DropDownChild > .inner .ContentsMenuList li a:hover {
  color: #009900;
  text-decoration: none;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainMenuBlock .DropDownChild {
    margin-top: calc(1em - 10px);
    background: none;
    padding: 6px 0 10px 0;
  }
  .FixMenu2 .MainMenuBlock .DropDownChild {
    margin-top: calc(1em - 15px);
  }
  .MainMenuBlock .DropDownChild {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: none;
  }
  .MainMenuBlock .DropDownChild > .inner .Heading {
    color: #009900;
  }
  .MainMenuBlock .DropDownChild > .inner .Heading {
    font-weight: 400;
    vertical-align: top;
    width: 35%;
    margin: 0;
    line-height: 1;
    font-size: 2rem;
    padding: 0 15px;
    text-align: left;
    display: none;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList {
    width: 65%;
    list-style: none;
    margin: 0;
    padding: 0 0px;
    text-align: left;
    width: auto;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li a {
    min-width: 150px;
    background: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.25);
            box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    width: auto;
    width: 100%;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li a:hover {
    background: #f5f5f5;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li a::before {
    content: '\e807';
    font-family: "preset-icon";
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  /* 2階層目 */
  .MainMenuBlock .DropDownChild {
    padding: 75px 100px;
    margin-left: -100px;
    margin-right: -100px;
    /*width: calc(100% + 200px);*/
    color: #fff;
    background: #f3f0ec;
    margin-top: calc(2em - 0px);
  }
  .MainMenuBlock .DropDownChild > .inner {
    list-style: none;
    max-width: 1000px;
    margin: 0 auto;
  }
  .MainMenuBlock .DropDownChild > .inner .Heading,
  .MainMenuBlock .DropDownChild > .inner .ContentsMenu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .MainMenuBlock .DropDownChild > .inner .Heading {
    font-size: 200%;
    font-weight: 400;
    vertical-align: top;
    width: 35%;
    margin: 0;
    line-height: 1;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList {
    width: 65%;
    list-style: none;
    margin: 0;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li {
    margin: 0 0 1em;
  }
  .MainMenuBlock .DropDownChild {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0 0;
    margin: 0;
    width: 100%;
    background: none;
  }
  .MainMenuBlock .MainMenuList > li > a {
    opacity: 1;
    width: 100%;
    left: 0%;
    padding: 0.5em 0;
    background: #fff;
  }
  .MainMenuBlock .DropDownChild > .inner .Heading {
    display: none;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
  }
  .MainMenuBlock .MainMenuList > li > a {
    display: block;
    padding: 0.5em 0;
    text-align: center;
    /*text-align: left;*/
    /*margin:10px 0 0 0;*/
    margin: 0;
  }
  .MainMenuBlock .ContentsMenuList > li > a {
    display: block;
    padding: 0.4em 0;
    text-align: center;
    /*text-align: left;*/
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #ccc;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li {
    margin: 0;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li.current a {
    background: #4169e1;
    color: #fff;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li:last-child a {
    border-radius: 0 0 10px 10px;
  }
}

/*アイコンメニュー*/
.IconMenu {
  line-height: 32px;
  margin: 10px auto 0;
  text-align: right;
}

.IconMenu p {
  margin: 0 10px;
  line-height: 32px;
  text-align: right;
  display: inline-block;
  color: #4169e2;
}

.IconMenu a {
  margin: 0 10px;
  display: inline-block;
  color: #4169e2;
}

.IconMenu a:hover {
  text-decoration: none;
  color: #fff;
}

.IconMenu span {
  font-size: 1.0em;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.IconMenu a:hover span {
  color: #4169e2;
}

.IconMenu .Icon {
  display: inline-block;
  text-align: center;
  font-size: 1.3em;
  margin-right: 0px;
  border: 1px solid  #4169e2;
  width: 42px;
  height: 42px;
  line-height: 38px;
  border-radius: 37px;
  background: #e9faff;
  margin-right: 7px;
}

.IconMenu a:hover .Icon {
  background: #4169e2;
  color: #fff;
}

.FootIconMenu .IconMenu {
  text-align: center;
}

.IconMenu .InfoItem {
  font-size: 130%;
}

.IconMenu .TelePhoneItem {
  font-size: 130%;
}

.IconMenu .TelePhoneItem .Sub {
  font-size: 70%;
  line-height: 1.1;
  margin-top: 0.3rem;
}

.IconMenu .MailItem {
  font-size: 130%;
}

.IconMenu .MailItem span:not(.Icon) {
  font-size: 100%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  /*アイコンメニュー*/
  .IconMenu {
    line-height: 32px;
    margin: 10px auto;
    text-align: left;
    width: 100%;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .IconMenu a {
    margin: 0 10px;
    display: block;
  }
}

/*言語選択*/
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .SubHeaderMenuArea {
    position: absolute;
    top: 37px;
    right: 10px;
    color: #009900;
    z-index: 15;
    cursor: pointer;
    width: 140px;
    min-height: 40px;
    background: #fff;
    border-left: 1px solid #036978;
    border-right: 1px solid #036978;
    border-bottom: 1px solid #036978;
    border-radius: 0 0 10px 10px;
  }
  .SubHeaderMenuArea .headerLang {
    text-align: center;
  }
  .SubHeaderMenuArea .headerLang .Nav01 {
    padding: 5px;
    padding-bottom: 10px;
  }
  .SubHeaderMenuArea .headerLang .Icon::before {
    content: '\f107';
    font-family: "preset-icon";
  }
  .SubHeaderMenuArea .headerLang .Nav01.open .Icon::before {
    content: '\f106';
    font-family: "preset-icon";
  }
  .SubHeaderMenuArea .headerLang .Nav01 .LangButton {
    margin-right: 10px;
  }
  /*言語プルダウン*/
  #LangSelectButton ul {
    float: none;
    list-style: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  #LangSelectButton ul li {
    background: #fff;
    border-top: 1px solid #ccc;
    margin: 0;
  }
  #LangSelectButton ul li span {
    cursor: pointer;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 30px;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    color: #555;
    display: block;
  }
  #LangSelectButton ul li span.Active {
    background: #555;
    color: #fff;
    width: auto;
  }
  #LangSelectButton ul li a span {
    display: block;
  }
  #LangSelectButton ul li a:hover span {
    background: #555;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox {
    position: fixed;
    z-index: 10000;
    width: 46px;
    height: 35px;
    top: 12px;
    right: 55px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: none;
    margin: 0;
    z-index: 21000;
  }
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .Icon {
    font-size: 22px;
    position: relative;
    padding: 0 8px;
    height: 42px;
    display: block;
    margin-top: 0px;
    cursor: pointer;
  }
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .Icon::before {
    content: '';
    font-family: "picticon";
    font-style: normal;
    font-weight: normal;
    margin-right: 0.0em;
    padding-right: 0.3em;
    color: #001c57;
    position: static;
    width: 22.2px;
    height: 35px;
    background: url(../img/common/icon/icon_lang.png) no-repeat 50% 5%;
    background-size: 25px auto;
  }
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .Icon::after {
    position: absolute;
    content: "LANG";
    display: inline-block;
    bottom: 0;
    left: 0;
    font-size: 10px;
    width: 44.8px;
    text-align: center;
  }
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .Main,
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .Sub {
    display: none;
  }
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .headerLang .Nav01 {
    height: 45px;
  }
  .MainMenuBlock .MainMenu li.LastList {
    margin-bottom: 85px;
  }
  .SubHeaderMenuArea .SubTextMenuItem .LanglBox .PcNav01 {
    display: none;
  }
  .LangButton {
    display: none;
  }
  /*言語プルダウン*/
  #LangSelectButton ul {
    float: none;
    list-style: none;
    margin-top: 0;
    width: 90px;
    margin-left: -20px;
  }
  #LangSelectButton ul li {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
  }
  #LangSelectButton ul li span {
    cursor: pointer;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 30px;
    text-align: center;
    width: 90px;
    border-radius: 0px;
    color: #555;
    display: block;
  }
  #LangSelectButton ul li span.Active {
    background: #555;
    color: #fff;
    width: auto;
  }
  #LangSelectButton ul li a span {
    display: block;
  }
  #LangSelectButton ul li a:hover span {
    background: #555;
    color: #fff;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Contents                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.ContentsDivision {
  position: relative;
  /*overflow: hidden;*/
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .ContentsDivision {
    margin-top: 0;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .ContentsDivision {
    margin-top: 64px;
  }
}

/* ContentsArea
--------------------------------------------------- */
.ContentsArea {
  position: relative;
  z-index: 5;
  padding: 0 0 3em;
}

/* - - ページ（下層ページ汎用） - - */
/* ページタイトル背景 */
.Page .PageHeader {
  /*background: #e0efff;*/
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  background: url(../img/common/decoration/bg_day_fukui_station.jpg) no-repeat 50% 50%;
  background-size: auto;
}

@media only screen and (min-width: 1920px) {
  .Page .PageHeader {
    background-size: 100%;
  }
}

.Page.IndustrialPage .PageHeader {
  background-image: url(../img/common/decoration/bg_techno_port.jpg);
}

.Page.OfficePage .PageHeader {
  background-image: url(../img/common/decoration/bg_nighe_fukui_station.jpg);
}

.Page.CompanyPage .PageHeader {
  background-image: url(../img/common/decoration/bg_tojimbou.jpg);
}

.Page.PreferentialPage .PageHeader {
  background-image: url(../img/common/decoration/bg_tsuruga_wan.jpg);
}

.Page.ContactPage .PageHeader {
  background-image: url(../img/common/decoration/bg_office_room.jpg);
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Page .PageHeader {
    padding: 4em 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
    margin: 20px auto;
  }
  .Page .PageHeader::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .Page .PageHeader {
    padding: 4em 0;
    min-width: 0;
  }
  .Page .PageHeader {
    /*background: #e0efff;*/
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    /*background: url(../img/common/decoration/bg_page_title.jpg) no-repeat 50% 50%;
                background-size: 100%;*/
  }
}

/* ページタイトル */
.Page .PageHeader .Heading {
  color: #009900;
  margin: 0 auto;
  position: relative;
  max-width: 600px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  /*border-top:1px solid #4169e1;
          border-bottom:1px solid #4169e1;*/
}

.Page .PageHeader .Heading .Sub {
  font-size: 180%;
  letter-spacing: 0.2em;
  font-weight: 500;
  display: block;
  text-align: center;
}

.Page .PageHeader .Heading .Main {
  /*display:none;*/
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Page .PageHeader .Heading .Sub {
    font-size: 130%;
  }
}

/*下層メニュー*/
.ContentsArea .SubCateMenuArea {
  max-width: 1380px;
  display: block;
  margin: 10px auto;
}

.ContentsArea .SubCateMenuArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.ContentsArea .SubCateMenuArea ul li {
  width: calc(100% / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}

.ContentsArea .SubCateMenuArea ul li a {
  background: #009900;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  width: calc(100% - 5px);
  padding: 0.5em 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ContentsArea .SubCateMenuArea ul li.current a {
  background: #222;
}

.ContentsArea .SubCateMenuArea ul li a:hover {
  color: #fff;
  background: #70d4ce;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*ラウンドメニューー*/
.RoundButtonLink {
  position: relative;
}

.RoundButtonLink ul li a::before {
  content: '';
  position: absolute !important;
  right: 5%;
  bottom: 40%;
  width: 7%;
  height: 1px;
  background: #fff;
  margin: 0;
  margin-right: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.RoundButtonLink ul li a::after {
  content: '';
  position: absolute !important;
  right: 5.5%;
  bottom: 40%;
  width: 1px;
  height: 8px;
  background: #fff;
  margin: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.RoundButtonLink ul li a:hover::before {
  right: 3%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.RoundButtonLink ul li a:hover::after {
  right: 3.5%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*下層メニュー用*/
.RoundButtonLink .widget ul li a {
  padding: 15px 13% !important;
}

@media screen and (max-width: 767px) {
  .ContentsArea .SubCateMenuArea {
    display: none;
  }
}

.BannerArea .BannerBlock {
  width: 100%;
}

.BannerArea .BannerBlock ul {
  list-style: none;
  text-align: center;
}

.BannerArea .BannerBlock ul li {
  margin: 10px 5px;
  display: inline-block;
  vertical-align: middle;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .BannerArea .BannerBlock ul {
    margin: 20px auto;
  }
}

@media screen and (max-width: 767px) {
  .BannerArea .BannerBlock ul li {
    margin: 10px;
    display: block;
  }
  .BannerArea .BannerBlock ul li img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
