@charset "utf-8";

/******************** front-page ********************/

#main_visual>div.box_w{
	display: inline-block;
	position: relative;
	/*height: 500px;*/
	overflow: hidden;
}
#main_visual>div.box_w>img{
	display: inline-block;
	box-sizing: border-box;
	/*position: absolute;*/
	top: 0px;
	right: 0;
	/*width: auto;*/
	width: 100%;
	/*height: 500px;*/
}

@media screen and (min-width:1621px) { 
	#main_visual>div.box_w>img{
		width: 100%;
		height: auto;
	}
}

#main_visual>div.box_h{
	display: none;
}
#main_visual>div>p{
	width: 1200px;
	height: auto;
	top: 115px;
	left: 50%;
	left : -webkit-calc(50% - 600px);
	left : calc(50% - 600px);
}
#main_visual>div>p>img{
}
main section h4.ttl_menu{
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 60px;
	width: 1200px;
	text-align: left;
}

main section h2.ttl_menu{
	display: block;
	margin: 0 auto;
	/*margin-top: 0px;*/
	margin-top: 5%;
	margin-bottom: 0px;
	font-size: 60px;
	width: 1200px;
	text-align: left;
}

/*2025/7/10 - スライダー直下テキスト*/
main section h2.ttl_menu_callout{
	display: block;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 3%;
	font-size: 3.0em;
	width: 1200px;
	text-align: center;
	line-height: 1.5;
    font-weight: bold;
}

main section div.box_content{
	display: block;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	width: 1200px;
	font-size: 0;
}

.lst_performance>dl{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	padding: 20px;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
}

.lst_performance>dl:nth-of-type(1){
	width: 400px;
}
.lst_performance>dl:nth-of-type(2){
	width: 400px;
}
.lst_performance>dl:nth-of-type(3){
	width: 800px;
	border-bottom: 3px solid #000;
}
.lst_performance>dl:nth-of-type(4){
	width: 400px;
	height: 694.5px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}

.lst_performance>dl>dt>h2{
	font-size: 40px;
}

.lst_performance>dl>dt>h3{
	font-size: 40px;
}

.lst_performance>dl>dd.box_wreath{
	height: 240px;
}
.lst_performance>dl>dd.box_wreath>p{
	margin-top: 70px;
	font-size: 80px;
	margin-bottom: 130px;
}

.lst_performance>dl>dd.box_wreath2{
	height: 240px;
}
.lst_performance>dl>dd.box_wreath2>p{
	margin-top: 43.5px;
	font-size: 30px;
}

.lst_performance>dl>dd.box_wreath3>p{
	margin-top: 70px;
	font-size: 80px;
	margin-bottom: 130px;
}


.lst_performance>dl.pass>dt>p{
	margin-top: 15px;
	margin-left: 20px;
	padding: 10px;
	font-size: 18px;
	vertical-align: top;
}
.lst_performance>dl.pass>dt>p::before{
	width: 50px;
	height: 50px;
	top: 50%;
	left: -60px;
	margin-top: -25px;
}
.lst_performance>dl.pass>dt>p::after{
	left: -11px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #fff;
}
.lst_performance>dl.pass>dt>h2{
	display: inline-block;
	width: auto;
	margin-left: 20px;
	font-size: 50px;
}
.lst_performance>dl.pass>dt>h3{
	display: inline-block;
	width: auto;
	margin-left: 20px;
	font-size: 50px;
}

