@charset "UTF-8";
/* 
	Theme Name: ダイヤモンドグループ実績202502
	Description: ダイヤモンドグループ実績202502
	Author: Diamondmusic
	Version: 2025
 */ 

/*--------------------------------------------------------------
 全体 
--------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}

body{
	font-size: 16px;
	line-height: 170%;
	font-family: "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #eeeeee;
	background-attachment: fixed ;
}

.single{background: #eeeeee;}

.mainimg {
	margin: 0px auto 50px auto;
	width: 1200px;
}

.mainimg img {
	width: 100%;
}

a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.5;
}

a:visited {
	color:#000000;
}

img {
	border: none;
	vertical-align: bottom;
}

ul{
	list-style:none;
}

.sp-none{display: block !important;}
.pc-none{display: none !important;}
/*--------------------------------------------------------------
 ヘッダー 
--------------------------------------------------------------*/
header {
	width: 100%;
	padding: 25px 0px 0px 0;
	text-align: center;
	background: #fff;
/*	box-shadow:0px 3px 12px -4px #373737;
	-moz-box-shadow:0px 3px 12px -4px #373737;
	-webkit-box-shadow:0px 3px 12px -4px #373737; */
	z-index: 3;
	position: relative;
}

.header_in {
    display: inline-block;
    width:100%;
}

.header_in .drawer-toggle {display: none;}

h1{
	width:250px;
	margin:0 auto 20px auto;
}
h1 img{width:100%;height:auto}

nav {
/* 	float: right; */
	font-family: 'Roboto', sans-serif;
	padding: 10px 0 5px;
	font-weight:bold;
}

nav li {float: left;}

nav a {
	font-size: 14px;
	font-weight: 800;
	padding: 0 10px;
}

.drawer-nav {
	background: #a41f24;
	width: 100%;
	text-align: center;
}

.drawer-menu {
	margin: auto;
	display: inline-block;
}

.drawer-menu a:link,.drawer-menu a:visited {
	color: #fff;
}

