@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:100%;	
	}
	
.h2_title {
	position: relative;
	text-align: center;
	font-family:'Noto Sans Japanese',"メイリオ","Meiryo", serif;font-weight:600;
	margin:50px auto 25px;
	font-size:22px;
	letter-spacing:.06em;
	color:#990000;
}
.h2_title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 4em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    text-align: center;
    line-height: 1.25;
}
.h2_title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

/*.h2_title{
	width:1000px;
	text-align:center;
	letter-spacing:.06em;
	font-family:'Noto Sans Japanese',"メイリオ","Meiryo", serif;font-weight:400;
	border:1px solid #ccc;
	margin:50px auto 25px;
	font-size:20px;
	letter-spacing:.06em;
	}
*/
.category{
    width: 800px;
    text-align: center;
    letter-spacing: .06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
    margin: 0 auto;
    background: #fff8ec;
	border-radius: 15px;
	padding:30px 0;
	box-sizing:border-box;
	}

.table-ul {
  display: table;
  table-layout: fixed;
  width: 340px;
  margin:0 auto;
}
.table-ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}	
	
.category input {
	display: none;
}
.category label{
    display: block;
    /* float: left; */
    cursor: pointer;
    width: 130px;
    margin: 0;
    padding: 10px;
    background: #bdc3c7;
    color: #869198;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    /* border-radius: 4px; */
    line-height: 130px;
    letter-spacing: .06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
    margin: 0 auto;
}
.category label:first-of-type{
	border-radius: 50%;
}
.category label:last-of-type{
	border-radius: 50%;
}
.category input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.category input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}



.radio input{
	display: none;
}
.radio label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	text-align: center;
	line-height: 1;
}
.radio label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
.radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #879c18;
}

.txt_area input[type="text"],
.txt_area input[type="tel"],
.txt_area input[type="email"]
 {
	border: 0;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5);
	border-radius: 10px;
	font-size:16px;
	line-height:1.7;
	padding: 10px 15px;
	letter-spacing:.06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	box-sizing: border-box;
	
}
.txt_area input[type="text"] { width: 90%;}
.txt_area input[type="tel"],
.txt_area input[type="email"] {
	width: 90%;
}
.txt_area input[type="text"]:focus,
.txt_area input[type="tel"]:focus,
.txt_area input[type="email"]:focus,
 {
  box-shadow: 0 0 3px 0 rgba(255,153,0,1);
  outline: 0;
  padding: 5px
}

.txtarea_format {
border-radius: 10px; 
width: 90%;
border: 1px solid #ccc;
font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
padding: 10px ;
font-size: 16px;
box-sizing: border-box;
}

.pt20{
  padding-top: 20px;
}
.inverse{
  background: #000;
  padding: 20px 0;
  color: #fff;
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    left: 77px;
    top: 15px;
    content: "▼";
    line-height: 20px;
    color: #fff!important;
    pointer-events: none;
    font-size: 10px;
}
select{
	outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none rgba(20, 40, 95, 0.89);
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 4px 32px;
    border: 1px solid #ddd;
    color: #828c9a;
    /* width: 100%; */
    border-radius: 8px;
	}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

:focus::-webkit-input-placeholder { color: white; } 
:focus:-moz-placeholder { color: white; }  
:focus::-moz-placeholder { color: white; } 
:focus:placeholder-shown { color: white; }

.name{
	width:50%;	
	}
.tel{
	width:33%;	
	}
.sanka_name{
	width:45%;	
	}
.mail{
	width:80%;	
	}
.add{
	width:90%;	
	}
.mark{
    width: 40px;
    height: 28px;
    background: #990000;
    position: relative;
	border-radius: 8px;
	margin:15px auto;
	}
.mark:before{
    content: "必須";
    font-size: 12px;
    color: #fff;
    letter-spacing: .06em;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: auto;
    line-height: 1;
	}

.table_mark{
	position:relative;	
	}
.table_mark:before{
    width: 40px;
    height: 28px;
    background: #990000;
    position: absolute;
	border-radius: 8px;
	margin:0 auto;
	content:"";
	right:5px;
	top:-4px;
	}
.table_mark:after{
    content: "必須";
    font-size: 12px;
    color: #fff;
    letter-spacing: .06em;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: -200px;
    left: 0;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: auto;
    line-height: 1;
    z-index: 1;
	}
	.table_mark2{
	position:relative;	
	list-style: 1.5;
	}
	.table_mark2 span {
	font-size: 14px;
	color: #ABABAB;
	display:block;
	margin-top: 5px;
	}
.table_mark2:before{
    width: 40px;
    height: 28px;
    background: #990000;
    position: absolute;
	border-radius: 8px;
	margin:0 auto;
	content:"";
	right:5px;
	top:0;
	}
	.table_mark2:after{
    content: "必須";
    font-size: 12px;
    color: #fff;
    letter-spacing: .06em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -200px;
    left: 0;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: auto;
    line-height: 1;
    z-index: 1;
	}
