@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Noto Sans JP',sans-serif;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 100%;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #fa0000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007208;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FFFCE9;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 1460px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

body.custom_pest.no_side #tmp_wrap_main .container{
	width:1460px;
}

/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 300px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: transparent;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -330px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 330px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header {
	color: #000000;
    background-color: #ffffff;
	transition: top 0.5s ease-in-out;
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
}
#tmp_wrapper.fixed_header {
	padding-top: 110px;
}
.fixed_header #tmp_header{
	position: fixed;
	top: -110px;
	/* left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
	z-index: 20;
	width: 100%;
	transition: top 0.5s ease-in-out;
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
}
.fixed_header #tmp_header.disp_header {
	top: 0;
}
#tmp_header .container {
	width: 1460px;
}
#tmp_hlogo {
	float: left;
	margin-top: 14px;
	margin-left:15px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 415px;
	height: 83px;
	font-size: 0.5rem;
    color: #000000;
    background: #ffffff url(/shared/images/header/logo.png) no-repeat left center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
	width: 420px;
	height: 83px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 420px;
	height: 83px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_hnavi_s{
    float: right;
    display: block;
}
#tmp_means,
#tmp_hmenu{
    float: left;
	vertical-align: top;
}
#tmp_means {
	list-style: none;
    margin-right: 20px;
	padding: 11px 0;
    text-align: center;
}
#tmp_means li {
	display: inline-block;
    margin-top: 10px;
	line-height: 1.5;
}
#tmp_means li.sns_twitter {
    margin-right: 25px;
}
#tmp_means li.change_size {
    display: block;
	font-weight: 500;
}
#tmp_means li a {
	display: block;
    color: #006A93;
	background-color: transparent;
    font-size: 112.5%;
	text-decoration: none;
}
#tmp_means li a:hover,
#tmp_means li a:focus,
#tmp_means li a:active {
	opacity: 0.7;
}
#tmp_means li.change_size a:hover,
#tmp_means li.change_size a:focus,
#tmp_means li.change_size a:active {
	text-decoration: underline;
	opacity: 1;
}
#tmp_means img {
	max-width: 100%;
	vertical-align: top;
}
#tmp_hmenu {
	list-style: none;
}
#tmp_hmenu:before,
#tmp_hmenu:after {
    content: '';
    display: table;
}
#tmp_hmenu:after {
    clear: both;
}
#tmp_hmenu li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    min-height: 110px;
	font-weight: bold;
    text-align: center;
	font-size: 1rem;
    padding: 72px 5px 10px;
}
#tmp_hmenu #tmp_hnavi_lmenu,
#tmp_hmenu #tmp_hnavi_rmenu {
	float: left;
	display: block;
    width: 110px;
    height: 110px;
    text-align: center;
	color: #ffffff;
    cursor: pointer;
}
#tmp_hmenu #tmp_hnavi_lmenu {
	background-color: #0D840D;
}
#tmp_hmenu #tmp_hnavi_rmenu {
	margin-left: 2px;
	background-color: #404040;
}
#tmp_hmenu #tmp_hnavi_lmenu a {
	background: #0D840D url(/shared/images/header/icon_navi.png) no-repeat center 15px;
	background-size: 65px auto;
	-moz-background-size: 65px auto;
	-webkit-background-size: 65px auto;
}
#tmp_hmenu #tmp_hnavi_rmenu a {
	background: #404040 url(/shared/images/header/icon_menu.png) no-repeat center 19px;
	background-size: 45px auto;
	-moz-background-size: 45px auto;
	-webkit-background-size: 45px auto;
}
#tmp_hmenu #tmp_hnavi_lmenu:focus,
#tmp_hmenu #tmp_hnavi_lmenu:hover,
#tmp_hmenu #tmp_hnavi_lmenu:active,
#tmp_hmenu #tmp_hnavi_rmenu:focus,
#tmp_hmenu #tmp_hnavi_rmenu:hover,
#tmp_hmenu #tmp_hnavi_rmenu:active {
	opacity: 0.7;
}
#tmp_sma_menu{
    position: absolute;
    top: 110px;
    left: 0 !important;
    right: 0;
    z-index: 1000;
}
#tmp_sma_rmenu,
#tmp_sma_lmenu{
    display: none;
}
#tmp_sma_lmenu{
	position: relative;
	color: #000000;
	background-color: rgba(234, 244, 235, 0.95);
	border: 7px solid #0E730B;
	text-align: left;
	height: calc(100vh - 110px);
	overflow-y: auto;
}
#tmp_sma_rmenu{
	position: relative;
    color: #ffffff;
    background-color: rgba(64, 64, 64, 0.95);
    padding: 80px 60px 0;
	text-align: left;
	height: calc(100vh - 110px);
	overflow-y: auto;
}
#tmp_sma_menu .close_btn {
    position: absolute;
    top: 17px;
    right: 30px;
    line-height: 1;
}
#tmp_sma_menu .close_btn a {
	display: inline-block;
	background: transparent url(/shared/images/icon/icon_close.png) center center no-repeat;
	color: inherit;
	text-decoration: none;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_sma_rmenu .close_btn a {
	width: 30px;
	height: 30px;
	background-image: url(/shared/images/icon/icon_close_black.png);
}
#tmp_sma_menu .close_btn a:hover,
#tmp_sma_menu .close_btn a:focus {
	opacity: 0.7;
}
#tmp_search {
	padding: 26px 0;
    background-color: #BEEDBE;
	color: #000000;
}
#tmp_search .box_search {
	position: relative;
	width: 715px;
	height: 56px;
	margin: 0 auto;
}
#tmp_search .box_search .sch_ttl label {
	position: absolute;
	left: 10px;
	width: 33px;
	height: 33px;
	top: 50%;
	cursor: pointer;
	background: transparent url(/shared/images/icon/icon_search.png) center center no-repeat;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_search .box_search #tmp_query {
	width: 100%;
	padding: 18px 120px 14px 50px;
	font-size: 87.5%;
	border: 1px solid #0B6F0F;
	outline: 0;
}
#tmp_search .box_search #tmp_query:focus {
	outline: 1px solid #0B6F0F;
}
#tmp_search .box_search #tmp_sma_func_sch_btn {
	position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    width: 104px;
    border: none;
    color: #ffffff;
    font-size: 143.7%;
    font-weight: bold;
    background-color: #0B6F0F;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_search .box_search #tmp_sma_func_sch_btn:hover,
#tmp_search .box_search #tmp_sma_func_sch_btn:focus {
	opacity: 0.7;
}
#tmp_cnavi {
	padding: 45px 32px 40px;
}
#tmp_cnavi .cnavi_item {
	margin-bottom: 15px;
}
#tmp_cnavi .cnavi_item .cnavi_ttl {
	margin-bottom: 20px;
	text-align: left;
}
#tmp_cnavi .cnavi_item .cnavi_ttl .cnavi_ttl_icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 6px;
}
#tmp_cnavi .cnavi_item .cnavi_ttl .cnavi_ttl_icon img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_cnavi .cnavi_item .cnavi_ttl .cnavi_ttl_caption {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 150%;
    font-weight: bold;
    color: #333333;
	background-color: transparent;
	padding-top: 10px;
}
#tmp_cnavi .cnavi_item .cnavi_ttl .cnavi_ttl_caption:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 160px;
	height: 3px;
	background-color: #FF0013;
	color: #ffffff;
}
#tmp_cnavi .cnavi_item .cnavi_cnt {
	overflow: hidden;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list {
	list-style: none;
	margin: 0 -5px;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list li {
	float: left;
	padding: 0 5px;
	width: 25%;
	margin-bottom: 20px;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list li:nth-child(4n) {
	clear: right;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list li:nth-child(4n+1) {
	clear: left;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #0D840D;
	font-size: 112.5%;
	padding: 26px 31px 27px 10px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 11px;
	background: url(/shared/images/icon/arrow_right_green.png) center center no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list a:hover,
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list a:focus,
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list a:active,
#tmp_cnavi .cnavi_accordion .cnavi_accordion_switch:hover,
#tmp_cnavi .cnavi_accordion .cnavi_accordion_switch:focus,
#tmp_cnavi .cnavi_accordion .cnavi_accordion_switch:active,
#tmp_cnavi .cnavi_accordion_cnt ul li a:hover,
#tmp_cnavi .cnavi_accordion_cnt ul li a:focus,
#tmp_cnavi .cnavi_accordion_cnt ul li a:active {
	background-color: #E3FFE3;
}
#tmp_cnavi .cnavi_accordion_wrap {
	margin: 0 -5px;
}
#tmp_cnavi .cnavi_accordion {
	float: left;
	padding: 0 5px;
	width: 25%;
	margin-bottom: 20px;
}
#tmp_cnavi .cnavi_accordion:nth-child(4n) {
	clear: right;
}
#tmp_cnavi .cnavi_accordion:nth-child(4n+1) {
	clear: left;
}
#tmp_cnavi .cnavi_accordion .cnavi_accordion_switch {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #0D840D;
	font-size: 112.5%;
	padding: 26px 30px 27px 10px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_cnavi .cnavi_accordion .cnavi_accordion_switch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: url(/shared/images/icon/icon_toggle.png) center center no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_cnavi .cnavi_accordion.active .cnavi_accordion_switch:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
#tmp_cnavi .cnavi_accordion_cnt {
	display: none;
}
#tmp_cnavi .cnavi_accordion_cnt ul {
	list-style: none;
	border-left: 1px solid #0D840D;
	border-right: 1px solid #0D840D;
}
#tmp_cnavi .cnavi_accordion_cnt ul li {
	border-bottom: 1px solid #0D840D;
}
#tmp_cnavi .cnavi_accordion_cnt ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	padding: 10px;
	font-size: 112.5%;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_cmenu .cmenu_list {
	overflow: hidden;
}
#tmp_cmenu .cmenu_list ul {
	list-style: none;
	margin: 0 -25px;
}
#tmp_cmenu .cmenu_list ul li {
	float: left;
	width: 25%;
	padding: 0 25px;
	margin-bottom: 20px;
	font-size:14px;
}
#tmp_cmenu .cmenu_list ul li:nth-child(5n) {
	clear: right;
}
#tmp_cmenu .cmenu_list ul li:nth-child(5n+1) {
	clear: left;
}
#tmp_cmenu .cmenu_list a {
	position: relative;
	display: block;
	background-color: #ffffff;
	color: #000000;
	font-size: 112.5%;
	padding: 6px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_cmenu .cmenu_list a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 11px;
	background: transparent url(/shared/images/icon/arrow_right_green.png) center center no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_cmenu .cmenu_list a:hover,
#tmp_cmenu .cmenu_list a:focus {
	background-color: #E3FFE3;
}
#tmp_cmenu .cmenu_link {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding: 25px 0 12px;
}
#tmp_cmenu .cmenu_link .cmenu_link_ttl {
	display: table-cell;
	vertical-align: top;
	width: 180px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 150%;
	color: #ffffff;
	background-color: transparent;
}
#tmp_cmenu .cmenu_link .cmenu_link_cnt {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	padding-top: 6px;
}
#tmp_cmenu .cmenu_link ul {
	list-style: none;
	margin: 0 -10px;
}
#tmp_cmenu .cmenu_link ul li {
	float: left;
	width: 33.3333333%;
	padding: 0 10px;
	margin-bottom: 22px;
}
#tmp_cmenu .cmenu_link ul li:nth-child(3n) {
	clear: right;
}
#tmp_cmenu .cmenu_link ul li:nth-child(3n+1) {
	clear: left;
}
#tmp_cmenu .cmenu_link .cmenu_link_cnt a {
	display: inline-block;
	font-size: 112.5%;
	color: #ffffff;
	background-color: transparent;
}
#tmp_cmenu_sp {
	display: none;
}
/* gnavi
================================================== */
.gnavi {
	border-top: 7px solid #0E730B;
	background-color: #D9EFD5;
	color: #000000;
	padding: 10px 0;
	clear: both;
}
.gnavi .container {
	width: 1460px;
}
.gnavi .gnavi_ttl {
	float: left;
	width: 254px;
	padding-right: 38px;
	font-size: 112.5%;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}