/*--------------------------------------------------------------
 メインバナー 
--------------------------------------------------------------*/
.mainV{background: #000; width: 100%;}
.mainV img{width: 100%;}

.slick-slide{position: relative;}
.slick-slide a:after{
	content: "";
	display: block;
	width:100%; height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top:0; left:0;
	transition: .5s;
}
.slick-slide.slick-center a:after{display: none; transition: .5s;}

.slick-box{opacity: 0; transition: opacity .3s linear;}
.slick-box.slick-initialized{opacity:1; /*slick-initializedが付与されたら表示*/}

.slick-slider {
	padding: 60px 0 0 0;
}

/*--------------------------------------------------------------
 コンテンツ部分 
--------------------------------------------------------------*/
section{margin-bottom: 100px;}
/* section:last-of-type{margin-bottom: 0;} */

.main_block {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px 50px;
	box-sizing: border-box;
}


.main_block_2 {
	margin: 0 auto;
	padding: 70px 20px 50px;
}

.banner:not(:last-child) {
	padding-bottom: 70px;
}

.area_back {

}


h2 {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0 0 50px 0;
}

h3{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	margin-bottom: 40px;
}

h4{
	text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin: 20px 0;
    background: #ccc;
}

.title09 {
	border-radius:40px;
	padding: 20px 30px;
	background: #a41f24;
	display: inline-block;
	color: #fff;
	margin: 60px auto 0px auto;
}

.title10 {
	border-radius:40px;
	padding: 20px 30px;
	background: #1f81a4;
	display: inline-block;
	color: #fff;
	margin: 60px auto 0px auto;
}

.title11 {
	border-radius:40px;
	padding: 20px 30px;
	background: #8c1fa4;
	display: inline-block;
	color: #fff;
	margin: 60px auto 0px auto;
}

.title12 {
	border-radius:40px;
	padding: 20px 30px;
	background: #6da41f;
	display: inline-block;
	color: #fff;
	margin: 60px auto 0px auto;
}

.title13 {
	border-radius:40px;
	padding: 20px 30px;
	background: #a4431f;
	display: inline-block;
	color: #fff;
	margin: 60px auto 0px auto;
}


.t_center {
	text-align: center;
}

.about p {
	text-align: center;
	padding: 40px 0 50px 0;
}

.event p{
	font-size: 90%;
    text-align: left;
    width: 696px;
    margin: auto;
	padding:16px 0;
}

.midashi{
	font-weight:bold;
	color:#FF9900;
}
.pc_none {
	display: none;
}

.info {
	width: 720px;
	margin: 0 auto 60px auto;
}

.info li {
	border-bottom: 1px solid #d7d7d7;
	padding: 15px 0;
	height: 30px;
	line-height: 160%;
	overflow: hidden;
	font-size: 13px;
}

.info span {
	font-weight: bold;
	padding-right: 30px;
    color:#FF9900;
}

.bt1 {
	text-align: center;
}

.bt1 a {
	width: 270px;
	padding: 7px 0;
	border: 1px solid #cccccc;
	display: block;
	margin: 0 auto;
}

.thum {
	display: flex;
	flex-wrap:wrap;
}

.info-box {
	width: 32%;
	background: #fff;
	border-radius: 40px;
	margin-right: 1%;
	margin-bottom: 20px;
}

.info-box img {
	width: 100%;
	height: 240px;
	border-radius: 20px 20px 0 0;
}

.post-caption {
	padding: 20px 33px;
}

.post-caption dd {
	padding: 12px 0 0px;
}
.twitter_item{
	width: 100%;
	max-width: 360px;
	margin:auto;
}
.day {
	font-size: 10px;
}

.timeline-Body{
	border-left: 1px solid rgba(15,70,100,.12);
}

.timeline-Widget{border: 1px solid #eee;}

.list1 {
	padding-top: 60px;
	list-style-type: disc;
	margin-left: 20px;
}

.item01 figure{
	width: 100%;
	max-width:400px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.item01 figure figcaption{font-size: 18px; font-weight: bold;}
.item01 figcaption span:first-of-type{margin-top: 10px;}
.label_midashi, .management_midashi{
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

.label_midashi{color: #167ae4; border: 1px solid #167ae4; margin-bottom: 5px;}
.management_midashi{color: #179027; border: 1px solid #179027;}

.item01 figure img{
	width: 100%;
	margin-bottom: 10px;
    height: auto;
}

.itemBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.itemBox .item01{width: 40%; margin: 0; padding: 15px 5%;}

.itemBox.left{justify-content: left;}
.itemBox.left .item01{width: 25%; padding: 1.5%; margin: 2.6%; border-bottom: 1px dotted;}
.disco p{font-size: 14px;}
.disco .artist{
	color: #57d249;
    line-height: 1rem;
}
.disco .category{font-size: 12px;}
.disco .title{
	font-weight: bold;
	text-align: center;
}
.disco .date{font-size: 14px;}

.pankuzu {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px 50px;
	box-sizing: border-box;
}

.pankuzu2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 50px;
	box-sizing: border-box;
}

.homeicon {
	width: 20px;
}

.company table {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	border-collapse : collapse
}

.company table th {
	width: 130px;
}

.company table th,.company table td {
	border-bottom: 1px dotted #aaaaaa;
	padding: 20px 20px;
}

.company table th {
	text-align: left;
}

.company table .list1{margin-left: 0;}

.category {
	margin: 10px auto 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.category li {
	margin-right: 15px;
}

.category li:last-child {
	margin-right: 0px;
}

.category li a {
	border-radius: 40px;
	padding: 20px 30px;
	display: inline-block;
}

.category li a:link,.category li a:visited {
	color: #fff;
}

.category li a:hover,.category li a:active {
	color: #ccc;
}

.cat-item-1 a {
	background: #231815;
}

.cat-item-2 a {
	background:#a41f24 ;
}

.cat-item-3 a {
	background:#1f81a4 ;
}

.cat-item-4 a {
	background:#1f4ba4 ;
}

.cat-item-5 a {
	background:#8c1fa4;
}

.cat-item-6 a {
	background:#a4431f;
}

.cat-item-7 a {
	background:#6da41f;
}

.cate-icon,#metaslider-id-418 .metaslider .slides .cate-icon {
	font-size: 10px;
	color: #fff !important;
	margin: 0px;
	padding: 0px;
	display: flex;
}

.cate-icon div {
	padding: 0px 7px;
	margin-right: 5px;
	font-weight: bold;
}

.cate-icon li,#metaslider-id-418 .metaslider .slides .cate-icon li {
	display: inline-block;
	padding: 0px 7px;
	margin-right: 5px;
	font-weight: bold;
}


.cate-icon .all,#metaslider-id-418 .metaslider .slides .cate-icon .all {
	background: #231815 !important;
}

.cate-icon .fanclub,#metaslider-id-418 .metaslider .slides .cate-icon .fanclub {
	background: #1f81a4 !important;
}

.cate-icon .entertainment,#metaslider-id-418 .metaslider .slides .cate-icon .entertainment {
	background: #a41f24 !important;
}

.cate-icon .license,#metaslider-id-418 .metaslider .slides .cate-icon .license {
	background: #a41f24 !important;
}

