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


/* // Common
----------------------------------------------- */
body {
    /* background: #f3f3f3 !important; */
    min-width: 1200px;
}


/* // Header
----------------------------------------------- */
/* #Header {
	border-bottom:4px solid #f2f2f2;
	padding:8px 0;
} */

#Header {
    padding: 0;
    /* border-top: 15px solid #00a8ff; */
}

#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;
}

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

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

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

#Header .fa-angle-right {
    margin-right: 0.6em;
    color: #333;
}

#Header ul.link li a:link,
#Header ul.link li a:visited {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

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

#Header ul.link li a:hover {
    color: #333;
    text-decoration: underline;
}

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

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

/*
#Gnavi .logo {
	width:225px;
	float:left;
	border-right:1px solid #dfdfdf;
	box-sizing: border-box;
	text-align:left;
	padding-left:20px;
}
#Gnavi nav {
	width:875px;
	float:left;
}
#Gnavi nav li {
	float:left;
	width:175px;
	border-right:1px solid #dfdfdf;
	box-sizing: border-box;
	padding-left:8px;
	padding-right:8px
}
#Gnavi nav li a {
	display:block;
	position:relative;
	box-sizing: border-box;
	text-align:center;
	font-weight: 100;
	font-size:18px;
	color:#666;
	line-height:1.4em;
	padding-top:45px;
}
#Gnavi nav li a i {
	display:block;
	text-align:center;
	position:absolute;
	left:0;
	top:18px;
	width:100%;
}
#Gnavi nav li a:hover {
	text-decoration:none;
	background-color:#F2F2F2;
}
#Gnavi nav li a:hover i {
	top:21px;
}

body#Top #Gnavi nav li.nav_01 a i,
body#Program #Gnavi nav li.nav_02 a i,
body#List #Gnavi nav li.nav_03 a i,
body#Detail #Gnavi nav li.nav_03 a i,
body#Post #Gnavi nav li.nav_04 a i,
body#Help #Gnavi nav li.nav_05 a i
 {
	display:none;
}
body#Top #Gnavi nav li.nav_01 a,
body#Program #Gnavi nav li.nav_02 a,
body#List #Gnavi nav li.nav_03 a,
body#Detail #Gnavi nav li.nav_03 a,
body#Post #Gnavi nav li.nav_04 a,
body#Help #Gnavi nav li.nav_05 a
 {
	background-color:#103082;
	color:#FFF;
	font-weight: 200;
}
*/
/* // Breadcrumb
----------------------------------------------- */
/* #Breadcrumb {
	background-color:#f2f2f2;
	padding:14px 0;
	font-size:82%;
	color:#AAA;
	line-height:1;
	margin-bottom:30px;
} */

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

/* #Breadcrumb i {
	padding:0 12px;
	color:#CFCFCF;
} */

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

/* #Breadcrumb a {
	color:#AAA;
} */

#Breadcrumb a:link,
#Breadcrumb a:visited {
    color: #fff;
    text-decoration: underline;
    -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: #fff;
    text-decoration: none;
    /* opacity: 0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )"; */
}

#Breadcrumb li {
    float: left;
}


/* // Footer
----------------------------------------------- */
/* #Footer {
	background-color:#003772;
	line-height:1;
	padding:20px;
	color:#FFF;
} */

#Footer {
    color: #fff;
    background: #242424;
    padding: 40px 0;
    line-height: 1;
}

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

#Footer a:hover {
    color: #fff;
    text-decoration: underline;
}

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

#Footer p.copy {
    padding-right: 95px;
    font-size: 90%;
    font-weight: 100;
    position: absolute;
    top: 10%;
    right: 0;
}

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


/* // pageTop
----------------------------------------------- */
.pageTop {
    font-size: 30px;
    display: block;
    padding: 10px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 70px;
    background-color: #333;
    color: #FFF !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pageTop i {
    color: #FFF;
    position: relative;
    top: -3px;
}

.pageTop:hover i {
    top: -6px;
}

.pageTop:hover {
    background-color: #555;
}




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

/* // Module
----------------------------------------------- */
dl.tableA {
    line-height: 1.5;
}

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 {
    float: left;
    width: 30%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #444;
    font-weight: 400;
    display: block;
    color: #FFF;
    border-bottom: 1px #FFF solid;
}

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

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

