@charset "UTF-8";

/*================================base================================*/
#container{
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 125px 0 100px;
    box-sizing: border-box;
    position: relative;
    background-size: auto 45px;
    }
main{
    width: 830px;
    margin-right: 30px;
    margin-left: 35px;
    background: none;
    position: relative;
    z-index: 20;
    }
.blog main #contents{
	width: 100%;
}

/*==SP==*/
@media (max-width: 767px) {
#container{
    width:100%;
    min-width: 100%;
    margin:auto;
    padding:15px 0;
    display:block;
    background-size: auto 10px;
    }
main{
    width:100%;
    margin:0;
    padding:0 15px;
    box-sizing: border-box;
    }
}
/*================================form================================*/
#searchform input[type="search"] {
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
    position:relative;
    width:100%;
    height:50px;
    padding:12px;
    border:3px solid #e5e5e5;
    background: url(../images/blog/btn_search.svg) no-repeat right center;
	background-size: 32px;
    }
#searchform input[type="search"]:focus{
    position:relative;
    width:100%;
    height:50px;
    padding:12px;
    border:3px solid #7a3034;
    background:#fff;
    box-sizing: border-box;
    }
#searchform input[type="submit"] {
    font-size:14px;
    position:absolute;
    right:10px;
	padding:0;
	margin:0;
    top:0;
    height:50px;
    width:50px;
    border:none;
    background:url(../images/btn_search.svg) no-repeat center center;
    background-size:32px;
    transition: .1s;
    }
#searchform input[type="submit"]:hover {
    background:url(../images/btn_search.svg) no-repeat center center;
    background-size:34px;
    transition: .1s;
    cursor : pointer;
    }
#searchform input::placeholder {
    color:#ddd;
    }
#searchform input::-ms-input-placeholder {
    color:#ddd;
    }
#searchform input[type="search"]:focus::placeholder {
    color:#7a3034;
    }
#searchform input[type="search"]:focus::-ms-input-placeholder {
    color:#7a3034;
    }

/*==SP==*/
@media (max-width: 767px) {
#searchform{
    padding:0 5px 20px;
    }
#searchform input[type="search"] {
    width:100%;
    }
#searchform input[type="search"]:focus{
    width:100%;
    height:50px;
    }
#searchform input[type="submit"] {
    position:absolute;
    right:10px;
    top:0;
    }
}
/*================================aside================================*/
aside{
    width:345px;
    margin-top:12px;
    position: relative;
    z-index: 20;
    }
aside section{
    margin-bottom:20px;
    transition: .5s;
    }
aside h2{
    color:#333;
    display:block;
    font-weight:bold;
    font-size:15px;
    line-height:1.5;
    padding:20px 20px 20px 60px;
    box-sizing: border-box;
    border-bottom:1px solid #e7dece;
    box-sizing: border-box;
    }
aside h2 span{
    letter-spacing: 1px;
    color:#666666;
    display:block;
    font-size:10px;
    }
aside h2.category_li{
    background:#f8f3ec url(../images/blog/icon_category.svg) no-repeat left 10px center;
    background-size:45px;
	border-radius: 10px 10px 0 0;
    }
aside h2.recent_li{
    background:#f8f3ec url(../images/blog/icon_post.svg) no-repeat left 10px center;
    background-size:45px;
	border-radius: 10px 10px 0 0;
    }
aside h2.archive_li{
    background:#f8f3ec url(../images/blog/icon_archive.svg) no-repeat left 10px center;
    background-size: 45px;
	border-radius: 10px 10px 0 0;
    }
aside li{
    list-style:none;
    border-top: 1px solid #e7dece;
    }
aside li:first-child{
    border-top:none;
    }
aside li a{
    margin:auto;
    display:block;
    font-size:14px;
    padding:15px 40px 15px 15px;
    box-sizing: border-box;
    text-decoration:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    }
aside li:nth-child(even) a{
    background:#fff url(../images/blog/icon_arrow.svg) no-repeat right 10px center;
    background-size:18px;
	color:#333;
    }
aside li:nth-child(odd) a{
    background:#fff url(../images/blog/icon_arrow.svg) no-repeat right 10px center;
    background-size:18px;
	color:#333;
    }
