/*
Theme Name: SOERTE
Author: Infinite Points Co., Ltd.
Author URI: https://www.infinite-points.co.jp
Description: SOERTE Theme
Requires PHP: 5.6
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    box-sizing: border-box;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************** END RESET *********************/
html {
    scroll-behavior: smooth;
  }
  body {
    position: relative;
  }
.main-container.content-login {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    
}
.content-login .hero {
    padding:20px 0;
    padding-bottom:60px;
}
.content-login .hero img {
    width:23%;
    display:block;
    margin:0 auto;
}



.content-login .section-login {
    padding:40px 30px;
    background:#e9ecf5;
    max-width: 600px;
    width: 100%;
    margin-top: 10px;
}
.content-login h2 {
    color:#716F76;
    font-weight: 500;
    font-size:30px;
    width:100%;
    text-align: center;
    margin-bottom: 50px;
}

.content-login2 {
    padding-top: 80px !important;
}



.content-login2 .hero {
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 2px;
}


.logged-in .content-login2 .hero {
    position: fixed;
    left: 25px;
    top: 2px;
    margin-left: 0;
}

.content-login2 .hero img {
    max-width: 200px;
    width:100%;
}

.section-login form .div_text {
    margin-bottom:40px;
    display: block;
}
.section-login form label span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #716F76;
    display:block;
    margin-bottom: 5px;
}
.section-login form input[type=text],input[type=password] {
    border: 0;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
}
.section-login .buttons, a.contact-link, a.logout, input.contact-link {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width:100%;
    color:#FFF;
    border:0;
    background-color: #51A199;
    font-family: 'Roboto', sans-serif;
    padding:12px;
    margin-top: 80px;
    display:block;
    text-decoration: none;
}
.section-login .forget {
    width:100%;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-top: 40px;
    line-height: 1.8;
    color:#716F76;
}
.content-login.content-login2 {
    /*background-image: linear-gradient(#FFF, #F3E7E0, #F3E7E0);*/
    padding-bottom: 100px;
}
.content-login2 .section-login {
    color:#5F6062;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
.telbot {
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
}
.content-login2 form buttons, a.logout {
    background-color:#231F20;
    margin-top: 120px;
}
.content-login2 span, .content-login2 p {
    display:block;
}
.content-login2 span.cus-id {
    font-size: 18px;
    font-weight: 700;
}
.cus-id {
    color:#716F76;
}
.two-col {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.two-col p {
    margin:0;
    font-size: 14px;
}
.cus-info {
    font-size: 20px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 30px;
}
.cus-info span {
    display: inline;
    font-size: 22px;
}
.cus-points {
    font-size:30px;
    font-weight: 500;
}
.cus-points span {
    display: inline-block;
    margin-right: 10px;
    font-size: 34px;
    font-weight: 700;
}
.content-login3 {
    text-align: center;
}
.content-login3 .contact-link {
    margin-top: 20px;
}
.content-login3 .contact-link img {
    width:22px;
}
.note {
    display: block;
    font-size: 15px;
    margin-top: 30px;
}
.loader {
    text-align: right;
    display: block;
}
.loader img {
    width:20px;
}
.bmenu {
    width:44px;
    height:44px;
    background: url(img/bmenu.png) center center no-repeat;
    background-size:contain;
    right: 25px;
    top: 25px;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    display:none;
}
.bmenu.open {
    background: url(img/close.png) center center no-repeat;
    background-size:contain;
}
.logged-in .bmenu {
    display: block;
}
.travel-icon {
    width:60px;
    height: 44px;
    background: url(img/travel-icon.png) left center no-repeat;
    background-size:contain;
    position: absolute;
    left:40px;
    top:40px;
}
.section-travel img {
    width:100%;
    display: block;
}
.line-btn {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 25px;
}
.float-bar {
    position: fixed;
    bottom:0;
    left:0;
    width: 200%;
    box-sizing: border-box;
    padding:20px 40px;
    z-index: 9999;

    box-shadow: 0 0 10px;
        border-radius: 50%;
    height: 800px;
    margin-left: -50%;
    bottom: -700px;
}
.float-bar ul {
    display:flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: -20px;
}
.float-bar ul li a {
    display: block;
    display: flex;
    width: 50px;
    /* height: 50px; */
    /* text-align: center; */
    ALIGN-ITEMS: center;
    justify-content: center;
    margin: 0 auto;
}
.float-bar ul li {
    width:20%;
}

.float-bar ul li:nth-child(2), .float-bar ul li:nth-child(3)  {
margin-top: -60px;
}

.float-bar ul li img {
    width:100%;
}
.page3 a.contact-link {
    margin-top: 0px;
}
.page3 h2 {
    margin-bottom: 40px;
}
.tbl1 {
    width:100%;
    margin-top: 40px;
}
.tbl1 th {
    background-color: #3f6eb4;
    padding: 10px;
    color: #FFF;
    text-align: center;

}
.tbl1 td {
    text-align: center;
    color:#716F76;
    padding: 10px 0;
}
.tbl1 tr {
    border-bottom: 1px solid #716F76;
}
.page3 .section-login {
    padding: 40px 10px;
}

a.contact-link2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    color: #FFF;
    border: 0;
    background-color: #3f6eb4;
    font-family: 'Roboto', sans-serif;
    padding: 12px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}
a.contact-link2 img {
    width: 22px;
}
.page4 p {
    text-align: center;
    color:#716F76;
    font-weight: bold;
}
.pointers {
    margin-top: 20px;
}
.pointers > div {
    padding:10px;
    margin-bottom: 10px;
    background-color: #e9ecf5;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    display: flex;
}
.links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:40px;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
        margin-bottom: 170px;
    padding:0 25px;
}
.links a {
    display: block;
}
.links img {
    width: 100%;
}
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #716F76;
    padding: 12px;
}
.icon img {
    width: 30px;
    display: block;
    height: 30px;
}
.iconCont {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.iconCont div:nth-child(2) {
    display: block;
    height:1px;
    width:100%;
    background-color: #716F76;
}
.iconCont div:first-child, 
.iconCont div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    color: #716F76;
    font-weight: 600;
}
.page6 .tbl1 {
    margin-top: 0;
    margin-bottom: 30px;
}
.page6 .tbl1 td, .page6 .tbl1 tr {
    border:0;
    text-align: left;
    padding: 5px 0;
}
.page6 .section-login {
    padding-top: 20px;
}
.brown-bar {
    display:flex;
    background-color: #9c8a78;
    padding: 8px;
    color:#FFF;
    align-items: center;
    justify-content: space-between;
}
.droplinkWrapper {
    padding: 20px;
    padding-bottom: 40px;
    border-bottom:1px solid #716F76; ;
}
.droplink {
    display: block;
    color:#716F76;
    text-decoration: none;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}