dl.tableA dt:first-child {
    border-top: 1px #444 solid;
}

dl.tableA dt.last {
    border-bottom: 1px #444 solid;
}

dl.tableA dd.first {
    border-top: 1px #CCC solid;
}

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

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


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

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

input,
textarea {
    box-sizing: border-box;
    width: 100%;
}

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] {
    display: inline-block;
    margin-right: 6px;
}

input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 14px;
    line-height: 30px;

    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 {
    list-style: disc;
    background-color: #FFE8ED;
    color: #D80041;
    padding: 10px 10px 4px 10px;
    margin-bottom: 20px;
}

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

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

/* .loginBox dl {
	border:4px solid #DDD;
	padding:25px 20px;
	background-color:#FAFAFA;
	box-sizing: border-box;
} */

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

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

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

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

.kiyakuboxSmall {
    margin: -20px 0 40px;
    padding: 10px;
    width: 100%;
    height: 150px;
    border: 1px solid #CCC;
    display: block;
    overflow: auto;
    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 {
    float: left;
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 25%;
    padding: 0 7px;
    color: #999;
    font-weight: 100;
}

ul.registFlow li span {
    border: 5px #e7e7e7 solid;
    display: block;
    padding: 12px 5px;
    background-color: #FBFBFB;
}

ul.registFlow li span em {
    font-size: 160%;
    letter-spacing: 0.1em;
}

ul.registFlow.on1 li:nth-child(1) span,
ul.registFlow.on2 li:nth-child(2) span,
ul.registFlow.on3 li:nth-child(3) span,
ul.registFlow.on4 li:nth-child(4) span {
    background-color: #343434;
    border-color: #595959;
    color: #FFF;
}

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

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

.historyPointBtn,
.historyExchangeBtn {
    margin: 0 2% 0 0;
    padding: 0;
    width: 49%;
    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 #898989;
    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.3em 0 0;
    font-family: FontAwesome;
}

.historyPointBtn:link,
.historyPointBtn:visited,
.historyExchangeBtn:link,
.historyExchangeBtn:visited {
    color: #fff;
    background: #636363;
    text-decoration: none;
}

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


/* // テキスト設定
----------------------------------------------- */
.headTxA {
    border: 1px solid #444;
    line-height: 1.3;
    padding: 9px;
    font-size: 160%;
    font-weight: 100;
    color: #444;
}

/* .headTxA {
	color:#444;
	line-height:1.3;
	padding:9px;
	font-size:160%;
	font-weight:100;
    border-bottom: 4px solid #e5e5e5;
} */
.headTxB {
    border-bottom: 1px solid #444;
    line-height: 1.3;
    padding-bottom: 12px;
    font-size: 140%;
    font-weight: 100;
    color: #444;
}

/* .nowUserPoint {
	border:5px #cccdc4 solid;
	padding:14px;
	background-color:#FCFCF4;
	margin-bottom:25px;
	color:#222;
} */

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

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

/* .nowUserPoint span.point {
	padding-left:10px;
	color:#EA0046;
} */

.nowUserPoint span.point {
    padding-left: 10px;
    color: #62c0d4;
}

.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.8em 0;
    font-size: 1.625rem;
    /* 26px */
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #ccc;
    border-left: none;
    position: relative;
}

#Program .headTxA.mab35:before,
#List .headTxA:before,
#Post .headTxA.mab35:before,
#Help .headTxA.mab35:before,
#ContentsWrap #MainContents.narrow .headTxA.mab35:before {
    content: "";
    background: #039;
    width: 15%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* #Program .headTxA.mab35:after,
#List .headTxA:after,
#Post .headTxA.mab35:after,
#Help .headTxA.mab35:after,
#ContentsWrap #MainContents.narrow .headTxA.mab35:after {
    content: "";
} */


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

.boxFrameB {
    border: 5px solid #DBDBC9;
    padding: 35px 20px;
    background-color: #FFFFF4;
    box-sizing: border-box;
}

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

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

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


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



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





/* // ボタン設定
----------------------------------------------- */
/* .btnA {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#003772;
	line-height:1;
	color:#FFF;
	padding:16px 50px 16px 30px;
	position: relative;
	font-size:118%;
	box-sizing: border-box;
	font-weight:200;
	display:inline-block;
	text-align:center;
	cursor:pointer;
} */

