html{
  scroll-padding-top: 70px;
}
html,body{ overflow-x: hidden; }
body {
  margin: 0;
  padding: 0;
  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;
}
body.freeze{
  touch-action: none;
  overflow-y: hidden !important;
  position: fixed;
}

div,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { line-height: 1.4em; }
img { border-style: none; }
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; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc,.PcBr,.SmpNone,.SpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header { 
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#hd_body {
  width: 100%;
  height: 100%;
}

#hd_slogan {
  margin: 0;
  padding: 1px 10px;
  width: 100%;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: normal;
}

/* HEADER LOGO
--------------------------- */
#hd_logo {
  position: relative;
  width: 100%;
  height: 50px;
}
#hd_logo img {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: auto;
  height: 100%;
}

/* SP_MENU_BUTTON
--------------------------- */
#sp_menu_button {
  position: absolute;
  top: 15px;
  right: 10px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 38px;
  cursor:pointer;
}
#sp_menu_button a {
  display: block;
  width: 100%;
  height: 100%;
}
#sp_menu_button a:hover {
  background-color: #e4effc;
}

/* SP_MAIN_MENU
--------------------------- */
#sp_menu_area {
  z-index: 9999;
  position: absolute;
  top: 70px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #389c99;
}
ul#sp_main_menu {
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  list-style-type: none;
}
#sp_main_menu li {
  display: block;
  margin: 0;
  border-bottom: 1px dotted #fff;
  padding: 0;
  width: 100%;
}
#sp_main_menu li a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/fm/ssc01/style/btn-arrow.png) 12px center/8px no-repeat;
  line-height: 40px;
  color: #fff;
}

#main_menu { display: none; }

/* ///// CONTENT ////////////////////////////// */

/* MAIN VISUAL
--------------------------- */
#main_image_area_bg {
  display: block;
  margin-top: 70px;
  width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
p#main_image_text {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 0;
  width: 100%;
  text-align: right;
  line-height: 100px;
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  clear: both;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 13px;
}

/* //////////////////////////////////////////// */

/* CONTENT BODY
--------------------------- */
.ContentBody {
  width: 100%;
}
.ContentBody:after {
  clear: both;
  display: block;
  content: "";
}

/* MAIN_AREA
--------------------------- */
#main_area {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 480px;
  min-height: 200px;
  background-color: #fff;
}
/* two column */
.MainArea {
  box-sizing: border-box;
  padding: 10px;
}
/* one column */
#main_area.ContentBody {
  box-sizing: border-box;
  padding: 10px;
}
/* wide one column */
section.ContentArea {
  box-sizing: border-box;
  padding: 30px 0 10px;
  width: 100%;
  overflow: hidden;
}
.ContentArea .ContentBody {
  box-sizing: border-box;
  padding: 10px;
}

/* SIDE_AREA
--------------------------- */
#side_area {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 480px;
  background-color: #fff;
}
.SideArea {
  box-sizing: border-box;
  padding: 10px;
}

dl.SideMenu {
  display: block;
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
}
dl.SideMenu dt {
  display: block;
  margin: 0px;
  padding: 13px 5px;
  width: auto;
  background-color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

dl.SideMenu dl {
  margin: 0;
  padding: 0;
}
dl.SideMenu dd {
  margin: 0px;
  padding: 0px;
}
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/ssc01/frame/sm-arrow.png) 8px center/8px no-repeat;
  color: #444;
}
dl.CategoryMenu {
  margin: 0;
  padding: 0;
}
dl.CategoryMenu dt {
  border-bottom: 1px #ccc dotted ;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #3297d1;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/fm/ssc01/frame/sm-arrow.png) 16px center/8px no-repeat;
}
a#sm_current,
dd.SmCurrent a { font-weight: bold; }

ul.SideBanner {
  display: block;
  margin: 0 auto;
  padding: 0px;
  width: 300px;
  list-style-type: none;
}
ul.SideBanner li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
  text-align:center;
}
ul.SideBanner a {
  display: block;
  width: 100%;
}
ul.SideBanner img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* ///// FOOTER /////////////////////////////// */
footer {
  clear: both;
  padding-top: 40px;
  background: #389c99 url(/img/fm/ssc01/frame/bg-contact.jpg) no-repeat;
  background-size: cover;
}

/* FOOTER LOGO & ADDRESS
--------------------------- */
#ft_address_area {
  margin-bottom: 30px;
}

#ft_logo  {
  margin-bottom: 10px;
}
#ft_logo img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100px;
  height: auto;
}

p#ft_address {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.7;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 2px 3px gray;
}
#ft_company_name{
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: bold;
}
#ft_company_name span{
  font-size: 24px;
}

/* FOOTER_MENU
--------------------------- */
ul.FooterMenu {
  margin: 0;
  padding: 0;
  background-color: #389c99;
  font-size: 12px;
}
.FooterMenu li {
  border-bottom: 1px dotted #fff;
  width: 100%;
}
.FooterMenu a {
  display: block;
  margin: 0;
  padding: 10px 0 10px 35px;
  width: auto;
  background: url(/img/fm/ssc01/style/btn-arrow.png) 12px center/8px no-repeat;
  color: #fff;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  width: 100%;
  height: 50px;
  background-color: #389c99;
}
#copyright p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
  color: #fff;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_fixed {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
#pagetop_fixed img{
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
