@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    プロパティ                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    レスポンシブ 用の処理                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    プロパティ                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    レスポンシブ 用の処理                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    サイト共通部                                  */
/*    ・ヘッダ・フッタの装飾                        */
/*    ・全体大枠のレイアウト定義                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0 auto;
  min-width: 350px;
  position: relative;
  color: #222;
}

body::before {
  content: "";
  width: 567px;
  height: 560px;
  background: url(../img/common/decoration/img_main_maru.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#HeaderDivision {
  background: #ffffff url(../img/common/decoration/img_main_maru.png) no-repeat 0 0;
}

#World {
  text-align: left;
}

/* rem の基準フォントサイズ */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    基本レイアウト                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.World {
  min-height: 100vh;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 165px;
  padding-top: 125px;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .World {
    padding-top: 0 !important;
  }
  body::before {
    width: 373px;
  }
  #HeaderDivision {
    /*background: none;*/
  }
  body::before{
  display:none;
  }
  .ContentsDivision .Container {
  padding-top:0;
  }
  #HeaderDivision{
  background:#fff;
  border-bottom:1px solid #eee;
  }
  .PageBlock .Heading.Type10{
  margin-top: 50px;
  width: calc(100% - 2em);
  margin-left: 2em;
  border-bottom:none;
  margin-bottom: 30px;
  }
  .PageBlock table.FormTable{
  border-top:none;
  }
  .PageBlock .WorkGroup{
  margin-bottom:20px;
  }
}
/* サイトのページ幅 */

.PageBlock .PageNavigation{
  margin-bottom:30px;
}

.PageNavigation {
  text-align: right;
  font-size: 10px;
}

.PageWidthSetter {
  margin: 0 auto;
  padding: 0 1.25vw;
  word-break: break-all;
}

.FooterMenuBlock .PageWidthSetter {
  max-width: 1100px;
}

.JumpBlock {
  width: 100%;
  /*height: 120px;*/
  background-color: #dcdddd;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
}

.JumpBlock li {
  background-color: #fff;
  /*padding: 1em 1em;*/
  /*margin: 2em 0;*/
  border: solid 1px #dcdddd;
  text-align: center;
}

.JumpBlock li a:hover {
  filter: brightness(1.1);
}

.CatchCopy .Telephone span {
  /*
  font-family: "Meiryo";
  font-weight: 500;
  font-style: normal;
  */
}

.Container .PageTitle{
  margin-bottom: 10px;
}
.PageTitle .Heading span {
  font-weight: 700 !important;
  font-size: 40px;
  -webkit-text-stroke: 1.5px #FFF;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 6px;
  text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
}

.WorkGroup li a{
  position:relative;
}
.WorkGroup li a::before{
  content: '\e80e';
  font-family: "preset-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height:1em;
  border:1px solid #ddd;
  border-radius:5px;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  position:absolute;
  top:0.6em;
  right:5px;
  color:#ccc;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .PageWidthSetter {
    max-width: 1200px;
    min-width: 950px;
  }
  .PageContents {
    margin-top: 15px;
  }
  .PageContents .PageWidthSetter {
    max-width: 1180px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .PageWidthSetter {
    max-width: initial;
    width: auto;
    width: 92.5%;
    min-width: 0px;
    padding: 0;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Header                                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
  max-width: initial;
  position: relative;
  z-index: 100;
  background: none;
  /*background: rgb(255, 255, 255);*/
  transition: background 0.2s;
  border-bottom: 0px solid #222;
  padding: 0px 0 0;
  height: 120px;
}

header.HeaderDivision { /* Safari対応用 */
  position: sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  header.HeaderDivision.FixMenu {
    top: 0;
    opacity: 1;
    transition: all 0.4s;
    background: rgb(255, 255, 255);
  }
  header.HeaderDivision.FixMenu.FixMenu2 {
    top: -132px;
    opacity: 1;
    transition: all 0.4s;
  }
  header.HeaderDivision.FixMenu.FixMenu2:hover {
    transition: all 0.4s;
    opacity: 1;
  }
  header.HeaderDivision.FixMenu .TopBottom {
    margin-top: 0;
    transition: all 0.4s;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .TopBottom {
    margin-top: 20px;
    transition: all 0.4s;
  }
  header.HeaderDivision.FixMenu .SiteLogo span.LogoImage {
    transition: all 0.4s;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .SiteLogo span.LogoImage {
    margin-top: 45px;
    transition: all 0.4s;
    text-align: left;
  }
  
  .MainMenuBlock .BlockHeader .SiteLogo span.LogoImage{
    transition: none;
    top:25px;
    left:2.5%;
    width:200px;
  }

  header.HeaderDivision.FixMenu.FixMenu2 .SiteLogo .ComName {
    margin-left: 40px;
    transition: all 0.4s;
    text-align: left;
    font-size: 65%;
  }
  header.HeaderDivision.FixMenu.FixMenu2 .MainMenuBlock .MainMenuList {
    margin: 0.1em auto;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  header {
    background: rgb(255, 255, 255);
    padding: 5px 0;
    height: 70px;
  }
  header.HeaderDivision {
    z-index: 200;
  }
  header .PageWidthSetter {
    width: auto;
  }
  header.HeaderDivision.FixMenu {
    transition: all 0.4s;
  }
  header.HeaderDivision.FixMenu2 {
    top: 0;
    transition: all 0.4s;
  }
}
.CatchCopy .Contact a {
  transition: all 0.2s;
}

.CatchCopy .Contact a:hover {
  opacity: 0.75;
  transition: all 0.2s;
}

.CatchCopy .GoMenberLink a {
  transition: all 0.2s;
}

.CatchCopy .GoMenberLink:hover {
  opacity: 0.75;
  transition: all 0.2s;
}

.CatchCopy .Contact:hover,
.CatchCopy .Contact:focus {
  filter: brightness(1.1);
}

.CatchCopy .GoMenberLink:hover,
.CatchCopy .GoMenberLink:focus {
  filter: brightness(1.1);
}

/* HeaderMenuArea
--------------------------------------------------- */
/* - - MainMenuBlock - - */
.MainMenuBlock {
  z-index: 10;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  display: block;
}

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

.MainMenuBlock .BlockHeader {
  padding: 18px 0 5px 0;
  text-align: left;
  display: block;
  width: 327px;
  float: left;
  width: 100%;
  float: none;
}

.MainMenuBlock .BlockHeader .SiteLogo {
  margin: 0;
  margin-right: 0;
  padding: 0;
  text-align: left;
  width: 380px;
  float: left;
}

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

.MainMenuBlock .BlockHeader .SiteLogo span.LogoImage {
  width: 180px;
  position: absolute;
  left: 5%;
}

/*
.MainImageBlock{
  position: relative;
}

.MainImageBlock span.MaluImage::after{
  content: "";
  width: 576px;
  height: 629px;
  background: url(../img/common/decoration/img_main_maru.png) no-repeat left top;
  position: absolute;
  left: 0;
  z-index: -1;
}
  */
.MainMenuBlock .BlockHeader .SiteLogo span.ComName {
  white-space: nowrap;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-left: 42px;
  color: #555;
  font-weight: 400;
  margin-top: -30px;
}

.MainMenuBlock .BlockHeader .CatchCopy {
  width: auto;
  float: right;
  /*
  padding-top: 10px;
  position: relative;
  right: -37%;
  */
}

.MainMenuBlock .BlockHeader .CatchCopy img {
  /*
  height: 30px;
  */
  width: auto;
  margin-bottom: 8px;
  margin-right: 8px;
}

.GoMenberLink a {
  color: #fff;
  /*background: linear-gradient(90deg, #56b8a9 30%, #56b8a9 45%, #83bc9b 70%);*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#44bfc4+0,44bfc4+39,a3d8c7+70,d1e8c7+100,e0edc7+100 */
  background: linear-gradient(135deg,  rgba(68,191,196,1) 0%,rgba(68,191,196,1) 39%,rgba(163,216,199,1) 70%,rgba(209,232,199,1) 100%,rgba(224,237,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 3.5em;
  text-decoration: none;
  padding: 0.5em 1em;
}

.BlockHeader .CatchCopy .Contact a {
  border: 1px solid #56b8a9;
  color: #56b8a9;
  background: #fff;
  line-height: 2.5em;
  border-radius: 3.5em;
  text-decoration: none;
  padding: 0.5em 1em;
  padding-right: 1.5em;
  margin-left: 10px;
}

.FooterArea {
  margin-top: 60px;
  background: #e8f6ec;
  position: relative;
}

.FooterArea::before {
  content: "";
  width: 100%;
  height: 65px;
  background: url(../img/common/decoration/footer-nami.png) repeat-x center bottom;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% + 1px));
}
/*
.FooterDivision .CatchCopy .ContactB {
  border: 1px solid #56b8a9;
  color: #56b8a9;
  line-height: 3.5em;
  border-radius: 3.5em;
  text-decoration: none;
  padding: 0.4em 1.3em 0.4em 1em;
  margin-left: 5%;
  font-size: 12px;
}
*/
/*
.FooterDivision .CatchCopy .ContactB:hover {
  filter: brightness(1.1);
  opacity: 0.75;
  transition: all 0.2s;
}
*/

.MainMenuBlock .BlockHeader .CatchCopy .Telephone .icon-phone {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e2d000;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 130%;
}

.MainMenuBlock .BlockHeader .CatchCopy .Telephone span {
  font-size: x-large;
}

.MainMenuBlock .BlockHeader .CatchCopy ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 0.25vw;
  gap: 0.5vw;
  justify-content: flex-end;
  min-width: 520px;
}

@media screen and (max-width: 767px), print {
  .MainMenuBlock .BlockHeader .CatchCopy ul {
    display: none;
  }
}
.MainMenuBlock .BlockHeader .CatchCopy li {
  padding: 0;
}

.MainMenuBlock .BlockHeader .CatchCopy li a {
  /*padding: 0em 1em;*/
}

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

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

.MainMenuBlock .BlockContents {
  position: relative;
}

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

.MainMenuBlock .BlockContents .PageWidthSetter {
  padding: 0;
  width: 100%;
  text-align: right;
  max-width: 1200px;
  position: absolute;
  right: 0%;
}

.MainMenuBlock .HeadItem {
  display: block;
  border-bottom: 0px solid #222;
  height: 50px;
}

.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 .PageWidthSetter {
    max-width: 1180px;
  }
  .MainMenuBlock .BlockContents {
    justify-content: flex-end;
    float: right;
  }
  .MainMenuBlock .HeadItem .Main img {
    max-width: 200px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .MainMenuBlock .BlockHeader {
    max-width: 250px;
    padding: 0;
  }
  header .MainMenuBlock .MenuTrigger {
    position: Fixed;
    top: 10px;
    right: 12px;
    margin: 0 0 0 0;
    z-index: 10000;
  }
  #GlobalMenuGroupF,
  #GlobalMenuGroup {
    position: fixed;
    top: 70px !important;
    left: 0px;
    width: 100%;
    background: #56b8a9;
    /*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: 10px;
    background: none;
    border-radius: 0;
    padding: 0;
    text-align: left;
    box-shadow: none;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span {
    display: block;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span.LogoImage {
    width: 180px;
    margin-top: 3px;
  }
  .MainMenuBlock .BlockHeader .SiteLogo span.ComName {
    white-space: nowrap;
    font-size: 0.65em;
    letter-spacing: 0.1em;
    margin-left: 0;
    color: #555;
    font-weight: 400;
    padding-left: 53px;
    margin-top: -1em;
  }
  .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: 2em;
    color: #555;
    text-align: center;
  }
}
/* + + + + + スマホで上余白が出ないための仮処置 + + + + +  */
#GlobalMenuGroupF,
#GlobalMenuGroup {
  display: none;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  #GlobalMenuGroupF,
  #GlobalMenuGroup {
    display: inline-block !important;
    height: auto !important;
  }
}
/* メインメニュー */
.MainMenuBlock .MainMenuList {
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
  font-size: 70%;
  font-weight: 500;
  margin-left: 0;
  flex-grow: 1;
  align-items: center;
  position: relative;
  width: 100%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MainMenuBlock .MainMenuList {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1120px), print {
  .MainMenuBlock .MainMenuList > li > a {
    padding: 0.2em 1em;
  }
  .FixMenu2 .MainMenuBlock .MainMenuList > li > a {
    padding: 0.1em 0.4em;
    padding: 0.1em 0.2em;
  }
}
/* 1階層目 */
.MainMenuBlock .MainMenuList > li {
  position: relative;
}

.MainMenuBlock .MainMenuList > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.2em;
  margin: 0 0;
  height: 100%;
}

.MainMenuBlock .MainMenuList > li{
  margin: 5px 10px;
}
.MainMenuBlock .MainMenuList > li.nav-item-6{
  margin-right: 0px;
}
.MainMenuBlock .MainMenuList > li.nav-item-7{  
  margin-left: 0px;
}
.MainMenuBlock .MainMenuList > li.nav-item-7{  
  margin-right: 0px;
}
.MainMenuBlock .MainMenuList > li.nav-item-8{  
  margin-left: 0px;
}

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

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


/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainMenuBlock .MainMenuList > li > a {
    font-size: 1.5em;
    line-height: 35px;
  }
}
@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: #009245;
    background: #e9f4e4;
  }
}
/*
                .MainMenuBlock .MainMenuList > li > a::after{
                  -webkit-transition: all .2s;
                          transition: all .2s;
                  content: "";
                  display: block;
                  position: absolute;
                  bottom:   0px;
                  width: 100%;
                  left:    0%;
                  background: #270092;
                  height: 0px;
                  margin-top: 5px;
                  opacity: 1;
                }
                */
