@charset "utf-8";

#boxPageTitle {
  padding:64px 0;
  background:url("../img/bg_sub_1.jpg") no-repeat center bottom;
  background-size:cover;
}

h1 {
  color:#fff;
  font-size:48px;
  font-family: "Shippori Mincho", serif;
  font-weight:500;
  line-height:1.0em;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 70%);
}

#boxPageTitleSmall {
  display:none;
  position:fixed;
  top:90px;
  padding:18px 0;
  width:100%;
  background:url("../img/bg_sub_1.jpg") no-repeat center bottom;
  background-size:cover;
  z-index:50
}
#boxPageTitleSmall span {
  color:#000;
  font-size:24px;
  font-family: "Shippori Mincho", serif;
  font-weight:500;
  line-height:1.0em;
/*
  text-shadow: 2px 2px 10px rgb(0 0 0 / 70%);
*/
}
#boxPageTitleSmall.is_active {
  display:block;
}

#Content section {
  margin-bottom:80px;
}
#Content section h2 {
  padding:0 0 24px;
  color:#9e005d;
  font-size:32px;
  font-family: "Shippori Mincho", serif;
  line-height:1.0em;
}
#Content section h3 {
  display:inline-block;
  margin:12px 0;
  padding:6px 9px;
  color:#000;
  font-size:22px;
  line-height:1.3em;
  font-weight:400;
  background:#ffff00;
}
#Content section p {
  padding:3px 0 21px;
}
#Content section .boxSubContent {
  padding:12px 0 24px 60px;
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {

#boxPageTitle {
  padding:24px 0;
}
#boxPageTitleSmall {
  top:80px;
  padding:15px 0;
  width:100%;
}
#boxPageTitleSmall span {
  padding:10px;
  font-size:18px;
}

h1 {
  padding-left:10px;
  font-size:24px;
}

#Content {
  padding:30px 10px;
}

#Content section h2 {
  padding:0 0 20px;
  font-size:20px;
}
#Content section h3 {
  margin:12px 0;
  padding:6px 9px;
  font-size:18px;
  line-height:1.3em;
}

#Content section .boxSubContent {
  padding:12px 0 24px 0;
}


}