.btnA {
    background-color: #212121;
    line-height: 1;
    color: #FFF;
    padding: 16px 0;
    position: relative;
    font-size: 118%;
    box-sizing: border-box;
    font-weight: 200;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 70%;
}

.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 {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

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

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

.btnA.s {
    padding: 10px 36px 10px 16px;
    font-size: 100%;
}

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

.btnA.gray {
    background-color: #AAA;
}

.btnA.blue {
    background-color: #004DA5;
}

.btnA.green {
    background-color: #039;
}

#Program a.formSubmit,
#Passbook a.formSubmit {
    background: #039;
}

.loginBox .btnA.green {
    background-color: #039;
}

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

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

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

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

.btnA.white {
    background-color: #fff;
    border: 1px solid #444;
    color: #333;
}

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

.history .btnA.white {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    color: #fff;
    background: #636363;
    border: none;
    -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 {
    padding: 16px 50px 16px 30px;
    cursor: pointer;
    text-align: center;
}

.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;
}


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

/* // 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 {
    float: left;
    width: 200px;
    margin-right: 40px;
}

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

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


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

#Top #MainVisual {
    height: 550px;
    background: url(/images/wiseholdings/top_mv_01.jpg) left top repeat-x;
    background-size: contain;
    text-align: left;
    margin-bottom: 15px;
}

/* #Top #MainVisualLayer {
    background-color:rgba(255,255,255,0.5);
    height:500px;
} */

#Top #MainVisualLayer {
    background-color: rgba(0, 0, 0, 0.55);
    height: 550px;
}

/* #Top .memberbox {
	width:400px;
	height:500px;
	display:block;
	background-color:rgba(00,37,72,0.75);
	padding:25px 40px;
	box-sizing: border-box;
	color:#FFF;
	font-weight:100;
} */

#Top .memberbox {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 25px 40px;
    width: 400px;
    height: 550px;
    font-weight: 100;
    box-sizing: border-box;
    display: block;
}

/* #Top .memberbox .catchbox {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:5px;
} */

#Top .memberbox .catchbox {
    background: #fff;
    border: solid 4px #ddd;
    padding: 0.5px;
    margin-top: 15px;
}

/* #Top .memberbox .catchbox p.catch {
	font-weight:100;
	text-align:center;
	font-size:18px;
} */

#Top .memberbox .catchbox p.catch {
    color: #444;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

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

/* #Top .memberbox .catchbox p.btn{
	margin-top:25px;
} */

#Top .memberbox .catchbox p.btn {
    margin-top: 15px;
    margin-bottom: 10px;
}

#Top .memberbox .catchbox p.btn a {
    background: #666;
    margin: 0 auto;
    width: 70%;
    display: block;
}

#Top .memberbox .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 .loginbtn {
    margin-top: 30px;
}

#Top .loginbtn li {
    margin-bottom: 15px;
}

#Top .loginbtn li a img {
    -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 .memberbox .catchbox p.btn a:hover img,
#Top .loginbtn li a:hover img {
    opacity: 0.8;
}

/* #Top .memberbox .name {
	background:url(/images/wiseholdings/top_icon_01.png) left center no-repeat;
	background-size:auto 40px;
	padding:5px 0 5px 52px;
	line-height:1.3em;
	margin-bottom:17px;
	font-size:92%;
} */

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

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


/* #Top .memberbox .name + p {
    text-align: center;
} */

/* #Top .memberbox .now {
	font-size:84%;
	margin-bottom:25px;
} */

#Top .memberbox .now {
    font-size: 84%;
    /* margin-bottom:25px; */
    background: #fff;
    color: #333;
    border-top: solid 2px #62c0d4;
    border-right: solid 2px #62c0d4;
    border-bottom: solid 2px #62c0d4;
    border-left: solid 2px #62c0d4;
}

/* #Top .memberbox .now em {
	margin-right:10px;
	display:inline-block;
	padding:3px 7px;
	background-color:#003772;
	font-size:110%;
} */

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

/* #Top .memberbox .point {
	margin-bottom:15px;
	text-align:center;
} */

#Top .memberbox .point {
    color: #333;
    background: #fff;
    padding: 2px 0 5px;
    text-align: left;
    border-bottom: solid 2px #62c0d4;
    border-right: solid 2px #62c0d4;
    border-left: solid 2px #62c0d4;
}