aside li a:hover{
    color: #333;
    padding:15px 40px 15px 15px;
    background:#fadf81 url(../images/blog/icon_arrow.svg) no-repeat right 6px center;
    background-size:18px;
    transition: .1s;
    }

/*==SP==*/
@media (max-width: 767px) {
aside{
    width:100%;
    }
aside section{
    margin:10px;
    }
aside h2{
    font-size:medium;
    border-radius:0;
    }
aside h2 span{
    font-size:small;
    }
    
}
/*================================post-list TOPページ================================*/
#post-list{
    display:flex;
    flex-wrap: wrap;
    }
#post-list article{
    display: flex;
    text-align: left;
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px 5px;
    background: url(../images/bg_infrastructure.jpg) repeat-x bottom left;
    background-size:  auto 20px;
    padding: 0 0 20px;
    border: solid 1px #e7dece;
    box-sizing: border-box;
    }
#post-list a{
    width: 100%;
    padding: 20px;
    color: #3b1f13;
    display: block;
    text-decoration: none;
    background: #fff;
    box-sizing: border-box;
    }
#post-list a:hover img{
    transition: .5s;
    }
#post-list h2{
    padding:10px 15px 0 15px;
    font-size:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    }
#post-list p{
    font-size:90%;
    padding:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#post-list p.title {
/*	font-family: "Noto Serif JP", sans-serif;*/
	font-weight: 600;
	font-size: 15px;
}
#post-list .thumb{
    overflow: hidden;
    position: relative;
    background: #fafaf7;
    background-size: 100% auto;
    transition: 0.5s;
    margin-bottom: 10px;
    }
#post-list .thumb::before{
    content: "";
    display: block;
    padding-top: 67%;
    }
#post-list img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    }
#post-list .date {
    color: #4FAD34;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
#post-list .tag_category{
    position:absolute;
    bottom:125px;
    left:0;
    font-size:60%;
    color:#333;
    background: #faa708;
    padding:5px 20px;
    box-sizing: border-box;
    line-height: 1.3em;
    }
.post-navigation .nav-links>div h2 {
    padding: 0 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    clear: none;
    color: #282828;
    }
#post-list #h_title{
    width:100%;
    margin-bottom:20px;
    border-bottom:1px dotted #c90000;
    background:#fafaf2 url(../images/icon_archive.svg) no-repeat left 10px center;
    background-size:50px;
    font-size:170%;
    line-height:1.3;
    padding:30px 20px 30px 70px;
    box-sizing: border-box;
    }
#post-list #h_title span{
    color:#be971f;
    display:block;
    font-size:60%;
    }

/*==SP==*/
@media (max-width: 767px) {
#post-list article{
    margin:5px;
    width:calc(100% / 1 - 10px);
    transition: 1.0s;
    box-sizing: border-box;
    background-size: auto 10px;
    padding: 0 0 10px;
    }
}
/*================================archive-list アーカイブページ================================*/
#archive-list{
    display:flex;
    flex-wrap: wrap;
    }
#archive-list article{
    display:flex;
    margin:8px;
    width:calc(100% / 3 - 16px);
    transition: 1.0s;
    background: url(../images/bg_infrastructure.jpg) repeat-x bottom left;
    background-size: auto 10px;
    padding: 0 0 10px;
    border: solid 1px #ededed;
    box-sizing: border-box;
}
    
#archive-list a{
    width:100%;
    color: #333;
    display:block;
    text-decoration:none;
    background: #fff;
    transition: .5s;
    padding: 10px;
    box-sizing: border-box;
}
#archive-list a:hover {
    opacity: 0.7;
    transition: .5s;
}
#archive-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    }
#archive-list p{
    font-size:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#archive-list p.title {
/*	font-family: "Noto Serif JP", sans-serif;*/
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0;
}
#archive-list .thumb{
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    }
#archive-list .thumb::before{
    content: "";
    display: block;
    padding-top: 67%;
    }
#archive-list img{
    object-fit: contain;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
	background: #F4F3EF;
    }
