﻿@charset "utf-8";

/* ==========================================
	top.css フレームCSS
	Last Up Date 2021/04/28
 --------------------------------------------
	INDEX
 --------------------------------------------
    0.00.00 ALL SETTING
        0.01.00 @keyfream
	1.00.00 PC_media screen 
		1.01.00 #main_photo の設定
        1.02.00 #method の設定
        1.03.00 #s_projects の設定
        1.04.00 #design の設定
        1.05.00 #structure の設定
        1.06.00 #projects の設定
	2.00.00 PC_media screen 
		2.01.00 #main_photo の設定
        2.02.00 #method の設定
        2.03.00 #s_projects の設定
        2.04.00 #design の設定
        2.05.00 #structure の設定
        2.06.00 #projects の設定
    3.00.00 SP_media screen
		3.01.00 #main_photo の設定
        3.02.00 #method の設定
        3.03.00 #s_projects の設定
        3.04.00 #design の設定
        3.05.00 #structure の設定
        3.06.00 #projects の設定

========================================== */
/* ==========================================
0.00.00 ALL SETTING
========================================== */
/* ==========================================
0.01.00 @keyfream
========================================== */
/* ==========================================
1.00.00 PC_media screen 
========================================== */
@media screen and (min-width:1025px),print{
/* ==========================================
	1.01.00 #main_photo の設定
========================================== */
div#main_photo {
    padding: 0 0 50px;
    margin: 100px auto 0;
    position: relative;
}
div#main_photo div.in_box {
    max-width: 1200px;
    padding: 0 50px;
}
div#main_photo h2 {
    display: block;
    font: 400 30px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
}
div#main_photo h2 + p {
    display: block;
    font: 400 15px 'Jost', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    color: #C7C5C4;
    padding: 12px 0 15px;
    margin: 0 0 35px;
    position: relative;
}
div#main_photo h2 + p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000000;
    width: 60px;
}
div#main_photo h2 + p::before {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 0;
    height: 2px;
    background: #C1C1C1;
    width: 60px;
}
div#main_photo p + p {
    display: block;
    font-size: 14px;
    line-height: 2.5;
}
/* ==========================================
	1.02.00 #detail の設定
========================================== */
div#detail {
    background: #1A48A2;
    position: relative;
}
div#detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 225px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
}
div#detail div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    padding:130px 50px 50px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
div#detail div.in_box::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    border-top: solid 100px #FFFFFF;
    border-right: solid 100px #FFFFFF;
    border-left: solid 100px transparent;
    border-bottom: solid 100px transparent;
}
div#detail div.in_box > div:first-child {
    display: block;
    width: 50%;
}
div#detail div.in_box > div:first-child p {
    display: block;
    letter-spacing: 0.05rem;
    line-height: 2.0;
}
div#detail div.in_box > div:first-child p:not(:first-child) {
    margin: 35px 0 0;
}
div#detail div.in_box > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    position: relative;
}
div#detail div.in_box h3 {
    display: block;
    font: 400 60px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.6rem;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    margin: 0 30px 0 0;
}
div#detail div.in_box h1 {
    display: block;
    font: 400 23px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.6rem;
    line-height: 2.2;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
}
div#detail div.in_box > div:nth-child(2) p {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    font: 400 19px 'Jost', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#detail div.in_box > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0;
}
div#detail div.in_box > div:last-child p {
    display: block;
    width: 49%;
}
/* ==========================================
	1.03.00 #merit の設定
========================================== */
div#merit {
    margin: 75px 0 0;
    position: relative;
}
div#merit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 500px;
    width: calc(50% - 150px);
    height: 300px;
    background: rgba(250,250,250,1.0);
    z-index: -2;
}
div#merit div.in_box {
    max-width: 1200px;
    padding: 0 50px;
    position: relative;
}
div#merit div.in_box::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 400px;
    background: url("../../image/contents/solar/sunrise_txt.svg") no-repeat top center / contain;
    width: 57px;
    height: 200px;
}
div#merit h3 {
    display: block;
    font: 400 30px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#merit div.in_box > h4 {
    display: block;
    font: 400 18px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 1.0;
    margin: 18px 0;
}
div#merit div.in_box > h4 + p {
    display: block;
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.5;
    margin: 20px 0;
}
div#merit div.in_box p + div {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 50%;
    position: relative;
}
div#merit div.in_box p + div::after {
    content: "";
    position: absolute;
    left: calc(50% - 420px);
    bottom: 10px;
    width: 365px;
    height: 503px;
    z-index: -1;
}
div#merit div.in_box p + div.lazyloaded::after {
    background: url("../../image/contents/solar/sunrise.jpg.webp") no-repeat top center;
    background-size: contain;
}
.no-webp div#merit div.in_box p + div.lazyloaded::after {
    background: url("../../image/contents/solar/sunrise.jpg") no-repeat top center;
    background-size: contain;
}
div#merit div.in_box p + div p {
    line-height: 2.2;
    letter-spacing: 0.05rem;
    text-align: justify;
}
div#merit div.in_box p + div p + p {
    margin: 30px 0 0;
}
div#merit div.in_box div:last-child {
    margin: 55px 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 50%;
}
div#merit div.in_box div:last-child * {
    display: block;
    font: 400 18px 'Prata', serif;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}
