@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media screen and (min-width: 641px) {
.viewpc {
		display: block;
	}
.viewsp {
		display: none!important;
	}
#languageMenuS {
		display: none;
	}
}

@media screen and (max-width: 640px) {
.viewpc {
	display: none;
}
.viewsp {
	display: block;
}
#pageTop {
	display: none!important;
}

body {
		background-image: none;
		width: 100%;
}
html {
	width: 100%;
}
.inner {
	width: 90%;
	margin: 0 5%;
	padding: 4px 2% 0 2%;
}

/* ---------  header --------- */
header {
	width: 100%;
	min-width: 100%;
	height: 40px;
	margin: 0;
	top: 0;
}
header .inner {
	width: 90%;
	margin: 0 7% 0 1%;
	padding: 0;
}
header .language_area {
	width: 100%;
	height: 46px;
}

/* ---------   言語切り替えsp --------- */
header #languageMenuS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#language-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#language-nav ul li {
    float: left;
	text-align: left;
}
#language-nav ul li a {
    padding: 0 30px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}
.spmenu_title {
	padding-top: 12px;
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
   
    #language-nav {
        position: absolute;
        top: -509px;
        left: -4px;
		background: rgba(0,0,0,0.8);
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #language-nav ul {
        list-style: none;
        position: static;
        left: 0;
        bottom: 0;
        font-size: 14px;
		border-top: 1px solid #B6B6B6;
    }
    #language-nav ul li {
        float: none;
        position: static;
		border-bottom: 1px solid #B6B6B6;
    }
    #top-head #language-nav ul li a,
    #top-head.fixed #language-nav ul li a {
        display: block;
        color: #fff;
        padding: 18px 0 18px 18px;
    }
#top-head #language-nav ul li a:hover {
		background: rgba(51,51,51,0.80);
		color: #fff;
	}
#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
/* #language-nav スライドアニメーション */
.open #language-nav {
        /* #language-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


/* --------- topimage --------- */	

.topimage {
	width: 100%;
	height: 400px;
	min-height: 400px;
	background: url(../../common/images/topimage.png) no-repeat center center #fef1f5;
	background-size: contain;
}
.topimage .inner {
	width: 100%;
	margin: 0 auto;
}
.topimage h1 {
	width: 90%;
}
.topimage h2 {
	font-size: 18px;
}
.topimage img {
	width: 90%;
	height: auto;
	text-align: center;
}
.topimage .logo_jed {
	width: 100%;
	text-align: right;
}
.topimage .logo_jed img {
	width: 40%;
	height: auto;
}

