@charset "UTF-8";
body {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word; }

article {
  margin-bottom: 100px; }
  article section {
    margin-bottom: 50px; }
    article section p {
      margin-bottom: 25px; }
    article section section {
      margin-bottom: 25px; }

@media screen and (max-width: 698px) {
  article {
    margin-bottom: 50px; }
    article section {
      margin: 0 12px 25px; }
      article section section {
        margin: 0; } }

h2 {
  margin-bottom: 35px;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  border-bottom: 5px solid #d10d1c; }
  h2 span {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block; }

h3 {
  margin-bottom: 15px;
  padding-left: 30px;
  background: url("../images/icon_h3.png") left top no-repeat;
  font-size: 22px;
  line-height: 22px; }
  h3 span {
    font-size: 18px;
    font-weight: 400; }

a:hover {
  color: #d10d1c; }

ul.type1 {
  padding-left: 35px; }
  ul.type1 li {
    padding: 0 0 5px 10px;
    background: url("../images/ul_type1.png") left 10px no-repeat; }

ul.type2 li {
  padding-bottom: 5px;
  font-size: 16px; }
  ul.type2 li span {
    display: block; }

ul.type3 li {
  padding: 0 0 10px 10px; }
  ul.type3 li span {
    font-weight: 600;
    display: block; }

ul.type4 li {
  display: inline-block; }

ul#blogNavi li, ul#newsNavi li {
  border-bottom: 1px solid #e2e2e2; }
  ul#blogNavi li a, ul#newsNavi li a {
    padding: 12px 3px;
    color: #0a0a0a;
    text-decoration: none;
    display: block; }
    ul#blogNavi li a:hover, ul#newsNavi li a:hover {
      background: #ffdfdf; }

@media screen and (max-width: 698px) {
  ul.type1 {
    padding-left: 12px; } }

#snsMedia {
  padding: 50px 0;
  background: #f0f3c1; }
  #snsMedia article {
    width: 1000px;
    margin: 0 auto; }
    #snsMedia article .whiteBody {
      padding: 50px 25px 25px;
      background: #fff; }
      #snsMedia article .whiteBody .fb-page {
        margin-bottom: 12px; }

@media screen and (max-width: 698px) {
  #snsMedia article {
    max-width: 100%; }
    #snsMedia article h2 {
      max-width: 100%; }
    #snsMedia article div.whiteBody {
      margin: 0 auto;
      padding: 50px 12px 50px; }
      #snsMedia article div.whiteBody .fb-page {
        display: none; } }

table {
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px; }
  table th,
  table td {
    padding: 12px 5px;
    vertical-align: top; }
  table.typeA th,
  table.typeA td {
    border-bottom: 1px solid #0a0a0a; }
  table.sideType th {
    width: 20%;
    min-width: 100px;
    text-align: left; }

dl {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px; }
  dl.type1 {
    border-bottom: 1px solid #0a0a0a; }
    dl.type1 dt {
      padding: 12px 0;
      width: 200px;
      float: left;
      clear: both; }
      dl.type1 dt span {
        font-size: 16px; }
    dl.type1 dd {
      width: 800px;
      margin-left: 200px;
      padding: 12px 0; }

@media screen and (max-width: 698px) {
  dl.type1 dt {
    width: auto;
    float: none; }
  dl.type1 dd {
    width: auto;
    margin-left: 0; } }

form input[type=text],
form textarea {
  height: 30px;
  padding: 0 3px;
  line-height: 30px;
  border: #0a0a0a 1px solid;
  outline: none; }
  form input[type=text]:focus,
  form textarea:focus {
    border: 1px solid #d10d1c; }
  form input[type=text].formCheck,
  form textarea.formCheck {
    border: #d10d1c 1px solid;
    background: #fcdd00; }
    form input[type=text].formCheck:focus,
    form textarea.formCheck:focus {
      border: 1px solid #d10d1c;
      background: #fff; }

form textarea {
  height: 100px; }

form label {
  cursor: pointer; }

form #cpName {
  /*display: none;*/ }

@media screen and (max-width: 698px) {
  form input[type=text],
  form textarea {
    width: 90%; } }

header {
  width: 100%;
  height: 98px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #fff url("../images/head_line.png") left top repeat-x;
  box-shadow: 0px 0px 4px 2px #757575; }
  header section {
    width: 1000px;
    height: 98px;
    margin: 0 auto;
    position: relative; }
    header section h1 {
      width: 300px;
      height: 47px;
      position: absolute;
      top: 35px;
      left: 0; }
    header section p.nanbeiNavi {
      width: 71px;
      height: 76px;
      position: absolute;
      top: 20px;
      right: 5px; }
    header section p.iconHamburger {
      display: none; }
    header section p.iconClose {
      display: none; }
    header section div#google_translate_element {
      position: absolute;
      top: 35px;
      right: 90px;
      z-index: 600; }
    header section nav#gNavi {
      /*width: 610px;*/
      height: 98px;
      position: absolute;
      right: 90px;
      bottom: 0; }
      header section nav#gNavi ul {
        /*width: 610px;*/
        padding-top: 70px;
        float: right;
        border-bottom: 3px solid #000; }
        header section nav#gNavi ul li {
          display: inline-block; }
          header section nav#gNavi ul li.nanbeiNavi {
            display: none; }
          header section nav#gNavi ul li a {
            padding-left: 16px;
            padding-right: 12px;
            background: url("../images/icon_gMenu.png") left 5px no-repeat;
            display: inline-block;
            font-size: 16px;
            color: #0a0a0a;
            text-decoration: none;
            font-weight: 600; }
            header section nav#gNavi ul li a:hover {
              color: #e91a2a; }

