.customize-support #header {
  top: 32px !important; }

@media screen and (max-width: 782px) {
  .customize-support #header {
    top: 46px !important; }

  .customize-support.scroll #header {
    top: 0px !important; } }
#header {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  position: fixed;
  font-family: "Sawarabi Mincho", sans-serif;
  background-color: transparent; }
  @media screen and (min-width: 780px) {
    #header {
      height: 140px; } }
  @media screen and (max-width: 780px) {
    #header {
      height: 60px; } }
  #header #headerIn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative; }
    @media screen and (min-width: 780px) {
      #header #headerIn {
        max-width: 100%; } }
    #header #headerIn #headerRight {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1; }
      #header #headerIn #headerRight #headerMenu {
        display: flex; }
        @media screen and (max-width: 780px) {
          #header #headerIn #headerRight #headerMenu {
            display: none; } }
        #header #headerIn #headerRight #headerMenu li {
          margin-right: 30px; }
          #header #headerIn #headerRight #headerMenu li a {
            color: #222222;
            display: block; }
            #toppage #header #headerIn #headerRight #headerMenu li a {
              filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
              color: #ffffff; }
            .scroll #header #headerIn #headerRight #headerMenu li a {
              filter: none !important; }
            #header #headerIn #headerRight #headerMenu li a:hover {
              color: #CE333B; }
            #header #headerIn #headerRight #headerMenu li a.active {
              color: #CE333B !important; }
      #toppage #header #headerIn #headerRight .bt {
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3)); }
      .scroll #header #headerIn #headerRight .bt {
        filter: none !important; }
      @media screen and (min-width: 780px) {
        #header #headerIn #headerRight .bt {
          width: 180px; } }
      @media screen and (max-width: 780px) {
        #header #headerIn #headerRight .bt {
          display: none; } }
  .scroll #header, .overflow #header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #ffffff;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3)); }
    .scroll #header #headerIn #headerRight ul li a, .overflow #header #headerIn #headerRight ul li a {
      color: #222222 !important; }
  .scroll.hideClass #header {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

#title {
  line-height: 1;
  pointer-events: auto;
  display: flex;
  align-items: center; }
  #title a {
    display: block; }
    @media screen and (min-width: 780px) {
      #title a img {
        width: 240px; } }
    @media screen and (max-width: 780px) {
      #title a img {
        width: 180px; } }
    #title a img:first-child {
      display: none; }
    #title a img:last-child {
      display: inline; }
    #toppage #title a img {
      filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3)); }
      #toppage #title a img:first-child {
        display: inline; }
      #toppage #title a img:last-child {
        display: none; }
    .scroll #title a img {
      filter: none !important; }
      .scroll #title a img:first-child {
        display: none !important; }
      .scroll #title a img:last-child {
        display: inline !important; }
    .overflow #title a img:first-child {
      display: none !important; }
    .overflow #title a img:last-child {
      display: inline !important; }
  #title span {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-left: 20px;
    color: #CE333B; }
    @media screen and (max-width: 780px) {
      #title span {
        display: none; } }

#spBt {
  cursor: pointer;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px; }
  @media screen and (min-width: 780px) {
    #spBt {
      padding-top: 6px;
      display: none; } }
  @media screen and (max-width: 780px) {
    #spBt {
      padding-top: 9px; } }

#spBtIcon {
  position: relative;
  display: block;
  top: 0; }
  @media screen and (min-width: 780px) {
    #spBtIcon {
      left: 7px;
      width: 36px;
      height: 18px; } }
  @media screen and (max-width: 780px) {
    #spBtIcon {
      left: 10px;
      width: 30px;
      height: 18px; } }
  #spBtIcon span {
    top: 8px; }
    #spBtIcon span, #spBtIcon span:after, #spBtIcon span:before {
      transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      background: #222222; }
      #toppage #spBtIcon span, #toppage #spBtIcon span:after, #toppage #spBtIcon span:before {
        background: #ffffff; }
      .overflow #spBtIcon span, .overflow #spBtIcon span:after, .overflow #spBtIcon span:before {
        background: #222222 !important; }
      .scroll #spBtIcon span, .scroll #spBtIcon span:after, .scroll #spBtIcon span:before {
        background: #222222 !important; }
    #spBtIcon span:after {
      bottom: 8px; }
    #spBtIcon span:before {
      top: 8px; }
  .btn-open #spBtIcon span {
    background-color: rgba(255, 255, 255, 0) !important; }
    .btn-open #spBtIcon span:after {
      bottom: 0;
      transform: rotate(45deg); }
    .btn-open #spBtIcon span:before {
      top: 0;
      transform: rotate(-45deg); }

#spBtText {
  position: relative;
  text-align: center;
  display: block;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  height: 12px;
  width: 100%; }
  @media screen and (min-width: 780px) {
    #spBtText {
      font-size: 1rem;
      margin-top: 8px; } }
  @media screen and (max-width: 780px) {
    #spBtText {
      font-size: 1rem;
      margin-top: 6px; } }
  #spBtText span {
    color: #222222;
    width: 100%; }
    #toppage #spBtText span {
      color: #ffffff; }
    .scroll #spBtText span {
      color: #222222 !important; }
    .overflow #spBtText span {
      color: #222222 !important; }

