@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* CSS Document */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#page_top img {
	vertical-align: bottom;
}
#contents-wrap {
	padding-top: 100px;
}
h1 {
	width: 100%;
	height: 162px;
	background-image: url(../img/shared/contents-ttl.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 span {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #292929;
}
#main-visual-under {
	position: relative;
	background: url(../img/about/main-visual.jpg) no-repeat center center;
 padding-bottom: calc(100%*340/1300);
	background-size: auto 100%;
}
/* サブメニュー */
#link{
	padding-top: 100px;
	margin-top: -100px;
	width: 100%;
	height: 100%;
}
.under-nav {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.36);
	bottom: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
}
.under-nav ul {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.under-nav ul li {
	position: relative;
	text-decoration: none;
	color: #fff;
	border-bottom: #fff solid 2px;
	width: 220px;
	text-align: center;
	cursor: pointer;
}
.under-nav ul li.current-page {
	border-bottom: #0071be solid 2px;
	padding-bottom: 15px;
}
.under-nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-bottom: 15px;
}
.under-nav ul li::after {
	content: attr(data-color-change);
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	clip: rect(0,0,2px,0);
	transition: clip 0.1s linear;
	background: #0071be;
}
.under-nav ul li:hover::after {
	clip: rect(0,220px,2px,0);
}
#toggle {
	display: none;
}

/* セクション */
#aboutus {
	margin-top: 55px;
	margin-bottom: 70px;
	text-align: center;
}
.justify-h2 {
	position: relative;
	display: inline-block;
	width: 96px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.286;
	text-align-last: justify;
}
.justify-h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0071be;/*線の色*/
}
.under-h2 {
	position: relative;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.286;
}
.under-h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0071be;/*線の色*/
}
/* アクセスマップ */
.accessmap-wrap{
	margin-top: 80px;
}
.accessmap-wrap h3{
	font-size: 22px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	margin-bottom: 35px;
}
.map-flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.map-txt-flex{
	margin-top: 31px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 0.88rem;
	display: flex;
	justify-content: center;
}
.accessmap-wrap a{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #0071be;
	width: 350px;
	height: 60px;
	background:url(../img/about/googlemap_off.png) no-repeat center;
	border: #0071be solid 1px;
	text-align: center;
	line-height: 60px;
	transition: all 0.2s;
}
.accessmap-wrap a:hover{
	color: #fff;
	background: url(../img/about/googlemap_on.png) no-repeat center;
}

/* ドコモショップ */
.shop-img-sp{
	display: none;
}
#docomo-shop{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 65px;
	display: flex;
	justify-content: space-between;
}
#docomo-shop h3{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
}
#docomo-shop h3::after{
	position: absolute;
	margin-left: 16px;
	content: "";
	top: 45%;
	width: 520px;
	border-bottom: #0071be solid 1px;
}
.shop-flex-right ul{
	margin-top: 50px;
	width: 550px;
}
.shop-flex-right ul li{
	margin-top: 35px;
	border-bottom: #ededed solid 1px;
}
.shop-flex-right ul li h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
}
.shop-flex-right ul li p{
	margin-top: 15px;
	margin-left: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875;
}
.shop-flex-right ul li p span{
	font-size: 0.88rem;
}
.after-point{
	position: relative;
	margin: 0 35px 7px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 0.88rem;
	font-weight: 500;
	text-align: right;
}
.after-point::after{
	position: absolute;
	content:url(../img/about/arrow.png);
	margin-left: 10px;
}
.after-point a{
	text-decoration: none;
	color: #0071be;
	transition: all 0.2s;
}
.after-point a:hover{
	opacity: 0.5;
}
/* auショップ */
#au-shop{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 65px;
	display: flex;
	justify-content: space-between;
}
#au-shop h3{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
	text-align: right;
}
#au-shop h3::before{
	position: absolute;
	margin-left: 16px;
	content: "";
	top: 45%;
	right: 245px;
	width: 410px;
	border-bottom: #0071be solid 1px;
}
.shop-flex-left ul{
	margin-top: 50px;
	width: 550px;
}
.shop-flex-left ul li{
	margin-top: 35px;
	border-bottom: #ededed solid 1px;
}
.shop-flex-left ul li h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
}
.shop-flex-left ul li p{
	margin-top: 15px;
	margin-left: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875;
}
.shop-flex-left ul li p span{
	font-size: 0.88rem;
}
/* BMWショップ */
#bmw-shop{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 85px;
	display: flex;
	justify-content: space-between;
}
#bmw-shop h3{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
}
#bmw-shop h3::after{
	position: absolute;
	margin-left: 16px;
	content: "";
	top: 45%;
	width: 520px;
	border-bottom: #0071be solid 1px;
}
/* 輸入二輪車専門店 */
#newlist-shop{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 65px;
}
#newlist-shop h3{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
	text-align: right;
}
#newlist-shop h3::before{
	position: absolute;
	margin-left: 16px;
	content: "";
	top: 45%;
	right: 200px;
	width: 800px;
	border-bottom: #0071be solid 1px;
}
.shop-flex-left ul{
	margin-top: 50px;
	width: 550px;
}
.shop-flex-left ul li{
	margin-top: 35px;
	border-bottom: #ededed solid 1px;
}
.shop-flex-left ul li h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
}
.shop-flex-left ul li p{
	margin-top: 15px;
	margin-left: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875;
}
.shop-flex-left ul li p span{
	font-size: 0.88rem;
}