.lst_performance>dl.pass>dd{
	padding: 10px;
}
.lst_performance>dl.pass>dd>ul{
	text-align: left;
	height: 250.5px;
}
.lst_performance>dl.pass>dd>ul>li{
	display: inline-block;
	box-sizing: border-box;
	width: 102%;
	padding: 5px;
	font-weight: 800;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(1){
	font-size: 22.5px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(2){
	font-size: 45px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(3){
	font-size: 40px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(4){
	font-size: 35px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(5){
	font-size: 30px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(n+6){
	position: absolute;
	width: auto;
	font-size: 20px;
}



.lst_performance>dl.pass>dd>ul>li:nth-child(6){
	top: 85px;
	left: 370px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(7){
	top: 85px;
	right: 115px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(8){
	top: 115px;
	right: 260px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(9){
	top: 115px;
	right: 35px;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(10){
	top: 145px;
	right: 240px;
}

.lst_performance>dl.pass>dd>ul>li:nth-child(n+6)::after{
	content: "、";
}
.lst_performance>dl.pass>dd>ul>li:last-child::after{
	content: "";
}


.lst_performance>dl.graduate{
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 800px) {
	.lst_performance>dl.graduate2{
	position: absolute;
	right: 0;
	top: 74.9px;
	}
}

@media screen and (max-width: 799px) {
	.lst_performance>dl.graduate2{
	position: absolute;
	right: 0;
	top: 0;
	}
}


.lst_performance>dl.graduate>dd>img{
	width: 100%;
}








.lst_advantage>ol{
	text-align: center;
}

.lst_advantage>ol>li{
	width: 400px;
	height: 300px;
	text-align: center;
	vertical-align: top;
}
.lst_advantage>ol>li::before{
	top: 130px;
	font-size: 50px;
}
.lst_advantage>ol>li::after{
	height: 120px;
}
.lst_advantage>ol>li>a{
	height: 300px;
	padding-top: 200px;
	font-size: 24px;
	line-height: 3vh;
}


/*2024-12 講師紹介*/
.teachers>ol{
	text-align: center;
}

.teachers>ol>li{
	width: 400px;
	height: 300px;
	text-align: center;
	vertical-align: top;
}
.teachers>ol>li::before{
	top: 130px;
	font-size: 50px;
}
.teachers>ol>li::after{
	height: 120px;
}
.teachers>ol>li>a{
	height: 300px;
	padding-top: 200px;
	font-size: 24px;
	line-height: 3vh;
}



/* 2024-12 講師紹介 - GPT*/
.teachers-new-wrapper {
    /**width: 100%;**/
    max-width: 60%;
    margin: 0 auto;
    padding: 0 5%;
}

.teachers-new {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10%;
}

.teachers-new img {
    width: 250px;
    max-width: none;
    margin: 0;
    margin-right: 20px;
}

.teachers-new .text {
    flex: 1;
    text-align: left;
}

.teachers-new .name {
    font-size: 2.0em;
    margin-bottom: 10px;
}

.teachers-new .bio {
    font-size: 1.5em;
    text-align: left;
}



#ourstyle>div.box_inner>p.box_gradient{
	margin-top: -100px;
	height: 200px;
}
.box_movie{
	width: 600px;
}


/* 下層ページスタイル */
.contents_head h1,
#contents_title h1{
	font-size: 36px;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
}
.contents_head2 h1,
#contents_title h1{
	font-size: 36px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
}

#contents_title_pink h1{
	font-size: 40px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #EA6884;
}

#contents_title_pink h1:before {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/image-in-h1-header.png");  /*画像のURL*/
	margin-right:20px;  /*画像右の余白*/
	vertical-align: middle;
}	

#contents_title_pink_small{
	position: relative;
}

#contents_title_pink_small h1{
	font-size: 20px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #EA6884;
}

#contents_title_pink_small h1 strong:before {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/passed-head-checkbox.png");  /*画像のURL*/
	/*margin-right:3px;  画像右の余白*/
	vertical-align: middle;
	margin-left:25px;
}	


#contents_title_blue_small h2{
	font-size: 16px !important;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #73C6CB;
	color: #ffffff;
}

#contents_title_blue_small h2 strong:before {
	content: url("https://medisense.co.jp/img/2023-2-front/passed-head-checkbox.png");  /*画像のURL*/
	/*margin-right:3px;  画像右の余白*/
	vertical-align: middle;
	margin-left:10px;
}


#contents_title_pink_middle{
	position: absolute;
 	bottom: 30px;
}

#contents_title_pink_middle h1{
	font-size: 50px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #EA6884;
}

