@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,*:before,*:after {
}

h1{
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h4{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h5{
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h6{
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

u{
    text-decoration: underline;
}

em{
    font-style: italic;
}

s{
    text-decoration: line-through;
}

strong{
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    }
    ::-webkit-scrollbar-track {
    background-color: #dfdfdf2e;
    }
    ::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    border-radius: 100px;
    width: 130px;
    }
    

a{
    cursor: pointer!important;
}

div.spq--btn-center{
	text-align:center;
}

pre{
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

div.l-side div.l-side-body div.l-side-body-inner div.select-box:before {
    content: "選択";
    border-radius: 6px;
    display: inline;
    padding: 15px;
    color: #fff;
    background: #f79e1c;
}

li.postList-item p.postList-text a{
    color: #1592E6;
}
li.postList-item p.postList-text a:hover{
    color: #0e588a;
    text-decoration: underline;
}
li.postList-item p.postList-text a:visited{
    color: #0e588a;
}


.modalForm .label{
width:100%!important;
}


/*メニューレイアウト調整*/
.SideglobalNav_wrap .SideglobalNav_main a{
    padding: 15px 20px 15px 40px!important;
}

.library-salonList li .heading-area .subheading{
    white-space:normal!important;
}


/*audiojs*/
.audiojs,
.audiojs > .play-pause,
.audiojs > .play-pause > p {
    width: 30px;
    height: 30px;
}

.audiojs {
    display: table;
    margin: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0px 10px;
}

.audiojs > .play-pause {
    padding: 0px;
    border: none;
}

.audiojs > .play-pause > p {
    position: relative;
}

.audiojs .play{
    background: url("https://spique.jp/img/player-graphics.png") 0px 0px no-repeat!important;
}
.audiojs .pause{
    background: url("https://spique.jp/img/player-graphics.png") 0px -90px no-repeat!important;
}
.audiojs .loading{
    background: url("https://spique.jp/img/player-graphics.png") 0px 0px no-repeat!important;
}
.audiojs .error{
    background: url("https://spique.jp/img/player-graphics.png") 0px -60px no-repeat!important;
}


.audiojs > .play-pause > .play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-25%) translateY(-50%);
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    content: "";
}

.audiojs > .play-pause > .pause::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4px;
    height: 12px;
    content: "";
}

.audiojs > .scrubber {
    display: none;
}

.audiojs > .time {
    display: none;
}

#community-contents > div{
    text-align: left;
}


/*//////////////////////
////////////////////////
//////////////////////*/
/*　　 カスタムボタン　　*/
/*//////////////////////
////////////////////////
//////////////////////*/

div.spq--btn-center .org-btn,div.spq--btn-center a.org-btn, div.spq--btn-center button.org-btn {
font-weight:700;
line-height:1.5;
position:relative;
display:inline-block;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-transition:all 0.3s;
transition:all 0.3s;
text-align:center;
vertical-align:middle;
text-decoration:none;
letter-spacing:0.1em;
color:#212529;
border-radius:0.5rem;
padding:1rem 3rem;
}

div.spq--btn-center a.btn--green{
border-bottom: 5px solid #01632D;
color:#fff;
}

div.spq--btn-center .btn--green,div.spq--btn-center button.btn--green {
color:#fff;
background-color:#094;
}

div.spq--btn-center .btn--green:hover,div.spq--btn-center a.btn--green:hover {
color:#fff;
margin-top:3px;
background-color:#094;
border-bottom: 2px solid #01632D;
}

div.spq--btn-center .btn--orange,div.spq--btn-center a.btn--orange {
color:#fff;
background-color:#eb6100;
}

div.spq--btn-center .btn--orange:hover,div.spq--btn-center a.btn--orange:hover {
color:#fff;
background:#f56500;
}

div.spq--btn-center .btn--radius,div.spq--btn-center a.btn--radius,div.spq--btn-center button.btn--radius,div.spq--btn-center a.btn--radius {
border-radius:100vh;
}

div.spq--btn-center .btn--custom01-front {
position:relative;
display:block;
-webkit-transition:all 0.3s;
transition:all 0.3s;
border:2px solid #000;
border-radius:inherit;
background:#fff100;
padding: 1.5rem 3rem 1.5rem 4rem;
}

