  /* CSS Document */

.p-theme_title{
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-theme_title__num{
  flex: 0 0 auto;
  width: 160px;
  height:  auto;
}

.p-theme_title__heading{
  flex: 0 0 auto;
  width: calc(100% - 190px);
  padding-top: 1.5rem;
}

#main .p-theme_title__heading h2{
  font-size: 1.875rem;
  margin: 0 0 0.875rem;
  line-height: 1.3;
}

#main h3.p-theme_vision{
  line-height: 1;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.875rem 0.75rem;
  background:#f0f0f0;
  margin-bottom: 0.875rem;
}
#main h3.p-theme_vision.vision1{
  background: linear-gradient(to right, #BAE3F9 0%,#fff 100%);
}
#main h3.p-theme_vision.vision2{
  background: linear-gradient(to right, #A2C2E6 0%,#fff 100%);
}

/*p-large_list*/
.p-large_list{
  font-size: 0.9375rem;
  line-height: 1.5;
}
.p-large_list li{
  position: relative;
  margin: 0.25rem 0;
  padding-left: 1.25em;
}
.p-large_list__mark{
  display: inline-block;
  position: absolute;
  left:0px;
  top:0px;
}

/*p-fig_title*/
#main h3.p-fig_title{
  border-top: #ccc 1px solid;
  padding-top: 0.9375rem;
  font-size: 1.125rem;
  margin: 1rem 0 0.75rem;
}



/*sp*/

.sp .p-theme_title{
  display: inherit;
}

.sp .p-theme_title__num{
  width: 80px;
}

.sp .p-theme_title__heading{
  width: 100%;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
}

.sp #main .p-theme_title__heading h2{
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