#archive-list a .date{
    color: #4FAD34;
    font-size:80%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display:block;
    text-align:left;
    }
#archive-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #333;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    box-sizing: border-box;
    line-height: 1.3em;
    }
#archive-list #h_title{
    background: #F4F3EF url(../images/blog/icon_archive.svg) no-repeat left 20px center;
    background-size:50px;
    width:100%;
    margin-bottom:20px;
    font-size:150%;
    line-height:1.3;
    padding:30px 20px 30px 80px;
    box-sizing: border-box;
	text-align: left;
	font-family:'Noto Sans JP',sans-serif;
	letter-spacing: 0.05em;
	color: #333;
    }
#archive-list #h_title span{
    color:#666666;
    display:block;
    font-size:50%;
    letter-spacing: 1px;
    font-size: 12px;
	padding: 0;
    }
#archive-list #h_title span:before,
#archive-list #h_title span:after{
	display: none;
}

/*==SP==*/
@media (max-width: 767px) {
#archive-list #h_title{
    background: #f8f3ec url(../images/blog/icon_archive.svg) no-repeat left 20px center;
    background-size:50px;
    width:100%;
    margin-bottom:20px;
    font-size:120%;
    padding:20px 20px 20px 80px;
    border-radius:10px;
    }
#archive-list #h_title span{
    color:#666666;
    display:block;
    font-size:50%;
    letter-spacing: 1px;
    font-size: 12px;
    }
#archive-list article{
    margin:3px;
    width:calc(100% / 2 - 6px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================category-list スタッフページ================================*/
#category-list{
    display:flex;
    flex-wrap: wrap;
    }
#category-list article{
    display: flex;
    margin: 8px;
    width: calc(100% / 3 - 16px);
    transition: 1.0s;
    background: url(../images/bg_infrastructure.jpg) repeat-x bottom left;
    background-size: auto 10px;
    padding: 0 0 10px;
    border: solid 1px #ededed;
    box-sizing: border-box;
    }
#category-list a{
    width:100%;
    color: #333;
    display:block;
    text-decoration:none;
    background: #fff;
    transition: .5s;
    padding: 10px;
    box-sizing: border-box;
}
#category-list a:hover{
    opacity: 0.7;
    transition: .5s;
    }
#category-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#category-list p{
    font-size:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#category-list p.title {
/*    font-family: "Noto Serif JP", sans-serif;*/
    font-weight: bold;
    font-size: 13px;
	padding-bottom: 0;
}
#category-list .thumb{
    background: #fff ;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    }
#category-list .thumb::before{
    content: "";
    display: block;
    padding-top: 67%;
    }
#category-list img{
    object-fit: contain;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#category-list a .date{
    color: #4FAD34;
    font-size: 80%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-align: left;
    }
#category-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #333;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
    }
#category-list #h_title{
    background:#f8f3ec url(../images/blog/icon_archive.svg) no-repeat left 20px center;
    background-size:50px;
    width:100%;
    margin-bottom:20px;
    border-radius:10px;
    font-size:150%;
    line-height:1.3;
    padding:30px 20px 30px 80px;
	text-align: left;
	font-family:'Noto Sans JP',sans-serif;
	letter-spacing: 0.05em;
	color: #333;
    }
#category-list #h_title span{
    color:#666666;
    display:block;
    letter-spacing: 1px;
    font-size: 12px;
	padding: 0;
    }
#category-list #h_title span:before,
#category-list #h_title span:after{
	display: none;
}

/*==SP==*/
@media (max-width: 767px) {
#category-list article{
    margin: 3px;
    width:calc(100% / 2 - 6px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================search-list 検索結果ページ================================*/
#search-list{
    display:flex;
    flex-wrap: wrap;
    }
#search-list article{
    display: flex;
    margin: 8px;
    width: calc(100% / 3 - 16px);
    transition: 1.0s;
    background: url(../images/bg_infrastructure.jpg) repeat-x bottom left;
    background-size: auto 10px;
    padding: 0 0 10px;
    border: solid 1px #ededed;
    box-sizing: border-box;
    }
