@charset "shift_jis";

*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none;}
a img{ border:none;}
a:hover img{ opacity:0.8;}
img{ vertical-align:bottom;}
#wrap,#wrap2{ width: 100%;  margin:0 auto; text-align: left; letter-spacing: 1px; padding: 0}

.faq{margin: 0.5em; line-height: 150%}
.faq *{font-family: "メイリオ", Meiryo, "sans-serif"}
.faq h2 {padding: 0.5em; background: #2896b3; color: #fff; font-size: 1.8em; text-align: center}
.faq ul{overflow: hidden; font-size: 0.8em; margin: 1em 0; }
.faq ul li{
    overflow: hidden;
    float: none;
    padding: 0.2em 0.2em 0.5em;
    margin-top: 0.5em;
    border-bottom: 1px dotted #000000;
    font-size: 1.2em;
}
    .faq dl dt {padding: 0.5em; margin-top: 1.5em; background: #d2d3d4; color:#1e2c2f; font-size: 1.2em;}
    .faq dl dd {font-size: 0.9em; margin: 1em 0 0}
    .faq dl dd a { text-decoration: underline; color: blue}
    .faq dl dd a:hover { text-decoration: none; color: darkorange}
    


/*フリーコール案内*/
.faq .freecall{
    border: 1px #000000 dotted;
    padding: 0.5vw 0.5vw 0;;
    margin: 0.5vw 0;
}

.faq .freecall span{
    font-size: 1.3em;
    font-weight: bold;
}

/*表組*/
.faq table{
    width: 100%;
    margin: 1vw 0 0;
    overflow: hidden
}
.faq table.top0{
    margin-top: 0
}

.faq table th,.faq table td{
    border: 1px #ADADAD solid;
    padding: 0.6em;
    text-align: left;
    font-size:1em;
}

/*smp表示フォント*/
@media screen and (max-width: 750px) {
.faq table th,.faq table td{
    font-size:1em;
}
.faq h2 { font-size: 1.3em;}
}

.faq table th{
    width: 66%;
    border-bottom: none;
    font-weight: normal
}

.faq table th.w20{
    width: 20%;
}

.faq table th.w46{
    width: 46%;
    border-left: none
}

.faq table th.w6{
    width: 6%;
    border-right: none;
    vertical-align: top
}
/*smp表示蛮行*/
@media screen and (max-width: 750px) {
.faq table th.w6 img{
    width: 180%
}
}

.faq table th.w60{
    width: 60%;
    border-left: none
}

.faq table td{
    width: 30%;
    border-left: none;
    border-bottom: none;
}

.faq table th{
    background: #FFFEC9;
}

.faq table th.table_last{
    border-bottom: 1px #ADADAD solid
}

.faq table .table_last{
    border-bottom: 1px #ADADAD solid
}

.faq p {
    margin: 1em 0;
}

.faq p.com {
    text-align: right;
    margin-top: 0.5em;
    font-size: 1em;
}

/*PC表示-詳細はこちら*/
@media screen and (min-width: 750px) {
.faq .com_pc{
    text-align: right;
    margin-top: 0.5em;
    font-size: 0.9em;
}
.faq dd.com_pc{
    text-align: left
}
.faq .com_smp{
    display: none
}
}

/*smp表示-詳細はこちら*/
@media screen and (max-width: 750px) {
.faq .com_smp{
    text-align: right;
    margin-top: 0.5em;
}
.faq dd.com_smp{
    text-align: left
}
.faq .com_pc{
    display: none
}
}



/*pagetop*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #b30101;
  opacity: 0.6;
  border-radius: 50%;
        text-align: center
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
    content: 'PAGE TOP';
    font-family:  "メイリオ", Meiryo, "sans-serif";
    font-size: 0.9em;
    line-height: 100%;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}




