html{
  scroll-padding-top: 100px;
}
html,body{ overflow-x: hidden; }
body {
  margin: 0;
  padding: 0;
  min-width: 1100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #444;
}

div,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { margin-top: 0; line-height: 1.8em; }
img { border-style: none; vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }
a:link    { color: #4682b4; }
a:visited { color: #4682b4; }
a:hover   { color: #4682b4; text-decoration: underline; }
a:active  { color: #4682b4; }
a[href^="tel:"] { pointer-events: none; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrSmp,.SmpBr,.SpBr,.PcNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#hd_body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1260px;
  min-width: 1100px;
}

#hd_slogan {
  float: left;
  margin: 0;
  padding-top: 1px;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: normal;
}

/* HEADER LOGO
--------------------------- */
#hd_logo {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 400px;
}
#hd_logo img {
  width: auto;
  height: 50px;
}

/* HEADER BANNER
--------------------------- */
#hd_banner {
  display: flex;
  position: absolute;
  top: 15px;
  right: 80px;
  width: 190px;
  height: 70px;
  background-color: pink;
  flex-direction: row;
  justify-content: space-around;
}
#hd_banner div {
  width: 190px;
}
#hd_banner a {
  display: block;
  height: 100%;
  letter-spacing: 2px;
  text-indent: 16px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
#hd_form a { background:#3f76b8 url(/img/fm/biz01/frame/hd-contact-arrow.png) 17px center/18px no-repeat; }
#hd_banner a:hover { background-color: #23386b; }

/* MAIN_MENU
--------------------------- */
#menu_button {
  position: absolute;
  top: 15px;
  right: 0;
  box-sizing: border-box;
  border: 1px solid gray;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 40px;
  color: #888;
  cursor:pointer;
}
#menu_button a {
  display: block;
  width: 100%;
  height: 100%;
}
#menu_button a:hover {
  background-color: #e4effc;
}
#menu_button img {
  padding: 15px 10px;
  width: 50px;
  height: 40px;
}

/* PC MENU
--------------------------- */
#pc_menu_area {
  z-index: 10000;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #e4effc;
  overscroll-behavior: none;
  overflow: hidden;
}
#pc_menu_wrap{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#pc_menu_header {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  padding: 15px 5px;
  width: 980px;
  display: flex;
  justify-content: space-between;
}
#pc_menu_logo img{
  width: 200px;
}
#pc_menu_close_button a {
  display: block;
  border: 1px solid gray;
  width: 60px;
  height: 60px;
}
#pc_menu_close_button a:hover {
  background-color: #fff;
}
#pc_menu_close_button img{
  padding: 15px 10px;
  width: 40px;
  height: 30px;
}

#pc_menu_body{
  display: inline-block;
  margin: 0 auto;

}
#pc_menu_flex {
  display: flex;
  gap: 40px;
}
ul.PcMenuList {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 200px;
  list-style-type: none;
}
.PcMenuList li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 2px dashed #3f76b8;
  width: 100%;
}
.PcMenuList li a {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 10px 20px 30px;
  width: 100%;
  background: url(/img/fm/biz01/frame/hd-contact-arrow.png) 5px center/15px no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  color: #3f76b8;
}
.PcMenuListBanner {
  list-style-type: none;
}
.PcMenuListBanner li {
  margin-bottom: 20px;
}

#smp_menu_area { display: none; }
#smp_menu_button { display: none; }
#smp_main_menu { display: none; }

/* ///// MAIN VISUAL ////////////////////////// */
#main_image_area_bg {
  clear: both;
  margin-top: 100px;
  width: 100%;
  background-color: #0d518e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_image_body {
  position: relative;
  margin: 0px auto;
  width: 1100px;
  height: 220px;
}
p#main_image_text {
  position: absolute;
  top: 0px;
  right: 20px;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 900px;
  text-align: right;
  line-height: 220px;
  letter-spacing: 3px;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  margin: 0px auto;
  padding: 20px 0;
  width: 1100px;
  font-size: 11px;
}

/* ///// CONTENT AREA /////////////////////////////// */
.ContentBody {
  margin: 0px auto;
  width: 1100px;
}

/* FREE AREA
--------------------------- */
section.ContentArea {
  clear: both;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}
section.ContentArea .ContentBody {
  min-height: 50px;
}

/* TWO COLUMN
--------------------------- */
.MainArea {
  float: left;
  padding-bottom: 50px;
  width: 830px;
  min-height: 400px;
}

/* ONE COLUMN
--------------------------- */
#main_area.ContentBody {
  margin: 0px auto;
  padding-bottom: 50px;
  width: 1100px;
  min-height: 400px;
}