.droplink img {
    width:20px;
    margin-left: 2px;
}
.droplink.hasparent {
    padding-left: 40px;
}
.droplink.hasparent img {
    display: none;
}
.droplink.hasparent::after {
    content: '';
    width: 16px;
    height: 18px;
    border-left: 1px solid #716F76;
    border-bottom: 1px solid #716F76;
    position: absolute;
    left: 19px;
    top: -4px;
}
.txtArea {
    width: 100%;
    height:200px;
    background-color: rgba(0,0,0,0);
    border:solid 1px #716F76;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
}
.page7 .desc {
    color: #716f76;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.page7 .txtArea {
    height: 350px;
}
.normal-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color:#716F76;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.page7 label {
    font-weight: bold;
    color:#716F76;
    display: flex;
    border-bottom: 1px solid #716F76;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.page7 label span {
    width:120px;
}
.page7 label input {
    background-color: rgba(0,0,0,0);
    border:0;
    padding: 6px 0;
}
.page-id-2940 .main-container.content-login.content-login2 {
	max-width: none;
	margin-bottom: 100px;
}
.page-id-2939 .main-container.content-login.content-login2 {
	max-width: none;
	margin-bottom: 100px;
}
.single-ticket .main-container.content-login.content-login2 {
	max-width: none;
	margin-bottom: 100px;
}
.main-container.content-login.page8 {
	max-width: none;
	margin-bottom: 100px;
}
.main-container.content-new-request.page8 {
	max-width: none;
	margin-bottom: 100px;
}
.main-container.content-login {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
    margin-top: 10px;
}

