@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');
/* .m-plus-rounded-1c-thin {
  font-weight: 100;
  font-weight: 300;
  font-weight: 400;
  font-weight: 500;
  font-weight: 700;
  font-weight: 800;
  font-weight: 900;
} */

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body{
  margin: 0;
  padding: 0;
   font-family: "M PLUS 2", sans-serif;
  background-color: #f4f6f8;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
::selection{
  background-color: #7f71ff;
  color: #ffffff;
}
.navigtion{
  display: flex;
  flex-direction: column;
}
.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #272727;
  font-weight: 800;
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 10px;
}
.logo i{
  margin-right: 5px;
}
nav{
  background-color: #ffffff;
}
.blog-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
}
.blog-filter li a{
  padding: 5px 15px;
  color: #838eab;
  cursor: pointer;
  margin: 3px;
  font-weight: 400;
  letter-spacing: 0.5px;
  user-select: none;
}
.blog-filter li:hover a,
.blog-filter-active{
  background-color: rgba(0, 0, 0, 0.03);
  color: #534f75 !important;
  transition: all ease 0.3s;
}

.blog-text .readmore {
 position: absolute;
 right: 0;
 margin-top:3px;

}
.readmore{
    margin: 0 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 155px;
    padding: .7em 2em .7em 1.7em;
    border: 1.3px solid #2589d0;
    border-radius: 7px;
    background-color: #fff;
    color: #2589d0;
    font-size: .8em;
}

.readmore::after {
    position: absolute;
    right: 2.2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.2em;
    height: .6em;
    background-color: #2589d0;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .2s;
}
.readmore:hover::after{
  transform: translateY(-50%) scaleX(1.06);
  }

 .search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    border: 1px solid #777777;
  border-radius: 12px;
}

.search-form-3 input {
    width: 170px;
    height: 40px;
    font-weight: normal;
    padding: 5px 10px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}
.search-form-3 input::placeholder{
    color: #777777;
}

.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.search-form-3 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
.container {
  width: 80%;
  margin: 50px auto;
  border-radius: 25px;
  background-color: #f2f2f2;
  padding: 20px;
  opacity: 0.8;
  display: grid;
  font-weight: 300;
}
.contact label{
  font-weight:400;
  color:#333;
}

.contact input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-weight: 400;
}
.contact input[type=text], select, textarea:focus {
border: 1px solid #000;
    outline: 0;
}

.contact input[type=submit] {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: white;
    border-radius: 6px;
    padding: 16px 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(43, 108, 176);
    border: 1px solid rgb(66, 153, 225);
    line-height: 20px;
}

article{
    display: flex;
    justify-content: space-between;
}
.content{
  width:30%;
  padding: 20px 5px;
  margin: 20px 5px;
}

.breadcrumb {
    font-weight:300;
    display: flex;
    margin: 2rem;
    width: fit-content;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #241f31;
    font-size: .9em;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcrumb li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1.2em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb li:not(:last-child)::before,
.breadcrumb li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #fff;
}

.breadcrumb li:not(:last-child)::after{
    right: 2px;
    border-left: 10px solid #241f31;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.heading {
    display: inline-block;
    margin:2rem auto;
    position: relative;
    color: #333;
    font-weight:300;
}

.heading:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: :0%;
    transform: translateX(-0%);
    width: 260px;
    height: 5px;
    background-color: #2589d0;
}


.container-training{
        width: 90%;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap:  wrap;
        gap: 20px;
        padding: 20px;
}
.card-training{
        background-color: #fff;
        border-radius: 8px;
        flex: 2;
        min-width: 200px;
        font-weight: 400;
        /*min-width: 250px;*/
        cursor: pointer;
        background-origin: 0 4px 8px rgba(1,1,1,0.2);
        border: 1px solid skyblue;
        border-radius: 10px;
        
}
.card-training img{
        width: 100%;
        height: auto;

        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
       border-bottom-right-radius: 50%;

}

.card-training .content-training{
        padding: 15px;
}
.card-training .content-training h3{
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 10px;
        color: #333;
}
.card-training .content-training p{
        font-size: 17px;
        color: #666;
line-height: 1.4;
}
.card-deck{
            width: 90%;
            margin: 10px auto;
            padding: 20px;
            text-align: start;
}