header.HeaderDivision.FixMenu.FixMenu2 .MainMenuBlock .MainMenuList > li > a::after {
  bottom: 0;
}

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

.MainMenuBlock .MainMenuList > li.DropDownParent:hover > a::after {
  background: #0239af;
  height: 5px;
  margin-top: 5px;
}

/*中学校教育研究会*/
.MainMenuBlock .MainMenuList > li.Chukyouken > a:hover::after,
.MainMenuBlock .MainMenuList > li.Chukyouken.current > a::after,
.MainMenuBlock .MainMenuList > li.Chukyouken.DropDownParent:hover > a::after {
  background: #009245;
  height: 5px;
  margin-top: 5px;
}

.MainMenuBlock .MainMenuList > li .Label,
.MainMenuBlock .MainMenuList > li .TitleIcon {
  display: inline-block;
  text-align: center;
  /*vertical-align: middle;*/
}

.MainMenuBlock .MainMenuList > li .Label {
  white-space: nowrap;
}

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

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

.MainMenuBlock .MainMenuList > li .TitleIcon img,
.MainMenuBlock .MainMenuList > li .Label img {
  /*
  width: auto;
  border: 1px solid #32baee;*/
}

.MainMenuList li.nav-item {
  list-style: none;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  
  .MainMenuBlock .MainMenuList > li.Active::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #aa6de8;
  }
  .MainMenuBlock .MainMenuList > li.Chukyouken.Active::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #009245;
  }
  
  .MainMenuBlock .MainMenuList .MynaviBannerArea img{
    width: 114px;
}
.MainMenuBlock .MainMenuList .SpContact,
.MainMenuBlock .MainMenuList .SpEntry{
display: none;
}

}
@media screen and (max-width: 767px) {
  .MainMenuBlock .MainMenuList {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .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: #fcfff2;
    border: 1px solid #aaa;
    */
  }
  .MainMenuBlock .MainMenuList > li > a::after {
    display: none;
  }
  /*
                .MainMenuBlock .MainMenuList > li .Label, 
                .MainMenuBlock .MainMenuList > li .Icon {
                  display: block;

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

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

.MainMenuBlock .DropDownChild > .inner .Heading,
.MainMenuBlock .DropDownChild > .inner .ContentsMenu {
  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: #349284;
  text-decoration: none;
}

/*中学校教育研究会*/
.MainMenuBlock .Chukyouken .DropDownChild > .inner .ContentsMenuList li a:hover {
  color: #009245;
  text-decoration: none;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainMenuBlock .DropDownChild {
    margin-top: calc(1em - 19px);
    background: none;
    padding: 3px 0 10px 10px;
  }
  .FixMenu2 .MainMenuBlock .DropDownChild {
    margin-top: calc(2em - 34px);
  }
  .FixMenu2 .MainMenuBlock .MainMenuList > li > a {
    padding: 0.1em 0;
  }
  .MainMenuBlock .DropDownChild {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: none;
  }
  .MainMenuBlock .DropDownChild > .inner .Heading {
    color: #009245;
  }
  .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: 300px;
    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;
    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: rgb(243, 240, 236);
    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 {
    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;
    border-radius: 0.5em;
  }

.MainMenuBlock .MainMenuList .MynaviBannerArea{
  width: 47%;
}
  
.MainMenuBlock .MainMenuList .MynaviBannerArea img{
    width: 186px;
  }

.MainMenuBlock .MainMenuList .MynaviBanner{
    background:none;
  }
  
  .MainMenuBlock .DropDownChild > .inner .Heading {
    display: none;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
  }
  .MainMenuBlock .MainMenuList > li > a {
    display: block;
    padding: 1em 0;
    text-align: center;
    margin: 0;
    font-size: 1.5em;
  }
  .MainMenuBlock .ContentsMenuList > li > a {
    display: block;
    padding: 0.2em 0;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #ccc;
  }
  .MainMenuBlock .DropDownChild > .inner .ContentsMenuList li {
    margin: 0;
  }
}
/*アイコンメニュー*/
.IconMenu {
  line-height: 32px;
  margin: 10px auto 0;
  text-align: right;
  min-width: 750px;
}

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

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

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

.IconMenu span {
  font-size: 1em;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.IconMenu .Icon {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  margin-right: 5px;
}

.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;
  }
  .IconMenu a {
    margin: 10px 5px;
    display: block;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  /* ヘッダー マイナビバナー調整用 */
  .MainMenuBlock .MainMenuList > li.nav-item-4 > a {
    padding: 0;
  }
  .MainMenuBlock .MainMenuList > li.nav-item-5 > a {
    padding: 0 5px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Contents                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.TextArea {
  margin: 20px 0;
}

.TopNewsBlock {
  float: left;
}

.NewsListItem {
  position: relative;
}

.NewsList ul {
  list-style: none;
}

.NewsList .NewsContents {
  display: inline-block;
  text-align: left;
  width: 80%;
}

.NewsContents table {
  border-collapse: collapse;
}

.NewsContents table tr {
  border-bottom: 1px solid #cdcdcd;
  width: 120%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .NewsList .NewsContents {
    width: 100%;
  }
  .NewsContents table tr {
    width: 100%;
    display: inline-block;
  }
}
.NewsList li {
  border-bottom: 1px solid #cdcdcd;
  padding: 0px 0px 5px 0px;
}

.NewsList .NewsContents th {
  color: #56b8a9;
}

.NewsList {
  margin-left: 30%;
}

@media screen and (max-width: 767px) {
  .NewsList {
    margin-left: 0;
  }
  .NewsList .NewsContents th {
    width: 100px;
  }
}
.NewsList a {
  padding: 1.8rem 0;
  align-items: center;
  font-size: 1.5rem;
}

.SubTitle {
  color: #56b8a9;
}

.WorkTogether {
  font-size: 200%;
  text-align: center;
  letter-spacing: 0.12em;
}

.WorkTogetherText {
  margin-top: 30px;
  text-align: center;
}

.WorkTogetherBlock {
  background-color: #fafaeb;
}

.IdealCandidateList {
  list-style: none;
}

.IdealCandidateList tr {
  margin-bottom: 10px;
}

.IdealCandidateList td {
  line-height: 1.8;
  height: 80px;
}

.IdealCandidateList .Orange {
  color: #fecf75;
  margin-right: 0.5rem;
}

.CandidateBlock .TextArea {
  font-weight: 500;
  margin: 30px 0;
  line-height: 1.8;
}

.IdealCandidateList .CandidateListText {
  font-size: 22px;
  border-bottom: 1px solid #cdcdcd;
  /*width: 585px;*/
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.YoukouBlock .PageWidthSetter {
  max-width: 1000px !important;
}

.YoukouBlock .Button {
  border: 1px solid #14b2be;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  background-color: #14b2be;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 8px 5px 5px 25px;
  border-radius: 30px;
  letter-spacing: 0.05em;
  opacity: 1;
  filter: brightness(1);
  line-height: 1;
}

.YoukouBlock .Button:hover {
  border: 1px solid #14b2be;
  position: relative;
  transition: all 0.2s;
  background-color: #ffffff;
  color: #14b2be;
  filter: brightness(1);
}

.YoukouBlock .Button .icon-right {
  border: 1px solid #fff;
  color: #14b2be;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 5px;
  margin-left: 8px;
  width: 25px;
  height: 25px;
  opacity: 1;
  filter: brightness(1);
  vertical-align: middle;
}

.YoukouBlock .Button:hover .icon-right {
  border: 1px solid #14b2be;
  color: #fff;
  background: #14b2be;
  filter: brightness(1);
}

.Interview ul {
  list-style: none;
}

.Interview .ImageItem .Image img {
  border-radius: 20px;
  width: auto;
  height: auto;
  aspect-ratio: 3/2;
}

/*トップページ先輩の声　画像5枚の時*/
.Interview .ImageItem .Occupation {
  border-radius: 0px 20px 0px 0px;
  background-color: #fff;
  width: 180px;
  height: 55px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0;
  text-align: center;
  padding: 12px;
  font-size: 120%;
}

.InterviewBlock .Occupation {
  font-weight: bold;
}

.InterviewBlock .Caption {
  text-indent: 1em;
}

/* トップページ先輩の声　画像３枚の時
.Interview .ImageItem .Occupation {
  border-radius: 0px 20px 0px 0px;
  background-color: #fff;
  width: 155px;
  height: 53px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -1px;
  text-align: center;
  padding: 15px 15px;
  font-size: 115%;
}
  */
.Occupation .icon-right {
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 4px;
  margin-left: 8px;
}

.Interview .ImageItem {
  font-family: "Zen Maru Gothic";
}

.Interview .ImageItem .Image {
  position: relative;
}

@media screen and (max-width: 767px) {
  .Interview .ImageItem {
    margin-bottom: 20px;
  }
  .InterviewText {
    width: 100%;
    margin: 35px 0px 30px 25%;
  }
  .Interview .ImageItem .Image img {
    width: 400px;
    height: 266px;
  }
  .Interview .ImageItem .Occupation {
    width: 180px;
    height: 50px;
    font-size: 120%;
  }
  .IdealCandidateList .CandidateListText {
    width: calc(100% - 2em);
  }
  .WorkTogetherText {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
  }
}
.EntryBlock {
  padding-top: 30px;
  padding-bottom: 30px;
}

.EntryBlock .inner {
  border-radius: 50px 50px 0px 0px;
  width: calc(100% - 5px);
  height: 306px;
  color: #fff;
  /*background: linear-gradient(90deg, #56b8a9 30%, #56b8a9 45%, #83bc9b 70%) !important;*/

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#44bfc4+0,44bfc4+25,a3d8c7+70,d1e8c7+90,e0edc7+100 */
background: linear-gradient(135deg,  rgba(68,191,196,1) 0%,rgba(68,191,196,1) 25%,rgba(163,216,199,1) 70%,rgba(209,232,199,1) 90%,rgba(224,237,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.EntryBlock .EntryText {
  text-align: center;
  font-size: 200%;
  padding-top: 25px;
}

.EntryBlock .SubEntryText {
  text-align: center;
  padding: 20px;
}

.EntryBlock .MynaviBanner img {
  margin: 10px;
  padding: 3px;
  border: solid 1px #fff;
}

.FacilityTitleBlock {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.Facility ul {
  list-style: none;
}

.Facility img {
  /*  width: 240px;*/
  /*  height: 240px;*/
  border-radius: 50%;
}

.Facility .ImageItem .CaptionArea {
  display: block;
  text-align: center;
}

.FacilityTitleBlock ul.ColumnGroup li.Column .ImageItem {
  /*  width: 92%;*/
}

.FacilityTitleBlock .ImageItem .Image {
  /*  aspect-ratio: 10/10;*/
  height: 100%;
  border-radius: 50%;
}

.FacilityTitleBlock .ImageItem .Image img {
  /*  width: 100%;*/
  /*  height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.Facility .ImageItem .FacilityText {
  text-align: center;
  font-weight: bold;
}

.MaineFacilityText {
  text-align: center !important;
  font-weight: bold;
}

.Facility .ImageItem .SubFacilityText {
  display: inline-block;
  text-align: left;
  font-size: 87.5%;
  line-height: 1.8;
  margin-top: 0.5em;
  margin-left: 1.5em;
  width: 90%;
}

.FacilityTextBlock {
  margin-top: 10px;
  margin-bottom: 25px;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .ContentsDivision {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ContentsDivision {
    margin-top: 70px;
    padding-top: 0;
  }
}
.SpBr {
  display: none;
}

@media screen and (max-width: 500px) {
  .SpBr {
    display: block;
  }
  .FacilityTitleBlock .ImageItem .Image{
    margin: 0 8px;
  }
}
/* Container
--------------------------------------------------- */
.Container {
  margin: 10px auto 40px;
  background: #fff;
  /*padding: 25px;*/
  /*-webkit-box-shadow: 0 0.04em 0.30em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.04em 0.30em rgba(0, 0, 0, 0.2);*/
  /*background:#fff url(../img/common/decoration/bg_0001.jpg) no-repeat 100% 0%;*/
  background-size: 700px auto;
  background: none;
}

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

/* - - ページ（下層ページ汎用） - - */
/* ページタイトル背景 */
.Page .PageHeader {
  background: #f8f9fa;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Page .PageHeader {
    padding: 1em 0;
    border-bottom: 2px solid #d6e6a6;
    position: relative;
  }
  .Page .PageHeader::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+0,e8e8e8+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234, 234, 234, 0.65) 0%, rgba(232, 232, 232, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media screen and (max-width: 767px) {
  .Page .PageHeader {
    padding: 1em 0;
  }
}
/* ページタイトル */
.Page .PageHeader .Heading {
  color: #009245;
  margin: 0 auto;
  position: relative;
  max-width: 600px;
  padding: 10px 0;
  border-top: 1px solid #009245;
  border-bottom: 1px solid #009245;
}

.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%;
  }
}
.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;
    vertical-align: middle;
  }
  .BannerArea .BannerBlock ul li img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Footer                                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
  position: relative;
  padding: 35px 0 0 0;
  background: none;
  border-top: 0 solid #f2f2f2;
  background: #78a1ab;
}

.SiteFooterGroup > * {
  flex-grow: 1;
  position: relative;
}

/* - - AuthorBlock - - */
.AuthorBlock {
  margin: 0 auto;
  text-align: center;
}

.AuthorBlock .BlockHeader {
  margin-bottom: 1em;
}

.AuthorBlock .BlockContents {
  margin-bottom: 2.5em;
}

.FooterMenuBlock .SiteLogo {
  line-height: 2;
}

.FooterMenuBlock {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Zen Maru Gothic";
  padding: 15px 0;
  width: 100%;
  font-weight: 500;
}

.FooterMenuBlock .Telephone{
  margin: 10px 0;
}
.FooterMenuBlock .inner {
  padding-top: 15px;
}

.FooterMenuBlock .inner li {
  font-family: "Meiryo";
}

.FooterMenuBlock .icon-mail {
 /* padding-bottom: 2%;*/
  padding-right: 2%;
}

.FooterMenuBlock .BlockHeader {
  width: 35%;
  text-align: left;
  float: left;
}

.FooterMenuBlock .BlockHeader .FootLogo {
  display: block;
  margin-bottom: 10px;
}

.FooterMenuBlock .BlockHeader .FootLogo img {
  width: 90%;
  margin: 0 auto;
  display: block;
  width: 300px;
}

.FooterMenuBlock .LogoImage {
  width: 180px;
  display: inline-block;
}

.FooterMenuBlock .BlockContents {
  text-align: left;
  position: relative;
  float: right;
  width: 65%;
  min-width: 565px;
}

.FooterMenuBlock .CatchCopy ul {
  list-style: none;
  margin-top: 10px;
}

.FooterMenuBlock .Telephone .icon-phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e2d000;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 73%;
  vertical-align: middle;
}

.FooterMenuBlock {
  position: relative;
}

.FooterMenuBlock .MainMenuList {
  justify-content: left;
  list-style-type: disc;
  list-style: none;
  justify-content: flex-end;
  padding-left: 0px;
  margin-top: 17px;
  /* position: absolute;
  right: 0%;
  bottom: 30%;
   */
}

.FooterMenuBlock .MainMenuList > li {
  padding-left: 0px;
  margin-left: 30px;
}

.FooterMenuBlock .MainMenuList > li a {
  /*padding: 0;*/
  text-shadow: none;
}

.FooterMenuBlock li {
  list-style-type: disc;
  font-size: 95%;
}

/*画像メニュー*/
.FooterMenuBlock .MainMenuList > li .Label,
.FooterMenuBlock .MainMenuList > li .TitleIcon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  /*margin: -10px 0 -10px -12px;*/
}

.FooterMenuBlock .MainMenuList > li .TitleIcon img,
.FooterMenuBlock .MainMenuList > li .Label img {
  height: 54.3px;
  width: auto;
}

.FooterMenuBlock .MainMenuList > li .TitleIcon {
  display: none;
}

.AuthorContents {
  margin-top: 0em;
  text-align: left;
  margin-bottom: 2em;
  color: #fff;
  line-height: 1.8;
}

.AuthorContents h3 .Main {
  font-size: 160%;
  font-weight: normal;
  line-height: 1.3;
}

.AuthorContents h3 .Sub {
  font-size: 110%;
  font-weight: normal;
  display: block;
  line-height: 1.3;
}

.AuthorContents p {
  font-size: 110%;
  font-weight: normal;
}

.AuthorContents p span {
  display: inline-block;
  white-space: nowrap;
}

.AuthorContents p.BannerLinkItem {
  display: block;
  margin: 10px 0;
}

.CopyrightBlock {
  text-align: center;
  font-size: 60%;
  padding: 20px 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .FooterMenuBlock .BlockHeader .FootLogo {
    text-align: left;
  }
  .FooterMenuBlock .BlockHeader .FootLogo img {
    width: 90%;
    max-width: 300px;
    margin: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .FooterMenuBlock {
    padding: 15px 0;
    max-width: 650px;
    width: 100%;
  }
  .FooterMenuBlock .BlockHeader {
    float: none;
    width: 100%;
    text-align: left;
  }
  .FooterMenuBlock .BlockHeader .FootLogo {
    width: 70%;
    display: block;
  }
  .FooterMenuBlock .BlockHeader .FootLogo img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .FooterMenuBlock .BlockContents {
    float: none;
    width: 100%;
    text-align: left;
    position: relative;
    display: none;
  }
  .AuthorContents {
    margin-top: 0em;
    text-align: left;
    margin-bottom: 1.5em;
    color: #fff;
  }
  .AuthorContents h3 .Main {
    font-size: 110%;
    font-weight: normal;
  }
  .AuthorContents h3 .Sub {
    font-size: 90%;
    display: block;
  }
  .AuthorContents p {
    font-size: 100%;
    font-weight: normal;
  }
  .AuthorContents p span.InlineB {
    display: inline-block;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ● 申込フォーム 専用CSS                                 */
/*    ・ページ固有の処理を記述                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ContentsDivision
--------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    override baser                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* フォーム全体のエラー表記 */
#MessageBox {
  padding: 75px 5% 25px;
  margin: 1em auto;
  width: 75%;
  border-radius: 10px;
  text-align: center;
  color: #c00;
  background: rgb(253, 224, 224);
  border: 1px solid #c00;
  position: relative;
}

#MessageBox .alert-message {
  line-height: 1.5 !important;
  border: none;
  padding: 0;
  color: inherit;
  margin: 0 !important;
}

#MessageBox .alert-message:before {
  font-family: "preset-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.5em;
  content: "\e837";
}

/* 送信完了画面にMessageBoxを応用 */
#MessageBox.Complete {
  padding: 75px 5%;
  margin: 4em auto 1em;
  text-align: center;
  color: inherit;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}

.mail-description {
  line-height: 1.8;
}

.label-danger {
  background: #C30;
  color: #fff;
  padding: 1px 3px;
  margin: 2px;
  line-height: 1.1;
}

/* 項目ごとのエラー表記 */
.FormTable .error-message,
.AuthCaptchaTable .error-message {
  margin: 1em 0 1em;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  color: #f00;
  background: none;
  padding-left: 0;
  text-align: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Form Setting [Common]                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FormItem （入力枠 1つ分）
--------------------------------------------------- */
.FormItem {
  margin: 0.25em 0;
  /* 入力枠の共通スタイル */
  /* + + + + + レスポンシブ + + + + +  */
  /* + + + + + レスポンシブ + + + + +  */
  /* placeholder  */
  /* focus時 */
  /* エラー時 */
  /* readonly */
  /* invalid */
  /* 汎用 input部品のスタイル */
  /* + + + + + レスポンシブ + + + + +  */
  /* 補足テキスト等 */
}

.FormItem input[type=text],
.FormItem input[type=password],
.FormItem input[type=date],
.FormItem input[type=number],
.FormItem input[type=tel],
.FormItem input[type=mail],
.FormItem select {
  line-height: 1.25;
}

.FormItem input[type=text],
.FormItem input[type=password],
.FormItem input[type=date],
.FormItem input[type=number],
.FormItem input[type=tel],
.FormItem input[type=mail],
.FormItem select,
.FormItem textarea,
.FormItem .AuthCaptchaTable input,
.FormItem .AuthCaptchaTable select,
.FormItem .AuthCaptchaTable textarea {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-size: 100%;
  padding: 0.75em 0.75em;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  background: #fff;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .FormItem .FormItem {
    font-size: 1.6rem;
  }
  .FormItem input[type=text],
  .FormItem input[type=password],
  .FormItem input[type=date],
  .FormItem input[type=number],
  .FormItem input[type=tel],
  .FormItem input[type=mail],
  .FormItem select,
  .FormItem textarea {
    width: 100%;
  }
}
.FormItem input[type=text],
.FormItem input[type=password],
.FormItem input[type=date],
.FormItem input[type=number],
.FormItem input[type=tel],
.FormItem input[type=mail],
.FormItem textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.FormItem input[type=mail] {
  width: 100%;
}

.FormItem input[type=number] {
  width: 5em;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.FormItem input[type=password] {
  width: 10em;
}

.FormItem select {
  position: relative;
}

.FormItem .wrap_select {
  position: relative;
  display: inline-block;
}

.FormItem .wrap_select::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(135deg) translate3d(0, 0, 0);
  pointer-events: none;
  line-height: 1.1;
  vertical-align: bottom;
}

.FormItem .wrap_select select {
  position: static;
  margin: 0;
  padding-right: 1.5em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.FormItem .wrap_select select::-ms-expand {
  display: none;
}

.FormItem .wrap_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

@media screen and (max-width: 767px) {
  .FormItem .wrap_select {
    display: block;
  }
}
.FormItem textarea {
  width: 100%;
  height: 6em;
}

.FormItem input[type=checkbox],
.FormItem input[type=radio] {
  margin-right: 4px;
}

.FormItem label {
  display: inline;
  margin-right: 1.5em;
}

.FormItem ::-webkit-input-placeholder {
  color: #616161;
  /*color: rgba(0,0,0,0.25);*/
  font-weight: normal !important;
}

.FormItem ::-moz-placeholder {
  color: #616161;
  opacity: 1;
  /*color: rgba(0,0,0,0.25);*/
  font-weight: normal !important;
}

.FormItem input:-moz-placeholder-shown, .FormItem textarea:-moz-placeholder-shown {
  background: #fdf5f5;
}

.FormItem input:placeholder-shown,
.FormItem textarea:placeholder-shown {
  background: #fdf5f5;
}

.FormItem select.test:focus {
  border: 1px solid #aaf;
  box-shadow: 0 0 1em #aaf;
}

.FormItem .form-error:not([type=radio]),
.FormItem .form-error:not([type=checkbox]) {
  border: 2px solid #f00 !important;
}

.FormItem div.checkbox.form-error {
  padding: 0.5em;
}

.FormItem html.safari .form-error[type=radio],
.FormItem html.safari .form-error[type=checkbox] {
  background: #333;
}

.FormItem input[readonly],
.FormItem select[readonly],
.FormItem textarea[readonly] {
  border: none !important;
  background: none !important;
}

.FormItem input[invalid],
.FormItem select[invalid],
.FormItem textarea[invalid] {
  color: #777 !important;
  background: #ccc !important;
  box-shadow: none !important;
  border-color: #aaa;
}

.FormItem .InputText {
  width: 100%;
}

.FormItem .InputName,
.FormItem .InputNameKana {
  width: 20em;
  margin-right: 0;
}

.FormItem .mail-before-attachment + .InputName,
.FormItem .mail-before-attachment + .InputNameKana {
  margin-left: 0.5em;
}

.FormItem .InputCode {
  width: 20em;
}

.FormItem .InputZip {
  width: 20em;
  margin: 0 3px;
}

.FormItem .InputPhone {
  width: 7.5em;
  margin: 0 3px;
}

.FormItem .InputAddress {
  width: 100%;
}

.FormItem .InputMail {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .FormItem .mail-before-attachment + .InputName,
  .FormItem .mail-before-attachment + .InputNameKana,
  .FormItem .InputZip {
    width: calc(100% - 2.5em) !important;
  }
  .FormItem .InputPhone {
    width: 5em !important;
  }
}
.FormItem .MailDescription > p {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.FormItem .mail-description a,
.FormItem .mail-attention a {
  color: #335cad;
  text-decoration: underline;
}

.FormItem .mail-description,
.FormItem .mail-attention {
  margin: 0.5em 0;
  display: block;
}

.mail-before-attachment {
  display: inline-block;
  min-width: 2em;
  text-align: center;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .mail-description,
  .mail-before-attachment,
  .mail-after-attachment,
  .mail-attention {
    font-size: 1.4rem;
  }
}
/* 確認画面の設定 */
.FormBlock.Confirm .FormItem .mail-before-attachment {
  display: inline;
  min-width: 0;
  text-align: left;
  margin-right: 1em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Form系のTable                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* AuthCaptchaTable イメージ認証
--------------------------------------------------- */
.AuthCaptchaTable {
  margin: 30px auto 15px;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 4px solid #ebf5da;
}

.AuthCaptchaTable th {
  text-align: center;
  width: 200px;
}

.AuthCaptchaTable td {
  width: 50%;
  padding: 10px;
  text-align: center;
  width: 250px;
  font-size: 87.5%;
}

/* FormTable 
--------------------------------------------------- */
.FormTable {
  margin: 25px auto !important;
  width: 100%;
  border-collapse: collapse;
  /* 入力部品 の親 */
  /* 独自処理：横並びにしない項目は block にする */
  /* 必須・任意の表示 */
  /* + + + + + レスポンシブ + + + + +  */
}

.FormTable th,
.FormTable td {
  padding: 10px 10px;
  vertical-align: middle;
  border: 1px solid rgba(120, 100, 90, 0.25);
  line-height: 1.8 !important;
}

.FormTable th {
  background: #f5f5f5;
  font-weight: normal;
  width: 30%;
  text-align: left;
}

.FormTable td {
  background: #fff !important;
  background: none;
}

.FormTable .FormItem {
  position: relative;
}

.FormTable .FormItem > [id*=Tel] {
  /*display: inline-block;*/
}

.FormTable .FormItem > [id^=FieldMessageTel],
.FormTable .FormItem > [id^=FieldMessageMail],
.FormTable .FormItem > [id^=FieldMessageAddress],
.FormTable .FormItem > [id^=FieldMessageNote],
.FormTable .FormItem > [id^=FieldMessageEnquete] {
  display: block;
}

.FormTable .FormItem > [id^=FieldMessageEnquete]:not(:first-child) {
  margin-top: 0.5em;
  border-top: 1px dotted #ccc;
  padding-top: 0.5em;
}

.FormTable th .normal,
.FormTable th .required {
  float: right;
}

.FormTable th .normal {
  display: none;
}

.FormTable th .required {
  color: #fff !important;
  background-color: #b22430;
  display: inline-block;
  font-size: 75%;
  line-height: 1.125;
  padding: 0.25em 0.5em;
  float: right;
  border-radius: 0.25em;
}

@media screen and (max-width: 767px) {
  .FormTable {
    border-bottom: 1px solid rgba(120, 100, 90, 0.25);
  }
  .FormTable tr {
    border: none;
    margin: 0;
  }
  .FormTable th {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1em 0 0 !important;
    background: none !important;
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
  .FormTable td {
    border: none;
  }
  .FormTable th .required {
    float: left;
    margin-right: 0.5em;
    margin-left: 0 !important;
    font-size: 75% !important;
  }
}
/* --------------------------------------------------- */
/* MainContentsArea, DefaultBlock                      */
/* コンテンツエリア内 共通スタイル                     */
/* --------------------------------------------------- */
/* DefaultBlock (ページ・フォーム・ブログ全般の基本スタイル)
--------------------------------------------------- */
.DetailWidthSetter {
  /*padding: 0 25px; */
}

.DefaultBlock {
  /* タイトル部分 */
  /* コンテンツ部分 */
  /* + + + + + レスポンシブ + + + + +  */
  /* フッタ部分 */
  /* + + + + + レスポンシブ + + + + +  */
}

/* ブログプラグイン(お知らせ)用
--------------------------------------------------- */
/* - - 共通 - - */
.BlogBlock {
  /* + + + + + レスポンシブ + + + + +  */
}

.BlogBlock .Button.DefaultButton {
  margin-top: 2em;
}

/* - - 一覧表示用 - - */
/* - - 詳細表示用 - - */
/*お知らせ共通*/
.BlogBlock .NewsList {
  margin: 40px auto;
}

.BlogBlock .NewsList li {
  border-bottom: 1px solid #a7a7a7;
  padding: 0;
}

.BlogBlock .NewsList li:first-child {
  border-top: 1px solid #a7a7a7;
}

.BlogBlock .NewsList li .TextItem {
  padding: 5px 0;
}

/*マップ共通*/
.MapArea {
  margin: 10px auto 40px auto;
}

.MapArea iframe {
  width: 100% !important;
  height: 350px !important;
}

/*アクセス*/
.AddressText span {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

.AddressText span.Postal {
  display: inline-block;
  width: auto;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .AddressText span {
    display: block;
    width: auto;
  }
}
/*装飾鍵1*/
.LayoutKa {
  display: block;
}

.LayoutKa .LeftTopKa {
  float: left;
  margin: -20px 0 0 -20px;
}

.LayoutKa .RightTopKa {
  float: right;
  margin: -20px -20px 0 0;
}

.LayoutKa .LeftBottomKa {
  float: left;
  margin: 0 0 -20px -20px;
}

.LayoutKa .RightBottomKa {
  float: right;
  margin: 0 -20px -20px 0;
}

/*ページタイトル*/
.Page .LayoutKa {
  display: block;
}

@media screen and (max-width: 767px) {
  .Page .LayoutKa {
    display: block;
    width: 100%;
    max-width: 600px;
  }
}
.Page .LayoutKa > img {
  margin: 0;
}

.Page .LayoutKa .inner {
  margin: 0 auto;
  min-width: 250px;
}

.SknTplDecoratedBox .DecoratedBox .inner {
  background: #f2fdff;
  padding: 30px;
  margin: 10px auto;
}

.SknTplDecoratedBox .DecoratedBox .inner a {
  color: #009245;
  font-weight: bold;
}

.c-heading {
  font-size: 160%;
  font-family: serif;
  text-align: center;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading {
  color: #222;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading span {
  display: block;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading small {
  display: inline-block;
  color: #0293a3;
  position: relative;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading small::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #0293a3;
  left: -70px;
  top: 50%;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading small::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #0293a3;
  right: -70px;
  top: 50%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Page .LayoutKa .inner {
    margin: 0 auto;
    min-width: 580px;
  }
}
.maxwidth700 {
  max-width: 700px;
  margin: 10px auto;
}

.ImageOff {
  display: none;
}

/*Q&A基本*/
.QuestionList {
  border-bottom: 1px solid #ccc;
  margin: 0 0 0 0;
  padding: 15px 0;
}

.QuestionList .TitleHeading {
  position: relative;
}

.QuestionList .TitleHeading span.QuestionIcon {
  font-family: "Pathway Gothic One", sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 24px;
  width: 40px;
  text-align: center;
  background: #90b723;
  border: 1px solid #90b723;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0px 0px 5px #fff;
  line-height: 1.6;
}

.QuestionList .TitleHeading span.DefaultMainTitle {
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  cursor: pointer;
  margin-right: 70px;
  font-size: 1.2em;
  color: #222;
}

.QuestionList .InfoSide {
  display: none;
}

.QuestionList.Display .InfoSide {
  display: block;
}

.QuestionList .InfoSide .Inner {
  position: relative;
}

.QuestionList .InfoSide .Inner .AnswerIconBlock {
  font-family: "Pathway Gothic One", sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 24px;
  width: 40px;
  text-align: center;
  background: #2ea7d9;
  border: 1px solid #2ea7d9;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0px 0px 5px #fff;
  line-height: 1.6;
}

.QuestionList .InfoSide .Inner .ContentsText {
  margin-left: 60px;
  padding-top: 15px;
  display: block;
  border-top: 2px dotted #aaa;
  min-height: 80px;
  padding-bottom: 20px;
}

.QuestionList .TitleHeading::before {
  content: "\f107";
  font-family: "preset-icon";
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: 80%;
  bottom: 10px;
  cursor: pointer;
  display: block;
}

.QuestionList .open::before {
  content: "\f106";
  font-family: "preset-icon";
  position: absolute;
  right: 10px;
  font-weight: normal;
  bottom: 10px;
  cursor: pointer;
  display: block;
}

.QuestionList .TitleHeading:after {
  content: "開く";
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: 80%;
  bottom: 10px;
  margin-right: 1em;
  cursor: pointer;
  display: block;
}

.QuestionList .open:after {
  content: "閉じる";
  position: absolute;
  right: 10px;
  margin-right: 1em;
  font-weight: normal;
  bottom: 10px;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .QuestionList .TitleHeading span.DefaultMainTitle {
    margin-left: 60px;
    font-size: 1.1em;
    margin-right: 50px;
  }
  .QuestionList .TitleHeading::before {
    content: "\f107";
    font-family: "preset-icon";
    right: 20px;
  }
  .QuestionList .open::before {
    content: "\f106";
    font-family: "preset-icon";
    right: 20px;
  }
  .QuestionList .TitleHeading:after {
    content: "開く";
    position: absolute;
    right: 10px;
    margin-right: 0;
    bottom: 30px;
  }
  .QuestionList .open:after {
    content: "閉じる";
    position: absolute;
    right: 10px;
    margin-right: 0;
    bottom: 30px;
  }
}
.FaqContentsBlock .UnitQA {
  border-bottom: 1px solid #555;
  margin: 0 0 0 0;
  padding: 0;
  /*    background: #f3f3f3;
      background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 2%, #f3f3f3 84%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 2%,#f3f3f3 84%,#ffffff 100%);
      background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 2%,#f3f3f3 84%,#ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
      */
}

/* TextButton Template ：テキストボタン
--------------------------------------------------- */
.SknTplTextButton {
  position: relative;
  margin: 10px auto 20px auto;
}

/* - - ul - - */
.SknTplTextButton ul {
  font-size: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}

.SknTplTextButton li {
  margin: 0 2.5px;
  display: inline-block;
}

/* - - p - - */
.SknTplTextButton p {
  font-size: 100%;
  text-align: center;
  margin: 0;
}

/* Button style */
.SknTplTextButton .Button {
  position: relative;
  display: inline-block;
  color: inherit;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid;
  line-height: 1;
  text-align: center;
  margin: 0.25em 0.125em;
  padding: 0.9em 0;
  transition: all 0.2s;
  white-space: nowrap;
  border-radius: 0;
  border-color: #333;
}

.SknTplTextButton .Button::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 95%;
  height: 1px;
  border-top: 2px dotted #ccc;
  left: 2.5%;
  top: 5px;
}

.SknTplTextButton .Button::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  border-top: 2px solid #68a9d3;
  left: 2.5%;
  bottom: 5px;
}

/* 緑 */
.SknTplTextButton .Button.Green {
  color: #fff;
  background: #009245;
  background: rgba(0, 146, 69, 0.75);
}

/* 黄緑 */
.SknTplTextButton .Button.YGreen {
  color: #fff;
  background: #b5e61d;
  background: rgba(181, 220, 29, 0.75);
}

.SknTplTextButton .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  padding: 0.9em 0em;
  opacity: 1;
}

table .SknTplTextButton .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  padding: 0.9em 0;
  opacity: 1;
}

table .SknTplTextButton .Button:hover .icon-file-pdf::before {
  color: #fff !important;
}

.SknTplTextButton .Button,
.SknTplTextButton .Button > * {
  line-height: 1.5;
  vertical-align: middle;
}

.SknTplTextButton .Button {
  min-width: 200px;
}

.SknTplTextButton .Button .Icon {
  display: inline-block;
  border-right: 0px dotted;
  padding: 0 0 0 0.1em;
  color: #68a9d3;
  font-size: 160%;
  width: 48px;
}

.SknTplTextButton .Button .Label {
  display: inline-block;
  padding: 0 1em 0 0em;
  font-weight: 500;
  font-size: 120%;
  width: calc(100% - 60px);
}

.SknTplTextButton .Button .Label:before {
  font-size: 1.25em;
  position: static;
}

.SknTplTextButton .Button .Label em {
  font-weight: bold;
  margin: 0 0.2em;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .SknTplTextButton {
    position: relative;
    margin: 5px auto 5px auto;
  }
  .SknTplTextButton ul {
    margin: 0.5em 0 !important;
  }
  .SknTplTextButton .Button {
    font-size: 87.5%;
    width: 100%;
    min-width: 150px;
  }
  .SknTplTextButton .Button {
    padding: 0.9em 0em;
  }
  .SknTplTextButton .Button:hover {
    padding: 0.9em 0em;
  }
  .SknTplTextButton .Button .Label {
    display: inline-block;
    padding: 0 1.5em 0 0;
  }
}
/* - - ul - - */
.ContentsArea ul,
.ContentsArea ol {
  margin: 5px 5px 5px 2em;
}

.ContentsArea ul li,
.ContentsArea ol li {
  padding: 5px 0;
}

/*矢印*/
.ArrowItem {
  position: relative;
}

.ArrowItem::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 110px;
  height: 2.5px;
  right: 11px;
  bottom: 10px;
  background: #009245;
}

.ArrowItem::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3px;
  height: 35px;
  right: 30px;
  bottom: 10px;
  background: #009245;
  transform: skewX(50deg);
}

.TopCommonBlock .ArrowItem:hover::before,
.TopCommonBlock .ArrowItem:hover::after {
  background: #fff;
}

.ConsultLinkBlock .ArrowItem:hover::before,
.ConsultLinkBlock .ArrowItem:hover::after {
  background: #90b723;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  /*矢印*/
  .ArrowItem {
    position: relative;
  }
  .ArrowItem::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 80px;
    height: 2.5px;
    right: 11px;
    bottom: 10px;
    background: #009245;
  }
  .ArrowItem::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    right: 22px;
    bottom: 10px;
    background: #009245;
    transform: skewX(50deg);
  }
}
/* --------------------------------------------------- */
/* MovieArea                                           */
/* --------------------------------------------------- */
.MovieArea .MovieBlock {
  text-align: center;
  margin: 30px auto;
  padding: 0 10px;
  max-width: 900px;
}

.MovieArea .MovieBlock .ImageItem {
  width: 100%;
  padding-bottom: 54.2%;
  height: 0px;
  position: relative;
}

.MovieArea .MovieBlock .ImageItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MovieArea .MovieBlock {
    display: block;
  }
}
/* DefaultBlock (common style)
--------------------------------------------------- */
.DefaultBlock {
  padding: 50px;
  background: #fff;
}