.gnavi .gnavi_cnt {
	overflow: hidden;
	padding-top: 5px;
}
.gnavi .gnavi_cnt .close_btn {
	display: none;
}
.gnavi ul {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}
.gnavi li {
    padding: 0 27px;
  	border-left: 1px solid #000000;
  	line-height: 1;
}
.gnavi li:last-child{
	border-right: 1px solid #000000;
}
.gnavi a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	color: #187093;
	font-size: 112.5%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
    text-decoration: underline;
}
/* footer
================================================== */

#tmp_footer {
	position: relative;
	margin-top: 120px;
}
.format_top #tmp_footer {
	margin-top: 0;
}
/* fnavi  */
#tmp_fnavi {
	padding: 20px 0;
    background-color: #EBF2EB;
	color: #000000;
}
.fnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}
.fnavi li {
	border-left: 1px solid #000000;
}
.fnavi li:last-child {
	border-right: 1px solid #000000;
}
.fnavi li a {
	display: inline-block;
	padding: 0 20px;
	color: #006A93;
	background-color: transparent;
	text-decoration: none;
	line-height: 1;
}
.fnavi li a:hover,
.fnavi li a:focus {
	text-decoration: underline;
}
#tmp_footer_cnt {
	padding: 60px 0 45px;
	text-align: center;
	background-color: #D6EAD6;
	color: #1A7410;
}
#tmp_footer_cnt .footer_logo {
	text-indent: -9999px;
	background: transparent url(/shared/images/header/logo.png) no-repeat;
	color: inherit;
	width: 386px;
	height: 83px;
	margin: 0 auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_footer_cnt .footer_cnt {
	margin-top: 33px;
}
#tmp_footer_cnt .footer_cnt address {
	font-style: normal;
}
.footer_copyright {
	padding: 9px 0;
    color: #ffffff;
    text-align: center;
    background-color: #0E730B;
}
.pnavi {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 44px;
    width: 44px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
	cursor: pointer;
}
.pnavi a {
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	text-decoration: none;	
	background: transparent url(/shared/images/icon/arrow_top.png) center center no-repeat;
	text-indent: -9999px;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
@media screen and (min-width : 1025px) {
	#tmp_footer_cnt .footer_sns {
		display: none;
	}
}
/* ==================================================
layout
================================================== */
/* rnavi
================================================== */
.rnavi_news {
	margin-bottom: 40px;
}
.rnavi_news_ttl {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #ffeeee;
    border: 2px solid #ac0606;
	font-size: 187.5%;
	font-weight: bold;
    line-height: 1.2;
	text-align: center;
}
.rnavi_news_cnt ul {
	margin: 0;
	list-style: none;
}
.rnavi_news_cnt li {
	padding: 0 0 16px 24px;
	border-bottom: 2px solid #ac0606;
    margin-bottom: 16px;
	line-height: 1.5;
}
.rnavi_news_cnt a {
	display: block;
	color: inherit;
	background: transparent url(/shared/templates/free/images/icon/image-arrow-right-red.png) no-repeat 0 1px;
	background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
	text-decoration: none;
}
.rnavi_news_cnt a:hover,
.rnavi_news_cnt a:focus,
.rnavi_news_cnt .active a {
	text-decoration: underline;
}
.rnavi_list_sub1 span{
	display: block;
	margin-left:-24px;
	padding-left:24px;
	color: #555555;
    font-weight: bold;
	background: transparent url(/shared/templates/free/images/icon/image-arrow-right-red.png) no-repeat 0 3px;
	background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
}
.rnavi_list_sub1 a,
.rnavi_list_sub2 a,
.rnavi_list_sub3 a,
.rnavi_list_sub4 a,
.rnavi_list_sub5 a,
.rnavi_list_sub6 a,
.rnavi_list_sub7 a{
	background: transparent;
}
/* rnavi_link */
.rnavi_link {
	margin-bottom: 24px;
}
.rnavi_link img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.rnavi_link .link_img {
	margin-bottom: 16px;
}
.rnavi_link .link_img a {
	display: block;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
}
.rnavi_link .link_img a:hover,
.rnavi_link .link_img a:focus,
.rnavi_link .link_img a:active{
	opacity: 0.7;
}
.rnavi_link_top {
	margin: 0 -10px 20px;
	overflow: hidden;
}
.rnavi_link_top .rnavi_link_img {
	float: left;
	width: 50%;
	margin-bottom: 0 !important;
	padding: 0 10px;
}
.rnavi_link_top .rnavi_link_img:nth-child(2n+1) {
	clear: left;
}
.rnavi_link_top .rnavi_link_img:nth-child(2n) {
	clear: right;
}
/* wrap_col_rgt_navi link_img */
.wrap_col_rgt_navi .rnavi_link_img{
	margin-bottom:20px;
}
.wrap_col_rgt_navi .rnavi_link_img a {
	display:block;
}
.wrap_col_rgt_navi .rnavi_link_img a img{
	vertical-align:top;
}
/* rnavi_banner */
.rnavi_banner {
	margin-top:40px;
	border: 1px solid #efefef;
	background-color: #efefef;
	color: inherit;
    padding: 11px;
}
.rnavi_banner img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.rnavi_banner_ttl {
	padding: 12px;
	font-size: 125%;
	font-weight: bold;
    line-height: 1.2;
	text-align: center;
}
.rnavi_banner_cnt {
	padding: 16px;
    text-align: center;
	background-color: #ffffff;
	color: inherit;
}
.rnavi_banner_cnt ul {
	margin: 0;
    list-style: none;
}
.rnavi_banner_cnt li {
	margin:0 auto 16px;
}
.rnavi_banner_cnt .banner_img a {
	display: block;
}
.rnavi_banner_cnt li a:hover,
.rnavi_banner_cnt li a:focus,
.rnavi_banner_cnt li a:active{
	opacity: 0.7;
}
.rnavi_banner_cnt p.banner_link a {
	display: inline-block;
	color: #333333;
	background-color: transparent;
	font-weight: bold;
	font-size: 93.75%;
}

