@charset "UTF-8";

/* 共通設定 */
.viewpc {
	display: block;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	overflow-y: scroll; /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #000;
	font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
p {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.4;
	margin: 0;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	outline: none;
}
p a, p a:link, p a:active, p a:visited {
	color: #003E9B;
	text-decoration: underline;
}
a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.top_nomargin {
	margin-top: 0;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.blockcontents {
	display: block;
}
.cap {
	font-size: 12px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	width: auto;
}
.width90 {
	width: 90%;
	margin: 0 auto;
}
.width70 {
	width: 70%;
	margin: 0 auto;
}
.margintop50 {
	margin-top: 50px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom20 {
	margin-bottom: 20px!important;
}
.marginbottom40 {
	margin-bottom: 40px!important;
}
.marginleft40 {
	margin-left: 40px;
}
.strong {
	color: #CB0003;
}
.sim_list {
	margin: 30px 0;
}
.sim_list li {
	list-style-type: circle;
	margin-left: 40px;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}

/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------  header --------- */
header {
	width: 100%;
	min-width: 980px;
	height: 160px;
	margin: 0;
	background-color: #fff;
	z-index: 100;
}
/* ---------   言語切り替えpc --------- */
header .language_area {
	width: 100%;
	height: 60px;
	background-color: #1f2e5b;
}
header .btn_language {
    position: relative;
    width: 132px;
    height: 36px;
    max-width: 172px;
    padding: 6px 0 6px 0;
}
header .btn_language > li {
    width: 132px;
    height: 36px;
    line-height: 36px;
    background-color: #3f60c4;
	border-radius: 6px;
	padding: 0 20px 0;
}
header .btn_language > li a {
    display: block;
    color: #fff;
}
header .btn_language > li a:hover {
    color: #fff;
}
header ul.btn_language_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
header .btn_language > li:hover {
    background-color: #3f60c4;
    -webkit-transition: all .5s;
    transition: all .5s;
}
header .btn_language_second-level li {
    border-top: 1px solid #3f60c4;
}
header .btn_language_second-level li a:hover {
    background: #1f2e5b;
}
header .init-bottom:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 60px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .btn_language:before,
header .btn_language:after {
    content: " ";
    display: table;
}
header .btn_language:after {
    clear: both;
}
header .btn_language {
    *zoom: 1;
}
header .btn_language > li.btn_language_single {
    position: relative;
}

header li.btn_language_single ul.btn_language_second-level {
    position: absolute;
    top: 30px;
	left: 0;
    width: 100%;
	text-indent: 20px;
    background-color: #1f2e5b;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

header li.btn_language_single:hover ul.btn_language_second-level {
    top: 34px;
    visibility: visible;
    opacity: 1;
}

/* ---------  topimage --------- */
.topimage {
	width: 100%;
	height: 430px;
	background: url(../../common/images/topimage.png) no-repeat center bottom #fef1f5;
}
.topimage .inner {
	width: 980px;
	margin: 0 auto;
	padding-top: 8px;
}
.topimage .logo_jed {
	text-align: right;
}
.topimage h1 {
	text-align: center;
	margin: 0 auto 10px auto;
	width: 550px;
	font-weight: bold;
}
.topimage h1 img {
	width: 100%;
	height: auto;
}
.topimage h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.topimage .inner ul {
	margin: 42px 0 0 0;
}
.topimage .inner li {
	float: left;
	width: 243px;
	height: 80px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 2px 0 0;
	color: #fff;
}
.topimage .inner li.safetytips a {
	width: 223px;
	height: 65px;
	padding: 82px 10px 0 10px;
	color: #000;
	display: block;
	background: url(../../common/images/menu_safetytips.png) no-repeat 0 0;
}
.topimage .inner li.safetytips a:hover, .topimage .inner li.safetytips_on {
	width: 223px;
	height: 65px;
	padding: 82px 10px 0 10px;
	color: #fff;
	background: url(../../common/images/menu_safetytips_o.png) no-repeat 0 0;
	cursor: pointer;
}
.topimage .inner li.emergency a {
	width: 223px;
	height: 70px;
	padding: 76px 10px 0 10px;
	color: #000;
	display: block;
	background: url(../../common/images/menu_emergency.png) no-repeat 0 0;
}
.topimage .inner li.emergency a:hover, .topimage .inner li.emergency_on {
	width: 223px;
	height: 70px;	
	padding: 76px 10px 0 10px;
	color: #fff;
	display: block;
	background: url(../../common/images/menu_emergency_o.png) no-repeat 0 0;
	cursor: pointer;
}
.topimage .inner li.cmcard a {
	width: 223px;
	height: 70px;
	padding: 76px 10px 0 10px;
	color: #000;
	display: block;
	background: url(../../common/images/menu_cmcard.png) no-repeat 0 0;
}
.topimage .inner li.cmcard a:hover, .topimage .inner li.cmcard_on {
	width: 223px;
	height: 70px;
	padding: 76px 10px 0 10px;
	color: #fff;
	display: block;
	background: url(../../common/images/menu_cmcard_o.png) no-repeat 0 0;
	cursor: pointer;
}
.topimage .inner li.app a {
	width: 223px;
	height: 70px;
	padding: 76px 10px 0 10px;
	color: #000;
	display: block;
	background: url(../../common/images/menu_app.png) no-repeat 0 0;
}
.topimage .inner li.app a:hover, .topimage .inner li.app_on {
	width: 223px;
	height: 70px;
	padding: 76px 10px 0 10px;
	color: #fff;
	display: block;
	background: url(../../common/images/menu_app_o.png) no-repeat 0 0;
	cursor: pointer;
}
.topimage .inner li.safetytips_on a, .topimage .inner li.emergency_on a, .topimage .inner li.cmcard_on a, .topimage .inner li.app_on a {
	color: #fff;
}

/* ---------  main --------- */
main {
	width: 100%;
	min-width:980px;
	margin: 0 auto;
	clear: both;
	z-index: 10;
}
main .inner {
	width: 980px;
	margin: 0 auto;
}
main .inner .breadcrub {
	font-size: 14px;
}
main .inner .breadcrub a {
	text-decoration:underline;
}
main.top {
	border-top: 12px solid #dfc61d;
}
main.emergency {
	border-top: 12px solid #f66b5b;
}
main.cmcard {
	border-top: 12px solid #7cb243;
}
main.app {
	border-top: 12px solid #303464;
}

main.top .index_contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main.top .top_left {
	flex-basis: 47%;
}
main.top .top_left article {
	clear: both;
	padding-bottom: 10px;
}
main.top .top_left article.padding0 {
	padding-bottom: 0;
}
main.top .top_right {
	flex-basis: 47%;
}
main.top .top_wide {
	clear: both;
	width: 980px;
}
main.top h3 {
	border: 2px solid #dfc61d;
	background-color: #ffff99;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #000;
	border-radius: 3px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
main.top h3.line2 {
	line-height: 1.3;
	font-size: 24px;
}
main.top h3 span {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	background: url(../../common/images/icon_safetytips.png) no-repeat center center #dfc61d;
}
main .iframecontents {
	clear: both;
	position: relative;
	width: 600px;
	height: 400px;
}
.iframecontents iframe {
	position: absolute;
	width: 100%;
    height: 100%;
}
main.emergency h3 {
	border: 2px solid #f66b5b;
	background-color: #F6CECA;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #000;
	border-radius: 3px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
main.emergency h3 span {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	background: url(../../common/images/icon_emergency.png) no-repeat center center #f66b5b;
}
main.cmcard h3 {
	border: 2px solid #7CB243;
	background-color: #AADB9E;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #000;
	border-radius: 3px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
main.cmcard h3 span {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	background: url(../../common/images/icon_cmcard.png) no-repeat center center #7CB243;
}
main.app h3 {
	border: 2px solid #303364;
	background-color: #B3C1E6;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #000;
	border-radius: 3px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
main.app h3 span {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	background: url(../../common/images/icon_app.png) no-repeat center center #303364;
}

main.top ul.sublink li {
	background: url(../../common/images/arrow_right_y.png) no-repeat left center;
	font-size: 18px;
	padding-left: 14px;
	width: 100%;
}
main.top ul.caplink li {
	background: url(../../common/images/arrow_right_y.png) no-repeat left center;
	font-size: 12px;
	padding-left: 14px;
	width: 100%;
	margin-left: 2em;
	margin-bottom: 20px;
}
main.top ul.sublink li a {
	text-decoration: underline;
}
main.top ul.sublink li a:hover {
	text-decoration: none;
}
main.top .protectimg {
	clear: both;
	width: 120px;
	height: auto;
	float: left;
	margin: 0 20px 40px 0;
}
main article {
	margin: 20px 0;
}
main article img {
	width: 100%;
	height: auto;
	margin: 6px 0;
}
main article h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
main.top .useful_right {
	float: right;
	width: 830px;
	margin-bottom: 30px;
}
main.top .useful_right h4 {
	margin-top: 0;
}

/* ---------  media --------- */
main .media h4 {
	clear: both;
}
main .media dl {
	margin: 20px 0;
	overflow: hidden;
}
main .media dl dt {
	clear: both;
	float: left;
	width: 420px;
	line-height: 2;
}
main .media dl dd {
	padding-left: 440px;
	border-bottom: 1px solid #dfc61d;
	line-height: 2;
}
main .media dl dd a {
	text-decoration: underline;
}
main .media dl dd a:hover {
	text-decoration: none;
}

/* ---------  communication_card --------- */
main .cmcardindex h4 {
	text-align: center;
}
main .cmcardindex p a {
	display: block;
	width: 100px;
	margin: 0 auto;
	background: url(../../common/images/icon_pdf.png) no-repeat left center;
	text-indent: 20px;
	text-align: center;
}
main .cmcardindex img {
	width: 300px;
	height: 400px;
}

main .card_item_left {
	clear: both;
	width: 300px;
	float: left;
	text-align: center;
	margin: 0 40px 30px 0;
}

main .card_item_middle {
	width: 300px;
	float: left;
	text-align: center;
	margin: 0 40px 30px 0;
}
main .card_item_right {
	float: right;
	width: 300px;
	text-align: center;
	margin: 0 0 30px 0;
}

/* ---------  transeportation --------- */
main .trans_text {
	margin: 20px 0 0 0;
}

main select[name="myMenu1"],
main select[name="myMenu2"],
main select[name="myMenu3"],
main select[name="myMenu4"],
main select[name="myMenu5"] {
	-webkit-appearance:none;
	line-height: 1.8;
	font-size: 14px;
	padding: 4px 0 4px 10px;
	height: 30px;
}

main .trans_iframe {
	position: relative;
	width: 100%;
	height: 400px;
	overflow-x: hidden;
}
main .trans_iframe iframe {
	position: absolute;
	width: 100%;
	overflow-x: hidden!important;
}

main .trans_list li {
	list-style-type: circle;
	margin-left: 30px;
}
main .trans_list li a {
	text-decoration: underline;
}
main .trans_attention {
	margin: 20px 0;
	border: 2px solid #06419C;
	padding: 20px;
}
main .attention_mark {
	width: 50%;
	margin: 0 14px 0 0;
	float: left;
}
main .attention_mark img {
	width: 90%!important;
	height: auto;
	text-align: center;
	margin: 30px auto;
}

/* ---------  app --------- */
main .img_left {
	width: 30%;
	float: left;
	margin: 0 0 20px 70px;
	overflow: hidden;
}
main .img_middle {
	width: 30%;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
}
main .img_right {
	width: 30%;
	margin: 0 0 20px 0;
	overflow: hidden;
}
main .img_left img,
main .img_middle img,
main .img_right img {
	width: 80%;
	height: auto;
}
main table.app_dl {
	width: 600px;
	clear: both;
	margin: 20px 0 20px 330px;
}
main table.app_dl td {
	padding: 0 0 0 0;
	width: 30%;
	text-align: center;
}
main table.app_dl td img {
	width: 60%;
	height: auto;
	text-align: center;
}
/* ---------  app 2019.02 add --------- */
main .api_case {
	margin: 30px auto 60px auto;
	width: 70%;
	text-align: center;
}
main .api_case .app_left {
	width: 46%;
	float: left;
	margin-bottom: 30px;
}
main .api_case .app_right {
	width: 46%;
	float: right;
}
main .api_case h5 {
	font-size: 18px;
	font-weight: bold;
}
main .api_case h5 a {
	text-decoration: underline;
}
main .api_case h5 a:hover {
	text-decoration: none;
}
main .api_case h5 span {
	font-size: 16px;
	font-weight: normal;
}
main .api_case img {
	width: 60%;
	margin: 10px auto 0 auto;
	text-align: center;
	border: 1px solid #b8b8b8;
	border-radius: 45px;
	max-width: 180px;
}
main .api_case .app_cap {
	font-size: 11px;
	text-align: left;
	line-height: 1.2;
}
main ul.sublink_st {
	float: right;
	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: right;
	text-decoration: underline;
}
main ul.sublink_st li a:hover {
	text-decoration: none;
}

/* ---------  footer --------- */
footer {
	clear: both;
	width: 100%;
	height: 52px;
	padding: 10px 0;
	background-color: #e1e1e1;
	font-size: 12px;
	text-align: center;
}
footer small {
	font-size: 12px;
}
footer a, footer a:link, footer a:active, footer a:visited {
	color: #000;
	background: url(../../common/images/arrow_right_g.png) no-repeat center right;
	padding-right: 14px;
}