#search-list a{
    width:100%;
    color: #333;
    display:block;
    text-decoration:none;
    background: #fff;
    transition: .5s;
    padding: 10px;
    box-sizing: border-box;
}
#search-list a:hover{
    opacity: 0.7;
    transition: .5s;
}
#search-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#search-list p{
    font-size:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#search-list p.title {
/*    font-family: "Noto Serif JP", sans-serif;*/
    font-weight: bold;
    font-size: 13px;
	padding-bottom: 0;
}
#search-list .thumb{
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    }
#search-list .thumb::before{
    content: "";
    display: block;
    padding-top: 67%;
    }
#search-list img{
    object-fit: contain;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#search-list a .date{
    color: #4FAD3;
    font-size: 80%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-align: left;
    }
#search-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #333;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
    }
#search-list #h_title{
	background: #f8f3ec url("../images/blog/icon_search.svg") no-repeat left 20px center;
    background-size: 50px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 150%;
    line-height: 1.3;
    padding: 30px 20px 30px 80px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    color: #333;
    }
#search-list #h_title span{
	color: #666666;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 0;
	}
#search-list #h_title span:before,
#search-list #h_title span:after{
	display: none;
}

/*==SP==*/
@media (max-width: 767px) {
#search-list article{
    margin:3px;
    width:calc(100% / 2 - 6px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================pagenation================================*/
.pager {
    padding:50px 0;
    overflow: hidden;
    }
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
    }
.pager ul li {
    margin: 4px;
    position: relative;
    left: -50%;
    float: left;
    }
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 15px;
    padding:0.5em 1em;
    background: #fff ;
    color: #333;
    text-decoration: none;
    transition: .6s;
    box-sizing: border-box;
    border-radius:8px;
    }
.pager ul li.current span{
    background: #333;
    color: #fff;
    font-weight:bold;
    }
.pager ul li.prev a,.pager ul li.next a {
    display: block;
    font-size: 15px;
    padding:0.5em 1em;
    background: #fff ;
    text-decoration: none;
    }
.pager ul li a:hover {
    background: #fadf81;
    transition: .1s;
    }
/*================================accordion================================*/
.accordion .link {
    cursor: pointer;
    position:relative;
    }
.accordion i {
    width:30px;
    position:absolute;
    top:26px;
    right:10px;
    margin:auto;
    transition: .5s;
    }
.accordion .open i {
    transform: rotate(180deg);
    }
.submenu {
    display: block;
	border-right: solid 1px #e7dece;
	border-left: solid 1px #e7dece;
	border-bottom: solid 1px #e7dece;
    }

/*==SP==*/
@media (max-width: 767px) {

.accordion i {
    width: 20px;
    position: absolute;
    top: 32px;
    right: 10px;
    margin: auto;
    transition: .5s;
    transform: rotate(180deg);
    }
.accordion .open i {
    transform: rotate(0deg);
    }
.submenu {
    display: none;
    }
}
/*================================article================================*/
#post_box header{
    font-size:1em;
    }
#post_box header ul{
    list-style:none;
    padding:20px 30px;
    color:#6c6c6c;
    background:#fff;
    }
#post_box h1{
    text-align: left;
    color: #333;
    width:100%;
    background: #fff;
    font-size:120%;
    line-height:1.3;
    padding:30px 30px 30px;
    box-sizing: border-box;
    background: #F4F3EF;
    margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
    }
#post_box h2{
	font-family: 'Noto Sans JP', sans-serif;
    padding: 0 0 0 24px;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #353b41;
    line-height: 1.0;
    text-align: left;
	border-left: solid 3px #4FAD34;
}
#post_box h2:before{
	display: none;
}
#post_box h3{
	font-family: 'Noto Sans JP', sans-serif;
    color: #353b41;
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 12px;
    margin: 0px 0 36px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    line-height: 1.6;
}
#post_box h3::before{
	content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: inline-block;
    width: 82px;
    height: 2px;
    transform: translateX(-50%);
    background: #4FAD34;
}
#post_box h4{
	font-family: 'Noto Sans JP', sans-serif;
    color: #353b41;
    font-size: 22px;
    margin: 0 auto 25px;
    padding: 16px 0px 22px;
    background: none;
    border-radius: 0;
    line-height: 1.0;
    border-bottom: dotted 2px #4FAD34;
    position: relative;
    letter-spacing: 0.1em;
}
#post_box time {
    display: block;
    padding: 15px 15px 0;
    color: #6c6c6c;
    background: #fff;
    text-align: right;
    }