@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .summary-head {
    padding-top: 15px;
	  line-height: 1.875;
	  vertical-align: top;
  }
}

#aboutus table {
	table-layout: fixed;
	margin: 0 auto;
	margin-top: 50px;
	width: 800px;
	text-align: left;
}
#aboutus table tr {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
}
#aboutus table .summary-head {
	padding-left: 8px;
	padding-right: 85px;
	width: 180px;
	font-weight: 700;
	white-space: nowrap;
	border-bottom: #ededed solid 1px;
	text-align: left;
}
#aboutus table td {
	padding: 15px 0;
	line-height: 1.875;
}
#aboutus table .summary-border-bottom {
	border-bottom: #ededed solid 1px;
}
#aboutus table .table-li-flex {
	display: flex;
}
#aboutus table .table-li-flex .table-margin {
	margin-right: 55px;
}
#aboutus table ul li span {
	display: none;
}
#aboutus table .summary-table-br {
	display: none;
}
.greeting-wrap {
	margin: 0 auto;
	margin-top: 70px;
	width: 1000px;
	height: auto;
	display: flex;
	text-align: left;
}
.greeting-wrap img {
	width: 200px;
	height: 344px;
}
.greeting-txt {
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.125;
	text-align: justify;
	text-justify: inter-ideograph;
}
.greeting-name{
	text-align: right;
	font-size: 1.15rem;
	line-height: 1.4;
}
.greeting-name span{
	font-family: "Sawarabi Mincho";
	font-size: 2rem;
}
.greeting-txt p {
	margin-bottom: 30px;
}
#aboutus table.history-table {
	width: 1000px;
}
.history-no {
	width: 200px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 1.13rem;
	font-weight: 700;
}
#aboutus table .history-head {
	width: 82px;
	margin-right: 0;
	padding-right: 20px;
	border-bottom: #ededed solid 1px;
}
#aboutus table .border-bottom {
	border-bottom: #ededed solid 1px;
}
@media screen and (max-width:1000px){
	.under-nav ul{
		width: 100%;
	}
	.under-nav ul li {
	width: 22vw;
}
.under-nav ul li:hover::after {
	clip: rect(0,22vw,2px,0);
}
	.greeting-wrap{
		width: 90%;
	}
	/* ドコモショップ */
	.shop-img-sp{
		margin: 0 auto;
	display: block;
}
	.shop-img{
		display: none;
	}
#docomo-shop{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#docomo-shop h3{
	position: static;
	text-align: center;
}
#docomo-shop h3::after{
	content: none;
}
.shop-flex-right ul{
	margin-top: 50px;
	width: 550px;
}
.shop-flex-right ul li{
	margin-top: 35px;
	border-bottom: #ededed solid 1px;
}
.shop-flex-right ul li h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
}
.shop-flex-right ul li p{
	margin-top: 15px;
	margin-left: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875;
}
.shop-flex-right ul li p span{
	font-size: 0.88rem;
}
.after-point{
	position: relative;
	margin: 0 35px 7px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 0.88rem;
	font-weight: 500;
	text-align: right;
}
.after-point::after{
	position: absolute;
	content:url(../img/about/arrow.png);
	margin-left: 10px;
}
.after-point a{
	text-decoration: none;
	color: #0071be;
	transition: all 0.2s;
}
.after-point a:hover{
	opacity: 0.5;
}
/* auショップ */
#au-shop{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#au-shop h3{
	position: static;
	text-align: center;
}
#au-shop h3::before{
	content: none;
}
.shop-flex-left ul{
	margin-top: 50px;
	width: 550px;
}
.shop-flex-left ul li{
	margin-top: 35px;
	border-bottom: #ededed solid 1px;
}
.shop-flex-left ul li h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
}
.shop-flex-left ul li p{
	margin-top: 15px;
	margin-left: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875;
}
.shop-flex-left ul li p span{
	font-size: 0.88rem;
}
/* BMWショップ */
#bmw-shop{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#bmw-shop h3{
	position: static;
	text-align: center;
}
#bmw-shop h3::after{
	content: none;
}
/* 輸入二輪車専門店 */
#newlist-shop{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#newlist-shop h3{
	position: static;
	text-align: center;
}
#newlist-shop h3::before{
	content: none;
}
.shop-flex-left ul{
	margin-top: 50px;
	width: 550px;
}
.shop-flex-left ul li{
	margin-top: 35px;
	border-bottom: #ededed solid 1px;
}
.shop-flex-left ul li h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
}
.shop-flex-left ul li p{
	margin-top: 15px;
	margin-left: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875;
}
.shop-flex-left ul li p span{
	font-size: 0.88rem;
}
}
@media screen and (max-width:768px) {
	#contents-wrap{
		padding-top: 14.9333333vw;
	}
