@charset "UTF-8";
/*________________________________________________________

	header
	________________________________________________________
*/
header {
  width: 100%;
  color: #FFF;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  header a {
    color: #FFF; }
    header a:hover {
      color: #f2c700; }
  header h1 {
    display: inline-block; }
    header h1 img {
      width: 100%; }
  header .tel {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    header .tel::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: 8px;
      content: '\f095'; }
  @media only screen and (min-width: 750px) {
    header {
      position: fixed;
      /* スクロール後headerが小さくなった時 */ }
      header .headerWrapper {
        width: 1100px;
        margin: 0 auto;
        padding: 16px 0 8px 0; }
      header a.logo {
        display: block;
        width: 200px; }
      header .headerInfo {
        display: inline-block;
        margin-left: 32px;
        width: 856px;
        vertical-align: top; }
      header p.tel {
        margin: 0;
        padding-right: 16px;
        text-align: right;
        font-size: 200%;
        line-height: 1.2; }
      header.is-animation .headerWrapper {
        padding: 8px 0 0 0;
        border: none; }
      header.is-animation a.logo {
        width: 120px; }
      header.is-animation .headerInfo {
        margin: 4px 0 0 72px; }
        header.is-animation .headerInfo .tel {
          display: none; } }
  @media only screen and (max-width: 749px) {
    header {
      position: relative; }
      header h1 {
        padding: 16px 16px 0px 16px;
        width: 160px; }
      header p.tel {
        display: none; } }

/*________________________________________________________

	nav
	________________________________________________________
*/
nav {
  position: relative;
  color: #FFF; }
  nav a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: .1em;
    text-align: center; }
  @media only screen and (min-width: 750px) {
    nav li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden; }
      nav li:hover {
        overflow: visible; }
        nav li:hover li {
          width: 100%;
          height: 1em;
          display: table;
          -webkit-transition: all .5s ease-out;
          -o-transition: all .5s ease-out;
          transition: all .5s ease-out;
          margin-top: 1px; }
          nav li:hover li a {
            padding: 10px; }
      nav li::before {
        content: "|";
        display: inline-block;
        margin-right: 6px; }
      nav li:first-child::before {
        content: none; }
      nav li a {
        position: relative;
        padding: 4px 8px;
        font-size: 95%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      nav li ul {
        position: absolute;
        top: 30px;
        left: 0;
        width: 240px;
        z-index: 50; }
        nav li ul li {
          display: block;
          height: 0; }
          nav li ul li strong {
            display: block;
            text-align: center;
            padding: 8px;
            background-color: #f2b100;
            font-weight: normal;
            letter-spacing: .1em; }
          nav li ul li::before {
            display: inline;
            content: '';
            margin: 0; }
          nav li ul li a {
            display: block;
            margin-top: 0;
            padding: 0 10px;
            background-color: rgba(90, 90, 90, 0.8);
            color: #FFFFFF;
            -webkit-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out; }
    nav a.tel {
      display: none; } }

/*________________________________________________________

	contents
	________________________________________________________
*/
h2 {
  display: inline-block;
  text-align: center;
  font-family: 'Lato',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 {
  padding-bottom: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .2em; }

p {
  margin: 2em 0; }

@media only screen and (min-width: 750px) {
  h2 {
    font-size: 400%;
    font-weight: normal; }
  h3 {
    font-size: 200%; }
  h4 {
    font-size: 150%; } }

@media only screen and (max-width: 749px) {
  h2 {
    margin: 24px auto;
    font-size: 280%; }
  h3 {
    font-size: 150%; }
  h4 {
    font-size: 120%; } }

/*________________________________________________________

	パンくず
	________________________________________________________
*/
#breadcrumb li {
  display: inline-block;
  font-size: 85%; }
  #breadcrumb li::after {
    display: inline-block;
    margin: 0 5px;
    content: '＞'; }
  #breadcrumb li:last-child::after {
    content: ''; }

@media only screen and (min-width: 750px) {
  #breadcrumb {
    width: 1100px;
    margin: 8px auto 0 auto; } }