div.spq--btn-center .btn-wrap {
display:block;
}

div.spq--btn-center .btn-wrap-pc-sp {
max-width:435px;
margin:0 auto 20px;
}

div.spq--btn-center .fa-position-bottom {
position:absolute;
bottom:1rem;
left:calc(50% - 0.5rem);
}

div.spq--btn-center .fa-position-left {
position:absolute;
top:calc(50% - 0.5em);
left:1rem;
}

div.spq--btn-center .fa-position-right {
position:absolute;
top:calc(50% - 0.5em);
right:1rem;
}

div.spq--btn-center a.btn--blue.btn--border-double {
border:8px double #0090bb;
}

div.spq--btn-center a.btn--circle {
line-height:100px;
width:140px;
height:140px;
border-radius:50%;
color:#fff;
background:#eb6877;
-webkit-box-shadow:0 7px 0 #e53b4e;
box-shadow:0 7px 0 #e53b4e;
padding:20px 0 0;
}

div.spq--btn-center a.btn--circle i {
font-size:150%;
}

div.spq--btn-center a.btn--circle:hover {
margin-top:0;
-webkit-transform:translate(0, 4px);
transform:translate(0, 4px);
color:#fff;
-webkit-box-shadow:0 3px 0 #e53b4e;
box-shadow:0 3px 0 #e53b4e;
}

div.spq--btn-center a.btn--contact {
display:inline-block;
color:#fff;
background:#eb6100;
-webkit-box-shadow:0 5px 0 #d25600;
box-shadow:0 5px 0 #d25600;
padding:1.6rem 3rem 1.6rem 4rem;
}

div.spq--btn-center a.btn--contact .number {
line-height:1;
display:inline-block;
margin-top:0.5rem;
letter-spacing:0;
color:#eb6100;
border-radius:0.5rem;
background:#fff;
padding:0.25rem 2rem;
}

div.spq--btn-center a.btn--contact i,div.spq--btn-center a.btn--tel i {
font-size:2rem;
}

div.spq--btn-center a.btn--contact i.fa-position-left,div.spq--btn-center a.btn--tel i.fa-position-left {
left:1.5rem;
}

div.spq--btn-center a.btn--contact:hover,div.spq--btn-center a.btn--tel:hover {
color:#fff;
}

div.spq--btn-center a.btn--green.btn--border-solid {
border:6px solid #008039;
}

div.spq--btn-center a.btn--green.btn--border-groove {
border:6px groove #008039;
margin-top:-3px;
}

div.spq--btn-center a.btn--orange {
border-bottom:5px solid #b84c00;
}

div.spq--btn-center a.btn--orange.btn--border-solid {
border:2px solid #b84c00;
}

div.spq--btn-center a.btn--orange:hover {
margin-top:3px;
border-bottom:2px solid #b84c00;
}

div.spq--btn-center a.btn--pink.btn--border-ridge {
border:6px ridge #e53b4e;
}

div.spq--btn-center a.btn--red.btn--border-inset {
border:6px inset #b9000e;
}

div.spq--btn-center a.btn--red.btn--cubic {
border-bottom:5px solid #9f000c;
}

div.spq--btn-center a.btn--red.btn--cubic:hover {
margin-top:3px;
border-bottom:2px solid #9f000c;
}

div.spq--btn-center a.btn--shadow {
-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, .3);
box-shadow:0 3px 5px rgba(0, 0, 0, .3);
}

div.spq--btn-center a.btn--shadow:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

div.spq--btn-center a.btn--tel {
display:inline-block;
margin-top:15px;
color:#fff;
border-radius:100vh;
background:#094;
-webkit-box-shadow:0 5px 0 #008039;
box-shadow:0 5px 0 #008039;
max-width:100%;
padding: 1rem 4rem 1rem 5rem;
}

div.spq--btn-center a.btn--tel:hover{
 background-color:#008039;	
 -webkit-box-shadow: 0 5px 0 #004c22;
 box-shadow: 0 5px 0 #004c22;
}


