﻿@charset "utf-8";

/*** PC ***/
body main h1#pagetitle{
background:#dadada;
}

body#help main article{
font-size:14px;
line-height:22px;
}

body main article p#caption{
margin:10px 0 0 0;
}

body main article ul#typeanchormenu{
margin:50px 0 0 0!important;
}
body main article ul#typeanchormenu li{
float:left!important;
margin:0 25px 10px 0!important;
font-size:12px!important;
}

h2{
margin:0 0 20px 0!important;
font-size:20px!important;
line-height:30px!important;
font-weight: bold!important;
}

/* 質問のフォント指定 */
h3{
margin:0 0 20px 0!important;
font-size:20px!important;
line-height:30px!important;
font-weight: bold!important;
}

/* 質問横のQマーク指定 */
h3 img{
margin:0 10px 0 0;
position:relative; top:14px; left:0px;
width: 40px;
}


.btn-flat-border {
  display: inline-block;
  padding: 20px 20px;
  margin: 20px 20px;
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
  border-radius: 3px;
  transition: .4s;
  width: 80%;
  text-align: center;
}

.btn-flat-border:hover {
  background: #000;
  color: white;
  width: 80%;
  text-align: center;
  text-decoration: none;
}
