/*　広告　*/

h2.pickup {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  clear: both;
  color: white;
  padding: 2% 4%;
	background-color:darkorange;
  margin-top: 0;
  margin-bottom: 4%;
}
.pickup-p {
    font-size: 1.3rem;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4%;
	padding-right: 4%;
	margin-top: -4%;
	margin-bottom: 2%;
	background-color: chocolate;
    color: white;
    line-height: 1.4;
}

#container {
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
#center {
}
#left {
    order: 2;
    width: 50%;
    padding-left: 4%;
    padding-right: 2%;
}
#right {
	order: 3;
  width: 50%;
  padding-left: 2%;
  padding-right: 4%;
}
.pickupbox {
	text-align: left;
	padding: 4%;
      padding-top: 0;
    background-color: white;
}
.pickupbox img {
	width: 100%;
	margin-bottom: 3px;
}
.pickupbox h3 {
    /* margin: 0; */
    /* margin-top: 3px; */
    /* margin-bottom: 3px; */
    /* padding-left: 12px; */
    /* position: relative; */
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 1px;
    padding-bottom: 1px;
}
.pickupbox h3:before {
    /* content: '\2002'; */
    /* display: block; */
    /* position: absolute; */
    /* left: 0px; */
    /* width: 8px; */
    /* height: 100%; */
    /* background-color: #FF9000; */
    /* border-radius: 4px; */
}
.pickupbox .texts {
	font-size: 1.4rem;
  line-height: 1.4;
  color: green;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
  text-align: left;
}
.pickupbox .text {
	font-size: 1.4rem;
	margin: 0;
  text-align: justify;
  color: black;
}
.left .banner img {
	height: 50px;
}
.shityouson td {
    border-bottom: solid 2px silver;/*　スマホの時は区切りを太く　*/
}

/*　左右バナー　*/

#side-banner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 92%;
margin: auto;
}
.banner {
  padding-bottom: 15px;
}
.banner img {
	width: 100%;
}
.banner p {
    margin: 0;
	text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
}

/*　アドセンス　*/
.adsense {
	margin: 0px 0px 0px 0px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}