#link{
	padding-top: 14.9333333vw;
	margin-top: -14.9333333vw;
}
#menu {
	display: none;
}
#menu li {
	margin: 0 auto;
	width: 84.63541666vw;
	text-align: left;
	font-size: 4.6875vw;
	border-bottom: #404040 solid 2px;
	padding-bottom: 0;
	box-sizing: border-box;
}
	#menu li.current-page {
	padding: 5.598958333vw 0;
}
#toggle {
	display: block;
	width: 100%;
	height: 10.41666666vw;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 4.166666666vw;
	font-weight: 700;
}
#toggle a {
	display: block;
	padding: 3.125vw 10%;
	color: #fff;
	text-align: right;
	text-decoration: none;
	background: url(../img/shared/submenu-arrow.png) no-repeat 96% center;
	background-size: 3.90625vw;
	box-sizing: border-box;
}
	.under-nav ul li a{
		display: block;
	padding: 5.598958333vw 0;
		transition: all 0.3s ease;
	}
	.under-nav ul li a:hover{
		background-color: #434343;
	}
	.under-nav{
		height: 10.41666666vw;
	}
	.under-nav ul{
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 8.333333333vw;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 2;
	}
.under-nav ul li {
	border-bottom: none;
}
.under-nav ul li.current-page {
	border-bottom: none;
}
.under-nav ul li::after {
	content: none;
}
.under-nav ul li:hover::after {
	content: none;
}
	#breadcrumns ul{
		width: 100%;
	}
	h1{
		height: 22.13541666vw;
		font-size: 5.416666666vw;
		font-weight: 500;
	}
	h1 span{
		font-size: 2.708333333vw;
		margin-top: 0.911458333vw;
	}
	#main-visual-under{
		padding-bottom: calc(100%*340/768);
	}