.PageBlock {
  position: relative;
  padding: 0 25px;
  width: 90%;
}

.SknTplGetAdobeReader {
  margin-top: 3em;
}

/*ローカルメニュー*/
.LocalMenuItem {
  margin: 0;
}

.LocalMenuItem ul li {
  text-align: center;
}

.LocalMenuItem a {
  text-decoration: none;
  color: #0092cc;
}

.LocalMenuItem a.Label {
  text-decoration: none;
  display: block;
  transition: color 0.2s, height 0.2s, width 0.2s, background 0.2s;
}

.LocalMenuItem .Active a .Label,
.LocalMenuItem a .Label:hover {
  background: #9a92f4;
  color: #fff;
  transition: color 0.2s, height 0.2s, width 0.2s, background 0.2s;
  border-radius: 0px;
}

.LocalMenuItem a .Label {
  position: relative;
  font-weight: 400;
  width: 100%;
  padding: 0.5em 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0.05em 0.15em rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  text-align: center;
  border: 2px solid #eae4e4;
  border: 2px solid #fff;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f5f5+100 */
  background: rgb(249, 252, 247); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(249, 252, 247) 0%, rgb(245, 245, 245) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f5f5',GradientType=0 );  IE6-9 */
  overflow: hidden;
}

.LocalMenuItem a .Label::before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  background: #c9e3f2;
  transform: rotate(-45deg);
}

