@charset "utf-8";
/* noto-san */
/* noto-sans-jp-regular - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: url(/shared/site_sangyo/fonts/noto-sans-jp-regular.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url(/shared/site_sangyo/fonts/noto-sans-jp-medium.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-bold - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: bold;
	src: url(/shared/site_sangyo/fonts/noto-sans-jp-bold.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #006734;
}

a:hover,
a:focus{
	text-decoration: none;
}

body {
	font-size: 112.5%;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #CF1313;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* 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: #FBFBDF;
	/* 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 {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
}

.show_sp{
	display: none;
}

/* 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: 10px 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: 260px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px 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: -300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 300px;
	/* デザインによって変更 */
}

/* header
================================================== */
#tmp_wrap_header{
	border-bottom: 1px solid #125d38;
	padding: 37px 0 9px;
}

#tmp_header .header_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}
#tmp_hlogo{
	padding-top: 9px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 418px;
	height: 32px;
	line-height: 1.3;
	font-size: 1.5rem;
	color: inherit;
	background: transparent url(/shared/site_sangyo/images/header/hlogo.png) no-repeat 0 0;
	background-size: 100% auto;
}

#tmp_hlogo a {
	display: block;
	width: 418px;
	height: 32px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 418px;
	height: 32px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_means{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	padding-left: 10px;
	gap: 10px 26px;
}
#tmp_hnavi_s{
	position: static;
	display: block;
}
#tmp_hnavi_s > ul{
	list-style: none;
	display: flex;
	gap: 20px 19px;
}
#tmp_hnavi_s > ul > li > a{
	text-decoration: none;
	display: block;
	font-size: 83.3%;
	color: #222222;
	background-color: #ffffff;
	font-weight: 500;
	min-height: 47px;
	padding: 13px 0 11px;
}
#tmp_hnavi_lmenu > a{
	min-width: 100px;
}
#tmp_hnavi_mmenu > a{
	min-width: 148px;
}
#tmp_hnavi_s > ul > li > a > span{
    display: inline-block;
    min-height: 20px;
    padding-left: 20px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 3px;
}
#tmp_hnavi_lmenu > a > span{
	background-image: url(/shared/site_sangyo/images/header/setting_icon.png);
}
#tmp_hnavi_mmenu > a > span{
	background-image: url(/shared/site_sangyo/images/header/language_icon.png);
}
#tmp_hnavi_s > ul > li > a.active{
	position: relative;
	z-index: 801;
	font-size: 88.9%;
	color: #ffffff;
	background-color: #125d38;
	padding-left: 4px;
}
#tmp_hnavi_s > ul > li > a.active:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -2px;
    bottom: -10px;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #125d38;
}
#tmp_hnavi_s > ul > li > a.active > span{
	background-image: url(/shared/site_sangyo/images/header/close_icon.png);
	background-position: left 5px;
	padding-left: 21px;
}
#tmp_search{
	margin-bottom: 1px;
}
#tmp_search .sch_ttl{
	display: none;
}
#tmp_search .sch_form{
	position: relative;
	width: 335px;
}
#tmp_search .sch_box input{
	height: 40px;
	width: 100%;
	font-weight: normal;
	background-size: 90px auto !important;
	background-position: 11px center !important;
	border: 1px solid #939393;
	border-radius: 2px;
	padding: 3px 60px 3px 5px;
}
#tmp_search .sch_btn{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	min-width: 49px;
}
#tmp_search .sch_btn input{
	cursor: pointer;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	border: none;
	color: #ffffff;
	background: #125d38 url(/shared/site_sangyo/images/header/search_icon.png) no-repeat 13px 8px;
	border-left: 1px solid #125d38;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color, 0.3s ease-in-out border-left-color;
}
#tmp_search .sch_btn input:hover{
	background-color: #Ffffff;
	background-image: url(/shared/site_sangyo/images/header/search_icon_hv.png);
	border-left-color: #939393;
}
#tmp_header .wrap_sma_sch .close_btn{
	display: none;
}
#tmp_header .wrap_sma_sch .sma_sch_inner{
	min-width: 660px;
	color: #222222;
	background-color: #ffffff;
	border: 2px solid #125d38;
	padding: 20px 29px 17px 31px;
	margin-top: 8px;
	border-radius: 2px;
}
/* lmenu */
#tmp_sma_lmenu{
	right: 78px;
}
#tmp_header .setting_list{
	list-style: none;
	display: flex;
	gap: 0 37px;
}
#tmp_header .setting_list > li{
    position: relative;
    padding-left: 40px;
}
#tmp_header .setting_list > li.setting_furi{
    padding-left: 29px;
    margin-left: -3px;
}
#tmp_header .setting_list > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	height: 16px;
	border-left: 1px solid #a1a1a1;
}
#tmp_header .setting_list > li:first-of-type{
	padding-left: 0;
	margin-left: 0;
}
#tmp_header .setting_list > li:first-of-type:before{
	content: none;
}
#tmp_header .setting_list > li > a{
    text-decoration: none;
    display: inline-block;
	min-height: 25px;
    font-size: 88.9%;
	font-weight: 500;
    color: #222222;
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left 5px;
}
#tmp_header .setting_list > li.setting_fsize > a{
	background-image: url(/shared/site_sangyo/images/header/fsize_icon.png);
}
#tmp_header .setting_list > li.setting_voice > a{
	background-image: url(/shared/site_sangyo/images/header/read_icon.png);
    padding-left: 27px;
}
#tmp_header .setting_list > li.setting_furi > a{
	background-image: url(/shared/site_sangyo/images/header/furi_icon.png);
	background-position: left 2px;
    padding-left: 26px;
}
/* mmenu */
#tmp_sma_mmenu{
	right: 0;
	max-width: 703px;
}
#tmp_header .wrap_sma_sch#tmp_sma_mmenu .sma_sch_inner{
	padding: 20px 47px 0px 43px;
}
#tmp_header .lang_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#tmp_header .lang_list > li{
	width: 26.3%;
	text-align: left;
	padding-right: 6px;
	margin-bottom: 20px;
}
#tmp_header .lang_list > li:nth-child(4n){
	flex: 1;
}
#tmp_header .lang_list > li > a{
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	font-weight: 500;
	color: #222222;
	background: #ffffff url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat left 5px;
	background-size: 9px auto;
	padding-left: 18px;
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	display: flex;
	list-style: none;
}