.custom_weather .rnavi_news{
border:3px solid #1a7205;
background:#fcfff5;
}

.custom_weather .rnavi_news_ttl {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #1a7205;
	border:none !important;
	font-size: 135%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color:#fff;
}

.custom_weather .rnavi_news_ttl_member{
	margin-bottom: 20px;
	padding: 12px;
	background-color: #fcfff5;
	border-top:3px dotted #1a7205;
	border-bottom:3px dotted #1a7205;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color:#333;
}

.custom_weather .rnavi_news_cnt .rnavi_list_sub1,
.custom_weather .rnavi_news_cnt .rnavi_list_sub2,
.custom_weather .rnavi_news_cnt .rnavi_list_sub4,
.custom_weather .rnavi_news_cnt .rnavi_list_sub5,
.custom_weather .rnavi_news_cnt .rnavi_list_sub7{
	margin: 0;
	list-style-image: url(/shared/templates/free/images/icon/image-arrow-right-green.png);
}

.custom_weather .rnavi_news_cnt .rnavi_list_sub3,
.custom_weather .rnavi_news_cnt .rnavi_list_sub6{
	margin: 0;
	list-style-image: url(/shared/templates/free/images/icon/image-arrow-right-red.png);
}
.custom_weather .rnavi_news_cnt li{
	padding: 0 0 16px 0;
	border-bottom: none;
	margin-bottom: 0;
	line-height: 1.5;
	margin-left: 45px;
}

