@charset "utf-8";

.pc {
	display: block;
}
.sp {
	display: none;
}
/* 2020/01/24　よくあるご質問から流用　*/
.freqFaqArea {
}
h5 {
	text-align: left;
    font-size: 1.35em;
    font-weight: 500;
	color: #2c3651;
}

.faq_nav {
    margin: 12px 0 30px 0;
    text-align: left;
}
.faq_nav li {
  line-height: 1.7;
  text-indent: -1rem;
  padding-left: 1rem;
}

.faq_nav li a:before,
.faq_list dt:before {
  content: 'Q. ';
} 
.faq_list dt {
  margin-bottom: 30px;
  background-color: #c6eaf9;
  color: #333;
    text-align: left;	
}
.faq_list dd {
  margin-bottom: 80px;
  letter-spacing: 1px;
  margin-left: 16px;
  text-indent: -2rem;
  padding-left: 2rem;
    text-align: left;	
}
.faq_list dd:before {
  content: 'A';
  background: #f9c6c6;
  padding: 0 8px;  
  margin-right: 5px;
}

.method-title {
    font-size: 24px;
    font-weight: 300;
    margin: 0px auto 15px;
    background: #28324e;
    color: #fff;
    padding: 6px 20px;
}

/*.method-title.active::before {
    content: "▲";
margin-right: 5px;	
}
.method-title::before {
    content: "▼";
	margin-right: 5px;
}*/

.faq_ul {
  text-decoration: underline;
}
.faq_txt_s {
  font-size: 0.9em;
}
a.faq_link {
  text-decoration: underline;
  color: #3b5499;
}


/* 右側メニュー
=========================================================================================== */
#sidebar {
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    right: 10px;
    z-index: 100;
	display: none;
}
#sidebar_top {
    left: -150px;
    position: absolute;
    top: 0;
}
#sidebar_top_wrap {
    width: 150px;
	height:104px;
	background-color: #28324e;
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;	
}

#sidebar_top a:hover {
    opacity: 0.8;
}

#sidebar_top_wrap .side-bnr_contact a:link{
	text-decoration: none;	
}

#sidebar_top_wrap .side-bnr_contact a:hover{
    opacity: 0.6;
}

.sidebar_top_text{
    font-size: 12px;
    color: #fff;
    line-height: 1.3;
    padding: 7px 0 0 7px;
    margin: 0;
}



.side-bnr_contact {
    padding: 10px 0 0 0;/*← 電話番号復活の際は削除して、下のコメントをはずす*/
	/*padding: 90px 0 0 0;*/
    margin: 0 auto;
    width: 140px;
    height: 35px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}
.toiawaseBtn {
    width: 140px;
    height: 40px;
    overflow: hidden;
background-color: #e94417;
}

.online-signup_bg{
    transform: skew(00deg, -10deg);
    background-color: #fe4c1a;
    height: 35px;
    transform-origin: bottom left;
}

.online-signup{
	transform: skew(0deg, 10deg);
    padding: 20px 0 0 0;
}

.online-signup span{
	font-size: 15px;
	color: #fff;
}



.side-bnr_contact a:hover{
opacity: 0.6;
}

.side-bnr_application {
    padding: 0px 0 0 0;
    width: 140px;
    height: 35px;
    margin: 15px auto 0;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}

.side-bnr_application a:hover{
opacity: 0.6;
}
#dospara_co_jp .mfp-bg {
  z-index: 20001;
}
#dospara_co_jp .mfp-wrap {
  z-index: 20002;
}


@media screen and (max-width: 768px) {
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
.faq_list dd {
	margin: 0;
    text-indent: 0;
    padding: 0;
}
	
.method-title {
    font-size: 20px;
    margin: 20px auto 15px;
}

}