nav.sNavi {
  padding-right: 50px;
  border-bottom: 4px solid #000;
  display: inline-block; }
  nav.sNavi ul li {
    display: inline-block; }
    nav.sNavi ul li a {
      padding: 3px 15px 3px 10px;
      background: url("../images/icon_link_black.png") left 10px no-repeat;
      display: inline-block;
      font-size: 16px;
      color: #0a0a0a;
      text-decoration: none; }
      nav.sNavi ul li a:hover {
        color: #e91a2a; }

@media screen and (max-width: 698px) {
  header {
    height: 75px; }
    header section {
      width: auto;
      height: auto; }
      header section h1 {
        width: 242px;
        height: 37px;
        top: 25px;
        left: 5px; }
      header section p.nanbeiNavi {
        display: none; }
      header section p.iconHamburger {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 35px;
        right: 5px;
        cursor: pointer; }
      header section p.iconClose {
        display: none;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 35px;
        right: 5px;
        cursor: pointer; }
      header section div#google_translate_element {
        right: 0;
        top: 0; }
      header section nav#gNavi {
        width: 100%;
        height: 100%;
        margin-top: 75px;
        background: rgba(0, 0, 0, 0.75);
        position: static;
        display: none; }
        header section nav#gNavi ul {
          width: auto;
          padding: 15px 10px;
          float: none;
          border-bottom: none; }
          header section nav#gNavi ul li {
            display: block; }
            header section nav#gNavi ul li.nanbeiNavi {
              display: block; }
            header section nav#gNavi ul li a {
              color: #fff;
              padding: 8px 12px 8px 18px;
              display: block;
              background: url("../images/icon_gMenu_sp.png") left 13px no-repeat; }
  nav.sNavi {
    padding-right: 0;
    border-bottom: none;
    display: block; }
    nav.sNavi ul li {
      display: block; }
      nav.sNavi ul li a {
        padding: 15px 10px;
        background: url("../images/icon_link_black.png") left 20px no-repeat;
        display: block;
        border-bottom: 1px solid #000; } }

footer {
  padding-top: 50px;
  background-color: #e2e2e2;
  background-image: url("../images/japan_bottom.png");
  background-position: left 5px bottom 25px;
  background-repeat: no-repeat; }
  footer section {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px; }
    footer section ul {
      margin: 0 auto; }
      footer section ul li {
        padding: 0 12px;
        border-right: 1px solid #0a0a0a;
        display: inline-block; }
        footer section ul li:last-child {
          border-right: none; }
        footer section ul li a {
          font-size: 16px;
          line-height: 16px;
          color: #0a0a0a; }
          footer section ul li a:hover {
            color: #e91a2a; }
  footer .copyright {
    background: #007f09;
    font-size: 16px;
    color: #fff;
    text-align: center; }

@media screen and (max-width: 698px) {
  footer {
    background-position: left 0 bottom 50px; }
    footer section {
      width: auto; }
      footer section ul {
        text-align: left; }
        footer section ul li {
          background: #fff;
          border-bottom: 1px solid #000;
          border-right: none;
          display: block; }
          footer section ul li a {
            padding: 25px;
            display: block;
            font-size: 18px;
            line-height: 16px;
            color: #0a0a0a;
            text-decoration: none; }
            footer section ul li a.iconLink {
              background-image: url("../images/icon_link_black.png");
              background-position: right 10px top 25px;
              background-repeat: no-repeat; }
            footer section ul li a.iconAnotherLink {
              background-image: url("../images/icon_another_black.png");
              background-position: right 10px top 25px;
              background-repeat: no-repeat; }
      footer section div {
        text-align: center; } }

main {
  margin-top: 98px;
  background: url("../images/main_bg.png") left top repeat-x;
  display: block; }
  main.titleImage {
    margin-top: 25px; }
  main #mainWrap {
    width: 1000px;
    margin: 0 auto;
    padding-top: 75px;
    background: url("../images/contents_head.png") center top no-repeat; }
    main #mainWrap .yellowBody {
      padding: 50px 25px 25px;
      background: #f8eb8d; }
    main #mainWrap .whiteBody {
      padding: 50px 25px 25px;
      background: #fff; }
    main #mainWrap .whiteBodyTr {
      padding: 50px 25px 25px;
      background: rgba(255, 255, 255, 0.6); }
    main #mainWrap .greenBody {
      padding: 50px 25px 25px;
      background: #89c68d; }
    main #mainWrap .arrowBottom {
      padding-top: 50px;
      background: url("../images/arrow_bottom.png") center top no-repeat; }
    main #mainWrap .waBody {
      padding: 0 25px 50px;
      background: url("../images/wa_bg.png") center bottom no-repeat; }