.custom_pest .rnavi_news{
border:3px solid #025d9b;
background:#f8fdff;
}

.custom_pest .rnavi_news_ttl {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #025d9b;
	border:none !important;
	font-size: 135%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color:#fff;
}
.custom_pest .rnavi_news_cnt .rnavi_list_sub1{
	margin: 0;
	list-style-image: url(/shared/templates/free/images/icon/image-arrow-right-green.png);
}
.custom_pest .rnavi_news_cnt .rnavi_list_sub2{
	margin: 0;
	list-style-image: url(/shared/templates/free/images/icon/image-arrow-right-red.png);
}
.custom_pest .rnavi_news_cnt li{
	padding: 0 0 16px 0;
	border-bottom: none;
	margin-bottom: 0;
	line-height: 1.5;
	margin-left: 45px;
}
.custom_pest form{
margin-bottom:30px;
}
.custom_pest .side_search{
	padding-left: 16px;
}
.custom_pest .side_btn{
	background: #333;
	color: #fff;
	width: 4em;
	letter-spacing: 0.15em;
	font-weight: bold;
	border: 1px solid #333;
}

.q_and_a .rnavi_news{
border:3px solid #0d840d;
background:#f5fff7;
}

.q_and_a .rnavi_news_ttl {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #0d840d;
	border:none !important;
	font-size: 135%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color:#fff;
}
.q_and_a .rnavi_news_cnt .rnavi_list_sub1{
	margin: 0;
	list-style-image: url(/shared/templates/free/images/icon/image-arrow-right-green.png);
}
.q_and_a .rnavi_news_cnt li{
	padding: 0 0 16px 0;
	border-bottom: none;
	margin-bottom: 0;
	line-height: 1.5;
	margin-left: 45px;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */


div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	padding-right: 10px;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 50%;
	padding-left: 10px;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 33.3333333%;
	margin-right: 0;
	padding-right: 10px;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 33.3333333%;
	padding-left: 10px;
	float: left;
}

