@charset "utf-8";

@media screen and (max-width : 670px) {

/* ==================================================
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 {
	word-wrap:break-word;
	padding-bottom:20px;
}
/* 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
================================================== */
.column_top .wrap_col_main {
	float:none;
}
.format_top .wrap_col_rgt_navi {
    width: 100%;
}
.format_top .column_top .col_main {
    margin-right:0;
}
.format_top .column_top .wrap_col_main {
    margin-right:0;
}
/* hg
================================================== */
#tmp_hg_top {
	padding-bottom:200px;
	-webkit-background-size:auto 200px;
	-moz-background-size:auto 200px;
	background-size:auto 200px;
	background-position:-110px bottom;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:0;
	min-height:60px;
	background-color: #ffffff;
	color: #000000;
	position:relative;
	z-index:999;
}
#tmp_hlogo {
	bottom:auto;
	top:10px;
	left:10px;
	margin-left:0;
}
.format_top #tmp_hlogo {
	bottom:auto;
	top:131px;
	left:6px;
}
.no_javascript.format_top #tmp_hlogo {
	top:auto;
	bottom:-223px;
}
#tmp_hlogo h1 {
	-webkit-background-size:auto 57px;
	-moz-background-size:auto 57px;
	background-size:auto 57px;
}
#tmp_hlogo p {
	color:#ffffff;
	background-color:#0072B1;
	background-position:center 9px;
	-webkit-background-size:186px auto;
	-moz-background-size:186px auto;
	background-size:186px auto;
}
#tmp_hlogo h1,
#tmp_hlogo h1 span {
    display: block;
    width: 298px;
    height: 57px;
}
#tmp_hlogo p,
#tmp_hlogo p a,
#tmp_hlogo p span {
    display: block;
    width: 186px;
    height: 40px;
}
#tmp_hlogo p a {
	color:#ffffff;
}
/* hnavi
================================================== */
#tmp_gnavi .container{
	padding: 0;
}
.format_top  #tmp_gnavi, #tmp_gnavi{
	background: #ffffff;
	color: #222222;
}
.format_top #tmp_gnavi .glist1 img{
	display: block;
}
#tmp_gnavi ul{
	padding: 0;
}
#tmp_gnavi li {
	width: 100%;
	height: auto;
	padding: 12px;
	border-right: none;
	border-top: 1px solid #CCCCCC;
}
#tmp_gnavi a {
	display:block;
	background-color: #0173b1;
	color: #ffffff;
}
.no_javascript #tmp_gnavi li {
	padding:0;
	border:none;
	margin-bottom:2px;
	width:50%;
}
.no_javascript #tmp_gnavi li:nth-child(odd) {
	padding-right:1px;
}
.no_javascript #tmp_gnavi li:nth-child(even) {
	padding-left:1px;
}