.side-box{
background:#fff;
margin-top:2rem;
}
.side-box .title{
        padding: .6rem;
        font-size: 1.3rem;
	text-align:center;
        color: #efe;
        background: #222;
	font-weight:500;
	border-radius: 10px;
}
.side-box .fa-list{
	color:#fff;
	margin:0 10px;
}
.side-box .fa-tags{
	color:#fff;
	margin:0 10px;
}
.side-box .categories a{
        padding: 0.2rem 0;
        font-size: .9rem;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: space-between;
margin:0 10px;
}
.side-box .categories a span{
        background: #333;
        color: #fff;
        border-radius: .5rem;
        padding: 0.5rem;
}
 .side-box .categories a:hover{
        color: orange;
}
.side-box .categories a:hover span{
        background-color: orange;
}
.side-box .tag{
        padding: 1rem;
}
.side-box .tag a{
        display: inline-block;
        padding: .6rem .7rem;
        font-size: .8rem;
        color: #333;
        border-radius: .5rem;
        border:  .1rem solid rgba(0,0,0,.2);
        margin: .3rem;
}
.side-box .tag a:hover{
        background: #333;
        color: #efe;
}


.blog-container{
  display: grid;
 /* max-width: 1200px;*/
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: auto;
}
.blog-box{
  padding: 20px;
  background-color: #ffffff;
  margin: 20px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
  display: flex;
}
.blog-img{
  width:360px;
  height:260px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
  border: 1px solid gray;
}
.blog-img img{
  width: 100%;
  height: 100%;
  
}
.category{
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 2px 10px;
  font-size: 0.9rem;
}
.app .category{
  background-color: #6e5eff;
}
.new .category{
  background-color: #ff695e;
}
.web .category{
  background-color: #ff5eb7;
}
.php .category{
  background-color: #ff5eb7;
}
.blog-text {
  position: relative;
  padding-left:5px;
  height: 100%;
  margin: 20px 10px;
  color:#555;
  font-size: 1rem;
}
.blog-text strong{
  font-size: 1.1rem;
  color: #20232b;
  display: flex;
  font-weight: 400;
  margin: 5px 0px;
  line-height: 16px;
}
.blog-text  .preview-text{
font-size:15px;
  font-weight: 400;
 line-height: 1.7;

}
.category-time{
  display: flex;
  align-items: center;
}
.category-time span{
  font-size: 0.8rem;
}
/*.blog-category{
  padding: 3px 6px;
  color: #484f61;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.06);
}*/
.published-time{
  margin-left: 10px;
  color: #555;
  border-bottom:1px solid #333;
  padding:3px ;
  border-radius: 1px;
  font-weight: 400;
  float: right;
  background: #eee;


}
/*  Side Bar*  
.heading-1 {
    padding: .5em 1em;
    border-left: 5px solid #63452c;
    color: #777;
}*/
.heading-1{
    font-size: 20px;
    font-weight: bold;
    color: #191970;
}
.category-list{
    font-size:12px;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    margin:10px 5px;
    padding:10px 5px; 
    border-bottom: 1px solid black;
    font-weight:200;
}

.category-list a{
    background-color: #eee;
    color:#333;
}
.category-list img{
    width: 100%;
    border-radius: 10%;
}
.list img{
    width: 100%;
    border-radius: 10%;
    height: 80px;
    border:1px solid black;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 30px;
}

.pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #2589d0;
    border: 1px solid #FF5400;
    border-radius: 25px;
    color: #2589d0;
    color: #FF5400;
}
.pagination a:not(:hover) {
    text-decoration: none;
}

.pagination .current a {
    background-color: #FF5400;
    color: #fff;
    pointer-events: none;
}

.pagination .prev a,
.pagination .next a {
    gap: 0 4px;
    width: auto;
    padding: .5em .8em;
    line-height: 1;
}

.pagination .prev a::before,
.pagination .next a::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    content: '';
}

.pagination .prev a::before {
    border-bottom: 1px solid #FF5400;
    border-left: 1px solid #FF5400;
}

.pagination .next a::after {
    border-top: 1px solid #FF5400;
    border-right: 1px solid #FF5400;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: #eee;
  cursor: pointer;
  padding: 15px;
  border-radius: 6%;
  background-color: orange;
}

#myBtn:hover {
  background-color: darkred;
  
}

