<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 580px){
/*繝｡繝ｳ繝�リ繝ｳ繧ｹ縺ｮ縺顔衍繧峨○*/
.maintenance_notice {
    position: relative;
    width: 90%;
    margin: 30px auto;
    padding: 0.5em 1em;
    border: solid 3px #f98a80;
    border-radius: 8px;
}
.maintenance_notice .notice-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #f98a80;
    font-weight: bold;
}
.maintenance_notice p {
    margin: 0;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

#loading {
   display: table;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   background-color: #ffffff;
   opacity: 0.8;
   z-index: 110;
}

#loading .loadingImages {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   padding-top: 50px;
   background: url(/images/common/fancybox_loading.gif) center center no-repeat;
   z-index: 110;
}

/* // 繧ｷ繝ｧ繝�ヴ繝ｳ繧ｰ繧ｫ繝ｼ繝� ----------------------------------------------- */
.itemList tr {
    position: relative;
}
.itemList td {
    /* position: absolute; */
    height: auto;
}
.itemPhoto {
    padding: 1em 0;
    width: 20%;
}
.itemName {
    padding: 0 0 0 2%;
    width: 33%;
    font-size: 91%;
    line-height: 1.2;
}
.itemPoint {
    padding: 0 0 0 2%;
    width: 18%;
    font-size: 91%;
}
.itemQuantity {
    padding: 0 0 0 3%;
    width: 10%;
    font-size: 82%;
}
.itemQuantity select {
    /* padding: 4px; */
    padding: 7px 0;
    width: 100%;
    text-align: center;
}
.itemDelete {
    padding: 0;
    width: 12%;
}
.itemDelete a {
    padding: 0 0 0 0.5em;
    font-size: 91%;
    display: block;
}
.itemDelete a:before {
    margin: 0;
}
.shortPoint {
    padding: 0.5em 0.8em 0.6em 2em;
    line-height: 1.3;
    right: 2em;
    bottom: -3.7em;
}
.shortPoint:before {
    position: absolute;
    left: 0.6em;
}

.checkPoint {
    width: 100%;
}

.shoppingcartBtnList li {
    width: 100%;
}

.shoppingcartBtnList li:first-child {
    margin: 0 0 1em;
}

.continueBtn,
.confirmBtn {
    width: 100%;
}
/*莠､謠帷｢ｺ隱咲判髱｢縺ｪ縺ｩ*/
.cart_item {
    padding: 0px 10px 5px 5px;
    height: 60px;
    display: flex;
}

.cart_item:nth-child(odd) {
    border-bottom: 1px solid #fffbf1;
    background-color: #fffefe;
}

.cart_item:nth-child(even) {
    border-bottom: 1px solid #fffbf1;
    background-color: #f5f5f5;
}

.good_image {
    margin-right: 5px;
}

.good_image img[id^="thumbnail"] {
    width: 60px !important;
}

.good_description {
    padding-top: 0px;
    margin-right: 15px;
    width: 350px;
}

.good_description span {
    display: block;
    font-size: 10px;
    color: #43484D;
    font-weight: 400;
    text-align: left;
    height: auto;
    overflow: hidden;
    word-wrap: break-word;
}

.goods_quantity {
    padding-top: 20px;
    margin-right: 10px;
    width: 80px;
}

.goods_quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}

/* 隴ｰ豎ｺ讓ｩ陦御ｽｿ髢｢騾｣    -------------------------------------------- */
.post_message {
	word-break : break-all;
}

.voting_subContentMessage {
  float: none;
  background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #e5e5e5;
  width: 95%;
  font-size:93%;
  padding: 10px;
  overflow:auto;
  box-sizing: border-box;
}

.voting_subContentFile {
  float:none;
  background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #e5e5e5;
  width: 90%;
  font-size:93%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  height: 30px;
  overflow:auto;
  box-sizing: border-box;
  text-align: center;
}

.voting_subContent1 {
  float:left;
  width:100%;
  line-height:1.5;
  font-size:93%;
}

.voting_subContent2{
  float:left;
  background-color:#fff;
  width:100%;
  font-size:93%;
  padding:5px;
  overflow:auto;
}

/* 繝舌�繝√Ε繝ｫ邱丈ｼ�    -------------------------------------------- */
#tablelist thead &gt; tr &gt; th:nth-child(4),
#tablelist tbody &gt; tr &gt; td:nth-child(4) {
    display: none;
}

.spVotingBtn:link,
.spVotingBtn:visited {
    color: #000;
    background: #fceabb;
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
    margin: 20px auto;
    padding: 0;
    width: 86%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    -moz-text-shadow: 0px 1px 0px #ffee66;
    -webkit-text-shadow: 0px 1px 0px #ffee66;
    text-shadow: 0px 1px 0px #ffee66;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 2px #ffaa22;
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    display: block;
}

