html { 
overflow-y:scroll;
}

.clear{
clear: both;
}

.pc{ display:block; }
.sp{ display:none; }
@media only screen and (max-width: 767px) {
.pc{ display:none; }
.sp{ display:block; }	
}

a:link,
a:visited{
color: #005fc3;
text-decoration: none;
}

a:hover{
color: #6296ca;
text-decoration: none;
font-weight: normal;
}

body{
text-align:left;
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #333;

	padding: 0 20px
}
@media only screen and (min-width: 768px) {
body{
	min-width: 980px;
}
}
@media only screen and (max-width: 767px) {
body{
width:100%;
background:none;
	padding: 0
}
}


/*ヘッダー*/
@media only screen and (min-width: 768px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 100%;
max-width: 960px;
margin: 30px auto;
padding:0px;
box-sizing: border-box;
}
}
@media only screen and (max-width: 767px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
align-items: flex-end;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
#head .logo img{
width: 170px;
}
#head .back img{
width: 130px;
}
}
@media only screen and (max-width: 540px) {
#head .logo img{
width: 150px;
}
#head .back img{
width: 115px;
}
}


/*カード会員限定*/
#komeri_aqua{
background-color:#FFFFFF;
color:#000;
font-size:1.8em;
font-weight:bold;
padding:10px 0;
margin:0;
padding-left:2.0em;
text-align:left;
position:relative;
}
@media only screen and (max-width: 767px) {
#komeri_aqua{
font-size:3.8vw;
text-align:left;
padding-left:1.0em;
padding-bottom:5px;
}
}
#komeri_aqua span{
text-align:center;
background: #000;
color: #fff;
padding: 2px 0;
display: block;
width: 5.0em;
position: absolute;
top: 7px;
right: 2%;
}
@media only screen and (max-width: 767px) {
#komeri_aqua span{
font-size:0.8em;
}
}


/*コンテンツ*/
#contents{
max-width: 960px;
margin: 0 auto;
padding-bottom: 10px;

clear: both;
}

#contents img{
width: 100%;
margin: 0 auto;
max-width: 960px;
text-align:center;
}

#contents a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

div.image{
text-align:center;
}

#contents .mainImage{
margin: 0;	
}
#wrapper{
width: 100%;
max-width: 960px;
margin:0 auto 16px;
overflow: hidden;
padding: 0;
box-sizing: border-box;

}

.flame{
border:solid 4px #fff; 
border-radius:12px;
-webkit-border-radius:12px;
-moz-border-radius:12px;
box-sizing: border-box;
background-color:#fff;
margin: 20px auto;
overflow:hidden;
width:100%;
padding:20px;
box-sizing:border-box;
}

.flameHead{
background-color:#750000; 
border-top-left-radius:12px;
-webkit-border-top-left-radius:12px;
-moz-border-top-left-radius:12px;
border-top-right-radius:12px;
-webkit-border-top-right-radius:12px;
-moz-border-top-right-radius:12px;
box-sizing: border-box;
color:#fff;
font-size:1.5em;
font-weight:bold;
text-align:center;
padding: 10px 8px;
}

.flameContent{
border:solid 4px #fff;	 
border-bottom-left-radius:12px;
-webkit-border-bottom-left-radius:12px;
-moz-border-bottom-left-radius:12px;
border-bottom-right-radius:12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-bottom-right-radius:12px;
box-sizing: border-box;
background-color:#fff;
width:100%;
margin:0 auto 20px;
overflow:hidden;
}

.flameContent p {
text-align: center;
font-weight: bold;
font-size: 1.4em;
margin-top: 10px; 
}

ul.note{
font-size:1.0em;
padding-bottom:5px;
text-align:left;
text-align:justify;
margin-top:10px;
}
ul.note li{
padding-left:1.0em;
text-indent:-1.0em;	
}

ul.btnBox {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
margin: 18px;
overflow: hidden;
margin-top: 25px; 
}

ul.btnBox li {
width: calc(33.33% - 7px);
margin-bottom: 10px;
text-align: center;
}

ul.btnBox li a {
background: #EA6D0D;
border-radius: 40px;
font-weight: bold;
width: auto;
height: auto; 
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.0em;
padding: 0.75em 1.85em;
}