#post_main {
    padding:30px;
    margin-bottom:30px;
    background:#fff;
    }
#post_main p{
    line-height:2.0;
    padding:0.5em 0;
    }
#post_main img{
    width: 100%;
    height: auto;
    }
#post_main .tag_category span {
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    background: #4FAD34;
    padding: 4px 20px 6px;
    margin: 0 0 0 12px;
}

/*==SP==*/
@media (max-width: 767px) {
    #post_box header ul{
        font-size:small;
        padding:0 20px;
    }
	#post_box h1{
    padding:10px 20px;
    margin-bottom: 0;
    }
	#post_box h2{
		font-family: 'Noto Sans JP', sans-serif;
		padding: 0 0 0 10px;
		margin-bottom: 10px;
		font-size: 1rem;
	}
#post_box h3{
    font-size: 1rem;
    padding: 0 0 8px;
    margin: 0px 0 16px;
}
#post_box h3::before{
    width: 40px;
}
#post_box h4{
    font-size: 1rem;
    margin: 0 auto 16px;
    padding: 16px 0px 8px;
}
    #post_main {
        padding:20px 0;
    }
    #post_box #h_title{
        font-size:100%;
        padding:20px 20px;
    }
    #post_box #h_title:after {
        content: "";
        display: block;
        margin-top: 20px;
        border-bottom: 5px solid #faa708;
    }
    #post_main p{
        font-size:small;
    }
    #post_main .tag_category {
        font-size: 0.8em;
    }
    #post_main .tag_category span {
        display: inline-block;
        color: #7a3034;
        font-size: 0.7em;
        border-radius: 25px;
        background: #4FAD34;
        padding: 2px 10px 3px;
        margin: 0 0 0 5px;
    }
}
/*================================prev-next================================*/
#prev-next ul{
    list-style:none;
    display:flex;
    justify-content: space-between;
    transition: 1.0s;
    }
#prev-next ul li{
    width:calc(100% / 2 - 10px);
    background:#fff;
    box-sizing: border-box;
    border-radius:10px;
    }
#prev-next ul li.next a::before{
    display:block;
    content:"次の記事";
    padding-bottom:10px;
    font-weight:bold;
    }
#prev-next ul li.prev a::before{
    display:block;
    content:"前の記事";
    font-weight:bold;
    padding-bottom:10px;
    }
#prev-next ul li a{
    width:100%;
    display:block;
    text-decoration:none;
    padding:10px;
    box-sizing: border-box;
	color:#333;
    }
#prev-next ul li h2{
	margin: 0;
    padding:0 10px;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	color: #353b41;
    }
#prev-next ul li h2:before{
	display: none;
}
#prev-next ul li p{
    font-size:14px;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#prev-next ul li .thumb{
    width:120px;
    position: relative;
    float:left;
    }
#prev-next ul li .thumb::before{
    content: "";
    display: block;
    padding-top: 100%;
    }
#prev-next ul li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    border-radius:10px;
    }
#prev-next ul li a time{
    font-size:12px;
    display:block;
    text-align: right;
    padding-left:130px;
    }
#prev-next ul li a .tag_category{
    display: inline-block;
    margin: 5px 0 5px 10px;
    font-size: 12px;
    color: #fff;
    background: #4FAD34;
    padding: 4px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 220px;
    }
#prev-next ul li a:hover{
    color:#282828;
    opacity:0.7;
    transition: .5s;
    }

/*==SP==*/
@media (max-width: 767px) {
#prev-next ul{
    display:block;
    margin-bottom:30px;
    }
#prev-next ul li{
    width:100%;
    margin:8px 0;
    }
#prev-next ul li .thumb{
    width:80px;
    position: relative;
    }

#prev-next ul li a time{
    padding-left:90px;
    }
#prev-next ul li a .tag_category{
    width: 55%;
    font-size:small;
    }
}