.main-container.content-login2 {
    padding-bottom: 0;
}


.main-container.content-login.maintenance {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background: none;
}
.logout-menu {
    margin-bottom: 100px;
}
@media screen and (min-width: 600px) {
    .telbot {
        position: relative;
    }
}
.main-container.content-new-request {
    padding:40px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}
.content-new-request .hero {
    padding:20px 0;
    padding-bottom:60px;
}
.content-new-request .hero img {
    width:23%;
    display:block;
    margin:0 auto;
}
.page-id-2940 .section-new-request {
    padding:40px 30px;
    background:#e9ecf5;
}
.content-new-request .section-new-request {
    padding:40px 30px;
    background:#e9ecf5;
}
.content-new-request h2 {
    color:#716F76;
    font-weight: 500;
    font-size:30px;
    width:100%;
    text-align: center;
    margin-bottom: 50px;
}
.section-new-request form input[type=text] {
    border: 0;
    font-size: 18px;
    padding: 10px;
	width: 200px;
    box-sizing: border-box;
    background-color: #FFF;
}
.section-new-request form select {
    -webkit-appearance: none;
    height: 38px;
	font-size: 18px;
    background-color: #FFF;
    border-width: 0;
    border: 0;
	border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 50px;
}
.section-new-request form textarea {
    border: 0;
    padding: 10px;
    width: 100%;
    background-color: #FFF;
}


.main-container.content-new-request {
    padding: 40px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    max-width: 600px;
    background-color: #2C4299;
    width: 100%;
    margin: 0 auto;
}

.menu-container {
    width:100vw;
    height: 100vh;
    position: fixed;
    top:0;
    right:-100vw;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 120px;
    box-sizing: border-box;
    webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
     overflow:auto;
}
.menu-container > div {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.menu-container > div:last-child {
    margin-top: 40px;
}
.menu-container a {
    display: block;
    border-top:2px solid rgba(255,255,255,0.6);
    border-bottom:2px solid rgba(255,255,255,0.6);
    padding:20px 0;
}
.menu-container img {
    width: 100%;
}
.menu-container.open {
    transform: translateX(-100vw);
    webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
     z-index: 9999;
     
}
.main-container.content-term {
    padding:40px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: #00bfff;
}

.content-term .section-term {
    padding:40px 30px;
    background:#e9ecf5;
}
.main-container.content-term {
    padding: 0;
    font-family: 'serif', 'Roboto', sans-serif;
    height: 100%;
    max-width: 600px;
    background-color: #2C4299;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
    margin-top: 10px;
}
.section-term {
    line-height: 1.5em;
    font-size: 0.7em;
}
.section-term ul {
    display: block;
    margin: 10px 10px;
    list-style: inside nu;
}
.section-term h2 {
    font-size: 1.2em;
    font-weight: 600;
}

.hero img {
    max-width: 120px;
}
textarea#wpas-reply-textarea {
    width: 100%;
}
.wpas-ticket-replies .row-avatar {
	display: none !important;
}
.wpas-ticket-replies .col1 {
    width: 100%;
}
.wpas-ticket-replies .col2 {
    width: 0px;
}

span.nickname {
    line-height: 2em;
}
/*************************/
a.logout-menu {
    margin-bottom: 0;
}
.menu-container img {
width: 100%;
max-width: 200px;
}