.gnavi li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
	flex: 1;
}
/* .gnavi li:nth-child(1){
	width: 23%;
	padding-right: 39px;
}
.gnavi li:nth-child(2){
	width: 19.4%;
}
.gnavi li:nth-child(3){
	width: 22.3%;
}
.gnavi li:nth-child(4){
	width: 17.8%;
}
.gnavi li:nth-child(5){
	flex: 1;
	padding-left: 31px;
} */
.gnavi li:after{
	content: '';
    position: absolute;
    right: 0;
    height: 23px;
	border-right: 1px solid #125d38;
	margin: auto 0 10px;
}
.gnavi li:last-child:after{
	content: none;
}
.gnavi a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	background-color: #ffffff;
	padding-bottom: 9px;
}
.gnavi a:after{
	content: '';
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 1px;
	right: 1px;
	height: 3px;
	background-color: #dc3123;
	transition: 0.3s ease-in-out opacity;
}
.gnavi .active a:after,
.gnavi a:hover:after{
	opacity: 1;
}

/*pnavi*/
.pnavi{
	position: absolute;
	right: 0;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 86px;
	height: 74px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	display: block;
	font-weight: bold;
	color: #125d38;
	background: #FFFFFF url(/shared/site_sangyo/images/icon/ptop_icon.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
/* footer
================================================== */

#tmp_footer {
	color: #ffffff;
	background-color: #125d38;
	padding: 46px 0 22px;
	margin-top: 118px;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
}
#tmp_footer .footer_logo{
	font-size: 144.4%;
	font-weight: 500;
    margin-bottom: 32px;
}
#tmp_footer .footer_link > ul{
	list-style: none;
	display: flex;
	gap: 0 20px;
}
#tmp_footer .footer_link > ul > li > a{
    text-decoration: none;
    display: block;
	font-weight: 500;
    color: #03542b;
    background: #ffffff url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat 29px center;
	background-size: 9px auto;
    border: 1px solid #d7d7d7;
    padding: 11px 27px 12px 50px;
}
/* fnavi  */
#tmp_footer .footer_rgt{
	padding-left: 10px;
}
.fnavi {
	color: inherit;
	list-style: none;
	padding-top: 7px;
}

