@charset "UTF-8";

/*
Theme name: 三和電機商会2024
Template: businesspress
*/

/*--------------------------------------------------
　共通
--------------------------------------------------*/
* {
	box-sizing: border-box;
}

body {
	background: #f7fbfc;
	font-size: 16px;
}

.main-navigation a {
	color: #ffffff;
	font-size: 1.125em;
	font-weight: bold;
}

.main-navigation a:hover {
	color: #b1d5db;
	text-decoration: underline;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
	color: #66acb8;
}

/*.home .main-header{
	position: fixed;
	top:0;
	left: 0;
	z-index: 5;
	width: 100vw;
	padding-top:10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}*/

.main-header {
	padding: 0.7em 2em;
	background-color: #4d4d4d;
	box-sizing: border-box;
}

.main-header-content {
	padding: 0;
}

.home .main-header.UpMove {
	position: fixed;
	width: 100%;
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}

.home .main-header.DownMove {
	position: fixed;
	width: 100%;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

p {
	color: #444444;
	text-align: justify;
	line-height: 1.5em;
}

p.first {
	margin: 0 auto 2em;
}

#content, #content.site-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 30px 30px 0;
}

.home #content, .home #content.site-content {
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}

.content-area {
	margin-bottom: 0;
}

.jumbotron-content .jumbotron-title {
	font-size: 3rem;
}

.jumbotron-content .subheader::first-letter {
	text-transform: capitalize;
}

.jumbotron-content .subheader {
	margin: 0;
	color: #66acb8;
	text-transform: lowercase;
}

.entry-content h2 {
	font-size: 3rem;
	font-weight: bold;
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, #66acb8 60%);
	display: inline-block;
	margin: 0 auto 0.25em;
	padding-bottom: 0.25em;
	line-height: 1em;
}

@media screen and (max-width: 757px) {
	.entry-content h2 {
		font-size: 2.5rem;
	}
}

.wp-block-group > .line {
		font-size: 1em;
}

.widget_contact .wp-block-button a {
	margin: 0;
	padding: 1em 2em;
	color: #ffffff;
	background-color: #66acb8;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

@media screen and (max-width: 757px) {
	.widget_contact .wp-block-button a {
		padding: 1em;
	  font-size: 1.25em;
	}
}

.wp-block-button a:hover {
	background-color: #ffffff;
  color: #66acb8;
	border: 2px solid #66acb8;
}

.widget_contact {
	padding: 1.5em;
	border: 4px solid #66acb8;
}

.widget_contact .widget a {
  color: #ffffff;
	font-size: 0.875em;
	background-color: #66acb8;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.widget_contact .widget a:hover {
	color: #66acb8;
	background-color: white;
	border: 2px solid #66acb8;
}



/*--------------------------------------------------
　トップページ
--------------------------------------------------*/
#slider {
	width: 100%;
	height: 100vh;
}

@media screen and (max-width: 757px) {
	#slider {
		height: 50vh !important;
	}
}

#slider .slide-txt {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media screen and (max-width: 757px) {
	#slider .slide-txt{
		font-size: 7vw;
	}
}

.home_blocks {
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
}

