/* .swiperMain {
  display: none;
} */

/*@media screen and (min-width: 1080px) {
  body {
    display: none;
  }
}*/

/* タブレット・スマホ表示（本体仕様） */
/*--------------------------------------*/
/*  body
/*--------------------------------------*/

@media screen and (max-width: 1079px) {
	body {
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	color: #3c3c3c;
	font-weight: 300;
	background-color: rgba(255,255,255,1.00);
	}

	a {
	text-decoration: none;
	}

/*	a:hover {
	opacity: 0.5;
	}*/

	.page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	}

	.page-top img {
	max-width: 50px;
	width: 100%;
	}

	/* header */

	.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	}

	.t-size {
	position: relative;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: right;
	background-color: #f0f0f0;
	padding: 9px 11px 8px 11px;
	}

	.t-size .text {
	color: #5a5a5a;
	font-size: 12px;
	margin-right: 12px;
	font-weight: 500;
	}

	.t-size .buttons {
	display: flex;
	align-items: center;
	}

	.t-size .buttons button:nth-child(2) {
	padding: 3px 10px 3px 10px;
	}

	.t-size .size-button {
	background-color: #fff;
	color: #5a5a5a;
	border: 1px solid #c9c9c9;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 3px 18px 3px 18px;
	text-align: center;
	font-size: 12px;
	margin-right: -1px;
	}

	.t-size .size-button:hover,
	.t-size .size-button:active {
	background-color: #c8d7eb;
	}

	.header .box {
	position: relative;
	z-index: 101;
	display: flex;
	background-color: #fff;
	}

	@media screen and (max-width: 1080px) {
	.header .box .logo {
	width: 35%;
	margin-left: auto;
	}

	.header .box .logo img {
	padding-top: 4px;
	}
	}

	@media screen and (max-width: 960px) {
	.header .box .logo {
	width: 35%;
	margin-left: auto;
	}

	.header .box .logo img {
	padding-top: 10px;
	}
	}

	@media screen and (max-width: 768px) {
	.header .box .logo {
	width: 45%;
	margin-left: auto;
	}

	.header .box .logo img {
	padding-top: 8px;
	}
	}

	@media screen and (max-width: 640px) {
	.header .box .logo {
	width: 55%;
	margin-left: auto;
	}

	.header .box .logo img {
	padding-top: 10px;
	}
	}

	/* ham */

	.header-nav {
	width: max-content;
	margin-left: auto;
	}

	#nav-open img {
	max-width: 60px;
	width: 100%;
	cursor: pointer;
	}

	#nav-content {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.1s ease-in-out;
	}

	#nav-content.open {
	display: block;
	opacity: 1;
	position: fixed;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #1d40a0;
	overflow: scroll;
	}

	.nav-list {
	overflow: scroll;
	}

	.nav-list ul {
	height: auto;
	}

  .nav-list ul {
    padding: 0;
  }

  .nav-list li {
    border-bottom: 1px solid #fff;
    padding: 0;
  }

  .nav-list li:first-child {
    padding-top: 60px;
  }

  .nav-list li a {
	display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-left: 0;
	padding: 15px 0 15px 90px;
  }

  .nav-list li a:hover {
    opacity: 0.5;
  }

  .nav-list li a::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 2px;
    width: 13px;
    transform: rotate(45deg);
    left: 50px;
    top: 20px;
  }

  .nav-list li a::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 2px;
    width: 13px;
    transform: rotate(-45deg);
    left: 50px;
    top: 28px;
  }

	/* ham */

	.header-b-line {
	height: 5px;
	background-color: #1d40a0;
	width: 100%;
	margin-top: -1px;
	}

	/* t-catch */
	.t-catch {
	padding-top: 64px;
	}

	.swiperMain .swiper-slide {
	text-align: center;
	}

	.swiperMain .swiper-slide img {
	width: 100%;
	}

	.swiper-container-free-mode > .swiper-wrapper {
	display: flex;
	justify-content: center;
	background-color: #f0f0f0;
	padding: 5px 0px;
	}

	.swiperThumbnail .swiper-slide {
	margin-right: 2px !important;
	margin-left: 2px !important;
	}

	.swiperThumbnail .swiper-slide-thumb-active {
	height: auto;
	border: 2px solid #ef843a;
	}

	.swiperThumbnail .swiper-slide img {
    width: 100%;
	}

	.swiper.swiperThumbnail {
	overflow-x: scroll;
	background-color: #f0f0f0;
	margin-top: -2px;
	}

	.swiper-container-free-mode > .swiper-wrapper {
	padding-left: 2px;
	}

	.swiper.swiperThumbnail .swiper-wrapper .swiper-slide:last-child img {
	padding-right: 5px;
	}

	.swiper-container-free-mode > .swiper-wrapper {
	justify-content: unset;
	}

	/* t-common */

	.t-common h2 {
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
	padding-left: 30px;
	letter-spacing: 2px;
	}

	.t-common h2::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 50px;
	background-color: #1d40a0;
	left: 0;
	top: -15px;
	}

	.t-common h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #1d40a0;
	left: 0;
	bottom: -18px;
	}

	.t-info,
	.t-news,
	.t-banner {
	margin-top: 50px;
	max-width: 540px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	}

	.t-news {
	margin-top: 65px;
	}

	.t-banner {
	margin-top: 35px;
	}

	/* t-info */

	.t-info .boxes {
	display: flex;
	margin-top: 30px;
	height: 100px;
	}

	.t-info .boxes01 {
	margin-top: 50px;
	}

	.t-info .boxes-img {
	width: 50%;
	border: 1px solid #1d40a0;
	object-fit: cover;
	}

	.t-info .box {
	width: 50%;
	display: flex;
	align-items: center;
	background-color: #1d40a0;
	}

	.t-info .box img {
	max-width: 20px;
	width: 100%;
	margin-left: 30px;
	}

	.t-info .box .box-text {
	font-size: 1rem;
	color: #fff;
	font-weight: 600;
	margin-left: 10px;
	margin-right: 5px;
	line-height: 1.5;
	}

	.t-info .text {
	font-size: 0.9rem;
	margin-top: 25px;
	}

	.t-info .line {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #e6e6e6;
	height: 1px;
	}

	/* t-news */

	.t-news h2.margin {
	margin-top: 50px;
	}

	.t-news .articles {
	margin-top: 50px;
	}

	.t-news .articles time {
	margin-left: 30px;
	margin-right: 30px;
	}

	.t-news .articles a {
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	color: #1d40a0;
	text-decoration: underline;
	}

	.t-news .articles .line {
	background-color: #e6e6e6;
	height: 1px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	.t-news .other {
	display: flex;
	align-items: center;
	max-width: max-content;
	margin-left: auto;
	}

	.t-news .other img {
	max-width: 20px;
	width: 100%;
	}

	.t-news .other p {
	margin-left: 10px;
	color: #1d40a0;
	text-decoration: underline;
	}

	.t-news .articles .pdf {
	display: flex;
	align-items: center;
	margin-left: 30px;
	margin-top: 10px;
	}

	.t-news .articles .pdf img {
	max-width: 18px;
	width: 100%;
	margin-right: 10px;
	}

	/* t-banner */

	.t-banner .link {
	margin-bottom: 20px;
	display: block;
	}

	.t-banner .link .img {
	width: 100%;
	}

	.t-banner .line {
	background-color: #e6e6e6;
	height: 1px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	.t-banner .text {
	margin-bottom: 20px;
	}

	/* footer */

	.footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}

	.footer .inner {
	padding: 40px 50px 30px 50px;
	background-color: #f0f0f0;
	}

	.footer .title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	color: #3c3c3c;
	font-weight: 500;
	font-size: 1.2rem;
	}

	.footer .line {
	background-color: #3c3c3c;
	height: 1px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	}

	.footer .links {
	display: flex;
	align-items: flex-start;
	margin: 40px 0;
	}

	.footer .links .link-l {
	width: 50%;
	margin-right: 60px;
	}

	.footer .links .link .link-t,
	.footer .link-u a {
	display: block;
	color: #3c3c3c;
	text-decoration: underline;
	font-size: 1.1rem;
	letter-spacing: 1px;
	}

	.footer .links .link .link-t.margin {
    margin-bottom: 10px;
	}

	.footer .links-u {
	display: flex;
	margin-top: 20px;
	}

	.footer .links-u .links-u-t {
	margin-left: 20px;
	}

	.footer .bottom {
	background-color: #1d40a0;
	padding: 40px 0;
	}

	.footer .bottom a {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	display: block;
	}

	.footer .bottom img {
	max-width: 250px;
	width: 100%;
	}

	.footer .bottom small {
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 20px;
	}
	}/*　media screen　*/

	@media screen and (max-width: 550px) {
	/* footer */
	.footer .links .link-l {
	margin-right: 20px;
	}
	}/*　media screen　*/

	@media screen and (max-width: 450px) {
	/* header */
	.t-size {
	display: none;
	}

	.header .box .logo {
	width: 55%;
	}

	.header .box .logo img {
	padding-top: 15px;
	}

	.nav-list li:first-child {
	padding-top: 65px;
	}

	/* t-catch */

	.t-catch {
	padding-top: 64px;
	}

	/* t-info */
	.t-info .box img {
	margin-left: 10px;
	}

	/* footer */

	.footer .links {
	flex-direction: column;
	}

	.footer .links .link-l {
	width: unset;
	}

	.footer .links .link .link-t {
    margin-bottom: 20px;
    font-size: small;
	}

	.footer .links-u {
	flex-direction: column;
	}
}/*　media screen　*/

	@media screen and (max-width: 700px) {
	/* footer */
	.footer .links .link .link-t {
    margin-bottom: 10px;
    font-size: small;
	}
}/*　media screen　*/
/* 本体仕様 */

