@charset "utf-8";

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

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
}
.container{
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi {
	display:none;
}
.format_free .wrap_col_rgt_navi {
	display: block;
	width: 100%;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position: relative;
	padding: 0;
	box-shadow: 0 0 3px 0 #7e7e7e;
	clear: both;
}
#tmp_header > .container {
	padding: 0;
}
#tmp_hlogo {
	padding: 12px 0 6px 10px;
}
#tmp_hlogo > h1,
#tmp_hlogo > p {
	display:inline-block;
	width: 60px;
	height: 29px;
	font-size: 87.5%;
}
#tmp_hlogo a {
	width: 60px;
	height: 29px;
}
#tmp_hlogo > h1 span,
#tmp_hlogo > p span {
	width: 60px;
	height: 29px;
}
#tmp_hlogo .hlogo_title {
	padding-left: 8px;
	top: -2px;
	font-size: 87.5%;
}
#tmp_hlogo .hlogo_title p {
	width: 217px;
	height: 34px;
	background-image: url(/shared/site_transport/images/header/hlogo_title_sp.png);
}
.format_free #tmp_means {
	width: 100%;
}
.format_free #tmp_header {
	padding-bottom: 0;
}
#tmp_means {
	display: none;
}
#tmp_hnavi_s {
	position: static;
	display: block;
	padding: 5px 5px 5px 0;
	text-align: left;
	float: right;
}
#tmp_hnavi_s > ul {
	list-style: none;
	display: flex;
    justify-content: flex-end;
}
#tmp_hnavi_s > ul > li > a {
	display:block;
	width:44px;
	min-height:44px;
	text-decoration:none;
	box-shadow: 0 1px 5px 0 rgb(219, 219, 219);
	font-size: 62.5%;
	color: #222222;
	background-color: #ffffff;
	border-radius: 2px;
	text-align: center;
}
#tmp_hnavi_rmenu > a > span {
	display: block;
	padding: 28px 0 0;
	background: url(/shared/site_transport/images/header/icon_hnavi_menu.png) center 7px no-repeat;
	background-size: 20px auto;
}
#tmp_hnavi_rmenu > a.active > span {
	background-image: url(/shared/site_transport/images/icon/icon_close.png);
	background-size: 16px auto;
}
#tmp_sma_rmenu {
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
	text-align: left;
	z-index: 98;
}
#tmp_sma_rmenu:before{
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	box-shadow: 0 0 3px 0 #7e7e7e;
	pointer-events: none;
}
#tmp_sma_rmenu .sma_rmenu_inner {
	color: #222222;
    background-color: #ffffff;
	padding: 14px 0 50px;
}
#tmp_sma_rmenu #tmp_means {
	display: block;
}
#tmp_means {
	background-color: #fff3e2;
	color: #222222;
	width: 100%;
	margin: 0;
	float: none;
	padding: 0;
}
#tmp_means .means_inner,
#tmp_means .means_pagehome {
	display: block;
}
#tmp_means .means_inner > li{
	padding: 6px 10px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