.cate-icon .website,#metaslider-id-418 .metaslider .slides .cate-icon .website {
	background: #1f4ba4 !important;
}

.map {
	text-align: center;
	padding-top: 40px;
}

.map  iframe {
	width: 680px;
	height: 450px;
}

.contact p {
	margin-bottom: 20px;
}

.post {
	width: 1080px;
	margin: 0 auto 30px auto;
	padding: 80px 60px;
	background: #fff;
	border-radius: 30px;
}

.post_title {
	text-align: left;
	margin: 20px 0 0px 0;
	padding-bottom: 0.7em;
/*	border-bottom: 3px double #ccc; */
	font-size: 26px;
}

.story {
	padding: 15px 0 60px 0;
}

.story img {
	margin: 25px 0 25px 0;
}

.twitter_item .itemName span{
	display: inline-block;
	width: 25px; height: 23px;
	margin-right: 5px;
}
span img{width: 100%; height: auto; vertical-align: top;}


.single_paging {
	padding: 0 0 30px 0;
	font-size: 13px;
	line-height: 140%;
}

.single_paging a:link,.single_paging a:visited {
	color: #ffffff;
}

.prev {
	width: 40%;
	float: left;
	background: #aaaaaa;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}

.prev a {
	padding: 10px 10px 10px 20px;
	display: block;
}

.next {
	width: 40%;
	float: right;
	background: #aaaaaa;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}

.next a {
	padding: 10px 20px 10px 10px;
	display: block;
}


.next::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
	transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
}

.prev::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -4px;
}

.metadata_top {
	font-size: 14px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}

