@charset "Shift_JIS";

/*--------------------------------------------------------
  common
--------------------------------------------------------*/

/* main content */
.hpb-layoutset-02 #hpb-main{
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 60px;
}

/* h2 */
.hpb-layoutset-02 #hpb-title{
  width: 730px;
  height: 78px;
  background-image : url(../o2b.gif);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 342px auto;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: #20bc71;
  margin: 0 0 30px 0;
}
.hpb-layoutset-02 #hpb-title h2{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 ;
  padding: 22px 0 0 20px;
  line-height: 1.2;
}

/* h3 */
.hpb-layoutset-02 #hpb-main h3{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  border-left: 5px solid #20bc71;
  padding: 10px 12px;
  margin: 0 0 25px 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/* h4 */
.hpb-layoutset-02 #hpb-main h4{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 5px 0 23px;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.hpb-layoutset-02 #hpb-main h4::before{
  content: '';
  position: absolute;
  background-color: #20bc71;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 4px;
}

/* h5 */
.hpb-layoutset-02 #hpb-main h5{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid #20bc71 1px;
  padding: 0 5px 4px 5px;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

/* h6 */
.hpb-layoutset-02 #hpb-main h6{
  color: #20bc71;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

/* p */
.hpb-layoutset-02 #hpb-main p{
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 5px;
  margin: 0 0 25px 0;
}

/* table */
.hpb-layoutset-02 #hpb-main table{
  width: 100%;
  padding: 0 5px;
  margin: 0 0 15px 0;
  border: 1px solid #333;
}
.hpb-layoutset-02 #hpb-main th{
  background-color: #f2f2f2;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #333;
}
.hpb-layoutset-02 #hpb-main td{
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  border: 1px solid #333;
}

.hpb-layoutset-02 #hpb-main li{
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}

/* list */
.hpb-layoutset-02 #hpb-main dl{
  margin: 0 0 30px 0;
}

.hpb-layoutset-02 #hpb-main dt{
  font-size: 14px;
  line-height: 1.5;
  padding-left: 24px;
  background-position: 5px 13px;
}
.hpb-layoutset-02 #hpb-main dd{
  font-size: 14px;
  line-height: 1.5;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

  /* main content */
  .hpb-layoutset-02 #hpb-main{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }

  /* h2 */
  .hpb-layoutset-02 #hpb-title{
		width: 100%;
		background-size: contain;
		background-position: top right;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
    margin: 0 0 30px 0;
	}
	.hpb-layoutset-02 #hpb-title h2{
		line-height: normal;
		font-size: 20px;
    padding: 20px 0 20px 20px;
	}

}
