@charset "utf-8";
@import url("/css/common/common.css");


/* // Common
----------------------------------------------- */
body{
    min-width:1200px;
}


/* // Header
----------------------------------------------- */
#Header {
    padding: 0;
}

#Header h1 a img {
    display: inline-block;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#Header h1 a:hover img {
    opacity: 0.85;
}

.h1a {
  width: 512px;
  display: inline-block;
}
.h1a:hover,
.h1a:active {
  text-decoration: none;
}
.h1a div {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.h1a div span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.h1a div img {
  width: 106px;
  height: auto;
}

#Header ul.link {
	position:absolute;
    top: 10px;
	right:0;
	font-size:112%;
}

#Header ul.link li {
	float:left;
	margin-left:20px;
}

#Header ul.link li:nth-child(5) {
    clear: both;
}

.fa-caret-right {
    margin-right: 0.4em;
    color: #ed008c;
}

#Header ul.link li a:link,
#Header ul.link li a:visited {
    color: #666;
    text-decoration: none;
    font-size: 91%;
}

#Header ul.link li a i {
    color: #999;
}

#Header ul.link li a:hover {
    color: #0c79c5;
}

/* base.css line 26 - 33 対応 */
#Header ul.link li a:hover i {
    color: #999;
    text-decoration: none;
    display: inline-block !important;
}


/* // Gnavi
----------------------------------------------- */
#Gnavi {
	padding-bottom:8px;
}


/* // Breadcrumb
----------------------------------------------- */
#Breadcrumb {
    color: #2e3441;
	background: #fff;
    margin-bottom: 30px;
	padding: 0 0 16px;
	font-size: 82%;
	line-height: 1;
}

#Breadcrumb i {
    color: #333;
	padding: 0 12px;
}

#Breadcrumb a:link,
#Breadcrumb a:visited {
	color: #666;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
#Breadcrumb a:hover {
    color: #0c79c5;
    text-decoration: none;
}

#Breadcrumb li {
	float: left;
}


/* // Footer
----------------------------------------------- */
#Footer {
    color: #999;
    background: #fff;
    padding: 40px 0;
	line-height: 1;
    border-top: solid 1px #e5e5e5;
}

#Footer a {
    color: #666;
	font-weight: 100;
}

#Footer ul.link li {
	margin-right: 25px;
    float: left;
}

#Footer p.copy {
    color: #999;
    padding-right: 95px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .05em;
    position: absolute;
	top: 10%;
	right: 0;
}

#Footer .footeLogo {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 36px;
    vertical-align: middle;
    position: absolute;
	top: -12px;
	right: 0;
}


/* // pageTop
----------------------------------------------- */
.pageTop {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 200%;
    line-height: 20px;
    text-align: center;
    display: block;
    position: fixed;
	right: calc(50% - 600px);
	bottom: 50px;
    z-index: 999;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

a.pageTop:link i,
a.pageTop:visited i,
a.pageTop:hover i {
    color: #fff;
}

a.pageTop:hover {
    opacity: 0.55;
	filter:alpha(opacity=55);
	-ms-filter: "alpha( opacity=55 )";
}


/* // PageHeder
----------------------------------------------- */

/* // Module
----------------------------------------------- */
dl.tableA {
	line-height:1.5;
    border-top: solid 1px #d6d6d6;
}

dl.tableA:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

dl.tableA {
    display: inline-block;
}

/* Hides from IE Mac */
* html dl.tableA {
    height: 1%;
}

dl.tableA {
    display:block;
}
/* End Hack */

dl.tableA dt {
    color: #000;
    background: #eee;
    padding: 15px;
    width: 30%;
    font-weight: normal;
    border-bottom: solid 1px #d6d6d6;
    border-left: solid 1px #d6d6d6;
    display: block;
    float: left;
    box-sizing: border-box;
}

dl.tableA dd {
	padding: 15px;
    width: 70%;
    font-weight: normal;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    display: block;
    float: left;
    box-sizing: border-box;
}

dl.tableA.s dt,
dl.tableA.s dd {
    padding:8px;
	font-size:96%;
}

dl.tableA .item em {
	display: block;
}

dl.tableA dt span.must {
	color: #fff;
	background: #0c79c5;
	margin-left: 10px;
	padding: 0 5px;
	font-size: 90%;
	border-radius: 3px;
    display: inline-block;
}

.must-blue {
  color: #fff;
  background: #0c79c5;
  margin-left: 10px;
  padding: 0 5px;
  font-size: 90%;
  border-radius: 3px;
  display: inline-block;
}

input, button, textarea, select {
    background: #fff;
	margin: 0;
	padding: 7px;
	border: solid 1px #d1d1d1;
    box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btnA input {
    color: #fff;
    background: none;
	padding: 0;
    line-height: 1;
	border: 0 solid #AAA;
	border-radius: 0;
}

input,textarea{
	box-sizing: border-box;
	width: 100%;
}
/*
select:focus,
input:focus,
textarea:focus {
    opacity: 0.55;
	filter:alpha(opacity=55);
	-ms-filter: "alpha( opacity=55 )";
}
*/
select:focus,
input:focus,
textarea:focus {
  background-color: #ffeff7;
}

input[type="radio"] {
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #CCC;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 6px;
    display: inline-block;
}

input[type=radio] + label,
input[type=checkbox] + label {
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #E71063;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.formError {
    color: #d80041;
    background-color:#ffe8ed;
    padding: 10px 10px 4px 10px;
    margin-bottom: 20px;
	list-style: disc;
}

.formError li{
	margin-left: 1.4em !important;
	margin-bottom: 6px !important;
	line-height: 1.4em !important;
}

.loginBox {
    margin: 0 auto;
	width: 65%;
}

.loginBox dl {
	background: #fafafa;
	padding: 25px 20px;
    border: 8px solid #d0d0d0;
	box-sizing: border-box;
}

.loginBox dt {
    margin-bottom: 8px;
    padding: 3px 0 3px 10px;
    font-size: 108%;
    font-weight: normal;
	border-left: 5px solid #333;
}

.loginBox dd {
	margin-bottom: 25px;
}

.kiyakubox {
    margin: 20px auto 40px;
    padding: 10px;
	width: 100%;
	height: 300px;
    font-size: 11px;
	line-height: 1.4em;
    text-align: left;
    border: 1px solid #ccc;
	display: block;
	overflow: auto;
	box-sizing: border-box;
}

.kiyakuboxSmall {
    margin: 0 0 20px;
    padding: 10px;
	width: 100%;
	height: 150px;
    border: 1px solid #CCC;
	display: block;
	/*overflow: auto;*/
	overflow-y: scroll;
	box-sizing: border-box;
}

.kiyakuboxSmall .preTxt {
    margin: 1em 0.8em;
    font-size: 82%;
    line-height: 1.4;
    white-space:pre-wrap;
}

ul.registFlow {
	margin-bottom: 40px;
}

ul.registFlow li {
    color: #666;
    background: #e6e6e6;
    margin: 0 20px 0 0;
    padding: 0;
    width: calc(25% - 20px);
    height: 60px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    box-sizing: border-box;
    position: relative;
}

ul.registFlow li:nth-child(4) {
    margin: 0;
    width: 25%;
}

ul.registFlow li:nth-child(1):after,
ul.registFlow li:nth-child(2):after,
ul.registFlow li:nth-child(3):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #e6e6e6;
    position: absolute;
    top: 0;
    right: -20px;
}

ul.registFlow.on1 li:nth-child(1),
ul.registFlow.on2 li:nth-child(2),
ul.registFlow.on3 li:nth-child(3),
ul.registFlow.on4 li:nth-child(4) {
    color: #fff;
    background: #666;

}

ul.registFlow.on1 li:nth-child(1):after,
ul.registFlow.on2 li:nth-child(2):after,
ul.registFlow.on3 li:nth-child(3):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #666;
    position: absolute;
    top: 0;
    right: -20px;

}

