@charset "utf-8";

#section01 {
    margin-bottom: 40px;
    border-bottom: solid 1px #D9D9D9;
}

section .twoColumn {
    margin-top: 50px;
    margin-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

section .twoColumn .left {
    width: 450px;
    text-align: left;
	float:left;
}

section .twoColumn .left p {
    margin-bottom: 24px;
}

section .twoColumn .right {
    width: 423px;
    float: right;
}

section .twoColumn .right li {
    margin-bottom: 15px;
}

.twoColumn:after {
    display: block;
    clear: both;
    content: "";
}



@media screen and (max-width: 767px) {

	img{
		width:100%;
		height:auto;
	}

	#section01 {
		padding-bottom: 16px;
	}

	section .twoColumn {
		padding-left: 0;
		padding-right: 0px;
		margin-top: 0;
	}

	section .twoColumn .left {
		width: 100%;
		float: inherit;
	}

	section .twoColumn .left p {
		margin-bottom: 10px;
	}

	section .twoColumn .right {
		width: 100%;
		float: inherit;
	}

	section .twoColumn .right li {
		margin-bottom: 15px;
	}

}

/* --------------------------- */

.pubRttlCategory .ttl{
  font-size: 22px;
}

.pubRkv3 .pubRttlCategory .ttl .subTxt{
  font-size: 20px;
}

.pubRkv3 .pubRttlCategory .ttl .mainTxt{
  display: block;
  margin-top: 5px;
}

.pubRkv3 .pubRttlCategory{
  width: 60%;
}

	@media screen and (max-width:768px){

  .pubRkv3 .pubRttlCategory{
    width: 100%;
  }

  .pubRkv3 .pubRttlCategory .ttl .subTxt{
    font-size: 15px;
  }

  .pubRkv3 .pubRttlCategory .ttl .mainTxt{
    font-size: 16px;
  }

	}/* --- max-width:768px */