/* #Top .memberbox .point em {
	font-size:45px;
	padding-right:10px;
} */

#Top .memberbox .point em {
    color: #62c0d4;
    padding-right: 10px;
    width: 60%;
    font-size: 30px;
    line-height: 1.1;
    text-align: right;
    display: inline-block;
}

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

/** add */
#Top .memberbox .middle {
    border-right: solid 2px #62c0d4;
    border-left: solid 2px #62c0d4;
}

#Top .memberbox .bottom {
    padding: 0.5em 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

#Top .memberbox .willsCoinDiv a {
    color: #cb9b0e;
}

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

#Top .willsCoinDiv {
    margin-top: 10px;
}

#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%;
}

/* #Top #Link { */
/*	padding-top:90px;*/
/* padding-bottom:8px;
	background-color:#ffffff;
} */

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

#Top #Link .kigyo a,
#Top #Link .ir a {
    background: #fff;
    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;
}

#Top #Link .kigyo a:hover,
#Top #Link .ir a:hover {
    /* -moz-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4); */
}

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

}

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

/* #Top .attention {
	width:1000px;
	margin:0 auto 10px;
} */
#Top .attention {
    width: 1000px;
    /* margin:0 auto 10px; */
    margin: 30px auto;
}

/* #Top .attention p {
	border:1px solid #333;
	line-height:1.3em;
	padding:10px 10px;
	text-align:center;
	box-sizing: border-box;
} */

#Top .attention p {
    color: #333;
    padding: 10px;
    background: #f0f4f5;
    line-height: 1.3em;
    text-align: center;
    /* border: solid 1px #cbcbcb; */
    box-sizing: border-box;
}

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

#Top .topNewsH2 {
    color: #333;
    background: #fff;
    margin: 0 0 1.6em;
    padding: 1em 0;
    font-size: 127%;
    font-weight: bold;
    line-height: 1;
    border-bottom: solid 1px #ccc;
    position: relative;
}

#Top .topNewsH2:before {
    content: "";
    background: #039;
    width: 15%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* #Top .topNewsH2:after {
    content: "";
} */

#Top .topNewsDList {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#Top .topNewsDList dt {
    color: #333;
    margin: 0 0 0.4em;
    padding: 0;
    line-height: 1;
}

#Top .topNewsDList dd {
    margin: 0 0 1.4em;
    padding: 0;
    line-height: 1.3em;
}

#Top .topNewsDList dd a:link,
#Top .topNewsDList dd a:visited {
    color: #3688ba;
    text-decoration: underline;
}

#Top .topNewsDList dd a:hover {
    color: #3688ba;
    text-decoration: none;
}

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







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

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

/* .goddsAttention {
	line-height:1.3em;
	font-weight:400;
	background-color:#FFDFE9;
	padding:10px;
	font-size:112%;
	color:#EA002E;} */

.goddsAttention {
    line-height: 1.3em;
    font-weight: 400;
    background-color: #ff9900;
    padding: 10px;
    font-size: 112%;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


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


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

/* #List  #PageTitle {
	background:url(/images/wiseholdings/list_mv_01.jpg) center center no-repeat;
	height:175px;
	margin-bottom:30px;
} */

#List #PageTitle {
    background: url(/images/wiseholdings/list_mv_01.jpg) center center repeat-x;
    background-size: contain;
    height: 175px;
    margin-bottom: 30px;
}

#List #PageTitleDummy {
    margin-bottom: 30px;
}

#List #PageTitle h1 {
    line-height: 1.2;
    text-align: center;
    background: url(/images/wiseholdings/list_title_bg.png) center center no-repeat;
    padding: 35px 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 34px;
    letter-spacing: 0.1em;
    font-weight: 100;
    color: #000;
}


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

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

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

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

#List

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

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

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

@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 {
    float: left;
    width: 260px;
    margin-left: 40px;
    margin-bottom: 75px;
    position: relative;
}

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

/* .googsListWrap .googsItem a:hover {
	text-decoration:none;
	padding-bottom:13px;
	border-bottom:3px solid #444;
} */

.googsListWrap .googsItem a:hover {
    text-decoration: none;
    padding-bottom: 13px;
    border-bottom: 3px solid #999;
}