.table_nini{
	position:relative;	
	}
.table_nini:before{
    width: 40px;
    height: 28px;
    background: #ccc;
    position: absolute;
	border-radius: 8px;
	margin:0 auto;
	content:"";
	right:5px;
	top:-4px;
	}
.table_nini:after{
    content: "任意";
    font-size: 12px;
    color: #999;
    letter-spacing: .06em;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: -200px;
    left: 0;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: auto;
    line-height: 1;
    z-index: 1;
	}
	
	.table_nini2 {
	position:relative;	
	}
	.table_nini2 span {
	font-size: 14px;
	color: #ABABAB;
	display:block;
	margin-top: 0;
	}
.table_nini2:before{
    width: 40px;
    height: 28px;
    background: #ccc;
    position: absolute;
	border-radius: 8px;
	margin:0 auto;
	content:"";
	right:5px;
	top:0;
	}
.table_nini2:after{
    content: "任意";
    font-size: 12px;
    color: #999;
    letter-spacing: .06em;
    position: absolute;
    top: -10px;
    bottom: 0;
    right: -200px;
    left: 0;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: auto;
    line-height: 1;
    z-index: 1;
	}
	

#Seminar_form table {
	width:880px;
	margin:30px auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #ccc

}
 
#Seminar_form th {
    background: #fff;
    vertical-align: middle;
    padding: 25px 0 25px 10px;
    font-weight: normal;
    width: 250px;
    color: #000;
    border-bottom: 1px dotted #ccc;
	font-size:16px;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	letter-spacing:.03em;
	text-align: left;
}
#Seminar_form td {
    border-bottom: 1px dotted #ccc;
	vertical-align:middle;
	padding:20px 0 20px 20px;
	background:#EEE;
	color:#000;
	font-size:16px;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}


.h3_title{
	font-size:18px;
	letter-spacing:.06em;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	width:100%;
	text-align:center;
	color:#990000;
	}

input[type=checkbox] {
  opacity: 0;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size:12px;
  letter-spacing:.06em;
}
.checkbox:hover {
  background-color: #e2edd7;
}
.checkbox:hover:after {
  border-color: #53b300;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

#kojin_doui{
	width:800px;
	height:200px;
	overflow-y: scroll;
	font-size:12px;
	letter-spacing:.06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	line-height:1.35;
	}

#submit_area{
	width:100%;
	text-align:center;	
	}
.submit_button{
    width: 800px;
    height: 60px;
    background-color: #e83422;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: .06em;
    margin: 0 auto;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	cursor:pointer;
	}
.submit_button:hover{
	background-color:#b32c1e !important;
	color:#fff;
}


.seal {
    margin: 20px auto;
    font-size: 10px;
    border: none !important;
    width: auto;
    text-align: center;
    display: block;
}
.seal a {
    display: block;
    width: 60px;
    margin: 5px auto;
}
.seal a img {
    max-width: 100%;
}

#submit_area_send{
	width:800px;
	margin:0 auto;
	}
.soushin_button{
    width: 44%;
    height: 60px;
    background-color: #e83422;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: .06em;
    margin: 0 auto;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	cursor:pointer;
	float:right;
	margin:0 2% 0 0;
	}
.soushin_button:hover{
	background-color:#b32c1e !important;
	color:#fff;
}

.return_button{
    width: 44%;
    height: 60px;
    background-color: #a1b91d;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: .06em;
    margin: 0 auto;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	cursor:pointer;
	float:left;
	margin:0 0 0 2%;
	}
.return_button:hover{
	background-color:#d2e46d !important;
	color:#fff;
}

.thanks_h2{
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	color:#990000;
	letter-spacing:.06em;
	font-size:20px;
	width:100%;
	text-align:center;
	margin:100px 0 40px 0;
	}
.thanks_p{
	font-size:16px;
	letter-spacing:.06em;
	line-height:2;
	width:100%;
	text-align:center;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	}
	

.offical_button_area{
	width:100%;
	text-align:center;
	margin:50px 0;	
	}
	
.offical_button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:12px;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
}
.offical_button::before,
.offical_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.offical_button,
.offical_button::before,
.offical_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.offical_button {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.offical_button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.offical_button::before,
.offical_button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.offical_button::before {
	top: 0;
}
.offical_button::after {
	bottom: 0;
}
.offical_button:hover::before,
.offical_button:hover::after {
	height: 0;
	background-color: #59b1eb;
}	





#dateselect-wrap {
    position: relative;
}
#dateselect-wrap:before {
    z-index: 1;
    position: absolute;
    left: 259px;
    top: 15px;
    content: "▼";
    line-height: 20px;
    color: #fff!important;
    pointer-events: none;
    font-size: 10px;
}
#dateselect-wrap select{
	outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none rgba(20, 40, 95, 0.89);
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 4px 32px;
    border: 1px solid #ddd;
    color: #fff;
    /* width: 100%; */
    border-radius: 8px;
	}
