body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  letter-spacing: 0.075em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #333;
}
html.active body {
  touch-action: none;
  overflow-y: hidden;
}

div,article,section,header,footer,figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul, ol { margin-top: 0; box-sizing: border-box;}
li { box-sizing: border-box; }
p { line-height: 1.5em; }
img {border-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }
a:link    { color: #1a7ec3; }
a:visited { color: #1a7ec3; }
a:hover   { color: #1a7ec3; text-decoration: underline; }
a:active  { color: #1a7ec3; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc,.PcBr { display: none; }
.SpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header { 
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
header.MenuFixed {
  position: fixed;
  top: 0px;
  height: 70px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
@keyframes fade-in {
  0% { display: none; opacity: 0; }
  1% { display: block; opacity: 0; }
  100% { display: block; opacity: 1; }
}

#hd_body { width: 100%; }

/* HEADER LOGO
--------------------------- */
#hd_logo {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
#hd_logo img {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: auto;
  width: 300px;
  height: 50px;
}

/* MAIN_MENU
--------------------------- */
#main_menu { display: none; }

#sp_menu_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 40px;
  color: #888;
  cursor:pointer;
}

/* スマホメニューエリア */
#sp_menu_area {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 70px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: calc(100% - 70px);
  background-color: #2a85cd;
  overflow-y: auto;
}
/* スマホメニューリスト */
ul#sp_main_menu {
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  font-size: 12px;
  list-style-type: none;
}
#sp_main_menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #fff;
  width: 100%;
}
#sp_main_menu li a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/fm/csi01/frame/spm-arrow.png) 15px center / 10px  no-repeat;
  line-height: 40px;
  color: #fff;
}

/* ///// CONTENT ////////////////////////////// */

/* MAIN_IMAGE
--------------------------- */
#main_image_area { width: 100%; }
#main_image { width: 100%; }
#main_image img { width: 100%; vertical-align: bottom; }

#main_image_area_bg { display: none; }

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  clear: both;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 13px;
}

/* //////////////////////////////////////////// */

/* CONTENT BODY
--------------------------- */
.ContentBody {
  box-sizing: border-box;
  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: 20px 10px 20px;
}
/* one column */
#main_area.ContentBody {
  padding: 20px 10px 20px;
}
/* wide one column */
section.ContentArea {
  box-sizing: border-box;
  padding: 30px 10px 20px;
  width: 100%;
  overflow: hidden;
}

/* 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: #093461;
  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 #ccc dotted ;
}
dl.SideMenu a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: auto;
  background: url(/img/fm/csi01/frame/sm-arrow.png) 8px center / 10px 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: #0070b0;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/fm/csi01/frame/sm-arrow.png) 16px center / 10px 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%;
}

/* ///// CONTACT AREA ///////////////////////// */
section#contact_area {
  clear: both;
  padding: 50px 10px;
  width: 100%;
  background: #6c6964 url(/img/fm/csi01/frame/bg-contact.jpg) center no-repeat;
  background-size: cover;
}
#contact_body {
  margin: 0 auto;
  max-width: 340px;
}

/* 見出し */
#contact_heading {
  margin-bottom: 30px;
}
#contact_heading h1 {
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.2em;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#contact_heading span {
  display: block;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 15px;
}

/* メッセージ */
p#contact_message {
  text-align: center;
  font-size: 15px;
  color: #fff;
}

/* ボタン */
#contact_button_area a {
  display: block;
  border-radius: 50vw;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 20px 0;
  width: 300px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#mail_form a{
  background: #2a85cd url(/img/fm/csi01/frame/mail-form.png) 35px center / 24px no-repeat;
}

/* ///// FOOTER /////////////////////////////// */
footer {
  width: 100%;
  padding: 35px 0 0;
  background-color: #2a85cd;
  color: #fff;
}

/* FOOTER_LOGO
--------------------------- */
#ft_address_area {
  margin-bottom: 30px;
  text-align: center;
}
#ft_logo {
  margin-bottom: 20px;
  text-align: center;
}

#ft_logo a {
  display: block;
  margin: 0 auto;
}
a#ft_logo_mark{
  margin-bottom: 20px;
  width: 87px;
}
a#ft_logo_text{
  width: 300px;
}
#ft_logo img {
  width: 100%;
  height: auto;
}

/* FOOTER_MENU_AREA
--------------------------- */
#ft_menu_area {
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
}
ul.FooterMenu {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.FooterMenu li {
  border-top: 1px dotted #fff;
  width: 100%;
}
.FooterMenu a {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 40px;
  width: 100%;
  height: 40px;
  background: url(/img/fm/csi01/frame/spm-arrow.png) 15px center / 10px  no-repeat;
  line-height: 40px;
  color: #fff;
}

/* COPYRIGHT
--------------------------- */
#copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_fixed {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
#pagetop_fixed a {
  display: block;
}
#pagetop_fixed a img {
  width: 50px;
}