/* ポイント通帳・優待商品交換履歴 ボタン - 2019.06.28 */
.historyBtnList {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.historyBtnList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

/* .historyPointBtn, */
.historyExchangeBtn {
    margin: 0 2% 0 0;
    padding: 0;
    width: 100%;
    height: 34px;
    font-size: 100%;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #89Acc4;
    box-sizing: border-box;
    float: left;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.historyExchangeBtn {
    margin: 0;
}

.historyPointBtn:before,
.historyExchangeBtn:before {
    content: "\f138";
    margin: 0 0.6em 0 0;
    font-family: FontAwesome;
}

.historyPointBtn:link, .historyPointBtn:visited,
.historyExchangeBtn:link, .historyExchangeBtn:visited {
    color: #fff;
    background: #89Acc4;
    text-decoration: none;
    font-weight: bold;
}

.historyPointBtn:hover,
.historyExchangeBtn:hover {
    color: #89Acc4;
    background: #fff;
    border: solid 1px #fff;

    border: solid 1px #89Acc4;
}


/* // テキスト設定
----------------------------------------------- */
.headTxA {
    color: #333;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border: solid #e8e8e8;
    border-width: 0 0 2px;
    position: relative;
}

.headTxB {
    color: #000;
    padding-bottom: 12px;
	font-size: 140%;
	font-weight: normal;
    line-height: 1.3;
	letter-spacing: 0.1em;
    border-bottom:1px solid #e5e5e5;
}

.nowUserPoint {
    color: #333;
    background: #fff;
    margin-bottom: 25px;
    padding: 14px;
	border: solid 3px #c3ae00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nowUserPoint em {
    padding-right: 10px;
    font-size: 108%;
	font-weight: bold;
}

.nowUserPoint span.point {
    color: #c3ae00;
	padding-left: 10px;
}
.nowUserPoint span.point em {
	font-size:140%;
}

#Program .headTxA.mab35,
#List .headTxA,
#Post .headTxA.mab35,
#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0 0 0.8em;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    letter-spacing: .1em;
    border: none;
}

.headTxA.mab10 {
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0.8em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    letter-spacing: .1em;
    border: none;
}

.yutai-contents-table {
  font-weight: bold !important;
  border-bottom: 1px solid #111 !important;
  padding-bottom: 9px !important;
  margin-bottom: 24px !important;
}
.course-title {
  font-weight: bold !important;
  border-bottom: 1px solid #111 !important;
  padding-bottom: 9px !important;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
/*
.about-yutai-point {
  font-weight: bold !important;
  border-bottom: 1px solid #111 !important;
  padding-bottom: 9px !important;
}
*/

/* // boxFrame
----------------------------------------------- */
.boxFramA,
.boxFrameA {
    background-color: #fafafa;
	border:1px solid #ccc;
	padding: 15px;
}

.boxFrameB {
	background-color:#fafafa;
    padding: 35px 20px;
    border: 8px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-sizing: border-box;
}

.boxFrameB dt  {
    margin-bottom: 8px;
    padding: 3px 0 3px 10px;
	font-size: 108%;
	font-weight: normal;
    border-left: 5px solid #333;
}
.boxFrameB dd  {
	margin-bottom: 25px;
}

.boxFrameB.account .box1  {
	margin: 0 auto;
	width: 60%;
}

.boxFrameB.account .box1 .formSubmit {
    background-color: #0c79c5;
}





/* // ボタン設定
----------------------------------------------- */
.btnA {
    color: #fff;
/*    background: #666; */
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.taLeft .btnA,
.mab30 .btnA {
    width: auto;
}

.btnA i {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btnA:hover {
    color: #000;
    background: #e5e5e5 !important;
    text-decoration: none;
}

.btnA.left {
	padding-right: 30px;
	padding-left: 50px;
}

.btnA.left i {
	left: 10px;
}

.btnA.s {
    color: #0c79c5;
    background: #fff !important;
    padding: 3px 0;
    width: 168px;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    cursor: pointer;
}

.btnA.s:hover {
    color: #000;
    background: #e5e5e5 !important;
    border: solid 1px #e5e5e5;
}

.btnA.s.left {
	/* padding:10px 16px 10px 36px; */
}

.btnA.gray {
	background: #aaa;
}
.btnA.blue {
	background: #004da5;
}
.btnA.green {
	background: #0c79c5;
}

#Program a.formSubmit {
    background: #0940a7;
}

.loginBox .btnA.green {
    color: #fff !important;
    background: #0c79c5 !important;
}

.loginBox input[name="login"] {
    color: #fff !important;
    background: #0c79c5 !important;
}

.loginBox input[name="login"]:hover {
    color: #000 !important;
    background: #e5e5e5 !important;
}

form[name="_contact_indexActionForm"] .btnA.green {
    background-color: #0c79c5;
}

form[name="_privacy_editActionForm"] .btnA.green {
    background-color: #0c79c5;
}

.btnA.red {
	background-color:#D60202;
}

.btnA.pink {
	background-color:#DB0879;
}

.btnA.white {
/*
    color: #333;
	background-color: #fff;
	border:1px solid #444;
*/
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.btnA.white i {
	color: #212121;
}

.history .btnA.white {
    color: #fff;
    background: #636363;
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.history .btnA.white:hover {
    opacity: 0.8;
}

.history .btnA.white i {
	color: #212121;
}

span.btnA {
	padding: 0;
}

span.btnA.left {
	padding-right: 0;
	padding-left: 0;
}

span.btnA.s {
	padding: 0;
}
span.btnA.s.left {
	padding: 0;
}

span.btnA input {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
    cursor:pointer;
}

span.btnA input:hover {
    color: #000;
    background: #e5e5e5;
}

span.btnA input[name="register"] {
    color: #fff;
    background: #0c79c5;
}

span.btnA input[name="register"]:hover {
    color: #000;
    background: #e5e5e5;
}

.btnA.left input {
	padding-right: 30px;
	padding-left: 50px;
}

.btnA.s input {
	padding: 10px 36px 10px 16px;
}
.btnA.s.left input {
	padding: 10px 16px 10px 36px;
}



/* 会員登録用 Btn */
.accountBtnList {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.boxFrameB .accountBtnList {
    margin: 35px 0 0;
}

.accountBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.accountNextBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.accountNextBtn:hover {
    color: #000;
    background: #e5e5e5;
}

/* .accountNextBtn:disabled {
    color: #fff;
    background: #0c79c5;
} */

.accountCorrectBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.accountCorrectBtn:link,
.accountCorrectBtn:visited {
    color: #0c79c5;
    text-decoration: none;
}

.accountCorrectBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}

.accountSubmitBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.accountSubmitBtn:hover {
    color: #000;
    background: #e5e5e5;
}



/* 登録情報の変更用 Btn */
.privacyBtnList {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.privacyBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.privacyNextBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.privacyNextBtn:link,
.privacyNextBtn:visited {
    color: #fff;
    text-decoration: none;
}

.privacyNextBtn:hover {
    color: #000;
    background: #e5e5e5;
}

.privacyInputNextBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.privacyInputNextBtn:hover {
    color: #000;
    background: #e5e5e5;
}


.privacyCorrectBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.privacyCorrectBtn:link,
.privacyCorrectBtn:visited {
    color: #0c79c5;
    text-decoration: none;
}

.privacyCorrectBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}

.privacyInputCorrectBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.privacyInputCorrectBtn:hover {
    color: #000;
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
}

.privacySubmitBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.privacySubmitBtn:hover {
    color: #000;
    background: #e5e5e5;
}



/* 優待商品と交換用 Btn */
.exchangeBtnList {
/*    margin: 40px 0;*/
    padding: 0;
    text-align: center;
}

.exchangeBtnAnotherList {
    margin: 40px 0;
    padding: 0;
    text-align: left;
}

.exchangeBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.exchangeRecipientBtn,
.exchangeFinalizeBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.exchangeRecipientBtn:link,
.exchangeRecipientBtn:visited,
.exchangeFinalizeBtn:link,
.exchangeFinalizeBtn:visited {
    color: #fff;
    text-decoration: none;
}

.exchangeRecipientBtn:hover,
.exchangeFinalizeBtn:hover {
    color: #000;
    background: #e5e5e5 !important;
    text-decoration: none;
}

.exchangeNewRecipientBtn {
    color: #fff;
    background: #666;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.exchangeNewRecipientBtn:link,
.exchangeNewRecipientBtn:visited {
    color: #fff;
    text-decoration: none;
}

.exchangeNewRecipientBtn:hover {
    color: #000;
    background: #e5e5e5;
}

.exchangeBackBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.exchangeBackBtn:link,
.exchangeBackBtn:visited {
    color: #0c79c5;
    text-decoration: none;
}

.exchangeBackBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}

.exchangeGotoTopBtn {
    color: #fff;
    background: #666;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.exchangeGotoTopBtn:link,
.exchangeGotoTopBtn:visited {
    color: #fff;
    text-decoration: none;
}

.exchangeGotoTopBtn:hover {
    color: #000;
    background: #e5e5e5;
}



/* お問い合わせ用 Btn */
.contactBtnList {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.contactBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.contactNextBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.contactNextBtn:hover {
    color: #000;
    background: #e5e5e5;
}

.contactNextBtn:disabled {
    color: #fff;
    background: #0c79c5;
}

.contactCorrectBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.contactCorrectBtn:link,
.contactCorrectBtn:visited {
    color: #0c79c5;
    text-decoration: none;
}

.contactCorrectBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}

.contactInputCorrectBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.contactInputCorrectBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}

.contactSubmitBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.contactSubmitBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
}


/* 退会用 Btn */
.deleteBtnList {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.deleteBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.deleteSubmitBtn {
    color: #fff;
    background: #666;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.deleteSubmitBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
}

.deleteCorrectBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.deleteCorrectBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}



/* ログイン用 Btn */
.authBtnList {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

.authBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.authLoginBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.authLoginBtn:hover {
    color: #000;
    background: #e5e5e5;
}



/* 優待商品交換確認用 Btn */
.goodsConfirmBtnList {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.goodsConfirmBtnList li {
    margin: 0 10px;
    padding: 0;
    width: 215px;
    display: inline-block;
}

.goodsConfirmSubmitBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.goodsConfirmSubmitBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}

.goodsConfirmBackBtn {
    color: #0c79c5;
    background: #fff;
    margin: 0;
    padding: 25px 10px;
    width: 215px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #0c79c5;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.goodsConfirmBackBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}





/* // --------------------------------------------------------------------------------------------------------- */

/* // Structure
----------------------------------------------- */
#ContentsWrap:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

#ContentsWrap {
    display: inline-block;
}

/* Hides from IE Mac */
* html #ContentsWrap {
    height: 1%;
}

#ContentsWrap {
    display:block;
}
/* End Hack */


#ContentsWrap {
	padding-bottom: 70px;
}

#ContentsWrap #SideContents {
    margin-right: 40px;
    width: 200px;
	float: left;
}

#ContentsWrap #MainContents {
    width: 860px;
	float: left;
}

#ContentsWrap #MainContents.narrow {
	width: 800px;
	margin: 0 auto;
    float: none;
}

#ContentsWrap #MainContents.narrow_senshuikeda {
	margin: 0 auto;
    float: none;
}

/* // Top ----------------------------------------------- */
.widthFixTop {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}


#Top #Breadcrumb {
    margin-bottom: 0;
}

#Top #MainVisual {
    margin-bottom: 40px;
    /*height: 371px;*/
    height: 319px;
	text-align: left;
}

#Top #MainVisualLayer {
    /*height: 371px;*/
    height: 319px;
}

#Top #MainVisualLayer .widthFix {
    overflow: hidden;
}

#Top .memberbox {
    background: #fff;
    margin: 0;
    /*padding: 40px 42px 0;*/
    padding: 18px 36px;
    /*width: 370px;*/
    width: 345px;
    /*height: 371px;*/
    height: 319px;
    font-weight: normal;
    border: solid 2px #e5e5e5;
    display: block;
	box-sizing: border-box;
}

#Top .memberbox.login {
    margin: 0;
    /*padding: 30px 42px;*/
    padding: 18px 36px;
    /*height: 371px;*/
    height: 319px;
    overflow: hidden;
    border: solid 2px #e5e5e5;

    float: left;
}

#Top .memberbox .catchbox {
    background: #fff;
    /*margin: 0 0 25px;*/
    margin: 0 0 16px;
    padding: 0;
    /*height: 117px;*/
    height: 84px;
    border: solid 2px #0c79c5;
}
#Top .memberbox .catchbox.withoutLogin {
    background: #fff;
    /*margin: 0 0 25px;*/
    margin: 0 0 16px;
    padding: 0;
    /*height: 117px;*/
    height: 160px;
    border: solid 2px #0c79c5;
}

#Top .memberbox.login .catchbox {
    margin: 0;
}

#Top .memberbox .catchbox p.catch {
    color: #666;
    margin: 30px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

#Top .memberbox .catchbox p.catch em {
    padding-top: 7px;
	font-weight: 100;
	font-size: 26px;
	display: block;
}

#Top .memberbox .catchbox p.btn a {
    color: #0c79c5;
    margin: 0;
    padding: 0;
    /*height: 117px;*/
    height: 84px;
    font-size: 20px;
    font-weight: bold;
    /*line-height: 117px;*/
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
#Top .memberbox .catchbox.withoutLogin p.btn a {
    height: 160px;
}
.viewingPremiumItemsBtn,
.viewingPremiumItemsBtnwithoutLogin {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 265;
}
.viewingPremiumItemsBtnwithoutLogin span {
  font-size: 16px;
}

#Top .memberbox .catchbox p.btn a:link,
#Top .memberbox .catchbox p.btn a:visited {
    color: #0c79c5;
    background: #fff;
}

#Top .memberbox .catchbox p.btn a:hover {
    color: #fff;
    background: #0c79c5;
    text-decoration: none;
}

#Top .loginbtn li a {
    color: #fff;
    background: #0c79c5;
    margin: 0;
    padding: 0;
    /*width: 286px;*/
    width: 269px;
    /*height: 60px;*/
    height: 58px;
    font-size: 20px;
    font-weight: bold;
    /*line-height: 60px;*/
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#Top .loginbtn li a:hover {
    text-decoration: none;
    opacity: 0.5;
}

#Top .loginbtn li:first-child a {
    /*margin: 0 0 25px 0;*/
    margin: 0 0 16px 0;
}

#Top .memberbox .name {
    color: #000;
	background: url(/images/senshuikedahd/top_icon_01-dark.png) left 2px no-repeat;
	background-size: auto 40px;
    margin-bottom: 10px;
	padding: 0px 0 5px 52px;
    font-size: 92%;
	line-height: 1.3em;
    border-bottom: solid 2px #e5e5e5;
}

#Top .memberbox .name em {
	font-size: 130%;
	padding-right: 7px;
}

#Top .memberbox .now {
    color: #212121;
    background: #fff;
    font-size:84%;
    border-top: solid 2px #629bc4;
    border-right: solid 2px #629bc4;
    border-bottom: solid 2px #629bc4;
    border-left: solid 2px #629bc4;
}

#Top .memberbox .now em {
    color: #fff;
    background: #629bc4;
	margin-right: 55px;
	padding: 2px 15px;
	font-size: 110%;
    display: inline-block;
}

#Top .memberbox .point {
    color: #fff;
    background: #629bc4;
    padding: 0.3em 0;
	text-align: center;
    line-height: 1;
}

#Top .memberbox .point em {
    color: #fff;
    margin: 0 0.2em 0 0;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
}

#Top .memberbox .point .upgrade {
    color: #fff;
    margin: 0 0.6em 0 0;
    font-size: 145%;
    line-height: 1;
    display: inline-block;
}

#Top .memberbox .point .upgrade:before {
    content: "\f0aa";
    margin: 0 0.2em 0 0;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}


#Top .memberbox .history {
	margin-bottom: 10px;
	text-align: center;
}

#Top .memberbox .middle {
    border-right: solid 2px #97c524;
    border-left: solid 2px #97c524;
}

#Top .memberbox .bottom {
    color: #212121;
    background: #fff;
    margin-bottom: 10px;
    padding: 0.5em 0;
    line-height: 1;
    /* text-align: center; */
    border-right: solid 2px #629bc4;
    border-bottom: solid 2px #629bc4;
    border-left: solid 2px #629bc4;
}

#Top .memberbox .willsCoinDiv a {
    color: #629bc4;
}

#Top .memberbox .willsCoinDiv a:after {
    content: "\f08e";
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}

.kiyakuBox {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}
.kiyakuBox a {
  color: #666;
  font-size: 91%;
}
.kiyakuBox a:visited {
  color: #666;
  text-decoration: none;
}
.kiyakuBox a:hover {
  color: #0c79c5;
  text-decoration: none;
}
.kiyakuBox a i {
  color: #999;
  text-decoration: none;
}

#Top .willsCoinDiv {
    margin: 0 0 20px 0;
    color: #000;
}

#Top .willsCoinDiv .taCenter {
    line-height: 1.6;
}


#Top #Flow {
	padding-bottom:70px;
	border-bottom:1px solid #CCC;
}
#Top #Goods {
	padding-top:70px;
	padding-bottom:70px;
}
#Top #Goods .catch {
	font-size:200%;
}

/*メインイメージ部分*/
.auth-image:hover {
  text-decoration: none;
}
.mainImage h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 12px;
  line-height: 1.2;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.mainImage-discription {
  background: #f4f8fb;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mainImage-item-wrapper {
  display: flex;
  padding: 20px 32px;
  gap: 10px;
      -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}