.spVotingBtn:hover {
    color: #000;
    background: #fceabb;
    background: -moz-linear-gradient(top,  #fceabb 0%, #f9c540 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top,  #fceabb 0%,#f9c540 50%,#f8b500 51%,#fbdf93 100%);
    background: linear-gradient(to bottom,  #fceabb 0%,#f9c540 50%,#f8b500 51%,#fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
    text-decoration: none;
}

.spVotingBtn:active {
    background: -moz-linear-gradient(top, #fbdf93 0%, #f8b500 50%, #fccd4d 51%, #fceabb 100%);
    background: -webkit-linear-gradient(top, #fbdf93 0%, #f8b500 50%, #fccd4d 51%, #fceabb 100%);
    background: linear-gradient(to bottom, #fbdf93 0%, #f8b500 50%, #fccd4d 51%, #fceabb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf93', endColorstr='#fceabb',GradientType=0 );
    text-decoration: none;
 }

.spVotingBtnExpired {
    background: linear-gradient(to bottom,  #D8D8D8 0%,#D8D8D8 50%,#D8D8D8 51%,#E5E5E5 100%);
    margin: 20px auto;
    padding: 0;
    width: 86%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0px 1px 0px #aaa;
    border-radius: 6px;
    border: solid 2px #aaa;
    display: block;
 }

/* add 2020.04.17 */
.AnnualMeeting {
    width: 90%;
    height: auto;
}

.AnnualMeeting a {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.AnnualMeeting a:after {
    content: none;
}

.AnnualMeeting .subject {
    margin: 0.6em auto;
    padding: 0;
    width: 95%;
    height: auto;
    font-size: 136%;
    line-height: 1;
    text-align: center;
    display: block;
}

.AnnualMeeting .subject:before {
    content: "";
    width: 92%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
}

.AnnualMeeting .subject:after {
    content: "\f18e";
    color: #900;
    margin: 0 0 0 0.4em;
    padding: 0;
    font-size: 110%;
    font-family: FontAwesome;
    font-weight: normal;
}

.AnnualMeeting .time {
    margin: 0.6em auto 0.4em;
    width: 90%;
    height: auto;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    display: block;
}

.AnnualMeeting .explain {
    margin: 0 auto 0.6em;
    padding: 0.3em 0;
    width: 90%;
    height: auto;
    font-size: 91%;
    line-height: 1;
    text-align: center;
    display: block;
}

/* // 繝舌�繝√Ε繝ｫ譬ｪ荳ｻ邱丈ｼ�
 ----------------------------------------------- */
.videoContainerWrap {
    margin: 1em auto 2em;
    width: 100%;
}
.signLamp {
    margin: 1em auto;
}

/* // 繝舌�繝√Ε繝ｫ譬ｪ荳ｻ邱丈ｼ�(繝｡繝�そ繝ｼ繧ｸ)
 ----------------------------------------------- */
.fukidashi {
  display: none;
  width: 350px;
  position: absolute;
  bottom: 80px;
  right: 0px;
  padding: 16px;
  border-radius: 5px;
  background: #33cc99;
  color: #fff;
  font-weight: bold;
}

.fukidashi:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 250px;
  bottom: -19px;
  margin-left: 30px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #33cc99;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
.text:hover + .fukidashi {
  display: block;
}

.new::before {
    position: absolute;
    content: "NEW";
    top: 0px;
    left: -2%;
    background-color: crimson;
    padding: 0 3%;
    color: white;
    transform: rotate(-30deg);
}

/* // 謗ｨ螂ｨ蜍穂ｽ懃腸蠅�
 ----------------------------------------------- */

.systemRequirementsTable {
    font-size: 82%;
}

/* // 蜍慕判驟堺ｿ｡髫懷ｮｳ逋ｺ逕滓凾
 ----------------------------------------------- */

.failureInfoH2 {
    margin: 20px;
    font-size: 1.125em; /* 18px */
}

.failureInfoPra {
    margin: 10px 20px;
    font-size: 0.938em; /* 15px */
}

.lineSwitchingPra {
	font-size: 73%;
}

.lineSwitchingOList li:nth-child(9n),
.lineSwitchingOList li:nth-child(n+10) {
	margin: 6px 1% 6px 0;
}

.lineSwitchingOList li {
	margin: 6px 1% 6px 0;
	padding: 0;
	width: 23%;
	float: left;
}

.lineSwitchingOList li:nth-child(4n+1) {
	margin: 0 1% 6px 2.5%;
}

.lineSwitchingOList li:nth-child(4n) {
	margin: 6px 0 6px 0;
}

.lineSwitchingOList li:nth-child(n+5) {
	margin-top: 0;
}

.lineSwitchingOList li:first-child {
	margin-top: 6px;
}

/* ajax ver */
#changeTab li {
    width: 40%;
}

#changeTab li a {
    width: auto;
    font-size: 109%;
}

/* iframe ver */
#changeIFrame li {
    width: 40%;
    font-size: 109%;
}


/* css ver */
#changeDiv li {
    width: 40%;
    font-size: 109%;
}


.modal .block.point {
	margin-top:30px;
}

.modal p.head {
	font-size:18px;
	font-weight:400;
	border-left:3px solid #103082;
	padding:15px 0 15px 15px;modal .wrap .block ul li a
	margin-bottom:8px;
}
.modal ul.menu{
}
.modal ul.menu li.parent &gt; a{
	font-weight:200;
	padding:12px 0 12px 25px !important;
}

.modal ul.childWrap li &gt; a {
	padding:0px;
}

.modal ul.menu li.parent i {
	top:25%;
	left:10px;
}

.modal ul.childWrap li.child i {
	top:25%;
	left:-5px;
}

.modal ul.menu li a:hover i {
	left:5px;
}

.modal ul.childWrap li.child a:hover i {
	left:-10px;
}

.modal ul.menu .childWrap, .grandChildWrap{
	padding-bottom:10px;
	display:none;;
}

.modal ul.menu .childWrap li.child {
	margin-left:20px;
	font-weight:200;
	display:block;
	font-size:13px;
	line-height:1.4;
	padding:0px;
	border:none;
}

/* // 繧｢繝ｼ繧ｫ繧､繝夜�菫｡
----------------------------------------------- */
.headArchive {
    width: 100%;
    line-height: 1.2;
}

#videoArea {
	width: 100%;
	left: 0;
	margin-right: 0;
}

.videoContentsBox {
    flex-direction: column;
}

.videoContentsBox .videoContainerWrap {
	margin: 0;
	width: 100%;
	clear: both;
}

.chapterArea {
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    /*
	box-shadow: rgb(148 155 163 / 30%) 0px 0px 4px 1px;
	-webkit-box-shadow: rgb(148 155 163 / 30%) 0px 0px 4px 1px;
	-moz-box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
    */
    text-align: left;
}

.chapter {
	width: 100%;
}

.chapter h3 {
	margin: 0;
}

.chapter .mov_cap {
	height: 300px;
}

/* 縺雁ｱ翫￠蜈医�遒ｺ隱阪Δ繝ｼ繝繝ｫstart */

#confirm-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

#confirm-modal .modal-inner {
  position: relative;
  width: 90%;
  height: auto;
  background-color: #FFF;
  margin: 30px;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -88%;
  margin-left: -45%;
  font-size: 0.8rem;
  overflow-y: auto;
}

#confirm-modal .modal-inner .modal-header {
  border-bottom: 1px solid #a2a2a2;
}

