﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.naka{
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: navajowhite;
  border-radius: 20px;
}

.naka:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid navajowhite;
}

.naka{
   width: 60%;
}
.migi{
   width: 40%;
}
.syasin2{
  display: flex;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.potoribus img{
width: 130px !important;
margin-top: 100px !important;
}
.Contents .smart_fullwidth {
    max-width: 130px !important;
}

.syasin{
margin-left: 15px;
}

.syasin img{
padding-right:10px;
}

.matome{
display: flex;
  margin-bottom: 5px;
}

.naka{
  position: relative;
  display: inline-block;
  padding: 2px 1px;
  min-width: 120px;
  max-width: 100%;
  background: navajowhite;
  border-radius: 20px;
}

.naka:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid navajowhite;
}

.migi .smart_fullwidth {
    max-width: 190px !important;
}

.naka{
   width: 65%;
}
.migi{
   width: 35%;
   margin-top: 10px;
}
.syasin2{
margin-left: 15px;
}

.syasin2 img{
padding-right:10px;
}
}
