@charset "UTF-8";

/****************************************
	こちらは各サイト独自のcssを記載します
*****************************************/

/* TOP
-----------------------*/
/* topslide */
.sec_topslide {
  height: 65vh;
  position: relative;
  background: url(../img/top/mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom left -120px;
  margin-bottom: 100px;
}

@media (min-width:600px) {
	.sec_topslide {
    background-position: bottom left;
  }
}

@media (min-width:768px) {
	.sec_topslide {
		height: 56vw;
    background-position: center;
    margin-bottom: 0;
	}
}

.mv_block h1 {
  position: absolute;
  top: 4vh;
  height: 9vh;
  right: 4%;
}
.mv_block h1 img {
  height: 100%;
}

.mv_block h2 {
  font-size: 1.8em;
  text-align: center;
  text-shadow: #fff 1px 1px 1px;
  font-weight: 500;
  position: absolute;
  top: 13vh;
  right: 3%;
}

.mv_block p {
  position: absolute;
  top: 19vh;
  right: 3%;
  text-align: right;
  text-shadow: #fff 1px 1px 1px;
}

.mv_block div.ac {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.mv_proof {
	position: absolute;
	bottom: -120px;
	left: 50%;
  transform: translateX(-50%);
	display: flex;
  column-gap: 10px;
}

.mv_proof li {
  background: #ffeacc;
  border-radius: 75px;
  height: 145px;
  width: 145px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9em;
}

@media (min-width:768px) {
  .mv_block {
    position: absolute;
    top: 15%;
    right: 5%;
    height: auto;
  }
  .mv_block h1, .mv_block h2, .mv_block p, .mv_block div.ac {
    position: relative;
  }

  .mv_block h1 {
    height: 6vw;
    display: flex;
    justify-content: center;
    top: auto;
    right: auto;
  }

  .mv_block h2 {
    right: 0;
    font-size: 3.8vw;
    padding: 3.1vw 0;
    top: auto;
  }
  .mv_block p {
    font-size: 2vw;
    line-height: 1.6;
    top: auto;
    right: auto;
  }
  .mv_block div.ac {
    font-size: 1.4vw;
    font-weight: 600;
    margin-top: 1vw;
  }
  .mv_proof {
    bottom: -3vw;
    left: 20%;
  }
  .mv_proof li {
    border-radius: 7vw;
    height: 14vw;
    width: 14vw;
    font-size: 1.2vw;
    font-weight: 500;
  }
}

.blk3_area.mtc_height .blk {
	position: relative;
	padding: 0 0 55px;
}

.blk3_area.mtc_height .blk .btn_style {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

/* タイトル装飾 */
.top_h2 {
  font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 2rem;
}


@media (min-width: 768px) {
  .top_h2 {
	font-size: 2.8em;
  }
}



/*****************************************
	Elements Page1
*****************************************/
/* ギャラリー
   elements---0002
-----------------------------------*/
.gallery01 li, .gallery01 li:first-of-type, .gallery02 li, .gallery02 li:last-of-type {
  width: 100%;
  margin: 0 0 3%;
}

.gallery03 {
  columns: 1;
}
.gallery03 li {
  padding-bottom: 3%;	
}
.gallery03 img {
	width:100%;
	height:auto;
	vertical-align: bottom;	
}

@media (min-width:768px) {
  .gallery01 li {
  	float: left;
    margin: 0 0 2% 0;
    width: 32%;
  }
  .gallery01 li:first-of-type {
    margin: 0 2% 2% 0;
    width: 65.7%;
  }
  .gallery02 li {
    float: left;
    margin: 0 2% 2% 0;
    width: 32%;
  }
  .gallery02 li:nth-of-type(3) {
    margin: 0 0 2% 0;
  }
  .gallery02 li:last-of-type {
    width: 66%;
    margin: 0 0 2% 0;
  }
  .gallery03 {
    columns: 3;
  }
  .gallery03 li {
    padding-bottom: 5%;
  }
}


/* control_list
   elements---0003
-----------------------------------*/
.item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.item_list .item_list_blk {
	width: 47%;
	margin-bottom: 0;
}
.item_list .item_list_blk p {
    margin: .6rem 0 1rem;
}

@media (min-width:768px) {
	.item_list .item_list_blk {
		width: 30%;
		margin-bottom: 1.5em;
		text-align: center;
	}
}



/* control_list
   elements---0004
-----------------------------------*/
.control_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.control_list .blk {
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}
.control_list .blk:first-of-type:after,
.control_list .blk:nth-of-type(2):after {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    width: 26px;
    height: 72px;
    position: absolute;
	top: auto;
    right: 50%;
	bottom: -40px;
	transform: rotate(90deg) translateY(-14px);
}
.control_list .blk dl {
	border: var(--main-color) 2px solid;
	border-radius: 10px;
	padding: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.control_list .blk dl dt {
	font-size: 1.5em;
}
.control_list .blk dl dd {
	font-size: 1.125em;
}

@media (min-width: 768px) {
	.control_list .blk {
		width: 28%;
		margin-bottom: 0;
	}
	.control_list .blk:first-of-type:after, .control_list .blk:nth-of-type(2):after {
		top: 20px;
		right: -60px;
		bottom: 0;
		transform: rotate(0);
	}
}


/* control_list
   elements---0006
-----------------------------------*/
blockquote {
    position: relative;
    padding: 45px 15px 5px;
	margin-bottom: 1.5em;
    box-sizing: border-box;
    background: var(--main-color);
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
	color: #aaa;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

/* control_list
   elements---img-4
-----------------------------------*/
.clm_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
.clm_wrap .clm_blk {
	width: 100%;
	margin: 0 0 5%;
}
.clm_wrap .clm_blk_ttl {
	background: var(--btn-color);
    padding: 1rem;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1.3;
    font-size: 1.4em;
	border-radius: 5px;
}
.display_none {
	display: none;
}
.clm_wrap .clm_blk_ttl.open {
	border-radius: 5px 5px 0 0;
}
	.acc_label {
		cursor: pointer;
	}
	.acc_label i {
		display: block;
		width: 18px;
		height: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin: center center;
		transition-duration: 0.2s;
		top: 50%;
		position: absolute;
		right: 4%;
		transform: translateY(-50%);
	}
	.acc_label i:before, .acc_label i:after {
		display: flex;
		content: '';
		background-color: #fff;
		border-radius: 10px;
		width: 18px;
		height: 4px;
		position: absolute;
		top: 7px;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: center center;
	}
	.acc_label i:before {
		width: 4px;
		height: 18px;
		top: 0;
		left: 7px;
	}
	.acc_label.open i:before {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
.clm_wrap .clm_blk_inner {
	padding: 1em;
	border: var(--btn-color) 1px solid;
    border-radius: 0 0 5px 5px;
}

.clm_wrap .blk .txt_blue {
	font-size: 1.2em;
    margin-bottom: 0.5em;
}
.clm_blk .blk2_area .blk:nth-of-type(1) {
	width: 32%;
}
.clm_blk .blk2_area .blk:nth-of-type(2) {
	width: 63%;
}
.clm_wrap .blk2_area .blk:first-of-type p:last-of-type {
	text-align: center;
}
	
@media (min-width:768px) {
	.clm_wrap .clm_blk {
		width: 46%;
	}
	.clm_wrap .clm_blk_inner {
    	padding: 1em 2em;
	}
}



/*****************************************
	Elements Page2
*****************************************/
/* フロー表パターン１
   elements---0006
-----------------------------------*/

.flow_blk {
	display: flex;
	flex-wrap: wrap;
} 
.flow_ttl {
	background: var(--bg-sub-color);
	text-align: center;
	font-size: 1.4em;
	color: var(--acent-color);
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: .8em;
	display: flex;
    justify-content: center;
    align-items: center;
}
.flow_column {
	background: var(--bg-sub-color);
	padding: 2em;
	box-sizing: border-box;
	width: 100%;
}

.arrow_down {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-bottom: 5px;
}

.arrow_down::before,
.arrow_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 30px;
  border-radius: 9999px;
  background-color: var(--acent-color);
  transform-origin: 50% calc(100% - 1px);
}

.arrow_down::before {
  transform: rotate(45deg);
}

.arrow_down::after {
  transform: rotate(-45deg);
}

@media (min-width:678px) {
	.flow_column {
		width: 80%;
	}
	.flow_ttl {
		width: 20%;
		font-size: 1.625em;
	}
}


/* フロー表パターン2
   elements---0007
-----------------------------------*/

.flow_inner {
	padding-left: 25px;
    padding-bottom: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flow_inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bdbdbd;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: -2;
}

.flow_inner .flow_blk {
	padding-top: 3rem;
	display: block;
}
.flow_heading {
	font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
	color: var(--acent-color);
}
.flow_heading:before {
    --size: 16px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: var(--acent-color);
    position: absolute;
	left: -26px;
	top: calc(0.5em * 1 - 7px);

}
.flow_content {
	margin-top: 1rem;
}
.flow_head {
	padding: 1.3rem 1.5rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background-color: var(--bg-sub2-color);
}
.flow_head h2 {
	font-size: 1.25rem;
	color: var(--bg-main-color);
}
.flow_body {
    padding: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.flow_body_wrap, .flow_body_wrap table th {
	    width: 100%;
	}
.flow_img {
	margin: 1.5rem 0 0;
	width: 100%;
}

@media (min-width: 768px) {
	.flow_inner .flow_blk {
		padding-top: 5rem;
	}
	.flow_inner {
	    padding-left: 48px;
	}
	.flow_heading {
		font-size: 2.4rem;
	}
	.flow_heading:before {
	    left: -48px;
		top: calc(0.5em * 1 - 8px);
	}
	.flow_content {
		margin-top: 2.5rem;
	}
	.flow_head {
		padding: 2rem 3rem;
	}
	.flow_head h2 {
	    font-size: 1.5rem;
	}
	.flow_body {
		padding: 3rem;
	}	.flow_body_wrap {
		width: 65%;
	}
	.flow_body_wrap table th {
		width: 25%;
	}
	.flow_img {
	position: absolute;
	top: -5rem;
	right: 2rem;
	transform: rotate(5deg);
	width: 31%;
	}
}


/*****************************************
	Elements Page3
*****************************************/

/* スタッフ紹介
   elements---0002
-----------------------------------*/
.box_shadow {
	box-shadow: #ccc 0 0 5px;
	padding: 3%;
	box-sizing: border-box;
}
.staff_blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_photo {
	width: 55%;
	margin: 0!important;
}
.staff_name {
	font-size: 1.6rem;
    font-weight: bold;
}
.staff_name .degree,
.staff_name .en_name{
	font-size: .95rem;
	display: block;
	line-height: 1.3;
}

.staff_blk .staff_name {
	margin: 0!important;
	width: 40%;
}



/*****************************************
	Elements Page4
*****************************************/
/* 比較表 */
.price-box01 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price-box01>div {
	width: 100%;
	margin-bottom: 20px;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
}
	.price-box01 .box-left {
		border: 2px solid #ccc;
	}
	.price-box01 .box-right {
		border: 2px solid var(--main-color);
	}
.price-box01 .ttl {
    margin: 0 20px 15px;
    padding: 3px 15px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
	font-size: 1.15em;
}
	.price-box01 .box-left .ttl {
		background: #ccc;
		color: #333;
	}
.price-box01 .staff-date {
    padding: 0 40px;
    margin-bottom: 20px;
}
	.price-box01 .box-left .staff-date {
		padding: 0 20px;
	}
.staff-date li {
    display: flex;
}
.price-box01 .staff-date .date {
    font-weight: bold;
    width: 30px;
}
.price-box01 .staff-date .detail {
    width: calc(100% - 30px);
}
.price-box01 .child-box {
    margin: 0 20px 20px;
}
.price-box01 .child-box dt {
    padding: 3px 15px;
    text-align: center;
    background: #cfdee8;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.price-box01 .child-box dd {
    background: var(--bg-sub-color);
    padding: 15px 20px;
}
.price-box01 .child-box .staff-date {
    padding: 0;
    margin-bottom: 0;
}
.price-box01 .price {
    margin: auto 0 0;
    text-align: right;
    padding: 7px 20px;
    border-top: 2px solid var(--main-color);
    font-weight: bold;
    color: var(--main-color);
}
.price-box01 .price .num {
    font-size: 150%;
    position: relative;
    top: 2px;
}
.price-box01 .box-left .price {
	border-top: 2px solid #ccc;
	color: #333;
}

@media (min-width: 768px) {

	.price-box01 {
		margin-bottom: 15px;
	}
	.price-box01 > div {
		    width: 32%;
			margin-bottom: 0;
	}
}


/* 料金表 */
.tbl_price th {
	border: #ccc 1px solid;
	background: #e6eef3;
	text-align: left;
	padding: 1.2em 1em;
}
.tbl_price td {
	border: #ccc 1px solid;
	background: #fff;
	text-align: right;
	padding: 1.2em 0.5em 1.2em 0;
}
.tbl_price tr:first-of-type th, .tbl_price tr:first-of-type td {
	border-top: #ccc 1px solid;
}


/* スタッフ紹介
   elements---FAQ
-----------------------------------*/
.faq-blk {
  position: relative;
}

.faq-blk-content-area .faq-content {
  display: none;
}
.faq-blk-content-area .faq-content.show {
  display: block;
}

.faq-blk-box {
  border-bottom: solid 2px #fff;
  margin-bottom: 5px;
  padding: 32px;
  background: var(--bg-sub-color);
}
.faq-blk-q {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  text-shadow: 4px 6px 68px #bacad4;
}
.faq-blk-q:before {
  content: "Q";
  color: var(--acent-color);
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: -6px;
}
.faq-blk-a {
  font-size: 13px;
  position: relative;
  padding-left: 32px;
}
.faq-blk-a:before {
  content: "A";
  color: #c9d0d2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 2px;
  top: -7px;
}
.faq-blk-a p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq-blk-q {
    font-size: 20px;
  }
  .faq-blk-q:before {
    top: -3px;
  }
  .faq-blk-box {
    padding: 44px;
  }
  .faq-blk-a {
    font-size: 14px;
  }
  .faq-blk-a:before {
    top: -5px;
  }
}



/*****************************************
	Elements Page5
*****************************************/

.aces_txt {
	font-size: 1.25em;
}



/*説明文用*/
pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}
code {
    background: rgb(200 205 227 / 45%);
    border-radius: 4px;
    font-size: 1.1em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}



/*****************************************
	data
*****************************************/
.data_members {
  text-align: center;
}
.data_members p:first-of-type {
  font-size: 2em;
  margin-bottom: 0;
}

/* 棒グラフ */
.bar-chart-1 {
    font-size: .9em;
}

.bar-chart-1 > div {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.bar-chart-1 dt {
    width: 55px;
    min-width: 55px;
}

.bar-chart-1 dd {
    margin: 0;
    padding-right: 15px;
    border-radius: 3px;
    background-color: var(--border-color);
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    text-align: right;
    white-space: nowrap;
    animation: anima-bar-chart-1 1.2s ease;
}
.bar-chart-1 div:last-of-type dd {
  background-color: var(--btn-color);
}

@keyframes anima-bar-chart-1 {
    from {
        width: 0;
    }
}


/* 棒グラフ２ */
@keyframes expand {
  from {width: 0%;}
  to {width: 100%;}
}

.chart {
  overflow: hidden;
  width: 0%;
  animation: expand 1.5s ease forwards;
}
.row + .row .chart {
  animation-delay: .2s;
}
.row + .row + .row .chart {
  animation-delay: .4s;
}
.block {
  display: block;
  height: 100px;
  color: #fff;
  font-size: .75em;
  float: left;
  background-color: #334D5C;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity, .3s ease;
  cursor: pointer;
}
.block:nth-of-type(2),
.legend li:nth-of-type(2):before {
  background-color: #45B29D;
}
.block:nth-of-type(3),
.legend li:nth-of-type(3):before {
  background-color: #EFC94C;
}
.block:nth-of-type(4),
.legend li:nth-of-type(4):before {
  background-color: #E27A3F;
}
.block:nth-of-type(5),
.legend li:nth-of-type(5):before {
  background-color: #DF5A49;
}
.block:nth-of-type(6),
.legend li:nth-of-type(6):before {
  background-color: #962D3E;
}
.block:hover {
  opacity: .65;
}
  .chart_blk:first-of-type .block:nth-of-type(1) {
    width: 55.1%;
  }
  .chart_blk:first-of-type .block:nth-of-type(2) {
    width: 28.1%;
  }
  .chart_blk:first-of-type .block:nth-of-type(3) {
    width: 15.8%;
  }
  .chart_blk:first-of-type .block:nth-of-type(4) {
    width: 1%;
  }
  .chart_blk:nth-of-type(2) .block:nth-of-type(1) {
    width: 71.9%;
  }
  .chart_blk:nth-of-type(2) .block:nth-of-type(2) {
    width: 20.8%;
  }
  .chart_blk:nth-of-type(2) .block:nth-of-type(3) {
    width: 6.9%;
  }
  .chart_blk:nth-of-type(2) .block:nth-of-type(4) {
    width: 0.4%;
  }

.value {
  display: block;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.x-axis {
    text-align: center;
  padding: .5em 0 2em;
}
.y-axis {
  height: 20px;
    transform: translate(-32px,170px) rotate(270deg);
    position: absolute;
    left: 0;
}
.legend {
    margin: 0 auto;
    padding: 0;
  font-size: .9em;
}
.legend li {
    display: inline-block;
    padding: .25em 1em;
    line-height: 1em;
}
.legend li:before {
    content: "";
    margin-right: .5em;
    display: inline-block;
    width: 8px;
    height: 8px;
  background-color: #334D5C;
}
@media screen and (min-width: 768px) {
  h6 {
    padding: 0;
    width: 75px;
    float: left;
    line-height: 100px;
  }
  .block {
    font-size: 1em;
  }
  .legend {
    width: 70%;
  }
}

/*****************************************
	概要
*****************************************/
.tbl_normal th, .tbl_normal td {
  width: 100%;
  text-align: left;
  display: block;
}
.tbl_normal tr:first-of-type th,
.tbl_normal th {
  border-top: 1px var(--table-border-color) solid;
  padding: 3% 2% 1%;
}
.tbl_normal td {
  padding: 0 2% 3%;
}
.tbl_normal tr:last-of-type td {
  border-bottom: 1px var(--table-border-color) solid;
}
.tbl_normal tr:first-of-type td {
  border: none;
}

@media (min-width: 768px) {
  .tbl_normal th, .tbl_normal tr:first-of-type th {
    display: table-cell;
    width: 30%;
    padding: 2% 0;
  }
  .tbl_normal td {
    display: table-cell;
    width: auto;
    padding: 2% 0;
  }
  .tbl_normal tr:first-of-type td {
    border-top: 1px var(--table-border-color) solid;
    border-bottom: 1px var(--table-border-color) solid;
  }
  .access .gmaps {
    padding-bottom: 70%;
  }
  .access .youtube_blk {
    margin: 0 auto;
    padding: 0 0 60%;
  }
  .youtube_blk iframe {
      width: 100%;
  }
}


/*****************************************
	フォーム
*****************************************/
.form_cv {
  margin: 2em auto 4em;
}

.form_cv .cv_tel {
  font-size: 1.8em;
  margin-bottom: 0;
}

form textarea,
form input {
  width: 100%;
  padding: 10px;
	box-sizing: border-box;
	font-size: 1em;
}

form select {
  width: 50%;
  padding: 10px;
	box-sizing: border-box;
	font-size: 1em;
}

form input[type=checkbox],
form input[type=radio] {
	width: 18px;
    height: 18px;
    vertical-align: middle;
	margin-right: 8px;
}

form label {
  width: 100%;
    display: inline-block;
    padding: 3px 0;
}

form span.required {
    color: #fff;
    background: var(--btn-color);
    font-size: 80%;
    padding: 4px 8px;
    margin-left: 7px;
}

.submit_btn {
	margin: 1em auto;
	background: var(--btn-color);
	position: relative;
	display: inline-block;
}
.submit_btn:hover {
	cursor: pointer;
	background: var(--btn-hover-color);
}
.submit_btn input {
	color: #fff;
    background: none;
    padding: 15px 35px;
    display: block;
    position: relative;
    transition: all 350ms 0s ease;
	border: none;
    min-width: 280px;
}
.submit_btn i.fa-angle-right {
    padding-right: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}

.err_messege {
  color: var(--btn-color);
  font-weight: 700;
}

.form.txt_red {
  background: var(--bg-sub-color);
  padding: 5px;
  font-weight: bold;
}

.form_text{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	color: var(--btn-color);
}

/*****************************************
	共通
*****************************************/
.blk2_area .btn_style {
  margin: 0;
}

.scr_x {
  overflow-x: auto;
}
.scr_x table {
  border-collapse: collapse;
  min-width: 530px;
}
/*
.scr_x table th,
.scr_x table td {
  padding: 3% 2%;
}*/