#contents_title_pink_middle h1 strong:after {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/passed-head-red.png");  /*画像のURL*/
	vertical-align: middle;
	margin-right:25px;
	margin-left:25px;
}	




.img-absolute {
	position: absolute;
	right: 20%;
 	bottom: 10%;
 	/**right: 240px;
 	bottom: 30px;**/
}

.passed-head-image{
	position: absolute;
 	top: 90%;
 	z-index:200;
}

.passed-down-image{
	display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    /*width: 1200px;**/
    font-size: 0;
    z-index:100;
}

.passed-down-image h5{
  color: #EA6884;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%,-50%);  
}

.passed-down-image table{
  color: black;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-collapse: separate;
  border-spacing: 70px 40px;
  white-space: nowrap;
  width: 50%;
}

.contents_head h2,
#contents_title h2{
	font-size: 36px;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
}
.contents_head2 h2,
#contents_title h2{
	font-size: 36px;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
}

.contents_body{
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	padding: 0;

}

#page {
	padding: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

#page p{
	font-size: 20px;
	margin-bottom: 10px;
}

#top-passed {
	width: 700px;
	padding: 0;
}

/* advantage */


#category .lst_advantage>ol{
	margin: 0;
}

#category .lst_advantage>ol>li{
	display: block;
	width: 700px;
	/**height: 102px;**/
	height: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#category .lst_advantage>ol>li::before{
	top: 0;
	left: 15px;
	width: 30px;
	height: 50px;
	font-size: 28px;
	line-height: 80px;
}
#category .lst_advantage>ol>li>a{
	height: 50px;
	/*padding-top: 0;*/
	padding-top: 20px;
	padding-left: 60px;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
}

#category .box_content.box_advantage{
	margin-top: 100px;
	width: 800px;
}
.box_advantage>ol>li{
	margin-bottom: 200px;
}
.box_advantage>ol>li::before{
	top: 130px;
	width: 100%;
	font-size: 50px;
}
.box_advantage>ol>li::after{
	height: 120px;
}
.box_advantage>ol>li>h3{
	height: 300px;
	padding-top: 200px;
	font-size: 24px;
	line-height: 40px;
}
.box_advantage>ol>li:nth-child(1)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_1.png");
}
.box_advantage>ol>li:nth-child(2)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_2.png");
}
.box_advantage>ol>li:nth-child(3)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_3.png");
}
.box_advantage>ol>li:nth-child(4)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_4.png");
}
.box_advantage>ol>li:nth-child(5)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_5.png");
}
.box_advantage>ol>li>h4{
	padding: 5px;
	font-size: 24px;
	padding-bottom: 50px;
}
.box_advantage>ol>li>div{
	padding: 5px;
	font-size: 16px;
}
.box_advantage>ol>li>div>img{
	margin-top: 10px;
}


/* curriculum */

#category .box_curriculum{
	width: 800px;
	padding: 0;
}
.box_curriculum ul>li{
	margin-bottom: 30px;
}

.box_curriculum h3{
	padding: 20px;
	font-size: 24px;
	margin-bottom: 10px;
}
.box_curriculum div{
	font-size: 16px;
}


/* subject */

#category .box_subject{
	width: 800px;
	padding: 0;
  overflow: hidden;
}
.box_subject ul>li{
	margin-bottom: 30px;
}

.box_subject h3{
	padding: 20px;
	font-size: 24px;
	margin-bottom: 10px;
}
.box_subject div{
	font-size: 16px;
}


/* interview */

article.interview>ul>li{
	display: inline-block;
	box-sizing: border-box;
	width: 360px;
	padding: 0;
	margin-bottom: 40px;
	vertical-align: top;
}
article.interview>ul>li:nth-child(2),
article.interview>ul>li:nth-child(3n+2){
	margin: 0 60px;
}