.slideUp {
  overflow: hidden; }
  .slideUp > * {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
    display: inline-block; }
    .overlayOpen .slideUp > * {
      transform: translateY(0);
      opacity: 1; }
  #spBtText .slideUp {
    position: absolute;
    top: 0;
    left: 0; }
    .overflow #spBtText .slideUp:first-child {
      visibility: hidden; }
    #spBtText .slideUp:first-child > * {
      transform: translateY(0);
      opacity: 1; }
      .overflow #spBtText .slideUp:first-child > * {
        transform: translateY(100%);
        opacity: 0; }
    #spBtText .slideUp:last-child {
      visibility: hidden; }
      .overflow #spBtText .slideUp:last-child {
        visibility: visible; }
      #spBtText .slideUp:last-child > * {
        transform: translateY(100%);
        opacity: 0; }
        .overflow #spBtText .slideUp:last-child > * {
          transform: translateY(0);
          opacity: 1; }

.overflow {
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #CE333B;
  display: none;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif; }
  .overlay #overlayIn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 780px) {
      .overlay #overlayIn {
        height: 100%; } }
    @media screen and (max-width: 780px) {
      .overlay #overlayIn {
        padding-bottom: 60px;
        padding-top: 100px; }
        .customize-support .overlay #overlayIn {
          padding-top: 132px !important; } }
  @media screen and (max-width: 780px) and (max-width: 782px) {
    .overlay #overlayIn .customize-support #header {
      padding-top: 146px !important; }
    .overlay #overlayIn .customize-support.scroll #header {
      padding-top: 10px !important; } }

    .overlay #overlayIn #overlayWrap {
      position: relative; }

#overlayMenu li {
  text-align: center;
  font-size: 2rem;
  font-family: "Sawarabi Mincho", sans-serif; }
  #overlayMenu li:not(:first-child) {
    margin-top: 30px; }
  #overlayMenu li a {
    display: block;
    color: #ffffff; }
    #overlayMenu li a.active {
      opacity: 0.7; }

#footerAddress {
  text-align: center; }
  @media screen and (min-width: 780px) {
    #footerAddress {
      font-size: 1.3rem;
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    #footerAddress {
      font-size: 1rem;
      margin-top: 15px; } }
  #footerAddress a {
    color: #222222 !important; }

#footer {
  border-top: solid 1px #cccccc;
  position: relative;
  font-family: "Sawarabi Mincho", sans-serif; }
  #footer .contIn {
    text-align: center; }
    #footer .contIn #footerLogo {
      display: inline-block; }
      @media screen and (min-width: 780px) {
        #footer .contIn #footerLogo {
          width: 150px; } }
      @media screen and (max-width: 780px) {
        #footer .contIn #footerLogo {
          width: 100px; } }
      #footer .contIn #footerLogo img {
        width: 100%;
        height: auto; }
    @media screen and (min-width: 780px) {
      #footer .contIn #footerMenu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px; } }
    @media screen and (max-width: 780px) {
      #footer .contIn #footerMenu {
        margin-top: 30px; } }
    @media screen and (max-width: 780px) {
      #footer .contIn #footerMenu li:not(:first-child) {
        margin-top: 10px; } }
    #footer .contIn #footerMenu li a {
      display: block;
      position: relative; }
      @media screen and (min-width: 780px) {
        #footer .contIn #footerMenu li a {
          padding: 0 20px; } }
      @media screen and (max-width: 780px) {
        #footer .contIn #footerMenu li a {
          padding: 0; } }
      #footer .contIn #footerMenu li a.active {
        color: #CE333B !important; }
    #footer .contIn #copy {
      color: #999999; }
      @media screen and (min-width: 780px) {
        #footer .contIn #copy {
          margin-top: 40px;
          font-size: 1.3rem; } }
      @media screen and (max-width: 780px) {
        #footer .contIn #copy {
          margin-top: 30px;
          font-size: 1rem; } }

#view {
  position: relative;
  height: 80vh;
  height: calc(100vh - 50px); }
  #view #viewWrap {
    height: 100%;
    position: relative; }
    #view #viewWrap #viewImgWrap {
      width: 100%;
      height: 100%; }
      #view #viewWrap #viewImgWrap #viewImg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (min-width: 780px) {
          #view #viewWrap #viewImgWrap #viewImg {
            background-position: center center; } }
        @media screen and (max-width: 780px) {
          #view #viewWrap #viewImgWrap #viewImg {
            background-position: 80% 50%; } }
        @media screen and (max-width: 600px) {
          #view #viewWrap #viewImgWrap #viewImg {
            background-position: 73% 50%; } }
    #view #viewWrap #viewBox {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 780px) {
        #view #viewWrap #viewBox {
          left: 15%;
          top: 50%; } }
      @media screen and (max-width: 780px) {
        #view #viewWrap #viewBox {
          left: 0;
          padding: 0 15px;
          top: 50%;
          width: 100%; } }
      #view #viewWrap #viewBox #viewText {
        line-height: 1;
        display: block;
        letter-spacing: 2px;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
        color: #ffffff;
        font-family: "Sawarabi Mincho", sans-serif;
        text-align: center; }
        #view #viewWrap #viewBox #viewText span {
          display: block;
          line-height: 1.2; }
          @media screen and (min-width: 780px) {
            #view #viewWrap #viewBox #viewText span:first-child {
              font-size: 4.8rem; } }
          @media screen and (max-width: 780px) {
            #view #viewWrap #viewBox #viewText span:first-child {
              font-size: 3.4rem;
              padding: 5px 15px; } }
          @media screen and (min-width: 780px) {
            #view #viewWrap #viewBox #viewText span:last-child {
              font-size: 3.4rem;
              margin-top: 0px; } }
          @media screen and (max-width: 780px) {
            #view #viewWrap #viewBox #viewText span:last-child {
              font-size: 2.4rem;
              margin-top: 10px; } }
      @media screen and (max-width: 780px) {
        #view #viewWrap #viewBox #viewBoxEntry {
          text-align: center; } }
      #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn {
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
        background: rgba(255, 255, 255, 0.5);
        text-align: center; }
        @media screen and (min-width: 780px) {
          #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn {
            padding: 30px 40px;
            margin-top: 40px; } }
        @media screen and (max-width: 780px) {
          #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn {
            display: inline-block;
            padding: 20px 20px;
            margin-top: 20px; } }
        #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn #viewBoxEntryText {
          font-weight: 700;
          color: #CE333B; }
          @media screen and (min-width: 780px) {
            #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn #viewBoxEntryText {
              font-size: 2rem; } }
          @media screen and (max-width: 780px) {
            #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn #viewBoxEntryText {
              font-size: 1.6rem; } }
        #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn .tagText {
          justify-content: center; }
          @media screen and (min-width: 780px) {
            #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn .tagText {
              margin-top: 30px; } }
          @media screen and (max-width: 780px) {
            #view #viewWrap #viewBox #viewBoxEntry #viewBoxEntryIn .tagText {
              margin-top: 15px; } }