.section-news {
    padding:0 25px;
}
.section-news img {
    width: 100%;
}
.news-list {
    margin: 20px 0;
}
.news-list li a {
    color:#bec4df;
    text-decoration: none;
    padding:20px 0;
    display: block;
}
.news-list li {
    position: relative;
    
    padding-left: 80px;
}
.newsdate {
    font-weight: bold;
    position: absolute;
    left:0;

    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}


.section-news img {
    width: 100%;
}
.news-list {
    margin: 20px 0;
}
.news-list li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    padding:20px 0;
    display: block;
}
.news-list li {
    position: relative;
    
    padding-left: 100px;
}
.newsdate {
    font-weight: bold;
    position: absolute;
    left:0;

    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

.section-news2 {
    background-color: #FFF;
    margin-bottom: 180px;
   /* margin-top: -120px;*/
   margin-top: -80px;
}
.section-news2 .section-news {
    max-width: 800px;
    margin:0 auto;
    padding: 20px;
    padding-top: 20px;
}
.section-news2 a {
    color: #6773b2 !important;
}
.section-news2 li {
    border-bottom: dashed 1px #6773b2;
}
.section-news2 .newsdate {
    display:block;
    position: relative;
    top: 0;
transform: initial;
-moz-transform: initial;
margin-bottom: 10px;
}
.section-news2 .news-list li {
    padding-left: 0;
    background: url(img/bg-news.png) right 15px no-repeat;
    background-size: 16%;
}

.news-nav {
    display:block;
    text-align: center;
}


.news-nav a {
    width:44px;
    height:44px;
    display: inline-block;
    margin:20px;
}
.news-nav a.prev {
    background: url(img/news-prev.png) center center no-repeat;
    background-size: contain;
}
.news-nav a.next {
    background: url(img/news-next.png) center center no-repeat;
    background-size: contain;
}


.news-detail h4 {
    font-weight: bold;
    margin-bottom: 40px;
}
.news-detail p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.service-icon img {
    max-width:800px;
    width:100%;
}
.section-service li {
    border:0 !important;
    margin-bottom: 40px;
}

.arrow-icon {
    display: block;
    width:50px;
    height:24px;
    background: url(img/service-arrow-down.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.section-service h3 {
    margin-bottom: 40px;
}
.section-service h4 {
    color:#78502B;
}
.service-content {
    display: none;
}
.service-content span {
    font-weight: bold;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}
.service-content h4 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.section-service li.active .arrow-icon {
    background: url(img/service-arrow-up.png) center center no-repeat;
    background-size: contain;
}

.section-service li {
    background: none !important;
}


.living-wrap {
    margin-bottom: 140px;
    margin-top: 10px;
}
.icon50 {
    width:50%;
}
.icon50.icon-title {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.icon50.icon-title img {
    width:70%;
}
.icon50.icon-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:49%;
    padding: 10px;
}
.icon50.icon-inline img {
    width:100%;
}
@media screen and (max-width: 600px) {
    .float-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 200%;
        box-sizing: border-box;
        background-color: #181D62;
        padding: 20px 40px;
        z-index: 9999;
        box-shadow: 0 0 10px;
        border-radius: 50%;
        height: 825px;
        margin-left: -50%;
        bottom: -696px;
    }
    .float-bar ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 600px;
        width: 49%;
        margin: 0 auto;
        bottom: -30px;
        position: relative;
    }

}
.header-nav {
    /*background: #2c429980;*/
    background: rgba(255,255,255,0.1);
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.section-login label {
    text-align: left;
}

.section-news-item {
    margin-top: 10px;
}

.news-list2 li p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.ud {
    padding:30px;
    padding-top: 100px;
    text-align: center;
}
.ud img {
    width:100%;
    max-width: 600px;
}

.blue-wrap {
    background-color: rgba(0,0,0,.72);
    padding:40px;
    margin-bottom: 180px;
}

.blue-wrap iframe {
    width:100%;
}
.blue-wrap h3, .blue-wrap p, .blue-wrap h2 {
    color:#FFF;
}
.blue-wrap h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}
.all {
    margin-bottom: 40px;
}
ul.tags-list {
    display: block;
    margin-bottom: 20px;
}
 ul.tags-list li {
    list-style-type: none;
    display: inline-block;
    margin: 5px;
    background-color: #50527d;
    border-radius: 4px;
    padding:8px;
    color:#a8a9a9;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
ul.tags-list li.active {

background-color: #5f618f;
color:#FFF;
}
@media screen and (max-width: 600px) {
.blue-wrap {
    padding-left:0;
    padding-right:0;
}
.blue-wrap h3, .blue-wrap p, .blue-wrap h2 {
    padding-left: 30px;
    padding-right: 30px;
}
ul.tags-list {
    padding-left: 25px;
    padding-right: 25px;
}
}

.howto-wrap {
    background-color: #FFF;
}


.howto-wrap h3, .howto-wrap p, .howto-wrap h2 {
    color:initial;
}


.howto-wrap  ul.tags-list li {
    background-color: #12a79d;
    color:#92dcd7;
}
.howto-wrap  ul.tags-list li.active {
    color:#FFF;
    background-color: #0a8c83;
}
.love-wrap {
    text-align: center;
    padding-bottom:180px ;
}
.love-wrap p {
    color:#bec4df;
    line-height: 1.8;
}
.love-wrap img {
    display: inline-block;
    max-width: 90%;
    width: 100%;
}
br.pc-only {display:block;}br.sp-only {display:none;}
@media screen and (max-width: 600px) {
    .love-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    br.pc-only {display:none;}br.sp-only {display:block;}
}


.floatbar_myaccount {
	position:absolute;
	width:20%;
	left:50%;
	margin-left:-10%;
	    bottom: -25px;
}
.floatbar_myaccount li, .floatbar_myaccount a {
	display:block;
}
.floatbar_myaccount img {
	width:65% !important;
}


.main-container.content-login.color1, body.color1, .menu-container.color1, #color1 { background-color: #173F92 !important;} 
.main-container.content-login.color2, body.color2, .menu-container.color2, #color2 { background-color: #00000B !important;} 
.main-container.content-login.color3, body.color3, .menu-container.color3, #color3 { background-color: #00A29C !important;} 
.main-container.content-login.color4, body.color4, .menu-container.color4, #color4 { background-color: #63547E !important;} 

.main-container.content-login.color5, body.color5, .menu-container.color5, #color5 { background-color: #181D62 !important;} 
.main-container.content-login.color6, body.color6, .menu-container.color6, #color6 { background-color: #5C5A5A !important;} 
.main-container.content-login.color7, body.color7, .menu-container.color7, #color7 { background-color: #EA5E6A !important;} 
.main-container.content-login.color8, body.color8, .menu-container.color8, #color8 { background-color: #F18E3B !important;} 




.float-bar.color1 { background-color: #181D62 !important;}
.float-bar.color2 { background-color: #333333 !important;}
.float-bar.color3 { background-color: #00826a !important;}

.float-bar.color4 { background-color: #433162 !important;}


.float-bar.color5 { background-color: #2a2f6b !important;}
.float-bar.color6 { background-color: #433d3d !important;}
.float-bar.color7 { background-color: #993942 !important;}
.float-bar.color8 { background-color: #9e5314 !important;}










body.color1 #color1, 
body.color2 #color2, 
body.color3 #color3, 
body.color4 #color4,
body.color5 #color5,
body.color6 #color6,
body.color7 #color7,
body.color8 #color8 {
    border:4px solid #FFF;
    cursor: pointer;
}

#color1, #color2, #color3, #color4,
#color5, #color6, #color7, #color8 {
    width:40px;
    height:40px;
    border-radius: 50%;
    margin:20px;border:2px solid #FFF;
}