div#merit div.in_box div:last-child p {
    font: 400 13px 'Prata', serif;
    line-height: 2.0;
    letter-spacing: 0.15rem;
    padding: 13px 0 0;
}
/* ==========================================
	1.04.00 #projects の設定
========================================== */
div#projects {
    max-width: 1200px;
    padding: 0 50px;
    margin: 90px auto 0;
}
div#projects h3 {
    display: block;
    font: 400 30px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#projects h3 + p {
    display: block;
    margin: 35px 0 40px;
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 2.5;
}
div#projects ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#projects li {
    display: block;
    width: calc(33.3% - 3px);
}
div#projects li:nth-child(n + 4) {
    margin: 60px 0 0;
}
div#projects li div {
    display: block;
    width: calc(100% - 10px);
}
div#projects li div h5 {
    display: block;
    font: 400 17px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.7;
    margin: 15px 0 5px;
}
div#projects li div h5 + p {
    display: block;
    font-size: 14px;
    line-height: 1.8;
}
div#projects li div p + p {
    color: #C1C1C1;
}
}
/* ==========================================
2.00.00 PC_media screen 
========================================== */
@media screen and (max-width: 1024px) and (min-width:569px) {
/* ==========================================
	2.01.00 #main_photo の設定
========================================== */
div#main_photo {
    padding: 0 0 50px;
    margin: 100px auto 0;
    position: relative;
}
div#main_photo div.in_box {
    padding: 0 35px;
}
div#main_photo h2 {
    display: block;
    font: 400 28px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
}
div#main_photo h2 + p {
    display: block;
    font: 400 14px 'Jost', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    color: #C7C5C4;
    padding: 12px 0 15px;
    margin: 0 0 35px;
    position: relative;
}
div#main_photo h2 + p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000000;
    width: 60px;
}
div#main_photo h2 + p::before {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 0;
    height: 2px;
    background: #C1C1C1;
    width: 60px;
}
div#main_photo p + p {
    display: block;
    font-size: 14px;
    line-height: 2.5;
}
/* ==========================================
	2.02.00 #detail の設定
========================================== */
div#detail {
    background: #1A48A2;
    position: relative;
}
div#detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
}
div#detail div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    padding:130px 35px 50px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
div#detail div.in_box::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    border-top: solid 100px #FFFFFF;
    border-right: solid 100px #FFFFFF;
    border-left: solid 100px transparent;
    border-bottom: solid 100px transparent;
}
div#detail div.in_box > div:first-child {
    display: block;
    width: 50%;
}
div#detail div.in_box > div:first-child p {
    display: block;
    letter-spacing: 0.05rem;
    line-height: 2.0;
}
div#detail div.in_box > div:first-child p:not(:first-child) {
    margin: 35px 0 0;
}
div#detail div.in_box > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    position: relative;
}
div#detail div.in_box h3 {
    display: block;
    font: 400 45px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    margin: 0 15px 0 0;
}
div#detail div.in_box h1 {
    display: block;
    font: 400 18px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.6rem;
    line-height: 2.0;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
}
div#detail div.in_box h1 br:nth-child(2) {
    display: none;
}
div#detail div.in_box > div:nth-child(2) p {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    font: 400 16px 'Jost', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#detail div.in_box > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0 0;
}
div#detail div.in_box > div:last-child p {
    display: block;
    width: 50%;
}
/* ==========================================
	2.03.00 #merit の設定
========================================== */
div#merit {
    margin: 50px 0 0;
    position: relative;
}
div#merit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 500px;
    width: calc(50% - 150px);
    height: 300px;
    background: rgba(250,250,250,1.0);
    z-index: -2;
}
div#merit div.in_box {
    padding: 0 35px;
    position: relative;
}
div#merit div.in_box::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 830px;
    background: url("../../image/contents/solar/sunrise_txt.svg") no-repeat top center / contain;
    width: 57px;
    height: 200px;
    transform: rotate(-90deg);
    transform-origin: top left;
}
div#merit h3 {
    display: block;
    font: 400 30px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#merit div.in_box > h4 {
    display: block;
    font: 400 17px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 1.0;
    margin: 18px 0;
}
div#merit div.in_box > h4 + p {
    display: block;
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.5;
    margin: 20px 0;
}
div#merit div.in_box p + div {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 50%;
    position: relative;
}
div#merit div.in_box p + div::after {
    content: "";
    position: absolute;
    left: calc(50% - 455px);
    top: 0;
    width: 402px;
    height: 553px;
    z-index: -1;
}
div#merit div.in_box p + div.lazyloaded::after {
    background: url("../../image/contents/solar/sunrise.jpg.webp") no-repeat top center;
    background-size: contain;
}
.no-webp div#merit div.in_box p + div.lazyloaded::after {
    background: url("../../image/contents/solar/sunrise.jpg") no-repeat top center;
    background-size: contain;
}
div#merit div.in_box p + div p {
    line-height: 2.2;
    letter-spacing: 0.05rem;
    text-align: justify;
}
div#merit div.in_box p + div p + p {
    margin: 30px 0 0;
}
div#merit div.in_box div:last-child {
    margin: 55px 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 50%;
}
div#merit div.in_box div:last-child * {
    display: block;
    font: 400 18px 'Prata', serif;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}