.justify-h2 {
	width: 16.796875vw;
	font-size: 4.947916666vw;
}
.justify-h2::before, .under-h2::before {
	bottom: -2.994791666vw;/*線の上下位置*/
	width: 15.625vw;/*線の長さ*/
	height: 0.520833333vw;/*線の太さ*/
}
.under-h2 {
	width: 38.02083333vw;
	font-size: 4.947916666vw;
}
	.accessmap-wrap h3{
		font-size: 3.90625vw;
	}
	.accessmap-wrap{
		margin-top: 11.71875vw;
	}
	.map-flex iframe{
		margin-top: 5.208333333vw;
		width: 78.125vw;
		height: 52.08333333vw;
	}
	.map-txt-flex{
		margin-top: 4.036458333vw;
		flex-direction: column;
		font-size: 3.385416666vw;
		line-height: 5.598958333vw;
	}
	.accessmap-wrap a{
		margin-top: 2.604166666vw;
		font-size: 3.125vw;
		width: 68.359375vw;
		height: 11.71875vw;
		line-height: 11.71875vw;
		background: url(../img/about/googlemap_off-sp.png) no-repeat center;
	}
	.accessmap-wrap a:hover{
	color: #fff;
	background: url(../img/about/googlemap_on-sp.png) no-repeat center;
}
	.map-flex img{
		width: 52.08333333vw;
		height: 52.08333333vw;
	}
	.shop-img-sp{
		width: 52.08333333vw;
		height: 52.08333333vw;
	}
	#docomo-shop{
		margin-bottom: 8.463541666vw;
	}
	#docomo-shop h3{
		font-size: 3.90625vw;
		margin-bottom: 6.510416666vw;
	}
	#au-shop{
		margin-bottom: 8.463541666vw;
	}
	#au-shop h3{
		font-size: 3.90625vw;
		margin-bottom: 6.510416666vw;
	}
	#bmw-shop{
		margin-bottom: 8.463541666vw;
	}
	#bmw-shop h3{
		font-size: 3.90625vw;
		margin-bottom: 6.510416666vw;
	}
	#newlist-shop{
		margin-bottom: 8.463541666vw;
	}
	#newlist-shop h3{
		font-size: 3.90625vw;
		margin-bottom: 6.510416666vw;
	}
	.shop-flex-right ul{
		margin-top: 6.510416666vw;
		width: 84.63541666vw;
	}
	.shop-flex-right ul li{
		margin-top: 4.557291666vw;
	}
	.shop-flex-right ul li h4{
		font-size: 3.385416666vw;
	}
	.shop-flex-right ul li p{
		font-size: 3.385416666vw;
		margin-top: 1.953125vw;
		margin-left: 3.90625vw;
	}
	.shop-flex-right ul li p span{
		font-size: 3.125vw;
	}
	.shop-flex-left ul{
		margin-top: 6.510416666vw;
		width: 84.63541666vw;
	}
	.shop-flex-left ul li{
		margin-top: 4.557291666vw;
	}
	.shop-flex-left ul li h4{
		font-size: 3.385416666vw;
	}
	.shop-flex-left ul li p{
		font-size: 3.385416666vw;
		margin-top: 1.953125vw;
		margin-left: 3.90625vw;
	}
	.shop-flex-left ul li p span{
		font-size: 3.125vw;
	}
	.after-point{
	margin: 0 4.557291666vw 3.90625vw 0;
		font-size: 3.385416666vw;
}
.after-point::after{
	content: "";
	display: inline-block;
	width: 3.90625vw;
	height: 2.864583333vw;
	background-image: url(../img/about/blank.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 1.302083333vw;
}
.greeting-wrap {
	margin-top: 7.8125vw;
	width: 84.89583333vw;
	flex-direction: column;
	align-items: center;
}
.greeting-txt {
	margin-right: 0;
	width: 100%;
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
}
	.greeting-name{
	font-size: 1.15rem;
}
.greeting-name span{
	font-size: 5.729vw;
}
.greeting-wrap img {
	width: 39.19270833vw;
	height: auto;
}
	#aboutus{
		margin-top: 10.02604166vw;
		margin-bottom: 9.114583333vw;
	}
#aboutus table {
	width: 84.63541666vw;
	margin-top: 6.510416666vw;
}
#aboutus table .summary-head {
	width: 20.83333333vw;
	font-size: 3.385416666vw;
	padding-left: 0;
	padding-right: 4.557291666vw;
	line-height: 1.462;
}
#aboutus table .table-li-flex {
	flex-direction: column;
}
#aboutus table.history-table {
	width: 84.63541666vw;
}
	#aboutus table ul li span{
		display: inline-block;
	}
.history-no {
	display: block;
	width: 100%;
	font-size: 3.90625vw;
	margin-top: 3.515625vw;
	margin-bottom: 4.817708333vw;
}
	#aboutus table td{
		padding: 1.953125vw 0;
	}
#aboutus table .history-head {
	display: block;
	border-bottom: none;
	padding-left: 0;
	font-size: 3.385416666vw;
}
#aboutus table .summary-border-bottom {
	font-size: 3.385416666vw;
}
#aboutus table .border-bottom {
	display: block;
	font-size: 3.385416666vw;
	padding-bottom: 4.557291666vw;
	margin-bottom: 3.255208333vw;
	line-height: 4.6875vw;
}
#aboutus table .summary-table-br {
	display: block;
}
#aboutus table .table-li-flex .table-margin {
	margin-right: 0;
}
	.greeting-txt p{
		font-size: 3.385416666vw;
		margin-bottom: 3.90625vw;
	}
}