.googsListWrap .googsItem a p.ph {
    display: block;
    width: 260px;
    height: 260px;
    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-top: 20px;
    margin-bottom: 45px;
    font-size: 108%;
    font-weight: 300;
    line-height: 1.6;
}

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

/* .googsListWrap .googsItem a .detail {
	position:absolute;
	bottom:13px;
	right:0;
	display:inline-block;
	font-size:108%;
	background-color:#003772;
	padding:5px 10px 5px 35px;
	color:#FFF;
	line-height:1;
} */

.googsListWrap .googsItem a .detail {
    position: absolute;
    bottom: 13px;
    right: 0;
    display: inline-block;
    font-size: 108%;
    background-color: #333;
    padding: 5px 10px 5px 35px;
    line-height: 1;
}

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

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

/* .googsListWrap .googsItem a:hover .detail {
	background-color:#E5ECF2;
    color:#000;
	padding-right:6px;
} */

.googsListWrap .googsItem a:hover .detail {
    background-color: #999;
    padding-right: 6px;
}

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

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


/* #List ul.pageNav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	border: 1px solid #DDD;
	text-align: center;
}

#List ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

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

#List ul.pageNav li a:hover {
	color: #000;
	background: #D8D8D8;
	border-color: #00f;
} */

#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;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    text-decoration: none;
    vertical-align: middle;
}

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

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

#List ul.pageNav li a:hover i {
    color: #3688ba;
}

/* #CategoryMenu .block.user {
	border:6px #cccdc4 solid;
	padding:8px;
	background-color:#FCFCF4;
	margin-bottom:30px;
	line-height:1.2;
	color:#222;
} */

#CategoryMenu .block.user {
    border: solid 4px #62c0d4;
    padding: 8px;
    background-color: #fff;
    margin-bottom: 30px;
    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;
}

#CategoryMenu .block.user p.point {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    background-color: #FFF;
    color: #62c0d4;
}

#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;
} */

#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;
} */

.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 {
    /* background: #ccc; */
    margin: -30px 0 40px;
    padding: 0;
    width: 100%;
    height: 35px;
    position: relative;
}

#productSearch input[type="text"] {
    color: #444;
    margin: 0;
    padding: 0 10px;
    width: 538px;
    /* 560px */
    height: 33px;
    /* 33px */
    font-size: 0.9375em;
    /* 15px */
    line-height: 1em;
    border: 1px solid #333;
    -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: #f3f3f3;
    -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;
}

#productSearch input[type="submit"] {
    color: #efefef;
    /* background: #939393; */
    background: #333;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    font-size: 1.375em;
    /* 22px */
    line-height: 1;
    border: 1px solid #333;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 560px;
    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: #fff;
    background: #000;
}

.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;
}

#Top .notificationBtn {
    color: #fff;
    background: #039;
    margin: 0 auto 30px;
    padding: 1em 0;
    width: 800px;
    height: auto;
    font-size: 150%;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    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;
    position: relative;
}

#Top .notificationBtn:link,
#Top .notificationBtn:visited {
    text-decoration: none;
}

#Top .notificationBtn:hover {
    color: #fff;
    background: #3688ba;
}

#Top .notificationBtn:after {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    font-size: 145%;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
}


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

@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 {
    float: left;
    width: 400px;
    margin-right: 50px;
}

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

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

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

#Detail #MainContents .btnBack a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #222;
    line-height: 1;
    font-size: 108%;
    color: #FFF;
    padding: 6px 15px 6px 10px;
}

#Detail #MainContents .btnBack a i {
    font-size: 120%;
    padding-right: 15px;
    color: #FFF;
}

#Detail #MainContents .btnBack a:hover {
    text-decoration: none;
    background-color: #555;
}


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

/* #Detail #MainContents .nowPoint span {
	background-color:#ececec;
	display:inline-block;
	padding:8px 15px 12px;
} */

#Detail #MainContents .nowPoint span {
    /* background-color: #5556be; */
    display: inline-block;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border: solid 3px #62c0d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

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

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

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

#Detail #MainContents .goodsname {
    color: #333;
    background: #fff;
    margin: 1em 0 0;
    padding: 1em 0;
    font-size: 1.625rem;
    /* 26px */
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #ccc;
    border-left: none;
    position: relative;
}

