@charset "UTF-8";

.smartphone__nav {
  width: 1200px;
  margin: 0 auto; }

.smartphone .smartphone__read {
  margin-bottom: 4%; }

.smartphone h3 {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 1%;
  padding-bottom: 1%;
  font-size: 2.8rem; 
}

.smartphone h4 {
  font-size: 2.2rem;
  background: #e3e9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
  color: #4664AA; 
}

.smartphoneMatter {
margin-top: 40px;
padding-left: 1.6rem;
}
.smartphone li span{
color: #3264AF;
display: inline;
font-size: 22px;
}

.month--lastborder {
  padding: 2% 0;
  font-size: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #4664AA;
  margin-bottom: 2%; }
  
.month--lastborder span {
font-size:2rem;
width: 35%;
font-weight: bold;
color: #4664AA; }



@media all and (max-width: 1023px) {
.smartphone__nav {
    width: 100%; } }

@media all and (max-width: 768px) {
.smartphoneMatter{
	    margin-top: 20px;}
.smartphoneMatter li{
        padding-left: 1.6rem;
    text-indent: -1.6rem;
}
.smartphoneMatter li span {
    font-size: 15px;
}
p.smartphoneMatter{
    padding-left: 0;
}
     }

@media all and (max-width: 600px) {

.smartphone h3 {
font-size:1.6rem;
margin-bottom: 15px;
padding-bottom: 10px;
}

.smartphone h4 {font-size:1.6rem;}

.smartphone__nav tr td {font-size: 1.2rem; }

.smartphone__nav td:nth-of-type(2){margin: 0; }

.smartphone .smartphone__read{margin-bottom: 10%; } 
	
}
