<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap'); */
   @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;family=Noto+Serif+JP:wght@400;500;600;700&amp;family=PT+Sans&amp;family=Tai+Heritage+Pro:wght@400;700&amp;display=swap');
.disnone{display: none !important;}
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'PT Sans', sans-serif;
font-family: "Tai Heritage Pro", serif;
}
*/

.site-main{
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Noto Sans JP', sans-serif;
  /* color: #FFF; */
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6{
  line-height: inherit;
}
picture{
  display: block;
}
/* img{
  width: 100%;
  height: auto;
} */
.sans{
  font-family: 'Noto Sans JP', sans-serif;
}
.serif{
  font-family: 'Noto Serif JP', serif;
}
.lead{
  letter-spacing: 0;
}
.bold{
  font-weight: bold;
}
:not(.center).lead{
  text-align: justify;
}
p, span{
  letter-spacing: inherit;
}
.right{
  text-align: right;
}
body {
  background-color: #eff1f4;
  color: #43464c;
  font-weight: 400;
  /*Noto NG*/
  -webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
  /*Noto NG*/
}

@media only screen and (min-width: 640px) {
  html,
  body {
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }  
}
/* p,
span {
  line-height: 1.5;
} */
a {
  word-break: break-all;
  color: inherit;
  transition: all 0.3s all;
}
a:hover {
  color: inherit;
}
em {
  font-style: normal;
}
sup {
  top: -0.25em;
}
.bold {
  font-weight: 500;
}
.underline {
  text-decoration: underline;
}
.center {
  text-align: center;
}

ul.notes &gt; li {
  line-height: 1.6;
}
ul.notes &gt; li:not(.nomark) {
  text-indent: -1em;
  padding-left: 1em;
}
.notes li:not(.nomark):before {
  content: "※";
}
.notes li.asterisk:before {
  content: "＊";
}
.notes li.square:before {
  content: "■";
}
ul.notes.number,
.mklist.type-num {
  counter-reset: number;
}
ul.notes.number &gt; li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
ul.notes.number &gt; li:not(.nonumber):before {
  counter-increment: number;
  content: "※" counter(number) " ";
}
ul.notes.number &gt; li.nonumber:before {
  content: "※";
  margin-right: 1.5em;
}
@media screen and (min-width: 641px) {
  .notes {
    font-size: 12px;
  }
}
.dot li:before {
  content: "・";
}
ul.dot &gt; li {
  text-indent: -1em;
  padding-left: 1em;
}

.mklist.type-num&gt;li+li{
  margin-top: 1em;
}
.mklist.type-num&gt;li,
.mklist.type-ku&gt;li{
  position: relative;
  padding-left: 32px;
}
.mklist.type-ku&gt;li+li{
  margin-top: 0.4em;
}
.mklist.type-num&gt;li:before,
.mklist.type-ku&gt;li:before{
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'PT Sans', sans-serif;
  display: block;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  counter-increment: number;
  content: counter(number);
  background-color: #999;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.mklist.type-ku&gt;li{
  position: relative;
  font-size: 14px;
}
.mklist.type-ku&gt;li:before{
  background-color: #1b3a6a;
  content: "";
  width: 20px;
  height: 20px;
}
.mklist.type-ku&gt;li:after{
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mklist.type-cir&gt;li:before{
  content: "●";
}
.row {
  padding: 0 20px;
}
.com-section{
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (min-width: 641px) {
  /* .wrap {
    min-width: 1366px;
  } */
  .row {
    width: 1000px;
    max-width: 100%;
  }
  .row.wid720{
    width: 760px;
  }
  
}

@media screen and (max-width: 640px) {
  .notes {
    font-size: 10px;
  }
  .type-fill .row.p28,
  .row.p28{
    padding-left: 28px;
    padding-right: 28px;
  }
  .com-section{
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.box2,
.box3{
  display: flex;
}
.box2&gt;.box{
  width: 50%;
}
.box3&gt;.box{
  width: calc(100% / 3.0001);
}
.part-card .part-shd {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(27, 59, 106, 0.2);
}

.site-header{
  background-color: #FFF;
}
/* 
@media only screen and (min-width: 641px) {
  .site-header .masthead .row{
    width: auto;
    max-width: 1240px;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img img{
    width: 477px;
  }
  .site-header .masthead .content .official{
    padding: 0;
    height: auto;
  }
}

.site-header .masthead {
  background-color: #000;
  padding: 18px 0 13px;
}
.site-header .masthead .content{
  align-items: center;
}
.site-header .masthead .content .official &gt; img:not(:last-child) {
  border-right: 1px solid #FFF;
}
@media only screen and (max-width: 640px) {
  .site-header .masthead {
    width: 100%;
    padding: 7px 8px 7px 15px;
    height: auto;
  }
} */
#pagetop:before{
  left: calc(50% - 7px);
}


.com-btn-sq{
  position: relative;
	display: inline-block;
  background-color: #0f1351;
  border-radius: 5px;
  color: #FFF;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  padding: 0.85em 1em;
  min-width: 300px;
}
.com-btn-sq:hover{
  color: #FFF;
}
.com-btn-sq::after{
	content: "";
	position: absolute;
	right: 21px;
	top: calc(50% - 4px);
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* .com-btn-sq.type2{
  background-color: #FFF;
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4c4948;
  width: 448px;
  padding: 14px 1em;
}
.com-btn-sq.type2::after{
  border-color: #000;
}
.com-btn-sq.type2 .img{
  width: 140px;
  margin-bottom: 8px;
} */

.com-btn-sq.type3{
  background: rgb(179,179,179);
  background: -moz-linear-gradient(left,  rgba(179,179,179,1) 0%, rgba(242,242,242,1) 30%, rgba(242,242,242,1) 70%, rgba(179,179,179,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(179,179,179,1) 0%,rgba(242,242,242,1) 30%,rgba(242,242,242,1) 70%,rgba(179,179,179,1) 100%);
  background: linear-gradient(to right,  rgba(179,179,179,1) 0%,rgba(242,242,242,1) 30%,rgba(242,242,242,1) 70%,rgba(179,179,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#b3b3b3',GradientType=1 );
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #43464c;
  width: 720px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.com-btn-sq.type3::after{
  right: 24px;
	top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  border-width: 1px 1px 0 0;
  border-color: #000;
}

.com-btn-sq.type4{
  background: rgb(179,179,179);
  background: -moz-linear-gradient(left,  rgba(179,179,179,1) 0%, rgba(242,242,242,1) 30%, rgba(242,242,242,1) 70%, rgba(179,179,179,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(179,179,179,1) 0%,rgba(242,242,242,1) 30%,rgba(242,242,242,1) 70%,rgba(179,179,179,1) 100%);
  background: linear-gradient(to right,  rgba(179,179,179,1) 0%,rgba(242,242,242,1) 30%,rgba(242,242,242,1) 70%,rgba(179,179,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#b3b3b3',GradientType=1 );
  color: #43464c;
  /* border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #43464c;
  width: 720px;
  height: 100px;
  margin-right: auto;
  margin-left: auto; */
}
.com-btn-sq.type4::after{
  /* right: 24px;
	top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  border-width: 1px 1px 0 0; */
  border-color: #000;
}

@media only screen and (max-width: 640px) {
  .com-btn-sq{
    font-size: 12px;
    min-width: 23em;
  }
  /* .com-btn-sq.type2{
    width: 100%;
  } */
  .com-btn-sq.type3{
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
    font-size: 14px;
    /* width: 80vw; */
    width: 100%;
    height: 44px;
  }
  .com-btn-sq.type3::after{
    right: 24px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}




.com-headline-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.com-headline-title .en{
  font-family: 'PT Sans', sans-serif;
  color: #1b3a6a;
  font-size: 23px;
  letter-spacing: 0.18em;
  text-align: center;
}
.com-headline-title .jp{
  font-size: 36px;
  margin-top: 1.0em;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.6;
}
.com-headline-title:not(.no-uline):after{
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #1b3a6a;
  margin-top: 55px;
}
.com-headline-title+*{
  margin-top: 90px;
}
.com-headline-title.no-uline{
  margin-bottom: 2em;

}
.com-headline-title.no-jp:after{
  margin-top: 1.4em;

}
@media only screen and (max-width: 640px) {
  .com-headline-title .en{
    font-size: 12px;
  }
  .com-headline-title .jp{
    font-size: 22px;
    margin-top: 0.8em;
  }
  .com-headline-title:after{
    width: 35px;
    height: 2px;
    margin-top: 25px;
  }
  .com-headline-title+*{
    margin-top: 40px;
  }
}












.com-table table{
	width: 100%;
  table-layout: fixed;
  border: 1px solid #0f1351;
  color: #0f1351;
}
.com-table table tr&gt;*{
  vertical-align: middle;
  text-align: center;
}
.com-table table tr&gt;*{
  padding: 1.0em 0.7em;
}
.com-table th{
  font-size: 14px;
  font-weight: bold;
  background-color: #0f1351;
  color: #FFF;
}
.com-table td{
  border: 1px solid #0f1351;
}
.com-table th+th{
  border-left: 1px solid #FFF;
}
.com-table tr td:first-child{
  background-color: #d2dce9;
}
@media only screen and (max-width: 640px) {
  .com-table table tr&gt;*{
    padding: 1.0em 0.7em;
  }
  .com-table th{
    font-size: 12px;
  }
}



.com-dltb{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.com-dltb dt{
  width: 17em;
  font-weight: 500;
  padding-right: 1em;
}
.com-dltb dd{
  width: calc(100% - 17em);
  color: #4d4d4d;
  padding-left: 0;
}
@media only screen and (min-width: 641px) {
  .com-dltb&gt;*{
    padding: 1.3em 2em;
    border-bottom: 1px solid #e6e6e6;
  }
  .com-dltb&gt;*:first-of-type{
    border-top: 1px solid #e6e6e6;
  }
}
@media only screen and (max-width: 640px) {
  .com-dltb{
    font-size: 12px;
    display: block;
  }
  .com-dltb dt{
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0.8em;
  }
  .com-dltb dt:first-child{
    border-top: 1px solid #e6e6e6;
  }
  .com-dltb dd{
    width: 100%;
    padding-left: 10px;
    padding-bottom: 0.8em;
    padding-top: 0.2em;
    border-bottom: 1px solid #e6e6e6;
  }
}

/*
.com-dltxt{
  font-size: 14px;
}
.com-dltxt&gt;*{
  display: block;
}
.com-dltxt&gt;dd+dt{
  margin-top: 2em;
}
.com-dltxt&gt;dt{
  font-size: 140%;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 0.8em;
}
.com-dltxt&gt;dd dd+dt{
  margin-top: 1em;
}
.com-dltxt&gt;dd dt{
  font-weight: bold;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.com-dltxt&gt;dd .marklist&gt;li{
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.com-dltxt&gt;dd dt:not(.nomark):before,
.com-dltxt&gt;dd .marklist&gt;li:before{
  content: "・";
}
.com-dltxt&gt;dd dd{
  padding-left: 0.5em;
}
@media only screen and (max-width:680px){
  .com-dltxt{
    font-size: 12px;
  }
}
 */









/** MODAL STOREESAISON
==============================================*/
.modal-cont ul.notes{
  font-size: 12px;
}
.modal-cont {
  padding: 30px 60px;
}
.modaal-container{
  max-width: 840px;
}
.modaal-content-container{
  padding-bottom: 0;
}
.modaal-wrapper .modaal-close{
  background-color: rgba(255, 255, 255, 0.2);
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.modaal-close{
  position: fixed;
  bottom: auto;
  top: 0;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: inherit;
}

.modal-box *{
  text-align: justify;
}
.modal-cont ul.notes &gt; li:before {
  position: inherit;
}
.modal-cont ul.notes &gt; li{
  position: relative;
}
.modal-cont ul.notes &gt; li.square:before{
  content: "■";
}
.modal-cont ul.notes &gt; li.asterisk:before{
  content: "＊";
}
/* .modal-item {
  background-color: #f2f2f2;
} */
.modal-item .modal-title {
  font-weight: 500;
}
.modal-item .modal-box {
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .modaal-close{
    top: 20px;
    right: 20px;
  }
  .modal-item {
    /* width: 740px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px; */padding: 0;
  }
  .modal-item .modal-title {
    font-size: 24px;
    padding: 10px 0 30px;
  }
  .modal-item .modal-box:not(.no-pt) {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .modal-cont ul.notes{
    font-size: 10px;
  }
  .modal-cont {
    padding: 10px 20px;
  }
  .modaal-close{
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .modaal-close:before, .modaal-close:after {
    top: 6px;
    left: 13.5px;
    width: 3px;
    height: 18px;
    border-radius: 1.5px;
  }
  .modal-item {
    padding: 5px;
  }
  .modal-item .modal-title {
    font-size: 16px;
    padding: 10px 0 15px;
  }
  .modal-item .modal-box:not(.no-pt) {
    padding: 15px 10px;
  }
}</pre></body></html>