#confirm-modal .modal-inner .modal-header .title {
  font-size: 1.2rem;
  text-align: left;
  margin: 5px;
}

#confirm-modal .modal-inner .modal-body {
  border-bottom: 1px solid #a2a2a2;
  padding: 5px;
}

#confirm-modal .modal-inner .modal-footer {
  margin: 10px;
}

#confirm-modal .modal-inner .modal-footer button.btnA {
  color: #FFF;
  line-height: 1;
  padding: 14px 0;
  box-sizing: border-box;
  font-weight: 200;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 4vw;
}

#confirm-modal .modal-inner .modal-footer .block-left {
  float: left;
  width: 49%;
}

#confirm-modal .modal-inner .modal-footer .block-right {
  float: right;
  width: 49%;
}

#confirm-modal .modal-inner .modal-footer .block-left i, #confirm-modal .modal-inner .modal-footer .block-right i {
  display: none;
}

.clear-both {
  clear: both;
}

dl.modalTable dt {
  float: none;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #EEE;
  border-width: 0;
  color: #333;
  border-left: 2px #333 solid;
}

dl.modalTable dd {
  float: none;
  width: 100%;
  padding: 8px;
  border-width: 0;
  font-weight: 300;
  font-size: 0.8rem;
}

dl.modalTable.s dt, dl.modalTable.s dd {
  padding: 5px;
  font-size: 96%;
  border-right: 1px #e8e8e8 solid;
}

dl.modalTable dt:first-child {
  border-width: 0;
  border-left: 2px #333 solid;
}

dl.modalTable dt.last {
  border-width: 0;
  border-left: 2px #333 solid;
}

dl.modalTable dd.first {
  border-width: 0;
}

dl.modalTable .item em {
  display: block;
}
/* 縺雁ｱ翫￠蜈医�遒ｺ隱阪Δ繝ｼ繝繝ｫend */
.caution {
  margin: 30px auto;
}
.caution p {
  color: #db3434;
  padding: 10px;
  background: #fff;
  line-height: 1.3em;
  text-align: center;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.exchangeCaution p {
  text-align: left;
  padding: 5px;
}

/* Top繝舌リ繝ｼ start */

.bannerCondition {
    width: 90%;
    font-size: 127%;
    line-height: 1.4;
}

.bannerCondition:after {
    right: 0.4em;
}

/* Top繝舌リ繝ｼ end */

}</pre></body></html>