.fnavi li {
	margin-bottom: 23px;
}
.fnavi li > a{
	display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #125d38 url(/shared/site_sangyo/images/icon/arrow_wht_icon.png) no-repeat left 8px;
    padding-left: 16px;
}
.copyright {
	font-weight: 500;
	text-align: center;
}

/* Style Hover */
#tmp_hnavi_s > ul > li > a:hover > span,
#tmp_header .setting_list > li > a:hover > span,
#tmp_header .lang_list > li > a:hover,
#tmp_footer .footer_link > ul > li > a:hover,
.fnavi li > a:hover{
	text-decoration: underline;
}
#tmp_hnavi_s > ul > li > a.active:hover > span{
	text-decoration: none;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-top: 36px;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	width: 36px;
    height: 36px;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	color: #276d4a;
    background-color: #ffffff;
	border-radius: 50%;
	margin: 3px 40px 0;
	text-align: left;
}
.splide_common .splide__toggle > span{
    display: none !important;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 1px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
	background-color: #222222;
}
.splide_common .splide__toggle.is-active:before,
.splide_common .splide__toggle.is-active:after{
    width: 5px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 1px;
    border: 1px solid#276d4a;
    margin-top: 0;
}
.splide_common .splide__toggle.is-active:before{
    margin-left: -4px;
}
.splide_common .splide__toggle.is-active:after{
    margin-left: 4px;
}
.splide_common .splide__toggle:not(.is-active):before,
.splide_common .splide__toggle:not(.is-active):after {
    border-style: solid;
    background-color: transparent;
    margin-top: 0;
    margin-left: 1px;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-width: 7px 0 6px 9px;
	border-color: transparent transparent transparent #276d4a;
	transform: translate(-45%, -48.5%) scale(1.25);
}
.splide_common .splide__toggle:not(.is-active):after {
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ffffff;
}
.splide_common .splide__arrow {
	position: static;
	display: block;
	width: 200px;
    height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
	background-size: 200px auto;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_sangyo/images/icon/prev_icon.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_sangyo/images/icon/next_icon.png);
}
.splide_common .splide__progress {
	position: absolute;
    bottom: 0;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	line-height: 1;
	color: #ffffff;
	font-weight: 500;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 28px;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 92%;
	position: absolute;
	left: 13px;
	top: 1px;
	transform: rotate(17deg);
	background-color: #ffffff;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):after,
.color_black .splide_common .splide__toggle:not(.is-active):after,
.color_yellow .splide_common .splide__toggle:not(.is-active):after{
	content: none;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_blue .splide_common .splide__toggle.is-active:before,
.color_blue .splide_common .splide__toggle.is-active:after,
.color_black .splide_common .splide__toggle.is-active:before,
.color_black .splide_common .splide__toggle.is-active:after,
.color_yellow .splide_common .splide__toggle.is-active:before,
.color_yellow .splide_common .splide__toggle.is-active:after{
	width: 4px;
	border-color: transparent;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_sangyo/images/icon/prev_icon_black.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_sangyo/images/icon/next_icon_black.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_sangyo/images/icon/prev_icon.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_sangyo/images/icon/next_icon.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 21px 0 26px;
	font-size:77.8%;
	line-height: 1.6;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	margin-bottom: 12px;
}
#tmp_custom_update{
	float: right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_print,
#tmp_update{
	display: inline-block;
	vertical-align: middle;
}
#tmp_social_plugins .social_media_btn{
	margin-left: 8px;
	padding-bottom: 4px;
}
#tmp_social_plugins .social_media_btn a{
	display: inline-block;
}
#tmp_social_plugins .social_media_btn img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
#tmp_social_plugins .social_media_btn a:hover img{
	opacity: 0.7;
}
#tmp_print {
	margin-left: 5px;
    line-height: 1.1;
}
#tmp_print a {
	display: inline-block;
	vertical-align: top;
	background: #ffffff url(/shared/site_sangyo/images/icon/icon_print.png) no-repeat;
	width: 72px;
	height: 20px;
	color: #125d38;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
#tmp_print a:hover{
	opacity: 0.7;
}
#tmp_update{
	margin-left: 15px;
    margin-right: -2px;
	font-size: 77.8%;
	line-height: 1.2;
	font-weight: 500;
	color: #222222;
}