#dateselect-wrap select option{
  background-color: #fff;
  color: #333;
}
#dateselect-wrap select::-ms-expand {
  display: none;
}
#dateselect-wrap select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
#dateselect-wrap .select-primary:before{
  color:#fff;
}
#dateselect-wrap .select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
#dateselect-wrap .select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

#dateselect-wrap .select-inverse:before{
  color:#fff;
}
#dateselect-wrap .select-inverse > select{
  color:#fff;
  border-color: #fff;
}

#dateselect-wrap .select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

dl.accordion {
	max-width:880px; 
	margin:0 auto 30px;
	padding:10px;
	font-size:16px;
	}
dl.accordion dt {
   height:60px;
   line-height:60px;
   color:#FFF;
   font-weight:bold;
   cursor:pointer;background: #f05689;
   border-radius: 5px;
   text-align: center;
   }
dl.accordion dt.open {
    background-color: #7F7F7F;}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}

/* checkbox01 */
.checkbox01-input{
/*  display: none;*/
  position:absolute;
}
.checkbox01-parts{
  padding-left: 30px;
  position:relative;
  display: inline-block;
  font-size: 17px;
}
.mb15 { margin-bottom: 15px;}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

#firstBox td p {
line-height: 1.5;
}

@media(max-width:820px){
#wrapper{
	width:	94%;
	margin:0 auto;	
	}

.category {
    width: 100%;
    text-align: center;
    letter-spacing: .06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
    margin: 0 auto;
    background: #fff8ec;
    border-radius: 15px;
    padding: 30px 0;
    box-sizing: border-box;
}	
#Seminar_form table {
	width: 100%;
	margin:30px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
 
#Seminar_form th {
    background: #fff;
    vertical-align: middle;
    padding: 25px 0 25px 10px;
    font-weight: normal;
   width: calc(100% - 10px);
    color: #000;
    border-bottom: 1px dotted #ccc;
    font-size:16px;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    letter-spacing:.03em;
    text-align: left;
    display: inline-block;
}
#Seminar_form td {
    border-bottom: 1px dotted #ccc;
	vertical-align:middle;
	padding:20px 0 20px 20px;
	background:#EEE;
	color:#000;
	width: calc(100% - 20px);
	display:inline-block;
	font-size:16px;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;

}
.table_mark:after {
content: "必須";
    font-size: 12px;
    color: #fff;
    letter-spacing: .06em;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 5px;
    left: inherit;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: inherit;
    line-height: 1;
    z-index: 1;
	}
.table_mark2:after{
content: "必須";
    font-size: 12px;
    color: #fff;
    letter-spacing: .06em;
    position: absolute;
    top:8px;
    bottom: 0;
    right: 5px;
    left: inherit;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: inherit;
    line-height: 1;
    z-index: 1;
	}
.table_nini:after{
    content: "任意";
    font-size: 12px;
    color: #999;
    letter-spacing: .06em;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 5px;
    left: inherit;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: inherit;
    line-height: 1;
    z-index: 1;
	}
	.table_nini2:after{
    content: "任意";
    font-size: 12px;
    color: #999;
    letter-spacing: .06em;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 5px;
    left: inherit;
    height: 20px;
    width: 40px;
    text-align: center;
    margin: inherit;
    line-height: 1;
    z-index: 1;
	}

.name,.tel,.sanka_name,.mail,.add{
	width: calc(100% - 40px);	
	}

#kojin_doui{
	width:100%;
	height:200px;
	overflow-y: scroll;
	font-size:12px;
	letter-spacing:.06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	line-height:1.35;
	}

#submit_area{
	width:100%;
	text-align:center;	
	}
.submit_button{
    width: 100%;
    height: 60px;
    background-color: #e83422;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: .06em;
    margin: 0 auto;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
	}
.submit_button:hover{
	background-color:#b32c1e !important;
	color:#fff;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size:12px;
  letter-spacing:.06em;
}

#submit_area_send {
    width: 100%;
    margin: 0 auto;
}

}	
@media(max-width:450px){
.h2_title {
    position: relative;
    text-align: center;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 600;
    margin: 50px auto 25px;
    font-size: 16px;
    letter-spacing: .06em;
    color: #990000;
}
.h2_title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 3em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    text-align: center;
    line-height: 1.25;
}
.table-ul {
  display: table;
  table-layout: fixed;
  width: 284px;
  margin:0 auto;
}
.table-ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}	
	
.category input {
	display: none;
}
.category label{
    display: block;
    /* float: left; */
    cursor: pointer;
    width: 110px;
    margin: 0;
    padding: 10px;
    background: #bdc3c7;
    color: #869198;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    /* border-radius: 4px; */
    line-height: 110px;
    letter-spacing: .06em;
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    font-weight: 400;
    margin: 0 auto;
}
}