.thumb_box::before{
	font-size: 24px;
}
.lst_body{
	padding: 20px;
}
.lst_body h4{
	padding: 10px 0;
	font-size: 15px;
}
#page article.interview>ul>li div.lst_body>p,
#archive article.interview>ul>li div.lst_body>p,
#box_main article.interview>ul>li div.lst_body>p{
	font-size: 14px;
	height: 40px;
}
.lst_body p::before{
	margin-right: 10px;
}

.interview_title{
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
}

dl.qanda{
	width: 800px;
	margin: auto;
	margin-top: 50px;
}
dl.qanda dt{
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 20px;
}
dl.qanda dd{
	padding-left: 20px;
	font-size: 20px;
}

.profile_box{
	font-size: 0;
}

#single .thumb_box{
	display: inline-block;
	width: 400px;
	vertical-align: top;
}
#single .lst_body{
	width: 800px;
	vertical-align: top;
}
#single .lst_body p{
	font-size: 16px;
}

/* ourstyle */


article.ourstyle{
	border: 65px solid #1461b4;
	padding: 50px;
	width: 1000px;
	margin: auto;

}
#page .ourstyle p{
	margin-bottom: 30px;
}


/* news */
div.box_content.lst_news,
article.news{
	padding: 0;
}
div.box_content.lst_news ul,
article.news ul{
}
div.box_content.lst_news ul li,
article.news ul li{
	margin-bottom: 20px;
}
div.box_content.lst_news ul li a,
article.news ul li a{
	padding: 10px;
}
div.box_content.lst_news ul li a p.date,
article.news ul li a p.date{
	font-size: 16px;
}
div.box_content.lst_news ul li a h2,
article.news ul li a h2{
	font-size: 16px;
}
div.box_content.lst_news ul li a h3,
article.news ul li a h3{
	font-size: 16px;
}

#news .contents_body{
	display: block;
	width: 800px;
	margin: auto;
	box-sizing: border-box;
	padding: 0;
}

#news .contents_body h2{
	font-size: 18px;
	margin-bottom: 10px;
}
#news .contents_body p.date{
	font-size: 12px;
	margin-bottom: 10px;
}
#news .contents_body div{
	font-size: 16px;
}
#news .contents_body div.btn_move.back{
	margin: 10px 0;
}
#news .contents_body div.btn_move.back a{
	font-size: 16px;
}


/* access */
article.access{
}
article.access dl{
	width: 800px;
}
article.access dl dt{
	width: 30%;
	padding: 0;
	padding-bottom: 40px;
	font-size: 18px;
	background-color: transparent;
	vertical-align: top;
}
article.access dl dd{
	width: 70%;
	padding: 0;
	padding-bottom: 40px;
	margin-bottom: 0;
	font-size: 18px;
	vertical-align: top;
}
article.access dl dd ul{
}
article.access dl dd ul li{
	padding: 0;
	padding-bottom: 20px;
}


/* privacy */
article.privacy{
}
article.privacy>div{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}

article.privacy>div>p{
	font-size: 14px!important;
}
article.privacy>dl{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}
article.privacy>dl>dt{
	font-size: 14px;
}
article.privacy>dl>dd{
	font-size: 14px;
	margin-bottom: 10px;
}


/* form */

#form .contents_body{
	width: 800px;
	padding: 0;
}

#form p.attention{
	margin-bottom: 20px;
	font-size: 14px;
}

#form div.mw_wp_form_complete p{
	font-size: 14px;
}

#form dl dt{
	width: 300px;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 20px;
	vertical-align: top;
}
#form dl dt.required{
	padding-left: 0;
}
#form dl dt.required::before{
	left: auto;
	right: 20px;
}

#form dl dd{
	width: 500px;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 20px;
	vertical-align: top;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form select,
#form textarea{
	padding: 5px;
	font-size: 18px;
}

#form input[type="radio"]{
	width: 20px;
	height: 20px;
	top: 50%;
	left: 20px;
	margin-top: -10px;
}
#form dl dd.radiobtn>span{
	padding: 10px;
}
#form dl dd.radiobtn label{
	padding: 5px 0;
	border-radius: 20px;
}
#form dl dd.radiobtn label>span{
	font-size: 18px;
	line-height: 20px;
}