/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_pptx{
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_pptx{
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.55em;
	background-repeat:no-repeat;
	background-size: 35px auto;
	padding-left: 46px;
}
a.icon_pdf {
	background-image:url(/shared/site_sangyo/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/site_sangyo/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/site_sangyo/images/icon/icon_excel.png);
}
a.icon_pptx {
	background-image:url(/shared/site_sangyo/images/icon/icon_pptx.png);
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 25px auto;
	text-align: center;
}
#tmp_gmap_link a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 7px 20px 6px 25px;
	background-color: #ffffff;
	min-width: 240px;
	max-width: 100%;
	border: 1px solid #125d38;
	color: #125d38;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 3px 0 3px 19px;
	background: transparent url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat left center;
	background-size: 9px auto;
	color: inherit;
}
#tmp_gmap_link a:hover span{
	text-decoration: underline;
}

/* lnavi
================================================== */
.lnavi_title{
	margin-bottom: 13px;
    padding: 23px 0 0 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3123), to(#dc3123)), url(/shared/site_sangyo/images/icon/sample_ctg_text.png);
    background-image: -moz-linear-gradient(#dc3123, #dc3123), url(/shared/site_sangyo/images/icon/sample_ctg_text.png);
    background-image: -o-linear-gradient(#dc3123, #dc3123), url(/shared/site_sangyo/images/icon/sample_ctg_text.png);
    background-image: linear-gradient(#dc3123, #dc3123), url(/shared/site_sangyo/images/icon/sample_ctg_text.png);
    background-repeat: no-repeat;
    background-size: 1px calc(100% - 6px), 122px auto;
    background-position: 0 0, 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: inherit;
	line-height: 1.5;
}
#tmp_lnavi_ttl{
	background: #d6ebe3 url(/shared/site_sangyo/images/icon/navi_pattern_rgt.png) no-repeat right top;
	border-top: 1px solid #a0a0a0;
	color: #222222;
	font-weight: 500;
}
#tmp_lnavi_ttl p{
	padding: 20px 38px 18px 18px;
}
#tmp_lnavi_ttl a{
	display: block;
	margin: -20px -38px -18px -18px;
	padding: 20px 38px 18px 37px;
	background: transparent url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat 18px 28px;
	background-size: 9px auto;
	text-decoration: none;
	color: inherit;
}
#tmp_lnavi_ttl a:hover{
	text-decoration: underline;
}
#tmp_lnavi_cnt{
	border-bottom: 1px solid #a0a0a0;
	color: #222222;
}
#tmp_lnavi_cnt ul li{
	border-top: 1px solid #a0a0a0;
	font-weight: 500;
	list-style: none;
	line-height: 1.8;
	white-space: pre-line;
    word-break: break-all;
}
#tmp_lnavi_cnt ul li a{
	display: block;
	padding: 18px 10px 15px 36px;
	background: #ffffff url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat 18px 28px;
	background-size: 9px auto;
	color: #222222;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li.active a{
	background-color: #edf5f2;
}
#tmp_lnavi_cnt .lnavi_subttl a:focus-visible,
#tmp_lnavi_cnt ul li a:focus-visible{
	outline-offset: -1px;
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:40px;
	padding:36px 16px 17px;
	background:#f6f6f6 url(/shared/site_sangyo/images/icon/scroll_table_icon.png) right 5px top 10px no-repeat;
	background-size:75px auto;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 20px;
	padding-right: 5px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #939393;
	color:#222222;
	display:inline-block;
	padding:14px 9px 14px 69px;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_sangyo/images/icon/scroll_table_ex.png) 6px center no-repeat;
	background-size:50px auto;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_sangyo/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #e8e8e8;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

/* common pattern
================================================== */
/* btn simple */
li.btn_simple,
li.btn_arrow{
	list-style: none;
}
.btn_arrow a,
.btn_simple a{
	background-color: #ffffff;
	background-repeat: no-repeat;
	border:1px solid #125d38;
	max-width: 100%;
	line-height: 1.6;
	color: #222222;
	font-weight: 500;
	text-decoration: none;
}
.btn_simple a{
	display: flex;
	align-items: center;
	padding:17px 86px 17px 15px;
	background-image: url(/shared/site_sangyo/images/icon/box_pattern_rgt.png);
	background-position: right top;
	height: 100%;
}
.btn_simple a > span{
	display: inline-block;
	padding: 3px 0 3px 19px;
	background: transparent url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat left center;
	background-size: 9px auto;
	color: inherit;
}
.btn_arrow a{
	position: relative;
	display: block;
	padding: 10px 30px 10px 47px;
}
.btn_arrow a:before{
	content: '';
	position: absolute;
	left: 29px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: transparent url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat;
	background-size: 9px auto;
	width: 9px;
	height: 12px;
	color: inherit;
}
.btn_arrow .icon_pdf,
.btn_arrow .icon_word,
.btn_arrow .icon_pptx,
.btn_arrow .icon_excel{
	padding-left: 91px;
	background-position: 50px center;
	background-size: 34px auto;
}
.btn_arrow a:hover,
.btn_simple a:hover{
	text-decoration: underline;
}