.LocalMenuItem .Active a .Label::before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
}

.LocalMenuItem a:hover .Label::before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
}

.LocalMenuItem a .Label .Main {
  margin-left: 0px;
}

/* + + + + + レスポンシブ + + + + +  */
body.rsbp-under-bp2 .LocalMenuItem a .Label {
  font-size: 110%;
  margin: 0 0 1em;
  width: 100%;
}

body.rsbp-under-bp3 .LocalMenuItem a .Label {
  font-size: 110%;
  margin: 0 0 1em;
  width: 100%;
  padding: 0.5em 1em;
}

/*バックナンバー*/
.BackNumberItem {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 90;
}

.BackNumberItem a {
  display: inline-block;
  background: #fefefe;
  border-radius: 3px;
  color: #0092cc;
  font-size: 87%;
  border: 1px solid #0092cc;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0.05em 0.15em rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.4);
}

.BackNumberItem a:hover {
  display: inline-block;
  background: #9a92f4;
  border-radius: 3px;
  color: #fff;
  font-size: 87%;
}

.BackNumberItem a span {
  margin: 3px 20px 3px 15px;
  display: block;
}

.BackNumberItem a span::before {
  position: static;
  content: "\e807";
  font-family: "preset-icon";
  height: 100%;
  margin-right: 5px;
}