/* タブレット・スマホ表示（コンテンツ仕様） */
/*--------------------------------------*/
/*  body #main
/*--------------------------------------*/

@media screen and (max-width: 1079px) {
	body #main{
		width: 100%;
	}
	body #main #page_body{
		padding: 0 0 20px 0;
	}
	#wrapper_area{
		width: 100%;
		z-index: 0;/*ie7でドロップダウンメニューが前面に表示されるようにするため*/
	}
	#wrapper{
		width: 90%;
		margin: 0 auto;
		padding: 0;
		overflow: auto;
	}
	#main {
		width: 100%;
	}
	#main h2.title {
    margin: 20px 0;
    border-bottom: dotted 1px #bbb;
    font-weight: 700;
	}
	#main h2.title span{
    border-left: solid 6px #6689c8;
    margin-bottom: 1px;
    display: block;
    padding: 5px 0 10px 20px;
    font-size: 135%;
    font-weight: 700;
    line-height: 24pt;
	}
	#main ul{
		list-style-type: none;
	}
	#main a:link{
		text-decoration: none;
	}
	#main a:hover{
		text-decoration: underline;
	}
	#main .mod-heading-01 {
		margin: 0 0 5px 0;
		padding: 30px 0 10px 0;
		font-size: 180%;
		line-height: 30pt;
	}
	#main .mod-heading-02{
		margin: 0 0 20px 0;
		padding: 0 0 2px 0;
		background: url(/toho/common/images/line_bg_headinglv2.gif) repeat-x bottom left;
	}
	#main .mod-heading-02 h2{
		font-size: 135%;
		border-left: solid 6px #6689c8;
		padding: 7px 0 8px 15px;
	}
	#main h3{
    font-size: 120%;
    margin: 10px 0;
    font-weight: 700;
	}
	#main h3.sub-ttl{
		padding: 0 0 0 26px;
		margin: 10px 0;
		background:url(/toho/common/images/icon_circle_ico.gif) left top no-repeat;
		min-height: 20px;
	}
	.CenterAdjust {
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;	
	}
	#side,
	#link_pagetop {
		display: none;
	}
	#breadcrumb {
		padding: 100px 0 0 0;
		margin: 0;
	}
	#breadcrumb ul li {
		margin: 0 6px 0 0;
		list-style-type: none;
		display: inline;
		font-size: 100%;
	}
	#breadcrumb ul li a {
		margin: 0 6px 0 0;
		color: #0033cc;
		text-decoration: none;
	}
	#breadcrumb ul li a:hover{
		text-decoration: underline;
	}
	#page_body table.table_A {
		border: solid 1px #cccccc;
		border-collapse: collapse;
	}
	#page_body table.table_A th {
		width: 30%;
		background: #eeeeee;
		border: solid 1px #cccccc;
		font-weight: normal;
		line-height: 1.5;
		padding: 15px 10px;
		text-align: left;
	}
	#page_body table.table_A td {
		width: 70%;
		background: #FFFFFF;
		border: solid 1px #cccccc;
		padding: 15px 10px;
		vertical-align: middle;
		text-align: left;
		overflow-wrap: break-word;
	}

	/* 会社概要（沿革） */
	/*--------------------------------------*/
	/*  #top_page #main 
	/*--------------------------------------*/
	#top_page .clearfix {
		clear:both;
	}

	#top_page #page_body .support-topBox {
		width: 80%;
		padding: 30px 0;
		margin: 20px 0 0 0;
		min-height: 200px;
	}
	#top_page #page_body .support-topBox02 {
		width: 80%;
		padding: 20px;
		margin: 20px 0 0 0;
		min-height: 180px;
	}
	#top_page #page_body .support-topBox dt.ttl {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 !important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#top_page #page_body .support-topBox dt.ttl2 {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 10px!important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#top_page #page_body .support-topBox a,
	#top_page #page_body .support-topBox02 a {
		font-weight: 500;
	}
	#top_page #page_body .support-topBox dd.txt,
	#top_page #page_body .support-topBox02 dd.txt{
		margin: 0 0 20px 0;
	}
	#top_page #page_body .support-topBox dd.photo,
	#top_page #page_body .support-topBox02 dd.photo{
		top: 0;
		height: auto;
	}
	#top_page #page_body .support-topBox02 dd.photo img{
		width: 100%;
	}
	#top_page #page_body .support-topBox .box-size {
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	#top_page #page_body .support-topBox .box-size02 {
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	#top_page #page_body .support-topBox.company-topBoxLeft,
	#top_page #page_body .support-topBox.company-topBoxLeft02,
	#top_page #page_body .support-topBox.company-topBoxRight{
		margin: 20px;
		padding: 20px;
	}
	#top_page .box-radius{
		width: 80%;
		left: 4%;
		border: 1px solid #DDD;
		background-color: #FFF;

	   /* 角丸 */
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
		position:relative;
	}


	#top_page #page_body .company-topBox {
		width: 80%;
		padding: 30px 0;
		margin: 20px 0 0 0;
		min-height: 200px;
	}
	#top_page #page_body .company-topBox02 {
		width: 80%;
		padding: 20px;
		margin: 20px 0 0 0;
		min-height: 180px;
	}
	#top_page #page_body .company-topBox dt.ttl {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 !important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#top_page #page_body .company-topBox dt.ttl2 {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 10px!important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#top_page #page_body .company-topBox a,
	#top_page #page_body .company-topBox02 a {
		font-weight: 500;
	}
	#top_page #page_body .company-topBox dd.txt,
	#top_page #page_body .company-topBox02 dd.txt{
		margin: 0 0 20px 0;
	}
	#top_page #page_body .company-topBox dd.photo,
	#top_page #page_body .company-topBox02 dd.photo{
		top: 0;
		height: auto;
	}
	#top_page #page_body .company-topBox02 dd.photo img{
		width: 100%;
	}
	#top_page #page_body .company-topBox .box-size {
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	#top_page #page_body .company-topBox .box-size02 {
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	#top_page #page_body .company-topBox.company-topBoxLeft,
	#top_page #page_body .company-topBox.company-topBoxLeft02,
	#top_page #page_body .company-topBox.company-topBoxRight{
		margin: 20px 0 0 0;
		padding: 20px;
	}
	#top_page .box-radius{
		width: 80%;
		left: 4%;
		border: 1px solid #DDD;
		background-color: #FFF;

	   /* 角丸 */
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
		position:relative;
	}

	/*--------------------------------------*/
	/*  #outline_page #main 
	/*--------------------------------------*/

	#outline_page #main h2.title {
		margin: 20px 0;
		border-bottom: dotted 1px #bbb;
	}

	#outline_page #main h2.title span{
    border-left: solid 6px #6689c8;
    margin-bottom: 1px;
    display: block;
    padding: 5px 0 10px 20px;
    font-size: 135%;
    font-weight: 700;
    line-height: 24pt;
	}

	/*--------------------------------------*/
	/*  #history_page  #main 
	/*--------------------------------------*/

	#history_page #main .history-area {
		padding: 20px 0;
	}
	#history_page #main .history-area h2.title {
		margin-left: 0;
		margin-right: 0;
	}
	#history_page #main .history-area h3 {
		margin-left: 0;
		margin-right: 0;
	}
	#history_page #main .history-area table.table_A {
		width: 100%;
	}
	#history_page #main .history-area table.table_A th {
		vertical-align: top;
		white-space: nowrap;
	}

	/*--------------------------------------*/
	/*  #policy_page  #main 
	/*--------------------------------------*/

	#policy_page #main .policy-area{
		padding: 0 20px 20px 20px;
	}
	#policy_page #main h2.title {
		padding-top: 80px;
		margin-top: -80px;
		border-bottom: dotted 1px #bbb;
	}
	#policy_page #main h2.title span{
    border-left: solid 6px #6689c8;
    margin-bottom: 1px;
    display: block;
    padding: 5px 0 10px 20px;
    font-size: 135%;
    font-weight: 700;
    line-height: 24pt;
	}

	/*--------------------------------------*/
	/*  #branch_page #main 
	/*--------------------------------------*/

	#branch_page #main .branch-area{
		width: 100%;
		padding: 20px 0;
	}
	#branch_page #main .branch-area h2.title{
		margin-left: 0;
		margin-right: 0;
	}
	#branch_page #main .branch-area h3{
		margin-left: 0;
		margin-right: 0;
	}
	