div.col3 div.col3M {
	padding-left: 10px;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}


/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}
.color_blue #tmp_footer_cnt,
.color_black #tmp_footer_cnt {
	border-top: 1px solid #FFFF00;
}
.color_yellow #tmp_footer_cnt {
	border-top: 1px solid #000000;
}
.color_blue #tmp_footer_cnt .footer_logo,
.color_black #tmp_footer_cnt .footer_logo,
.color_yellow #tmp_footer_cnt .footer_logo {
	text-indent: inherit !important;
	width: 100%;
	height: auto;
	font-size: 1.5em;
	font-weight: bold;
}
.color_blue .pnavi,
.color_black .pnavi {
	border: 1px solid #FFFF00;
	bottom: 1px;
}
.color_yellow .pnavi {
	border: 1px solid #000000;
	bottom: 1px;
}
.color_blue .pnavi a,
.color_black .pnavi a,
.color_yellow .pnavi a{
	width: 43px;
	height: 43px;
}
.color_blue #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi a {
	background-image: url(/shared/images/icon/arrow_top.png) !important;
}
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a{
	text-decoration: none;
	font-weight: bold;
}
.color_blue #tmp_wrapper #tmp_hmenu li a,
.color_black #tmp_wrapper #tmp_hmenu li a{
	border: 1px solid #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_hmenu li a{
	border: 1px solid #000000 !important;
}
.color_blue #tmp_search .box_search #tmp_sma_func_sch_btn,
.color_black #tmp_search .box_search #tmp_sma_func_sch_btn {
	border-left: 1px solid #FFFF00 !important;
}
.color_yellow #tmp_search .box_search #tmp_sma_func_sch_btn {
	border-left: 1px solid #000000 !important;
}
.color_blue #tmp_sma_menu .close_btn a,
.color_black #tmp_sma_menu .close_btn a,
.color_blue #tmp_wrapper .gnavi .gnavi_cnt .close_btn a,
.color_black #tmp_wrapper .gnavi .gnavi_cnt .close_btn a {
	background-image: url(/shared/images/icon/icon_close_black.png) !important;
}
.color_yellow #tmp_sma_menu .close_btn a,
.color_yellow #tmp_wrapper .gnavi .gnavi_cnt .close_btn a {
	background-image: url(/shared/images/icon/icon_close.png) !important;
}
.color_blue #tmp_sma_rmenu,
.color_black #tmp_sma_rmenu {
	border: 1px solid #FFFF00 !important;
}
.color_yellow #tmp_sma_rmenu {
	border: 1px solid #000000 !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .gnavi li{
 line-height: 1.2;
}
/* ==================================================
no_javascript
================================================== */
.no_javascript noscript p{
	text-align:center;
}
/* ==================================================
clearfix
================================================== */


