@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　コンテンツ
========================== */
  .con_outer {
    margin-bottom: 100px;
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container {
    width: 90%;
    margin: 10px auto 50px;
  }
  .faq_type {
    width: 94%;
    margin: 10px auto;
  }
  .faq_type h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .faq_type section img {
    margin-bottom: 10px;
  }
  .faq_type section h3 {
    border-top: 1px solid #ccc;
    font-weight: normal;
    text-align: left;
    background: url(/ginza/faq/img/common/q_img_001.gif) no-repeat 0 30px;
    background-size: 17px;
    padding: 30px 0 10px 27px;
    margin: 20px 0 0 0;
    cursor: pointer;
    line-height: 1.5;
  }
  .faq_type section h3:hover {
    text-decoration: underline;
  }
  .faq_type section p {
    background: url(/ginza/faq/img/common/a_img_001.gif) no-repeat 0 0;
    background-size: 17px;
    padding-left: 27px;
    margin: 10px 0 0 0;
  }

  .faq_type section dl {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .faq_type section dl dt {
    width: 280px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .faq_type section dl .time_h {
    height: 40px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .faq_type ol li {
    list-style: outside decimal;
    margin-bottom: 15px;
  }
  .faq_type ol {
    padding-left: 2%;
  }
  #right_box {
    float: none;
    width: 100%;
    margin: 20px 0 60px 0;
  }
  #right_box .faq_other {
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  #right_box .faq_other thead {
    padding: 20px 0 20px 15px;
    border-bottom: 3px solid #a0a0a0;
  }
  #right_box .faq_other tr {
    border-bottom: 1px dotted #e3e3e3;
    display: block;
    line-height: 1.5;
  }
  #right_box .faq_other tr td {
    padding: 20px 0 20px 15px;
    display: block;
  }
  #right_box .faq_other thead tr,
  #right_box .faq_other tr:last-child {
    border-bottom: none;
  }
  .br_none {
    display: inline-block;
  }
}
/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　施設タイプ
========================== */
  .faq_type {
    width: 71%;
    float: left;
    margin: 0;
  }
  .faq_type h2 {
    clear: both;
    line-height: 1.5;
    font-size: 35px;
    margin-bottom: 50px;
    letter-spacing: 3px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .faq_type .contents_box {
    width: 100%;
    margin: 0 20px 30px 0px;
    float: left;
  }
  #container .faq_type .contents_box .left_box {
    float: left;
    width: 48.6%;
    margin-right: 20px;
  }
  .faq_type section dl {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .faq_type ol li {
    list-style: outside decimal;
    margin-bottom: 15px;
  }
  .faq_type ol {
    padding-left: 2%;
  }
  #right_box {
    width: 25%;
    margin: 0 0 0 4%;
    float: right;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  header #logo a {
    width: 100%;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　コンテンツ
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  #container {
    width: 1000px;
    margin: 10px auto 30px;
  }
  .faq_type .section {
    float: left;
    width: 320px;
    margin: 0 20px 30px 0;
  }
  .faq_type .contents_box {
    width: 100%;
    margin: 0 20px 30px 0px;
    float: left;
  }
  .faq_type {
    width: 75%;
    float: left;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .faq_type section dl {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .faq_type section dl dt {
    width: 180px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .faq_type ol {
    padding-left: 2%;
  }
  .faq_type ol li {
    list-style: outside decimal;
    margin-bottom: 15px;
  }
  .faq_type ol li dl {
    margin-top: 10px;
  }
  .faq_type ol li dl dd {
    margin-left: 1%;
  }
  .faq_type .name {
    text-align: right;
  }
  #right_box {
    width: 20%;
    margin: 0 0 0 5%;
    float: right;
  }
}