.mainImage-item {
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  width: 162px;
  text-align: center;
  padding: 14px 8px;
  background: #fff;
}
.mainImage-item-image-01,
.mainImage-item-image-03 {
  width: 40px;
  height: auto;
}
.mainImage-item-image-02 {
  width: 50px;
  height: auto;
}
 a.auth-image:hover img {
  opacity: 1 !important;
}


.mainImage-item-step-01,
.mainImage-item-step-02,
.mainImage-item-step-03 {
  border-bottom: 1px dotted #bababa;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
}
.mainImage-item-step-text1 {
  color: #000;
  font-weight: bold;
}
.mainImage-item-step-text2 {
  color: #3479be;
  font-size: 18px;
  font-weight: bold;
}
.mainImage-item-step-description {
  line-height: 1.2;
  padding-top: 8px;
}
.mainImage-item-step-description span {
  font-size: 11px;
  color: #6b6b6b;
}

/*商品カタログへのリンク*/
.goodsListTitle {
  font-size: 16px;
  /*font-weight: bold;*/
  color: #000;
  border-left: 5px solid #000;
  padding-left: 16px;
}
.goodsListBox-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.goodsListBox-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.goodsListBox-01 a,
.goodsListBox-02 a {
  text-decoration: none;
}
.goodsListBox-01 a:hover,
.goodsListBox-02 a:hover {
  text-decoration: none;
}

.black-course {
  background: #d1d2d4;
  height: 64px;
  width: 465px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 2px solid #221f20;
  box-sizing: border-box;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-bottom: 2px solid #bcbdbe;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.black-course span {
  color: #221f20;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.black-course span i {
    color: #221f20 ;
}
.goodsListBox-01 a:hover .black-course {
    background: #221f20;
    /*border: 2px solid #d1d2d4;*/
}
.goodsListBox-01 a:hover .black-course span {
    color: #d1d2d4;
}
.goodsListBox-01 a:hover .black-course span i {
    color: #d1d2d4;
}
.purple-course {
  background: #d4cedd;
  height: 64px;
  width: 465px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 2px solid #482568;
  box-sizing: border-box;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-bottom: 2px solid #beb9c6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.purple-course span {
  color: #482568;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.purple-course span i {
    color: #482568;
}
.goodsListBox-01 a:hover .purple-course {
    background: #482568;
    /*border: 2px solid #d4cedd;*/
}
.goodsListBox-01 a:hover .purple-course span {
    color: #d4cedd;
}
.goodsListBox-01 a:hover .purple-course span i {
    color: #d4cedd;
}
.green-course {
  background: #d0dad1;
  height: 64px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 2px solid #29623a;
  box-sizing: border-box;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-bottom: 2px solid #bbc4bc;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.green-course span {
  color: #29623a;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.green-course span i {
  color: #29623a;
}
.goodsListBox-02 a:hover .green-course {
    background: #29623a;
    /*border: 2px solid #d0dad1;*/
}
.goodsListBox-02 a:hover .green-course span {
    color: #d0dad1;
}
.goodsListBox-02 a:hover .green-course span i {
    color: #d0dad1;
}
.red-and-orange-course {
  background: #f5dfd4;
  height: 64px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 2px solid #cb4b3c;
  box-sizing: border-box;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-bottom: 2px solid #dcc8be;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.red-and-orange-course span {
  color: #cb4b3c;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.red-and-orange-course span i {
  color: #cb4b3c;
}
.goodsListBox-02 a:hover .red-and-orange-course {
    background: #cb4b3c;
    /*border: 2px solid #f5dfd4;*/
}
.goodsListBox-02 a:hover .red-and-orange-course span {
    color: #f5dfd4;
}
.goodsListBox-02 a:hover .red-and-orange-course span i {
    color: #f5dfd4;
}
.blue-course {
  background: #dadeea;
  height: 64px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 2px solid #133870;
  box-sizing: border-box;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-bottom: 2px solid #c4c7d2;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.blue-course span {
  color: #133870;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all 0.2s ease;
}
.blue-course span i {
  color: #133870;
}
.goodsListBox-02 a:hover .blue-course {
    background: #133870;
    /*border: 2px solid #dadeea;*/
}
.goodsListBox-02 a:hover .blue-course span {
    color: #dadeea;
}
.goodsListBox-02 a:hover .blue-course span i {
    color: #dadeea;
}

/*
#Top #Link {
    margin: 45px auto 0;
    padding: 0 0 60px;
}

#Top #Link .kigyo a,
#Top #Link .ir a {
    display: block;
    float: left;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#Top #Link .kigyo a {
    margin: 0 20px 0 0;
}

#Top #Link .kigyo a:hover,
#Top #Link .ir a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

#Top #Link .kigyo a:hover img,
#Top #Link .ir a:hover img {
    opacity: 1.0;
}

html.pc #Top #Link .kigyo img,
html.pc #Top #Link .ir img {
    width: 540px;
    height: 125px;
}
*/
/* add */
#Top #Link {
    margin: 0 auto;
    padding: 40px 0 64px;
}

#Top #Link .linkArea {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}

#Top #Link .linkArea a {
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
    text-decoration: none;
    flex: 1;
}
#Top #Link .linkArea a:hover {
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#Top #Link .kigyo,
#Top #Link .ir {
    display: inline-block;
    background: #fff;
    width: 96%%;
    border: 2px solid #0c79c5;
    padding: 16px 24px;
    display: flex;
    gap: 24px;
    align-items: center;
}

#Top #Link .kigyo .description .description-title,
#Top #Link .ir .description .description-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}
#Top #Link .kigyo .description .description-detail,
#Top #Link .ir .description .description-detail {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

html.pc #Top #Link .kigyo img,
html.pc #Top #Link .ir img {
    /* width: 475px;
    height: 100px; */
    width: 60px;
    height: 60px;
}

#Top .attention {
    margin: 30px auto 60px;
    width: 1100px;
}

#Top .attention p {
    color: #666;
    margin: 1em 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
}

#Top .topNews {
    margin: 0 auto 60px;
    padding: 0;
    width: 1100px;
}

#Top .topNewsH2 {
    color: #000;
    background: #fff;
    margin: 0 0 0.8em;
    padding: 0;
    font-size: 127%;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.1em;
    border-bottom: none;
    position: relative;
}

#Top .topNewsDList {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    position: relative;
}

#Top .topNewsDList dt {
    color: #666;
    margin: 0 0 0.4em;
    padding: 0;
    width: 100px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    float: left;
}

#Top .topNewsDList dd {
    margin: 0 0 1.4em;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

#Top .topNewsDList dd a:link,
#Top .topNewsDList dd a:visited {
    color: #0c79c5;
    background: url(/images/senshuikedahd/sprite_2x-s738864865b.png) left -374px no-repeat;
	background-size: 30px 414px;
	padding: 0 0 2px 30px;
	line-height: 1.8;
    text-decoration: none;
}

#Top .topNewsDList dd a:hover {
    text-decoration: underline;
}

#Top .deadlineNotes {
    color: red;
    background: #fff;
    margin: 0 auto;
    padding: 1em 0;
    width: 560px;
    font-size: 127%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;
}

.estimatedShippingDate {
    /*background: #fff;*/
    margin: 0;
    padding: 24px 28px;
    width: 599px;
    height: 319px;
    border: solid 2px #0c79c5;
    box-sizing: border-box;
    background-color: #e6e6e6;
    background-image:
      radial-gradient(#fff 20%, transparent 20%),
      radial-gradient(#fff 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}

.estimatedShippingDateH2 {
    color: #0c79c5;
    margin: 0.8em auto 1.2em;
    padding: 0;
    width:  100%;
    height: auto;
    font-size: 172%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;
}

/* .estimatedShippingDateH2:before {
    content: "\f0d1  \f0d1  \f0d1  \f0d1  \f0d1";
    color: #0c79c5;
    margin: 0 0.8em 0 0;
    font-family: FontAwesome;
    display: inline-block;
}

.estimatedShippingDateH2:after {
    content: "\f0d1  \f0d1  \f0d1  \f0d1  \f0d1";
    color: #0c79c5;
    margin: 0 0 0 0.8em;
    font-family: FontAwesome;
    display: inline-block;
} */

.estimatedShippingDate-title {
    font-size: 20px;
    font-weight: bold;
    color: #0c79c5;
    text-align: center;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
}
.estimatedShippingDate-goods {
    background: #fff;
    width: 100%;
    height: 96px;
    display: flex;
    margin-bottom: 27px;
    border: 1px solid #b7d5e9;
    box-sizing: border-box;
    padding: 16px;
}
.estimatedShippingDate-goodsBoxLeft {
    width: 40%;
    text-align: center;
    border-right: 2px solid #b7d5e9;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.estimatedShippingDate-goodsBoxRight {
    width: 60%;
    text-align: center;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.estimatedShippingDate-goodsTitle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}
.estimatedShippingDate-goodsDescription {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.estimatedShippingDate-annotation {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
     line-height: 14px;
}
.estimatedShippingDateList {
    /* background: #efefef; */
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 197px;
    clear: both;
}

.estimatedShippingDateList li {
    background: #fff;
    margin: 0 3% 0 0;
    padding: 0;
    width: 47.75%;
    height: 197px;
    border: solid 2px #629bc4;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.estimatedShippingDateList li:last-child {
    margin: 0;
}

.estimatedShippingDateH3 {
    color: #fff;
    background: #629bc4;
    margin: 0;
    padding: 14px 0 14px;
    width: 100%;
    height: 64px;
    font-size: 120%;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.applicable .estimatedShippingDateH3 {
    background: #0c79c5;
}

.estimatedShippingDateH3 em {
    color: #fff;
    font-size: 172%;
}

.applicable .estimatedShippingDateH3 em {
    color: #c00;
}

.holdStakesPra {
    /* background: #f2f2f2 url(/images/senshuikedahd/top_icon_01-transparent.png) center center no-repeat;
    background-size: 60px 55px; */
    background: #f2f2f2;
    margin: 0.8em auto;
    padding: 0.8em 0;
    width: 86%;
    font-size: 100%;
    line-height: 1.4;
    text-align: center;
}

.holdStakesPra span {
    font-weight: bold;
}

.estimatedShippingDatePra {
    margin: 0 auto 0;
    padding: 0.8em 0;
    font-size: 100%;
    text-align: center;
    /*border: solid 2px #0c79c5;*/
    box-sizing: border-box;
    position: relative;
}

.estimatedShippingDatePra span {
    color: #0c79c5;
/*    margin: 0 0 0.4em; */
    font-weight: bold;
    display: block;
}

/* Course upgrade 2021.10.14 */
#tippy-1,
#tippy-2 {
    text-align: left;
}

.course {
    cursor: pointer;
}

.course:after {
    content: "\f05a";
    /* content: "\f059"; */
    color: #fff;
    margin: 0 0 0 0.6em;
    font-family: FontAwesome;
    font-size: 145%;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
}


/* // 商品一覧 ----------------------------------------------- */

@media screen and (min-width: 581px)  {
    #List .menu_btn1 {
        display: none!important;
    }
}

.goddsAttention {
    /*color: #0c79c5;*/
    color: red;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: solid 1px red;
}

.annotation span {
    color: #c00 !important;
}

.annotation li {
    font-weight: 200;
    padding-left: 1em;
    text-indent: -1em;
}

.deadlineNotes {
    color: red;
    background: #fff;
    margin: 0 auto 0x;
    padding: 0;
    width: 860px;
    font-size: 127%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;

    /* color: #000;
    background: #ffd000; */
}

.productsNotesList {
    margin: 0 0 40px;
}

.productsNotesList li {
    color: #666;
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 88%;
    line-height: 1.5;
    text-indent: -1em;
}

.productsNotesList li:before {
    content: "※";
    margin: 0 0.3em 0 0;
}

#List #Breadcrumb {
	margin-bottom:0;
}

#List #PageTitle {
    height: 0;
	/*margin-bottom: 30px;*/
}
#List #PageTitleDummy {
    margin-bottom: 30px;
}
#List h1.headTxA {
    padding: 0 0 0.8em;
}


/* Recommend 共通 */
#List .image {
    position: relative;
}

@media screen and (min-width: 1501px)  {
	#List #PageTitle {
		/* background-size:cover; */
	}
}

.googsListWrap {
	width:900px;
	margin-left:-40px;
}
.googsListWrap:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.googsListWrap {
    display: inline-block;
}

/* Hides from IE Mac */
* html .googsListWrap {
    height: 1%;
}

.googsListWrap {
    display:block;
}
/* End Hack */

.googsListWrap .googsItem {
	width: 260px;
    margin: 0 0 75px 40px;
    float: left;
	position: relative;
}