#Detail #MainContents .goodsname:before {
    content: "";
    background: #039;
    width: 15%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* #Detail #MainContents .goodsname:after {
    content: "";
} */
/* #Detail #MainContents .exchange {
	line-height:1;
	background-color:#FFFEE2;
	padding:10px;
	color:#EA002E;
	margin-bottom:27px;
	font-size:110%;
} */

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

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

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

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

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

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

/* #Detail #MainContents .attentionAlcohol {
    color:#F40400;
    font-size:130%;
    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 {
	margin-top:50px;;
	display: block;
	padding: 25px 15px;
	background-color: #c90065;
	color: #fff;
	font-size: 150% !important;
	border:0;
	line-height:1;
	text-align:center;
	width:100%;
	font-size:
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	box-sizing: border-box;
} */

#Detail #MainContents .submit a {
    margin-top: 50px;
    ;
    display: block;
    padding: 25px 15px;
    background-color: #c00;
    color: #fff;
    font-size: 150% !important;
    border: 0;
    line-height: 1;
    text-align: center;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}

#Detail #MainContents .submit a i {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

/* #Detail #MainContents .submit a:hover{
	background-color: #A30051;
	text-decoration:none;
} */

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

#Detail #MainContents .submit.none a {
    background-color: #ff7569;
    cursor: default;
}

#Detail #MainContents .banner img {
    margin-bottom: 25px;
    width: 100%;
}

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

.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: #3688ba;
    text-decoration: underline;
}

.exchangeHistoryName a:hover {
    color: #3688ba;
    text-decoration: none;
}

.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 #039;
    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: #039;
    background: #d4dae6;
    text-decoration: none;
}

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

.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: #3688ba;
    border: solid 1px #ddd;
}

.pageNavWarp ul.pageNav li a:hover i {
    color: #3688ba;
}




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

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

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

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

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

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

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

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

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

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

/* // 株主ポスト ----------------------------------------------- */
/* #Post ul.postList li {
	border-bottom:1px dotted #BBB;
	padding-bottom:12px;
	margin-bottom:12px;
	line-height:1.6em;
	box-sizing: border-box;
}
#Post ul.postList li i {
	position:absolute;
	top:8px;
	left:0;
}
#Post ul.postList li a {
	display:block;
	padding:3px;
	box-sizing: border-box;
	position:relative;
	padding-left:20px;
}
#Post ul.postList li a:hover {
	background-color:#F9F9F9;
}
#Post .detailBlock .ph {
	float:right;
	display:block;
	width:300px;
	margin-left:30px;
}
#Post .detailBlock .tx {
	float:left;
	width:470px;
}
#Post ul.pageNav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	border: 1px solid #DDD;
	text-align: center;
}

#Post ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#Post ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #E8E8E8;
	text-decoration: none;
	vertical-align: middle;
}
#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:hover {
	color: #000;
	background: #D8D8D8;
	border-color: #00f;
} */

#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;
    font-size: 14px;
    display: block;
    position: relative;
}

#Post ul.postList li a:link {
    color: #3688ba;
    text-decoration: underline;
}

#Post ul.postList li a:link:before {
    content: "";
    background: #62c0d4;
    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 {
    color: #3688ba;
    text-decoration: none;
}

#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: #3688ba;
    border: solid 1px #ddd;
}

#Post ul.pageNav li a:hover i {
    color: #3688ba;
}



/* // 優待ポイントについて
 ----------------------------------------------- */
.willsCoin_contents .mv {
    height: auto;
}

.willsCoin_contents .willsCoin_titleText {
    margin-bottom: 40px;
}

.willsCoin_contents .willsCoin_titleText h3 {
    margin-bottom: 32px;
    color: #d72d50;
    font-weight: bold;
    font-size: 29px;
    text-size-adjust: 100%;
    text-align: center;
    line-height: 1.2;
}

.willsCoin_contents .willsCoin_textBr {
    display: none;
}

.willsCoin_contents .willsCoin_titleText p {
    line-height: 1.5;
    font-size: 14.3px;
    text-size-adjust: 100%;
}

.willsCoin_contents .willsCoin_titleImg {
    margin-bottom: 40px;
}

.willsCoin_contents .willsCoin_titleImg img {
    width: 100%;
}