/*--------------------------------------*/
/*  拠点一覧 開始
/*--------------------------------------*/
#branch_page #main table.branch-listarea {
	border-collapse: collapse;
}
#branch_page #main table.branch-listarea th{
	border-bottom:1.5px solid #92C5E9;
	padding: 5px 10px;
	text-align: left;
	font-weight: normal;
}
#branch_page #main table.branch-listarea td{
	border-top:1.5px solid #92C5E9;
	padding: 5px 10px;
	text-align: left;
}
#branch_page #main table.branch-listarea th {
	white-space: nowrap;
}
#branch_page #main table.branch-listarea.Support {
	width: 100%;
	margin-bottom: 10px;
}
#branch_page #main table.branch-listarea.Support th {
	white-space: normal;
	width: 20%;
	table-layout: fixed;
}
#branch_page #main table.branch-listarea.Support th span {
	writing-mode: vertical-rl;
	white-space: nowrap;
}
#branch_page #main table.branch-listarea.Support th strong {
	color: #ee0000;
}
#branch_page #main table.branch-listarea.Support th strong.BlueType {
	color: #0000ee;
}
#branch_page #main table.branch-listarea.Support th.Main ,
#branch_page #main table.branch-listarea.Support td.Main {
	white-space: normal;
	background:#DEECFB;
	width: 26%;
	table-layout: fixed;
	font-weight: bold;
}
#branch_page #main table.branch-listarea.Support th.Jusyo ,
#branch_page #main table.branch-listarea.Support td.Jusyo {
	background:#F7FAFF;
	width: 44%;
	table-layout: fixed;
}
#branch_page #main table.branch-listarea.Support th.Bikouran ,
#branch_page #main table.branch-listarea.Support td.Bikouran {
	padding: 5px 10px;
	background:#DEECFB;
	width: 30%;
	table-layout: fixed;
}

