@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  position: relative;
  font-size: 115%; }

main {
  display: block;
  margin: 100px 0 0; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 1s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  header #header_wrap {
    width: 100%;
    background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d); }
  header #header_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100px; }
    header #header_inner h1 {
      width: 279px; }
    header #header_inner #menuList {
      width: calc(100% - 300px);
      font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif; }

/*メイン*/
#catch {
  margin: 0 auto;
  width: 80%;
  display: block; }

.back01 {
  width: 100%;
  background-image: url("../img/top/back01.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 2.5em 0 0;
  height: 90em;
  position: relative; }
  .back01 .image01 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 25%; }
  .back01 .image02 {
    position: absolute;
    top: 60%;
    right: 5%;
    width: 25%; }
  .back01 h3 {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

#main_top {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #main_top h2 {
    width: calc(100% - 500px); }
  #main_top p {
    width: 348px;
    text-align: center; }

#video01 .video_inner, #video02 .video_inner {
  width: 70%;
  margin: 5em auto 0;
  position: relative;
  padding-top: 46.25%; }
#video01 h3, #video02 h3 {
  font-size: 200%;
  font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0.5em 0 0;
  text-align: center;
  text-align: center; }

#video01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#example {
  margin: 5em auto 0; }
  #example h2 {
    font-size: 220%;
    color: #036eb5;
    text-align: center; }
  #example #example_inner {
    margin: 2em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #example #example_inner figure {
      width: 30%; }
    #example #example_inner p {
      width: 66%; }

.back02 {
  width: 100%;
  margin: 5em 0 0;
  padding: 2.5em 0;
  background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d); }

#system {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  #system #system_inner {
    width: 50%; }
    #system #system_inner h2 {
      font-size: 220%;
      color: #036eb5;
      color: #fff;
      border-bottom: 1px solid #fff;
      margin: 0 0 1em;
      font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif; }
    #system #system_inner p {
      color: #fff; }
  #system figure {
    width: 46%; }

#smacx {
  position: relative;
  margin: 5em auto 0;
  padding: 0 0 26em; }
  #smacx h2 {
    width: 100%; }
  #smacx figure {
    width: 60%;
    margin: 1em 0 0; }
  #smacx #s_back01 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%; }

#smacx02 {
  margin: 5em auto 0; }
  #smacx02 #smacx02_inner01 {
    background-color: #f2f2f2;
    padding: 2em 2%; }
    #smacx02 #smacx02_inner01 h2 {
      font-size: 220%;
      color: #036eb5;
      line-height: 1.5;
      text-align: center; }
    #smacx02 #smacx02_inner01 p {
      width: 80%;
      margin: 1em auto 0;
      text-align: center; }
    #smacx02 #smacx02_inner01 ul {
      margin: 2em 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #smacx02 #smacx02_inner01 ul li {
        width: 23%;
        text-align: center; }
  #smacx02 #smacx02_inner02 {
    width: 100%;
    margin: 2.5em 0 0; }
    #smacx02 #smacx02_inner02 h3 {
      background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d);
      padding: 2em 10%;
      font-size: 200%;
      text-align: center;
      font-weight: normal;
      font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
      color: #fff; }
    #smacx02 #smacx02_inner02 p {
      width: 348px;
      margin: 2em auto 0; }

#package {
  margin: 5em auto 0; }
  #package h2 {
    font-size: 220%;
    color: #036eb5;
    line-height: 1;
    text-align: center; }
    #package h2 span {
      text-align: center;
      font-size: 50%; }
  #package ol {
    margin: 2em 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.5; }
    #package ol li {
      width: 23%;
      text-align: center; }
      #package ol li:nth-child(n+5) {
        margin: 2em 0 0; }
    #package ol:after {
      content: "";
      display: block;
      width: 23%;
      height: 0; }
  #package p {
    margin: 2em 0 0;
    padding: 1em 0 0;
    border-top: 1px dotted #ccc;
    font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif; }