form{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

label{font-size: 14px;}

input, textarea{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

input[type="submit"]{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
    background: #01a7e8;
    padding: 10px;
    border: none;
    letter-spacing: .4em;
    transition: .2s;
}
input[type="submit"]:hover{
    background: #0082b5;
    transition: .2s;
}


.single-inner .news-list2 li {
    display: flex;
    text-align: left;
    border-bottom: 2px dotted #aaaaaa;
}

.single-inner .news-list2 li img {
    width: 130px;
    height: auto;
    padding: 35px 40px 35px 0;
}

.single-inner .news-list2 li h3 {
    text-align: left;
    margin-bottom: 10px;
}

.eventtext {
    padding: 35px 0px 35px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .singlein {
    padding-top:115px;
}

.singlein dt {
    text-align: center;
}

.singlein dd {
    padding-bottom: 60px;
}

.singlein dd img {
    width: 80%;
    height: auto;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
	list-style-type: none;
	padding-left: 0;
	padding: 0px 0 100px 0;
}
 
.pagination,.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
 
.pagination a {
	font-weight: 300;
	padding-top: 1px;
	text-decoration:none;
	border: 1px solid #ddd;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #333;
}
 
.pagination li:not([class*="current"]) a:hover {
	background-color: #eee;
}
 
.pagination li:first-of-type a {
	border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.tsugi span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.tsugi a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.tsugi a::after { content: "\f105"; }
 
.pagination li.current a {
	background-color: #ddd;
	cursor: default;
	pointer-events: none;
}
 
.pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.tsugi{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/* **************************** */
.pb20 {
	padding-bottom: 20px !important;
}

/*--------------------------------------------------------------
 フッター 
--------------------------------------------------------------*/
footer {
	background: #fff;
	text-align: left;
	padding: 50px 50px 50px;
	display: block;
	font-size: 12px;
}

footer ul {
	display: flex;
}

footer li {
	margin-right: 30px;
}


/*--------------------------------------------------------------
 固定ページテーブル 
--------------------------------------------------------------*/

.page_event_Area{
	width:768px;
	margin:auto;
	display:block;
}


.page_photo{
	width:828px;
}

.page_photo img{
	width:100%;
}


/*** Overview ***/


#overview{
	padding-top:50px;
}

#overview h2 {
	background: url("img/pink.png") no-repeat bottom center #000;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

#overview h3 {
	text-align: center;
	font-size: 30px;
	line-height: 130%;
	margin: 0px auto 24px auto;
}

#overview table {
	width: 828px;
	margin: 0 auto;
	font-size: 14px;
    border-collapse: collapse;
}

#overview tr {
	border-top: 1px solid #d4d4d4;
}

#overview th {
	color: #ff0072;
	width:23%;
	padding: 30px 30px;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}

#overview td {
	padding: 30px 30px;
	vertical-align: middle;
}

.pagenavi {
	text-align: center;
	margin: 20px auto 40px;
}


.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #1b9af7
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #1b9af7;
}


a.btn--blue.btn--cubic {
/*	border-bottom: 5px solid #9f000c; */
  }
  
  a.btn--blue.btn--cubic:hover {
	margin-top: 3px;
/*	border-bottom: 2px solid #9f000c; */
  }
  
  a.btn--radius {
	border-radius: 100vh;
  }
  
  .fa-position-right {
	position: absolute;
	top: calc(50% - .5em);
	right: 1rem;
  }

.jobbt a:link,.jobbt a:visited {
	color: #fff;
}

.jobbt a:hover,.jobbt a:active {
	color: #ccc;
}

.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  line-height: 60px;
  width: 300px;
  height: 60px;
  background: #1b9af7;
  margin: auto;
/*  border:1px solid #000; */
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px;
  text-decoration: none;
}

.btn:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 20px;
}

.btn:hover:after {
  transform: rotate3d(1,0,0,360deg);
  transition: 2s;
}

#metaslider_418.flexslider .slides li {
	border-radius: 50px;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap {
	border-top: none !important;
	border-left: 1px solid #eeeeee !important;
	border-right: 1px solid #eeeeee !important;
	border-bottom: 1px solid #eeeeee !important;
	border-radius: 0 0 50px 50px;
}

.slidearea {
	background: #fff;
	padding: 30px 0 5px 0;
}

.slidetitle {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 150%;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
	padding: 20px 40px !important;
}

.pankuzu li:first-child:before,.pankuzu2 li:first-child:before{
	content: "";
	background: url(img/home.png) no-repeat;
	background-size: 20px 20px;
	display:inline-block;
	width: 20px;
	height: 20px;
	margin-right:10px;
	position:relative;
	top:3px;
	left:0;
}