#topAbout {
  background-color: #CE333B;
  color: #ffffff;
  text-align: center; }
  @media screen and (min-width: 780px) {
    #topAbout .textTitle {
      margin-bottom: 30px; } }
  @media screen and (max-width: 780px) {
    #topAbout .textTitle {
      margin-bottom: 15px; } }
  #topAbout .bt {
    background-color: #ffffff !important;
    color: #CE333B !important; }
    #topAbout .bt:before, #topAbout .bt:after {
      background-color: #CE333B !important; }
    #topAbout .bt:hover {
      background-color: #222222 !important;
      color: #ffffff !important; }
      #topAbout .bt:hover:before, #topAbout .bt:hover:after {
        background-color: #ffffff !important; }

#contestWrap {
  text-align: center; }
  @media screen and (min-width: 780px) {
    #contestWrap {
      margin-top: 40px; } }
  @media screen and (max-width: 780px) {
    #contestWrap {
      margin-top: 20px; } }
  #contestWrap p {
    color: #ffffff;
    background-color: #CE333B;
    padding: 10px 10px; }
  #contestWrap ul li {
    background-color: #ECE8DE;
    position: relative;
    padding: 10px 10px;
    font-weight: 700; }
    @media screen and (min-width: 780px) {
      #contestWrap ul li {
        margin-top: 30px; } }
    @media screen and (max-width: 780px) {
      #contestWrap ul li {
        margin-top: 15px; } }
    #contestWrap ul li:after {
      content: "";
      position: absolute;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #ECE8DE; }
      @media screen and (min-width: 780px) {
        #contestWrap ul li:after {
          border-width: 30px;
          margin-left: -30px;
          bottom: -30px; } }
      @media screen and (max-width: 780px) {
        #contestWrap ul li:after {
          border-width: 15px;
          margin-left: -15px;
          bottom: -15px; } }
    #contestWrap ul li span {
      display: block;
      font-weight: 400; }
      @media screen and (min-width: 780px) {
        #contestWrap ul li span {
          font-size: 1.3rem; } }
      @media screen and (max-width: 780px) {
        #contestWrap ul li span {
          font-size: 1rem; } }

#awardG {
  text-align: center; }
  @media screen and (min-width: 780px) {
    #awardG {
      margin-bottom: 40px; } }
  @media screen and (max-width: 780px) {
    #awardG {
      margin-bottom: 20px; } }
  #awardG #awardGTitle {
    background-color: #CE333B;
    color: #ffffff; }
    @media screen and (min-width: 780px) {
      #awardG #awardGTitle {
        padding: 10px 0; } }
    @media screen and (max-width: 780px) {
      #awardG #awardGTitle {
        padding: 10px 0; } }
  #awardG #awardGBox {
    border: solid 1px #cccccc; }
    @media screen and (min-width: 780px) {
      #awardG #awardGBox {
        padding: 40px; } }
    @media screen and (max-width: 780px) {
      #awardG #awardGBox {
        padding: 20px 15px; } }
    @media screen and (min-width: 780px) {
      #awardG #awardGBox #awardGBoxIn {
        display: flex; } }
    #awardG #awardGBox #awardGBoxIn #awardGImg {
      border: solid 1px #cccccc;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 780px) {
        #awardG #awardGBox #awardGBoxIn #awardGImg {
          width: 200px;
          height: 100px; } }
      @media screen and (max-width: 780px) {
        #awardG #awardGBox #awardGBoxIn #awardGImg {
          width: 200px;
          height: 100px;
          margin: 0 auto; } }
      #awardG #awardGBox #awardGBoxIn #awardGImg img {
        width: 80%;
        height: auto; }
    #awardG #awardGBox #awardGBoxIn #awardGRight {
      flex: 1;
      text-align: center;
      font-family: "Sawarabi Mincho", sans-serif;
      font-weight: 700; }
      @media screen and (min-width: 780px) {
        #awardG #awardGBox #awardGBoxIn #awardGRight {
          font-size: 2.4rem; } }
      @media screen and (max-width: 780px) {
        #awardG #awardGBox #awardGBoxIn #awardGRight {
          font-size: 1.6rem;
          margin-top: 15px; } }
    #awardG #awardGBox #awardPlus {
      text-align: center;
      font-family: "Sawarabi Mincho", sans-serif; }
      @media screen and (min-width: 780px) {
        #awardG #awardGBox #awardPlus {
          margin-top: 20px; } }
      @media screen and (max-width: 780px) {
        #awardG #awardGBox #awardPlus {
          margin-top: 10px; } }
      #awardG #awardGBox #awardPlus img {
        display: inline-block;
        width: 30px;
        height: auto; }
      #awardG #awardGBox #awardPlus #awardPlusIn {
        line-height: 1; }
        @media screen and (min-width: 780px) {
          #awardG #awardGBox #awardPlus #awardPlusIn {
            margin-top: 15px; } }
        @media screen and (max-width: 780px) {
          #awardG #awardGBox #awardPlus #awardPlusIn {
            margin-top: 10px; } }
        #awardG #awardGBox #awardPlus #awardPlusIn div {
          background-color: #CE333B;
          color: #ffffff;
          padding: 8px 10px;
          display: inline-block; }
          @media screen and (min-width: 780px) {
            #awardG #awardGBox #awardPlus #awardPlusIn div {
              font-size: 1.3rem; } }
        #awardG #awardGBox #awardPlus #awardPlusIn p {
          font-weight: 700; }
          @media screen and (min-width: 780px) {
            #awardG #awardGBox #awardPlus #awardPlusIn p {
              margin-top: 15px;
              font-size: 2rem; } }
          @media screen and (max-width: 780px) {
            #awardG #awardGBox #awardPlus #awardPlusIn p {
              margin-top: 10px;
              font-size: 1.8rem; } }