.googsListWrap .googsItem a {
	padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.googsListWrap .googsItem a:hover {
    text-decoration: none;
}

.googsListWrap .googsItem a p.ph {
	width: 260px;
	height: 260px;
    display: block;
	overflow: hidden;
}

.googsListWrap .googsItem a p.ph img {
	width: 260px;
	height: auto;
	position: relative;
}

.googsListWrap .googsItem a p.ph img.lie {
	width: auto;
	height: 260px;
}


.googsListWrap .googsItem a p.name {
	color: #333;
    margin: 20px 0 45px;
	font-size: 108%;
	font-weight: normal;
	line-height: 1.6;
}

.googsListWrap .googsItem a p.point {
    color: #000;
	font-size: 130%;
	position: absolute;
	bottom: 13px;
	left: 0;
}

.googsListWrap .googsItem a .detail {
    background: #0c79c5;
    margin: 0;
    padding: 0;
    width: 119px;
    height: 36px;
    font-size: 108%;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    position: absolute;
	bottom: 8px;
	right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.googsListWrap .googsItem a .detail span {
    color: #fff !important;
}

.googsListWrap .googsItem a .detail i {
	color: #fff;
	padding-left: 20px;
}

.googsListWrap .googsItem a:hover .detail {
    color: #000;
    background: #e5e5e5;
}

.googsListWrap .googsItem a:hover .detail span {
    color: #333 !important;
}

.googsListWrap .googsItem a:hover .detail i {
	padding-left: 24px;
}

#List ul.pageNav {
    background: #fff;
	margin: 0 0 4em;
	padding: 10px;
    text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#List ul.pageNav li {
    background: #efefef;
    margin: 0 2px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

#List ul.pageNav li:empty {
    background: none;
}

#List ul.pageNav li a {
    background: #fff;
    margin: -5px -13px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: solid 1px #fff;
    display: block;
}

#List ul.pageNav li span{
	color:#FFF;
	background: #333;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
    display: inline-block;
}

#List ul.pageNav li a:link,
#List ul.pageNav li a:visited {
    text-decoration: none;
}

#List ul.pageNav li a:hover {
    color: #0c79c5;
    border: solid 1px #ddd;
}

#List ul.pageNav li a:hover i {
    color: #0c79c5;
}

#CategoryMenu .block.user {
	border: solid 4px #ec6c00;
	padding:8px;
	background-color: #fff;
	margin-bottom:20px;
	line-height:1.2;
	color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#CategoryMenu .block.user p.name {
	padding-left:29px;
	position:relative;
	font-size:12px;
	margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #333;
}
#CategoryMenu .block.user p.name em {
	font-size:15px;
	display:inline-block;
	padding-right:7px;
	font-weight:500;
	padding-bottom:1px;
}
#CategoryMenu .block.user p.name i {
	position:absolute;
	top:2px;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:30px;
}

#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color:#91002E;
}
/* add */
#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color: #ec6c00;
}
#CategoryMenu .block.user p.point em {
	font-size:28px;
	padding-right:7px;
}
/* #CategoryMenu .block.user p.date {
	text-align:center;
	font-weight:100;
	font-size:10px;
	color:#444;
} */
/* add */
#CategoryMenu .block.user p.date {
	text-align:center;
	font-weight:100;
	font-size:11px;
	color:#333;
}


/*
.modal .block.point {
	margin-top:40px;
}

.modal p.head {
	font-size:17px;
	border-left:1px solid #333;
	font-weight:200;
	padding:23px 0 23px 19px;
	margin-bottom:15px;
}
.modal ul.menu{
}
.modal ul.menu li.parent > a{
	font-weight:200;
	padding:15px 0 15px 32px;
	display:block;
	font-size:14px;
	line-height:1.5;
	position:relative;
}
.modal ul.menu a:hover{
	text-decoration:none;
	background-color:#F8F8F8;
}

.modal ul.menu li i {
	font-size:22px;
	padding-right:17px;
	position:absolute;
	top:28%;
	left:15px;
	color:#777;
	font-weight:100;
}
.modal ul.menu li a:hover i {
	left:18px;
}
.modal ul.menu .childWrap{
	padding-bottom:18px;
	display:none;;
}

.modal ul.menu .childWrap li.child a{
	margin-left:25px;
	font-weight:200;
	display:block;
	font-size:13px;
	line-height:1.4;
	padding:10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
*/
/* .modal ul.menu li.parent > a.on,
.modal ul.menu .childWrap a.on{
	background-color:#003772;
	color:#FFF;
} */
/* add */

.modal ul.menu li.parent > a.on,
.modal ul.menu .childWrap a.on{
	background-color:#333;
	color:#FFF;
}
/*
.modal ul.menu li.parent > a.on i {
	display:none;
}
*/



/* // 商品検索 ----------------------------------------------- */
#productSearch {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: 35px;
    position: relative;
}

#productSearch input[type="text"] {
    color: #444;
    margin: 0;
    padding: 0 10px;
    width: 838px;
    height: 34px;
    font-size: 0.9375em; /* 15px */
    line-height: 1em;
     border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: content-box; /* for Google Chrome - 幅にパディングを含めない */
    -webkit-appearance: none; /* for Safari - 初期スタイルをリセット */
}

#productSearch input[type="text"]::-webkit-input-placeholder { /* for Safari & Google Chrome */
    color: #b3b3b3;
    padding-top: 0.2em;
}

#productSearch input[type="text"]::-moz-placeholder { /* for Firefox */
    color: #b3b3b3;
}

#productSearch input[type="text"]:-ms-input-placeholder { /* for IE */
    color: #b3b3b3;
}

#productSearch input[type="text"]:focus {
    outline:none;
    /* background: #ffe5e5;
    -webkit-box-shadow: rgba(37, 74, 128, 0.7) 0px 0px 2px 1px inset;
    -moz-box-shadow: rgba(37, 74, 128, 0.7) 0px 0px 2px 1px inset;
    box-shadow: rgba(37, 74, 128, 0.7) 0px 0px 2px 1px inset; */
    border: solid 1px #000;
}

#productSearch input[type="submit"] {
    color: #efefef;
    background: #0c79c5;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 36px;
    font-family: FontAwesome;
    font-size: 1.375em; /* 22px */
    line-height: 1;
    border: 1px solid #0c79c5;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 760px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

#productSearch input[type="submit"]:hover {
    color: #000;
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
}

.searchResultPra {
    color: #333;
    margin: -20px 0 40px;
    padding: 0;
    font-size: 1em; /* 16px */
    line-height: 1.5;
}

.searchResultPra strong {
    color: #699ad0;
    margin: 0 0.2em;
    font-size: 1.125rem; /* 18px */
    font-weight: bold;
    line-height: 1.5;
}




/* // 商品詳細 ----------------------------------------------- */

@media screen and (min-width: 581px)  {
    #Detail .menu_btn1 {
        display: none!important;
    }
}

#Detail #DetailWrap {}

/*Recommend 共通 */
#Detail .image {
 position: relative;
 z-index: 2;
}

/*Recommend ribbon */
#Detail .point-ribbon {
 position: absolute;
 background: #FF797D;
 font-size: 12px;
 color: #fff;
 z-index: 1;
}

#Detail .point-ribbon:before {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}

#Detail .point-ribbon:after {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}

/* ⑤ribbon-l */
#Detail .point-ribbon-l {
 top: .5em;
 left: -6px;
 height: 1.5em;
 line-height: 1.5;
 padding-left: .5em;
}

#Detail .point-ribbon-l:before {
 left: 0;
 top: 100%;
 border-top:6px solid #C83539;
 border-left:6px solid transparent;
}

#Detail .point-ribbon-l:after {
 left: 100%;
 bottom: 0;
 border:.8em solid #FF797D;
 border-right:.7em solid transparent;
}

#DetailWrap:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#DetailWrap {
    display: inline-block;
}

/* Hides from IE Mac */
* html #DetailWrap {
    height: 1%;
}

#DetailWrap {
    display: block;
}
/* End Hack */

#Detail #DetailWrap .phArea {
	margin-right: 50px;
	width: 400px;
    float: left;
}

#Detail #DetailWrap .txArea {
	width: 410px;
    float: left;
}
#Detail .flex-control-nav {
    margin-left: -5px;
	width: 410px;
}

#Detail #DetailWrap .txArea {
	width: 410px;
    float: left;
}

#Detail #MainContents .btnBack a {
    color: #0c79c5;
    background: #fff;
    padding: 3px 0;
    width: 168px;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.1em;
    border: solid 1px #0c79c5;
    display: block;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#Detail #MainContents .btnBack a:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}


#Detail #MainContents .nowPoint {
    color: #629bc4;
    margin-top: -36px;
	font-size: 120%;
    line-height: 1;
	text-align: right;
}

#Detail #MainContents .nowPoint span {
	padding:0 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 3px #629bc4;
    display:inline-block;
}

#Detail #MainContents .nowPoint span i {
	padding-right: 15px;
    font-size: 200%;
	position: relative;
	top: 4px;
}

#Detail #MainContents .nowPoint span strong {
	padding: 0 8px;
	font-size: 115%;
	font-weight: bold;
}

#Detail #MainContents .over {
    color: #ea002e;
	text-align: right;
}

#Detail #MainContents .goodsname {
    color: #000;
    background: #fff;
    margin: 1em 0;
    padding: 0.8em 0;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.1em;
    border: none;
    position: relative;
}

#Detail #MainContents .exchange {
	color: #fff;
	background: #666;
    margin-bottom: 27px;
	padding: 10px 20px;
    font-size: 110%;
    line-height: 1;
}

#Detail #MainContents .description {
	margin-bottom: 25px;
}

#Detail #MainContents .icon {
	margin-bottom: 25px;
}

#Detail #MainContents .icon img {
	padding-right: 10px;
}

#Detail #MainContents .attention {
	color: #c00;
	font-size: 80%;
	line-height: 1.6;
}

#Detail #MainContents .attentionAlcohol {
    color: #c00;
    font-size: 130%;
    line-height: 1.6;
}

#Detail #MainContents .submit {
	margin-top: 50px;
}

#Detail #MainContents .submit a {
    color: #fff;
    background: #0c79c5;
    margin-top: 50px;
    padding: 25px 15px;
    width: 100%;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: 0;
    display: block;
    position: relative;
	box-sizing: border-box;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#Detail #MainContents .submit a i{
	color: #fff;
    margin: 0 0.4em 0 0;
}

#Detail #MainContents .submit a:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
}

#Detail #MainContents .submit a:hover i {
    color: #000;
}

#Detail #MainContents .submit.none a {
	background: #d6e7f5;
	cursor: default;
}

a.ns-link--pdf {
    color: #0c79c5;
    /* padding-left: 8px;
    background: #ccc; */
}

a.ns-link--pdf:before {
    content: "";
    margin: 0 0.5em 0 0;
    background-image: url("/images/senshuikedahd/sprite_2x-s738864865b.png");
    background-position: -4px -741px;
    background-size: 30px 414px;
    width: 16px;
    height: 20px;
    vertical-align: text-bottom;
    display: inline-block;
}

a.ns-link--pdf:hover:before {
    opacity: 0.5;
}





/* // 配送先選択 ----------------------------------------------- */

.goods_notice {
    color: #c00;
}


/* // 優待商品交換履歴 ----------------------------------------------- */

.exchangeHistCheckPoint {
    margin: -20px 0 15px;
}

.exchangeHistoryList {
    margin: 0 0 4em;
    padding: 0;
    width: 100%;
    border-top: solid 1px #eee;
}

.exchangeHistoryList tr {
    margin: 0;
}

.exchangeHistoryList td {
    border-bottom: solid 1px #eee;
}

.exchangeHistoryDate {
    color: #666;
    background: #fcfcfc;
    padding: 0.4em 1em;
}

.exchangeHistoryTotalPoints {
    margin: 0 0 0 1em;
}

.exchangeHistoryPhoto {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 160px;
    vertical-align: middle;
}

.exchangeHistoryPhoto img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 1;
    display: block;
}

.exchangeHistoryName {
    margin: 0;
    padding: 0 0 0 20px;
    width: 360px;
    height: 120px;
    line-height: 1.4;
    vertical-align: middle;
}

.exchangeHistoryName a {
    margin: 0;
    padding: 0;
}

.exchangeHistoryName a:link, .exchangeHistoryName a:visited {
    color: #0c79c5;
    text-decoration: none;
}

.exchangeHistoryName a:hover {
    text-decoration: underline;
}

.exchangeHistoryPoint {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: right;
    vertical-align: middle;
}