.willsCoin_aboutText {
    margin-bottom: 64px;
}

.willsCoin_aboutText h3 {
    display: flex;
    align-items: baseline;
    padding: 0 15px 0 23px;
    font-size: 24px;
    color: #d72d50;
    white-space: nowrap;
}

.willsCoin_aboutText h3 span {
    color: #d72d50;
    font-size: 30px;
    font-weight: bold;
    margin-left: -10px;
}

.willsCoin_aboutText h3 .willsCoin_aboutSquare {
    display: block;
    width: 118px;
    margin-right: 4px;
    margin-left: 0;
    padding: 11px 0;
    background: #d72d50;
    color: #fff;
    font-size: 28px;
    text-size-adjust: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

span.willsCoin_aboutSquare:nth-of-type(1) {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

span.willsCoin_aboutSquare:nth-of-type(2) {
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}

.willsCoin_aboutList {
    margin: 8px 0 16px;
    padding: 12px 48px 14px;
    background-image: url("../../images/abist/willsCoin_aboutList_bg.png");
    background-repeat: repeat-x;
    background-size: contain;
}

.willsCoin_aboutList li {
    position: relative;
    font-size: 19.5px;
}

.willsCoin_aboutList li:nth-of-type(1) {
    margin-bottom: 6px;
}

.willsCoin_aboutList li::before {
    content: "〇";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -19px;
    font-size: 13px;
    color: #8c8c8c;
}

.willsCoin_aboutList li:nth-of-type(1) span {
    color: #0051d2;
}

.willsCoin_aboutList li:nth-of-type(2) span {
    color: #f07d00;
}

.willsCoin_aboutText p {
    line-height: 1.5;
    font-size: 14.3px;
}

#Program .willsCoin_contents .willsCoin_link {
    background: #000;
    font-size: 19px;
}

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

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

#Program table th {
    color: #333;
    background: #dae4e7;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
}

#Program table th.column-2,
#Program table th.column-3 {
    color: #333;
    background: #f0f4f5;
    border-top: 1px solid #fff;
}

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

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

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

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

#Program table tr:nth-child(even) td {
    background-color: #f6fafb;
}

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

.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: "※";
}

.pointNotes {
    margin: 1em auto;
}

.pointH2 {
    color: #6f6f6f;
    margin: 0 auto 0.4em;
    padding: 0;
    width: 100%;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.3;
}

.pointNotesList {
    margin: 0 auto 1em;
    padding: 0;
    width: 100%;
}

.pointNotesList:last-child {
    margin: 0 auto 80px;
}

.pointNotesList li {
    color: #6f6f6f;
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 82%;
    line-height: 1.3;
    text-indent: -1em;
}

.pointNotesList li:before {
    /* content: "※"; */
    content: "・";
}

#Program .notificationH2 {
    color: #fff;
    background: #039;
    margin: 0 0 0.6em;
    padding: 0.8em 1em;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#Program .headTxB span {
    color: #d01126;
    font-weight: bold;
}

#Program .notificationPra {
    margin: 0 0 2em;
    padding: 0;
    font-size: 110%;
    line-height: 1.6;
}

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



/* // ポイント通帳
 ----------------------------------------------- */
.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;
}

.spVotingBtn {
    display: none;
}


#stockQuotes iframe {
    height: 2300px;
}

@media screen and (max-width: 580px) {
    #stockQuotes iframe {
        height: 3800px;
    }
}


/** 外部リンク欄 */
.externalLink a {
    color: #916700;
    text-decoration: underline;
}

/* // バーチャル株主総会
 ----------------------------------------------- */
.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: 87%;
    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: 380px;
    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%;
}

.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;
}

.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);
}

/* トップページ */
#Top #MainVisual #mainimg1 {
    position: relative;
}

#Top #MainVisual #mainimg1:after {
    content: "優待ポイントを貯めて5,000種類以上の優待商品と交換！";
    color: #555;
    width: 610px;
    font-family: sans-serif;
    font-size: 154%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.07em;
    display: block;
    position: absolute;
    top: 81px;
    /* 上下位置調整 */
    left: 45px;
}

/* 優待ポイントについて */
#Program #MainContents #mv_tx {
    position: relative;
}