#topPage main {
  margin-top: 0; }

@media screen and (max-width: 698px) {
  main {
    margin-top: 75px;
    background: none; }
    main #mainWrap {
      width: auto; }
      main #mainWrap section.nonMargin {
        margin-bottom: 0; }
      main #mainWrap .yellowBody {
        padding: 50px 12px 25px; }
      main #mainWrap section.whiteBody {
        padding: 50px 0 50px 0; }
      main #mainWrap .greenBody {
        padding: 50px 12px 25px; }
      main #mainWrap .waBody {
        padding: 0 12px; } }

#snsMedia {
  padding: 50px 0;
  background: #f0f3c1; }
  #snsMedia article {
    width: 1000px;
    margin: 0 auto; }
    #snsMedia article .whiteBody {
      padding: 50px 25px 25px;
      background: #fff; }
      #snsMedia article .whiteBody .fb-page {
        margin-bottom: 12px; }

@media screen and (max-width: 698px) {
  #snsMedia article {
    max-width: 100%; }
    #snsMedia article h2 {
      max-width: 100%; }
    #snsMedia article div.whiteBody {
      margin: 0 auto;
      padding: 50px 12px 50px; }
      #snsMedia article div.whiteBody .fb-page {
        display: none; } }

.boxLine1 {
  width: 315px; }

.boxLine2 {
  width: 660px; }

.boxLine-hf {
  width: 480px; }

.boxLine-hf1 {
  width: 150px; }

.boxLine-hf2 {
  width: 320px; }

.boxLine-short {
  width: 200px; }

@media screen and (max-width: 698px) {
  .boxLine1,
  .boxLine2,
  .boxLine-hf,
  .boxLine-hf1,
  .boxLine-hf2 {
    width: auto;
    margin-bottom: 25px; } }

img.autoImg {
  width: 100%;
  max-width: 100%;
  height: auto; }

#toTop {
  width: 100%;
  height: 64px;
  position: fixed;
  bottom: 25px;
  left: 0; }
  #toTop a {
    width: 64px;
    height: 64px;
    display: none;
    position: absolute;
    top: 0;
    right: 25px; }

@media screen and (max-width: 698px) {
  #toTop {
    height: 40px; }
    #toTop a {
      width: 40px;
      height: 40px; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/* BTN */