/* ==================================================
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: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	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: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}


/* ==================================================
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_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}

/* ==================================================
cogmo
================================================== */
.search_input_sub {
	width: 320px;
}
.search_input_sub .cgm-filter-group {
	display: none;
}
.search_input_sub,
.search_input_sub .search_cogmo_area,
.search_input_sub .search_cogmo_txt {
}
.search_input_sub .search_cogmo_area {
}
.search_input_sub .search_cogmo_area .cgm-search-form-area {
	padding: 0;
	background: transparent;
	justify-content: normal;
}
.search_input_sub .search_cogmo_area .cgm-search-form-container {
	padding: 0;
}
.search_input_sub .search_cogmo_area .cgm-search-inner {
	max-width: inherit;
	max-width: initial;
	width: 100%;
}
.search_input_sub .search_cogmo_area .cogmo-main {
	font-size: 100%;
}
.search_input_sub .cgm-search-form-area .cgm-search-button::before,
.search_input_sub .cgm-search-form-area .cgm-clear-input-button,
.search_input_sub .cgm-search-form-area .cgm-clear-input-button::before {
	display: none !important;
}
.search_input_sub .search_cogmo_area .cgm-search-input-area textarea {
	padding: 8px 2px 2px 8px;
	font-weight: normal;
	outline: none;
	appearance: none;
	color: #000000;
	border: none;
	margin: 0;
	min-height: 40px;
	text-align: left;
	font-size: 77.8%;
}
.search_input_sub .search_cogmo_area .cgm-search-button {
	padding: 4px 4px 2px;
	min-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgb(18, 93, 56);
	border: none;
	cursor: pointer;
	font-weight: normal;
	width: 58px;
	border: 1px solid rgb(18, 93, 56);
	font-size: 77.8%;
}
.search_input_sub .search_cogmo_area .cgm-search-form {
	margin-bottom: 0;
}
.search_input_sub .search_cogmo_area .cgm-search-input-area {
	width: auto;
	margin: 0;
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid rgb(18, 93, 56);
}
.search_input_sub .search_cogmo_area .cgm-search-input-wrap {
	margin: 0;
	border: none !important;
	background-color: transparent;
}
.search_input_sub .search_cogmo_txt {
    margin: 0 0 0 17px;
}
.search_input_sub .search_cogmo_txt a {
}
.search_input_sub .search_cogmo_area .cgm-search-input-area::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin: -9px 0 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url(/shared/site_gikai/images/header/search_icon.png) no-repeat center center;
	background: none;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	text-align: left;
	transform: none;
}
.search_input_sub .search_cogmo_area .cgm-search-button-area {
	display: inline-block;
	width: auto;
	margin: 0;
}