.back03 {
  width: 100%;
  margin: 5em 0 0;
  padding: 2.5em 0;
  background-color: #f2f2f2; }

#type {
  margin: 0 auto; }
  #type h2 {
    font-size: 220%;
    color: #036eb5;
    line-height: 1.5;
    text-align: center; }
  #type #type_inner {
    margin: 2em 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #type #type_inner figure {
      width: 48%; }
  #type p {
    margin: 1em 0 0; }

#question {
  margin: 5em auto 0; }
  #question h2 {
    font-size: 220%;
    color: #036eb5;
    line-height: 1.5;
    text-align: center; }
  #question ul {
    width: 100%;
    margin: 3em 0 0;
    font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif; }
  #question li {
    width: 96%;
    background-color: #fffbe9;
    padding: 1em 2%;
    line-height: 1.5; }
    #question li h3 {
      font-size: 180%;
      color: #1d2085;
      background-image: url("../img/top/question.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 50px auto;
      padding: 0 0 0 60px; }
    #question li p {
      font-size: 180%;
      font-weight: bold;
      color: #c10d23;
      margin: 1em 0 0;
      background-image: url("../img/top/answer.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 50px auto;
      padding: 0 0 0 60px; }
    #question li:nth-child(n+2) {
      margin: 2.5em 0 0; }

.back04 {
  width: 100%;
  margin: 5em 0 0;
  padding: 0 0 20em 0;
  background-image: url("../img/base/himeji_castle.png");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: bottom right; }

#store {
  margin: 0 auto;
  /*height: 20em;*/ }
  #store h2 {
    font-size: 220%;
    color: #036eb5;
    line-height: 1.5;
    text-align: center; }
  #store .all-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2em auto; }
    #store .all-list .contents-name:first-child {
      border-radius: 5px 0 0 0; }
    #store .all-list .contents-name:last-child {
      border-radius: 0 5px 0 0;
      border-right: 1px solid #3c6690; }
    #store .all-list .contents-name {
      text-align: center;
      color: white;
      background: linear-gradient(#829ebc, #225588);
      border-left: 1px solid #3c6690;
      border-top: 1px solid #3c6690;
      border-bottom: 1px solid #3c6690;
      box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
      width: 25%;
      padding: 10px 0; }
    #store .all-list .contents {
      text-align: center;
      border-left: 1px solid #a8b7c5;
      border-bottom: 1px solid #a8b7c5;
      border-top: none;
      box-shadow: 0px -3px 5px 1px #eee inset;
      width: 25%;
      padding: 10px 0;
      font-size: 0.7em;
      margin: 0 auto; }
      #store .all-list .contents .code {
        font-size: 0.5em; }
    #store .all-list .contents:last-child {
      border-right: 1px solid #a8b7c5; }
    #store .all-list .contents:last-child td:first-child {
      border-radius: 0 0 0 5px; }
    #store .all-list .contents:last-child td:last-child {
      border-radius: 0 0 5px 0; }
  #store ul {
    width: 100%;
    margin: 2em 0 0;
    text-align: center; }
    #store ul li {
      font-size: 150%; }