div#merit div.in_box div:last-child p {
    font: 400 13px 'Prata', serif;
    line-height: 2.0;
    letter-spacing: 0.15rem;
    padding: 13px 0 0;
}
/* ==========================================
	2.04.00 #projects の設定
========================================== */
div#projects {
    padding: 0 35px;
    margin: 90px auto 0;
}
div#projects h3 {
    display: block;
    font: 400 25px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#projects h3 + p {
    display: block;
    margin: 35px 0 40px;
    font: 400 14px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 2.5;
}
div#projects ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 728px;
    margin: 0 auto;
}
div#projects li {
    display: block;
    width: calc(50% - 3px);
    max-width: 364px;
}
div#projects li:nth-child(n + 3) {
    margin: 30px 0 0;
}
div#projects li div {
    display: block;
    width: calc(100% - 10px);
}
div#projects li div h5 {
    display: block;
    font: 400 17px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.7;
    margin: 15px 0 5px;
}
div#projects li div h5 + p {
    display: block;
    font-size: 14px;
    line-height: 1.8;
}
div#projects li div p + p {
    color: #C1C1C1;
}
}
/* ==========================================
3.00.00 SP_media screen 
========================================== */
@media screen and (max-width: 568px) {
/* ==========================================
	3.01.00 #main_photo の設定
========================================== */
div#main_photo {
    padding: 0 0 60px;
    margin: 100px auto 0;
    position: relative;
}
div#main_photo div.in_box {
    padding: 0 15px;
}
div#main_photo h2 {
    display: block;
    font: 400 26px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
}
div#main_photo h2 + p {
    display: block;
    font: 400 13px 'Jost', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    color: #C7C5C4;
    padding: 12px 0 15px;
    margin: 0 0 35px;
    position: relative;
}
div#main_photo h2 + p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
    width: 50px;
}
div#main_photo h2 + p::before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    height: 1px;
    background: #C1C1C1;
    width: 50px;
}
div#main_photo p + p {
    display: block;
    font-size: 14px;
    line-height: 2.3;
}
div#main_photo p + p br:not(:nth-child(2)) {
	display: none;
}
/* ==========================================
	3.02.00 #detail の設定
========================================== */
div#detail {
    background: #1A48A2;
    position: relative;
}
div#detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
}
div#detail div.in_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:130px 15px 50px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
div#detail div.in_box::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    border-top: solid 100px #FFFFFF;
    border-right: solid 100px #FFFFFF;
    border-left: solid 100px transparent;
    border-bottom: solid 100px transparent;
}
div#detail div.in_box > div:first-child {
    display: block;
    width: 85%;
    order: 1;
    text-align: justify;
	padding: 0 15px;
}
div#detail div.in_box > div:first-child p {
    display: block;
    letter-spacing: 0.05rem;
    line-height: 2.0;
	font-size: 13px;
}
div#detail div.in_box > div:first-child p:not(:first-child) {
    margin: 35px 0 0;
}
div#detail div.in_box > div:nth-child(2) {
    display: block;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    text-align: justify;
    margin: 0 0 20px;
	padding: 0 15px;
}
div#detail div.in_box h3 {
    display: none;
}
div#detail div.in_box > div:nth-child(2)::after {
	content: "Solar Power";
	display: flex;
    font: 400 40px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
    position: absolute;
    right: -23px;
    top: 138.5px;
    height: 279px;
	opacity: 0.5;
}
div#detail div.in_box h1 {
    display: block;
    font: 400 16px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.6rem;
    line-height: 2.0;
}
div#detail div.in_box h1 br:nth-child(2) {
    display: none;
}
div#detail div.in_box > div:nth-child(2) p {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    font: 400 16px 'Jost', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    position: absolute;
    top: -36px;
    left: 0;
	padding: 0 15px;
}
div#detail div.in_box > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0 0;
    order: 2;
}
div#detail div.in_box > div:last-child p {
    display: block;
    width: 50%;
}
/* ==========================================
	3.03.00 #merit の設定
========================================== */
div#merit {
    margin: 50px 0 0;
    position: relative;
}
div#merit::after {
    content: "";
    position: absolute;
    right: 322px;
    bottom: 60px;
    width: 250px;
    height: 300px;
    background: rgba(250,250,250,1.0);
    z-index: -2;
}
div#merit div.in_box {
    padding: 0 15px;
    position: relative;
}
div#merit h3 {
    display: block;
    font: 400 29px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#merit div.in_box > h4 {
    display: block;
    font: 400 17px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.3rem;
    line-height: 1.7;
    margin: 18px 0;
}
div#merit div.in_box > h4 + p {
    display: block;
    font: 400 15px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.4rem;
    line-height: 2.3;
    margin: 20px 0;
}
div#merit div.in_box > h4 + p br:first-child {
	display: none;
}
div#merit div.in_box p + div {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
div#merit div.in_box p + div::after {
    content: "";
    position: absolute;
    right: 330px;
    top: 0;
    width: 402px;
    height: 553px;
    z-index: -1;
}
div#merit div.in_box p + div.lazyloaded::after {
    background: url(../../image/contents/solar/sunrise.jpg.webp) no-repeat top center;
    background-size: contain;
}
.no-webp div#merit div.in_box p + div.lazyloaded::after {
    background: url(../../image/contents/solar/sunrise.jpg) no-repeat top center;
    background-size: contain;
}
div#merit div.in_box p + div p {
    line-height: 2.2;
    letter-spacing: 0.05rem;
    text-align: justify;
    max-width: 290px;
}
div#merit div.in_box p + div p + p {
    margin: 30px 0 0;
}
div#merit div.in_box div:last-child {
    margin: 30px 0 0;
    width: 100%;
    box-sizing: border-box;
}
div#merit div.in_box div:last-child * {
    font: 400 18px 'Prata', serif;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}