#tmp_means .means_inner > li > a {
	display: inline-block;
	background-color: transparent;
	border: none;
	font-size: 78.1%;
	min-height: 100%;
	min-width: 100%;
	box-shadow: none;
	border-radius: 0;
	padding: 7px 10px 4px 28px;
}
#tmp_means .means_inner > li > a:hover {
	border-color: none;
}
#tmp_means .means_inner .means_furigana > a,
#tmp_means .means_inner .means_setting > a {
	background-position: 0 center;
	background-size: 20px auto;
}
#tmp_means .means_inner .means_language > a {
	padding-left: 28px;
	min-width: 100%;
	background-position: 0 center;
	background-size: 20px auto;
}
#tmp_means .means_pagehome > a {
	background-image: url(/shared/site_transport/images/icon/icon_arrow_black.png);
	background-size: 8px auto;
	background-position: 5px center;
}
.wrap_sma_sch .close_btn  {
	margin-top: 29px;
}
.wrap_sma_sch .close_btn a {
	font-size: 78.1%;
	border-radius: 30px;
	border: 1px solid #c2c8cc;
	min-width: 160px;
	box-shadow: 0 1px 0 0 #dbdbdb;
}
.wrap_sma_sch .close_btn a span {
	padding: 8px 0 7px 30px;
	min-height: 33px;
	background-image: url(/shared/site_transport/images/icon/icon_close.png);
	background-size: 15px auto;
	background-position: 5px center;
	line-height: 1.6;
}
/* sma_language */
#tmp_sma_language {
	display: block !important;
	position: relative;
	width: auto !important;
    height: auto !important;
	margin-left: 0 !important;
    background-color: transparent;
    border: none;
	border-radius: 0;
    padding: 8px 0 12px;
	top: auto;
}
#tmp_sma_language .language_list {
	gap: 8px 10px;
}
#tmp_sma_language .language_list li {
	width: calc((100% - 10px) / 2);
}
#tmp_sma_language .sma_sch_wrap,
#tmp_sma_language .close_btn {
	display: none;
}
#tmp_sma_language .language_list li a {
	padding: 9px 8px 9px 36px;
	background-size: 15px auto;
	border-radius: 8px;
	background-position: 14px 11px;
}
#tmp_sma_language .load_more {
	margin-top: 9px;
}
#tmp_sma_language .load_more a {
	padding: 5px 10px;
    min-height: 34px;
    min-width: 100%;  
	border-radius: 8px;
	line-height: 1.6;
}
#tmp_sma_language .load_more a:before {    
	left: -3px;
	top: -1px;
	width: 15px;
    height: 15px;
	background-size: 15px auto;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
}
.spmenu_open:after {
	content: '';
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 69;
    background-color: rgba(68, 68, 68, 0.5);
}
.spmenu_open.lmenu:after {
	content: none;
}
/* gnavi
================================================== */
#tmp_gnavi {
	display:none;
	border: 0;
	background: transparent;
	padding: 0;
}
.format_top #tmp_sma_rmenu #tmp_gnavi,
#tmp_sma_rmenu #tmp_gnavi {
	display: block;
}
#tmp_gnavi .container {
	padding: 0 10px;
}
.gnavi {
	border: 0;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 1px 5px 0 #dbdbdb;
	margin-bottom: 25px;
}
.gnavi ul {
	display: block;
	border-radius: 4px;
}
.gnavi li,
.gnavi li.glist1 {
	width: 100%;
}
.gnavi a {
	font-size: 78.1%;
	display: block;
	border-right: 0;
	border-bottom: 1px solid #ffffff;
	padding: 17px 5px 11px 52px;
	background-position: 9px center;
}
.gnavi li:last-child > a {
	border-bottom: 0;
}
.gnavi .glist1 a {
	background-size: 29px auto;
	padding: 16px 5px 11px 49px;
	background-position: 11px center;
}
.gnavi .glist2 a {
	background-size: 35px auto;
}
.gnavi .glist3 a {
	background-size: 34px auto;
}
.gnavi .glist4 a {
	background-size: 34px auto;
}
.gnavi .glist5 a {
	background-size: 34px auto;
}
.gnavi .glist6 a {
	background-size: 34px auto;
}
.gnavi .glist7 a {
	background-size: 26px auto;
	background-position: 12px center;
}
/* main free 
================================================== */
.format_free #tmp_wrap_main {
	position: relative;
	padding-top: 26px;
}
.format_free #tmp_wrap_main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 26px;
	background: #f1f1f1 url(/shared/site_transport/images/main/bg_main_overlay_sp.png) left center no-repeat;
	background-size: auto 4px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 31px 0 0;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* update
================================================== */
#tmp_custom_update{
	margin-top: 12px;
	margin-bottom: 4px;
}
#tmp_update{
	margin-left: 11px;
}
/* inquiry & feedback
================================================== */
#tmp_inquiry,
#tmp_feedback {
    margin: 0 0 30px;
    padding: 0 14px;
    border-radius: 7px;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl {
	font-size: 137.5%;
}

/* inquiry */
#tmp_inquiry_ttl {
	padding: 13px 6px 11px;
}
#tmp_inquiry_cnt {
    padding: 14px 0 21px;
}

