@charset "UTF-8";

/*********************************************
/*

body.question
  .base-knowledge-sec
  .question-sec

body.keywords

/********************************************/

/* 共通エレメント (permission)
--------------------------------------- */

.list-head {
  font-weight: bold;
}

h3.title {
  font-size: 1.1em;
}

.text-Area.bdColor {
    border: 1px solid #3479b7;
}

/* body.question ----------*/
body.question section h2 img,
body.question section h3 img{
  width: 100%;
}

body.question #mainblock section {
  /* margin-bottom: 40px; */
  margin-bottom: 0px;
}

body.question .confirm-sec .bottom-menu {
  display: none;
}

body.question .mainblock-under-area {
  margin-right: 20px;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  body.question .confirm-sec ul {
    padding: 44px 0px 0px 0px;
  }
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  body.question .confirm-sec ul {
    padding: 85px 6% 0px;
    margin:  0px 0 ;
    width: 100%;
  }

  body.question .confirm-sec ul li {
    width:100%;
  }

  body.question .confirm-sec ul li a img{
    width:100%;
  }
}

/****************************************
.mainblock
****************************************/

/* .base-knowledge-sec
---------------------------------------*/

.base-knowledge-sec {
  margin-bottom: 20px !important;
}

.base-knowledge-sec img.top-media {
  margin-bottom: 20px;
}

.base-knowledge-sec .text-Area {
  line-height: 1.7em;
  padding-left: 25px;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .base-knowledge-sec .text-Area {
    padding-left: 15px;
  }

  .base-knowledge-sec img.top-media {
    margin-bottom: 0px;
  }
}

/* .question-sec
---------------------------------------*/

.question-sec ul li {
  line-height: 1.6em;
  font-size: 16px;
}

.question-sec .panel {
  border-color: #fff;
  box-shadow: none;
}

.question-sec .panel .panel-heading{
  background: #fff;
  color: #fff;
  border-color: #fff;
  position: relative;
}

.question-sec .panel .panel-heading a::after {
  content: "-";
  color:#337ab7;
  position: absolute;
  right: 7px;
  top: 9px;
  font-size: 0.9em;
}

.question-sec .panel .panel-heading a.collapsed::after {
  content: "+";
  color:#337ab7;
  position: absolute;
  right: 5px;
  top: 9px;
  font-size: 0.9em;
}

.question-sec .panel .panel-heading h3.panel-title {
  font-size: 15px;
}

.question-sec .panel .panel-heading h3.panel-title a {
  display: block;
  color: #337ab7!important;
  font-weight: none;
}


.question-sec .panel .panel-heading h3.panel-title a:hover,
.question-sec .panel .panel-heading h3.panel-title a:focus {
  color: #337ab7!important;
  text-decoration: none;
  font-weight: bold;
}

.question-sec .panel .panel-heading h3.panel-title a:hover::after,
.question-sec .panel .panel-heading h3.panel-title a:focus::after {

  color:#337ab7;
}

.question-sec .panel .panel-heading h3.panel-title a.closed {
  color: #333;
}

.question-sec .panel .panel-heading h3.panel-title a.collapsed {
  display: block;
  color: #000;
  text-decoration: none;
}

.question-sec .panel .panel-heading h3.panel-title a::after:hover {
  /* right: 0; */
  position: absolute;
}


.question-sec .panel .panel-heading h3.panel-title a:hover {
  background: #fff;
  /* color: #f83f3f; */
  text-decoration: none;
}

.question-sec .panel-group .panel-heading+.panel-collapse>.panel-body {
   border-top: 2px solid #337ab7;
  background: #f0f8ff;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .question-sec ul li {
      /* text-indent: -3.1em; */
      /* margin-left: 3.3em; */
      margin-bottom: 0.5em;
  }

  .question-sec .panel .panel-heading {
      padding: 0 10px 0px 0;
      text-indent: -3.1em;
      margin-left: 3.3em;
  }

  .question-sec .panel .panel-heading a {
    line-height: 1.2em;
  }

  .question-sec .panel .panel-heading h3.panel-title a {
     margin-bottom: 8px;
  }

  .question-sec .panel .panel-heading a.collapsed::after {
    text-indent: 0;
    right: 0;
    top: 6px;
  }

  .question-sec .panel .panel-heading a::after {
    right: 0;
    text-indent: 0;
  }

  .question-sec .panel-group .panel-heading+.panel-collapse>.panel-body {
    text-indent: 0;
    width: 100%;
    margin-left:0;
  }
}

/* .question-sec .panel-body */
.question-sec .panel-body {
  font-size: 15px;
}

.question-sec .panel-body .panel-body-inner .listBox {
  margin-bottom: 30px;
}

.question-sec .panel-body .panel-lead,
.question-sec .panel-body .panel-body-inner .listBox .box-head,
.question-sec .panel-body .panel-body-inner .listBox .list-head {
  font-weight: bold;
}

.question-sec .panel-body .panel-body-inner {

}