.PageBlock ol {
  margin-left: 3em;
  margin-top: 10px;
  margin-bottom: 25px;
}

/*表の割あい*/
.SknTplDecoratedTable tbody th {
  width: 20%;
}

.SknTplDecoratedTable table td ul {
  list-style: none;
  margin-left: 0;
}

.SknTplDecoratedTable table td ul.DiscList {
  list-style: disc;
  list-style: inside;
}

.SknTplDecoratedTable table td ul.LineList li {
  border-top: 1px dotted #555;
  padding: 2px 0;
  width: 750px;
}

.SknTplDecoratedTable table td .Main {
  width: 430px;
  display: inline-block;
}

.SknTplDecoratedTable table td .Add {
  width: 320px;
  display: inline-block;
}

.SknTplDecoratedTable table td .Sub {
  width: 170px;
  display: inline-block;
}

.SknTplDecoratedTable table td .AMap {
  width: 78px;
  display: inline-block;
}

.FooterMenuBlock .Telephone img {
  vertical-align: middle;
  width: 35%;
  margin-left: 0.5rem;
}

.JumpBlock li a {
  font-size: 14px;
  padding: 12px 0;
  width: 140px;
  display: inline-block;
}

.Heading.Type10 {
  font-weight: normal;
  line-height: 1.6;
  font-size: 1em;
  border-bottom: 0px solid #cdcdcd;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0em;
  margin-left: 40px;
  position: relative;
  clear: both;
  margin-top: 20px;
}