.exchangeHistoryQuantity {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.exchangeHistoryReExchang {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.exchangeHistoryReExchang a {
    margin: 0;
    padding: 0.4em 0;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    border: solid 2px #0c79c5;
    display: block;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.exchangeHistoryReExchang a:link, .exchangeHistoryReExchang a:visited {
    color: #0c79c5;
    background: #ffe3e3;
    text-decoration: none;
}

.exchangeHistoryReExchang a:hover {
    background: #ffeded;
}

.outOfStockExHistory .exchangeHistoryReExchang {
    color: #900;
}

.endOfLifeExHistory .exchangeHistoryReExchang {
    color: #555;
}

.pageNavWarp {
    margin: 0;
    padding: 0;
}

.pageNavWarp ul.pageNav {
    background: #fff;
	margin: 0 0 4em;
	padding: 10px;
    text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.pageNavWarp ul.pageNav li {
    background: #efefef;
    margin: 0 2px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

.pageNavWarp ul.pageNav li:empty {
    background: none;
}

.pageNavWarp ul.pageNav li a {
    background: #fff;
    margin: -5px -13px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: solid 1px #fff;
    display: block;
}

.pageNavWarp ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

.pageNavWarp ul.pageNav li a:link,
.pageNavWarp ul.pageNav li a:visited {
    text-decoration: none;
}

.pageNavWarp ul.pageNav li a:hover {
    color: #0c79c5;
    border: solid 1px #ddd;
}

.pageNavWarp ul.pageNav li a:hover i {
    color: #0c79c5;
}




/* // よくある質問 ----------------------------------------------- */

#Help .block {
	margin-bottom: 40px;
}

#Help .btnA.s {
    color: #fff;
    background: #0c79c5 !important;
    margin: ;
    padding: 0.4em 2.4em 0.4em 1em;
    letter-spacing: 0;
    width: auto !important;
    height: auto !important;
    border: solid 1px #0c79c5;
    position: relative !important;
}

#Help .btnA.s i {
    color: #fff;
}

#Help .item {
	margin-bottom: 25px;
	padding-bottom: 20px;
	line-height: 1.7em;
    border-bottom: 1px dotted #ccc;
}

#Help .item .que {
    margin-bottom: 12px;
    padding-left: 75px;
    min-height: 35px;
    font-weight: 300;
	position: relative;
}

#Help .item .que em {
    color: #148ce2;
	font-size: 20px;
    font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

#Help .item .ans {
	padding-left: 75px;
    min-height: 35px;
    font-weight: 200;
    position: relative;
}

#Help .item .ans em {
    color:#e2006d;
    font-size: 20px;
    font-weight: 200;
	position: absolute;
	top: 0;
	left: 0;
}

#Help .item .ans em {
    color: #c00;
    font-size:20px;
    font-weight:bold;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion__list {
  width: 100%;
  /*padding: 10px;*/
}

.accordion__item:nth-child(n+2) {
  margin-top: 10px;
}

.accordion__head {
  position: relative;
  width: 100%;
  padding: 10px;
  color:#555;
  background: #fff;
  cursor: pointer;
  border: 1px solid #0c79c5;
  box-sizing: border-box;
  border-radius: 4px;
}
.accordion__head .question {
  display: flex;
}
.accordion__head .question .question-number {
  width: 8%;
  font-size: 18px;
  font-weight: bold;
  color: #148ce2;
}
.accordion__head .question .question-content {
  width: 88%;
}

.accordion__head::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0c79c5;
  font-size: 20px;
}

.accordion__item.active .accordion__head::after {
  content: "-";
  right: 13px;
  font-size: 20px;
}

.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 10px;
  background: #fff;
  transition: all .1s ease;
  box-sizing: border-box;
}
.accordion__body .answer {
  display: flex;
}
.accordion__body .answer .question-number {
  width: 8%;
  font-size: 18px;
  font-weight: bold;
  color: #c00;
}
.accordion__body .answer .question-content {
  width: 88%;
}

.accordion__item.active .accordion__body {
  height: auto;
  padding: 10px;
}


/* // 株主ポスト ----------------------------------------------- */
#Post ul.postList li {
    color: #666;
    margin: 0 0 1em;
    padding: 0 0 2em;
    font-size: 13px;
    line-height: 1.6em;
    border-bottom: 2px dotted #ccc;
	box-sizing: border-box;
}

#Post .headTxA.mab35 + ul.postList {
    padding-top: 1em;
    border-top: 2px solid #ddd;
}

#Post ul.postList:last-of-type {
    margin-bottom: 3em;
}

#Post ul.postList:last-of-type li {
    border-bottom: 2px solid #ddd;
}

#Post ul.postList li .badgeIcon {
    color: #fff;
    background: #ccc;
    margin: 0 0 0 2px;
    padding: 2px 0;
    width: 100px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

#Post ul.postList li .IRBadge {
    background: #164a84;
}

#Post ul.postList li .PRBadge {
    background: #4cade2;
}

#Post ul.postList li .campaignBadge {
    background: #ff8800;
}

#Post ul.postList li .importantBadge {
    background: #cc0000;
}

#Post ul.postList li a {
    margin: 0.2em 0 0;
    /* padding: 0 0 0 2em; */
    padding: 0 0 0 1em;
    font-size: 14px;
    display: block;
    position: relative;
}

#Post ul.postList li a:link {
    color: #0c79c5;
    text-decoration: none;
}

/* #Post ul.postList li a:link:before {
    content: "";
    background: #629bc4;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    position: absolute;
    top: 7px;
    left: 1em;
} */

#Post ul.postList li a:visited {
    color: #aaa;
    text-decoration: none;
}

/* #Post ul.postList li a:visited:before {
   background: #fff;
} */

#Post ul.postList li a:hover {
    text-decoration: underline;
}

#Post ul.postList li i {
    color: #888889;
    font-size: 13px;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    left: 0;
}

#Post .detailBlock .ph {
	float:right;
	display:block;
	width:300px;
	margin-left:30px;
}
#Post .detailBlock .tx {
	float:left;
	width:470px;
}

#Post ul.pageNav {
    background: #fff;
	margin: 0 0 4em;
	padding: 10px;
    text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#Post ul.pageNav li {
    background: #efefef;
    margin: 0 2px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

#Post ul.pageNav li:empty {
    background: none;
}

#Post ul.pageNav li a {
    background: #fff;
    margin: -5px -13px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: solid 1px #fff;
    display: block;
}

#Post ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

#Post ul.pageNav li a:link,
#Post ul.pageNav li a:visited {
    text-decoration: none;
}

#Post ul.pageNav li a:hover {
    color: #0c79c5;
    border: solid 1px #ddd;
}

#Post ul.pageNav li a:hover i {
    color: #0c79c5;
}



/* // 優待ポイントについて
 ----------------------------------------------- */
#Program .mv {
	background: url(/images/senshuikedahd/program_mv_bg.jpg) right bottom no-repeat;
    height: 250px;
	text-align: left;
}

#Program .mv img {
    width: 100%;
}

#Program table {
    color: #333;
    font-size: 122%;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-collapse: collapse;


}
#Program table th {
    color: #222;
    background: #f0f0f0;
	padding: 10px;
	font-weight: bold;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

#Program table th.column-2,
#Program table th.column-3 {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
}

#Program table th:not(:last-child) {
	border-right: 1px solid #ddd;
}

#Program table td {
	padding: 10px;
    text-align: center;
	vertical-align: top;
}

#Program table td:not(:last-child) {
	border-right: 1px dotted #ddd;
}

#Program table tr:nth-child(odd) td {
    background: #fff;
}
#Program table tr:nth-child(even) td {
    background: #fafafa;
}

#Program .bnr {
    background:url(/images/senshuikedahd/program_bnr_01_bg.png) left top no-repeat;
    background-size: 100% 100%;
    padding: 35px 0;
}

.pointTableNotesList {
    margin: 1em auto 80px;
    padding: 0;
    width: 800px;
}

.pointTableNotesList li {
    color: #555;
    margin: 0 0 0.6em 1em;
    padding: 0;
    font-size: 82%;
    line-height: 1.5;
    text-indent: -1em;
}

.pointTableNotesList li:before {
    content: "※";
}



/* // 企業情報
 ----------------------------------------------- */
#stockQuotes iframe {
	height: 2300px;
}



/* // ポイント通帳
 ----------------------------------------------- */
#Passbook table {
	border-collapse: collapse;
	text-align: left;
	font-size:13px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
}
#Passbook table th {
	padding: 10px;
	vertical-align: top;
	color: #fff;
	background: #103082;
	text-align:center;
	vertical-align: middle;
}
#Passbook table th:not(:last-child) {
	border-right:1px dotted #FFF;
}
#Passbook table td {
	border-bottom:1px dashed #ccc;
	padding: 5px;
	vertical-align: top;
	text-align:center;
}
#Passbook table td:not(:last-child) {
	border-right:1px dotted #999;
}
.pwNowUserPoint {
	width:85%;
	border:5px #cccdc4 solid;
	padding:14px;
	background-color:#FCFCF4;
	margin: auto;
	margin-bottom:25px;
	color:#222;
}
.pwNowUserPoint em {
	font-weight:600;
	padding-right:10px;
	font-size:108%;
}
.pwNowUserPoint span.point {
	margin-left:30%;
	padding-left:10px;
	color: #dc0067;
}
.pwNowUserPoint p.buyWillsCoin {
	margin-top: 8px;
}
.pwNowUserPoint span.point em {
	font-size:250%;
}

.fa-exclamation-circle {
	font-size:18px;
    margin-right: 0.4em;
    color: #c30d23;
}

.pwNowUserPoint span.deadLine {
	padding-right:5px;
	padding-left:5px;
	font-size:17px;
	color: #dc0067;
}

.pwNowUserPoint span.attention {
	font-size:11px;
	line-height: 1em;
}
.pwNowUserPoint p.attention {
	text-align: center;
}
.pwDeadLine {
  color: #999;
}

.pwUsePoint {
  background-color : #F6CECE;
}

.pwLosePoint {
  background-color : #E0F8F1;
}
.pwEmphasis{
  color: #FF0000;
}

/* // バーチャル株主総会
 ----------------------------------------------- */
.AnnualMeetingWrap {
    /* background: #edf1f4; */
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25) inset, 0 -2px 3px 0 rgba(0,0,0,0.25) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25) inset, 0 -2px 3px 0 rgba(0,0,0,0.25) inset;
    box-shadow: 0 2px 6px -4px rgba(0,0,0,0.25) inset, 0 -2px 6px -4px rgba(0,0,0,0.25) inset;

    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #edf1f4;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                        color-stop(.25, rgba(188, 192, 194, 0.32)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(188, 192, 194, 0.32)),
                        color-stop(.75, rgba(188, 192, 194, 0.32)), color-stop(.75, transparent),
                        to(transparent)),
                  -webkit-gradient(linear, 0 0, 100% 100%,
                        color-stop(.25, rgba(188, 192, 194, 0.32)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(188, 192, 194, 0.32)),
                        color-stop(.75, rgba(188, 192, 194, 0.32)), color-stop(.75, transparent),
                        to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -webkit-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -moz-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -ms-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -o-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);

    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    pointer-events: none;
}

.AnnualMeetingWrap:hover {
    /* background: #333; */
    -webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #333333;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                        color-stop(.25, rgba(153, 153, 153, 0.3)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(153, 153, 153, 0.3)),
                        color-stop(.75, rgba(153, 153, 153, 0.3)), color-stop(.75, transparent),
                        to(transparent)),
                  -webkit-gradient(linear, 0 0, 100% 100%,
                        color-stop(.25, rgba(153, 153, 153, 0.3)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(153, 153, 153, 0.3)),
                        color-stop(.75, rgba(153, 153, 153, 0.3)), color-stop(.75, transparent),
                        to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -webkit-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -moz-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -ms-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -o-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
}

.AnnualMeeting {
    background: #fff;
    margin: 15px auto;
    padding: 0;
    width: 980px;
    height: 60px;
    line-height: 1;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    pointer-events: auto;
}

/* .AnnualMeeting:hover {} */

.AnnualMeeting a {
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 60px;
    display: block;
    position: relative;
}

/* .AnnualMeeting a:after {} */

.AnnualMeeting a:after {
    content: "\f18e";
    color: #900;
    margin: auto 0;
    padding: 0;
    font-size: 300%;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
}

.AnnualMeeting a:link, .AnnualMeeting a:visited {
    text-decoration: none;
}

/* .AnnualMeeting a:hover {} */

.AnnualMeeting .subject {
    color: #172a88;
    margin: 0;
    padding: 0 1em;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 172%;
    font-weight: bold;
    position: relative;
}

.AnnualMeeting .subject:before {
    content: "";
    background: #c30d23;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
}

.AnnualMeeting .time {
    color: #333;
    margin: 0;
    padding: 0 1.2em 0 0;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 154%;
    font-weight: bold;
}

.AnnualMeeting .time:before {
    content: "\f017";
    color: #999;
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
    font-weight: normal;
}

.AnnualMeeting .time span {
    margin: 0;
    padding: 0 0.4em 0 0.2em;
    font-size: 56%;
}

.AnnualMeeting .explain {
    color: #fff;
    background: #0a5afe;
    margin: 15px 0 0;
    padding: 0;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}

/* .AnnualMeeting .explain:after {} */