#topMessage {
  background-color: #F7F6F1; }
  @media screen and (min-width: 780px) {
    #topMessage .messageBox {
      display: flex; } }
  #topMessage .messageBox.messageBoxD {
    flex-direction: row-reverse; }
    @media screen and (min-width: 780px) {
      #topMessage .messageBox.messageBoxD {
        margin-top: 80px; } }
    @media screen and (max-width: 780px) {
      #topMessage .messageBox.messageBoxD {
        margin-top: 40px; } }
    @media screen and (min-width: 780px) {
      #topMessage .messageBox.messageBoxD .messageInfo {
        padding-right: 7%;
        padding-left: 0; } }
  @media screen and (min-width: 780px) {
    #topMessage .messageBox .messageImg {
      width: 40%; } }
  @media screen and (max-width: 780px) {
    #topMessage .messageBox .messageImg {
      max-width: 300px;
      width: 60%;
      margin: 0 auto; } }
  #topMessage .messageBox .messageImg img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 780px) {
    #topMessage .messageBox .messageInfo {
      flex: 1;
      padding-left: 7%;
      display: flex;
      align-items: center; } }
  #topMessage .messageBox .messageInfo .messageText {
    font-family: "Sawarabi Mincho", sans-serif; }
  #topMessage .messageBox .messageInfo .messageName {
    line-height: 1; }
    @media screen and (min-width: 780px) {
      #topMessage .messageBox .messageInfo .messageName {
        margin-top: 30px; } }
    @media screen and (max-width: 780px) {
      #topMessage .messageBox .messageInfo .messageName {
        margin-top: 20px; } }
    #topMessage .messageBox .messageInfo .messageName p:first-child {
      color: #CE333B; }
    #topMessage .messageBox .messageInfo .messageName p:last-child {
      margin-top: 10px; }
      @media screen and (min-width: 780px) {
        #topMessage .messageBox .messageInfo .messageName p:last-child span:first-child {
          font-size: 2.4rem; } }
      @media screen and (max-width: 780px) {
        #topMessage .messageBox .messageInfo .messageName p:last-child span:first-child {
          font-size: 2rem; } }
      #topMessage .messageBox .messageInfo .messageName p:last-child span:last-child {
        color: #999999;
        margin-left: 10px; }
        @media screen and (min-width: 780px) {
          #topMessage .messageBox .messageInfo .messageName p:last-child span:last-child {
            font-size: 1.3rem; } }
        @media screen and (max-width: 780px) {
          #topMessage .messageBox .messageInfo .messageName p:last-child span:last-child {
            font-size: 1rem; } }

@media screen and (min-width: 780px) {
  #topSchedule .contIn .lists:last-child {
    margin-top: 40px; } }
@media screen and (max-width: 780px) {
  #topSchedule .contIn .lists:last-child {
    margin-top: 20px; } }

@media screen and (min-width: 780px) {
  #campWrap {
    display: flex;
    align-items: center; } }
@media screen and (min-width: 780px) {
  #campWrap #campImg {
    width: 50%; } }
#campWrap #campImg div {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 780px) {
    #campWrap #campImg div {
      padding-top: 60%;
      background-position: center center; } }
  @media screen and (max-width: 780px) {
    #campWrap #campImg div {
      padding-top: 40%;
      background-position: center 80%; } }
@media screen and (min-width: 780px) {
  #campWrap #campInfo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; } }
@media screen and (max-width: 780px) {
  #campWrap #campInfo {
    padding: 0 15px;
    margin-top: 20px; } }
@media screen and (min-width: 780px) {
  #campWrap #campInfo p {
    width: 80%; } }

#torikumi {
  text-align: center; }
  @media screen and (min-width: 780px) {
    #torikumi {
      margin-top: 60px; } }
  @media screen and (max-width: 780px) {
    #torikumi {
      margin-top: 30px; } }
  #torikumi ul {
    display: inline-block;
    text-align: left; }
    #torikumi ul li {
      display: flex;
      align-items: center; }
      @media screen and (min-width: 780px) {
        #torikumi ul li:not(:first-child) {
          margin-top: 20px; } }
      @media screen and (max-width: 780px) {
        #torikumi ul li:not(:first-child) {
          margin-top: 10px; } }
      @media screen and (min-width: 780px) {
        #torikumi ul li > span:first-child {
          width: 100px; } }
      @media screen and (max-width: 780px) {
        #torikumi ul li > span:first-child {
          width: 80px; } }
      @media screen and (min-width: 780px) {
        #toppage #torikumi ul li > span:first-child {
          width: 200px; } }
      @media screen and (max-width: 780px) {
        #toppage #torikumi ul li > span:first-child {
          width: 90px; } }
      #torikumi ul li > span:first-child > span {
        display: block;
        text-align: center;
        background-color: #CE333B;
        color: #ffffff;
        padding: 8px 0;
        width: 100%;
        line-height: 1.6; }
        @media screen and (min-width: 780px) {
          #torikumi ul li > span:first-child > span {
            font-size: 1.3rem; } }
        @media screen and (max-width: 780px) {
          #torikumi ul li > span:first-child > span {
            font-size: 1rem; } }
      #torikumi ul li > span:last-child {
        flex: 1;
        font-weight: 700; }
        @media screen and (min-width: 780px) {
          #torikumi ul li > span:last-child {
            margin-left: 20px; } }
        @media screen and (max-width: 780px) {
          #torikumi ul li > span:last-child {
            margin-left: 10px; } }