.home_blocks.business {
	background-image: url(https://sanwadenki.com/wp-content/uploads/2024/08/IMG_1891-scaled.jpg);
	border-bottom: 1px solid #cccccc;
}

.home_blocks.recruit {
	background-image: url(https://sanwadenki.com/wp-content/uploads/2024/08/IMG_2507-scaled.jpg);
}

.home_block {
	background-color: rgba(255,255,255,0.7);
	padding: 4em 0 3em;
	gap: 2em;
}

.home_block.contact {
	background-color: transparent;
	padding: 4em 0 0;
	gap: 1em;
}

.home_block h2 {
	position: relative;
	font-size: 2em;
	margin: 0 auto;
	padding: 0;
	background: none;
	display: inherit;
}

.home_block h2::before {
	content: attr(data-sub);
	font-size: 0.6em;
	color: #66acb8;
	position: absolute;
	top: -1.75em;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	text-align: center;
	margin: 0 auto;
}

.home_block p {
	font-size: 0.95em;
	text-align: center;
	background: #ffffff;
	padding: 0.5em 1em;
}

.home_block.contact p {
	background: transparent;
}

.home_block .wp-block-buttons {
	background: #66acb8;
}

.home_block .wp-block-buttons a {
	color: #ffffff;
	font-size: 1.15em !important;
	background-color: #66acb8;
	border: 2px solid transparent;
	padding: 0.5em 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.home_block .wp-block-buttons a:hover {
	background-color: #ffffff;
  color: #66acb8;
	border: 2px solid #66acb8;
}



/*--------------------------------------------------
　事業内容
--------------------------------------------------*/
.business_block {
	height: 100%;
	margin: 0 auto 30px;
	padding: 10% 0;
	position: relative;
}

.business_block.telecommunications {
	background: url(https://sanwadenki.com/wp-content/uploads/2024/10/DSC_0595-2.jpg) no-repeat;
	background-position: right;
	background-size: contain;
}

.business_block.electrical {
	background: url(https://sanwadenki.com/wp-content/uploads/2024/10/28790054_m-2.jpg) no-repeat;
	background-position: left;
	background-size: contain;
}

.business_block.ev {
	background: url(https://sanwadenki.com/wp-content/uploads/2024/10/23652147_m-2.jpg) no-repeat;
	background-position: right;
	background-size: contain;
}

.business_block.other {
	background: url(https://sanwadenki.com/wp-content/uploads/2024/10/IMG_1891-2.jpg) no-repeat;
	background-position: left;
	background-size: contain;
}

@media screen and (max-width: 757px) {
	.business_block.telecommunications, .business_block.electrical, .business_block.ev, .business_block.other {
		background-position: center;
		background-size: cover;
		padding: 0;
	}
}

.business_block h2 {
	margin: 0 0 0.25em;
}

.busi_desc {
	width: 80%;
	box-shadow: 0px 0px 4px 2px rgba(128, 128, 128, 0.25);
	padding: 30px;
	margin: 0;
	background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 757px) {
	.busi_desc {
		width: 100%;
	}
}

.busi_desc.right {
	margin: 0 0 0 auto;
}

.spec-ex_group {
	margin-bottom: 90px;
}

.spec-ex_group.last {
	margin-bottom: 0;
}

.spec-ex_item {
	box-shadow: 0px 0px 4px 2px rgba(128, 128, 128, 0.25);
	padding: 0.75em;
	background: #ffffff;
}

.spec-ex_item figure figcaption{
	text-align: center;
	margin: 0.5em auto 0;

}

@media screen and (max-width: 781px) {
	.hide-on-mobile {
		display: none;
	}
}

.up_row {
	margin-bottom: 2em;
}


/*--------------------------------------------------
　会社案内
--------------------------------------------------*/
.mngr-msg {
	margin-bottom: 3em;
	gap: 0;
}

.mngr-msg h2, .mngr-msg .msg-txt {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 757px) {
	.mngr-msg .msg-txt {
		margin-bottom: 2em;
	}
}

.mngr-msg .msg-txt {
	font-size: 1em;
	line-height: 1.5em;
}

@media screen and (max-width: 757px) {
	.mngr-msg .msg-txt {
		font-size: 0.875em;
	}
}

.corp-name, .mngr-name {
	margin: 0;
	align-self: flex-end;
}

@media screen and (max-width: 757px) {
	.corp-name, .mngr-name {
		align-self: center;
	}
}

.corp-name {
	font-size: 1.25em;
}

@media screen and (max-width: 757px) {
	.corp-name {
		font-size: 1em;
	}
}

.mngr-name {
	font-size: 1.5em;
	font-weight: bold;
}

@media screen and (max-width: 757px) {
	.mngr-name {
		font-size: 1.25em;
	}
}

.overview {
	width: 80%;
	margin: 0 auto 3em;
}

@media screen and (max-width: 757px) {
	.overview {
		width: 100%;
	}
}

.overview table {
	font-size: 16px;
}

@media screen and (max-width: 757px) {
	.overview table {
		font-size: 0.875em;
	}
}

.overview table th, .overview table td {
	padding: 1em;
}

@media screen and (max-width: 757px) {
	.overview table th, .overview table td {
		padding: 0.5em;
	}
}

.overview table th {
	width: 20%;
	text-align:center;
	background-color: #d1e6e9;
}

@media screen and (max-width: 757px) {
	.overview table th {
		width: 32%;
	}
}

.overview table td {
	width: 80%;
	background-color: white;
}

.history .wp-block-table table {
	width: 65%;
	margin: 0 auto;
	font-size: 1em;
}

@media screen and (max-width: 757px) {
	.history .wp-block-table table {
		width: 100%;
		font-size: 0.875em;
	}
}

.history table th {
	height: 40px;
	width: 25%;
	text-align: right;
	padding-right: 16px;
	background-color: #f7fbfc;
	border: none;
	position: relative;
}

@media screen and (max-width: 757px) {
	.history table th {
		width: 30%;
	}
}

.history table td {
	width: 75%;
	text-align: left;
	padding-left: 16px;
	border-top: none;
	border-left: 4px solid #add1d8;
	border-bottom: none;
	border-right: none;
	background-color: #f7fbfc;
}

@media screen and (max-width: 757px) {
	.history table td {
		width: 70%;
	}
}

.history table th::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #8abec7;
	border-radius: 100%;
	position: absolute;
	top:50%;
	right: -8px;
	transform: translateY(-50%);
}



/*--------------------------------------------------
　採用情報
--------------------------------------------------*/
.overview_recruit table {
	font-size: 16px;
}

@media screen and (max-width: 757px) {
	.overview_recruit table {
		font-size: 0.875em;
	}
}

.overview_recruit table th, .overview_recruit table td {
	padding: 1em;
}

.overview_recruit table th {
	width: 20%;
	text-align:center;
	background-color: #d1e6e9;
}

.overview_recruit table td {
	width: 80%;
	background-color: white;
}



/*--------------------------------------------------
　お問い合わせ
--------------------------------------------------*/
table.contact {
	margin: 0 auto 1em;
}

table.contact tr {
	display: flex;
}

@media screen and (max-width: 757px) {
	table.contact tr {
		flex-direction: column;
	}
}

table.contact th, table.contact td {
	border: 0;
	background-color: #f7fbfc;
	vertical-align: middle;
	padding: 1em 0;
}

table.contact th {
	width: 25%;
}

@media screen and (max-width: 757px) {
	table.contact th {
		padding: 0;
	}
}

table.contact td {
	width: 75%;
}

table.contact tr.last td {
	width: 100%;
}

@media screen and (max-width: 757px) {
	table.contact td {
		padding: 0 0 1em;
	}
}

@media screen and (max-width: 757px) {
	table.contact th, table.contact td {
		width: 100%;
	}
}

table.contact td.name-input input:first-child {
	margin-right: 1em;
}

@media screen and (max-width: 757px) {
	table.contact td.name-input input:first-child {
		margin-right: 0;
	}
}

table.contact tr.last th, table.contact tr.last td {
	padding: 0;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
	width: 100%;
}

table.contact input, table.contact textarea {
	width: 100%;
	color: #333;
	border: 1px solid #666666;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em;
}

table.contact input[name="your_lastname"], table.contact input[name="your_firstname"], table.contact input[name="furigana_last"], table.contact input[name="furigana_first"], table.contact input[name="municipalities"] {
	max-width: 200px;
}

table.contact input[name="email"] {
}

table.contact input[name="postcode_before"] {
	max-width: 75px;
}

table.contact input[name="postcode_after"] {
	max-width: 100px;
}

table.contact input[name="telnumber1"], table.contact input[name="telnumber2"], table.contact input[name="telnumber3"] {
	max-width: 100px;
}

@media screen and (max-width: 757px) {
	table.contact input[name="your_lastname"], table.contact input[name="your_firstname"], table.contact input[name="furigana_last"], table.contact input[name="furigana_first"], table.contact input[name="municipalities"], table.contact input[name="email"] {
		max-width: 100%;
	}

	table.contact input[name="telnumber1"], table.contact input[name="telnumber2"], table.contact input[name="telnumber3"] {
		max-width: 80px;
	}
}

table.contact select {
	color: #333;
	border: 1px solid #666666;
}

textarea {
	border: 1px solid #333333;
}

.required {
	position: relative;
}

.required::after {
	content: "必須";
	background-color: #ff0000;
	color: #ffffff;
	font-size: 11px;
	padding: 0 0.5em;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

table.contact button {
	color: #333;
	border: 1px solid #666666;
}

table.confirmation {
  width: 100%;
}

table.confirmation th, table.confirmation td {
  padding: 1em;
  background: none;
  border: none;
}

table.confirmation th {
	width:25%;
	border-bottom: 3px solid #66acb8;
}

table.confirmation td {
	width: 75%;
	border-bottom: 3px solid #999999;
}

button.confirm, input.wpcf7-previous, input.wpcf7-submit {
	color: white;
	background-color: #66acb8;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

input.confirm {
	margin: 0 auto;
  text-align: center;
  display: block;
}

button.confirm:hover, input.wpcf7-previous:hover, input.wpcf7-submit:hover {
	color: #66acb8;
	background-color: white;
	border: 2px solid #66acb8;
}

input.confirm {
	margin: 0 auto;
  text-align: center;
  display: block;
}

input.confirm:hover {
	color: #66acb8;
	background-color: white;
	border: 2px solid #66acb8;
}

p.submitcheck {
	text-align: center;
}

@media screen and (max-width: 757px){
	p.submitcheck {
		text-align: left;
		font-size: 0.875em;
	}
}

p.submitcheck .wpcf7-list-item {
	margin: 0;
}


























/*全体のブロックカラムのマージン打ち消しと会社案内カラムの設定*/

:where(.wp-block-columns) {
	margin: 0px;
}

.wp-block-group:last-child {
	margin-bottom: 0px;
}

table.has-fixed-layout {
	margin-bottom: 0px;
}



/*お問い合わせ確認のボタン設定*/



.bt_center{
	position: relative;
	top: 0;
	left: 72px;
	transform: translateX(-36px);
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}








.under2{
	background:  linear-gradient(rgba(255, 0, 0, 0) 70%,#b1d5db 70%);
	display: inline-block;
}


/*トップページお問い合わせ本文の横幅*/

.text{
	padding: 0px 5%;
	font-size: 14px;
	margin: 5px 5%;
}











/*フッター設定*/
.site-bottom{
	background-color: #4d4d4d !important;
}

.site-copyright{
	color: white;
	width:100%;
	margin: 0 auto;
}

/*メニューバーの設定*/

li.page-item-539 li.page-item-536{
	display: none;
}







/*リンク設定*/

.main-navigation .home{
	display: none;
}

.home .jumbotron{
	display: none;
}

.home header.site-header{
	margin-bottom: 0px;
	border-bottom: 0px;
}

.site-header{
  margin-bottom: 20px;
}

.sub::first-letter{
	text-transform: capitalize;
}

.text{
	text-align: center;
}

/*フッターWidgetの設定*/

#colophon.site-footer {
border-top: none;
}



.wp-block-columns h4{
	font-size: 18px;
}

.wp-block-button.but_footer{
	font-size: 12px;
	margin: 30px auto 0px auto;
}

/*ウィジェットボタンのアクション設定*/
.widget a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	background-color: #66acb8;
	border-radius: 0%;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.widget a:hover{
	font-size: 18px;
	color: #66acb8;
	background-color: white;
	border-radius: 0%;
	border: 2px solid #66acb8;
}

.has-black-color.has-text-color.tel{
	font-size: 36px;
	font-weight: 900;
}

#supplementary.footer-widget-area{
	border: none;
	padding: 0px;
}

div.footer-widget-1{
	width: 65%;
	margin: 0 auto;
}

.wid_gap1{
	gap:5px;
}

.wid_gap2{
	gap:0px;
}



/*事業内容の３カラムの設定*/

.wp-container-core-columns-is-layout-4.wp-block-columns-is-layout-flex{
	display: flex;
	justify-content: center;
}

/*コピーライトの設定*/

.site-bottom a{
	color: white;
	margin: 0px auto;
}

div.site-bottom{
	margin: 0px auto;
}

.site-info{
	float: none;
	clear: none;
	text-align: center;
	margin: 0px;
}

/*上に戻るボタンの設定*/

.back-to-top{
	background-color: #d1e6e9;
}

.back-to-top:hover{
	background-color: #66acb8;
}

.back-to-top::before{
	color:#ee7800;
}

/*スライダーJavaScript設定*/



/*サイトロゴ可変設定*/

.site-logo{
	width: 80%;
	object-fit: contain;
}

/*ドローナビゲーション設定*/

.drawer-navigation a {
	color: white;
}

.drawer-navigation a:hover {
	color: #66acb8;
	text-decoration: underline;
}

.blue a:link{
	color: blue;
}

/*スマートフォン用設定*/

@media screen and (max-width: 980px){

	.drawer-navigation{
		background-color: rgba(80,80,80,0.8);
		width: 50%;
}

	.drawer-navigation-content{
		padding: 70px 50px 90px 50px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #ffffff;
}

div.footer-widget-1{
	width: 80%;
	margin: 0 auto;
}

}

@media screen and (min-width: 781px){
	figcaption.wp-element-caption{
		line-height: 1.2;
	}
}

@media screen and (max-width: 781px){


.home.site-header{
	margin-bottom: 0px;
}

	.ev1{
		visibility: hidden;
		padding: 0px;
	}

	.ev2{
		visibility: hidden;
		padding: 0px;
	}

	.ev3{
		visibility: hidden;
		padding: 0px;
	}

	.ev4{
		visibility: hidden;
		padding: 0px;
	}

.wp-block-group .ev_com_con1{
		width: 100%;
		box-shadow: 0px 0px 5px 2px rgba(128,128,128,0.25);
		padding : 20px;
		margin: 0 auto 0 0;
		background-color: rgba(255,255,255,0.8);
		visibility: visible;
		position: relative;
	}

.wp-block-group .ev_com_con2{
		width: 100%;
		box-shadow: 0px 0px 5px 2px rgba(128,128,128,0.25);
		padding : 20px;
		margin: 0 auto 0 0;
		background-color: rgba(255,255,255,0.8);
		visibility: visible;
		position: relative;
	}

.wp-block-group .ev_com_con4{
		width: 100%;
		box-shadow: 0px 0px 5px 2px rgba(128,128,128,0.25);
		padding : 20px;
		margin: 0 auto 0 0;
		background-color: rgba(255,255,255,0.8);
		visibility: visible;
		position: relative;
	}

	.wp-block-group .ev_com_con3{
		width: 100%;
		box-shadow: 0px 0px 5px 2px rgba(128,128,128,0.25);
		padding : 20px;
		margin: 0 auto 0 0;
		background-color: rgba(255,255,255,0.8);
		visibility: visible;
		position: relative;
	}

	.ev_com_con1::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 50vw;
		background:url(https://sanwadenki.com/wp-content/uploads/2024/08/DSC_0595-scaled.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		top:0;
		left:0;
	}

	.ev_com_con2::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 50vw;
		background:url(https://sanwadenki.com/wp-content/uploads/2024/09/28790054_m.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		top:0;
		left:0;
	}

	.ev_com_con4::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 50vw;
		background:url(https://sanwadenki.com/wp-content/uploads/2024/09/P3150006.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		top:0;
		left:0;
	}

	.ev_com_con3::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 50vw;
		background:url(https://sanwadenki.com/wp-content/uploads/2024/08/IMG_1891-scaled.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		top:0;
		left:0;
	}

	.wid_gap1{
		gap:0px;
	}

	.wp-block-columns:not(.widget_contact) > .wp-block-column{
		flex-basis: 35% !important;
		padding: 10px;
	 }

	 h2.h2-bus{
 		font-size: 30px;
 		font-weight:600;
 	}

.wp-block-group__inner-container .col_3::after{
	content: "";
	display: block;
	width: 47.5%;
}

.wp-block-button a {
	margin: 0;
	padding: 1em 2em;
	color: #ffffff;
	background-color: #66acb8;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.wp-block-button a:hover {
	background-color: #ffffff;
  color: #66acb8;
	border: 2px solid #66acb8;
}

.wp-block-button.but_footer{
	font-size: 12px;
	margin: 15px auto 0px auto;
}
/*キャプションの行間*/
figcaption.wp-element-caption{
	line-height: 1.2;
}


@media screen and (max-width: 650px){

	/*見出しの設定*/

	h2.h2-top{
		font-size: 25px;
		font-weight: 600;
	}

	/*ハンバーガーナビの設定*/
	.drawer-navigation{
		background-color: rgba(80,80,80,0.8);
		width: 70%;
	}

	/*スマホ時の採用ページ本文の設定*/
	.has-text-align-center.top.has-small-font-size{
		text-align: justify;

	}

	br.top{
		display: none;
	}


}

@media screen and (max-width: 400px){

/*見出しの下線*/

	.wp-block-columns h4{
		font-size: 18px;
	}

	.line{
		margin: 5px auto;
	}

	.has-black-color.has-text-color.tel{
		font-size: 34px;
		font-weight: 900;
	}

	

h2.h2-bus{
 font-size: 20px;
 font-weight:600;
}

table.confirmation th{
  font-size: 9px;
}

/*ウィジェットボタンのアクション設定*/


h2.h2-bus.under{
	font-size: 24px;
	font-weight:600;
	background:  linear-gradient(rgba(255, 0, 0, 0) 60%,#66acb8 60%);
	display: inline-block;
	padding-bottom: 6px;
	line-height: 1;
	margin: 15px auto;
}

}

table{
	font-size: initial;
}