footer{
  padding: 20px;
  margin-top: 10px;
  background-color: skyblue;
 max-width:100%;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
footer span{
  color: #131313;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.footer-social{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social a{
  padding: 0px 10px;
  color: #20232b;
}
.footer-social a:hover{
  color: #6a5ceb;
  transition: all ease 0.3s;
}
.fix-nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.15);
  z-index: 105;
  animation: nav-animation 0.3s;
}

@keyframes nav-animation{
  0%{
    top: -100%;
  }
  100%{
    top: 0%;
  }
}
nav .menu-btn{
  display: none;
}


@media(max-width:1200px){
  .blog-container{
    max-width: 1000px;
  }
  .blog-img{
    min-height: auto;
  }
}
@media(max-width:900px){
  .blog-container{
    max-width: 100%;
    grid-template-columns: 1fr;
  }
    .blog-img{
    width: 90%;
    height:auto; 
    display: block;
  }

  .ad{
    width: 60%;
  }
    .article{
 width:100%;
    display: block;
  }
  .blog-box{

    display: block;
  }
}
@media(max-width:700px){
  .blog-container{
    max-width: 100%;
   /* width: 100%*/
    grid-template-columns: 1fr;
    display: block;
  }
  .article{
 width:100%; 
    display: block;
  }
  .blog-box{
  
    display: block;
  }
 .blog-img{
    width: 100%;
    display: block;
    /*min-height: auto;*/
  }
 .blog-img img{
   object-fit: cover; 
   vertical-align:top;
 }
  .logo{
    font-size: 1.5rem;
  }

  nav{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70px;
    position: relative;
    padding: 0px 20px;
  }
  .blog-filter{
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 70px;
    width: 100%;
    border-bottom: 2px solid #e2e2e2;
    z-index: 105;
  }
  .blog-filter li{
    width: 100%;
  }
  nav .menu-icon{
    cursor: pointer;
    float: right;
    padding: 5px;
    position: relative;
    user-select: none;
    z-index: 2;
  }
  nav .menu-icon .nav-icon{
    background-color: #000000cc;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 25px;
  }
  nav .menu-icon .nav-icon::before,
  nav .menu-icon .nav-icon::after{
    background-color: #000000cc;
    content: '';
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
    transition: all ease-out 0.2s;
  }
  nav .menu-icon .nav-icon::before{
    top: 5px;
  }
  nav .menu-icon .nav-icon::after{
    top: -5px;
  }
  nav .menu-icon .nav-icon,
  naav .menu-icon:checked ~ .menu-icon .nav-icon{
    background-color: transparent;
  }
  nav .menu-btn:checked ~ .menu-icon .nav-icon::before{
    transform: rotate(-45deg);
    top: 0px;
  }
  nav .menu-btn:checked ~ .menu-icon .nav-icon::after{
    transform: rotate(45deg);
    top: 0px;
  }
  nav .menu-btn:checked ~ .blog-filter{
    display: flex;
  }
  .list{
  font-size: 14px;
  }

}
@media(max-width:600px){
  .blog-container{
    width: 100%;
    display: block;
  }
  article{
    display: block;
}
.content{
	max-width: 100%;
}
.card-training{
        
        min-width: 180px;
        
}
.readmore{
  width: 100px;
      font-size: .6em;
    padding: .5em 1.6em .em 1.2em;
    border: 1px solid #2589d0;
}
  .blog-img{
    width: 100%;
    height: auto;
    margin:0px;
    padding: 0px;
  }
  .blog-img img{
    width: 100%;
}
  footer{
    flex-direction: column;
  }
  .footer-social{
    margin-top: 10px;
  }
}
.content{
width: 25%;
margin:10px;
}
.single-content{
width: 20%;
margin:10px;
}
/* Article-page */
#blog-article{
/*display: flex;
grid-template-columns: 3fr 1fr;  */
}
.article-container{

  background-color: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px;
width: 80%;
}
.single-post-text{
font-size:16px;
line-height:1.7;
font-weight:400;
}
.article-main-heading{
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-main-heading h1{
  color: #313131;
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
}
.by-date{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.article-by,
.article-date{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  color: #838eab;
}
.article-by i,
.article-date i{
  margin: 0px 10px;
}
.article-img{
  width: 100%;
  /*min-height: 500px;*/
  margin: 10px 0px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.article-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-text{
  display: flex;
  flex-direction: column;
}
.article-text-box{
  margin: 10px 0px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-left: 2px solid #20232b;
  background-color: #ffffff;
}
.article-text-box strong{
  color: #20232b;
  font-size: 1.3rem;
  margin-top: 4px;
  font-weight: 500;
}
.article-text-box p{
  color: #6d6d6d;
}

.article-date {
    text-align: right;
margin: 20px 0 20px auto;
}

/* Makeing-article-page-responsive */
@media(max-width:1250px){
  #blog-article{
    grid-template-columns: 800px 1fr;
  }
}
@media(max-width:1150px){
  #blog-article{
    /*display: flex;*/
    width: 100%;
    margin: auto;
  }
  .side-ad{
    display: none;
  }
}
@media(max-width:1000px){ 
  #blog-article{
    width: 100%;
  }
  .article-img{
    max-height: auto;
    min-height: auto;
  }
}
@media(max-width:600px){
  #blog-article{
    width: 95%;
    grid-template-columns: 1fr;
    padding: 0px 5px;
    margin: 0 5px;
    /*display: block;*/
  }
  .content{
width: 100%;
    padding: 20px 0px;
}