.attention {
  text-align: center;
  color: #999999; }
  @media screen and (min-width: 780px) {
    .attention {
      font-size: 1.3rem;
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    .attention {
      font-size: 1rem;
      margin-top: 10px; } }

@media screen and (min-width: 780px) {
  #entryList {
    margin-top: 40px; } }
@media screen and (max-width: 780px) {
  #entryList {
    margin-top: 20px; } }
#entryList li {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 780px) {
    #entryList li {
      padding: 20px 40px; } }
  @media screen and (max-width: 780px) {
    #entryList li {
      justify-content: space-between;
      padding: 15px 15px; } }
  #entryList li:nth-child(2n-1) {
    background-color: #F7F6F1; }
  #entryList li > span:first-child {
    flex: 1; }
    @media screen and (min-width: 780px) {
      #entryList li > span:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 40px; } }
    @media screen and (max-width: 780px) {
      #entryList li > span:first-child > span {
        display: block; } }
    #entryList li > span:first-child > span:first-child {
      color: #CE333B;
      font-weight: 700; }
  @media screen and (min-width: 600px) {
    #entryList li > span:last-child {
      width: 230px; } }
  @media screen and (max-width: 600px) {
    #entryList li > span:last-child {
      width: 110px; } }
  #entryList li > span:last-child .bt {
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 780px) {
      #entryList li > span:last-child .bt {
        font-size: 1.3rem; } }
    @media screen and (max-width: 780px) {
      #entryList li > span:last-child .bt {
        font-size: 1rem; } }
    #entryList li > span:last-child .bt:before, #entryList li > span:last-child .bt:after {
      display: none; }
    @media screen and (max-width: 600px) {
      #entryList li > span:last-child .bt span {
        display: none; } }

#newsList li:not(:first-child) {
  border-top: solid 1px #cccccc; }
@media screen and (min-width: 780px) {
  #newsList li a {
    display: flex;
    padding: 30px 40px; } }
@media screen and (max-width: 780px) {
  #newsList li a {
    padding: 15px 15px;
    display: block; } }
@media screen and (max-width: 780px) {
  #newsList li a span {
    display: block; } }
#newsList li a span:first-child {
  width: 160px;
  color: #CE333B; }
#newsList li a span:last-child {
  flex: 1; }

#newsTitle {
  border-bottom: solid 1px #cccccc; }
  @media screen and (min-width: 780px) {
    #newsTitle {
      font-size: 2rem;
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 780px) {
    #newsTitle {
      font-size: 1.8rem;
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 780px) {
    #newsTitle h1 {
      font-size: 2rem; } }
  @media screen and (max-width: 780px) {
    #newsTitle h1 {
      font-size: 1.6rem; } }
  #newsTitle p {
    color: #CE333B; }
    @media screen and (min-width: 780px) {
      #newsTitle p {
        font-size: 1.3rem;
        margin-top: 10px; } }
    @media screen and (max-width: 780px) {
      #newsTitle p {
        font-size: 1rem;
        margin-top: 5px; } }

#newsContent p, #newsContent figure {
  margin: 0; }
  #newsContent p:not(:first-child), #newsContent figure:not(:first-child) {
    margin-top: 20px; }
  #newsContent p a, #newsContent figure a {
    color: #CE333B; }
    #newsContent p a:hover, #newsContent figure a:hover {
      opacity: 0.7; }
#newsContent figure img {
  width: 100%;
  height: auto;
  display: block; }
  #newsContent figure img:not(:first-child) {
    margin-top: 20px; }