.topimage .inner ul {
	margin: 80px 0 0 0;
}
.topimage .inner ul li {
	float: left;
	width: 100%;
	height: 2em;
	line-height: 2em;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.topimage .inner li.safetytips a {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #000;
	display: block;
	background-image: none;
	background-color: #ffff99;
	border-top: 2px solid #dfc61d;
	border-bottom: 2px solid #dfc61d;
	min-height: 2em;
}
.topimage .inner li.safetytips a:hover, .topimage .inner li.safetytips_on {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #fff;
	display: block;
	background-image: none;
	background-color: #dfc61d;
	cursor: pointer;
	border-top: 2px solid #dfc61d;
	border-bottom: 2px solid #dfc61d;
	min-height: 2em;
}
.topimage .inner li.emergency a {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #000;
	display: block;
	background-image: none;
	background-color: #f6ceca;
	border-top: 2px solid #F66B5B;
	border-bottom: 2px solid #F66B5B;
	min-height: 2em;
}
.topimage .inner li.emergency a:hover, .topimage .inner li.emergency_on {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #fff;
	display: block;
	background-image: none;
	background-color: #F66B5B;
	cursor: pointer;
	border-top: 2px solid #F66B5B;
	border-bottom: 2px solid #F66B5B;
	min-height: 2em;
}
.topimage .inner li.cmcard a {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #000;
	display: block;
	background-image: none;
	background-color: #aadb9e;
	border-top: 2px solid #7cb243;
	border-bottom: 2px solid #7cb243;
	min-height: 2em;
}
.topimage .inner li.cmcard a:hover, .topimage .inner li.cmcard_on {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #fff;
	display: block;
	background-image: none;
	background-color: #7cb243;
	cursor: pointer;
	border-top: 2px solid #7cb243;
	border-bottom: 2px solid #7cb243;
	min-height: 2em;
}
.topimage .inner li.app a {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #000;
	display: block;
	background-image: none;
	background-color: #b4c1e6;
	border-top: 2px solid #303464;
	border-bottom: 2px solid #303464;
	min-height: 2em;
}
.topimage .inner li.app a:hover, .topimage .inner li.app_on {
	width: 98%;
	height: auto;
	padding: 0 1%;
	color: #fff;
	display: block;
	background-image: none;
	background-color: #303464;
	cursor: pointer;
	border-top: 2px solid #303464;
	border-bottom: 2px solid #303464;
	min-height: 2em;
}


/* ---------   main  ---------- */
main {
	clear: both;
	width: 100%;
	min-width: 100%;
	margin: 80px 0 0 0;
}
main .inner {
	width: 98%;
	margin: 0 1%;
}
main.top h3.spline2 {
	line-height: 1.2;
	font-size: 20px;
}
main h3.sp2line {
	line-height: 1.8;
	font-size: 18px;
}
main h3.sp2line3 {
	line-height: 60px;
	font-size: 18px;
}
main .font_small {
	font-size: 16px!important;
	line-height: 1.8!important;
}
main h3 {
	font-size: 16px!important;
}
main.top .index_contents {
	width: 98%;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
main.top .top_left {
	flex-basis: 100%;
	width: 100%;
	margin: 0 auto 0 auto;
}
main.top .top_right {
	flex-basis: 100%;
	width: 100%;
	margin: 0 auto 0 auto;
}
main.top .top_right article {
	width: 100%;
}
main.top .top_wide {
	width: 98%;
	float: none;
	margin: 0 auto;
}

.iframecontents {
	position: relative;
	width: 100%!important;
	height: 400px;
	padding: 0;
	margin-bottom: 30px!important;
}
.iframecontents iframe {
	position: absolute;
	width: 100%;
}
main.top .protectimg {
	clear: both;
	width: 80px;
	height: auto;
	float: none;
	margin: 0 auto 10px auto;
}
main.top .useful_right {
	float: none;
	width: 98%;
	margin:  0 auto 30px auto;
}

/* ---------  communication_card --------- */
main .card_item_left,
main .card_item_middle,
main .card_item_right {
	clear: both;
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 auto 30px auto;
}

/* ---------  transeportation --------- */
main .trans_iframe {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 400px;
	overflow:auto;
     -webkit-overflow-scrolling:touch;
}
main .trans_iframe iframe {
	position: absolute;
	width: 100%;
	overflow-x: hidden!important;
}

/* ---------  media --------- */
main .media dl dt {
	clear: both;
	float: none;
	width: 100%;
	line-height: 1.3;
	margin-top: 10px;
}
main .media dl dd {
	padding-left: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #dfc61d;
	line-height: 1.3;
}

/* ---------  app --------- */
main .img_left {
	width: 90%;
	float: none;
	margin: 30px auto 20px auto;
	overflow: hidden;
	text-align: center;
}
main .img_middle {
	width: 90%;
	float: none;
	margin: 0 auto 20px auto;
	overflow: hidden;
	text-align: center;
}
main .img_right {
	width: 90%;
	float: none;
	margin: 0 auto 20px auto;
	overflow: hidden;
	text-align: center;
}
main .img_left img,
main .img_middle img,
main .img_right img {
	width: 80%;
	height: auto;
	margin: 10px auto;
	text-align: center;
}
main table.app_dl {
	width: 90%;
	clear: both;
	margin: 20px auto;
}
main table.app_dl td {
	padding: 0 0 0 0;
	width: 100%;
	display: block;
	text-align: center;
}
main table.app_dl td img {
	width: 100%;
	height: auto;
	text-align: center;
}

main table.sp_qr {
	width: 100%;
}
main table.sp_qr td {
	width: 45%;
	padding: 2%;
	text-align: center;
	margin: 0;
}
/* ---------  app 2019.02 add --------- */
main .api_case {
	margin: 20px auto
	width: 100%;
	text-align: center;
}
main .api_case .app_left {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
main .api_case .app_right {
	width: 100%;
	float: none;
}
main .api_case h5 {
	font-size: 18px;
	font-weight: bold;
}
main .api_case h5 span {
	font-size: 16px;
	font-weight: normal;
}
main .api_case img {
	width: 60%;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #b8b8b8;
}
main ul.sublink_st {
	float: none;
	margin: 20px 0;
	clear: both;
}
main ul.sublink_st li a{
	display: block;
	background: url(../../common/images/arrow_right_b.png) no-repeat left center;
	font-size: 18px;
	padding-left: 14px;
	text-align: left;
	text-decoration: underline;
}
main ul.sublink_st li a:hover {
	text-decoration: none;
}

/* --------- footer --------- */
footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #B6B6B6;
	margin: 24px auto 0 auto;
	font-size: 12px;
}


}