@import url("//fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
400
*/
/*
font-family: $font-en2;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include font-en2();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
.inr {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 40px; }
  .inr .anchors {
    display: flex;
    justify-content: center;
    padding: 30px 40px;
    background: #f9f9f9;
    border: 5px solid #e9e9e9;
    margin-bottom: 50px; }
    .inr .anchors li {
      margin-right: 40px; }
      .inr .anchors li::before {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        color: #ff8343;
        font-weight: 900;
        margin-right: 5px;
        font-size: 13px; }
      .inr .anchors li a {
        text-decoration: underline;
        color: #333;
        transition: 0.3s; }
        .inr .anchors li a:hover {
          color: #ff8343; }

.sec01 .cmnBox p {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .sec01 .cmnBox p {
      font-size: 15px;
      font-size: 1.5rem; } }

.sec02 .youtube {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .sec02 .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.sec03 .zyusyouLi {
  display: flex;
  justify-content: space-between; }
  .sec03 .zyusyouLi li {
    width: 19%; }

.sec04 .torihikiLi {
  display: flex;
  flex-wrap: wrap; }
  .sec04 .torihikiLi li {
    padding-left: 20px;
    position: relative;
    margin: 0 2% 20px 0;
    width: 23.5%; }
    .sec04 .torihikiLi li:nth-child(4n) {
      margin-right: 0; }
    .sec04 .torihikiLi li::before {
      background: #ff8343;
      content: "";
      display: inline-block;
      height: 6px;
      width: 13px;
      position: absolute;
      top: 14px;
      left: 0; }
.sec04 .cmnTbl01 table tr th, .sec04 .cmnTbl01 table tr td {
  padding: 13px 20px; }
.sec04 .fGroup {
  display: flex;
  justify-content: space-between; }
  .sec04 .fGroup .gGroup {
    width: 48%; }

.sec05 iframe {
  width: 100%; }

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .inr {
    margin: 0 auto;
    padding: 0 20px; }
    .inr .anchors {
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 20px;
      margin-bottom: 40px; }
      .inr .anchors li {
        margin-right: 15px;
        padding: 5px 0; }
        .inr .anchors li:nth-child(3) {
          margin-right: 0; }
        .inr .anchors li::before {
          margin-right: 4px;
          font-size: 11px; }
        .inr .anchors li a {
          text-decoration: underline; }

  .cmnBox {
    padding: 20px 6vw 20px; }
    .cmnBox p {
      line-height: 2; }

  .sec02 .youtube {
    margin-top: 25px; }

  .sec03 .zyusyouLi {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .sec03 .zyusyouLi li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 10px; }
      .sec03 .zyusyouLi li:nth-child(2n) {
        margin-right: 0; }

  .sec04 .torihikiLi li {
    font-size: 13px;
    padding-left: 10px;
    margin: 0 2% 10px 0;
    width: 48%; }
    .sec04 .torihikiLi li:nth-child(4n) {
      margin-right: 0; }
    .sec04 .torihikiLi li::before {
      background: #ff8343;
      content: "";
      display: inline-block;
      height: 4px;
      width: 7px;
      position: absolute;
      top: 9px;
      left: 0; }
  .sec04 .cmnTbl01 table tr th, .sec04 .cmnTbl01 table tr td {
    padding: 15px 5px; }
  .sec04 .fGroup {
    display: block; }
    .sec04 .fGroup .gGroup {
      margin-bottom: 30px;
      width: 100%; }

  .sec05 iframe {
    width: 100%;
    height: 300px; } }