#Program #MainContents #mv_tx:after {
    content: "貯まったポイントは 5,000種類以上の優待商品と交換！";
    color: #555;
    font-family: sans-serif;
    font-size: 136%;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    bottom: 36px;
    /* (上)下位置調整 */
    left: 314px;
}

#Top #MainVisualLayerTop {
    background-color: rgba(0, 0, 0, 0.55);
    height: 550px;
}

#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;
}

#Top .memberboxTop .catchbox {
    background: #fff;
    border: solid 4px #ddd;
    padding: 0.5px;
    margin-top: 15px;
}

#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 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#Top .memberboxTop .catchbox p.btn a {
    background: #666;
    margin: 0 auto;
    width: 70%;
    display: block;
}

#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;
}
/* // アンケートボタンレイアウト
----------------------------------------------- */
.btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}
.btnItem {
  flex: 0 1 50%;
  margin-top: 32px;
}
.enqueteBackBtn {
    color: #212121;
    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 #212121;
    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;
}
.enqueteBackBtn:hover,
.enqueteBackBtn:active {
    color: #212121;
    text-decoration: none;
}
.enqueteBackBtn:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none;
    border: solid 1px #e5e5e5;
}
.enqueteNextBtn {
    color: #fff;
    background: #212121;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    cursor: pointer;
}
.enqueteNextBtn:link,
.enqueteNextBtn:visited {
    color: #fff;
    text-decoration: none;
}
.enqueteNextBtn:hover {
    color: #000;
    background: #e5e5e5;
}
.answeredbtnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
#answeredFinished {
    color:#fff;
    background: #212121;
    margin: 40px auto;
    text-align: center;
    padding: 0;
    width: 30%;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
}
#answeredFinished:link,
#answeredFinished:visited {
    color: #fff;
    text-decoration: none;
}
#answeredFinished:hover {
    color: #000;
    background: #e5e5e5;
}
#answeredFinished:after {
    content: "\f105";
    color: #fff;
    margin: auto 0;
    font-family: FontAwesome;
    font-size: 118%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
}
#answeredFinished:after {
    color: #fff;
}
#answeredFinished:hover:after {
    color: #fff;
}
.answeredUpdate {
    margin: 40px auto;
    text-align: center;
    padding: 0;
    width: 30%;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
}
.answeredUpdate:link,
.answeredUpdate:visited {
    color: #444;
    background: #f0f0f0;
    text-decoration: none;
    border: solid 1px #f0f0f0;
}
.answeredUpdate:hover {
    color: #212121;
    background: #fff;
    text-decoration: none;
    border: solid 1px #212121;
}
.answeredUpdate:after {
    content: "\f105";
    color: #bbb;
    margin: auto 0;
    font-family: FontAwesome;
    font-size: 118%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
}
.answeredUpdate:hover:after {
    color: #212121;
}
.enqueteCancelBtn {
    color: #fff;
    background: #212121;
    margin: 40px auto;
    text-align: center;
    padding: 0;
    width: 30%;
    height: 50px;
    font-size: 1.143em; /* 16px */
    line-height: 46px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 1px #212121;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
}
.enqueteCancelBtn:hover,
.enqueteCancelBtn:active {
    color: #212121;
    background: #fff;
    text-decoration: none;
    opacity: 0.7;
}
.enqueteCancelBtn:after {
    content: "\f105";
    color: #fff;
    margin: auto 0;
    font-family: FontAwesome;
    font-size: 118%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
}
.enqueteCancelBtn:after,
.enqueteCancelBtn:active:after {
    color: #212121;
}
.shareholder_number_box{
    color: #000;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom: solid 2px #e5e5e5;
}
.accountNextBtn {
    color: #fff;
    background: #212121;
    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 {
    opacity: 0.7;
}
.accountCorrectBtn {
    color: #212121;
    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 #212121;
    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: #212121;
    text-decoration: none;
}
.accountCorrectBtn:hover {
    opacity: 0.7;
    text-decoration: none;
}
#startBtnFinished {
    color: #000;
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
	font-weight: bold;
    margin: 30px auto;
    padding: 0;
    width: 30%;
    line-height: 60px;
    font-size: 14px;
    display: block;
    pointer-events: none;
    letter-spacing:0.1em;
}
#ContentsWrap #MainContents.enquete{
  float:none;
  width:800px;
  margin:0 auto;
}