.button_map{
    width:65px;
    height:20px;
    line-height:20px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.button_map a{
    display:block;
    width:100%;
    height:100%;
	text-decoration: none;
	background: -webkit-gradient(180deg, #1c89ff 20%, #004ea2);
    background: linear-gradient(180deg, #1c89ff 20%, #004ea2); 
    text-align:center;
    border:1.5px solid #004ea2;
    color:#FFFFFF;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    transition: all 0.5s ease;
}
.button_map a:hover{
    background:#F7FAFF;
	text-decoration: none;
    color:#004EA2;
    margin-left:0px;
    margin-top:0px;
    border:1.5px solid #004EA2;
    box-shadow:none;
	background-image: none;
}

	
/*--------------------------------------*/
/*  拠点一覧 終わり
/*--------------------------------------*/
	

	/*--------------------------------------*/
	/*  #support_top_page #main
	/*--------------------------------------*/

	#support_top_page {
		margin-bottom: 20px;
	}
	#support_top_page .clearfix {
		clear: both;
	}
	#support_top_page .products_box {
		width: 90%;
		padding: 30px 4.5%;
		background: #F6F6F6;
		border: 1px solid #DDD;
	}
	#support_top_page .products-topBox {
		width: 90%;
		margin: 0 0 20px 0;
		padding: 5%;
	}
	#support_top_page .products-topBox_big {
		width: 100%;
	}
	#support_top_page .products-topBox .ttl,
	#support_top_page .products-topBox_big .ttl{
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 !important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#support_top_page .products-topBox a
	#support_top_page .products-topBox_big a{
		font-weight: 500;
	}
	#support_top_page .products-topBox .txt,
	#support_top_page .products-topBox_big .txt{
		margin: 0 0 20px 0;
		display: block;
	}
	#support_top_page .products-topBox .photo,
	#support_top_page .products-topBox_big .photo{
		top: 0;
		height: auto;
	}
	#support_top_page .products-topBox .photo img,
	#support_top_page .products-topBox_big .photo img{
		width: 100%;
	}
	#support_top_page .products-topBox .box-size {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}
	#support_top_page .products-topBox,
	#support_top_page .products-topBox_big{
		width: 90%;
		left: 0;
		border: 1px solid #DDD;
		background-color: #FFF;

		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		border-radius: 3px;
		position:relative;
	}

	/*--------------------------------------*/
	/*  #division_page #main
	/*--------------------------------------*/
	
	#division_page .company-topBox {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		min-height: 200px;
	}
	#division_page .company-topBox02 {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 20px;
		min-height: 180px;
	}
	#division_page .company-topBox dt.ttl {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 !important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#division_page .company-topBox dt.ttl2 {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 10px!important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#division_page .company-topBox a,
	#division_page .company-topBox02 a {
		font-weight: 500;
	}
	#division_page .company-topBox dd.txt,
	#division_page .company-topBox02 dd.txt{
		margin: 0 0 20px 0;
	}
	#division_page .company-topBox dd.photo,
	#division_page .company-topBox02 dd.photo{
		top: 0;
		height: auto;
	}
	#division_page .company-topBox02 dd.photo img{
		width: 100%;
	}
	#division_page .company-topBox .box-size {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}
	#division_page .company-topBox.company-topBoxLeft,
	#division_page .company-topBox.company-topBoxLeft02,
	#division_page .company-topBox.company-topBoxRight{
		margin: 0;
		padding: 20px;
	}
	#division_page .box-radius{
		width: 80%;
		left: 4%;
		border: 1px solid #DDD;
		background-color: #FFF;

		/* 角丸 */
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		border-radius: 3px;
		position:relative;
	}

	/* 一覧から探す */
	#division_page #main h2.title {
		padding-top: 80px;
		margin-top: -80px;
		border-bottom: dotted 1px #bbb;
	}
	#division_page #main h2.title span{
    border-left: solid 6px #6689c8;
    margin-bottom: 1px;
    display: block;
    padding: 5px 0 10px 20px;
    font-size: 135%;
    font-weight: 700;
    line-height: 24pt;
	}
	#division_page #main h3 {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: 700;
	}
	#division_page #main .pagetop-navi {
		text-align: right;
		padding: 0;
		margin: 20px 0;
	}
	#division_page #main #Hokkaido,
	#division_page #main #Tohoku,
	#division_page #main #kitakanto,
	#division_page #main #Keiyo,
	#division_page #main #Minamikanto,
	#division_page #main #Kosinetsu,
	#division_page #main #Chubu,
	#division_page #main #Hokuriku,
	#division_page #main #Kinki,
	#division_page #main #Chugoku,
	#division_page #main #Shikoku,
	#division_page #main #Kyushu
	{
       position: relative;
       top: -100px;
       display: block;
    }
	#division_page .description_box {
		width: 100%;
		margin: 0 auto;
	}
	#division_page ul.descriptionMenu{
		overflow:hidden;
		zoom: 1;
	}
	#division_page ul.descriptionMenu li {
		float: left;
		padding: 0 10px;
		border-left: 1px #6B6D84 solid;
		margin-bottom: 5px;
	}
	#division_page ul.descriptionMenu li.last {
		border-left: 1px #6B6D84 solid;
		border-right: 1px #6B6D84 solid;
	}
	#division_page .description_boxMin {
		margin: 25px 0 0 0;
		background: url(/toho/common/images/line_dot_x.gif) repeat-x scroll center top transparent;
		overflow:hidden;
		zoom: 1;
	}
	.business-listbox {
		overflow-x: scroll;
	}
	.business-listbox table {
		width: 100%;
		min-width: 800px;
        border-collapse: collapse;
    }
	.business-listbox-fix table {
		width: 100%;
        border-collapse: collapse;
    }
	#division_page #main table.business-listarea {
		border-collapse: collapse;
	}
	#division_page #main table.business-listarea th.Item{
		border: 1px solid #cccccc;
		background:#eeeeee;
		text-align: center;
	}
	#division_page #main table.business-listarea th,
	#division_page #main table.business-listarea td{
		border: 1px solid #cccccc;
		padding: 5px 10px;
		text-align: left;
	}
	#division_page #main table.business-listarea th {
		white-space: nowrap;
	}
	#division_page #main table.business-listarea.Support {
        width: 100%;
		margin-bottom: 10px;
	}
	#division_page #main table.business-listarea.Support th {
		white-space: normal;
		width: 30%;
	}
	#division_page #main table.business-listarea.Support th span {
		display: inline-block;
		font-weight: normal;
		color: #ee0000;
		margin-left: 10px;
	}
	#division_page #main table.business-listarea.Support th strong {
		color: #ee0000;
	}
	#division_page #main table.business-listarea.Support th strong.BlueType {
		color: #0000ee;
	}
	#division_page #main table.business-listarea.Support td {
		width: 50%;
	}
	#division_page #main table.business-listarea.Support td.Kubun {
		width: 20%;
	}

	/* 製品情報から探す */
	#division_page .products_box {
		width: 90%;
		padding: 30px 4.5%;
		margin: 0 auto;
		border-radius: 5px;
		border-top: 1px solid #DDDDDD;
		border-right: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		overflow: hidden;
		zoom: 1;
	}
	* html #division_page .products_box{
		width: 90%;
		margin: 0 0 20px 0;
		padding: 4.5%;
	}
	#division_page .division_boxMin {
		padding: 20px 0;
		overflow: hidden;
		zoom: 1;
	}
	#division_page .division_boxMin .division_boxMin_img {
		width: 92%;
		padding: 0;
		overflow: hidden;
		zoom: 1;
	}
	#division_page .division_boxMin .division_boxMin_menu {
		width: 88%;
		margin: 10px 0;
	}
	#division_page .division_boxMin .division_boxMin_tit,
	#division_page .link-bold{
		padding: 10px 0 0 20px;
		margin: 0 auto;
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat left 20px;
		border-bottom: 1px dotted #BBBBBB;
		font-weight: 500;
		font-size: 135%;
		line-height: 24pt;
		clear: both;
	}
	#division_page .division_boxMin ul {
		zoom: 1;
		padding: 0;
		margin-left: -10px;
	}
	#division_page .division_boxMin li {
		width: 100%;
		background: url(/toho/common/images/icon_arrow_02.gif) no-repeat 0;
		padding: 0 0 0 15px;
		list-style-type: none;
	}
	#division_page .division_boxBig_btm {
		width: 100%;
		height: 5px;
		background: url(/images/division/btn_tab_m_btm.gif) no-repeat left top;
	}
	#division_page .division_boxLeft,
	#division_page .division_boxRight{
	   border: 1px solid #DDD;
	   background-color: #F6F6F6;

		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		border-radius: 3px;
		position:relative;
		overflow:hidden;
		zoom: 1;
	}

	/*--------------------------------------*/
	/*  #product_top_page #main
	/*--------------------------------------*/

	#product_top_page {
		margin-bottom: 20px;
	}

	#product_top_page .clearfix {
		clear:both;
	}
	#product_top_page .products_box{
		width: 90%;
		padding: 30px 4.5%;
		background: #F6F6F6;
		border: 1px solid #DDD;
	}
	#product_top_page .products-topBox {
		width: 90%;
		margin: 0 0 20px 0;
		padding: 5%;
	}
	#product_top_page .products-topBox_big {
		width: 100%;
	}
	#product_top_page .products-topBox .ttl,
	#product_top_page .products-topBox_big .ttl{
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 !important;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		min-height: 18px;
		font-size: 135%;
		line-height: 24pt;
	}
	#product_top_page .products-topBox a
	#product_top_page .products-topBox_big a{
		font-weight: 500;
	}
	#product_top_page .products-topBox .txt,
	#product_top_page .products-topBox_big .txt{
		margin: 0 0 20px 0;
		display: block;
	}
	#product_top_page .products-topBox .photo,
	#product_top_page .products-topBox_big .photo{
		top: 0;
		height: auto;
	}
	#product_top_page .products-topBox .photo img,
	#product_top_page .products-topBox_big .photo img{
		width: 100%;
	}
	#product_top_page .products-topBox .box-size {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}
	#product_top_page .products-topBox,
	#product_top_page .products-topBox_big{
		width: 90%;
		left: 0;
		border: 1px solid #DDD;
		background-color: #FFF;

		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		border-radius: 3px;
		position:relative;
	}

	/*--------------------------------------*/
	/*  #page_products
	/*--------------------------------------*/

	#page_products_body {
		width: 100%;
		overflow: hidden;
		zoom: 1;
	}
	#page_products_body2 {
		width: 100%;
		overflow: hidden;
		zoom: 1;
		margin: 0 auto;
	}
	#page_products_body2 h2.title {
		width: 100%;
		margin: 20px 0;
	}
	#page_products_body2 h3 {
		width: 100%;
		margin: 0;
		font-size: 14pt;
		line-height: 24pt;
	}
	#page_products_body2 .maruto {
		width: 25px;
		height: auto;
		vertical-align: middle;
	}
	#page_products_body2 .maruto img {
		width: 100%;
		height: auto;
	}
	#page_products_body2 .genphoto {
		height: auto;
		width: 100%;
		margin: 20px auto;
	}
	#page_products_body2 .genphoto-box {
		float: left;
		width: 46%;
		margin: 10px 2%;
		height: auto;
	}
	#page_products_body2 .deomagic-photo-main {
		width: 100%;
		max-width: 960px;
		height: auto;
		object-fit: cover;
		margin: 10px auto;
	}
	#page_products_body2 .deomagic-photo {
		width: 100%;
		max-width: 960px;
		height: auto;
		object-fit: cover;
		margin: 10px auto;
	}
	#page_products_body2 .navi-tx {
		position: absolute;
		margin: -20px 0 0 20px;
	}
	#page_products_body2 .out-navi {
		position: absolute;
		margin: 12px 0 0 220px;
	}

	.highway-photo {
		width: 100%;
		max-width: 960px;
		height: auto;
		object-fit: cover;
		margin: 10px auto;
	}
	.highway-video {
		width: 90vw;
		height: auto;
	}
	.highway-act-ph01 {
		width: 45vw;
		height: 180px;
		object-fit: cover;
		margin: 10px auto;
	}
	.highway-act-ph02 {
		width: 90vw;
		height: auto;
		margin: 10px auto;
	}
	.highway-act-illust {
		height: auto;
		width: 100%;
		margin: 0;
	}
	.highway-info {
		height: auto;
		width: 88%;
		padding: 20px 5%;
		margin: 0;
		border: solid 3px #000;
	}
	.spec-size{
		width: 100%;
		height: auto;
	}
	.pump_t table{
		border-collapse: collapse;
		word-break: break-all
	}
	.pump_t td{
		width: 15%;
		border: solid 1px;
	}
	.pump_t th{
		border: solid 1px;
	}
	.pump_t2 table{
		border-collapse: collapse;
		width: 100%;
		font-size: small;
	}
	.pump_t2 td{
	  border: solid 1px;
	}
	.pump_t2 th{
	  border: solid 1px;
	}
	.pump_h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20pt;
		line-height: 30pt;
		text-align: center;
	}
	.pump_drawing {
		display: block;
		width: 90vw;
		height: auto;
		margin: 15px auto;
		}
	.pump_list ul li{
		font-family: Arial, Helvetica, sans-serif;
		list-style-type: none;
		font-size: 14px;
		vertical-align: middle;
		line-height: 16px;
		display: block;
		list-style-image: none;
	}
	.pump_image {
		display: block;
		margin-top: 51px;
		width: 100%;
	}
	.pump_p {
		clear: none;
		display: block;
	}
	.pump_logo {
		margin-top: 20px;
		display: block;
	}
	.pump_ind {
		margin-left: 30px;
		width: 100%;
	}
	.NormaList {
		position: relative;
		left: -15px;
	}

	/* sp-products */
	.products_tab {
		display: none;
	}
	.sp-products a:hover {
		text-decoration: none !important;
	}
	.sp-products {
		margin-top: 20px;
		width: 99.5%;
	}
	.sp-products .boxes {
		display: flex;
		height: 100px;
	}
	.sp-products .boxes .boxes-img {
		width: 50%;
		border: 1px solid #1d40a0;
		object-fit: cover;
	}
	.sp-products .boxes .box {
		width: 50%;
		display: flex;
		align-items: center;
		background-color: #1d40a0;
	}
	.sp-products .boxes .box img {
		max-width: 20px;
		width: 100%;
		margin-left: 30px;
	}
	.sp-products .boxes .box .box-text {
		font-size: 1rem;
		color: #fff;
		font-weight: 600;
		margin-left: 10px;
		margin-right: 5px;
		line-height: 1.5;
	}
	.sp-products .links {
		display: flex;
		margin-bottom: 30px;
		margin-top: -1px;
	}
	.sp-products .links .link {
		background-color: #f0f0f0;
		border: 1px solid #1d40a0;
		padding: 20px 10px 20px 10px;
		display: flex;
		align-items: center;
		width: 33%;
	}
	.sp-products .links .link:nth-child(2) {
		margin-left: -1px;
		margin-right: -1px;
	}
	.sp-products .links .link img {
		max-width: 18px;
		margin-right: 20px;
	}
	.sp-products .links .link .link-text {
		font-size: 0.9rem;
		font-weight: 600;
		color: #1d40a0;
	}
	
	@media screen and (min-width: 600px) {
		.t-none {
		display: none;
	}
	}
	
	@media screen and (max-width: 599px) {
		.s-none {
		display: none;
	}
	.sp-products .links .link {
		padding-right: 5px;
	}
	.sp-products .links .link img {
		margin-right: 10px;
	}
	}
	
	/* 日付左リスト（お知らせ） */
	/*--------------------------------------*/
	/*  news
	/*--------------------------------------*/
	
	.news_list dl {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.news_list dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
	.news_list dl { min-height: 1px;  }
	.news_list dt.date {
    width: 32%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    float: left;
    text-align: center;
	}
	.news_list dd.news {
    width: 68%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 32%;
    padding-bottom: 10px;
    overflow-wrap: break-word;
	}
	#BasicBase_page #page_body .company-topBox {
		position: relative;
	}
	#BasicBase_page #page_body .company-topBox dl {
		padding-bottom: 20px;
	}
	#BasicBase_page #page_body .company-topBox dt.ttl {
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat 0 25px !important;
		margin: 0;
		padding: 16px 0 20px 20px;
		min-height: 18px;
		font-size: 135%;
		float: none;
		line-height: 24pt;
	}

	/* --- 採用配下 共通 --- */
	/*--------------------------------------*/
	/*  recruit
	/*--------------------------------------*/
	.branch-area {
		width: 100%;
		margin: 0 auto;
	}

	/* 見出し */
	#main h3.h3_img { margin: 0 0 15px 0; }
	#main h3.h3_blue { margin: 0 0 15px 0; }
	h3.h3_blue span {
		background-color: #0940a5;
		border-radius: 10px;
		display: block;
		color: #FFF;
		font-size: 100%;
		padding: 20px 25px 20px 25px;
		line-height: 25pt;
	} 
	
	.recruit-tl-line {
		background: url(/toho/recruit/images/sp-h2_line.gif) repeat-x 0 !important;
	}
	.recruit-ph {
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 333px;
    margin-left: auto;
	}
