@charset "UTF-8";
body {
  background-color: #fff; }

section *, nav *, .event_title *, .information * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (max-width: 579px) {
  section, nav, .event_title, .information {
    font-size: 14px;
} }

@media screen and (max-width: 399px) {
  section, nav, .event_title, .information {
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }

.content {
  margin: 0 auto;
  max-width: 965px;
  width: 100%; }

header {
  display: block; }
  header .Section {
    padding: 0; }
  header .event_title {
    padding: 45px 4vw; }
    @media screen and (max-width: 767px) {
      header .event_title {
        padding: 3vw 4vw; } }
    header .event_title h1 {
      font-size: 156.25%; }
      @media screen and (max-width: 579px) {
        header .event_title h1 {
          font-size: 5vw; } }
          
header .visual {
height: 450px;
background:url("/tenji/pack2025/image/branding_pc.png") no-repeat center bottom / cover;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 119px;
}

header .visual > .inner {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
max-width: 935px;
padding: 10px 40px 5px;
}



  @media screen and (max-width: 767px) {
  header .visual {
  background:url("/tenji/pack2025/image/branding_sp.png") no-repeat center bottom / cover;
  aspect-ratio: 93 / 67;
  height: auto;
margin-bottom: calc(14px + 8vw);
  } }

header .information {
/*  background-color: #393939;*/
min-width: 400px;
color: #fff;
padding: 30px 0 0; }

  @media screen and (max-width: 579px) {
  header .information {
  min-width: auto;
}
}

header .information a {color: #fff;text-decoration: underline;} 
header .information .DateListStyle2 {
line-height: 1.3;
margin: 0; }
header .information .DateListStyle2 dt {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: auto;
clear: both;
float: left;}
header .information .DateListStyle2 dt .text {
width: 3.5em; font-weight: normal;}
header .information .DateListStyle2 dt .text.between {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
header .information .DateListStyle2 > dd {
margin-left: 5em; }
header .information .DateListStyle2 dd:not(:last-child) {
margin-bottom: 0.5em; }
header nav.ALink {
background-color: #cfcfcf;
display: block;		
margin-bottom: 100px;
padding: 30px 0; }
header nav.ALink .flex_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }

header .information .DateListStyle2 dd span {display: inline-block;
  text-indent: 2.6em;
}
header .information .DateListStyle2 dd span.digits2 {display: inline-block;
  text-indent: 2.0em;
}



header nav.ALink .flex_wrap a {
color: inherit;
font-size: 125%;
line-height: 1;
position: relative;
text-decoration: none; }
header nav.ALink .flex_wrap a:not(:last-child) {
margin-right: 2.75em; }
header nav.ALink .flex_wrap a:not(:last-child)::before {
background-color: #000;
display: block;
content: " ";
color: #e60027;
cursor: default;
height: 35px;
position: absolute;
right: -1.375em;
-webkit-transform: skewX(-12deg) translateY(-50%);
-ms-transform: skewX(-12deg) translateY(-50%);
transform: skewX(-12deg) translateY(-50%);
top: 50%;
width: 3px; }
    @media screen and (max-width: 767px) {
      header nav.ALink {
      margin-bottom: 20vw;
      padding: 30px 0; }
      header nav.ALink .flex_wrap {
      margin: 0 auto;
      width: 80vw; }
      header nav.ALink .flex_wrap a {
      font-size: 100%;
      text-align: center;
      min-width: 18vw; }
      header nav.ALink .flex_wrap a:not(:last-child) {
      margin-right: 6vw; }
      header nav.ALink .flex_wrap a:not(:last-child)::before {
      height: 25px;
      right: -3vw;
      -webkit-transform: skewX(-16deg) translateY(-50%);
      -ms-transform: skewX(-16deg) translateY(-50%);
      transform: skewX(-16deg) translateY(-50%);
      /*width: 5px;*/ }
      header nav.ALink .flex_wrap a:nth-child(3) {
      margin-right: 0; }
      header nav.ALink .flex_wrap a:nth-child(3)::before {
      content: none; }
      header nav.ALink .flex_wrap a:nth-child(n + 4) {
      margin-top: 25px; } }

main {
  display: block; }

.common_container {
  margin-bottom: 80px; }
  
section#sec_00 {
margin-bottom: 10px;
}
  
  
.sameHeight {display: block;}

.common_container .inner_container {
padding: 0 0 70px; }
.common_container .inner_container.bg01_comtainer {
padding-top:70px;padding-bottom: 70px;
background-color: #f4f4f4;
}

  @media screen and (max-width: 994px) {
  .common_container .inner_container {
  padding: 0 20px 5vw; }
  .common_container .inner_container.bg01_comtainer {padding-top: 20px;padding-bottom: 20px;}
  }
  

.common_container .inner_container.white {background-color: #fff !important;}
.common_container .inner_container .content {max-width: 965px; }


.common_container .inner_container .content .text_container p {
font-size: 131.25%;
margin-bottom: 45px;
line-height: 160%;}

.common_container .inner_container .content .text_container p.TextStyle1 {
      padding: 30px 60px;
}

        @media screen and (max-width: 767px) {
          .common_container .inner_container .content .text_container p {
          margin-bottom: 6.5vw; }
          .common_container .inner_container .content .text_container p.TextStyle1 {
          padding: 30px 0;font-size: 116%;
          }
      }
        .common_container .inner_container .content .text_container p:last-child {
          margin-bottom: 0; }
      .common_container .inner_container .content .list_container:not(:last-child) {
        margin-bottom: 80px; }
        @media screen and (max-width: 767px) {
          .common_container .inner_container .content .list_container:not(:last-child) {
            margin-bottom: 10vw; } }
      .common_container .inner_container .content .list_container li {
        margin-bottom: 0.5em;
        padding-left: 1em;
        text-indent: -1em; }
        .common_container .inner_container .content .list_container li::before {
          content: "・"; }
      .common_container .inner_container .content .list_container ul.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .common_container .inner_container .content .list_container ul.flex li {
          width: 49%; }
          @media screen and (max-width: 767px) {
            .common_container .inner_container .content .list_container ul.flex li {
              width: 100%; } }
      .common_container .inner_container .content .image_container img {
        height: auto;
        width: 100%; }
      .common_container .inner_container .content a.link {
        color: #000;
        position: relative; }
        .common_container .inner_container .content a.link::after {
          background: url("../image/link_icon.png") no-repeat;
          background-size: contain;
          bottom: 0.25em;
          content: " ";
          height: 1em;
          position: absolute;
          right: -1.8em;
          width: 1.39em; }
        .common_container .inner_container .content a.link:link {
          text-decoration: none; }
        .common_container .inner_container .content a.link:hover {
          text-decoration: underline; }

.page_top {
  background-color: #222;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .page_top a {
    background: url("/cmn_doc/image/jp/r1/icon/icon_link_top_white_hd.png") no-repeat center right;
    background-size: 16px 16px;
    color: #fff;
    font-size: 76%;
    padding-right: 20px;
    position: relative;
    text-decoration: none; }

.content.bg_white a {text-decoration: none;}
.content.bg_white a:hover img {opacity: 0.7;}
.content .flex {align-items: center;}
.bg_gray01 {background-color: #f4f4f4;}

.text_box h3 {
	border-bottom: 1px solid #cf000f;
	color: #00489b !important;
	font-size: 112.5% !important;
	font-weight: normal !important;
	line-height: 1.6em !important;
}

.text_box .ListStyle1 {margin-bottom: 0;}

.text_box .ListStyle1 li {
	font-size: 112.5% !important;
}

.text_container .note {
	font-size: 76% !important;
	margin-top: 4em;
}

.map {position: relative;}
.map .link1 {
	display: block;
	height: 50%;
	position: absolute;
	left: 0;
	top: 15%;
	width: 24.7%;
}
.map .link2 {
	display: block;
	height: 60%;
	position: absolute;
	left: 34.35%;
	top: 24%;
	width: 14.11%;
}
.map .link1:hover,
.map .link2:hover {background-color: rgba(255,255,255,0.3);}

/* 見出し */
.contentForTitle {margin: 0 auto;max-width: 965px;}

@media (max-width: 994px) {.contentForTitle {padding:0 20px;}}


/* h2 */
h2 {margin: 0;padding:0;background: none;font-size: 16px;}

.Heading02 {
font-family: Arial,Noto Sans JP,sans-serif;
  display: grid;
  --line-base-color: #f2f2f2;
}
@media screen and (min-width: 60em), print {
  :not([class^=Heading]):not([class*=" Heading"]:not(.Heading02)) + .Heading02 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 59.99em) {
  :not([class^=Heading]):not([class*=" Heading"]:not(.Heading02)) + .Heading02 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 60em), print {
  .Box :not([class^=Heading]):not([class*=" Heading"]:not(.Heading02)) + .Heading02, .Accordion__Content :not([class^=Heading]):not([class*=" Heading"]:not(.Heading02)) + .Heading02 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 59.99em) {
  .Box :not([class^=Heading]):not([class*=" Heading"]:not(.Heading02)) + .Heading02, .Accordion__Content :not([class^=Heading]):not([class*=" Heading"]:not(.Heading02)) + .Heading02 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 60em), print {
  .Heading02 {
    grid-template-columns: 1fr auto;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 59.99em) {
  .Heading02 {
    row-gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.Box .Heading02, .Accordion__Content .Heading02 {
  margin-bottom: 1.25rem;
  --line-base-color: var(--white);
}
@media screen and (min-width: 60em), print {
  .Heading02.Heading02--line {
    padding-bottom: 1.5rem;
    background-image: linear-gradient(to right, #e60027 0 1rem, #f2f2f2 1rem 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 2px;
  }
}

.Heading02__Heading {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 60em), print {
  .Heading02__Heading {
    font-size: 2.5rem;
/*    font-size: 3.15rem;*/
  }
}
@media screen and (max-width: 59.99em) {
  .Heading02__Heading {
    font-size: 1.75rem;
  }
}
.Heading02__Heading:lang(en) {
  text-wrap: balance;
}
.Heading02__Heading:only-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 59.99em) {
  .Heading02--line .Heading02__Heading {
    padding-bottom: 1.5rem;
    background-image: linear-gradient(to right, #e60027 0 1rem, #f2f2f2 1rem 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 2px;
  }
}

/* h3 */
h3 {color: #000;font-family: Arial,Noto Sans JP,sans-serif;font-size: 16px;}
.Heading03 {
font-family: Arial,Noto Sans JP,sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media screen and (min-width: 60em), print {
  :not([class^=Heading]):not([class*=" Heading"]:not(.Heading03)) + .Heading03 {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 59.99em) {
  :not([class^=Heading]):not([class*=" Heading"]:not(.Heading03)) + .Heading03 {
    margin-top: 3.25rem;
  }
}
@media screen and (min-width: 60em), print {
  .Box :not([class^=Heading]):not([class*=" Heading"]:not(.Heading03)) + .Heading03, .Accordion__Content :not([class^=Heading]):not([class*=" Heading"]:not(.Heading03)) + .Heading03 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 59.99em) {
  .Box :not([class^=Heading]):not([class*=" Heading"]:not(.Heading03)) + .Heading03, .Accordion__Content :not([class^=Heading]):not([class*=" Heading"]:not(.Heading03)) + .Heading03 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 60em), print {
  .Heading03 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 59.99em) {
  .Heading03 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 60em), print {
  .Heading03 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 59.99em) {
  .Heading03 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 60em), print {
 .box_wrap .Heading03 { font-size: 90%;color: #000;margin-bottom: 10px;
}
}
@media screen and (max-width: 59.99em) {
 .box_wrap .Heading03 { font-size: 90%;color: #000;margin-bottom: 10px;
}
}

.Heading03:lang(en) {
  text-wrap: balance;
}
.Box .Heading03, .Accordion__Content .Heading03 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.99em) {
  :not(.Box) > .Column02 > div:not(:first-child) > .Heading03 {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 60em), print {
 .box_wrap .Heading03 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 59.99em) {
 .box_wrap .Heading03 {
    margin-top: 0 !important;
  }
}

.box_wrap ul.ListStyle1,
.flexBox ul.ListStyle1 {
margin: 0 0 20px;
}

.box_wrap ul.ListStyle1 a,
.flexBox ul.ListStyle1 a {
color: #c02;
}

.box_wrap ul.ListStyle1 a:hover,
.flexBox ul.ListStyle1 a:hover {
color: #b1000e;
text-decoration: underline;
}


.box_wrap ul.ListStyle1 li,
.flexBox ul.ListStyle1 li {
  background:
url(../image/icon_list_marker_hd.png) no-repeat 0 5px;
background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size:
16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  padding: 0 0 0 1em;
  margin: 0 0 5px;
  line-height: 150%;
}

.box_wrap ul.ListStyle1 li a,
.flexBox ul.ListStyle1 li a{
text-decoration: none;
background-size: 16px 16px;
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
-o-background-size: 16px 16px;
-ms-background-size: 16px 16px;
background-repeat: no-repeat;
background-position: right center;
padding: 0 17px 0 0;
}
.box_wrap ul.ListStyle1 li a:hover,
.flexBox  ul.ListStyle1 li a:hover{
text-decoration: underline;
}

.flexBox ul.ListStyle1 li.NewWin a {
background-image: url(/cmn_doc/image/jp/r1/icon/icon_new_window_hd.gif) !important;
background-repeat: no-repeat;
background-position: right center;
background-size: 16px 16px;
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
-o-background-size: 16px 16px;
-ms-background-size: 16px 16px;
padding-right: 16px;
}

.flexBox ul.ListStyle1 li.Pdf a {
background-image: url(/cmn_doc/image/jp/r1/icon/icon_pdf_hd.gif) !important;
background-repeat: no-repeat;
background-position: right center;
background-size: 16px 16px;
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
-o-background-size: 16px 16px;
-ms-background-size: 16px 16px;
padding-right: 16px;
}


h2.imgTitle01 {
margin-bottom: 8px;
}

/* flex関係 */
.flexBox{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.flexWide {
background-color: #d9d9d9;
width: 100%;
padding: 25px 25px 15px 25px;
margin-bottom: 20px;
box-sizing: border-box;
}
.f3Cont {/*width: 33.3333333%;*/
width: calc((100% - 20px) / 3);
}

@media screen and (max-width:767px) {
.f3Cont {width: 100%;margin-bottom: 50px;}
}


.flexHalf {
background-color: #d9d9d9;
width: calc((100% - 20px) / 2);
padding: 25px 25px 15px 25px;
box-sizing: border-box;
margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .flexHalf {
  width: 100%;
  }
}
.fCont {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.rowFlex {
flex-direction: row;
}
.columnFlex {
flex-direction: column;
}
.AlineBottom {align-items: flex-end;}

.ImgOnlyStyle {font-size: 83%;}

.ContainerText01 {
font-size: 100%;
  margin-bottom: 5px;
  line-height: 1.5em;}

/* 調整用 */
@media screen and (max-width:767px) {
.CatchImg img {
    max-width: 100%;
    width: auto;
  }
}

.CenterAdjust {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.CenterAdjust img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.TextBig01 {font-size: 116%;margin-bottom: 15px;}
.mb0px {
margin-bottom: 0 !important;
}
.mb10px {
margin-bottom: 10px;
}
.mb20px {
margin-bottom: 20px;
}
.mb30px {
margin-bottom: 30px;
}
.pt0px {
padding-top: 0 !important;
}
.pb0px {
padding-bottom: 0 !important;
}