.Heading.Type10::before {
  content: "●";
  position: absolute;
  color: #fecf75;
  margin-right: 0.5em;
  margin-left: -1.5em;
}

.Heading.Type10::before {
  content: "●";
  position: absolute;
  color: #fecf75;
  margin-right: 0.5em;
  margin-left: -1.5em;
  margin-top: 0.2em;
}

.Heading.Type10 .FontMaruN {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 120%;
}

.FontMaruN::after {
  content: "　";
}

.IdealCandidateList .CandidateListText {
  position: relative;
  text-decoration: none;
  color: black;
}

.CandidateListText::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -8px;
  left: -40px;
  width: calc(100% + 40px);
}

/*プリント時*/
@media print {
  #World {
    padding: 0 !important;
  }
  header.PositionFixed {
    position: static !important;
  }
  header.PositionFixed.FixMenu2 header.PositionFixed.FixMenu2 {
    top: -112px;
    position: static !important;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 1120px), print {
  .FixMenu2 .MainMenuBlock .MainMenuList > li > a {
    padding: 0.1em 0.4em;
    padding: 0.1em 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .JumpBlock {
    text-align: left;
  }
  .JumpBlock li {
    background-color: #fff;
    /*padding: 1em 1em;*/
    margin: 0;
    border: solid 1px #ccc;
  }
  .JumpBlock li a {
    font-size: 12px;
    padding: 1em;
    width: 120px;
    display: inline-block;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ● 申込フォーム 専用CSS                                 */
/*    ・ページ固有の処理を記述                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ContentsDivision
--------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    override baser                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* フォーム全体のエラー表記 */
#MessageBox {
  padding: 75px 5% 25px;
  margin: 1em auto;
  width: 75%;
  border-radius: 10px;
  text-align: center;
  color: #c00;
  background: rgb(253, 224, 224);
  border: 1px solid #c00;
  position: relative;
}

#MessageBox .alert-message {
  line-height: 1.5 !important;
  border: none;
  padding: 0;
  color: inherit;
  margin: 0 !important;
}

#MessageBox .alert-message:before {
  font-family: "preset-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.5em;
  content: "\e837";
}

/* 送信完了画面にMessageBoxを応用 */
#MessageBox.Complete {
  padding: 75px 5%;
  margin: 4em auto 1em;
  text-align: center;
  color: inherit;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}

.mail-description {
  line-height: 1.5;
}

.label-danger {
  background: #C30;
  color: #fff;
  padding: 1px 3px;
  margin: 2px;
  line-height: 1.1;
}

/* 項目ごとのエラー表記 */
.FormTable .error-message,
.AuthCaptchaTable .error-message {
  margin: 1em 0 1em;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  color: #f00;
  background: none;
  padding-left: 0;
  text-align: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Form Setting [Common]                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FormItem （入力枠 1つ分）
--------------------------------------------------- */
.FormItem {
  margin: 0.25em 0;
  /* 入力枠の共通スタイル */
  /* + + + + + レスポンシブ + + + + +  */
  /* + + + + + レスポンシブ + + + + +  */
  /* placeholder  */
  /* focus時 */
  /* エラー時 */
  /* readonly */
  /* invalid */
  /* 汎用 input部品のスタイル */
  /* + + + + + レスポンシブ + + + + +  */
  /* 補足テキスト等 */
}
.FormItem input[type=text],
.FormItem input[type=password],
.FormItem input[type=date],
.FormItem input[type=number],
.FormItem input[type=tel],
.FormItem input[type=mail],
.FormItem select {
  line-height: 1.25;
}
.FormItem input[type=text],
.FormItem input[type=password],
.FormItem input[type=date],
.FormItem input[type=number],
.FormItem input[type=tel],
.FormItem input[type=mail],
.FormItem select,
.FormItem textarea,
.FormItem .AuthCaptchaTable input,
.FormItem .AuthCaptchaTable select,
.FormItem .AuthCaptchaTable textarea {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-size: 100%;
  padding: 0.75em 0.75em;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  background: #fff;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .FormItem .FormItem {
    font-size: 1.6rem;
  }
  .FormItem input[type=text],
  .FormItem input[type=password],
  .FormItem input[type=date],
  .FormItem input[type=number],
  .FormItem input[type=tel],
  .FormItem input[type=mail],
  .FormItem select,
  .FormItem textarea {
    width: 100%;
  }
}
.FormItem input[type=text],
.FormItem input[type=password],
.FormItem input[type=date],
.FormItem input[type=number],
.FormItem input[type=tel],
.FormItem input[type=mail],
.FormItem textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.FormItem input[type=mail] {
  width: 100%;
}
.FormItem input[type=number] {
  width: 5em;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.FormItem input[type=password] {
  width: 10em;
}
.FormItem select {
  position: relative;
}
.FormItem .wrap_select {
  position: relative;
  display: inline-block;
}
.FormItem .wrap_select::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(135deg) translate3d(0, 0, 0);
  pointer-events: none;
  line-height: 1.1;
  vertical-align: bottom;
}
.FormItem .wrap_select select {
  position: static;
  margin: 0;
  padding-right: 1.5em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.FormItem .wrap_select select::-ms-expand {
  display: none;
}
.FormItem .wrap_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
@media screen and (max-width: 767px) {
  .FormItem .wrap_select {
    display: block;
  }
}
.FormItem textarea {
  width: 100%;
  height: 6em;
}
.FormItem input[type=checkbox],
.FormItem input[type=radio] {
  margin-right: 4px;
}
.FormItem label {
  display: inline;
  margin-right: 1.5em;
}
.FormItem ::-webkit-input-placeholder {
  color: #616161;
  /*color: rgba(0,0,0,0.25);*/
  font-weight: normal !important;
}
.FormItem ::-moz-placeholder {
  color: #616161;
  opacity: 1;
  /*color: rgba(0,0,0,0.25);*/
  font-weight: normal !important;
}
.FormItem input:-moz-placeholder-shown, .FormItem textarea:-moz-placeholder-shown {
  background: #fdf5f5;
}
.FormItem input:placeholder-shown,
.FormItem textarea:placeholder-shown {
  background: #fdf5f5;
}
.FormItem select.test:focus {
  border: 1px solid #aaf;
  box-shadow: 0 0 1em #aaf;
}
.FormItem .form-error:not([type=radio]),
.FormItem .form-error:not([type=checkbox]) {
  border: 2px solid #f00 !important;
}
.FormItem div.checkbox.form-error {
  padding: 0.5em;
}
.FormItem html.safari .form-error[type=radio],
.FormItem html.safari .form-error[type=checkbox] {
  background: #333;
}
.FormItem input[readonly],
.FormItem select[readonly],
.FormItem textarea[readonly] {
  border: none !important;
  background: none !important;
}
.FormItem input[invalid],
.FormItem select[invalid],
.FormItem textarea[invalid] {
  color: #777 !important;
  background: #ccc !important;
  box-shadow: none !important;
  border-color: #aaa;
}
.FormItem .InputText {
  width: 100%;
}
.FormItem .InputName,
.FormItem .InputNameKana {
  width: 20em;
  margin-right: 0;
}
.FormItem .mail-before-attachment + .InputName,
.FormItem .mail-before-attachment + .InputNameKana {
  margin-left: 0.5em;
}
.FormItem .InputCode {
  width: 20em;
}
.FormItem .InputZip {
  width: 20em;
  margin: 0 3px;
}
.FormItem .InputPhone {
  width: 7.5em;
  margin: 0 3px;
}
.FormItem .InputAddress {
  width: 100%;
}
.FormItem .InputMail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .FormItem .mail-before-attachment + .InputName,
  .FormItem .mail-before-attachment + .InputNameKana,
  .FormItem .InputZip {
    width: calc(100% - 2.5em) !important;
  }
  .FormItem .InputPhone {
    width: 5em !important;
  }
}
.FormItem .MailDescription > p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.FormItem .mail-description a,
.FormItem .mail-attention a {
  color: #335cad;
  text-decoration: underline;
}
.FormItem .mail-description,
.FormItem .mail-attention {
  margin: 0.5em 0;
  display: block;
}