.recruit-ph2 {
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 450px;
    margin-left: auto;
	}

	/* 吹き出しボックス */
	div.box_balloon .balloon-check {
		width: 450px;
		padding: 10px 0;
		margin: 0 auto;
		position: relative;
	}
	
	@media screen and (min-width: 500px) {
	div.box_balloon .balloon-line {
		width: 100%;
		padding: 10px 0;
		margin: 0;
		background:url(/toho/recruit/images/img_balloon-line.gif) repeat-x 0 !important;
		position: relative;
	}
	}
	@media screen and (max-width: 499px) {
	div.box_balloon .balloon-line {
		width: 100%;
		padding: 10px 0;
		margin: 0;
		position: relative;
	}
	}

	/* 名前ボックス */
	p.box_name_left,
	p.box_name_right {
		padding-bottom: 5px;
	}
	p.box_name_left strong,
	p.box_name_right strong {
		font-size: 117%;
	}
	p.box_name_left,
	p.box_name_right {
		padding: 0;
		text-align: right;
	}
/*	p.box_name_left,
	p.box_name_right {
		padding: 0 0 40px 0;
		background: url(/toho/recruit/images/sp-h2_line.gif) repeat-x 0 bottom;
		text-align: right;
	}*/

	/* --- リスト --- */
	/* 給与 */
	dl.recruit_pay dt { float: left; }
	dl.recruit_pay dt:before { content: '【'; }
	dl.recruit_pay dt:after { content: '】'; }

	/* 採用スケジュール */
	ol.recruit_schedule li {
		font-size: 117%;
		color: #0A41A6;
		font-weight: bold;
		padding: 20px 0 0 0;
		margin: 0;
		list-style: none;
		background: url(/toho/recruit/images/icon_schedule_arrow.gif) no-repeat 2.5em 0.3em;
	}
	ol.recruit_schedule li:first-child {
		padding-top: 0;
		background: none;
	}
	ol.recruit_schedule li:before { content: '【'; }
	ol.recruit_schedule li:after { content: '】'; }

	/* --- トップメッセージ --- */
	div.box_recruit01_01 {
		padding: 0 0 240px 0;
		background: url(/toho/recruit/images/photo_recruit01_01.jpg) no-repeat right bottom;
		background-size: auto;
	}
	.box_recruit-line {
		padding: 0;
		background: url(/toho/recruit/images/sp-h2_line_02.gif) repeat-x 0 bottom;
	}

	/* --- 採用担当からのメッセージ --- */
	div.box_recruit02_01 { 
		padding: 0 0 240px 0;
		background: url(/toho/recruit/images/photo_recruit02_01.jpg) no-repeat right bottom;
		background-size: auto;
	}
	div.box_recruit02_01 p.sec02 { margin-top: 200px; }
	div.box_recruit02_01 p.sec02 strong { font-size: 117%; }

	/* --- 募集要項 --- */
	#main h3.h3_recruit07 {
		margin: 10px 0;
	}
	#main h3.h3_recruit07:before {
		content: '■ ';
		color: #0A41A6;
	}
	.bannerLink { 
		margin-top: 10px;
		float: none;
	}
	.bannerLink img {
		vertical-align: middle;
		margin-right: 10px;
	}
	.bnr-navi { 
		float: left;
	}
	.bnr-navi-size { 
		margin: 20px 0;
		width: 35vw;
	}
	.list-1 {
		list-style: disc!important;
		margin: 30px 0;
	}
	.list-1 li {
		margin: 0 0 5px 15px;
		line-height:1.4!important;
	}
	.list-2 {
		list-style: decimal!important;
	}
	.list-2 li {
		margin: 0 0 5px 20px;
		line-height:1.4!important;
	}
	.read {
		margin-left: 2em;
		text-indent: -2em;
	}
	.read-2 {
		margin-left: 2.5em;
		text-indent: -2.5em;
	}
	.read-3 {
		margin-left: 4em;
		text-indent: -4em;
	}
	.read-4 {
		margin-left: 9em;
		text-indent: -9em;
	}
	.read-5 {
		margin-left: 6em;
		text-indent: -6em;
	}
	.img-textbtm {
		vertical-align: text-bottom;
	}

	/* サイトマップ */
	#BasicBase_page .clearfix {
		clear:both;
	}
	#BasicBase_page #main h2.title {
		margin: 20px 0;
		border-bottom: dotted 1px #bbb;
	}
	#BasicBase_page #main h2.title span{
    border-left: solid 6px #6689c8;
    margin-bottom: 1px;
    display: block;
    padding: 5px 0 10px 20px;
    font-size: 135%;
    font-weight: 700;
    line-height: 24pt;
	}
	#BasicBase_page #main p{
		margin: 20px 0;
	}
	div.NormaList ul {
		/* display: inline-block!important; */
		font-size: 105%;
		margin-left: 20px;
		padding: 10px 0;
	}
	div.NormaList ul li {
		display: block!important;
		background: url(/toho/common/images/icon_arrow_02.gif) no-repeat left 5px;
		padding: 0 0 20px 16px;
	}
	ol li ul {
		list-style: disc!important;
		margin-left: 15px;
	}
	ol li ul li {
		margin: 0 0 0 10px;
		line-height: 1.4!important;
	}
	ul li ul {
		list-style: disc!important;
		margin-left: 15px;
		margin: 10px 0 0 10px;
	}
	ul li ul li {
		margin: 10px 0 0 10px;
		line-height: 1.4!important;
	}
	
	/* 東邦車輛サービス株式会社（TSC） */
	/*--------------------------------------*/
	/*#home_visual
	/*--------------------------------------*/
	#home_visual{
		position: relative;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
		top: 80px;
	}
	#home_visual .screen{
		position: relative;
	/*z-index: -1;ff onclick*/
	}

	/*#home_main
	/*--------------------------------------*/
	#home_main{
		width: 100%;
		margin: 100px 0 0 0;
	}
	#home_main a{
		text-decoration: none;
	}
	#home_main a:hover{
		text-decoration: underline;
	}
	div.ImportList ul {
		display: inline-block!important;
		margin-left: 20px;
	}
	div.ImportList ul li {
		display: block!important;
		background: url(/toho/common/images/icon_arrow_01.gif) no-repeat left 5px;
		padding: 0 0 0 20px;
	}
	.message-area.ClearFix .FloatRight .tscface {
    float: right;
    width: 170px;
    margin-left: 15px;
}

}/*　media screen　*/

