.left {
    float: left;
}

.right {
    float: right;
}

.cf {
    clear: both;
    float: none;
    overflow: hidden;
}

.flex {
    display: flex;
}

.easy-search {
    width: 100%;
    height: auto;
    /* border: 1px solid #00f; */
    /* background-color: greenyellow; */
    background: linear-gradient(to right, #71CF4A, #B3F233);
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    margin-top: -5px;
}

.easy-search form {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.easy-search form select {
    background-color: #fff;
    color: #9A9A9A;
    border: none;
    width: 180px;
    border-radius: 2px;
    margin-right: 10px;
}

.easy-search form span {
    color: #fff;
    font-weight: bolder;
    margin: 0px 10px 0px 0px;
}

.easy-search form button {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 2px;
    margin-right: 10px;
    padding: 5px 20px 5px 20px;
}

.easy-search form button:first-of-type {
    margin-left: 20px;
}

.easy-search form button img {
    width: 15px;
    height: 15px;
}

.notice {
    width: 100%;
    /* border: 1px solid #00f; */
    background-color: rgb(243, 243, 189);
    padding: 10px 0px 10px 0px;
}

.notice ul {
    margin: 0;
    padding: 0;
    //    margin: 0 0 10px 0;
}

.notice ul li {
    list-style: none;
    text-align: center;
    font-size: 0.7em;
}

.notice ul li a {
    text-decoration: none;
    color: #f00;
    background: url("../img/arrow_03.svg") no-repeat right;
    padding-right: 20px;
}

.notice_sp {
    display: none;
}

.various-search {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.various-search-bg {
    background-color: #F2FFE8;
}

.various-search-sp {
    display: none;
}

.school-search {
    width: 100%;
    height: auto;
    /* border: 1px solid #00f; */
    padding: 0 0 20px 0;
}

.school-search h4 {
    text-align: center;
}

.school-search>div {
    display: block;
    text-align: center;
}

.school-search>div>button {
    width: 30%;
    background-color: #fff;
    color: #3D9E1B;
    border: 1px solid #3D9E1B;
    border-radius: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    margin-right: 30px;
    padding: 20px 0;
}

.school-search>div>button>img {}

.tab-area {
    padding: 20px;
}

.tab-area .occupation-search {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top: 2px solid #3D9E1B;
    margin-top: -8px;
}

.tab-area .occupation-search ul {
    width: 100%;
    display: flex;
    /* flex-flow: column wrap; */
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px 10px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-area .occupation-search ul li {
    width: 33%;
    list-style: none;
    font-size: 0.75rem;
    background: url("../img/arrow_green.png") 0 5px no-repeat;
    margin-bottom: 10px;
    padding-left: 20px;
}

.tab-area .occupation-search ul li a {
    text-decoration: none;
    color: #000;
}

.tab-area .gakumon-search {
    width: 100%;
    max-height: 246px;
    height: auto;
    background-color: #fff;
    border-top: 1px solid #3D9E1B;
}

.tab-area .gakumon-search .gakumon-search2 {}

.tab-area .gakumon-search .gakumon-search2 ul {
    width: 100%;
    max-height: 246px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 10px 10px;
}

.tab-area .gakumon-search .gakumon-search2 ul li {
    width: 50%;
    list-style: none;
    font-size: 0.75rem;
    background: url("../img/arrow_green.png") 0 5px no-repeat;
    margin-bottom: 10px;
    padding-left: 20px;
}

.tab-area .gakumon-search .gakumon-search2 ul li a {
    text-decoration: none;
    color: #000;
}

.map-and-kodawari {
    display: flex;
    flex-flow: row;
}

.map {
    width: 50%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    /* border: 1px solid #00f; */
    padding-top: 10px;
    overflow: hidden;
}

.pop-area {
    /* border: 1px solid #f90; */
    max-width: 18%;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 1;
}

.pop-area-upper {
    background-color: #F5F5F5;
}

.pop-area-upper p {
    background-color: #FCEF75;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 0 10px 10px;
    font-size: 0.7em;
}

.pop-area-upper ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.pop-area-upper ul li {
    flex-basis: 50%;
    display: inline;
    box-sizing: border-box;
    font-size: 0.5em;
    background: url("../img/arrow_green.png") 0 5px no-repeat;
    padding-left: 10px;
}

.area-search-button {
    /* border: 1px solid #0f0; */
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    text-align: center;
}

.area-search-button button {
    width: 100%;
    background-color: #2E880F;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.prefect {
    width: 39%;
    height: auto;
    margin: 5px 5px;
    position: absolute;
    z-index: 121;
}

.prefect ul {
    width: 100%;
    height: auto;
}

.prefect ul li {
    width: 100%;
    display: inline;
}

.prefect ul li a img {
    max-width: 100%;
}

.prefect ul li a img.hokkaido {
    position: absolute;
    z-index: 122;
    top: 50px;
    right: 0%;
}

.prefect ul li a img.koushinetsu {
    position: absolute;
    z-index: 122;
    top: 250px;
    right: 0%;
}

.prefect ul li a img.kanto {
    position: absolute;
    z-index: 122;
    top: 350px;
    right: 0%;
}

.prefect ul li a img.tokai {
    position: absolute;
    z-index: 122;
    top: 200px;
    right: 40%;
}

.prefect ul li a img.kansai {
    position: absolute;
    z-index: 122;
    top: 350px;
    right: 40%;
}

.prefect ul li a img.tyugoku {
    position: absolute;
    z-index: 122;
    top: 300px;
    right: 65%;
}

.prefect ul li a img.kyusyu {
    position: absolute;
    z-index: 122;
    top: 250px;
    left: 5%;
}

#jmap {
    margin-top: 40px;
}

.kodawari-search-right {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    /* padding-top: 10px; */
    padding-bottom: 40px;
}

.kodawari-search {
    width: 100%;
    height: auto;
    /* border: 1px solid #00f; */
}

.kodawari-search h4 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kodawari-search div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.kodawari-search div button {
    width: 48%;
    background-color: #2E880F;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 20px 0px 20px 00px;
}

.kw-search {
    width: 100%;
    height: auto;
    /* border: 1px solid #00f; */
}


/*
.kw-search h4 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
*/

.kw-search input {
    width: 98%;
    height: 30%;
    background-color: #DBEFCC;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.kw-search ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.kw-search ul li {
    display: inline;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    margin: 0 10px 0 0;
}

.kw-search ul li:first-child {
    background-color: #FCEF75;
    padding: 0 10px;
}

.kw-search div {
    text-align: center;
}

.kw-search div button {
    width: 90%;
    background-color: #2E880F;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
}

.various-search .useful-content-title-first h2 {
    width: 50%;
    margin-bottom: 10px;
}

.useful-content {
    width: 100%;
    background-color: #F5F5F5;
    /* border: 1px solid #00f; */
    margin: 0 auto;
}

.useful-content-title-first h2 {
    width: 35%;
    background-color: #94CF59;
    margin: 0 auto;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.useful-content-title-second {}

.useful-content-title-second h2 {
    width: 35%;
    background-color: #94CF59;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.useful-content-title-second-sp {
    display: none;
}

.useful-content-title-second-sp h2 {}

.useful-content-car {
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.useful-content-car section div {
    box-sizing: border-box;
    margin: 0 5px;
}

.useful-content-car section div img {
    //    max-width: 100%;
    width: 386px;
    height: 204px;
}

.opencampus-search {
    width: 100%;
    background-color: #F2FFE8;
    /* border: 1px solid #00f; */
    margin: 0 auto;
}

.opencampus-search>div {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.opencampus-search>div>h2 {
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.opencampus-search>div>h2::after {
    text-align: center;
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    margin-top: 14px;
    /* 位置調整 */
    width: 30px;
    /* 下線の幅 */
    height: 3px;
    /* 下線の太さ */
    background-color: #74C73D;
    /* 下線の色 */
}

.opencampus-search>div>h2:nth-child(1) {
    display: block;
}

.opencampus-search>div>h2:nth-child(2) {
    display: none;
}

.opencampus-search-top {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.opencampus-search-top .opencampus-search-title {
    color: #3D9E1B;
}

.opencampus-search-title-line {
    color: #00000000;
}

.opencampus-search-title-line::after {
    content: '';
    display: block;
    position: absolute;
    margin-left: 4px;
    margin-top: -14px;
    /* 位置調整 */
    width: 100px;
    /* 下線の幅 */
    height: 1px;
    /* 下線の太さ */
    background-color: #74C73D;
    /* 下線の色 */
}

.opencampus-search-top p {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 8px;
}

.opencampus-search-bottom {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    /* align-items: center; */
}

.opencampus-search-left {
    width: 48%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.opencampus-kw-search {
    width: 100%;
    height: auto;
    /* border: 1px solid #f90; */
    margin: 0 auto;
}

.opencampus-kw-search h4 {
    margin: 0;
    margin-bottom: 10px;
}

.opencampus-kw-search input {
    width: 70%;
    /* margin-right: 10px; */
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px 5px;
}

.opencampus-kw-search button {
    background-color: #2E880F;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.opencampus-easy-search {
    width: 100%;
    height: auto;
    /* border: 1px solid #f90; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.opencampus-easy-search h4 {
    margin: 0;
    margin-bottom: 10px;
}

.opencampus-easy-search>div {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}

.opencampus-easy-search>div input {
    width: 40%;
    /* margin-right: 10px; */
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px 5px;
}

.opencampus-easy-search>div div {
    width: 10%;
    font-size: 1.5em;
    color: #3D9E1B;
}

.opencampus-easy-search ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}

.opencampus-easy-search ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    font-weight: bolder;
    flex-basis: 45%;
    margin-bottom: 10px;
}

.opencampus-easy-search ul li input {
    margin-right: 5px;
}

.opencampus-easy-search button {
    width: 100%;
    background-color: #2E880F;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.opencampus-easy-search .opencampus-easy-search-sp {
    display: none;
}

.opencampus-date-search {
    width: 50%;
    height: auto;
    /* border: 1px solid #f90; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.opencampus-date-search-top {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.opencampus-date-search-top h4 {
    margin: 0;
    padding: 0;
}

.opencampus-date-search-top div {
    font-size: 0.7em;
}

.opencampus-date-search-top div span {
    color: blue;
    border: none;
}

.container-calendar {
    font-size: 0.7em;
}

.shinkatsu-banner {
    width: 80%;
    /* border: 1px solid red; */
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.shinkatsu-banner img {
    max-width: calc(100% / 2);
    margin: 0px 5px;
}

.occupation-search-sp {
    display: none;
}

.gakumon-search-sp {
    display: none;
}

.area-search-sp {
    display: none;
}

.kw-search-sp2 {
    display: none;
}

.feature-search-sp {
    display: none;
}


/* ******************************** */


/* aside1                           */


/* ******************************** */

.aside1 {
    width: 100%;
    /* border: 1px solid #f00; */
}

.latest-news {
    width: 80%;
    margin: 0 auto 10px auto;
}

.latest-news-title {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    //    border-bottom: 3px solid #74C73D;
    margin-bottom: 10px;
}

.latest-news-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    margin-top: 12px;
    /* 位置調整 */
    width: 30px;
    /* 下線の幅 */
    height: 3px;
    /* 下線の太さ */
    background-color: #74C73D;
    /* 下線の色 */
}

.tab-area {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    /* border: 3px solid rgb(172, 169, 169) */
}

.tab_class {
    width: calc(100%/2);
    height: 50px;
    background-color: #D8D8D8;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    border-radius: 5px 5px 5px 5px;
}

.tab-area input[name="tab_name_news"] {
    display: none;
}

.tab-area input:checked+.tab_class {
    background-color: #61C968;
    color: #fff;
}

.tab-area input:checked+.tab_class+.content_class {
    display: block;
}

.content_class {
    width: 100%;
    display: none;
    margin: 0 auto;
    border: 1px solid rgb(0, 0, 0);
    border-top: none;
    margin-top: -6px;
}

.content_class ul {
    width: 100%;
}

.content_class ul li {
    width: 90%;
    font-size: 0.5em;
    font-weight: bold;
    border-bottom: thin solid rgb(172, 169, 169);
    display: flex;
    justify-content: space-evenly;
    padding: 8px 0px;
}

.content_class>a {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 0.7em;
}


/* content_class2用 */

.tab-area input[name="tab_name_search"] {
    display: none;
}

.tab-area input:checked+.tab_class+.content_class2 {
    display: block;
}

.content_class2 {
    width: 100%;
    display: none;
    margin: 0 auto;
}

.content_class2 ul {
    width: 100%;
}

.content_class2 ul li {
    width: 90%;
    font-size: 0.5em;
}


/* ******************************** */


/* aside2                           */


/* ******************************** */

.aside2 {
    /* border: 1px solid #f00; */
}

.aside2-title {
    /* background-color: greenyellow; */
    background: linear-gradient(to right, #71CF4A, #B3F233);
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.4em 0;
}

.aside2-bg {
    background-image: url("");
    background-color: #a0a0a0;
    /* border: 1px solid cyan; */
    padding: 20px 0;
}

.aside2-main {
    width: 80%;
    /* border: 1px solid #f90; */
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 50px;
}

.useful-content-car-sp {
    display: none;
}

.useful-content-list-sp {
    display: none;
}


/* article1 */

.aside2-article1 {
    width: 100%;
    /* border: 1px solid #1f1; */
    display: flex;
    flex-flow: column;
}

.aside2-article1-top {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
}

.article-title {
    font-size: 1.5em;
    color: #3D9E1B;
}

.article-title-line {
    color: #00000000;
}

.article-title-line:after {
    content: '';
    display: block;
    position: absolute;
    margin-left: 4px;
    margin-top: -11px;
    /* 位置調整 */
    width: 100px;
    /* 下線の幅 */
    height: 1px;
    /* 下線の太さ */
    background-color: #74C73D;
    /* 下線の色 */
}

.aside2-article1-top p {
    text-align: right;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: -2px;
    margin-top: 17px;
}

.aside2-article1-bottom {
    /* display: flex;
    flex-flow: row; */
    position: relative;
}

.aside2-article1-bottom-right {
    width: 50%;
    /* display: flex;
    flex-flow: column;
    align-items: center; */
    float: right;
    position: absolute;
    top: 0;
    left: 50%;
}

.aside2-article1-bottom-right img {
    display: block;
    width: 380px;
    height: 110px;
    max-width: 100%;
    //    margin-bottom: 10px;
    padding-left: 25px;
}

.aside2-article1-bottom-right img:first-child {
    margin-top: 10px;
}

.aside2-article1-bottom-left {
    width: 50%;
    display: block;
    margin: 10px 0 10px auto;
    float: left;
}

.aside2-article1-bottom-left div {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 0 0 5px 0;
}

.aside2-article1-bottom-left div div {}

.aside2-article1-bottom-left div a {
    text-decoration: none;
    color: #3D9E1B;
    font-size: 0.7em;
    position: relative;
    margin-right: 14px;
    background: url("../img/arrow_03.svg") no-repeat 90% center;
    background-size: auto 36%;
}

.aside2-article1-bottom-left ul {
    margin: 0;
    padding: 0;
}

.aside2-article1-bottom-left ul li {
    font-size: 0.5em;
    list-style: none;
    border-top: 1px solid #D9EBD3;
    padding: 10px 0 10px 0;
    position: relative;
    background: url("../img/arrow_03.svg") no-repeat 96% center;
    background-size: auto 36%;
}

.aside2-article1-bottom-left ul li:first-child {
    border-top: none;
}

.aside2-article1-bottom-left ul li a {
    text-decoration: none;
    color: #000;
}


/* article2 */

.aside2-article2 {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #1f1; */
    margin: 10px 0px;
    padding: 10px 0px 30px 0px;
}

.aside-line {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.aside2-article2-top {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
}

.aside2-article2-top p {
    text-align: left;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: -2px;
    margin-top: 17px;
}

.aside2-article2-bottom {}

.aside2-article2-slider {
    width: 100%;
    display: inline-block;
    height: auto;
    /* border: 1px solid #000; */
    margin: 0px auto;
    padding-top: 10px;
    clear: both;
}

.aside2-article2-slider section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.aside2-article2-slider section div {
    margin: 0 5px 0 5px;
}

.aside2-article2-slider section div img {
    max-width: 100%;
}


/* arrowのカスタマイズ */


/* article3 */

.aside2-article3 {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #1f1; */
    margin: 10px 0px;
    padding: 10px 0px 30px 0px;
}

.aside2-article3-top {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
}

.aside2-article3-top p {
    text-align: left;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: -2px;
    margin-top: 17px;
}

.aside2-article3-middle {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
}

.aside2-article3-middle h5 {}

.aside2-article3-middle a {
    font-size: 0.7em;
    text-decoration: none;
    color: #3D9E1B;
    background: url("../img/arrow_03.svg") no-repeat 100% center;
    background-size: auto 50%;
}

.aside2-article3-bottom {}

.aside2-article3-slider {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    clear: both;
}

.aside2-article3-slider section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.aside2-article3-slider section div {
    text-align: center;
    margin: 0 5px 0 5px;
}

.aside2-article3-slider section div img {
    max-width: 100%;
}

.aside2-article3-slider section div p {
    background-color: rgb(233, 250, 225);
    margin: 0;
}

.aside2-article3-slider section div p button {
    padding: 2px 40px;
    background-color: #000;
    color: #fff;
}


/* article4 */

.aside2-article4 {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #1f1; */
    margin: 10px 0px;
    padding: 10px 0px 30px 0px;
}

.aside2-article4-middle {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
}

.aside2-article4-middle h5 {}

.aside2-article4-middle a {
    font-size: 0.7em;
    text-decoration: none;
    color: #3D9E1B;
    background: url("../img/arrow_03.svg") no-repeat 100% center;
    background-size: auto 50%;
}

.aside2-article4-bottom {}

.aside2-article4-slider {
    width: 100%;
    display: inline-block;
    height: auto;
    /* border: 1px solid #000; */
    margin: 0px auto;
    padding-top: 10px;
    clear: both;
}

.aside2-article4-slider section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.aside2-article4-slider section div {
    margin: 0 5px 0 5px;
}

.aside2-article4-slider section div video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* border: 1px solid #fcf; */
    background-color: #d4d3d3;
}


/* aside2-banner */

.aside2-banner-title-sp {
    display: none;
}

.aside2-banner {
    /* border: 1px solid #00f; */
    margin: 5px 5px;
    padding: 5px 5px;
    text-align: center;
}

.aside2-banner img {
    max-width: calc(100% / 4);
    margin: 0px 10px;
}

.aside2-article4-sp {
    display: none;
}


/* ******************************** */


/* aside3                           */


/* ******************************** */

.aside3 {
    width: 100%;
    /* border: 1px solid #f00; */
}

.aside3 div {
    text-align: center;
}

.aside3-bottom {
    /* border: 1px solid #00f; */
    margin: 5px 5px;
    background-color: #fff;
    padding: 20px 0 20px 0;
}

.aside3-bottom>p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-weight: bolder;
    margin-bottom: 10px;
}

.aside3-bottom div {
    /* display: block; */
    text-align: center;
    margin: 0 auto;
}

.aside3-bottom div a {
    margin: 0 15px;
}