.videoContainerWrap {
    margin: 1em auto 2em;
    padding: 0;
    width: 720px;
    height: 100%;
}

.video-container {
    border: 1px solid;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* // バーチャル株主総会
 ----------------------------------------------- */
.videoContainerWrap {
    margin: 0px auto;
    padding: 0;
    width: 720px;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.videoNote {
    margin: 0 auto 1em;
    width: 720px;
}

.videoNote p {
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 82%;
    line-height: 1.3;
    text-indent: -1em;
}

.videoNote p:before {
    content: "※";
}

.Switching {
    margin: 0;
    padding: 0;
    width: 300px;
    height: auto;
    position: fixed;
    bottom: 120px;
    right: 100px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    z-index: 9999;
}

.tabArea {
    margin: 0 0 20px;
    /*padding: 20px 0 0;*/
    width: 100%; /* 800px */
    height: auto;
}

.archiveH2 {
    color: #444;
    margin: 60px auto 20px;
    width: 860px;
    font-size: 172%;
    font-weight: normal;
    text-align: center;
    border: none;
}

.archiveWrap {
    background: #f2f2f2;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
}

.systemRequirementsNotesPra {
    background: #f9f9f9;
    margin: 40px auto 20px;
    padding: 1.2em 0;
    width: 800px;
    font-size: 82%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.archivePra {
    color: #0c79c5;
    margin: 0px auto 0px;
    width: 860px;
    text-align: center;
    /*text-decoration: underline;*/
}

.archiveMemo {
    color: #000;
    margin: 20px auto 30px;
    width: 860px;
    text-align: center;
}

/* Line Switching */
.reloadPra {
    margin: 20px 0 0;
    text-align: center;
    line-height: 1;
}

.reloadPra a {
	background: #f3f3f3;
	margin: 0 0.2em;
	padding: 0.4em 0.6em;
	font-size: 91%;
	line-height: 1;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.reloadPra a:link,
.reloadPra a:visited {
	text-decoration: none;
}

.reloadPra a:hover {
	color: #fff;
	background: #0c79c5;
}

.reloadPra a:hover:before {
	color: #fff;
}

.reloadPra a:before {
	content: "\f021";
    color: #0c79c5;
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}

/* survey */
.surveyBtn {
    color: #fff;
    background: #0c79c5;
    margin: 0 auto 10px;
    padding: 16px 0;
    width: 50%;
    font-size: 118%;
    font-weight: normal;
	line-height: 1;
	text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border: solid 1px #0c79c5;
	display: block;
	box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.surveyBtn:after {
    content: "\f14c";
    color: #fff;
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
}

.surveyBtn:link,
.surveyBtn:visited {
    color: #fff;
    text-decoration: none;
}

.surveyBtn:hover {
    color: #fff;
    text-decoration: underline;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	}

.surveyBtn:hover:after {
    color: #fff;
}

.lineSwitching {
	margin: 30px auto 0;
	padding: 0;
	/* width: 720px; */
}

.lineSwitchingPra {
	color: #7f7f7f;
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 82%;
	/* font-size: 73%; */
	line-height: 1.4;
}

.lineSwitchingPra a:link,
.lineSwitchingPra a:visited {
	text-decoration: underline;
}

.lineSwitchingPra a:hover {
	color: #0c79c5;
	text-decoration: none;
}

.lineSwitchingPra ol li {
	float: left;
}

.lineSwitchingOList {
	background: #dfdfdf;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lineSwitchingOList:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

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

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

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

.lineSwitchingOList li a {
	background: #fff;
	width: 100%;
	height: 24px;
	/* font-size: 82%; */
	font-size: 73%;
	line-height: 24px;
	text-align: center;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	display: block;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.lineSwitchingOList li a:link,
.lineSwitchingOList li a:visited {
	text-decoration: none;
}

.lineSwitchingOList li a:hover {
	color: #fff;
	background: #0a3;
	text-decoration: none;
}

.lineSwitchingOList li a:hover:before {
	color: #fff;
}

.lineSwitchingOList li a:before {
    content: "\f105";
    color: #af1d7b;
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}

.lineSwitchingOList li a.current {
	color: #fff;
	background: #0a3;
}

.lineSwitchingOList li a.current:before {
	content: "●";
    color: #fff;
    margin: 0 0.4em 0 0;
}

.lineSwitchingOList li:first-child a,
.lineSwitchingOList li:first-child a:before {
	color: #08d;
}

.lineSwitchingOList li:first-child a:hover,
.lineSwitchingOList li:first-child a:hover:before {
	color: #fff;
}

.lineSwitchingOList li a.current:first-child,
.lineSwitchingOList li a.current:first-child:before {
	color: #fff;
}



/* ajax ver */
#changeTab {
    margin: 0 0 20px;
    border-bottom: solid 8px #0c79c5;
}

#changeTab:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#changeTab li {
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

#changeTab li a {
    color: #0c79c5;
    background: #f3f3f3;
    margin: 0;
    width: 200px;
    height: 60px;
    font-size: 118%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    /*border-radius: 3px;*/
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#changeTab li a:before {
    content: "\f105";
    /*color: #af1d7b;*/
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    left: 1em;
    border: 0;
}

#changeTab li a:link,#changeTab li a:visited {
    text-decoration: none;
}

#changeTab li a:hover {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}

#changeTab li a.current {
    color: #fff;
    background: #0c79c5;
    font-weight: bold;
}

#changeTab li a.current:before {
    content: none;
}

#changeTab li a.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loading {
    height: 800px;
    position: relative;
}

#loading img {
    background: #ccc;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
dl.tableA dd:first-child {
    border-top: 1px #d8d8d6 solid !important;
}



/* iframe ver */
iframe.autoHeight {
    width: 100%; /* 800px */
    vertical-align: bottom; /* 下余白を非表示 */
}

#changeIFrame {
    margin: 0 0 40px;
}

#changeIFrame:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#changeIFrame li {
    color: #333;
    background: #f3f3f3;
    margin: 0 10px 0 0;
    width: 200px;
    height: 60px;
    font-size: 118%;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    border-radius: 3px;
    display: block;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#changeIFrame li:before {
    content: "\f105";
    color: #af1d7b;
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em;
    border: 0;
}

#changeIFrame li:hover {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
    cursor: pointer;
}

#changeIFrame li.current {
    color: #fff;
    background: #af1d7b;
}

#changeIFrame li.current:before {
    content: none;
}

#changeIFrame li.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* css ver */
#changeDiv {
    margin: 0 0 40px;
}

#changeDiv:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#changeDiv li {
    color: #333;
    background: #f3f3f3;
    margin: 0 10px 0 0;
    width: 200px;
    height: 60px;
    font-size: 118%;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    border-radius: 3px;
    display: block;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#changeDiv li:before {
    content: "\f105";
    color: #af1d7b;
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em;
    border: 0;
}

#changeDiv li:hover {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
    cursor: pointer;
}

#changeDiv li.current {
    color: #fff;
    background: #af1d7b;
}

#changeDiv li.current:before {
    content: none;
}

#changeDiv li.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content {
    display: none;
}

.content.active {
    display: block;
}



.signLamp {
    color: #fff;
    background: #b00;
    margin: 2em auto;
    padding: 0.5em 0;
    width: 150px;
    height: auto;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.signLamp:before {
    content: "\f192";
    color: #fff;
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
    font-weight: normal;
}

.preSignLamp {
    color: #fff;
    background: #0a5afe;
    margin: 2em auto;
    padding: 0.5em 0;
    width: 300px;
    height: auto;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.preSignLamp:before {
    content: "\f017";
    color: #fff;
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
    font-weight: normal;
}

.tableA .item .form-control {
    width: 100%;
}

.status_disp_error {
    color: #b00;
    margin: 2em 0;
    padding: 0.8em 1em;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    border: solid 2px #b00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.status_disp_message {
    color: #155724;
    margin: 2em 0;
    padding: 0.8em 1em;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    border: solid 2px #155724;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


/* // バーチャル株主総会(メッセージ)
 ----------------------------------------------- */
.css-fukidashi {
  padding: 0;
  margin: 0;
  position: relative;
}
.text {
  resize: auto;

}
.fukidashi {
  display: none;
  width: 450px;
  position: absolute;
  bottom: 100px;
  right: 0px;
  padding: 16px;
  border-radius: 5px;
  background: #33cc99;
  color: #fff;
  font-weight: bold;
}
.fukidashi:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -19px;
  margin-left: 10px;
  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;
}

/* // 優待ポイントについて
----------------------------------------------- */
.gotoPortalBtn {
    color: #383fa3;
    background: #fff;
    margin: 0.6em 0 40px;
    padding: 0 0.8em;
    width: auto;
    height: 36px;
    font-size: 118%;
    line-height: 36px;
    text-align: center;
    border: solid 3px #383fa3;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.gotoPortalBtn:before {
    content: "\f138";
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}

.gotoPortalBtn:link,
.gotoPortalBtn:visited {
    color: #383fa3;
    background: #fff;
    text-decoration: none;
}

.gotoPortalBtn:hover {
    color: #fff;
    background: #383fa3;
    text-decoration: none;
}

.topH3 {
    color: #333;
    margin: 30px;
    padding: 0 0 0 1em;
    font-size: 1.750rem; /* 28px */
    line-height: 1.1;
    position: relative;
}

.topH3 a:link,.topH3 a:visited {
    color: #333;
    text-decoration: none;
}

.topH3 a:hover {
    color: #af1d7b;
    text-decoration: underline;
}

.topH3:before {
    content: "\f105";
    color: #af1d7b;
    margin: 0 0.6em 0 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.registerPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.25em; /* 20px */
    line-height: 1.6;
}

.registerPra + .registerPra {
    margin-top: -20px;
}

.registerPra em,
.loginPra em {
    font-weight: bold;
    text-decoration: underline;
}

/* top */
#Top #Header {
    border-bottom: solid 1px #ececec;
}

.entrance {
    margin: 0 auto;
    width: 960px;
    box-sizing: border-box;
}

.topH2 {
    color: #333;
    margin: 20px 0;
    padding: 0.6em 0;
    width: 100%;
    font-size: 1.750rem; /* 28px */
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
}

.topH2:after {
    content: "";
    background: #af1d7b;
    margin: 0 auto;
    padding: 0;
    width: 40px;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
}

.register{
    margin: 0;
    padding: 0;
    width: 400px;
    height: auto;
    border: solid 10px #e8e8e8;
}

.topH3 {
    color: #333;
    margin: 30px;
    padding: 0 0 0 1em;
    font-size: 1.750rem; /* 28px */
    line-height: 1.1;
    position: relative;
}

.topH3 a:link,.topH3 a:visited {
    color: #333;
    text-decoration: none;
}

.topH3 a:hover {
    color: #af1d7b;
    text-decoration: underline;
}

.topH3:before {
    content: "\f105";
    color: #af1d7b;
    margin: 0 0.6em 0 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.standBy .topH3 {
    margin: 30px 30px -10px 30px;
    padding: 0;

}

.standBy .topH3:before {
    content: none;
}

.registerPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.25em; /* 20px */
    line-height: 1.6;
}

.registerPra + .registerPra {
    margin-top: -20px;
}

.registerPra em,
.loginPra em {
    font-weight: bold;
    text-decoration: underline;
}

.standByPra {
    color: #fff;
    background: #af1d7b;
    margin: 30px;
    padding: 20px 0;
    font-size: 1.25em; /* 20px */
    line-height: 1;
    text-align: center;
}

.preRegisterPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.375em; /* 22px */
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.entranceList {
    margin: 120px 0 160px;
    padding: 0;
    width: 100%;
}

.entranceList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.entranceList li:first-child {
    margin: 0 40px 0 0;
    padding: 0;
    width: 460px;
    height: 320px;
    border: solid 10px #e8e8e8;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.entranceList li:first-child:after {
    content: "\f044";
    color: #caeeff;
    margin: 0;
    font-size: 10em; /* 160px */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 80px;
    z-index: -1;
}

.entranceList li.theDay:after,
.entranceList li.standBy:after {
    content: "\f26c";
}

.entranceList li:last-child {
    margin: 0;
    padding: 0;
    width: 460px;
    height: 320px;
    float: left;
    border: solid 10px #e8e8e8;
    box-sizing: border-box;
    position: relative;
}

.entranceList li.theDay,
.entranceList li.theDayLive {
    height: 398px;
}

.loginPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.25em; /* 20px */
    line-height: 1.6;
}

.loginPra + .loginPra {
    margin-top: -20px;
}

.liveLoginPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.125em; /* 18px */
    line-height: 1.6;
}

.liveLoginPra + .liveLoginPra {
    margin-top: -20px;
}

.liveLoginPra em {
    margin: 0 0 0.6em;
    font-size: 1.500em; /* 22px */
    display: inline-block;
    position: relative;
}