/* コンテンツ仕様 */

@media screen and (max-width: 900px) {
	.scroll {
		position: fixed;
		left: 50%;
		top: 80%;
		transform:translateX(-50%) translateY(-50%);
	}
	.scroll::before {
		animation: scroll 3.5s infinite;
		display: inline-block;
		content: "";
		position: absolute;
		width: 100px;
		height: 100px;
		background: url(/toho/img/about/swipe-icon.png) no-repeat ;
		background-size: contain;
		top: 5px;
		right: 0;
		left: 0;
		margin: auto;
	}
@keyframes scroll {
	  0% {
		transform: translate(0, 0);
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	  80% {
		transform: translate(180px, 0px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
}
/*	.scroll::before {
		animation: scroll 3.5s infinite;
		display: inline-block;
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		border-right: solid 4px #1d40a0;
		border-bottom: solid 4px #1d40a0;
		transform: rotate(-45deg);
		top: 5px;
		right: 0;
		left: 0;
		margin: auto;
	}
	@keyframes scroll {
	  0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	  80% {
		transform: rotate(-45deg) translate(90px, 90px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}*/
}

/* テーブル仕様 */

table .tb01{
  border-collapse: collapse;
  width: 95%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #666;
  color: #fff;
  width: 20%;
  
}

@media screen and (max-width: 1079px) {
  .tb01 {
    width: 95%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
	
.cbranch {
    width: 55% !important;
}
.ctel {
    width: 45% !important;
}
.recal-area .table_A.SmallText {
    font-size: small !important;
}
.CenterAdjust a .checkimg {
    width: 125px;
}

}