/* ///// SIDE_AREA ////////////////////////////// */
.SideArea {
  float: right;
  padding-bottom: 50px;
  width: 250px;
}

/* サイドメニュ
--------------------------- */
dl.SideMenu {
  display: block;
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
}
dl.SideMenu dt {
  display: block;
  margin: 0px;
  padding: 16px 5px;
  width: auto;
  background-color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
dl.SideMenu dd {
  margin: 0;
  padding: 0;
}
dl.SideMenu dd.SList {
  display: block;
  border-bottom: 1px gray dotted ;
}
dl.SideMenu a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: auto;
  background: url(/img/fm/biz01/frame/sm-arrow.png) 8px center/16px no-repeat;
  color: #444;
}
dl.CategoryMenu {
  margin: 0;
  padding: 0;
}
dl.CategoryMenu dt {
  border-bottom: 1px gray dotted ;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #634e25;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/fm/nes01/frame/sm-arrow.png) 16px center/16px no-repeat;
}
a#sm_current,
dd.SmCurrent a { font-weight: bold; }

/* サイドバナ
--------------------------- */
ul.SideBanner {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}
ul.SideBanner li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
}
ul.SideBanner a {
  display: block;
  width: 100%;
}
ul.SideBanner img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* ///// CONTACT AREA /////////////////////////////// */
section#contact_area {
  clear: both;
  width: 100%;
  height: 500px;
  background: #3297d1 url(/img/fm/biz01/frame/bg-contact.jpg) center center no-repeat;
  background-size: cover;
}
#contact_area .ContactBody{
  margin: 0 auto;
  padding-top: 100px;
  width: 1100px;
}


#contact_area h1 {
  margin: 0 0 80px;
  padding: 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}
#contact_area h1 span {
  display: block;
  margin-top: 5px;
  line-height: 1em;
  font-size: 15px;
  letter-spacing: 1px;
}

#contact_button_area {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ContactButton {
  width: 350px;
}
.ContactButton a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 16px;
  padding-left: 60px;
  padding: 20px 0 15px 40px;;
  width: 350px;
  background-color: #3f76b8 !important;
  text-align: center;
  vertical-align: middle;
  vertical-align: baseline;
  letter-spacing: 2px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.ContactButton a span {
  display: block;
  font-size: 13px;
}
#contact_tel_A a { padding-left: 30px;  background: url(/img/fm/biz01/frame/ic-tel.png) 30px center / 44px  no-repeat; }
#contact_tel_B a {  padding-left: 30px; background: url(/img/fm/biz01/frame/ic-tel-staff.png) 30px center / 33px  no-repeat; }
#contact_form a { width: 370px; background: url(/img/fm/biz01/frame/ic-mail.png) 16px center / 48px no-repeat; 
  font-size: 24px; }
.ContactButton a:hover { background-color: #23386b !important; }

/* ///// FOOTER /////////////////////////////// */
footer {
  padding-top: 50px;
  background-color: #fff;
}
#ft_body {
  margin: 0 auto 50px;
  width: 1100px;
}

/* FOOTER LOGO
--------------------------- */
#ft_logo { margin-bottom: 30px; }
#ft_logo img {
  width: 200px;
  height: auto;
}

#ft_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1100px;
}

/* ADDRESS
--------------------------- */
dl#ft_address {
  margin: 0;
  padding: 0;
}
dl#ft_address dt,
dl#ft_address dd{
  margin: 0;
  padding: 0;
}
dl#ft_address dt{
  font-size: 18px;
  font-weight: bold;
}
dl#ft_address dd{
  font-size: 13px;
}

/* FOOTER MENU
--------------------------- */
#ft_menu_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 470px;
}
ul.FooterMenu {
  margin: 0;
  padding: 0;
  width: 160px;
  list-style-type: none;
}
.FooterMenu li {
  margin: 0px;
  padding: 0px;
}
.FooterMenu li a {
  display: inline-block;
  padding: 5px 0;
  letter-spacing: 2px;
  font-size: 15px;
  color: #1a2b51;
}
.FooterMenu a:hover {
  text-decoration: underline;
  color: #3f76b8;
}

/* SNS ICON
--------------------------- */
ul.SnsIcon {
  display: flex;
  gap: 20px;
  margin: 0 0 0 30px;
  padding: 0;
  width: 110px;
  list-style-type: none;
}
.SnsIcon li {
  display: inline-block;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  background-color: #3f76b8;
}
#copyright p {
  margin: 30px 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_fixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
}
#pagetop_fixed a {
  display: block;
  background-color: gray; 
  opacity: 0.7;
}
#pagetop_fixed a img {
  width: 60px;
  height: 60px;
}