.question-sec .panel-body .panel-body-inner p {
}

.question-sec .panel-body .panel-body-inner p.indent01 {
  text-indent: -6.4em;
  padding-left: 6.4em;
}

.question-sec .panel-body .panel-body-inner p.indent02 {
  text-indent: -4em;
  padding-left: 4em;
}

.question-sec .panel-body .panel-body-inner .textBox,
.question-sec .panel-body .panel-body-inner .listBox {
  background: #fff;
  padding: 1em 1.3em 0.2em;
  margin-bottom: 1em;
}

/* listBox */
.question-sec .panel-body .panel-body-inner .listBox .box-head {

}

.question-sec .panel-body .panel-body-inner .listBox .list-head {
  text-indent: -0.6em;
  display: inline-block;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
}


/* body.keywords
---------------------------------------*/

body.keywords .license-area h3{
  font-size: 1.2em;
  margin-bottom: 10px;
}

body.keywords .sectionInner{
  border-top: 2px solid #337ab7;
 background: #f0f8ff;
}

body.keywords .sectionInner p.inner-head {
  /* padding-left: 2em; */
  font-weight: bold;
}

body.keywords .sectionInner p.inner-head.indent01 {
  text-indent: -2.2em;
  padding-left: 23px;
}

body.keywords .sectionInner p.inner-head.indent02 {
    text-indent: -2.2em;
    padding-left: 20px;
}

body.keywords .sectionInner p.inner-head.indent03 {
  text-indent: -2.8em;
  padding-left: 23px;
}

body.keywords .sectionInner p.indent01 {
  padding-left: 20px;
}

body.keywords05 .sectionInner p.indent01 {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

body.keywords .sectionInner p.indent02 {
  padding-left: 20px;
}

body.keywords .sectionInner p.indent03 {
  padding-left: 20px;
}

body.keywords .sectionInner .lead-bottom {
    padding-left: 20px;
}

body.keywords .dl-horizontal {
  background: #fff;
}

body.keywords .dl-horizontal dt {
  border-top: 1px solid #a9a9a9;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 180px;
  white-space: normal;
}

body.keywords .dl-horizontal dd {
padding-right: 10px;
border-top: 1px solid #a9a9a9;
/* margin-bottom: 10px; */
padding-top: 10px;
}

body.keywords .dl-horizontal dd.pad01 {
margin-bottom: 10px;
}

body.keywords .dl-horizontal dt.top,
body.keywords .dl-horizontal dd.top {
  background: #fff;
  text-align: center;
  padding: 5px;
  line-height: 45px;
  height: 55px;
  margin-bottom: 0;
}


body.keywords .dl-horizontal dt.top {
  position: relative;
}

body.keywords .dl-horizontal dd.top {
  /* position: absolute; */
  top: 0;
}


body.keywords .dl-horizontal dt.top {
  line-height: 1.5em;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  body.keywords .dl-horizontal {
    /* position: relative; */
  }

  body.keywords .dl-horizontal dt.top,
  body.keywords .dl-horizontal dd.top{
    background: #ffffff00;
      padding: 0.5em 1em 0.5em 1em;
    width: 100%;
    border: navajowhite;
    text-align: left;
  }

  body.keywords .dl-horizontal dt.top {
    border-bottom: 1px double #222;
  }

  body.keywords .dl-horizontal dd.top {
    border-bottom: 3px double #222;
  }

  body.keywords .dl-horizontal dd.top b{
    font-weight: normal;
  }

  body.keywords .dl-horizontal dt {
    background: #f1f8ff;
    width: 100%;
    padding-left: 1em;
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }

  body.keywords .dl-horizontal dd {
    padding: 0.5em 1em 0.5em 1em;
    margin-bottom: 0;
  }

  body.keywords .sectionInner .lead-bottom {
    padding-left: 0.5em;
  }

  body.keyword04 .sectionInner p.indent01 {
    padding-left: 0px;
  }

  body.keyword06 .sectionInner .lead-bottom {
    text-indent: -0.9em;
    padding-left: 1.2em;
  }

  body.keyword06 .dl-horizontal dt.top {
      line-height: 2.6em;
  }
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  body.keywords .dl-horizontal dt {
    width: 200px;
    background: #fff;
  }

  body.keywords .dl-horizontal dt.top {
    width: 200px;
  }

  body.keywords .dl-horizontal dd.top {
    width: auto;
  }


  body.keywords .dl-horizontal dt.top,
  body.keywords .dl-horizontal dd.top {
    border-bottom: 3px solid #222;
  }
}

/* CLEAR FIX
---------------------------*/


.clearfix:after
{
     clear: both;
     content: ".";
     display: block;
     height: 0;
     line-height: 0;
     visibility: hidden;
}
.clearfix {
     zoom: 1;
}


/* # mediaのbootstrapの補足的に使うプロパティ
---------------------------------------------------------------------------- */

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
}
/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
}
/* 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) and (max-width: 1199.99px) {
}
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {}