#contents .text_summary {
font-size: 35px;
line-height: 1.6;
padding: 10px 0;
}
#contents .text_summary span {
font-size: 14px;
padding-left: 1.0em;
text-indent: -1.0em; 
}

#contents .text_summary02 {
font-size: 1.5em;
padding: 5px 0 10px;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

#contents .noticeTxt {
font-size: 1.2em;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

ul.cam_botton_box1 {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 10px;
-webkit-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around; 
}
ul.cam_botton_box1 li {
width: calc(40% - 7px);
margin-right: calc(21px / 2);
margin-bottom: 10px;
text-align: center;
}


ul.cam_botton_box1 li a {
border-radius: 40px;
font-weight: bold;
background: #EA6D0D;
width: auto;
height: auto;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.0em;
padding: 0.75em 2.85em;
}

@media only screen and (max-width: 767px) {
#contents{
width: 100%;
margin: 0 auto;
max-width: 960px;
}	
#contents img{
width: 100%;
margin: 0 auto;
max-width: 960px;
height:auto;
}	 

#wrapper{
width:92%;
margin:0 auto;
padding: 0;
}	
.flame{
width:100%;
padding:20px;
} 
.flameHead{
font-size:1.1em;
padding: 10px; 
}
.flameContent p {
font-size: 1em;
} 
ul.note{
font-size:0.9em;
} 

ul.btnBox li { 
width: 100%;
margin-right: 0px;
margin-bottom: 10px; 
}

#contents .text_summary {
font-size: 1.25em;
padding: 5px 0;
margin-top: 5px;
}
 
#contents .text_summary02 {
font-size: 1.0em;
margin: 10px 8px;
} 
#contents .noticeTxt {
font-size: 0.95em;
margin: 10px 8px;
} 
 
ul.cam_botton_box1 li {
width: 100%;
margin: 10px;  
}  
}

@media only screen and (max-width: 540px) {
.flame{
padding:10px;
margin-top: 10px; 
}
}


/*アプリ誘導*/
ul.appBox{
border-bottom:none;
overflow:hidden;
clear:both;
}

ul.appBox li{
display:block;
float:left;
width:48%;
margin:10px 1% 5px;
}
ul.appBox li span.heading{
display:block;
width:100%;
color:#fff;
text-align:center;
background-color:#E50012;	 
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
padding:5px 2%;
font-size:1.2em;
font-weight:bold;
margin-bottom:5px;
box-sizing: border-box;
}

ul.appBox li span.heading br{
display:none;
}
ul.appBox li span.bnrImage{
display:block;
float:left;
width:100%;
margin-top:5px;
}

@media only screen and (max-width: 640px) {
ul.appBox li span.heading{
font-size:0.75em;
line-height:1.0;
margin-bottom:0;
}
ul.appBox li span.heading br{
display:block;
} 
}


@media only screen and (max-width: 767px) {
ul.appBox li span.bnrImage{
width:100%;
}
}
ul.appBox li span.image img{
width:100%;
height:auto;	
}




a.topPage{
display:block;
margin:40px auto 60px;
width:18.0em;
text-align:center;
font-size: 18px;
font-weight: bold;
background-color: #969494;
padding: 10px 0;
border-radius: 30px;
color: #fff;
text-decoration: none;
}

a.topPage:link,
a.topPage:visited,
a.topPage:hover,
a.topPage:active{
color: #fff;
}
a.topPage:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
@media only screen and (max-width: 540px) {
a.topPage{
width:90%;
margin:20px 5% 40px;
}	
}

/*コピーライト
--------------------------------------*/
@media only screen and (min-width: 768px) {
#copyright {
width: 100%;
margin: 0 auto;
max-width: 960px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
clear: both;;
}
} 
@media (max-width: 767px) and (min-width: 320px){
#copyright {
width: 100%;
margin: 0 auto; 
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
font-size: 0.8em;
clear: both;
}
}

/*ページトップ
--------------------------------------*/
#pageTop img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
#pageTop {
display: block;
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
width: 80px;
height: 80px;
z-index: 9999;
} 
}
@media (max-width: 767px) and (min-width: 320px) {
#pageTop {
display: block;
position: fixed;
bottom: 25px;
right: 10px;
width: 42px;
height: 42px;
}
}