#sponsorWrap {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 780px) {
    #sponsorWrap {
      margin: 0 -20px; } }
  @media screen and (min-width: 600px) {
    #sponsorWrap {
      margin: 0 -5px; } }
  @media screen and (max-width: 600px) {
    #sponsorWrap {
      margin: 0 -5px; } }
  #sponsorWrap .sponsorBox {
    text-align: center; }
    @media screen and (min-width: 780px) {
      #sponsorWrap .sponsorBox {
        padding: 0 20px; } }
    @media screen and (min-width: 600px) {
      #sponsorWrap .sponsorBox {
        padding: 0 5px;
        width: 33.333%;
        width: calc(100% / 3); } }
    @media screen and (max-width: 600px) {
      #sponsorWrap .sponsorBox {
        padding: 0 5px;
        width: 50%;
        width: calc(100% / 2); } }
    @media screen and (min-width: 600px) {
      #sponsorWrap .sponsorBox {
        margin-top: 40px; } }
    @media screen and (max-width: 600px) {
      #sponsorWrap .sponsorBox {
        margin-top: 20px; } }
    @media screen and (min-width: 600px) {
      #sponsorWrap .sponsorBox:nth-child(1), #sponsorWrap .sponsorBox:nth-child(2), #sponsorWrap .sponsorBox:nth-child(3) {
        margin-top: 0; } }
    @media screen and (min-width: 600px) {
      #sponsorWrap .sponsorBox:nth-child(1), #sponsorWrap .sponsorBox:nth-child(2) {
        margin-top: 0; } }
    #sponsorWrap .sponsorBox a {
      display: block; }
    #sponsorWrap .sponsorBox .sponsorBoxImg {
      border: solid 1px #cccccc;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      #sponsorWrap .sponsorBox .sponsorBoxImg img {
        width: 60%;
        height: auto; }
    @media screen and (min-width: 780px) {
      #sponsorWrap .sponsorBox .sponsorBoxName {
        font-size: 1.3rem;
        margin-top: 10px; } }
    @media screen and (max-width: 780px) {
      #sponsorWrap .sponsorBox .sponsorBoxName {
        font-size: 1rem;
        margin-top: 5px; } }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_regular.woff") format("woff"), url("../font/NotoSans/NotoSans_regular.otf") format("opentype");
  font-weight: 400; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_bold.woff") format("woff"), url("../font/NotoSans/NotoSans_bold.otf") format("opentype");
  font-weight: 700; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_black.woff") format("woff"), url("../font/NotoSans/NotoSans_black.otf") format("opentype");
  font-weight: 900; }
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700; }
* {
  box-sizing: border-box; }

html {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-size: 1.6rem;
  background-position: center center;
  background-repeat: repeat;
  line-height: 2.2;
  letter-spacing: 2px;
  position: relative; }
  @media screen and (max-width: 780px) {
    body {
      font-size: 1.3rem; } }