/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_cmenu .cmenu_list ul:after,
#tmp_cmenu .cmenu_link ul:after,
#tmp_cnavi .cnavi_item .cnavi_cnt .cnavi_list:after,
#tmp_cnavi .cnavi_accordion_wrap:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
@media all and (-ms-high-contrast:none){
	#tmp_means {
		padding: 6px 0;
	}
	#tmp_wrapper {
		overflow: hidden;
	}
	.farmers_tab .farmers_tab_cnt {
		padding: 40px 10px 25px;
		flex: 1 0 90% !important;
	}
}

@media screen and (min-width : 1025px) and (max-width : 1460px) {
#tmp_wrapper {
	min-width: 100%;
}
#tmp_header .container{
	width: 100%;
	padding: 0!important;
}
.container{
	width: 100% !important;
}
#tmp_main .container,
body.custom_pest.no_side #tmp_wrap_main .container{
	width: 1200px !important;
}
#tmp_news .container,
#tmp_topic .container,
#tmp_tmp_weather_diagnosis .container,
#tmp_farmers .container,
#tmp_channel .container{
	width: 1080px !important;
}

.gnavi li {
	padding: 0 2%;
}
.slick_mainvisual .slick_control {
	right: 30% !important;
}
}
@media screen and (min-width : 1025px) and (max-width : 1250px) {
body.custom_pest.no_side #tmp_wrap_main .container,
#tmp_main .container{
	width: 100% !important;
	padding: 0 25px !important;
}
.column_rnavi .wrap_col_main,
.wrap_col_rgt_navi {
  width: 100%;
  float: none;
}
.format_free .column_rnavi .wrap_col_main {
  margin-right: 0;
}
.format_free .column_rnavi .col_main {
  margin-right: 0;
  margin-bottom: 60px;
}
.format_free .wrap_col_rgt_navi {
	width: 100%;
  margin:0 auto;
  }
.format_free .col_rgt_navi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}
.rnavi_news,
.rgt_navi_bnr,
.rnavi_banner {
	margin: 0 0 40px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333%;
	padding: 0 15px;
}
.wrap_col_rgt_navi .rnavi_link_img a img {
	width: 100%;
	height: auto;
}
.slick_mainvisual .slick_control {
	right: 30% !important;
}
}