@charset "utf-8";

*{ 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%; max-width:750px; margin:0 auto; text-align: left; letter-spacing: 1px;}

    .faq{margin: 0.5em 0.5em 1em}
    .faq h2 {padding: 0.5em; background: #2896b3; color: #fff; font-size: 1.3em; text-align: center}
    .faq ul{overflow: hidden; font-size: 0.8em; margin: 1em 0; }
    .faq ul li{overflow: hidden; float: none; padding: 0.2em; margin-top: 0.5em; border-bottom: 1px dotted #000000;}
    .faq dl dt {padding: 0.5em; margin-top: 1.5em; background: #d2d3d4; color:#1e2c2f; font-size: 1em;}
    .faq dl dd {font-size: 0.8em; 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:0.9em;
}

/*smp表示フォント*/
@media screen and (max-width: 750px) {
.faq table th,.faq table td{
    font-size:1em;
}
}

.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: 0.8em;
}

/*PC表示-詳細はこちら*/
@media screen and (min-width: 750px) {
.faq .com_pc{
    text-align: right;
    margin-top: 0.5em;
    font-size: 0.8em;
}
.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{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  content: 'PAGE TOP';
  font-size: 0.9em;
    line-height: 100%;
  color: #fff;
  position: absolute;
    width: 30px;
    height: 25px;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


footer {
	width:100%;
	max-width: 750px;
	margin:0 auto;
	padding:0 0 15px 0;
	text-align:center;
	border-top:3px solid #665448;	
	font-size:12px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2vw
}

footer p {
	width:100%;
	padding:20px 0 0 0 ;
	display:inline-block;
}


footer a {
	color:#333;
	padding:10px 0 0 0;
}
	
footer .sitechange{
	/*height:23px;*/
	margin-bottom:-12px;
}
	
footer form,footer form input {display:inline;}
		
footer ul  {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
	
footer ul.bottom-jump-button {width:100%;}
	
footer ul.bottom-jump-button li {
	width:80%;
	margin:15px auto;
	float:none;
}
	
	
footer ul.bottom-jump-button li img {
	width:80%;
}



