/* Blog CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
.bnr_talk {
  width: 940px;
  margin: 0 auto;
  padding-top: 50px;
}
.bnr_talk a {
  display: block;
}
.bnr_talk a img {
  width: 100%;
  height: auto;
}
.bnr_talk a:hover {
  opacity: 0.8;
}
  .conts {
    padding-top: 50px;
  }
  .conts .stitle {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .conts .common_inner {
    width: 940px;
    margin: 0 auto;
  }
  .conts #info .stitle {
    background: url("../images/blog/info_title.png");
    width: 100%;
    height: 132px;
  }
  .conts #info .flows {
    width: 100%;
    background-color: #fff;
    padding: 60px 30px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
  }
  .conts #info .flow {
    position: relative;
    width: 880px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
    padding: 0 0 35px;
    margin: 0 auto 20px;
  }
  .conts #info .flow:after {
    position: absolute;
    left: 140px;
    bottom: 0;
    content: '';
    display: inline-block;
    background: url("../images/blog/icon_triangle.png");
    width: 38px;
    height: 17px;
  }
  .conts #info .flow:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .conts #info .flow:last-child:after {
    display: none;
  }
  .conts #info .flow .head {
    width: 315px;
    height: 140px;
    border-radius: 10px;
    background-color: #fbf5e6;
  }
  .conts #info .flow .head .flow_name_wrap {
    border-radius: 10px 10px 0 0;
    background-image: -webkit-linear-gradient(bottom right, #ff6725 25%, #ff763a 25%, #ff763a 50%, #ff6725 50%, #ff6725 75%, #ff763a 75%, #ff763a);
    background-image: linear-gradient(to top left, #ff6725 25%, #ff763a 25%, #ff763a 50%, #ff6725 50%, #ff6725 75%, #ff763a 75%, #ff763a);
    background-size: 20px 20px;
    padding: 10px 15px 7px;
  }
  .conts #info .flow .head .flow_name {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .conts #info .flow .head .point {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.62;
    color: #ff6624;
    padding: 18px 20px 0;
  }
  .conts #info .flow .body {
    width: 535px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .conts #info .flow .body .articles {
    width: 350px;
  }
  .conts #info .flow .body .article_title {
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .conts #info .flow .body .article_title a {
    color: #444;
    text-decoration: none;
  }
  .conts #info .flow .body .article_title a:hover {
    text-decoration: underline;
  }
  .conts #info .flow .body .article_title a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .conts #info .flow .body .article_title:last-child {
    margin-bottom: 0;
  }
  .conts #info .flow .body .article_title:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/blog/icon_arrow.png");
    width: 16px;
    height: 16px;
  }
  .conts #info .flow01 .head {
    margin-top: 8px;
  }
  .conts #info .flow01 .head .flow_name {
    background-image: url("../images/blog/flow01.png");
    width: 131px;
    height: 25px;
  }
  .conts #info .flow01 .body .articles {
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
  }
  .conts #info .flow01 .body .image {
    width: 155px;
  }
  .conts #info .flow02 .head .flow_name {
    background-image: url("../images/blog/flow02.png");
    width: 247px;
    height: 25px;
  }
  .conts #info .flow02 .body .articles {
    width: -webkit-calc(100% - 113px);
    width: calc(100% - 113px);
  }
  .conts #info .flow02 .body .image {
    width: 113px;
    margin-right: 20px;
  }
  .conts #info .flow03 .head .flow_name {
    background-image: url("../images/blog/flow03.png");
    width: 279px;
    height: 25px;
  }
  .conts #info .flow03 .body .articles {
    width: -webkit-calc(100% - 171px);
    width: calc(100% - 171px);
  }
  .conts #info .flow03 .body .image {
    width: 171px;
  }
  .conts #info .flow04 .head .flow_name {
    background-image: url("../images/blog/flow04.png");
    width: 176px;
    height: 25px;
  }
  .conts #info .flow04 .body .articles {
    width: -webkit-calc(100% - 167px);
    width: calc(100% - 167px);
  }
  .conts #info .flow04 .body .image {
    width: 167px;
  }
  .conts #info .flow05 .head .flow_name {
    background-image: url("../images/blog/flow05.png");
    width: 156px;
    height: 25px;
  }
  .conts #info .flow05 .body .articles {
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px);
  }
  .conts #info .flow05 .body .image {
    width: 122px;
  }
  .conts #info .flow06 .head .flow_name {
    background-image: url("../images/blog/flow06.png");
    width: 173px;
    height: 25px;
  }
  .conts #info .flow06 .body .articles {
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
  }
  .conts #info .flow06 .body .image {
    width: 115px;
  }
  .conts #info .flow07 .head .flow_name {
    background-image: url("../images/blog/flow07.png");
    width: 215px;
    height: 25px;
  }
  .conts #info .flow07 .body .articles {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .conts #info .flow07 .body .image {
    width: 150px;
  }
  .conts #info .flow08 .head .flow_name {
    background-image: url("../images/blog/flow08.png");
    width: 281px;
    height: 25px;
  }
  .conts #info .flow08 .body .articles {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
  }
  .conts #info .flow08 .body .image {
    width: 75px;
    margin-right: 30px;
  }
  .conts #info .flow09 .head .flow_name {
    background-image: url("../images/blog/flow09.png");
    width: 277px;
    height: 25px;
  }
  .conts #info .flow09 .body .articles {
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
  }
  .conts #info .flow09 .body .image {
    width: 64px;
    margin-right: 30px;
  }
  .conts #money {
    margin-bottom: 40px;
  }
  .conts #money .stitle {
    background: url("../images/blog/money_title.png");
    width: 100%;
    height: 193px;
  }
  .conts #money .money_cards {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .conts #money .card {
    width: 440px;
    background-color: #f2f2f2;
    border-radius: 10px;
  }
  .conts #money .card a {
    display: block;
  }
  .conts #money .card a:hover {
    text-decoration: none;
  }
  .conts #money .card a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .conts #money .card .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .conts #money .card .card_title {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .conts #money .card .image img {
    display: block;
  }
  .conts #money .card01 .card_title {
    background: url("../images/blog/money_card_title01.png");
    width: 221px;
    height: 18px;
  }
  .conts #money .card02 .card_title {
    background: url("../images/blog/money_card_title02.png");
    width: 150px;
    height: 18px;
  }
  .conts .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .conts .wrapper #archive_list {
    width: 660px;
  }
  .conts .wrapper #archive_list section {
    margin-bottom: 60px;
  }
  .conts .wrapper #archive_list .stitle {
    background: url("../images/blog/archive_title.png");
    width: 100%;
    height: 192px;
  }
  .conts .wrapper #archive_list .archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fff;
    padding: 45px 30px;
    box-sizing: border-box;
  }
  .conts .wrapper #archive_list .archive section {
    width: 285px;
  }
  .conts .wrapper #archive_list .archive_title {
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .archive_title a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    color: #333;
    border-bottom: 4px solid #ffb359;
    text-decoration: none;
    padding-bottom: 7px;
  }
  .conts .wrapper #archive_list .archive_title a:hover {
    text-decoration: underline;
  }
  .conts .wrapper #archive_list .archive_title a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/blog/icon_arrow.png");
    width: 16px;
    height: 16px;
  }
  .conts .wrapper #archive_list .list {
    margin-bottom: 20px;
  }
  .conts .wrapper #archive_list .list > li {
    border-bottom: 1px solid #bfbfbf;
    padding: 0;
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .list > li a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
    padding: 13px 0;
    text-decoration: none;
  }
  .conts .wrapper #archive_list .list > li a:hover {
    text-decoration: underline;
  }
  .conts .wrapper #archive_list .btn {
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .btn a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #ffb359;
    border-radius: 10px;
    text-decoration: none;
  }
  .conts .wrapper #archive_list .btn a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .conts .wrapper #aside {
    width: 250px;
    background: none;
    margin-top: 130px;
  }
  .conts .wrapper #aside .nav_title_wrap {
    padding: 13px 15px;
    border-bottom: 1px solid #ff6624;
  }
  .conts .wrapper #aside .nav_title.category {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/blog/aside_category_title.png");
    width: 108px;
    height: 32px;
    margin: 0;
  }
  .conts .wrapper #aside nav {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .conts .wrapper #aside nav .cat-item {
    border-bottom: 1px solid #bfbfbf;
    padding: 0;
    margin: 0;
  }
  .conts .wrapper #aside nav .cat-item a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
    padding: 13px 15px;
    text-decoration: none;
  }
  .conts .wrapper #aside nav .cat-item a:hover {
    text-decoration: underline;
  }
  .conts .wrapper #aside nav form {
    width: 230px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .conts .wrapper #aside nav form fieldset {
    width: 100%;
    background-color: #eee;
    border-radius: 15px;
  }
  .conts .wrapper #aside nav form input[type="text"] {
    display: inline-block;
    width: 200px;
    color: #999;
    font-size: 14px;
    padding: 8px 0 8px 10px;
    border: none;
    box-sizing: border-box;
    background-color: transparent;
  }
  .conts .wrapper #aside nav form input[type="submit"] {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/blog/icon_glass.png") transparent;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
.bnr_talk {
  width: 100%;
  padding: 30px 6% 0 6%;
  box-sizing: border-box;
}
.bnr_talk a {
  display: block;
}
.bnr_talk a img {
  width: 100%;
  height: auto;
}
.bnr_talk a:hover {
  opacity: 0.8;
}
  .conts {
    padding-top: 30px;
  }
  .conts .stitle {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .conts .common_inner {
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
  }
  .conts ol > li {
    text-indent: 0;
  }
  .conts #info .stitle {
    background: url("../images/blog/info_title.png") center 0/100% no-repeat;
    width: 100%;
    height: 0;
    padding-top: 14.04%;
  }
  .conts #info .flows {
    width: 100%;
    background-color: #fff;
    padding: 30px 15px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
  }
  .conts #info .flow {
    position: relative;
    width: 100%;
    list-style-type: none;
    padding: 0 0 35px;
    margin: 0 auto 20px;
  }
  .conts #info .flow:after {
    position: absolute;
    left: 140px;
    bottom: 0;
    content: '';
    display: inline-block;
    background: url("../images/blog/icon_triangle.png");
    width: 38px;
    height: 17px;
  }
  .conts #info .flow:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .conts #info .flow:last-child:after {
    display: none;
  }
  .conts #info .flow .head {
    width: 100%;
    border-radius: 10px;
    background-color: #fbf5e6;
  }
  .conts #info .flow .head .flow_name_wrap {
    border-radius: 10px 10px 0 0;
    background-image: -webkit-linear-gradient(bottom right, #ff6725 25%, #ff763a 25%, #ff763a 50%, #ff6725 50%, #ff6725 75%, #ff763a 75%, #ff763a);
    background-image: linear-gradient(to top left, #ff6725 25%, #ff763a 25%, #ff763a 50%, #ff6725 50%, #ff6725 75%, #ff763a 75%, #ff763a);
    background-size: 20px 20px;
    padding: 10px 15px 7px;
  }
  .conts #info .flow .head .flow_name {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .conts #info .flow .head .point {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.62;
    color: #ff6624;
    padding: 15px 10px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-indent: 0;
  }
  .conts #info .flow .body {
    width: 100%;
  }
  .conts #info .flow .body .articles {
    width: 100%;
  }
  .conts #info .flow .body .article_title {
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .conts #info .flow .body .article_title a {
    color: #444;
    text-decoration: none;
  }
  .conts #info .flow .body .article_title a:hover {
    text-decoration: underline;
  }
  .conts #info .flow .body .article_title a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .conts #info .flow .body .article_title:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/blog/icon_arrow.png");
    width: 16px;
    height: 16px;
  }
  .conts #info .flow .body .image {
    text-align: center;
  }
  .conts #info .flow01 .head .flow_name {
    background-image: url("../images/blog/flow01.png");
    width: 131px;
    height: 25px;
  }
  .conts #info .flow02 .head .flow_name {
    background-image: url("../images/blog/flow02.png");
    width: 247px;
    height: 25px;
  }
  .conts #info .flow03 .head .flow_name {
    background-image: url("../images/blog/flow03.png");
    width: 279px;
    height: 25px;
  }
  .conts #info .flow04 .head .flow_name {
    background-image: url("../images/blog/flow04.png");
    width: 176px;
    height: 25px;
  }
  .conts #info .flow05 .head .flow_name {
    background-image: url("../images/blog/flow05.png");
    width: 156px;
    height: 25px;
  }
  .conts #info .flow06 .head .flow_name {
    background-image: url("../images/blog/flow06.png");
    width: 173px;
    height: 25px;
  }
  .conts #info .flow07 .head .flow_name {
    background-image: url("../images/blog/flow07.png");
    width: 215px;
    height: 25px;
  }
  .conts #info .flow08 .head .flow_name {
    background-image: url("../images/blog/flow08.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 270px;
    height: 24px;
  }
  .conts #info .flow09 .head .flow_name {
    background-image: url("../images/blog/flow09.png");
    width: 277px;
    height: 25px;
  }
  .conts #money {
    margin-bottom: 40px;
  }
  .conts #money .stitle {
    background: url("../images/blog/money_title.png") center 0/100% no-repeat;
    width: 100%;
    height: 0;
    padding-top: 20.53%;
  }
  .conts #money .money_cards {
    width: 100%;
    background-color: #fff;
    padding: 20px 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .conts #money .card {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
  }
  .conts #money .card a {
    display: block;
  }
  .conts #money .card a:hover {
    text-decoration: none;
  }
  .conts #money .card a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .conts #money .card .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .conts #money .card .card_title {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .conts #money .card .image {
    width: 80px;
  }
  .conts #money .card .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .conts #money .card01 {
    margin-bottom: 15px;
  }
  .conts #money .card01 .card_title {
    background: url("../images/blog/money_card_title01.png") center 0/100% no-repeat;
    width: 65%;
    height: 0;
    padding-top: 6%;
  }
  .conts #money .card02 .card_title {
    background: url("../images/blog/money_card_title02.png") center 0/100% no-repeat;
    width: 44%;
    padding-top: 5%;
  }
  .conts .wrapper #archive_list {
    width: 100%;
  }
  .conts .wrapper #archive_list section {
    margin-bottom: 40px;
  }
  .conts .wrapper #archive_list section:last-child {
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .stitle {
    background: url("../images/blog/archive_title.png") center 0/100% no-repeat;
    width: 100%;
    height: 0;
    padding-top: 29.09%;
  }
  .conts .wrapper #archive_list .archive {
    background-color: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .conts .wrapper #archive_list .archive_title {
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .archive_title a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    color: #333;
    border-bottom: 4px solid #ffb359;
    text-decoration: none;
    padding-bottom: 7px;
  }
  .conts .wrapper #archive_list .archive_title a:hover {
    text-decoration: underline;
  }
  .conts .wrapper #archive_list .archive_title a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/blog/icon_arrow.png");
    width: 16px;
    height: 16px;
  }
  .conts .wrapper #archive_list .list {
    margin-bottom: 20px;
  }
  .conts .wrapper #archive_list .list > li {
    border-bottom: 1px solid #bfbfbf;
    padding: 0;
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .list > li a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
    padding: 13px 0;
    text-decoration: none;
  }
  .conts .wrapper #archive_list .list > li a:hover {
    text-decoration: underline;
  }
  .conts .wrapper #archive_list .btn {
    margin-bottom: 0;
  }
  .conts .wrapper #archive_list .btn a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #ffb359;
    border-radius: 10px;
    text-decoration: none;
  }
  .conts .wrapper #archive_list .btn a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .conts .wrapper #aside {
    width: 100%;
    background: none;
  }
  .conts .wrapper #aside .nav_title_wrap {
    padding: 13px 15px;
    border-bottom: 1px solid #ff6624;
  }
  .conts .wrapper #aside .nav_title.category {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/blog/aside_category_title.png");
    width: 108px;
    height: 32px;
    margin: 0;
  }
  .conts .wrapper #aside nav {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .conts .wrapper #aside nav .cat-item {
    border-bottom: 1px solid #bfbfbf;
    padding: 0;
    margin: 0;
  }
  .conts .wrapper #aside nav .cat-item a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
    padding: 13px 15px;
    text-decoration: none;
  }
  .conts .wrapper #aside nav .cat-item a:hover {
    text-decoration: underline;
  }
  .conts .wrapper #aside nav form {
    width: 230px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .conts .wrapper #aside nav form fieldset {
    width: 100%;
    background-color: #eee;
    border-radius: 15px;
  }
  .conts .wrapper #aside nav form input[type="text"] {
    display: inline-block;
    width: 200px;
    color: #999;
    font-size: 14px;
    padding-left: 10px;
    border: none;
    box-sizing: border-box;
    background-color: transparent;
  }
  .conts .wrapper #aside nav form input[type="submit"] {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/blog/icon_glass.png") transparent;
    border: none;
    font-size: 0;
  }
}