/*マージン等
--------------------------------------*/
.mt10{
margin-top:10px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt50{
margin-top:50px;
}

.mb10{
margin-bottom:10px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}
.mb40{
margin-bottom:40px;
}
.mb50{
margin-bottom:50px;
}

.webfont{
		font-family: "Noto Sans JP", Sans-Serif;
	}	
	.fadein-left{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.fadein-left.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
	.fadein-right{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.fadein-right.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
	

	.selective_app02 a{
 	background: #EA6D0D;
	border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
					    font-size: 1.0em;
    padding: 0.75em 2.85em;
				}
	p.desc{
		line-height: 1.6;
		margin: 2em 0 2em 0
	}
	p.band{
		background: #FF6347;
		padding: 0.6em 0.2em;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 2.4rem;
		letter-spacing: 1em;
		text-indent: 1em;
	}
	h2.headingMiddle {
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 30px 0;
    text-align: left;
}
h2.headingMiddle::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}
	h2.headingMiddle.red::after{
		  border-bottom: solid 3px #E5002D;
	}
	.links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}
	.links li {
    width: calc(25% - 7.5px);
    margin-right: calc(30px / 3);
    margin-bottom: 30px;
    position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	.links.cols4-2 li:nth-child(4n) {
    margin-right: 0px;
}
	
	.text-box p{
		text-align: left;
		color: #333;
		line-height: 1.1;
		margin-bottom: 0.4em
	}
	.headName{
		font-weight: bold;
		background: linear-gradient(#fff 60%, #FADBDA 0%);
		text-shadow: 1px 1px 0 #fff, 0 1px 0 #fff;
	}
	.smallName{
		font-size: 0.9em;
	}
	
	h3{
		background: #E5002D;
		padding: 6px 12px;
		color: #fff;
		display: inline-block;
		margin: 30px 0 20px 0;
		font-size: 1.2em
	}
	.ma2rem{
		margin: 2.5rem 0
	}
	h4{
		margin: 30px 0 20px 0;
		font-weight: bold;
		color: #333;
		font-size: 1.2em
	}
	.descList{
		margin-left: 1em
	}
	.descList li{
		list-style-type: disc;
		line-height: 1.4;
		margin-bottom: 0.4em
	}
.border_radiuse li {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
	padding: 8px
}
 .border_radiuse li .text-box{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	
		margin-top: 10px
	}
@media only screen and (max-width: 767px) { 
	p.band {
		font-size: 1.4rem;
	}
		.descList{
		margin-left: 1.5em
	}
		p.desc{
	
		margin: 1.8em 0 1.8em 0
	}
	h2.headingMiddle {
		  font-size: 1.15em;
    margin: 30px 0 20px 0;
}
h2.headingMiddle::after {

    width: 10.5%;
 
}
.links.cols4-2 li {
    width: calc(50% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
}
.links.cols4-2 li:nth-child(2n) {
    margin-right: 0px;
}
		.headName{
		font-size: 0.8em;
}
	h3{
		font-size: 1.1em
	}
		.ma2rem{
		margin: 2rem 0
	}
	}
	.tCenter{
		text-align: center
	}
	
	
.category {
	margin: 50px 0;
}
	
.category_bg {
	position: relative;
}

.category_bg::before {
	content: attr(data-en);
	position: absolute;
	top: 33px;
	color: rgba(255,99,71,0.8);
	font-size: 80px;
	font-weight: 400;
	font-family: 'Caveat', cursive;
}
	
.normal > .category_bg::before {
	right: 30px;
	transform: rotate(-5deg);
}
	
.reverse > .category_bg::before {
	left: 30px;
	transform: rotate(1deg);
}
	
.category_text {
  position: relative;
  overflow: hidden;
  border: 2px solid #FF6347;
  font-size: 2.7rem;
}

.category_text:before {
  position: absolute;
  top: -150%;
  width: 200px;
  height: 300%;
  content: '';
  background: #FF6347;
}

.category_text span {
  font-size: 2.8rem;
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  padding-top: 3px;
  color: #fff;
}

.normal > .category_text {
	padding: 1.5rem 2rem 1.5rem 130px;
	border-top: transparent;
	border-right: transparent;
}
	
.normal > .category_text:before {
  left: -100px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.normal > .category_text span {
  left: 0;
  padding-left: 16px;
}
	
.reverse > .category_text {
	padding: 1.5rem 130px 1.5rem 2rem;
	text-align: right;
	border-top: transparent;
	border-left: transparent;
}
	
.reverse > .category_text:before {
  right: -100px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.reverse > .category_text span {
  right: 0;
  padding-right: 16px;
}

	

@media (max-width: 767px) {
	.category_bg {
		visibility: hidden;
	}
	
	.category {
		text-align: center;
	}
	.category_text {
		font-size: 2.1rem;
		white-space: nowrap;
	}
	.reverse > .category_text {
		text-align: center;
		padding: 1.5rem 100px 1.5rem 0.5rem;
}
	.normal > .category_text {
		padding: 1.5rem 0.5rem 1.5rem 100px;
	}
	
}

.place_outer {
	width: 100%;
	position: relative;
}
	
.place_inner {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	overflow: hidden;
	position: relative;
}
.rank_container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	box-shadow: 10px 30px 30px rgba(0,0,0,0.25);
}
.point_container {
	position: absolute;
	bottom: 7%;
	z-index: 5;
	left: 50%;
}
.point_container > p {
	text-align: center;
	font-family: 'Ropa Sans', メイリオ, Meiryo serif;
	font-weight: bold;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


	.first-place_outer {
		height: 700px;
		background-image:url('/contents/vote/21_tomato/img/confetti_01.jpg');
		background-size: cover;
		background-position: center;
	}
	.first-place_inner {
		width: 500px;
		height: 500px;
	}
	.place-img_container  {
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
    	transform: translateX(-50%);
		z-index: 1;
	}
	
	.ribbon_container {
		position: relative;
		font-size: 74px;
		text-align: center;
		width: 70%;
		left: 50%;
		transform: translate(-50%,-50%);
		position: absolute;
		top: 87%;
}
	.product-name {
		font-weight: bold;
	}

	.ribbon_container:before,
	.ribbon_container:after {
		position: absolute;
		z-index: 0;
		top: -20px;
		display: block;
		content: '';
		border: 1em solid #ed542a;
	}

	.ribbon_container:before {
		left: -94px;
		border-left-width: 40px;
		border-left-color: transparent;
		font-size: 84px;
	}

	.ribbon_container:after {
		right: -94px;
		border-right-width: 40px;
		border-right-color: transparent;
		font-size: 84px;
	}

	.ribbon_container .ribbon_contents {
		position: relative;
		z-index: 1;
		display: block;
		padding: 1rem 0;
		color: #fff;
		background-image:
		linear-gradient(90deg, rgba(255, 99, 71, .3) 50%, transparent 50%),
		linear-gradient(rgba(255, 99, 71, .3) 50%, transparent 50%);
		background-size: 40px 40px;
		background-color: rgba(255, 99, 71,0.7);
		letter-spacing: 0.3em;
		text-indent: 0.3em;
		font-size: 24px;
	}

	.ribbon_container .ribbon_contents:before,
	.ribbon_container .ribbon_contents:after {
		position: absolute;
		top: -30px;
		display: block;
		width: 10px;
		height: 10px;
		content: '';
		border-style: solid;
		border-color: #C91917 transparent transparent transparent;
		transform: scale(1, -1);
	}

	.ribbon_container .ribbon_contents:before {
		left: 0;
		border-width: 20px 0 0 20px;
	}

	.ribbon_container .ribbon_contents:after {
		right: 0;
		border-width: 20px 20px 0 0;
	}
	.first-place_outer .product-name {
		font-size: 64px;
	}
	.first-place_point .point-number {
		font-size: 64px;
	}
	.first-place_point .point-unit {
		font-size: 32px;
	}

	.next-place_container {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		height: 500px;
	}
	.next-place_outer {
		width: 49%;
		position: relative;
		background-image:url('/contents/vote/21_tomato/img/confetti_02.jpg');
		background-size: cover;
	}
	.next-place_inner {
		width: 300px;
		height: 300px;
	}
	.next-ribbon_container {
		transform: translate(-50%,-20%);
		top: 75%;
	}
	.next-place_point .point-number {
		font-size: 40px;
	}
	.next-place_point .point-unit {
		font-size: 20px;
	}
	.next-ribbon_container:before,
	.next-ribbon_container:after {
		content: none;
	}
	.next-ribbon_container .ribbon_contents:before,
	.next-ribbon_container .ribbon_contents:after {
		content: none;
	}

	.next-place_outer .product-name {
		font-size: 38px;
	}
	
.others-place_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 100px 0; 
}
.others-place_content {
	width: 49%;
	background-color: #ffebd7;
	display: flex;
	position: relative;
	height: 150px;
	margin-bottom: 30px;
}
.others-place_img {
	width: 40%;
	overflow: hidden;
}
.others-place_img > img {
	height: 100%;
	width: auto;
}
.others-place_detail {
	position: relative;
	width: 60%;
}
.others-place_point {
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 30px;
	font-family: 'Ropa Sans', メイリオ, Meiryo serif;
}
.others_point-number {
	font-size: 24px;
}
.others_point-unit {
	font-size: 18px;
}
.others-place_name {
	position: absolute;
	left: 25px;
	bottom:5px;
	width: 250px;
	font-family: "Koburina Gothic W6 JIS2004", sans-serif;
	padding: 5px;
}
.others-place_name > p {
	font-weight: bold;
	color: #7F756B;
	font-size: 14px;
}
.others-place_name strong {
	font-size: 22px;
	color: #665e56;
}




	
	@media (max-width: 767px) {
		.first-place_outer {
			height: 500px;
			margin-bottom: 50px;
		}
		.first-place_inner {
			width: 300px;
			height: 300px;
		}
		.first-ribbon_container {
			transform: translate(-50%,0%);
			top: 72%;
		}
		.ribbon_container .ribbon_contents {
			height: auto;
			letter-spacing: 0;
			font-size: 4.5vw;
		}
		.ribbon_container:before {
			left: -22px;
			border-left-width: 20px;
			font-size: 32px;
		}
		.ribbon_container:after {
			right: -22px;
			border-right-width: 20px;
			font-size: 32px;
		}
		.first-place_outer .product-name {
			font-size: 5.4vw;
		}
		.first-place_point .point-number {
			font-size: 40px;
		}
		.first-place_point .point-unit {
			font-size: 20px;
		}
		.ribbon_container:before {
			left: calc(-12.8vw + 10px);
			font-size: 12.8vw;
		}
		.ribbon_container:after {
			right: calc(-12.8vw + 10px);
			font-size: 12.8vw;
		}
		.next-place_container {
			flex-direction: column;
			height: auto;
		}
		.next-place_outer {
			width: 100%;
			margin: 70px auto;
			height: 300px;
		}
		.next-place_inner {
			width: 250px;
			height: 250px;
		}
		.next-place_point .point-number {
			font-size: 32px;
		}
		.next-place_point .point-unit {
			font-size: 16px;
		}
		.next-ribbon_container {
			transform: translate(-50%,30%);
			top: 65%;
		}
		.next-ribbon_container .ribbon_contents {
			font-size: 4.0vw;
		}
		.next-place_outer .product-name {
			font-size: 5.2vw;
		}
		.others-place_content {
			width: 100%;
		}
		.others-place_name {
			left: 5.0px;
		}
		.others-place_point {
			left: 7.5px;
			top: 5px;
		}
		.others-place_img > img {
			height: 100% !important;
			width: auto !important;
		}
	}

.border_radiuse li.bd-none {
  
    border: 0;

    padding: 0;
}
		.border_radiuse li.bd-none img{
			width: 100%
		}

.howto {
    display: flex;
  flex-direction: column;
  
    margin-bottom: 30px;
		font-size: 1.1em;
		 width:  calc(50% - 5px);
		    margin-right: calc(10px / 1);
}
	.howto.cols2-1 li {
    width: 100%;

    margin-bottom: 20px;
    position: relative;
}
	.howto.cols2-1 li a {
    display: flex;
		color: #333
}
	.howto.cols2-1 li a .linksTxt {
    margin: auto auto auto 10px;
}
	.howto.cols2-1 li a .linksTxt p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
		font-weight: bold
}
	.howto.cols2-1 li a .linksImg {
    margin: 5px 15px 5px auto;
}
	.linkArea{
		display: flex
	}
	#fbArea{
			 width:  calc(50% - 5px);
	}
	@media only screen and (max-width: 767px) { 
			.howto {
    display: flex;
  flex-direction: column;

		font-size: 1em;
	 width:	100%;
		    margin-right: 0;
				 margin-bottom: 0;
}
	.howto.cols2-1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
			.linkArea{
	flex-direction: column
	}
	#fbArea{
			 width: 100%
	}	
	}