.mail-before-attachment {
  display: inline-block;
  min-width: 2em;
  text-align: center;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .mail-description,
  .mail-before-attachment,
  .mail-after-attachment,
  .mail-attention {
    font-size: 1.4rem;
  }
}
/* 確認画面の設定 */
.FormBlock.Confirm .FormItem .mail-before-attachment {
  display: inline;
  min-width: 0;
  text-align: left;
  margin-right: 1em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Form系のTable                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* AuthCaptchaTable イメージ認証
--------------------------------------------------- */
.AuthCaptchaTable {
  margin: 30px auto 15px;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 4px solid #ebf5da;
}
.AuthCaptchaTable th {
  text-align: center;
  width: 200px;
}
.AuthCaptchaTable td {
  width: 50%;
  padding: 10px;
  text-align: center;
  width: 250px;
  font-size: 87.5%;
}

/* FormTable 
--------------------------------------------------- */
.FormTable {
  margin: 40px auto !important;
  width: 100%;
  border-collapse: collapse;
  /* 入力部品 の親 */
  /* 独自処理：横並びにしない項目は block にする */
  /* 必須・任意の表示 */
  /* + + + + + レスポンシブ + + + + +  */
}
.FormTable th,
.FormTable td {
  padding: 10px 10px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid rgba(120, 100, 90, 0.25);
}
.FormTable th {
  background: #f5f5f5 !important;
  font-weight: normal;
  width: 30%;
  text-align: left;
}
.FormTable td {
  background: #fff !important;
  background: none;
}
.FormTable .FormItem {
  position: relative;
}
.FormTable .FormItem > [id*=Tel] {
  /*display: inline-block;*/
}
.FormTable .FormItem > [id^=FieldMessageTel],
.FormTable .FormItem > [id^=FieldMessageMail],
.FormTable .FormItem > [id^=FieldMessageAddress],
.FormTable .FormItem > [id^=FieldMessageNote],
.FormTable .FormItem > [id^=FieldMessageEnquete] {
  display: block;
}
.FormTable .FormItem > [id^=FieldMessageEnquete]:not(:first-child) {
  margin-top: 0.5em;
  border-top: 1px dotted #ccc;
  padding-top: 0.5em;
}
.FormTable th .normal,
.FormTable th .required {
  float: right;
}
.FormTable th .normal {
  display: none;
}
.FormTable th .required {
  color: #fff !important;
  background-color: #b22430;
  display: inline-block;
  font-size: 75%;
  line-height: 1.125;
  padding: 0.25em 0.5em;
  float: right;
  border-radius: 0.25em;
}
@media screen and (max-width: 767px) {
  .FormTable {
    border-bottom: 1px solid rgba(120, 100, 90, 0.25);
  }
  .FormTable tr {
    border: none;
    margin: 0;
  }
  .FormTable th {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1em 0 0 !important;
    background: none !important;
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
  .FormTable td {
    border: none;
  }
  .FormTable th .required {
    float: left;
    margin-right: 0.5em;
    margin-left: 0 !important;
    font-size: 75% !important;
  }
}

/* --------------------------------------------------- */
/* MainContentsArea, DefaultBlock                      */
/* コンテンツエリア内 共通スタイル                     */
/* --------------------------------------------------- */
/* DefaultBlock (ページ・フォーム・ブログ全般の基本スタイル)
--------------------------------------------------- */
.DefaultBlock {
  /* タイトル部分 */
  /* コンテンツ部分 */
  /* + + + + + レスポンシブ + + + + +  */
  /* フッタ部分 */
  /* + + + + + レスポンシブ + + + + +  */
}
/* ブログプラグイン(お知らせ)用
--------------------------------------------------- */
/* - - 共通 - - */
.BlogBlock {
  /* + + + + + レスポンシブ + + + + +  */
}
.BlogBlock .Button.DefaultButton {
  margin-top: 2em;
}
/* - - 一覧表示用 - - */
/* - - 詳細表示用 - - */
/*お知らせ共通*/
.BlogBlock .NewsList {
  margin: 40px auto;
}
.BlogBlock .NewsList li {
  border-bottom: 1px solid #a7a7a7;
  padding: 0;
}
.BlogBlock .NewsList li:first-child {
  border-top: 1px solid #a7a7a7;
}
.BlogBlock .NewsList li .TextItem {
  padding: 5px 0;
}

/*マップ共通*/
.MapArea {
  margin: 10px auto 40px auto;
}

.MapArea iframe {
  width: 100% !important;
  height: 350px !important;
}

/*アクセス*/
.AddressText span {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

.AddressText span.Postal {
  display: inline-block;
  width: auto;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .AddressText span {
    display: block;
    width: auto;
  }
}
/*装飾鍵1*/
.LayoutKa {
  display: block;
}

.LayoutKa .LeftTopKa {
  float: left;
  margin: -20px 0 0 -20px;
}

.LayoutKa .RightTopKa {
  float: right;
  margin: -20px -20px 0 0;
}

.LayoutKa .LeftBottomKa {
  float: left;
  margin: 0 0 -20px -20px;
}

.LayoutKa .RightBottomKa {
  float: right;
  margin: 0 -20px -20px 0;
}

/*ページタイトル*/
.Page .LayoutKa {
  display: block;
}

@media screen and (max-width: 767px) {
  .Page .LayoutKa {
    display: block;
    width: 100%;
    max-width: 600px;
  }
}
.Page .LayoutKa > img {
  margin: 0;
}

.Page .LayoutKa .inner {
  margin: 0 auto;
  min-width: 250px;
}

.SknTplDecoratedBox .DecoratedBox .inner {
  background: #f2fdff;
  padding: 30px;
  margin: 10px auto;
}

.SknTplDecoratedBox .DecoratedBox .inner a {
  color: #009245;
  font-weight: bold;
}

.c-heading {
  font-size: 160%;
  font-family: serif;
  text-align: center;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading {
  color: #222;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading span {
  display: block;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading small {
  display: inline-block;
  color: #0293a3;
  position: relative;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading small::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #0293a3;
  left: -70px;
  top: 50%;
}

.SknTplDecoratedBox .DecoratedBox .inner .c-heading small::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #0293a3;
  right: -70px;
  top: 50%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Page .LayoutKa .inner {
    margin: 0 auto;
    min-width: 580px;
  }
}
.maxwidth700 {
  max-width: 700px;
  margin: 10px auto;
}

.ImageOff {
  display: none;
}

/*Q&A基本*/
.QuestionList {
  border-bottom: 1px solid #ccc;
  margin: 0 0 0 0;
  padding: 15px 0;
}

.QuestionList .TitleHeading {
  position: relative;
}

.QuestionList .TitleHeading span.QuestionIcon {
  font-family: "Pathway Gothic One", sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 24px;
  width: 40px;
  text-align: center;
  background: #90b723;
  border: 1px solid #90b723;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0px 0px 5px #fff;
  line-height: 1.6;
}

.QuestionList .TitleHeading span.DefaultMainTitle {
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  cursor: pointer;
  margin-right: 70px;
  font-size: 1.2em;
  color: #222;
}

.QuestionList .InfoSide {
  display: none;
}

.QuestionList.Display .InfoSide {
  display: block;
}

.QuestionList .InfoSide .Inner {
  position: relative;
}

.QuestionList .InfoSide .Inner .AnswerIconBlock {
  font-family: "Pathway Gothic One", sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 24px;
  width: 40px;
  text-align: center;
  background: #2ea7d9;
  border: 1px solid #2ea7d9;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0px 0px 5px #fff;
  line-height: 1.6;
}

.QuestionList .InfoSide .Inner .ContentsText {
  margin-left: 60px;
  padding-top: 15px;
  display: block;
  border-top: 2px dotted #aaa;
  min-height: 80px;
  padding-bottom: 20px;
}

.QuestionList .TitleHeading::before {
  content: "\f107";
  font-family: "preset-icon";
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: 80%;
  bottom: 10px;
  cursor: pointer;
  display: block;
}

.QuestionList .open::before {
  content: "\f106";
  font-family: "preset-icon";
  position: absolute;
  right: 10px;
  font-weight: normal;
  bottom: 10px;
  cursor: pointer;
  display: block;
}

.QuestionList .TitleHeading:after {
  content: "開く";
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: 80%;
  bottom: 10px;
  margin-right: 1em;
  cursor: pointer;
  display: block;
}

.QuestionList .open:after {
  content: "閉じる";
  position: absolute;
  right: 10px;
  margin-right: 1em;
  font-weight: normal;
  bottom: 10px;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .QuestionList .TitleHeading span.DefaultMainTitle {
    margin-left: 60px;
    font-size: 1.1em;
    margin-right: 50px;
  }
  .QuestionList .TitleHeading::before {
    content: "\f107";
    font-family: "preset-icon";
    right: 20px;
  }
  .QuestionList .open::before {
    content: "\f106";
    font-family: "preset-icon";
    right: 20px;
  }
  .QuestionList .TitleHeading:after {
    content: "開く";
    position: absolute;
    right: 10px;
    margin-right: 0;
    bottom: 30px;
  }
  .QuestionList .open:after {
    content: "閉じる";
    position: absolute;
    right: 10px;
    margin-right: 0;
    bottom: 30px;
  }
}
.FaqContentsBlock .UnitQA {
  border-bottom: 1px solid #555;
  margin: 0 0 0 0;
  padding: 0;
  /*    background: #f3f3f3;
      background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 2%, #f3f3f3 84%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 2%,#f3f3f3 84%,#ffffff 100%);
      background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 2%,#f3f3f3 84%,#ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
      */
}

/* TextButton Template ：テキストボタン
--------------------------------------------------- */
.SknTplTextButton {
  position: relative;
  margin: 10px auto 20px auto;
}

/* - - ul - - */
.SknTplTextButton ul {
  font-size: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}

.SknTplTextButton li {
  margin: 0 2.5px;
  display: inline-block;
}

/* - - p - - */
.SknTplTextButton p {
  font-size: 100%;
  text-align: center;
  margin: 0;
}

/* Button style */
.SknTplTextButton .Button {
  position: relative;
  display: inline-block;
  color: inherit;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid;
  line-height: 1;
  text-align: center;
  margin: 0.25em 0.125em;
  padding: 0.9em 0;
  transition: all 0.2s;
  white-space: nowrap;
  border-radius: 0;
  border-color: #333;
}

.SknTplTextButton .Button::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 95%;
  height: 1px;
  border-top: 2px dotted #ccc;
  left: 2.5%;
  top: 5px;
}

.SknTplTextButton .Button::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  border-top: 2px solid #68a9d3;
  left: 2.5%;
  bottom: 5px;
}

/* 緑 */
.SknTplTextButton .Button.Green {
  color: #fff;
  background: #009245;
  background: rgba(0, 146, 69, 0.75);
}

/* 黄緑 */
.SknTplTextButton .Button.YGreen {
  color: #fff;
  background: #b5e61d;
  background: rgba(181, 220, 29, 0.75);
}

.SknTplTextButton .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  padding: 0.9em 0em;
  opacity: 1;
}

table .SknTplTextButton .Button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  padding: 0.9em 0;
  opacity: 1;
}

