@import url(/css/common.css);
/*==================================================================*/
/* faq css */
/*==================================================================*/
#headtitle {
  background: url(/faq/image/title_bg.jpg);
  background-size: cover;
  background-position: center center;
}

#contents .blog-title * {
  margin: 0;
  padding: 0;
}

#contents .blog-title {
  margin: 0 auto;
  padding: 10px 0 10px 20px;
  background: url("../image/title.gif") no-repeat 50% 50%;
}

#contents .blog-title p {
  margin: 0;
  padding: 10px 0;
  font-size: 2.0em;
  color: #fff;
  font-weight: bold;
}

/* -------------------------------------------- */
/* searcharea */
/* -------------------------------------------- */
#searcharea {
  margin: 0 auto 2em;
}
#searcharea dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#searcharea dl dt {
  margin: 7px 5px 0 0 !important;
  width: 130px;
}
#searcharea dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: calc(100% - 150px);
}
#searcharea dl dd input.long {
  width: 60%;
  font-size: 16px;
  border: 1px solid #b8b8b8;
}

#searcharea input, #searcharea select {
  padding: 10px;
}

#searcharea input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  padding: 10px;
  background: #e9e9ed;
  color: #000;
  cursor: pointer;
}

#searcharea .category .select-wrap {
  position: relative;
  display: inline-block;
}
#searcharea .category .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #b8b8b8 !important;
  padding: 10px 25px 10px 10px !important;
  background: #fff !important;
  color: #000 !important;
}
#searcharea .category .select-wrap::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

#searcharea .keyword {
  margin-bottom: 0.4em;
  padding: 0.5em 1em;
  background: #ffffc0;
}

#searcharea .keyword dl dd span {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1em;
}

#searcharea .category {
  position: relative;
  padding: 0.5em 1em;
  background: #f5f5f5;
}

#searcharea .category input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  padding: 10px;
  background: #e9e9ed;
  color: #000;
  cursor: pointer;
}

/* -------------------------------------------- */
/* faq */
/* -------------------------------------------- */
#faq * {
  margin: 0;
  padding: 0;
}

#faq {
  margin: 0 auto;
}

/* list */
#faq ul.q-area {
  margin: 0 auto 2em;
}

#faq ul.q-area ul {
  margin: 0 auto;
  padding-bottom: 0.5em;
  list-style-type: none;
  background: #efefef;
}

#faq ul.q-area li {
  margin-bottom: 0.5em;
  list-style-type: none;
  border-bottom: 1px dotted #000;
}

#faq ul.q-area li a {
  display: block;
  padding: 12px 0 12px 60px;
  background: #efefef url("/faq/image/ic_q.gif") no-repeat 10px 10px;
  color: #333;
  display: block;
  text-decoration: none;
}
#faq ul.q-area li a:hover {
  text-decoration: none;
  background: #fae8e7 url("/faq/image/ic_q.gif") no-repeat 10px 10px;
}

/* IE6         */
* html #faq ul.q-area li a {
  padding: 7px 0 3px 40px;
}

/* -------------------------------------------- */
/* detail */
/* -------------------------------------------- */
/* q-area */
#q-area * {
  margin: 0;
  padding: 0;
}

#q-area {
  margin: 0 auto 2em;
  padding: 2em;
  background: #f0f0f0;
}

#q-area .q-box {
  margin: 0 auto;
}

#q-area h1 {
  margin-bottom: 0;
  padding: 6px 0 9px 60px;
  list-style-type: none;
  background: url("/faq/image/ic_q.gif") no-repeat 0 0;
  font-size: 1.0em;
  font-weight: bold;
}

#q-area .q-box p {
  border: 1px solid orange;
}

/*#q-area ul
{	margin:0 auto 1em;
	padding-bottom:0.3em;
	width:545px;
	font-size:1.2em;
}
#q-area li{
	margin-bottom:0.5em;
	padding:6px 0 6px 40px;
	list-style-type:none;
	background:url('../image/ic_q.gif') no-repeat 0 0 #fff;
}*/
#q-artea p, #a-area p {
  font-size: 0;
}

#q-artea p img, #a-artea p img {
  vertical-align: bottom;
}

/*
#q-area .kiji{
	display:none;
}
*/
#q-area .kiji, #a-area .kiji {
  padding: 0 10px 0 60px;
}

#a-area {
  padding: 2em 2em 1em;
  border: 4px solid #a84452;
  background: #f7ecee;
}

#a-area .kiji {
  background: url("/faq/image/ic_a.gif") no-repeat 0 0 #f7ecee;
}

#a-area .kiji p, #q-area .kiji p {
  font-size: 1.0em;
}

#a-area {
  margin-bottom: 4.5em;
}

/* list */
p.list {
  margin: 0 auto 1.5em;
}

.twitter-area {
  margin: 0 auto 1.0em;
  width: 565px;
}

/* MT */
/* -------------------------------------------- */
div.block h2.qa-all {
  margin: 0 0 0.3em !important;
  text-align: left !important;
  font-size: 1.8em !important;
  display: inline-block !important;
  border-bottom: 3px solid #da0000;
}

/* ---------------------------------------------------------  
 PC
 ------------------------------------------------------ --- */
/* ---------------------------------------------------------  
 tablet
 ------------------------------------------------------ --- */
@media screen and (max-width: 769px) {
  #word-area h1 {
    font-size: 1.3em;
  }

  div.block h2.qa-all {
    font-size: 1.4em !important;
  }

  #searcharea input.long {
    width: 70%;
  }
}
/* ---------------------------------------------------------  
 phone
 ------------------------------------------------------ --- */
@media screen and (max-width: 479px) {
  #contents .blog-title p {
    padding: 3px;
    font-size: 1.4em;
  }

  #searcharea {
    margin: 0 auto 3em;
  }
  #searcharea dl {
    display: block;
  }
  #searcharea dl dt {
    margin: 0 5px 0 0 !important;
    width: 100%;
  }
  #searcharea dl dd {
    width: 100%;
  }

  #searcharea .category .select-wrap {
    width: 70%;
  }
  #searcharea .category .select-wrap select {
    width: 100%;
  }
}