div#merit div.in_box div:last-child p {
    font: 400 13px 'Prata', serif;
    line-height: 2.0;
    letter-spacing: 0.15rem;
    padding: 13px 0 0;
    max-width: 260px;
}
/* ==========================================
	3.04.00 #projects の設定
========================================== */
div#projects {
    padding: 0 15px;
    margin: 90px auto 0;
}
div#projects h3 {
    display: block;
    font: 400 25px 'Prata', serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
}
div#projects h3 + p {
    display: block;
    margin: 35px 0 40px;
    font: 400 14px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 2.3;
}
div#projects h3 + p br:nth-child(2) {
	display: none;
}
div#projects ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 728px;
    margin: 0 auto;
}
div#projects li {
    display: block;
    width: calc(50% - 3px);
    max-width: 364px;
}
div#projects li:nth-child(n + 3) {
    margin: 30px 0 0;
}
div#projects li div {
    display: block;
    width: calc(100% - 10px);
	text-align: justify;
    margin: 0 auto;
}
div#projects li div h5 {
    display: block;
    font: 400 16px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.7;
    margin: 15px 0 5px;
}
div#projects li div h5 + p {
    display: block;
    font-size: 13px;
    line-height: 1.8;
}
div#projects li div p + p {
    color: #C1C1C1;
	text-align: end;
	padding: 5px 0 0 0;
}
}