/* feedback */
#tmp_feedback_ttl {
	padding: 13px 0 10px;
}
#tmp_feedback_cnt {
	padding: 15px 0 23px;
}
#tmp_feedback_cnt fieldset {
	margin-bottom: 10px;
}
#tmp_feedback_cnt fieldset legend {
	margin-bottom: 11px;
	font-size: 87.5%;
}
#tmp_feedback_cnt fieldset p {
	margin-right: 1.5em;
	line-height: 1.7;
}
#tmp_feedback_cnt .submit {
    margin: 15px auto 0;
}
#tmp_feedback_cnt .submit input {
    min-width: 210px;
    padding: 8px 42px 6px;
    font-size: 100%;
    background-image: url(/shared/templates/transport_free/images/icon_navi_orange_arrow_sp.png);
    background-position: 12px center;
    background-size: 15px auto;
}
/* lnavi
================================================== */
/* lnavi
================================================== */
#tmp_lnavi_ttl {
    padding: 12px 9px 12px 13px;
	font-size: 125%;
}
#tmp_lnavi_ttl a {
	margin: -12px -9px -12px -13px;
	padding: 12px 9px 12px 39px;
	background-image: url(/shared/templates/transport_free/images/icon_navi_wh_arrow_sp.png);
	background-position: 13px 18px;
	background-size: 20px auto;
}
#tmp_lnavi_cnt li a {
	padding: 9px 10px 9px 35px;
	background-image: url(/shared/templates/transport_free/images/icon_navi_orange_arrow_sp.png);
	background-position: 15px 14px;
	background-size: 15px auto;
}
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	padding-top: 61px;
}
#tmp_footer .footer_wrap:before {
	top: -70px;
	left: -21px;
    right: -21px;
	width: 403px;
	height: 61px;
	background-size: contain;
}
#tmp_footer .footer_wrap {
	border-top-width: 10px;
} 
.format_free #tmp_footer {
    padding-top: 89px;
}
#tmp_footer .footer_inner {
	padding: 29px 0 23px;
}
#tmp_footer .footer_cnt {
	display: block;
	text-align: center;
}
#tmp_footer .footer_address,
#tmp_footer .page_home {
	width: 100%;
}
#tmp_footer .footer_address address {
	font-size: 100%;
}
#tmp_footer .page_home {
	text-align: center;
	padding: 27px 0 0 0;
}
#tmp_footer .page_home a {
	padding: 5px 22px 3px 26px;
    min-width: 190px;
	background-image: url(/shared/site_transport/images/icon/icon_arrow_black.png);
	background-size: 6px auto;
	border-radius: 16px;
	background-position: 12px center;
}
.copyright {
	text-align: center;
	margin-top: 25px;
}
/* pnavi
================================================== */
.pnavi {
	position: absolute;
	right: 10px;
	top: -49px;
}
.pnavi .ptop a {
	padding: 5px;
	border-width: 2px;
	min-width: 50px;
	min-height: 40px;
	border-radius: 10px 10px 0 0;
	background-size: 13px auto;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	padding:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	padding:0;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M {
	border-right: 0;
}
#tmp_contents table.col2,
#tmp_contents table.col2 thead,
#tmp_contents table.col2 tbody,
#tmp_contents table.col2 tfoot,
#tmp_contents table.col2 tr,
#tmp_contents table.col2 th,
#tmp_contents table.col2 td,
#tmp_contents table.col3,
#tmp_contents table.col3 thead,
#tmp_contents table.col3 tbody,
#tmp_contents table.col3 tfoot,
#tmp_contents table.col3 tr,
#tmp_contents table.col3 th,
#tmp_contents table.col3 td {
	display: block !important;
	width: 100% !important;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Webkit */
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}


/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:30px;
	padding:31px 0 17px 10px;
	background:#F6F6F6 url(/shared/site_transport/images/icon/scroll_table_icon.png) right 10px no-repeat;
	background-size:85px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:37px 0 4px;
	font-size:68.8%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #dddddd;
	color:#222222;
	display:inline-block;
	padding:6px 8px 5px 53px;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_transport/images/icon/scroll_table_ex.png) 9px center no-repeat;
	background-size:39px 18px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#F2F2F2 url(/shared/site_transport/images/icon/scroll_table_df.png) 9px center no-repeat;
	background-size:39px 18px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_lnavi_cnt li a {
	background-position: 15px 9px;
}
.color_blue #tmp_hnavi_s > ul > li > a,
.color_black #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_hnavi_s > ul > li > a,
.color_blue .gnavi,
.color_black .gnavi,
.color_yellow .gnavi{
	box-shadow: none;
	border: 1px solid;
}
.color_blue.format_free #tmp_wrap_main:before,
.color_black.format_free #tmp_wrap_main:before,
.color_yellow.format_free #tmp_wrap_main:before {
	content: none;
}
.fsize_big2 #tmp_hlogo > h1,
.fsize_big2 #tmp_hlogo > p,
.fsize_big #tmp_hlogo > h1,
.fsize_big #tmp_hlogo > p  {
	font-size: 0.9rem;
}
.fsize_big2 #tmp_means .means_inner .means_language > a,
.fsize_big #tmp_means .means_inner .means_language > a {
	min-width: auto;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

}

@media screen and (max-width : 359px) {
	#tmp_hlogo .hlogo_title p {
		width: 180px;
	}
}