table .SknTplTextButton .Button:hover .icon-file-pdf::before {
  color: #fff !important;
}

.SknTplTextButton .Button,
.SknTplTextButton .Button > * {
  line-height: 1.5;
  vertical-align: middle;
}

.SknTplTextButton .Button {
  min-width: 200px;
}

.SknTplTextButton .Button .Icon {
  display: inline-block;
  border-right: 0px dotted;
  padding: 0 0 0 0.1em;
  color: #68a9d3;
  font-size: 160%;
  width: 48px;
}

.SknTplTextButton .Button .Label {
  display: inline-block;
  padding: 0 1em 0 0em;
  font-weight: 500;
  font-size: 120%;
  width: calc(100% - 60px);
}

.SknTplTextButton .Button .Label:before {
  font-size: 1.25em;
  position: static;
}

.SknTplTextButton .Button .Label em {
  font-weight: bold;
  margin: 0 0.2em;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .SknTplTextButton {
    position: relative;
    margin: 5px auto 5px auto;
  }
  .SknTplTextButton ul {
    margin: 0.5em 0 !important;
  }
  .SknTplTextButton .Button {
    font-size: 87.5%;
    width: 100%;
    min-width: 150px;
  }
  .SknTplTextButton .Button {
    padding: 0.9em 0em;
  }
  .SknTplTextButton .Button:hover {
    padding: 0.9em 0em;
  }
  .SknTplTextButton .Button .Label {
    display: inline-block;
    padding: 0 1.5em 0 0;
  }
}
/* - - ul - - */
.ContentsArea ul,
.ContentsArea ol {
  margin: 5px 5px 5px 2em;
}

.ContentsArea ul li,
.ContentsArea ol li {
  padding: 5px 0;
}

/*矢印*/
.ArrowItem {
  position: relative;
}

.ArrowItem::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 110px;
  height: 2.5px;
  right: 11px;
  bottom: 10px;
  background: #009245;
}

.ArrowItem::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3px;
  height: 35px;
  right: 30px;
  bottom: 10px;
  background: #009245;
  transform: skewX(50deg);
}

.TopCommonBlock .ArrowItem:hover::before,
.TopCommonBlock .ArrowItem:hover::after {
  background: #fff;
}

.ConsultLinkBlock .ArrowItem:hover::before,
.ConsultLinkBlock .ArrowItem:hover::after {
  background: #90b723;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  /*矢印*/
  .ArrowItem {
    position: relative;
  }
  .ArrowItem::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 80px;
    height: 2.5px;
    right: 11px;
    bottom: 10px;
    background: #009245;
  }
  .ArrowItem::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    right: 22px;
    bottom: 10px;
    background: #009245;
    transform: skewX(50deg);
  }
}
/* --------------------------------------------------- */
/* MovieArea                                           */
/* --------------------------------------------------- */
.MovieArea .MovieBlock {
  text-align: center;
  margin: 30px auto;
  padding: 0 10px;
  max-width: 900px;
}

.MovieArea .MovieBlock .ImageItem {
  width: 100%;
  padding-bottom: 54.2%;
  height: 0px;
  position: relative;
}

.MovieArea .MovieBlock .ImageItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MovieArea .MovieBlock {
    display: block;
  }
}
/* DefaultBlock (common style)
--------------------------------------------------- */
.DefaultBlock {
  background: #fff;
}

.PageBlock {
  position: relative;
  padding: 0 25px;
}

.SknTplGetAdobeReader {
  margin-top: 3em;
}

/*ローカルメニュー*/
.LocalMenuItem {
  margin: 0;
}

.LocalMenuItem ul li {
  text-align: center;
}

.LocalMenuItem a {
  text-decoration: none;
  color: #0092cc;
}

.LocalMenuItem a.Label {
  text-decoration: none;
  display: block;
  transition: color 0.2s, height 0.2s, width 0.2s, background 0.2s;
}

.LocalMenuItem .Active a .Label,
.LocalMenuItem a .Label:hover {
  background: #9a92f4;
  color: #fff;
  transition: color 0.2s, height 0.2s, width 0.2s, background 0.2s;
  border-radius: 0px;
}

.LocalMenuItem a .Label {
  position: relative;
  font-weight: 400;
  width: 100%;
  padding: 0.5em 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0.05em 0.15em rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  text-align: center;
  border: 2px solid #eae4e4;
  border: 2px solid #fff;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f5f5+100 */
  background: rgb(249, 252, 247); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(249, 252, 247) 0%, rgb(245, 245, 245) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f5f5',GradientType=0 );  IE6-9 */
  overflow: hidden;
}

.LocalMenuItem a .Label::before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  background: #c9e3f2;
  transform: rotate(-45deg);
}

.LocalMenuItem .Active a .Label::before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
}

.LocalMenuItem a:hover .Label::before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  left: -80px;
  top: -20px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
}

.LocalMenuItem a .Label .Main {
  margin-left: 0px;
}

/* + + + + + レスポンシブ + + + + +  */
body.rsbp-under-bp2 .LocalMenuItem a .Label {
  font-size: 110%;
  margin: 0 0 1em;
  width: 100%;
}

body.rsbp-under-bp3 .LocalMenuItem a .Label {
  font-size: 110%;
  margin: 0 0 1em;
  width: 100%;
  padding: 0.5em 1em;
}

/*バックナンバー*/
.BackNumberItem {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 90;
}

.BackNumberItem a {
  display: inline-block;
  background: #fefefe;
  border-radius: 3px;
  color: #0092cc;
  font-size: 87%;
  border: 1px solid #0092cc;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0.05em 0.15em rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.04em 0.18em rgba(0, 0, 0, 0.4);
}

.BackNumberItem a:hover {
  display: inline-block;
  background: #9a92f4;
  border-radius: 3px;
  color: #fff;
  font-size: 87%;
}

.BackNumberItem a span {
  margin: 3px 20px 3px 15px;
  display: block;
}

.BackNumberItem a span::before {
  position: static;
  content: "\e807";
  font-family: "preset-icon";
  height: 100%;
  margin-right: 5px;
}

.PageBlock ol {
  margin-left: 3em;
  margin-top: 10px;
  margin-bottom: 25px;
}

/*表の割あい*/
.SknTplDecoratedTable tbody th {
  width: 20%;
}

.SknTplDecoratedTable table td ul {
  list-style: none;
  margin-left: 0;
}

.SknTplDecoratedTable table td ul.DiscList {
  list-style: disc;
  list-style: inside;
}

.SknTplDecoratedTable table td ul.LineList li {
  border-top: 1px dotted #555;
  padding: 2px 0;
  width: 750px;
}

.SknTplDecoratedTable table td .Main {
  width: 430px;
  display: inline-block;
}

.SknTplDecoratedTable table td .Add {
  width: 320px;
  display: inline-block;
}

.SknTplDecoratedTable table td .Sub {
  width: 170px;
  display: inline-block;
}

.SknTplDecoratedTable table td .AMap {
  width: 78px;
  display: inline-block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   PageTopButton                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageTopButton
--------------------------------------------------- */
.PageTopButton{
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  margin-left: -3.5em;
  display: none;
}
.PageTopButton{
  line-height: 1;
  vertical-align: bottom;
}
    .PageTopButton p{
      display: inline-block;
    }
    .PageTopButton p a,
    .PageTopButton p a,
    .PageTopButton p a::before{
      -webkit-transition: all .2s;
              transition: all .2s;
    }
    .PageTopButton p a{
      width:  8em;
      height: 8em;
      text-align: center;
      vertical-align: middle;
      display: block;
      position: relative;
      font-weight: normal;
      border-radius: 100%;
    }
    .PageTopButton p a{
      background: #222;
      color: #fff;
    }
    .PageTopButton p a{
      color: #fff;
    }
    .PageTopButton p a .Label{
      position: absolute;
      top: 45%;
      left: 0%;
      width: 100%;
      text-align: center;
      font-size: 125%;
      font-weight: 600;
      font-family: 'Arial';
      line-height: 1.125;
    }
    .PageTopButton p a .Icon{
      width: 100%;
      display: block;
      text-align: center;
      position: absolute;
      bottom: 60%;
    }
    .PageTopButton p a .Icon::before{
      font-size: 300%;
      margin-bottom: -0.125em;
    }


    /* hover */
    .PcView .PageTopButton p a:hover{
      background: #56b8a9;
      color: #fff;
    }

            /* + + + + + レスポンシブ + + + + +  */

                /* bp2より広いディスプレイ用 */
                html.rsbp-over-bp2 .PageTopButton{
                  font-size: 62.5%;
                  position: fixed;
                  bottom: 20px;
                  right:  20px;
                  z-index: 100;
                }

                /* bp2より狭いディスプレイ用 */
                html.rsbp-under-bp2 .PageTopButton{
                  font-size: 45%;
                  position: absolute;
                  position: fixed;
                  bottom: 20px;
                  right:  20px;
                  z-index: 50;
                  display: none;
                }



/*プリント時*/
@media print {
  #World {
    padding: 0 !important;
  }
  header.PositionFixed {
    position: static !important;
  }
  header.PositionFixed.FixMenu2 header.PositionFixed.FixMenu2 {
    top: -112px;
    position: static !important;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 1120px), print {
  .FixMenu2 .MainMenuBlock .MainMenuList > li > a {
    padding: 0.1em 0.4em;
    padding: 0.1em 0.2em;
  }
}