@charset "utf-8";
/* CSS Document */

/*
 2カラム リスト（スマートフォンでは1カラム)
-------------------------------------------*/
.twoCol01,
.twoCol02 {
	overflow: hidden;
	padding: 0 20px;
}

.twoCol01 {
	margin: 50px 10px 20px 0px;
}

.twoCol02 {
	margin: 0 10px 50px 0px;
}

.twoCol01 .innerL,
.twoCol02 .innerL {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-right: 20px;
}

.twoCol01 .innerL div,
.twoCol02 .innerL div {
	position: relative;
	margin-bottom: 0.3em;
}

.twoCol01 .innerL div:last-child,
.twoCol02 .innerL div:last-child {
	margin-bottom: 0;
}

.twoCol01 .innerR,
.twoCol02 .innerR {
	box-sizing: border-box;
	width: 50%;
	float: right;
	padding-left: 15px;
}

.twoCol01 .innerR div,
.twoCol02 .innerR div {
	position: relative;
	margin-bottom: 0.3em;
}

@media screen and (max-width:640px) {

.twoCol01,
.twoCol02 {
	padding: 0 10px;
}

.twoCol01 {
	margin: 20px 10px 10px 10px;
}

.twoCol02 {
	margin: 0 10px 40px 10px;
}
	
.twoCol01 .innerL,
.twoCol01 .innerR,
.twoCol02 .innerL,
.twoCol02 .innerR {
	float: none;
	width: 100%;
}

.twoCol01 .innerL,
.twoCol02 .innerL {
	padding-right: 0;
}

.twoCol01 .innerR,
.twoCol02 .innerR {
	padding: 10px 0 0 0;
}
}

@media screen and (max-width:460px) {

.twoCol01,
.twoCol02 {
	padding: 5px 5px 10px 10px;
}

.twoCol01 {
	margin: 20px 5px 5px 0;
}

.twoCol02 {
	margin: 0px 5px 40px 0;
}
}


/*
 2カラム イメージ（スマートフォンでは1カラム)
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 60px auto;
	padding: 10px;
}

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 0 10px;
}

.box_cont .box_c_in h2 {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

@media screen and (max-width:768px){
	
.box_cont {
	padding: 0 20px;
}

.box_cont .box_c_in {
	width: 100%;
	text-align: center;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 0 10px;
}

.box_cont .box_c_in h2 {
	padding: 10px 0 5px 0;
}
}

@media screen and (max-width:460px){
.box_cont {
	padding: 0 10px;
}

.box_cont .box_c_in h2 {
	font-size: 22px;
	padding-top: 20px;
}
}