.liveLoginPra em:before {
    content: "\f03d";
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
}

.liveLoginPra em:after {
    content: "";
    background: #383fa3;
    margin: 0;
    width: 1.5em;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.loginBtn {
    color: #fff;
    background: #383fa3;
    margin: 0;
    padding: 12px 0;
    width: 100%;
    height: auto;
    font-size: 118%;
    font-weight: bold;
    border: solid 2px #383fa3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    cursor:pointer;
    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.loginBtn:before {
    color: #383fa3;
    background: #fff;
    border: solid 2px #383fa3;
}

.loginBtn:link, .loginBtn:visited {
    color: #333;
    text-decoration: none;
}

.loginBtn:hover {
    color: #383fa3;
    background: #fff;
    border: solid 2px #383fa3;
}

.loginBtn:hover:before {
    color: #fff;
}

.entranceLoginList {
    margin: 120px auto 160px;
    padding: 0;
    width: 800px;
}

.entranceLoginList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.entranceLoginList li {
    margin: 0;
    padding: 0;
    width: 380px;
    height: 260px;
    border: solid 10px #e8e8e8;
    box-sizing: border-box;
    float: left;
}

.entranceLoginList li:first-child {
    margin: 0 40px 0 0;
    position: relative;
}

.entranceLoginList li:first-child:after {
    content: "\f044";
    color: #caeeff;
    margin: 0;
    font-size: 8.750em; /* 140px */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: -1;
}

.entranceLoginList li:last-child {
    position: relative;
}

.entranceLoginList li:last-child:after {
    content: "\f27b";
    color: #caeeff;
    margin: 0;
    font-size: 8.750em; /* 140px */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: -1;
}

.entranceLoginList li .topH3 {
    font-size: 1.625em; /* 26px */
}

/* 動画配信障害発生時 */
.failureInfoWrap {
    position: relative;
    width: 100%;
}

.failureInfoWrap:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さを幅の 56.25% に固定 */
}

.failureInfo {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.failureInfoH2 {
    color: #fff;
    margin: 60px 40px;
    padding: 0;
    font-size: 1.750em; /* 28px */
    font-weight: bold;
    line-height: 1;
}

.failureInfoH2:before {
    content: "\f06a";
    margin: 0 0.6em 0 0;
    font-family: FontAwesome;
}

.failureInfoPra {
    color: #fff;
    margin: 10px 40px;
    padding: 0;
    font-size: 1.250em; /* 20px */
    line-height: 1.4;
}

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

.Switching .failureInfoPra {
    margin: 10px 20px;
    font-size: 0.750em; /* 12px */
}

.dispPriorConfirmationAnswer {
    color: #c00;
    border: solid 2px #c00;
    padding: 0 15px;
    font-size:150%;
    line-height:150%;
    margin-bottom:10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* // Button
----------------------------------------------- */

/* チェックボックス確認付きボタン用 アニメーション */
.setTransition {
   -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/* // Survey
----------------------------------------------- */
#survey iframe {
    height: 600px;
}

#startBtn {
    color: #fff;
    background: #0c79c5;
    margin: 30px auto;
    padding: 0;
    width: 55%;
    height: 50px;
    font-size: 1.143em; /* 16px */
    line-height: 46px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 2px #0c79c5;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#startBtn:hover,
#startBtn:active {
    color: #333;
    background: #fff;
}

#startBtn:after {
    content: "\f14c";
    color: #fff;
    /* margin: auto 0; */
    margin: 0 0 0 0.6em;
    font-family: FontAwesome;
    font-size: 118%;
    /* position: absolute;
    top: 0;
    bottom: 0;
    right: 14px; */
}

#startBtn:hover:after,
#startBtn:active:after {
    color: #0c79c5;
}

.startTxtLink {
    margin: 100px auto;
    width: 40%;
    font-family: sans-serif;
    text-align: center;
    display: block;
}

#startBtn:disabled {
    color: #333;
    background: #f3f3f3;
    cursor: initial;
}

#startBtn:disabled:after {
    color: #333;
    background: #fff;
    cursor: initial;
}

#startBtnFinished {
    color: #333;
    background: #f3f3f3;
    margin: 30px auto;
    padding: 0;
    width: 40%;
    height: 50px;
    font-size: 1.143em; /* 16px */
    line-height: 46px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 2px #0c79c5;
    box-sizing: border-box;
    display: block;

    cursor: initial;

    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#surveyBtnTop {
    color: #fff;
    background: #0c79c5;
    margin: 30px auto;
    padding: 0;
    width: 500px;
    height: 50px;
    font-size: 1.143em; /* 16px */
    line-height: 46px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 2px #0c79c5;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    text-align: center;
}

#surveyBtnTop:hover,
#surveyBtnTop:active {
    color: #333;
    background: #fff;
    text-decoration: none;
}

#surveyBtnTop:after {
    content: "\f14c";
    color: #fff;
    margin: 0 0 0 0.6em;
    font-family: FontAwesome;
    font-size: 118%;
}

#surveyBtnTop:hover:after,
#surveyBtnTop:active:after {
    color: #0c79c5;
}

/* ［拍手］ボタン */
#handclap3DBtn {
    background: #f3f3f3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 34.2'%3E%3Cpath fill='%23555555' class='st0' d='m23.4 12.1.4-.4c1.2-1.2 1.2-3 0-4.2-.2-.2-.4-.4-.6-.5.5-1.1.3-2.4-.6-3.3-1-1-2.6-1.1-3.8-.3-.1-.2-.2-.3-.4-.5-1.2-1.2-3-1.2-4.2 0L9.3 7.8c0-.5-.2-1.1-.5-1.6l-.5-.8c-.5-.9-1.5-1.3-2.5-1.1-.8.2-1.4.8-1.7 1.5L.9 13.3C-.7 17 .1 21.3 3 24.2l.7.7c0 1.2.3 2.3.7 3.5.3.6.6 1.2.9 1.7s.8 1 1.2 1.4c.4.4.9.8 1.4 1.2.4.3.8.5 1.2.7.8.4 1.7.7 2.6.8.5.1.9.1 1.4.1.6 0 1.2-.1 1.8-.2.6-.1 1.2-.3 1.8-.6l9.8-4.1c.6-.2 1-.6 1.3-1.1.1-.2.2-.3.3-.5.1-.4.2-.7.2-1.1 0-.4-.1-.8-.2-1.2-.1-.2-.2-.4-.3-.5l.6-.2c1.5-.6 2.2-2.4 1.6-3.9-.1-.3-.2-.5-.4-.7.3-.3.6-.7.7-1.1.2-.4.2-.8.2-1.3 0-.3-.1-.6-.2-.9-.1-.2-.2-.3-.2-.5-.2-.3-.4-.5-.7-.8-.3-.2-.6-.4-.9-.5-.3-.1-.7-.1-1-.1-.2 0-.3 0-.5.1 0-.2-.1-.4-.2-.6-.4-1.1-1.5-1.7-2.6-1.8-.9.2-2.8.6-5.3 2.3m3.3-5.8c.2.2.2.6 0 .8l-5.6 5.6c.1-.2.1-.5.2-.8v-1l4.6-4.6c.2-.3.5-.3.8 0zm-2.1-3.8c.2-.2.6-.2.8 0 .2.2.2.6 0 .8l-5.3 5.3c-.3-.2-.6-.4-1-.4h-.3l5.8-5.7zm-4.2-.8c.2-.2.6-.2.8 0 .2.2.2.6 0 .8l-6.3 6.3 1.1 1.1L9 15.2c-.1-.8-.4-1.8-.9-2.9l7.8-7.7zM4 21.9c-1.7-2.2-2.1-5.1-1-7.6l3.3-7.7.3.5c.3.5.3 1.1.1 1.6l-1 2.4c-.1.3-.1.7 0 1 .4.9 1.2 2.7.6 4.6l.6.6-.2.2c-1.4 1.2-2.2 2.8-2.7 4.4zm23.9-3.2-10.2 4.2-.2.1v.1l.9 2.1 8.8-3.6c.3-.1.6 0 .8.3.1.3 0 .6-.3.8l-8.8 3.6.9 2.2 5.5-2.3c.3-.1.6 0 .8.3.1.3 0 .6-.3.8l-9.6 4c-3.3 1.4-7.3.2-9.1-2.9-.4-.6-.6-1.3-.8-1.9-.2-.9-.2-1.8-.1-2.7.1-1.8.8-3.4 2.1-4.6l4.9-4.8 1.1-1 .1.6c.1.4-.1.9-.3 1.2-.1.1-.1.2-.2.3l-1.7 1.6c-.4.3-.5.9-.3 1.3l.1.3c.3.6.9.9 1.5.6l3.4-1.4 1-.4 2.9-1.2L24 15c.3-.1.5 0 .7.2l.1.1c.1.3 0 .6-.3.8l-.2.1-5.6 2.3-2.4 1 .4 1 .5 1.2 2.8-1.2 7.6-3.1c.3-.1.6 0 .8.3-.1.5-.2.8-.5 1zM26.1 5.5l-.8-.9L29.1 0l1.6 1.7zM30.6 13.5l-.4-1.1 5.2-2.8.9 2.2zM32 22.6l.1-1.1L38 21l-.1 2.4z'/%3E%3C/svg%3E") top 10px left 10px no-repeat;
    background-size: 70% auto;
    margin: 0 auto;
    padding: 0;
    width: 50px;
    height: 50px;
    text-indent: 100%; /* テキストを非表示 */
    white-space: nowrap; /* テキストを非表示 */
    overflow: hidden; /* テキストを非表示 */
    display: block;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 2px #e3e3e3;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#handclap3DBtn:hover,
#handclap3DBtn:active {
    background: #0c79c5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 34.2'%3E%3Cpath fill='%23a61223' class='st0' d='m23.4 12.1.4-.4c1.2-1.2 1.2-3 0-4.2-.2-.2-.4-.4-.6-.5.5-1.1.3-2.4-.6-3.3-1-1-2.6-1.1-3.8-.3-.1-.2-.2-.3-.4-.5-1.2-1.2-3-1.2-4.2 0L9.3 7.8c0-.5-.2-1.1-.5-1.6l-.5-.8c-.5-.9-1.5-1.3-2.5-1.1-.8.2-1.4.8-1.7 1.5L.9 13.3C-.7 17 .1 21.3 3 24.2l.7.7c0 1.2.3 2.3.7 3.5.3.6.6 1.2.9 1.7s.8 1 1.2 1.4c.4.4.9.8 1.4 1.2.4.3.8.5 1.2.7.8.4 1.7.7 2.6.8.5.1.9.1 1.4.1.6 0 1.2-.1 1.8-.2.6-.1 1.2-.3 1.8-.6l9.8-4.1c.6-.2 1-.6 1.3-1.1.1-.2.2-.3.3-.5.1-.4.2-.7.2-1.1 0-.4-.1-.8-.2-1.2-.1-.2-.2-.4-.3-.5l.6-.2c1.5-.6 2.2-2.4 1.6-3.9-.1-.3-.2-.5-.4-.7.3-.3.6-.7.7-1.1.2-.4.2-.8.2-1.3 0-.3-.1-.6-.2-.9-.1-.2-.2-.3-.2-.5-.2-.3-.4-.5-.7-.8-.3-.2-.6-.4-.9-.5-.3-.1-.7-.1-1-.1-.2 0-.3 0-.5.1 0-.2-.1-.4-.2-.6-.4-1.1-1.5-1.7-2.6-1.8-.9.2-2.8.6-5.3 2.3m3.3-5.8c.2.2.2.6 0 .8l-5.6 5.6c.1-.2.1-.5.2-.8v-1l4.6-4.6c.2-.3.5-.3.8 0zm-2.1-3.8c.2-.2.6-.2.8 0 .2.2.2.6 0 .8l-5.3 5.3c-.3-.2-.6-.4-1-.4h-.3l5.8-5.7zm-4.2-.8c.2-.2.6-.2.8 0 .2.2.2.6 0 .8l-6.3 6.3 1.1 1.1L9 15.2c-.1-.8-.4-1.8-.9-2.9l7.8-7.7zM4 21.9c-1.7-2.2-2.1-5.1-1-7.6l3.3-7.7.3.5c.3.5.3 1.1.1 1.6l-1 2.4c-.1.3-.1.7 0 1 .4.9 1.2 2.7.6 4.6l.6.6-.2.2c-1.4 1.2-2.2 2.8-2.7 4.4zm23.9-3.2-10.2 4.2-.2.1v.1l.9 2.1 8.8-3.6c.3-.1.6 0 .8.3.1.3 0 .6-.3.8l-8.8 3.6.9 2.2 5.5-2.3c.3-.1.6 0 .8.3.1.3 0 .6-.3.8l-9.6 4c-3.3 1.4-7.3.2-9.1-2.9-.4-.6-.6-1.3-.8-1.9-.2-.9-.2-1.8-.1-2.7.1-1.8.8-3.4 2.1-4.6l4.9-4.8 1.1-1 .1.6c.1.4-.1.9-.3 1.2-.1.1-.1.2-.2.3l-1.7 1.6c-.4.3-.5.9-.3 1.3l.1.3c.3.6.9.9 1.5.6l3.4-1.4 1-.4 2.9-1.2L24 15c.3-.1.5 0 .7.2l.1.1c.1.3 0 .6-.3.8l-.2.1-5.6 2.3-2.4 1 .4 1 .5 1.2 2.8-1.2 7.6-3.1c.3-.1.6 0 .8.3-.1.5-.2.8-.5 1zM26.1 5.5l-.8-.9L29.1 0l1.6 1.7zM30.6 13.5l-.4-1.1 5.2-2.8.9 2.2zM32 22.6l.1-1.1L38 21l-.1 2.4z'/%3E%3C/svg%3E") top 10px left 10px no-repeat;
    background-size: 70% auto;
    border: solid 2px #a61223;
    -moz-box-shadow: inset 0 0px 8px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: inset 0 0px 8px 2px rgba(0,0,0,0.08);
    box-shadow: inset 0 0px 8px 2px rgba(0,0,0,0.08);
}