/* 0421テスト追加_野原 */
/* ページ全体のコンテナ */
.page-container {
    max-width: 90%; /* コンテンツの最大幅 */
    margin: 40px auto; /* 上下のマージンと左右中央揃え */
    padding: 0 20px; /* 左右に少しパディング */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05);  任意: 軽い影 */
}

/* 各サービスブロックの共通スタイル */
.service-block {
    padding: 40px 30px; /* ブロック内の上下左右の余白 */
    border-bottom: 1px solid #eee; /* ブロック間の区切り線 */
}
.service-block:last-child {
    border-bottom: none; /* 最後のブロックの区切り線は消す */
}

/* Flexboxを使ってテキストと画像を横並びにする */
.service-content {
    display: flex;
    align-items: center; /* 要素を垂直方向中央に揃える */
    gap: 30px; /* テキスト、画像、矢印の間のスペース */
}

/* テキストコンテンツ部分 */
.text-content {
    flex: 2; /* 画像よりも多くのスペースを割り当てる (比率は調整可) */
    min-width: 0; /* flexアイテムが縮小できるように */
}

.text-content h2 {
    font-size: 1.8em; /* 見出し(大)のサイズ */
    color: #333d; /* 画像に合わせた赤色系の見出し色 */
    margin: 0 0 5px 0;
    font-weight: bold;
    text-transform: uppercase; /* 大文字に */
    text-align: left;
}

.text-content h3 {
    font-size: 1em; /* 見出し(小)のサイズ */
    color: #555;
    margin: 0 0 15px 0;
    font-weight: normal;
    text-align: left;
}

.text-content p {
    font-size: 0.9em;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* 画像コンテンツ部分 */
.image-content {
    flex: 1; /* テキストより少ないスペースを割り当てる */
    text-align: center; /* 画像を中央揃え */
    min-width: 0; /* flexアイテムが縮小できるように */
}

.image-content img {
    max-width: 100%; /* 親要素の幅を超えないように */
    height: auto; /* アスペクト比を維持 */
    display: block; /* 余分なスペースを防ぐ */
    margin: 0 auto; /* 中央揃え */
}

/* 矢印リンク */
.arrow-link {
    font-size: 2em;
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: auto; /* 右端に寄せる (flexのgapがあるので微調整) */
    padding-left: 15px; /* 画像との間にスペース */
}

.arrow-link:hover {
    color: #c00; /* ホバー時の色 */
}

/* 特定の背景色 */
.service-block.bg-yellow {
    background-color: #fff3cd; /* 画像の黄色に合わせた色 */
    border-color: #ffeeba; /* 区切り線の色も合わせる */
}
.service-block.bg-yellow .text-content h2 {
     color: #856404; /* 黄色背景に合わせた見出し色 */
}
.service-block.bg-yellow .text-content h3,
.service-block.bg-yellow .text-content p {
     color: #555; /* 黄色背景でも読みやすい色 */
}
.service-block.bg-yellow .arrow-link {
     color: #856404;
}
.service-block.bg-yellow .arrow-link:hover {
     color: #5a4300;
}


/* レスポンシブ対応 (画面幅が狭い場合) */
@media (max-width: 768px) {
    .service-content {
        flex-direction: column; /* 縦積みに変更 */
        align-items: flex-start; /* 左揃えに */
        gap: 20px;
    }

    .text-content,
    .image-content {
        flex: none; /* flex比率をリセット */
        width: 100%; /* 幅を100%に */
    }

    .image-content {
        order: -1; /* 画像をテキストの上に表示 */
        margin-bottom: 15px;
    }

    .arrow-link {
        margin-left: 0; /* 右寄せ解除 */
        align-self: flex-end; /* 矢印自体を右端に */
        padding-left: 0;
        margin-top: 10px;
    }

     .service-block {
        padding: 30px 20px;
    }
}