/* main styles
------------------------------*/

#main_bn {
	width: 100%;
}

#main_bn nav {
	margin: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
#main_bn nav a {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	font-size: 0;
	border-radius: 4px;
}

#main_bn p {
	text-align: center;
}
#main_bn a img {
	transition: .3s ease-in-out;
}
#main_bn a img:hover {
	opacity: .7;
}
@media screen and (max-width: 414px) {
	
#main_bn nav {
	margin: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#main_bn nav a {
	width:49%;
	max-width: 173px;
	margin: 0 0 10px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#main_bn a img {
	transition: 0.3s ease-in-out;
}
#main_bn a img:hover {
	opacity: .7;
}
}


#coment {
	color: #5A5A5A;
	font-weight: 500;
	text-align: center;
	display: block;
	line-height: 1.6;
	margin: 30px 20px;
}
.green {
	color: #390;
}


/* main in
------------------------------*/
.sl1_all {
	width: 100%;
	/*min-width: 320px;*/
	background-color: #FFFFFF;
}
.sl1_all h2 {
	margin:10px 0;
	border-left:solid 6px #AAE8BF;
	padding:10px 0 10px 10px;
	background-color: #FFF4F4;
	font-size:1.3rem;
}

.sl1_post_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sl1_post_wrap::after {
	content: "";
	width: 32%;
	height: 0;
	display: block;
	
}
.sl1_post{
	width:32%;
	height: auto;
	padding: 10px 1% 20px;
	margin: 0 0 20px;
	border-radius: 6px;
	background:url(../selection1/toku_img/post_bg.gif) no-repeat ;
	background-size: 100% 100%;
	
}
.sl1_post a img {
	display: block;
	width: 100%;
}

/*----------------------*/

.osusume {
	border: 2px dotted #fea09c;
	background: #fff;
	border-radius: 6px;
	font-size: .75rem;
	margin: 10px 0;
	padding: 10px 4%;
	line-height: 1.6;
	
}

.osusume p:first-of-type {
	display: inline-block;
	font-size: .75rem;
	margin: 0 auto 5px;
	color: tomato;
	font-weight: 700;
	text-align: center;
	
}


@media screen and (max-width: 374px) {
/*.osusume {
	font-size: .5rem !important;
	background: yellow;
	}
.osusume p:first-of-type {
	display: inline-block;
	font-size: .7rem;
	margin: 0 auto 5px;
	color: tomato;
	padding: 10px 4%;
	font-weight: 700;
	text-align: center;
	
}*/
}


.osusume p {
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.osusume p:first-of-type::before {
	content: "";
	background: url(../selection1/toku_img/osusume.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	background-size: cover;
}

/*----------------------*/

.osusume2 {
	color: #fea09c !important;
	padding: 2px;
	border: 2px dotted #fea09c;
	border-radius: 6px;
	font-size: .7em !important;
	font-weight: bold;
	text-align: center;
	
}
.osusume2::before {
	content: "";
	background: url(../selection1/toku_img/osusume.png) no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	background-size: contain;
}

/*----------------------*/

.sl1_post h3{
	font-size:15px;
	color:#3E3E3E;
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sl1_post a img {
	margin: 0 0 4px;
}
.sl1_post table{
	}
	
.light-green-t11 {
	font-size: 11px;
	color: #27a952;
}

.pink {
	background-color: #FFE6E6;
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 2px 4px;
	margin:10px 0
}

.sl1_price {
	border-left:solid 3px #AAE8BF;
	display: block;
	padding:4px 0 4px 2px;
	margin: 10px 0 0;
}

.sl1_price li {
	font-weight: bold;
	color: #5b5b5b;
	padding: 0 0 0 4px;
}


.sl1_post table {
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
}
.sl1_post table + p {
	font-size: .9em;
}

.sl1_post table tr td {
	font-style: normal;
	line-height:1.4;
	padding: 3px;
	font-size: .7rem;
}



@media screen and (max-width: 567px) {
.sl1_post{
	width:48.75%;
	padding: 10px 1% 20px;
	margin: 0 0 20px;
	border-radius: 6px;
	box-sizing: border-box;
}


}

.red_line {
	color: #FF3300;
	text-decoration: line-through;
}
.shisetu_link_right {
	clear: both;
	margin: 0 0 30px;
	display: flex;
	justify-content: flex-end;
}

.more{
	display:block;
	margin:0 0 0 60px;
}


.dot {
	border-top:dotted thin #999;
	float: left;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.newImg2 {
	top: 10px;
	position: absolute;
	right: 10px;
}
/*--------コンタクト--------*/
.head_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgb(103,180,247);
	background: linear-gradient(0deg, rgba(103,180,247,.5) 0%, rgba(191,223,255,.5) 100%);
	padding: 20px 0;
	margin: 40px 0 20px;
	border-radius: 10px;
}