#wrapOutside {
    background: #efefef;
    margin: 0 auto;
    padding: 6px;
    width: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#wrapOutside:hover {
    background: #0c79c5;
    /* cursor: pointer; */
}

#wrapInside {
    background: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#animation_container {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.eventsOn {
	pointer-events: none;
    opacity: 0.9;
}

/* ポイントテーブル（優待商品と交換のページ） */
.pointTableWrap {
  position: relative;
}
.th-01 {
  width: 16%;
  font-size: 16px;
  border-right: 1px solid #939598 !important;
}
.th-02 {
  width: 14%;
  font-size: 16px;
  border-right: 1px solid #939598 !important;
}
.th-03 {
  width: 12%;
  font-size: 16px;
  border-right: 1px solid #939598 !important;
}
.th-04 {
  font-size: 16px;
}
.tr-02 {
  border-bottom: 1px dashed #939598;
}
.tr-03 {
  border-bottom: 1px solid #939598;
}
.tr-04 {
  border-bottom: 1px dashed #939598;
}
.tr-05 {
  border-bottom: 1px solid #939598;
}
.tr-06 {
  border-bottom: 1px dashed #939598;
}
.tr-07 {
  border-bottom: 1px solid #939598;
}
.td-01 {
  background: #bed4ec;
  border-right: 1px solid #939598 !important;
}
.td-02 {
  border-right: 1px solid #939598 !important;
}
.td-03-01 {
  font-weight: bold;
  background: #d1d2d4;
  color: #221f20;
  border-right: 1px solid #939598 !important;
}
.td-03-02 {
  font-weight: bold;
  background: #d4cedd !important;
  color: #482568;
  border-right: 1px solid #939598 !important;
}
.td-03-03 {
  font-weight: bold;
  background: #d0dad1;
  color: #29623a;
  border-right: 1px solid #939598 !important;
}
.td-03-04 {
  font-weight: bold;
  background: #f5dfd4  !important;
  color: #cb4b3c;
  border-right: 1px solid #939598 !important;
}
.td-03-05 {
  font-weight: bold;
  background: #f5dfd4;
  color: #cb4b3c;
  border-right: 1px solid #939598 !important;
}
.td-03-06 {
  font-weight: bold;
  background: #dadeea  !important;
  color: #133870;
  border-right: 1px solid #939598 !important;
}
.td-04 {
  width: 44%;
  color: #c6395c;
  text-align: left !important;
  padding-left: 20px !important;
  border-right: 1px solid #939598 !important;
  position: relative;
}
.td-04-span-01 {
  font-weight: bold;
}
.td-04-span-02 {
  font-size: 88%;
  color: #333;
}
.td-04-span-03 {
 font-weight: bold;
 font-size: 120%;
 color: #c6395c;
}
.td-04-span-04 {
  font-size: 88%;
  color: #c6395c;
}
.td-05 {
  width: 14%;
  font-size: 16px;
  writing-mode: vertical-rl;
  padding-left: 36px !important;
  padding-right: 0 !important;
  /*border-left: 1px solid #eee;*/
}
.td-05-span-01 {
  letter-spacing: 2.4px;
  font-weight: bold;
  color: #c6395c;
}
.td-05-span-02 {
  font-weight: bold;
  color: #c6395c;
}
.responsive-break {
  display: none;
}
.responsive-break-pc {
  display: inline-block;
}
.and-conditions {
  position: absolute;
  top: 68%;
  right: -10%;
  z-index: 1;
  padding: 2px 12px;
  border: 1px solid #4692cb;
  border-radius: 20px;
  background: #fff;
  color: #333;
}
.or-conditions-01 {
  position: absolute;
  top: 68%;
  right: -10%;
  z-index: 1;
  padding: 2px 12px;
  border: 1px solid #4692cb;
  border-radius: 20px;
  background: #fff;
  color: #333;
}
.or-conditions-02 {
  position: absolute;
  top: 68%;
  right: -10%;
  z-index: 1;
  padding: 2px 12px;
  border: 1px solid #4692cb;
  border-radius: 20px;
  background: #fff;
  color: #333;
}

#point-exchange table {
    color: #333;
    margin-bottom: 1em;
    font-size: 122%;
    line-height: 1.5;
    text-align: left;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#point-exchange table th {
    color: #fff;
    background: #0c79c5;
	padding: 10px;
	font-weight: bold;
    text-align: center;
	vertical-align: middle;
}
#point-exchange table th.column-2,
#point-exchange table th.column-3 {
    background: #89Acc4;
    border-top: 1px solid #fff;
}
#point-exchange table th:not(:last-child) {
	border-right:1px solid #fff;
}
#point-exchange table td {
	padding: 10px;
	vertical-align: middle;
	text-align:center;
}
#point-exchange table td:not(:last-child) {
	border-right:1px dotted #999;
}

#point-exchange table tr:nth-child(odd) td {
  background-color: #fff;
}
/*
#point-exchange table tr:nth-child(even) td {
  background-color: #eee;
}
*/
.point_zero {
    fontsize: 120%;
    color: #555a5f;
    text-align: center;
	margin-bottom: 8px;
}


.scroll__inner {
  background-color: #ffffff;
  height: 160px;
  padding: 16px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll__inner::-webkit-scrollbar {
  display: none;
}
.simplebar-scrollbar::before {
  background: #fff;
  border-radius: 0;
  width: 5px;
  margin-left: 3px;
  margin-top: 2px;
}
.simplebar-scrollbar.simplebar-visible::before {
  /*opacity: 1;*/
  background: #a6a6a6;
}
.simplebar-track {
  background: #fafafa;
  width: 15px !important;
}

.recommendationBrowser {
  display: flex;
  margin-bottom: 24px;
}
.recommendationBrowser-winodws {
    text-align: left;
}
.recommendationBrowser-mac {
    text-align: left;
    padding-left: 80px;
}


.coupon_annotation {
  color: #fff;
  background: #0c79c5;
  margin-bottom: 30px;
  padding: 15px 10px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.login_notice {
  font-size: 1.425rem;
  color: #0c79c5;
  margin-top:70px;
  margin-bottom: 10px;
}

.top_category {
  color: #0c79c5;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}

.history_page {
  font-weight:bold;
  font-size:18px;
  text-align:center;
  margin-top: -15px;
  color:#000;
  margin-bottom: 12px;
}

.history_link {
  font-weight:bold;
  color:#0c79c5;
  text-decoration: underline;
}

.history_link:hover {
    color:#0c79c5;
}

/* add */
#Top .memberboxTop {
    background-color:rgba(0,0,0,0.75);
    color: #fff;
    padding: 85px 40px;
	width: 400px;
	height: 550px;
	font-weight: 100;
	box-sizing: border-box;
    display: block;
}
/* add */
#Top .memberboxTop .catchbox {
    background: #fff;
    border: solid 4px #ddd;
	padding: 0.5px;
    margin-top: 15px;
}
/* add */
#Top .memberboxTop .catchbox p.catch {
    color: #444;
	font-weight: 100;
	text-align: center;
	font-size: 18px;
    margin-top: 10px;
}
#Top .memberboxTop .catchbox p.catch em {
	font-weight: 100;
	font-size: 26px;
	display: block;
	padding-top: 7px;
}
#Top .memberboxTop .catchbox p.btn a img {
    width: 100%;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#Top .memberboxTop .catchbox p.btn a:hover img,
#Top .loginbtn li a:hover img {
    opacity: 0.8;
}
#Top #MainVisualLayerTop {
    height: 319px;
}
#Top #MainVisualLayerTop .widthFix {
    overflow: hidden;
}
#Top .memberboxTop {
    background: #fff;
    margin: 0;
    padding: 18px 36px;
    width: 345px;
    height: 319px;
    font-weight: normal;
    border: solid 2px #e5e5e5;
    display: block;
	box-sizing: border-box;
}
#Top .memberboxTop.login {
    margin: 0;
    padding: 18px 36px;
    height: 319px;
    overflow: hidden;
    border: solid 2px #e5e5e5;
    float: left;
}
#Top .memberboxTop .catchbox {
    background: #fff;
    margin: 0 0 16px;
    padding: 0;
    height: 84px;
    border: solid 2px #0c79c5;
}
#Top .memberboxTop .catchbox.withoutLogin {
    background: #fff;
    margin: 0 0 16px;
    padding: 0;
    height: 160px;
    border: solid 2px #0c79c5;
}
#Top .memberboxTop.login .catchbox {
    margin: 0;
}
#Top .memberboxTop .catchbox p.catch {
    color: #666;
    margin: 30px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}
#Top .memberboxTop .catchbox p.catch em {
    padding-top: 7px;
	font-weight: 100;
	font-size: 26px;
	display: block;
}
#Top .memberboxTop .catchbox p.btn a {
    color: #0c79c5;
    margin: 0;
    padding: 0;
    height: 84px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
#Top .memberboxTop .catchbox.withoutLogin p.btn a {
    height: 160px;
}
.viewingPremiumItemsBtn,
.viewingPremiumItemsBtnwithoutLogin {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 265;
}
#Top .memberboxTop .catchbox p.btn a:link,
#Top .memberboxTop .catchbox p.btn a:visited {
    color: #0c79c5;
    background: #fff;
}
#Top .memberboxTop .catchbox p.btn a:hover {
    color: #fff;
    background: #0c79c5;
    text-decoration: none;
}
#Top .memberboxTop .name {
    color: #000;
	background: url(/images/senshuikedahd/top_icon_01-dark.png) left 6px no-repeat;
	background-size: auto 40px;
    margin-bottom: 10px;
	padding: 5px 0 10px 52px;
    font-size: 92%;
	line-height: 1.3em;
    border-bottom: solid 2px #e5e5e5;
}
#Top .memberboxTop .name em {
	font-size: 130%;
	padding-right: 7px;
}
#Top .memberboxTop .now {
    color: #212121;
    background: #fff;
    font-size:84%;
    border-top: solid 2px #629bc4;
    border-right: solid 2px #629bc4;
    border-bottom: solid 2px #629bc4;
    border-left: solid 2px #629bc4;
}
#Top .memberboxTop .now em {
    color: #fff;
    background: #629bc4;
	margin-right: 55px;
	padding: 2px 15px;
	font-size: 110%;
    display: inline-block;
}
#Top .memberboxTop .point {
    color: #fff;
    background: #629bc4;
    padding: 0.3em 0;
	text-align: center;
    line-height: 1;
}
#Top .memberboxTop .point em {
    color: #fff;
    margin: 0 0.2em 0 0;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
}
#Top .memberboxTop .point .upgrade {
    color: #fff;
    margin: 0 0.6em 0 0;
    font-size: 145%;
    line-height: 1;
    display: inline-block;
}
#Top .memberboxTop .point .upgrade:before {
    content: "\f0aa";
    margin: 0 0.2em 0 0;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}
#Top .memberboxTop .history {
	margin-bottom: 10px;
	text-align: center;
}
#Top .memberboxTop .middle {
    border-right: solid 2px #97c524;
    border-left: solid 2px #97c524;
}
#Top .memberboxTop .bottom {
    color: #212121;
    background: #fff;
    margin-bottom: 10px;
    padding: 0.5em 0;
    line-height: 1;
    border-right: solid 2px #629bc4;
    border-bottom: solid 2px #629bc4;
    border-left: solid 2px #629bc4;
}
#Top .memberboxTop .willsCoinDiv a {
    color: #629bc4;
}
#Top .memberboxTop .willsCoinDiv a:after {
    content: "\f08e";
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}