/* menu_icon
================================================== */
.sma_menu_open{
	position: relative;
	display: block;
}
.sma_menu_open .menu_icon{
    position: absolute;
    top: 13px;
	left: 14px;
	width: 23px;
    height: 2px;
    color: #ffffff;
    background-color: transparent;
    z-index: 3;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.sma_menu_open .menu_text{
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	text-align: center;
}
.sma_menu_open.active .menu_icon{
	left: 14px;
}
.sma_menu_open .menu_icon{
	background-color: #FFFFFF;
	color: #222222;
}
.sma_menu_open .menu_icon:before,
.sma_menu_open .menu_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 23px;
    height: 2px;
    color: inherit;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sma_menu_open .menu_icon:before,
.sma_menu_open .menu_icon:after{
	background-color: #FFFFFF;
}
.sma_menu_open .menu_icon:before {
	-moz-transform: translate(0, -9px);
	-webkit-transform: translate(0, -9px);
	transform: translate(0, -9px);
	top: 2px;
}
.sma_menu_open .menu_icon:after {
	-moz-transform: translate(0, 9px);
	-webkit-transform: translate(0, 9px);
	transform: translate(0, 9px);
	top: -2px;
}
.sma_menu_open.active .menu_icon:before {
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFFFFF;
}
.sma_menu_open.active .menu_icon:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
	background-color: #FFFFFF;
}
.sma_menu_open.active .menu_icon {
    background-color: transparent;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:absolute;
    z-index: 9999;
	width: 100%;
	min-height: 100%;
    background: #ffffff;
    color: #222222;
}
.spmenu_open::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	min-height: 100%;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	z-index:699;
}
#tmp_sma_menu {
	display: block;
	position: relative;
	z-index: 9999;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_lmenu {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
	color: #222222;
}
#tmp_sma_menu:after{
	content: '';
	display: table;
	clear: both;
}
#tmp_sma_lmenu .close_btn{
	display: block;
	margin: auto;
}
#tmp_sma_lmenu .close_btn a{
	position: relative;
	display: block;
	text-align: center;
    text-decoration: none;
	width: 100%;
	font-size: 114.3%;
	margin: 0 auto;
	padding: 9px 0 6px;
	color: #FFFFFF;
	background-color: #0173b1;
}
#tmp_sma_lmenu  .close_btn a:before{
	content: '';
	position: relative;
	display: inline-block;
	left: 0;
	top: 9px;
	width: 14px;
	height: 14px;
	background: transparent url(/shared/site_suisan/images/header/sp/close_wh_icon.png) no-repeat 0 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#tmp_switch_sp_style {
	display: none;
}
#tmp_hnavi_s,
.spmenu_open #tmp_hnavi_s {
	display: block;
	list-style: none;
}
#tmp_hnavi_s:before, #tmp_hnavi_s:after{
	content: '';
	display: table;
}
#tmp_hnavi_s:after{
	clear: both;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:65px;
	top:10px;
}
#tmp_hnavi_lmenu a {
	display:block;
	text-decoration:none;
	width: 50px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #438B0E;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
}
#tmp_hnavi_lmenu .menu_text {
	font-size: 0.4rem;
	font-weight: bold;
}
.wrap_mc_pc{
	position: absolute;
    right: 10px;
    top: 10px;
}
.wrap_mc_pc a{
	display:block;
	width: 50px;
    height: 40px;
	text-decoration:none;
	color: #FFFFFF;
	background: #438B0E url(/shared/site_suisan/images/header/sp/btn_pc.png) no-repeat center center;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	background-size: 50px auto;
	text-align: center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}
.wrap_mc_pc a span{
	position: relative;
	z-index: -1;
	font-size: 0.4rem;
}
/* gnavi
================================================== */
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
    display: block;
}
.wrap_mc_sp #tmp_switch_sp_style{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 150%;
    background-color: #0173b1;
    color: #ffffff;
    padding: 10px 0;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding:0 10px;
}
#tmp_setting_wrap{
	display: none;
}
#tmp_print {
	display:none;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
/* ==================================================
footer
================================================== */
/* fnavi */
#tmp_footer .container{
	padding: 0;
}
#tmp_footer .footer_inner{
	padding: 25px 10px 5px;
}
#tmp_footer .footer_link{
	float: none;
	width: 100%;
	margin-bottom: 8px;
	padding: 0;
}
.footer_cnt {
	padding:0;
	clear:inherit;
	float: none;
	width: 100%;
	font-size: 90%;
}
.footer_cnt address {
	font-style:normal;
}
#tmp_footer .footer_cnt address p,
#tmp_footer .footer_cnt .footer_heading{
	margin-bottom: 0;
}
.copyright {
	text-align:center;
	clear:both;
	padding: 4px 0;
}
.pnavi{
	top: -66px;
}
/* ==================================================
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,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream 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%;
	margin-right: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;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
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 */
}
/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/site_suisan/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_suisan/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_suisan/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
table col2, col3
================================================== */
#tmp_contents table.col2,
#tmp_contents table.col3{
	width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L, 
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R  {
	display: block;
	border: none;
	width: 100%;
}
/* ==================================================
TOP
================================================== */
.media_business .business_image{
	margin: 0 0 10px;
	float: none;
	width: 100%;
}
.media_business .business_image img{
	width: 100%;
	height: auto;
}
.format_top .wrap_col_rgt_navi{
	margin-bottom: 30px;
	float: none;
	width: 100%;
}
.notice_box .notice_title,
.research_box .research_title{
	margin-bottom: 12px;
}
.research_box .notify_paragraph{
	margin-bottom: 7px;
}
.notice_box .notice_title h2,
.research_box .research_title h2{
	padding: 9px 0 5px 36px;
}
.research_box{
	margin-bottom: 40px;
}
.notice_box .notice_date{
	padding: 0;
	margin-bottom: 5px;
	float: none;
	width: 100%;
}
.notice_box,
.research_box{
	margin-bottom: 20px;
}
.notice_box .notice_cnt,
.research_box .research_cnt{
	padding: 0;
}
.media_business{
	padding-top: 0;
}
.external_site .external_list li{
	margin-bottom: 10px;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}