.single-content{
width: 100%;
}

  .article-container{
    padding: 20px 0px;
    width: 100%;
  }
   
  .article-main-heading h1{
    font-size: 1.8rem;
    line-height: 30px;
  }
  .content-ad{
    width: 100%;
  }
  .article-text-box p{
    font-size: 0.9rem;
  } 
  .article-text{
  display:block;
}
}

/*.f-box{
    position: relative;
    width: 95%;
    box-sizing: border-box;
    margin-bottom: 40px;

}
.f-box a{
   font-size:16px;
	color:#222;
}*/
/*.hr{
    height: 3px;
    background-color: #a7a7a763;
    border: none;
    width: 66%;
    position: absolute;
    top: 16px;
    left: 33%;
}*/
.c-p  {
    display:flex;
}
.c-p a {
     background-color: gold;
  color: green;
}
.c-p:hover{
    color: #ff6200;
    
}
.fa-folder{
    /* background: red; */
   font-size:24px;
   color: paleturquoise;
   margin-right:10px;
}

.blog-box-1{
    width: 85%;
    height: auto;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #ddd;
    margin-bottom: 30px;
    position: relative;
    margin:20px auto;

}
.blog-box-1 img{
    width: 100%;
    height: auto;
}
.overlay{
    position: absolute;
    background-color: #00000061;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}
.content-box-1{
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: white;
    width: 100%;
}

.content-box-1 p{
    font-size: 20px; font-weight: bold;
}

.tr_wrapper{
  padding: 5px;
  max-width: 950px;
  width: 95%;
  margin: 20px auto;
}
.tr_header{
  padding: 0 15px;
  text-align: center;
  font-size: 21px;
}
.tr_columns{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
}
.tr_column{
  flex: 1;
  border-radius: 10px;
  border: .5px solid #ccc;
  margin: 0px ;
  padding: 10px;
  /*background: #3af4d5;*/
  transition: .3s;
}
.tr_column:first-child{
  margin-left: 0;
  /*background: #ff307f;*/
}
.tr_column:last-child{
  margin-left: 0;
  /*background: #7f95d1;*/
}
@media  screen and (max-width: 980px){
  .tr_columns .tr_column{
    margin-bottom: 5px;
    flex-basis: 45%;
  }
  .tr_columns .tr_column:last-child{
    flex-basis: 100%;
    margin: 0;
  }
  .tr_columns .tr_column:nth-last-child(2){
    margin-right: 0;
  } 
}
@media  screen and(max-width: 680px){
  .tr_columns .tr_column{
    flex-basis: 100%;
    margin: 0 0 5px 0;

  }
}


.tag_tr {
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #000099;
	background-color: #fff;
	border: 1px solid #000099;
	border-left: 8px solid #000099;
}

.cloud-tags{
font-size:9px;
padding:0px;
}

.swiper {
      width: 300px;
      height: 300px;
      padding: 50px;
      transform-style: preserve-3d;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }


.description-container{
    max-width: 800px;
    margin: 40px auto 20px;
}
.description-container p{
    text-align: justify;
    line-height: 1.8;
}
.description-container .floating-image{
    max-width: 400px;
}
.description-container .floating-image.right{
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}
.description-container .floating-image.left{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
@media(max-width:600px){
.description-container .floating-image{
    max-width:150px;
}

.content{
max-width:100%;
}
.list{

max-width:100%;
}
}