/* ==================================================
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_blue #tmp_wrap_main a.icon_pptx,
.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_yellow #tmp_wrap_main a.icon_pptx,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pptx {
	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_hlogo h1,
.color_black #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_black #tmp_hlogo a,
.color_yellow #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span{
	height: auto;
}
.color_blue #tmp_hnavi_s > ul > li > a,
.color_black #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_hnavi_s > ul > li > a{
	min-height: 49px;
	padding-right: 5px;
	border: 1px solid;
}
.color_blue #tmp_hnavi_s > ul > li > a.active:after,
.color_black #tmp_hnavi_s > ul > li > a.active:after,
.color_yellow #tmp_hnavi_s > ul > li > a.active:after,
.color_blue .gnavi a:after,
.color_black .gnavi a:after,
.color_yellow .gnavi a:after{
	content: none;
}
.color_blue #tmp_hnavi_s > ul > li > a.active > span,
.color_black #tmp_hnavi_s > ul > li > a.active > span,
.color_yellow #tmp_hnavi_s > ul > li > a.active > span,
.color_blue .gnavi .active a,
.color_black .gnavi .active a,
.color_yellow .gnavi .active a,
.color_blue .gnavi a:hover,
.color_black .gnavi a:hover,
.color_yellow .gnavi a:hover{
	text-decoration: underline;
}
.color_blue .gnavi li:after,
.color_black .gnavi li:after,
.color_blue #tmp_header .setting_list > li:before,
.color_black #tmp_header .setting_list > li:before{
	border-color: #ffffff;
}
.color_yellow .gnavi li:after,
.color_yellow #tmp_header .setting_list > li:before{
	border-color: #000000;
}
.color_blue #tmp_search .sch_btn input,
.color_black #tmp_search .sch_btn input{
	background-image: url(/shared/site_sangyo/images/header/search_icon.png) !important;
}
.color_yellow #tmp_search .sch_btn input{
	background-image: url(/shared/site_sangyo/images/header/search_icon_black.png) !important;
}
.color_blue #tmp_header .wrap_sma_sch,
.color_black #tmp_header .wrap_sma_sch,
.color_yellow #tmp_header .wrap_sma_sch{
	background-color: transparent !important;
}
.color_blue #tmp_footer,
.color_black #tmp_footer,
.color_yellow #tmp_footer{
	border-top: 2px solid;
}
.color_blue #tmp_footer .pnavi span,
.color_black #tmp_footer .pnavi span,
.color_yellow #tmp_footer .pnavi span{
	z-index: -1 !important;
}
.color_blue #tmp_footer .pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_blue.png) !important;
}
.color_black #tmp_footer .pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_black.png) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_yellow.png) !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_hnavi_s > ul > li > a.active > span,
.fsize_small .fnavi li > a{
	background-position: left 2px;
}
.fsize_small #tmp_header .lang_list > li > a{
	background-position: left 0;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}

.fsize_big #tmp_header .wrap_sma_sch .sma_sch_inner,
.fsize_big2 #tmp_header .wrap_sma_sch .sma_sch_inner{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.fsize_big #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	min-width: 100px;
}
.fsize_big #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	min-width: 162px;
}
/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	min-width: 114px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active {
	padding-top: 10px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	min-width: 218px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active{
	padding-top: 10px;
}
/* accessibility common style
================================================== */
/* color */
.color_black #tmp_wrapper .btn_arrow a:before,
.color_blue #tmp_wrapper .btn_arrow a:before,
.color_yellow #tmp_wrapper .btn_arrow a:before{
	content: none;
}
.color_blue #tmp_wrapper table.col2 td.col2L,
.color_blue #tmp_wrapper table.col3 td.col3L,
.color_blue #tmp_wrapper table.col3 td.col3M,
.color_black #tmp_wrapper table.col2 td.col2L,
.color_black #tmp_wrapper table.col3 td.col3L,
.color_black #tmp_wrapper table.col3 td.col3M,
.color_yellow #tmp_wrapper table.col2 td.col2L,
.color_yellow #tmp_wrapper table.col3 td.col3L,
.color_yellow #tmp_wrapper table.col3 td.col3M {
	border-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_print a,
.color_blue #tmp_wrapper #tmp_print a,
.color_yellow #tmp_wrapper #tmp_print a{
	background-image: url(/shared/site_sangyo/images/icon/icon_print.png) !important;
}
.color_black #tmp_wrapper #tmp_lnavi_cnt ul li a:hover,
.color_black #tmp_wrapper #tmp_lnavi_cnt ul li.active a,
.color_blue #tmp_wrapper #tmp_lnavi_cnt ul li a:hover,
.color_blue #tmp_wrapper #tmp_lnavi_cnt ul li.active a,
.color_yellow #tmp_wrapper #tmp_lnavi_cnt ul li a:hover,
.color_yellow #tmp_wrapper #tmp_lnavi_cnt ul li.active a{
	text-decoration: underline;
}
/* fsize */
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.icon_excel,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.icon_pptx{
	background-position: 0 2px;
}
.fsize_small #tmp_wrapper .btn_arrow .icon_pdf,
.fsize_small #tmp_wrapper .btn_arrow .icon_excel,
.fsize_small #tmp_wrapper .btn_arrow .icon_word,
.fsize_small #tmp_wrapper .btn_arrow .icon_pptx{
	background-position: 50px center;
}
/* no-js */
.no_javascript #tmp_print{
	display: none;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul: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,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}