#form div.mw_wp_form_input dl dd.selectbox::after{
	top: 10px;
	right: 10px;
	margin-top: 0;
	font-size: 14px;
}
#form input[type="submit"]{
	padding: 10px;
	font-size: 24px;
	border-radius: 40px;
}

#form .f_back{
	padding: 5px 0;
	width: 50%;
	font-size: 16px;
	border-radius: 15px;
	margin-top: 20px;
}

#form .mw_wp_form .error{
	padding: 0;
	font-size: 14px;
}



//** 2022/3/19 チェックボックス **/
//** 2022/3/19 チェックボックス -> 10/12調整 **/
.mwform-checkbox-field input,
.mwform-radio-field input {
	/** 22/10/12検証  margin-right: 5px;**/
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 5.0vw;
	height: 5.0vw;
	top: 50%;
	left: 3.0vw;
	margin-top: -2.5vw;
	background-color: #ccc;
	border-radius: 50%;
}

#form input[type="checkbox"]{
	width: 20px;
	height: 20px;
	top: 50%;
	left: 20px;
	margin-top: -10px;
}
#form dl dd.checkbox>span{
	padding: 10px;
}
#form dl dd.checkbox label{
	padding: 5px 0;
	border-radius: 20px;
}
#form dl dd.checkbox label>span{
	font-size: 18px;
	line-height: 20px;
}









.lst_performance>dl.pass2>dt>p{
	margin-top: 15px;
	margin-left: 20px;
	padding: 10px;
	font-size: 18px;
	vertical-align: top;
}
.lst_performance>dl.pass2>dt>p::before{
	width: 50px;
	height: 50px;
	top: 50%;
	left: -60px;
	margin-top: -25px;
}
.lst_performance>dl.pass2>dt>p::after{
	left: -11px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #fff;
}
.lst_performance>dl.pass2>dt>h2{
	display: inline-block;
	width: auto;
	margin-left: 20px;
	font-size: 50px;
}
.lst_performance>dl.pass2>dd{
	padding: 10px;
}
.lst_performance>dl.pass2>dd>ul{
	text-align: left;
	height: 259.21px;
}
.lst_performance>dl.pass2>dd>ul>li{
	display: inline-block;
	box-sizing: border-box;
	width: 102%;
	padding: 5px;
	font-weight: 800;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(1){
	font-size: 22.5px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(2){
	font-size: 45px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(3){
	font-size: 40px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(4){
	font-size: 35px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(5){
	font-size: 30px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(n+6){
	position: absolute;
	width: auto;
	font-size: 20px;
}



.lst_performance>dl.pass2>dd>ul>li:nth-child(6){
	top: 85px;
	left: 370px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(7){
	top: 85px;
	right: 115px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(8){
	top: 115px;
	right: 260px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(9){
	top: 115px;
	right: 35px;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(10){
	top: 145px;
	right: 240px;
}

.lst_performance>dl.pass2>dd>ul>li:nth-child(n+6)::after{
	content: "、";
}
.lst_performance>dl.pass2>dd>ul>li:last-child::after{
	content: "";
}




/* 2021/8 合格体験記 */

.interview-update{
	font-size: 48px;
	text-align: center;
}


/* 2023/2 お知らせ関連 */
.background-pink{
	background: #f6d1dc;
  /*left: 1%;
  top: 1%;
  transform: translate(-50%,-50%);	*/
}


/* 2023/2 合格速報スライド */
.fade_slide_right {
  transition: all 1200ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(500px, 0px);
}

.fade_slide_left {
  transition: all 1200ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(-500px, 0px);
}

.fadein_slide {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 


/* 2024/3 バナー横並べ　タブレット */
.banner-2column{
	display: flex;
	padding: 1.5vh;
  justify-content: center;
  align-items: center;
}

.banner-2column-space{
	width: 50%;
  margin-left: 1%;
  margin-right: 1%;
}