footer {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2.5em 0 0; }
  footer #footer_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 50%;
      line-height: 1.5; }
      footer #footer_inner dl dt {
        font-size: 156%;
        color: #0f3675;
        font-weight: bold; }
        footer #footer_inner dl dt span {
          font-size: 60%;
          display: block; }
      footer #footer_inner dl dd {
        color: #979797; }
        footer #footer_inner dl dd ul li {
          color: #0f3675;
          font-weight: bold;
          font-size: 120%;
          background-size: 25px auto;
          background-repeat: no-repeat;
          background-position: left center;
          padding: 0 0 0 30px; }
          footer #footer_inner dl dd ul li:nth-child(1) {
            background-image: url("../img/base/tel_i.png"); }
          footer #footer_inner dl dd ul li:nth-child(2) {
            background-image: url("../img/base/fax_i.png"); }
          footer #footer_inner dl dd ul li:nth-child(3) {
            background-image: url("../img/base/mail_i.png"); }
          footer #footer_inner dl dd ul li a {
            color: #0f3675;
            text-decoration: none; }
            footer #footer_inner dl dd ul li a:hover, footer #footer_inner dl dd ul li a:active {
              color: #0f3675;
              text-decoration: underline; }
    footer #footer_inner #btns {
      width: 40%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      footer #footer_inner #btns li {
        width: 48%; }
  footer address {
    width: 96%;
    padding: 0.5em 2%;
    background-color: #036eb5;
    color: #fff;
    font-style: normal;
    text-align: center; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-weight: bold; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100px;
    background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d);
    border-radius: 6px;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  #header_inner {
    width: 80%; }

  /*メイン*/
  .sp {
    display: none; }

  #main_top, #example, #system, #smacx, #package, #type, #question, #store {
    width: 80%; }

  #smacx02 {
    width: 76%; }

  /*フッター*/
  #footer_inner {
    width: 80%; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  #header_inner {
    width: 96%; }

  /*メイン*/
  #main_top, #example, #system, #smacx, #smacx02, #package, #type, #question, #store {
    width: 96%; }

  #smacx02 {
    width: 92%; }

  /*フッター*/
  #footer_inner {
    width: 96%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  .back01 {
    height: 50em;
    position: relative; }

  #catch {
    width: 90%; }

  #main_top {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #main_top h2 {
      width: calc(100% - 500px); }
    #main_top p {
      width: 348px;
      text-align: center; }

  /*フッター*/
  footer figure {
    right: 2%;
    width: 462px; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  .sp {
    display: none; }

  /*ヘッダー*/
  header #header_inner {
    position: static;
    top: 0;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%); }
    header #header_inner #top_menu {
      height: 60px; }
      header #header_inner #top_menu h1 {
        width: 250px; }
      header #header_inner #top_menu #top_tel {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px; }

  /*メイン*/
  .back01 {
    height: 50em;
    position: relative; }

  #main_top {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #main_top h2 {
      width: calc(100% - 300px); }
    #main_top p {
      width: 260px;
      text-align: center; }

  #question li h3 {
    font-size: 160%;
    background-size: 30px auto;
    padding: 0 0 0 40px; }
  #question li p {
    font-size: 160%;
    background-size: 30px auto;
    padding: 0 0 0 40px; }
  #question li:nth-child(n+2) {
    margin: 2.5em 0 0; }

  /*フッター*/
  footer figure {
    right: 2%;
    width: 452px; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .pc {
    display: none; }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    header #header_wrap {
      width: 100%;
      background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d); }
    header #header_inner h1 {
      width: 200px; }
    header #header_inner #menuList {
      display: none; }

  /*メイン*/
  #catch {
    width: 95%; }

  .back01 {
    width: 100%;
    padding: 0;
    height: initial;
    position: relative; }
    .back01 .image01, .back01 .image02 {
      display: none; }
    .back01 h3 {
      display: none; }

  #main_top {
    flex-direction: column; }
    #main_top h2 {
      width: 100%; }
    #main_top p {
      width: 100%;
      margin: 0;
      text-align: center; }
      #main_top p img {
        width: 200px;
        display: block;
        margin: 0 auto; }

  #video01 .video_inner, #video02 .video_inner {
    width: 96%;
    margin: 2.5em auto 0;
    padding-top: 56.25%; }
  #video01 h3, #video02 h3 {
    font-size: 160%; }

  #example {
    margin: 2.5em auto 0; }
    #example h2 {
      font-size: 160% !important;
      line-height: 1.5 !important; }
    #example #example_inner {
      flex-direction: column; }
      #example #example_inner figure {
        width: 80%;
        margin: 0 auto 2em; }
      #example #example_inner p {
        width: 100%; }

  .back02 {
    margin: 2.5em 0 0;
    padding: 1.75em 0; }

  #system {
    margin: 0 auto;
    flex-direction: column-reverse; }
    #system #system_inner {
      width: 100%; }
      #system #system_inner h2 {
        font-size: 160% !important;
        line-height: 1.5 !important; }
    #system figure {
      width: 100%;
      margin: 0 0 1em; }

  #smacx {
    margin: 2.5em auto 0;
    padding: 0; }
    #smacx figure {
      width: 60%;
      margin: 1em 0 0; }
    #smacx #s_back01 {
      position: static;
      z-index: -1;
      bottom: 0;
      left: 0%;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      width: 100%; }

  #smacx02 {
    margin: 2.5em auto 0; }
    #smacx02 #smacx02_inner01 {
      padding: 1em 2%; }
      #smacx02 #smacx02_inner01 h2 {
        font-size: 160% !important;
        line-height: 1.5 !important; }
      #smacx02 #smacx02_inner01 p {
        width: 80%;
        margin: 1em auto 0;
        text-align: center; }
      #smacx02 #smacx02_inner01 ul {
        margin: 2em 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #smacx02 #smacx02_inner01 ul li {
          width: 48%;
          text-align: center; }
          #smacx02 #smacx02_inner01 ul li:nth-child(n+3) {
            margin: 1em 0 0; }
    #smacx02 #smacx02_inner02 {
      margin: 2.5em 0 0; }
      #smacx02 #smacx02_inner02 h3 {
        padding: 1em 5%;
        font-size: 160%; }
      #smacx02 #smacx02_inner02 p {
        width: 200px;
        margin: 2em auto 0; }

  #package {
    margin: 2.5em auto 0; }
    #package h2 {
      font-size: 2em;
      line-height: 0.7; }
      #package h2 span {
        font-size: 50%; }
    #package ol {
      margin: 1em 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #package ol li {
        width: 48%;
        text-align: center; }
        #package ol li:nth-child(n+3) {
          margin: 1em 0 0; }
    #package p {
      margin: 1em 0 0;
      padding: 1em 0 0;
      line-height: 1.5; }

  .back03 {
    width: 100%;
    margin: 2.5em 0 0;
    padding: 1.75em 0; }

  #type {
    margin: 0 auto; }
    #type h2 {
      font-size: 160% !important;
      line-height: 1.5 !important; }
    #type #type_inner {
      margin: 1em 0 0; }

  #question {
    margin: 2.5em auto 0; }
    #question h2 {
      font-size: 160% !important;
      line-height: 1.5 !important; }
    #question ul {
      margin: 1.5em 0 0; }
    #question li h3 {
      font-size: 160%;
      background-size: 30px auto;
      padding: 0 0 0 40px; }
    #question li p {
      font-size: 160%;
      background-size: 30px auto;
      padding: 0 0 0 40px; }
    #question li:nth-child(n+2) {
      margin: 1.75em 0 0; }

  .back04 {
    width: 100%;
    margin: 2.5em 0 0;
    background-image: url("../img/base/himeji_castle.png");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: bottom right; }

  #store {
    margin: 0 auto;
    height: 20em; }
    #store h2 {
      font-size: 160% !important;
      line-height: 1.5 !important;
      line-height: 1.5;
      text-align: center; }
    #store ul {
      width: 100%;
      margin: 2em 0 0;
      text-align: center; }
      #store ul li {
        font-size: 150%; }

  /*フッター*/
  footer {
    padding: 1.75em 0 0; }
    footer #footer_inner {
      flex-direction: column; }
      footer #footer_inner dl {
        width: 100%; }
        footer #footer_inner dl dd {
          margin: 1em 0 0;
          color: #979797; }
          footer #footer_inner dl dd ul li {
            background-size: 20px auto;
            padding: 0 0 0 25px; }
      footer #footer_inner #btns {
        width: 80%;
        margin: 1em auto;
        justify-content: flex-start; }
        footer #footer_inner #btns li {
          width: 100%; }
    footer address {
      font-size: 90%;
      padding: 0.5em 2%;
      line-height: 1.5; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