div.spq--btn-center a.btn--tel .number {
line-height:1;
display:inline-block;
margin-top:0.5rem;
letter-spacing:0;
color:#094;
border-radius:0.5rem;
background:#fff;
padding:0.25rem 2rem;
}

div.spq--btn-center a.btn--yellow {
border-bottom:5px solid #ccc100;
color:#000;
background-color:#fff100;
}

div.spq--btn-center a.btn--yellow.btn--border-dashed {
border:2px dashed #000;
}

div.spq--btn-center a.btn--yellow.btn--cubic {
border-bottom:5px solid #ccc100;
}

div.spq--btn-center a.btn--yellow.btn--cubic:hover {
margin-top:3px;
border-bottom:2px solid #ccc100;
}

div.spq--btn-center a.btn--yellow:hover {
margin-top:3px;
border-bottom:2px solid #ccc100;
color:#000;
background:#fff20a;
}

div.spq--btn-center a.btn-border {
border:2px solid #000;
border-radius:0;
background:#fff;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}

div.spq--btn-center a.btn-border:before {
position:absolute;
top:0;
left:0;
width:5px;
height:100%;
content:'';
-webkit-transition:all .3s;
transition:all .3s;
background:#000;
}

div.spq--btn-center a.btn-border:hover {
color:#fff;
background:#000;
}

div.spq--btn-center a.btn-border:hover:before {
background:#fff;
}

div.spq--btn-center a.btn-c.easy {
position:relative;
color:#fff;
border-radius:100vh;
background:#eb6877;
-webkit-box-shadow:0 5px 0 #e85163;
box-shadow:0 5px 0 #e85163;
padding:1.5rem 2rem;
}

div.spq--btn-center a.btn-c.easy small {
font-weight:700;
}

div.spq--btn-center a.btn-c.easy span {
color:#fff100;
}

div.spq--btn-center a.btn-c.easy:hover {
-webkit-transform:translate(0, 3px);
transform:translate(0, 3px);
color:#fff;
background:#ee7f8b;
-webkit-box-shadow:0 2px 0 #e85163;
box-shadow:0 2px 0 #e85163;
}

div.spq--btn-center a.btn-c.free0 {
position:relative;
padding:2rem 3rem 2rem 2rem;
}

div.spq--btn-center a.btn-c.free0 i.fa,div.spq--btn-center a.btn-c.easy i {
margin-right:1rem;
}

div.spq--btn-center a.btn-c.free0:before {
font-family:'Font Awesome 5 Free';
line-height:1;
position:absolute;
top: calc(50% - 0.5rem);
right:1rem;
content:'\f054';
margin:0;
padding:0;
}

div.spq--btn-center a.btn-c.free1 {
position:relative;
color:#fff;
background:#32b16c;
-webkit-box-shadow:0 5px 0 #2c9d60;
box-shadow:0 5px 0 #2c9d60;
padding:1.5rem 2rem 1.5rem 4rem;
}

div.spq--btn-center a.btn-c.free1 span {
display:inline-block;
width:100%;
margin-bottom:0.5em;
color:#32b16c;
border-radius:4px;
background:#fff;
padding:0.2rem 0.5rem;
}

div.spq--btn-center a.btn-c.free1:before {
font-family:"Font Awesome 5 Free";
line-height:1;
position:absolute;
top:calc(50% - 0.7rem);
left:1.5rem;
content:"\f30b";
-webkit-transition:all 0.3s;
transition:all 0.3s;
margin:0;
padding:0;
}

div.spq--btn-center a.btn-c.free1:hover {
-webkit-transform:translate(0, 3px);
transform:translate(0, 3px);
color:#fff;
background:#38c578;
-webkit-box-shadow:0 2px 0 #2c9d60;
box-shadow:0 2px 0 #2c9d60;
}

div.spq--btn-center a.btn-c.free1:hover:before {
left:2rem;
}

div.spq--btn-center a.btn-c.free2 {
display: inline-block;
overflow: hidden;
border-bottom: 5px solid #e6d900;
background: #fff100;
padding: 1.5rem 4rem 1.5rem 5rem;
}

div.spq--btn-center a.btn-c.free2:before {
font-size:1em;
font-weight:700;
position:absolute;
top:1.2rem;
left:-3.2rem;
content:"無料!";
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:top;
transform-origin:top;
color:#fff;
background:#eb6100;
-webkit-box-shadow:0 3px 3px #e6d900;
box-shadow:0 3px 3px #e6d900;
padding:0 3rem;
}

div.spq--btn-center a.btn-c.free2:hover {
transform:translateY(3px);
margin-top:3px;
border-bottom:2px solid #e6d900;
background:#fff21a;
}

div.spq--btn-center a.spq--btn--custom01 {
margin-bottom:0.5rem;
border-radius:0.75rem;
padding:0;
}

div.spq--btn-center a.spq--btn--custom01:active {
-webkit-transform:translate(0rem, 0.75rem);
transform:translate(0rem, 0.75rem);
}

div.spq--btn-center a.spq--btn--custom01:active:before {
-webkit-transform:translate3d(0, 0, -1rem);
transform:translate3d(0, 0, -1rem);
-webkit-box-shadow:0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
box-shadow:0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

div.spq--btn-center a.spq--btn--custom01:after {
font-family:"Font Awesome 5 Free";
font-size:2rem;
font-weight:400;
line-height:1;
position:absolute;
top:calc(50% - 1rem);
left:1.5rem;
content:"\f0e0";
margin:0;
padding:0;
}

div.spq--btn-center a.spq--btn--custom01:before {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
content:"";
-webkit-transition:all 0.3s;
transition:all 0.3s;
-webkit-transform:translate3d(0, 0.75rem, -1rem);
transform:translate3d(0, 0.75rem, -1rem);
border:2px solid #000;
border-radius:inherit;
background:#ccc100;
-webkit-box-shadow:0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
box-shadow:0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

div.spq--btn-center a.spq--btn--custom01:hover {
-webkit-transform:translate(0, 0.25rem);
transform:translate(0, 0.25rem);
background:#fff100;
}

div.spq--btn-center a.spq--btn--custom01:hover:after, div.spq--btn-center a.spq--btn--custom01:active:after {
content:"\f2b6";
}

div.spq--btn-center a.spq--btn--custom01:hover:before {
-webkit-transform:translate3d(0, 0.5rem, -1rem);
transform:translate3d(0, 0.5rem, -1rem);
-webkit-box-shadow:0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
box-shadow:0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

div.spq--btn-center a.btn-flat {
overflow:hidden;
color:#fff;
border-radius:0;
background:#000;
}

div.spq--btn-center a.btn-flat span {
position:relative;
}

div.spq--btn-center a.btn-flat:before {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:'';
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
-webkit-transform:translateX(-96%);
transform:translateX(-96%);
background:#eb6877;
}

div.spq--btn-center a.btn-flat:hover:before {
-webkit-transform:translateX(0%);
transform:translateX(0%);
}

div.spq--btn-center a.btn-pc-sp {
line-height:1.4;
width:49.5%;
color:#ffff;
padding:1.25rem 0;
}

div.spq--btn-center a.btn-radius-solid {
border:1px solid #ccc;
background:linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
-webkit-box-shadow:inset 1px 1px 1px #fff;
box-shadow:inset 1px 1px 1px #fff;
}

div.spq--btn-center a.btn-radius-solid:hover {
background:linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

div.spq--btn-center a.btn-svg {
font-weight:700;
line-height:54px;
width:204px;
height:54px;
cursor:pointer;
text-decoration:none;
background-color:transparent;
padding:0;
}

div.spq--btn-center a.btn--svg span {
color:#000;
}

div.spq--btn-center a.btn--svg svg {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

div.spq--btn-center a.btn--svg svg rect {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
stroke:#000;
stroke-width:2px;
stroke-dasharray:200px 16px;
stroke-dashoffset:70px;
}

div.spq--btn-center a.btn--svg:hover svg rect {
stroke-dashoffset:284px;
}

a:focus {
text-decoration-line:none !important;
}

@media only screen and (max-width:400px){
	div.spq--btn-center{
	font-size: 0.8em;
	}
}

.library-salonList li figure::before{
  padding-top:60%!important;
}


/*//////////////////////
////////////////////////
//////////////////////*/
/*　　 カスタムヘッダ　　*/
/*//////////////////////
////////////////////////
//////////////////////*/


.spq--h:before{
    font-size: 1.5em;
	color:#333;
	vertical-align: middle;
}

.spq--h{
    color: #222;
}

.spq--h.h--bold{
font-weight:bold;
}

.spq--h.h--p1{
padding: 1rem;
}

.spq--h.h--p2{
padding: 2rem;
}
.spq--h.h--p3{
padding: 3rem;
}

/* ボーダーの位置 */
.spq--h.h--all{
border:1px solid;
}

.spq--h.h--top{
border-top:1px solid;
}

.spq--h.h--left{
border-left:1px solid;
}

.spq--h.h--right{
border-right:1px solid;
}

.spq--h.h--bottom{
border-bottom:1px solid;
}

.spq--h.h--shadow{
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}


/* 角丸 */
.spq--h.h--radius2{
border-radius:0.2em;
}

.spq--h.h--radius5{
border-radius:0.5em;
}

.spq--h.h--radius7{
border-radius:0.7em;
}

.spq--h.h--radius10{
border-radius:1em;
}



/* サイズの変更 */
.spq--h.h--thin{
border-width:thin;
}

.spq--h.h--medium{
border-width:medium;
}

.spq--h.h--thick{
border-width:thick;
}



/* 色の変更(線) */
.spq--h.h--bc-white{
border-color: rgba(255,255,255,0.8);
}
.spq--h.h--bc-blue{
border-color: rgba(40,46,137,0.8);
}
.spq--h.h--bc-red{
border-color: rgba(204,44,55,0.8);
}
.spq--h.h--bc-yellow{
border-color: rgba(248,203,51,0.8);
}
.spq--h.h--bc-green{
border-color: rgba(95,111,78,0.8);
}
.spq--h.h--bc-gray{
border-color: rgba(209,177,177,0.8);
}

/* 色の変更(背景) */
.spq--h.h--ba-white{
 background-color:rgba(255,255,255,0.3);
}

.spq--h.h--ba-blue{
 background-color:rgba(40,46,137,0.3);
}

.spq--h.h--ba-red{
 background-color:rgba(204,44,55,0.3);
}

.spq--h.h--ba-yellow{
 background-color:rgba(248,203,51,0.3);
}

.spq--h.h--ba-green{
 background-color:rgba(95,111,78,0.3);
}

.spq--h.h--ba-gray{
 background-color:rgba(209,177,177,0.3);
}

.spq--h.h--ba-stipe-bl{
	padding: 0.5em;
    background: repeating-linear-gradient( -45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px );
    text-shadow: 0 0 5px white;
}

.spq--h.h--ba-stipe-rd{
	padding: 0.5em;
    background: repeating-linear-gradient( -45deg, #f5eeed, #f5eeed 3px, #f4e2de 3px, #f4e2de 7px );
    text-shadow: 0 0 5px white;
}


/* アイコンの追加(画像) */
.spq--ic:before{
    font-family: FontAwesome;
    font-weight: 900;
}

.spq--ic.ic--f14a:before{
    margin-right: 10px;
    font-family: "Font Awesome 5 Free" !important;
    left: 0.5em;
    content: "\f14a";
}

.spq--ic.ic--f138:before{
    margin-right: 10px;
    font-family: "Font Awesome 5 Free" !important;
    top: 0.5em;
    left: 0.25em;
    content: "\f138";
}


.spq--ic.ic--f00c:before{
    margin-right: 10px;
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    content: "\f00c";
}


.spq--ic.ic--f303:before{
    margin-right: 10px;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f303";
    display: inline;
    padding: 6px!important;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    margin: 0 3px 0 0;
    border-radius: 50%;
    background: #ffb36b;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}


.spq--ic.ic--f1b0:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    margin-right: 10px;
    color: #ff938b;
    content: "\f1b0";
}

.spq--ic.ic--q:before{
	content: "Q";
    left: 0;
    top: -6px;
    display: inline;
    padding: 6px!important;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #75bbff;
    color: #fff;
}

.spq--ic.ic--a:before{
	content: "A";
    left: 0;
    top: -6px;
    display: inline;
    padding: 6px!important;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #ff8d8d;
    color: #fff;
}


.spq--ic:before{
    font-size: 1.5em;
	color:#333;
	vertical-align: middle;
}

.spq--ic.ic--cl-00:before{
	color:#000!important;
}

.spq--ic.ic--cl-ff:before{
	color:#fff!important;
}

.spq--ic.ic--cl-yl:before{
	color: rgba(248,203,51,0.8)!important;
}

.spq--ic.ic--cl-bl:before{
	color:#75bbff!important;
}
.spq--ic.ic--cl-rd:before{
    color: #ff8d8d!important;
}
.spq--ic.ic--cl-br:before{
    color: #B45332!important;
}

/*■丸矢印*/
.spq--ic.ic--f35a:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f35a";
	padding-right: 10px;	
}
/*■四角矢印*/
.spq--ic.ic--f152:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f152";
	padding: 0px 11px 0px 2px;	
}
/*■コメント*/
.spq--ic.ic--f075:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f075";
	padding-right: 10px;	
}
/*■コメントドット*/
.spq--ic.ic--f4ad:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f4ad";
	padding-right: 10px;	
}
/*■丸指矢印*/
.spq--ic.ic--f0a4:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f0a4";
	padding-right: 10px;	
}
/*■丸インフォ*/
.spq--ic.ic--f05a:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f05a";
	padding-right: 10px;	
}
/*■電球*/
.spq--ic.ic--f0eb:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f0eb";
	padding: 0px 13px 0px 5px;	
}
/*■紙飛行機*/
.spq--ic.ic--f1d8:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f1d8";
	padding-right: 10px;	
}
/*■プレイボタン*/
.spq--ic.ic--f04b:before{
    font-family: "Font Awesome 5 Free" !important;
    top: 0;
    left: 0;
    font-size: 1.5em;
    content: "\f04b";
	padding-right: 10px;	
}