p {
  margin: 0;
  text-justify: inter-ideograph; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a,
a:before,
a:after,
a img,
a svg,
.timeAc,
.timeAc:before,
.timeAc:after {
  -webkit-transition: 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: 0.3s cubic-bezier(0.3, 0.1, 0.3, 1); }

a,
a:link,
a:visited,
a:active,
input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: none;
  color: #222222; }

a:hover,
a:focus,
*:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

a.opa:hover,
.opa a:hover {
  opacity: 0.7; }

h1, h2, h3 {
  margin: 0;
  font-weight: 400; }

h2 {
  font-family: "Sawarabi Mincho", sans-serif; }

.cont {
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden; }
  @media screen and (max-width: 780px) {
    .cont {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (min-width: 780px) {
  .contT {
    padding-top: 160px; } }
@media screen and (max-width: 780px) {
  .contT {
    padding-top: 60px; } }

@media screen and (min-width: 780px) {
  .contB {
    padding-bottom: 160px; } }
@media screen and (max-width: 780px) {
  .contB {
    padding-bottom: 60px; } }

@media screen and (min-width: 780px) {
  .contTS {
    padding-top: 80px; } }
@media screen and (max-width: 780px) {
  .contTS {
    padding-top: 40px; } }

@media screen and (min-width: 780px) {
  .contBS {
    padding-bottom: 80px; } }
@media screen and (max-width: 780px) {
  .contBS {
    padding-bottom: 40px; } }

@media screen and (min-width: 780px) {
  .contIn {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto; } }

.widthM {
  max-width: 800px;
  margin: 0 auto;
  width: 100%; }

@media screen and (min-width: 780px) {
  .btWrap {
    margin-top: 40px; } }
@media screen and (max-width: 780px) {
  .btWrap {
    margin-top: 20px; } }
.btWrap.tc {
  text-align: center; }

.bt {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #CE333B;
  font-family: "Sawarabi Mincho", sans-serif;
  color: #ffffff !important; }
  @media screen and (min-width: 780px) {
    .bt {
      height: 44px;
      line-height: 44px;
      border-radius: 22px;
      max-width: 220px; } }
  @media screen and (max-width: 780px) {
    .bt {
      height: 44px;
      line-height: 44px;
      border-radius: 22px;
      max-width: 180px; } }
  .bt.bt2 {
    border: solid 1px #CE333B;
    background-color: transparent;
    color: #CE333B !important; }
    .bt.bt2:before, .bt.bt2:after {
      background-color: #CE333B !important; }
    .bt.bt2:hover {
      background-color: #CE333B !important;
      color: #ffffff !important; }
      .bt.bt2:hover:before, .bt.bt2:hover:after {
        background-color: #ffffff !important; }
  .bt:hover {
    cursor: pointer;
    background-color: #222222 !important; }
    .bt:hover:before {
      right: 12px; }
    .bt:hover:after {
      right: 12px; }
  .bt:before, .bt:after {
    position: absolute;
    content: "";
    background-color: #ffffff; }
  .bt:before {
    height: 1px; }
    @media screen and (min-width: 780px) {
      .bt:before {
        top: 24px;
        right: 20px;
        width: 20px; } }
    @media screen and (max-width: 780px) {
      .bt:before {
        top: 22px;
        right: 15px;
        width: 15px; } }
  .bt:after {
    height: 1px;
    transform: rotate(45deg); }
    @media screen and (min-width: 780px) {
      .bt:after {
        top: 21px;
        right: 20px;
        width: 7px; } }
    @media screen and (max-width: 780px) {
      .bt:after {
        top: 20px;
        right: 15px;
        width: 4px; } }

.titleArea {
  text-align: center;
  font-family: "Sawarabi Mincho", sans-serif;
  line-height: 1; }
  @media screen and (min-width: 780px) {
    .titleArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 780px) {
    .titleArea {
      margin-bottom: 30px; } }
  @media screen and (min-width: 780px) {
    .titleArea p {
      font-size: 3.4rem;
      letter-spacing: 5px; } }
  @media screen and (max-width: 780px) {
    .titleArea p {
      font-size: 2rem;
      letter-spacing: 2px; } }
  .titleArea h2 {
    color: #CE333B; }
    @media screen and (min-width: 780px) {
      .titleArea h2 {
        margin-top: 15px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 780px) {
      .titleArea h2 {
        margin-top: 15px;
        font-size: 1.3rem; } }

.textWrap p:not(:first-child) {
  margin-top: 20px; }
@media screen and (min-width: 780px) {
  .textWrap.tc {
    text-align: center; } }
@media screen and (max-width: 780px) {
  .textWrap.tc {
    text-align: left; } }
.textWrap .textWrapImg {
  max-width: 300px;
  width: 50%;
  margin: auto; }
  @media screen and (min-width: 780px) {
    .textWrap .textWrapImg {
      margin-top: 40px !important; } }
  @media screen and (max-width: 780px) {
    .textWrap .textWrapImg {
      margin-top: 20px !important; } }
  .textWrap .textWrapImg img {
    width: 100%;
    height: auto; }
.textWrap .textWrapImg2 {
  max-width: 800px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 780px) {
    .textWrap .textWrapImg2 {
      margin-top: 40px !important; } }
  @media screen and (max-width: 780px) {
    .textWrap .textWrapImg2 {
      margin-top: 20px !important; } }
  .textWrap .textWrapImg2 img {
    width: 100%;
    height: auto; }

#pageTitle {
  text-align: center;
  font-family: "Sawarabi Mincho", sans-serif;
  line-height: 1; }
  @media screen and (min-width: 780px) {
    #pageTitle {
      padding-top: 200px; } }
  @media screen and (max-width: 780px) {
    #pageTitle {
      padding-top: 100px; } }
  @media screen and (min-width: 780px) {
    #pageTitle p {
      font-size: 4.8rem;
      letter-spacing: 10px; } }
  @media screen and (max-width: 780px) {
    #pageTitle p {
      font-size: 3.4rem;
      letter-spacing: 2px; } }
  #pageTitle h1 {
    color: #CE333B; }
    @media screen and (min-width: 780px) {
      #pageTitle h1 {
        font-size: 1.6rem;
        margin-top: 20px; } }
    @media screen and (max-width: 780px) {
      #pageTitle h1 {
        font-size: 1.3rem;
        margin-top: 10px; } }

.lineTitle {
  display: flex;
  align-items: center; }
  .lineTitle:before, .lineTitle:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #cccccc; }
  .lineTitle:before {
    margin-right: 2rem; }
  .lineTitle:after {
    margin-left: 2rem; }
  @media screen and (min-width: 780px) {
    .lineTitle {
      font-size: 2.4rem;
      margin-bottom: 40px; } }
  @media screen and (max-width: 780px) {
    .lineTitle {
      font-size: 2rem;
      margin-bottom: 10px; } }

@media screen and (min-width: 780px) {
  .tagText {
    display: flex; } }
@media screen and (min-width: 780px) {
  .tagText > span:first-child {
    font-size: 1.3rem;
    display: flex;
    align-items: center; } }
@media screen and (max-width: 780px) {
  .tagText > span:first-child {
    font-size: 1rem;
    display: block; } }
.tagText > span:first-child > span {
  background-color: #222222;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1; }
  @media screen and (min-width: 780px) {
    .tagText > span:first-child > span {
      padding: 8px 10px; } }
  @media screen and (max-width: 780px) {
    .tagText > span:first-child > span {
      padding: 8px 10px;
      display: inline-block; } }
.tagText > span:last-child {
  margin-left: 10px;
  font-weight: 700; }

@media screen and (min-width: 780px) {
  .spbr {
    display: none; } }
@media screen and (max-width: 780px) {
  .spbr {
    display: inline; } }

@media screen and (min-width: 780px) {
  .pcbr {
    display: inline; } }
@media screen and (max-width: 780px) {
  .pcbr {
    display: none; } }

@media screen and (min-width: 780px) {
  .textArea p:not(:first-child) {
    margin-top: 20px; } }
@media screen and (max-width: 780px) {
  .textArea p:not(:first-child) {
    margin-top: 15px; } }
@media screen and (min-width: 780px) {
  .textArea ul.dotList {
    margin-left: 20px; } }
@media screen and (min-width: 780px) {
  .textArea ul.dotList:not(:first-child) {
    margin-top: 20px;
    margin-left: 20px; } }
@media screen and (max-width: 780px) {
  .textArea ul.dotList:not(:first-child) {
    margin-top: 15px; } }
.textArea ul.dotList li {
  list-style: disc; }
.textArea dl dt {
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    .textArea dl dt:not(:first-child) {
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    .textArea dl dt:not(:first-child) {
      margin-top: 15px; } }
.textArea dl dd {
  padding: 0;
  margin: 0; }
.textArea table {
  border-collapse: collapse; }
  @media screen and (min-width: 780px) {
    .textArea table {
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    .textArea table {
      margin-top: 15px; } }
  .textArea table tr th, .textArea table tr td {
    border: solid 1px #cccccc; }
    @media screen and (min-width: 780px) {
      .textArea table tr th, .textArea table tr td {
        padding: 5px 20px; } }
    @media screen and (max-width: 780px) {
      .textArea table tr th, .textArea table tr td {
        padding: 5px 15px; } }
  .textArea table tr th {
    background-color: #ECE8DE; }
  .textArea table tr td span {
    display: block; }
    @media screen and (min-width: 780px) {
      .textArea table tr td span {
        font-size: 1.3rem; } }
    @media screen and (max-width: 780px) {
      .textArea table tr td span {
        font-size: 1rem; } }
.textArea h2 {
  position: relative; }
  @media screen and (min-width: 780px) {
    .textArea h2 {
      margin-top: 40px;
      padding-left: 34px;
      font-size: 2rem; } }
  @media screen and (max-width: 780px) {
    .textArea h2 {
      margin-top: 40px;
      padding-left: 25px;
      font-size: 1.8rem; } }
  .textArea h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #222222;
    margin-top: -1px; }
    @media screen and (min-width: 780px) {
      .textArea h2:before {
        width: 24px; } }
    @media screen and (max-width: 780px) {
      .textArea h2:before {
        width: 15px; } }
.textArea h3 {
  position: relative; }
  @media screen and (min-width: 780px) {
    .textArea h3 {
      margin-top: 40px;
      padding-left: 34px;
      font-size: 2rem; } }
  @media screen and (max-width: 780px) {
    .textArea h3 {
      margin-top: 40px;
      padding-left: 25px;
      font-size: 1.8rem; } }
  .textArea h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #222222;
    margin-top: -1px; }
    @media screen and (min-width: 780px) {
      .textArea h3:before {
        width: 24px; } }
    @media screen and (max-width: 780px) {
      .textArea h3:before {
        width: 15px; } }

.lists {
  border-bottom: solid 1px #cccccc; }
  .lists > li {
    border-top: solid 1px #cccccc; }
    @media screen and (min-width: 780px) {
      .lists > li {
        display: flex; } }
    @media screen and (max-width: 780px) {
      .lists > li > span {
        display: block; } }
    .lists > li > span:first-child {
      background-color: #F7F6F1;
      color: #CE333B;
      font-weight: 700;
      line-height: 1.6; }
      @media screen and (min-width: 780px) {
        .lists > li > span:first-child {
          width: 240px;
          display: flex;
          justify-content: center;
          text-align: center;
          align-items: center; } }
      @media screen and (max-width: 780px) {
        .lists > li > span:first-child {
          padding: 10px 15px; } }
      @media screen and (max-width: 780px) {
        .lists > li > span:first-child br {
          display: none; } }
    @media screen and (min-width: 780px) {
      .lists > li > span:last-child {
        padding: 30px 30px;
        flex: 1; } }
    @media screen and (max-width: 780px) {
      .lists > li > span:last-child {
        padding: 15px 15px; } }
    .lists > li > span:last-child dl dt {
      font-weight: 700; }
    .lists > li > span:last-child dl dd {
      margin: 0; }
    .lists > li > span:last-child .listsTitle span:nth-child(1) {
      font-weight: 700; }
      @media screen and (min-width: 780px) {
        .lists > li > span:last-child .listsTitle span:nth-child(1) {
          font-size: 2rem; } }
    .lists > li > span:last-child .listsTitle span:nth-child(2) {
      padding-left: 10px; }
    .lists > li > span:last-child .listsAtt {
      margin-left: 20px; }
      @media screen and (min-width: 780px) {
        .lists > li > span:last-child .listsAtt {
          font-size: 1.3rem; } }
      @media screen and (max-width: 780px) {
        .lists > li > span:last-child .listsAtt {
          font-size: 1rem; } }
      .lists > li > span:last-child .listsAtt li {
        list-style: disc; }
    @media screen and (min-width: 780px) {
      .lists > li > span:last-child .listsSm {
        font-size: 1.3rem; } }
    @media screen and (max-width: 780px) {
      .lists > li > span:last-child .listsSm {
        font-size: 1rem; } }
    .lists > li > span:last-child .listsSm span {
      font-weight: 700; }

@media screen and (min-width: 780px) {
  .textBox {
    margin-top: 20px; } }
@media screen and (max-width: 780px) {
  .textBox {
    margin-top: 15px; } }
.textBox .textBoxTitle {
  font-weight: 700;
  position: relative;
  padding-left: 30px; }
  .textBox .textBoxTitle:before {
    left: 0;
    top: 50%;
    margin-top: -1px;
    content: "";
    background-color: #222222;
    width: 24px;
    height: 1px;
    position: absolute; }
  @media screen and (min-width: 780px) {
    .textBox .textBoxTitle:not(:first-child) {
      margin-top: 20px; } }
  @media screen and (max-width: 780px) {
    .textBox .textBoxTitle:not(:first-child) {
      margin-top: 15px; } }
  @media screen and (min-width: 780px) {
    .textBox .textBoxTitle {
      margin-bottom: 5px; } }
  @media screen and (max-width: 780px) {
    .textBox .textBoxTitle {
      margin-bottom: 5px; } }
.textBox .textBoxTitle2 {
  font-weight: 700; }
  @media screen and (min-width: 780px) {
    .textBox .textBoxTitle2 {
      font-size: 1.3rem; } }
  @media screen and (max-width: 780px) {
    .textBox .textBoxTitle2 {
      font-size: 1rem; } }
@media screen and (min-width: 780px) {
  .textBox ul {
    font-size: 1.3rem; } }
@media screen and (max-width: 780px) {
  .textBox ul {
    font-size: 1rem; } }
@media screen and (min-width: 780px) {
  .textBox ul > li {
    display: flex; } }
.textBox ul > li span:first-child {
  width: 70px; }
.textBox ul > li span:last-child {
  flex: 1; }
  .textBox ul > li span:last-child > ul {
    margin-left: 20px; }
    .textBox ul > li span:last-child > ul > li {
      list-style: disc; }
@media screen and (min-width: 780px) {
  .textBox .textBoxIn .textBoxTitle2:not(:first-child) {
    margin-top: 15px; } }
@media screen and (max-width: 780px) {
  .textBox .textBoxIn .textBoxTitle2:not(:first-child) {
    margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