/*________________________________________________________

	下層ページ
	________________________________________________________
*/
.pageTtl {
  padding: 1px;
  text-align: center;
  background-color: #031350; }
  .pageTtl h2 {
    margin: 0 auto;
    color: #FFF; }
    .pageTtl h2 span {
      display: block;
      font-size: 16px;
      color: #c1cfe2; }
  @media only screen and (min-width: 750px) {
    .pageTtl {
      padding: 32px 0; } }
  @media only screen and (max-width: 749px) {
    .pageTtl {
      padding: 16px 0; }
      .pageTtl h2 {
        line-height: 1.1; }
        .pageTtl h2 span {
          margin-top: 10px; } }

.contMain {
  text-align: center; }
  .contMain h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #031350; }
  .contMain h4 {
    font-weight: normal; }
  .contMain h5 {
    display: inline-block;
    padding: 12px;
    color: #999;
    font-size: 140%;
    letter-spacing: .1em;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd; }
    .contMain h5#step01, .contMain h5#step02, .contMain h5#step03, .contMain h5#step04 {
      display: block;
      margin-top: 64px;
      background-color: #031350;
      color: #FFF; }
  .contMain h6 {
    display: block;
    padding-left: 15px;
    text-align: left;
    font-size: 120%;
    color: #031350;
    border-left: 5px solid #031350; }
  .contMain p, .contMain ul {
    text-align: left; }
  .contMain ol li {
    list-style: decimal inside none; }
  @media only screen and (min-width: 750px) {
    .contMain {
      margin-top: 96px;
      padding-bottom: 80px; }
      .contMain h3 {
        margin-bottom: 56px; }
      .contMain h4 {
        margin: 48px 0 32px 0;
        letter-spacing: .1em;
        font-size: 180%; }
      .contMain h5 {
        margin: 32px 0 24px 0; } }
  @media only screen and (max-width: 749px) {
    .contMain h2 span {
      font-weight: normal; }
    .contMain h3 {
      margin: 16px 0;
      font-size: 130%;
      letter-spacing: .1em; }
    .contMain h4 {
      font-size: 150%; }
    .contMain h4, .contMain h5 {
      margin: 32px 0 16px 0; }
    .contMain p {
      font-size: 90%; } }

@media only screen and (min-width: 750px) {
  .contInner {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px; } }

@media only screen and (max-width: 749px) {
  .contInner {
    width: 95%;
    margin: 40px auto; } }

/*________________________________________________________

	footer
	________________________________________________________
*/
footer {
  background-color: #333;
  color: #FFF; }
  footer a {
    color: #CCC; }
    footer a:hover {
      color: #f2c700; }
  footer .copy {
    background-color: #666;
    zoom: 1; }
    footer .copy::before, footer .copy::after {
      content: "";
      display: table; }
    footer .copy::after {
      clear: both; }
    footer .copy img {
      float: left; }
    footer .copy div {
      text-align: left; }
    footer .copy small {
      display: block;
      margin-top: 8px;
      font-size: 100%; }
  @media only screen and (min-width: 750px) {
    footer .fNavWrapper {
      width: 840px;
      margin: 0 auto;
      padding: 32px 0; }
    footer .fNav {
      display: inline-block; }
      footer .fNav li {
        display: inline-block;
        padding-right: 12px;
        line-height: 1.6; }
        footer .fNav li::before {
          content: "|";
          display: inline-block;
          margin-right: 16px; }
        footer .fNav li:first-child::before {
          content: none; }
    footer .fNav_tree {
      margin-top: 16px; }
      footer .fNav_tree p, footer .fNav_tree ul, footer .fNav_tree li {
        display: inline-block;
        margin: 0; }
      footer .fNav_tree p::after {
        content: "|";
        display: inline-block;
        padding-left: 16px;
        margin-right: 16px; }
      footer .fNav_tree li {
        font-size: 80%;
        opacity: .7; }
        footer .fNav_tree li a {
          padding: 0 5px;
          text-decoration: underline; }
        footer .fNav_tree li::after {
          content: "・";
          display: inline-block;
          padding-left: 4px; }
        footer .fNav_tree li:last-child::after {
          content: ""; }
    footer .copy {
      font-size: 85%; }
      footer .copy img {
        margin-right: 16px; }
      footer .copy div {
        padding-top: 20px; } }
  @media only screen and (max-width: 749px) {
    footer .copy img {
      width: 120px;
      height: 72px;
      margin-right: 8px; }
    footer .copy div {
      padding-top: 12px;
      font-size: 70%; }
    footer .copy small {
      display: block;
      padding: 4px 0;
      text-align: center;
      background-color: #333; } }