.btnRed a,
.btnRed button,
.btnRed span,
.btnGreen a,
.btnGreen button,
.btnGreen span,
.btnBlack a,
.btnBlack button,
.btnBlack span,
.btnOff a,
.btnOff button,
.btnOff span {
  padding: 12px 0;
  background-color: #d10d1c;
  font-size: 22px;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  display: block;
  cursor: pointer;
  text-decoration: none; }
  .btnRed a.iconLink,
  .btnRed button.iconLink,
  .btnRed span.iconLink,
  .btnGreen a.iconLink,
  .btnGreen button.iconLink,
  .btnGreen span.iconLink,
  .btnBlack a.iconLink,
  .btnBlack button.iconLink,
  .btnBlack span.iconLink,
  .btnOff a.iconLink,
  .btnOff button.iconLink,
  .btnOff span.iconLink {
    background-image: url("../images/icon_link.png");
    background-position: right 10px top 19px;
    background-repeat: no-repeat; }
  .btnRed a.iconAnotherLink,
  .btnRed button.iconAnotherLink,
  .btnRed span.iconAnotherLink,
  .btnGreen a.iconAnotherLink,
  .btnGreen button.iconAnotherLink,
  .btnGreen span.iconAnotherLink,
  .btnBlack a.iconAnotherLink,
  .btnBlack button.iconAnotherLink,
  .btnBlack span.iconAnotherLink,
  .btnOff a.iconAnotherLink,
  .btnOff button.iconAnotherLink,
  .btnOff span.iconAnotherLink {
    background-image: url("../images/icon_another.png");
    background-position: right 10px top 14px;
    background-repeat: no-repeat; }
  .btnRed a:hover,
  .btnRed button:hover,
  .btnRed span:hover,
  .btnGreen a:hover,
  .btnGreen button:hover,
  .btnGreen span:hover,
  .btnBlack a:hover,
  .btnBlack button:hover,
  .btnBlack span:hover,
  .btnOff a:hover,
  .btnOff button:hover,
  .btnOff span:hover {
    background-color: #e91a2a; }

.btnGreen a {
  background-color: #007f09; }
  .btnGreen a:hover {
    background-color: #05980f; }

.btnBlack a,
.btnBlack button,
.btnBlack span,
.btnOff a,
.btnOff button,
.btnOff span {
  width: 100% !important;
  border: 2px solid #0a0a0a;
  background-color: transparent;
  color: #0a0a0a !important; }
  .btnBlack a:hover,
  .btnBlack button:hover,
  .btnBlack span:hover,
  .btnOff a:hover,
  .btnOff button:hover,
  .btnOff span:hover {
    background-color: #fcdd00;
    color: #0a0a0a; }
  .btnBlack a.iconLink,
  .btnBlack button.iconLink,
  .btnBlack span.iconLink,
  .btnOff a.iconLink,
  .btnOff button.iconLink,
  .btnOff span.iconLink {
    background-image: url("../images/icon_link_black.png"); }
  .btnBlack a.iconAnotherLink,
  .btnBlack button.iconAnotherLink,
  .btnBlack span.iconAnotherLink,
  .btnOff a.iconAnotherLink,
  .btnOff button.iconAnotherLink,
  .btnOff span.iconAnotherLink {
    background-image: url("../images/icon_another_black.png"); }

.btnOff span {
  cursor: auto;
  border: 2px solid #9b9b9b;
  color: #9b9b9b !important; }
  .btnOff span:hover {
    background-color: transparent; }

@media screen and (max-width: 698px) {
  .btnRed a,
  .btnRed button,
  .btnRed span,
  .btnGreen a,
  .btnGreen button,
  .btnGreen span,
  .btnBlack a,
  .btnBlack button,
  .btnBlack span,
  .btnOff a,
  .btnOff button,
  .btnOff span {
    padding: 12px; }
  .btnBlack a,
  .btnBlack button,
  .btnBlack span,
  .btnOff a,
  .btnOff button,
  .btnOff span {
    width: 90% !important;
    margin: 0 auto;
    border: 2px solid #0a0a0a;
    background: none;
    color: #0a0a0a !important; }
    .btnBlack a:hover,
    .btnBlack button:hover,
    .btnBlack span:hover,
    .btnOff a:hover,
    .btnOff button:hover,
    .btnOff span:hover {
      background: #fcdd00;
      color: #0a0a0a; } }

.cf:before,
.cf:after,
section:before,
section:after {
  content: '';
  display: table; }

.cf:after,
section:after {
  clear: both; }

.cf,
section {
  zoom: 1;
  /* for IE6/7 */ }

.attention {
  color: #d10d1c; }

.strong {
  font-weight: bold; }

.fontBig {
  font-size: 28px;
  line-height: 1.3em; }

.fontMiddle {
  font-size: 22px;
  line-height: 1.5em; }

.bgGray {
  background: #f0f0f0; }

@media screen and (max-width: 698px) {
  .fontBig {
    font-size: 24px; } }

.fontSmall {
  font-size: 16px; }

.baseMa {
  margin: 25px; }

.baseMa-top {
  margin-top: 25px; }

.baseMa-bottom {
  margin-bottom: 25px; }

.baseMa-bottomHf {
  margin-bottom: 12px; }

.baseMa-r {
  margin-right: 25px; }

.baseMa-l {
  margin-left: 25px; }

.doubleMa-bottom {
  margin-bottom: 50px; }

@media screen and (max-width: 698px) {
  .baseMa {
    margin: 25px 0; }
  .baseMa-r {
    margin-right: 0; }
  .baseMa-l {
    margin-left: 0; } }

.basePa {
  padding: 25px; }

.basePa-top {
  padding-top: 25px; }

.basePa-bottom {
  padding-bottom: 25px; }

.basePa-r {
  padding-right: 25px; }

.basePa-l {
  padding-left: 25px; }

@media screen and (max-width: 698px) {
  .basePa {
    padding: hf-space; }
  .basePa-r {
    padding-right: 0; }
  .basePa-l {
    padding-left: 0; } }

/* align */
.tCenter {
  text-align: center; }

.tRight {
  text-align: right; }

.fRight {
  float: right; }

.fLeft {
  float: left; }

.fCenter {
  margin-left: auto;
  margin-right: auto; }

.mFloat {
  margin-left: 25px; }

@media screen and (max-width: 698px) {
  .fRight {
    float: none; }
  .fLeft {
    float: none; }
  .mFloat {
    margin-left: 0; }
  .spNone {
    display: none; } }