/*クレジットブランドアイコン*/
div#credit-brand::before{
    content: "ご利用可能なクレジットカード";
    background-color: #5a5a5a;
    padding: 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: bold;
}

div#credit-brand{
    background: #fff;
    margin: 10px 0px 0px 0px;
}

div#credit-brand img{
    padding:10px;
}

a.pbutton{
background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 27px;
    padding: 8px 20px;
    margin: 15px;
}

.libraryList {
    max-width: 100%; 
}
/*72%*/


div.subContents_wrap dl dt{
    font-weight: bold;
    background: #d3d3d36b;
    border-bottom: 1px solid lightgray;
    padding: 0px 5px;
    margin-top: 16px;
    border-radius: 5px;
}

div.subContents_wrap dl dd{
    padding:10px;
}


.SideglobalNav_wrap .SideglobalNav_sub a {
    padding: 5px 0!important;
}


div.top-community-area-header{
    position: absolute;
    width: 100%;
    z-index:1;
}

.subNav_toggle{
    z-index:10;
}



a.btn-margin {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    padding: calc((35px - 1.4rem) / 2) 0;
    max-width: 152px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #e54444;
    border-radius: 3px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.fa-chevron-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 5px;
}

div.backButton{
    padding: 19px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.headNav_wrap{
    display:block;
    z-index:10;
}


.notice-setting-list-switch .notice-setting-item{
    padding: 5px 20px!important;
}

div.bbs-search button.bbs_toggle{
    height:200px!important;
    width: 25px!important;
}

div.bbs-search.is-active button.bbs_toggle:after {
    content: "カテゴリ選択を開く";
    font-size: 0.5em;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 5px;
    height: 115px;
    display: inline-block;
}

ul.SideglobalNav_main li a.library{
    display:none;
}


p.salonList_ttl::after {
    content: "(一部表示)";
}

a.salonList_link {
    display: none!important;
}

div.community-login-join div.library-area-wrap ul.library-salonList li div.heading-area .heading{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

div.community-login-join div.library-area-wrap ul.library-salonList li div.heading-area .subheading{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*掲示板*/

.bbs-wrap .bbs-category-list li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 15px;
}