@charset "utf-8";


#skipnav_main {
    font-size: 0;
    outline: 0;
}
#container section {
}

.content {
    width: 100%;
    max-width:1174px;
    box-sizing: border-box;
}

@media screen and (max-width:1175px){
    
    /*.content {
        width: auto;
    }*/
    
    /*.content .fa_eFac {
        margin-right: 20px;
    }*/
}

@media screen and (max-width:767px){
.content {
    width: auto;
min-width: auto;
max-width: none;
}
 .content .fa_eFac {
        margin-right: 5px;
    }
}

/*フッターナビのカレント位置微調整*/

.fa_bottom_nav ul li.current span {
    margin-top: -3px;
}

@media screen and (max-width:767px){
    .fa_bottom_nav ul li.current span {
    margin-top: 0px;
}
}

/*フッター外部リンクアイコンの調整*/

.global_footer img.icon_blank {
	width: auto;
}

/* sp nav修正
-------------------------------------------------------*/
/*@media screen and (max-width:768px) {
    .global_nav dt.fa_cnvstnName {
        padding: 0.25em 25px 0.25em;
    }
    .global_nav nav > dl:nth-child(2) {
        padding-right: 0;
        padding-left: 0;
    }
    .global_nav nav > dl:nth-child(3) {
        padding-right: 0;
        padding-left: 0;
    }
    .global_nav ul {
    }
    .global_nav nav > dl {
        float: none;
        width: 100%;
    }
    .global_nav nav.wrap ul.fa_cnvstn_faGoods {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        padding: 0 20px 1.167em;
        box-sizing: border-box;
    }
    .global_nav nav.wrap ul.fa_cnvstn_faGoods li {
        width: 50%;
    }
    .global_nav ul.fa_cnvstn li a {
        padding: 15px 20px 15px 10px;
    }
    .global_nav dt.fa_cnvstnName {
        padding: 0.25em 25px 0.25em;
    }
    .global_nav ul.fa_cnvstn {
        padding: 0.25em 25px 0.25em;
    }
}*/

/* 元々のcss修正
-------------------------------------------------------*/
.bandMenu ul.dropdwn>li {
    width: 14%;
    position: relative;
}
#module_breadcrumbs {
    padding: 15px 13px;
}
@media screen and (max-width:768px) {
    .bandMenu {
        display: none;
    }
	.fa_bottom_nav {
		display: block;
	}
	.fa_bottom_nav {
		padding: 20px;
	}
	.fa_bottom_nav nav {
		padding: 0;
	}
	.fa_bottom_nav nav ul {
		border: none;
	}
	.fa_bottom_nav nav ul li {
		margin: 0 0 10px;
	}
	.fa_bottom_nav nav ul li {
		border-left: 1px solid #fff;
		border-right: none;
	}
	.fa_bottom_nav nav ul li:last-child {
		border-right: 1px solid #fff;
	}
}

/* pc_menu
-------------------------------------------------------*/
.bandMenu .dropdwn_menu {
	width: 400px;
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
    left: 0;
	text-align: left;
    max-width: inherit;
    height: inherit;
    z-index: 999;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.bandMenu .dropdwn_menu.short {
	width: 200px;
}
.bandMenu .dropdwn_menu li {
    width: 100%;
    background: rgba(255,255,255,0.1);
    display: inherit!important;
}
.bandMenu .dropdwn_menu li a {
    margin: 20px;
    display: block;
    color: #333;
    text-align: left;
    position: relative;
    height: inherit;
    line-height: 1;
    padding: 0 0 0 15px;
}
.bandMenu .dropdwn_menu li a::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/arrow_red.png")no-repeat left/8px 8px;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
	border: none;
}
.sp_menu {
    display: none;
}
.arrow_red {
	position: relative;
	padding: 0 0 0 15px;
}
.arrow_red::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/common/arrow_red.png") no-repeat left center/10px 10px;
	width: 10px;
	height: 10px;
	left: 0;
	top: 5px;
}
.arrow_red.size_l::before {
	background: url("../img/common/arrow_red.png") no-repeat left center/10px 10px;
	width: 10px;
	height: 10px;
    top: 8px;
}
.btn_red {
	background: #c30000;
	color: #fff!important;
	font-weight: bold;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:1240px){
    .bandMenu .dropdwn_menu.short {
        left: inherit;
        right: 0;
    }
}
@media screen and (max-width:768px) {
    .bandMenu {
        display: none;
    }
}
.bandMenu ul li.more {
    position: relative;
}
.bandMenu ul li.more::after {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/arrow_red.png")no-repeat center/8px 8px;
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%) rotate(90deg);
}
@media screen and (max-width:860px) {
    .bandMenu ul li.more::after {
        right: 5px;
    }
}


/* sp_menu
-------------------------------------------------------*/
@media screen and (max-width:768px) {
    
/*    .global_nav ul.fa_cnvstn_faSol li {
    width: 50%;
}*/
    
	.sp_menu {
		display: block;
		border-top: 1px solid #bbb;
	}
    .sp_menu>ul {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
		background-image: url(../../../../shared_resp/img/nav/separator.gif);
		background-position: left center;
		background-repeat: repeat-y;
        flex-wrap: wrap;
    }
	.sp_menu>ul>li {
        text-align: center;
		background-image: url(../../../../shared_resp/img/nav/separator.gif);
		background-position: right center;
		background-repeat: repeat-y;
		border-bottom: 1px solid #888;
	}
	
	.sp_menu_four {
					position: relative;
				}
	
	.aco_box03 {
					position: absolute;
					top:100%;
					background: #fff;
					z-index: 9999;
				}
    .sp_menu>ul.sp_menu_four>li {
        width: 25%;
    }
	.sp_menu>ul.sp_menu_three>li{
		width: 33.3%;
	}
	.sp_menu>ul>li a, .sp_menu>ul>li span.nolink, .sp_menu>ul>li.current span.currentPage {
		font-size: 0.6875rem;
		/*display: block;*/
		height: 45px;
		text-align: center;
		line-height: 45px;
		box-sizing: border-box;
        width: 100%;
	}
    .sp_menu>ul>li span.nolink {
        cursor: pointer;
        color: #005e8c;
    }
	.sp_menu>ul>li.current span.currentPage {
		border-bottom: 5px solid #c30000;
        display: block;
        overflow: hidden;
	}
	
	.sp_menu>ul>li.current a.currentPage {
		border-bottom: 5px solid #c30000;
        display: block;
        overflow: hidden;
	}
	
    .aco_box {
        padding: 10px;
        box-sizing: border-box;
    }
    .sp_menu ul li.aco_box {
        width: 100%;
    }
	.sp_menu .aco_box li a {
		position: relative;
        text-align: left;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
        line-height: normal;
	}
	.sp_menu .aco_box li a:before {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_red.png")no-repeat left/8px 8px;
		width: 8px;
		height: 8px;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
	}
	.sp_menu > ul > li.more {
		position: relative;
	}
	.sp_menu > ul > li.more::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_red.png")no-repeat center/7px 7px;
		width: 7px;
		height: 7px;
		right: 10px;
		top: 50%;
		transform: translate(0,-50%) rotate(90deg);
	}
	
	/*.open {
		display: block;
	}*/
}

@media screen and (max-width:320px) {
    .sp_menu>ul>li a, .sp_menu>ul>li span.nolink, .sp_menu>ul>li.current span.currentPage {
		font-size: 0.5rem;
	}
	.sp_menu > ul > li.more::after {
		right: 5px;
	}
}

/* common
-------------------------------------------------------*/
img {
	width: 100%;
}
.sp {
	display: none;
}
.inner {
	max-width: 1174px;
	margin: 0 auto;
}
.area {
	padding: 70px 20px;
}
.area_page {
    padding: 25px 20px;
}
.btn_red::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/common/btn_arrow.png") no-repeat left center/9px 14px;
	width: 9px;
	height: 14px;
	left: 25px;
	top: 50%;
	transform: translate(0,-50%);
}
.btn_red:hover {
	text-decoration: none;
}
.btn_red.size300 {
	width: 340px;
	height: 50px;
}
.btn_red.size240 {
	max-width: 270px;
	height: 65px;
}
.pdf {
	position: relative;
}
.pdf::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/common/icon_pdf.png") no-repeat left center/22px 27px;
	width: 22px;
	height: 27px;
	left: 0;
}

.html_ico {
	position: relative;
}
.html_ico::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/common/icon_html.png") no-repeat left center/22px 27px;
	width: 22px;
	height: 27px;
	left: 0;
}

.w_break {
	word-break:break-all;
}



@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.area {
		padding: 40px 20px;
	}
	.arrow_red {
		padding: 0 0 0 15px;
	}
	.arrow_red::before {
		top: 2px;
	}
	.arrow_red.size_l::before {
		background: url("../img/common/arrow_red.png") no-repeat left center/10px 10px;
		width: 10px;
		height: 10px;
        top: 3px;
	}
    .product_list .arrow_red {
		padding: 0 0 0 10px;
	}
	.btn_red.size300 {
		width: 220px;
		height: 40px;
	}
	.btn_red.size240 {
		width: 250px;
		height: 60px;
	}
	.pdf::before {
		background: url("../img/common/icon_pdf.png") no-repeat left center/15px 18px;
		width: 15px;
		height: 18px;
	}
	
	.html_ico::before {
		background: url("../img/common/icon_html.png") no-repeat left center/15px 18px;
		width: 15px;
		height: 18px;
	}
}

/* 製品一覧
-------------------------------------------------------*/
.product_list {
	background: #e9ebed;
}
.product_list h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	line-height: 1;
}
.product_list h3::before {
	position: absolute;
	display: block;
	content: "";
	width: 200px;
	height: 1px;
	background: #c30000;
	bottom: -1px;
	left: 0;
}
.product_list .box {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.product_list .box .box_in {
	width: 50%;
}

.product_list .box .box_in ul li {
	margin-bottom: 5px;
}

.product_list .box .box_in:not(:last-child) {
	margin: 0 0 40px;
}
.product_list .box .box_in .ttl {
	font-weight: bold;
	font-size: 1.125rem;
	margin: 0 0 10px;
}
.product_list .box .box_in .no_link {
    font-size: 1rem;
}
.product_list .box .box_in a {
	font-size: 1rem;
}
.product_list .box .box_in a:not(:last-child) {
	margin: 0 0 5px;
}
.product_list .box .box_in a.li_in {
	display: block;
	padding: 0 0 0 30px;
}
@media screen and (max-width:768px) {
	.product_list h3 {
		font-size: 1.125rem;
		margin: 0 0 15px;
		padding: 0 0 15px;
	}
	.product_list h3::before {
		width: 100px;
	}
	.product_list .box {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.product_list .box .box_in {
		width: 100%;
	}
	.product_list .box .box_in:not(:last-child) {
		margin: 0 0 30px;
	}
	
	
	.product_list .box .box_in .ttl {
		font-size: 0.875rem;
		margin: 0 0 10px;
	}
	.product_list .box .box_in a {
		font-size: 0.95rem;
	}
    .product_list .box .box_in .no_link {
        font-size: 0.95rem;
        margin: 0 0 5px;
    }
	.product_list .box .box_in li:not(:last-child) {
		margin: 0 0 10px;
	}
	.product_list .arrow_red::before {
        background: url("../img/common/arrow_red.png") no-repeat left center/6px 6px;
		width: 6px;
		height: 6px;
		top: 5px;
	}
	.product_list .box .box_in a.li_in {
		padding: 0 0 0 20px;
	}
}

/* footer
-------------------------------------------------------*/
.fa_bottom_nav .contact_box {
	max-width: 1174px;
	margin: 30px auto 0;
	border: none;
	display: flex;
	flex-flow: row nowrap;
	/*align-items: flex-start;*/
    align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.fa_bottom_nav .contact_box li {
	display: block;
	float: inherit;
	padding: 0;
	background-position: inherit;
	border-right: none;
	/*width: 32%;*/
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.fa_bottom_nav .contact_box li a {
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	border: 2px solid #fff;
    transition: .3s;
}
.fa_bottom_nav .contact_box li a:hover {
	text-decoration: none;
    opacity: 0.7;
}
.fa_bottom_nav .contact_box .btn_red::before {
    left: 15px;
}
.link_box {
	padding: 20px;
}
.link_box ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.link_box ul li {
	margin: 0 30px;
}
.link_box ul li a {
    transition: .3s;
}
.link_box ul li a:hover {
    opacity: 0.7;
}

@media screen and (max-width:1120px){
    .fa_bottom_nav .contact_box .btn_red::before {
        left: 10px;
    }
}
@media screen and (max-width:768px) {
	.fa_bottom_nav .contact_box {
		margin: 0 auto;
		flex-flow: row wrap;
		padding: 0;
	}
	.fa_bottom_nav .contact_box li {
		width:70%;
        margin: 0 auto;
	}
	.fa_bottom_nav .contact_box li:nth-child(-n+2) {
		/*margin: 0 0 10px;*/
	}
	.fa_bottom_nav .contact_box li a {
		height: 50px;
		font-size: 0.75rem;
	}
	.fa_bottom_nav .contact_box li a:hover {
		text-decoration: none;
	}
	.fa_bottom_nav .contact_box .btn_red::before {
		left: 15px;
		background: url("../img/common/btn_arrow.png") no-repeat left center/4px 8px;
		width: 4px;
		height: 8px;
	}
	.link_box {
		padding: 10px 10px 0;
	}
	.link_box ul li {
		margin: 0 5px;
	}
	.link_box ul li img {
		width: 100%;
	}
}

section a {
    transition: .3s;
}
section a:hover {
    opacity: 0.7;
}
section a img:hover {
    opacity: 0.7;
}
a:focus {
  outline: 1px dotted #444;
}
.fa_bottom_nav nav {
    max-width: 1174px;
	width: 100%;
}
#toPagetop a {
    outline: none;
}

/*マージ用調整css*/
li.cuurent > div,li > a {
    display: table;
}
.li.cuurent > div > span.currentPage,li > a > span {
    display: table-cell;
    vertical-align: middle;
    line-height: 120%;
}
.bandMenu > ul > li {
    vertical-align:middle;
}
.bandMenu > ul > li > a {
    vertical-align: middle;
}
.bandMenu > ul > li > a > span {
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 2.3rem;
}
.bandMenu ul li a {
	border-bottom: 5px solid rgba(0,0,0,0);
}
.bandMenu .dropdwn_menu li a {
	border: none;
}
.bandMenu .dropdwn_menu li a:hover {
    border: none;
}
@media screen and (max-width:860px) {
    .bandMenu ul li a, .bandMenu ul li.current span.currentPage {
        font-size: 0.8rem;
    }
    .bandMenu > ul > li > a {
		min-height: 35px;
	}
}
@media screen and (max-width:860px) {
    .fa_bottom_nav nav span,.fa_bottom_nav nav ul li.current  span {
        font-size: 0.6rem;
    }
    .fa_bottom_nav ul li a {
		height: 12px;
	}
}

/* 20201214 */
.global_nav ul.fa_general li a img {
    width: 12px;
}

/* h1-h6 他見出し template
-------------------------------------------------------*/
/* h1 */
.fa_products_ttl {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    margin: 0 20px;
    word-break: break-all;
}
.top_area {
	margin: 0 20px;
}
.h1_sub {
    border-left: 6px solid #c30000;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #bbbbbb;
    margin: 40px 0 20px;
}
.h1_sub dt {
    font-size: 1.125rem;
}
.h1_sub dd {
    font-size: 2.125rem;
    font-weight: bold;
}
/* h2 */
.fa_products_heading {
    font-size: 1.5rem;
    border-top: 2px solid #c30000;
    border-bottom: 1px solid #bbbbbb;
    padding: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
/* h3 */
.fa_products_lead {
    font-size: 1.375rem;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border-left: 6px solid #c30000;
    margin: 40px 0 20px;
}
/* h4 */
.fa_products_h4 {
    font-size: 1.375rem;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #c30000;
    margin: 40px 0 20px;
}

/* h5 */
.fa_products_h5 {
    font-size: 1.375rem;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #bbbbbb;
    margin: 40px 0 20px;
}

/* h6 */
.fa_products_h6 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    border-left: 6px solid #bbbbbb;
    margin: 40px 0 10px;
}

/* other */
.cap {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.cap02 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.top_txt {
    margin: 0 0 30px;
}
.img_txt {
    margin: 10px 0 0;
}

@media screen and (max-width:768px) {
	/* h1 */
	.fa_products_ttl {
		font-size: 1.3rem;
        text-align: center;
	}
	.h1_sub {
		border-left: 3px solid #c30000;
		padding: 15px 0 15px 15px;
		margin: 20px 0;
	}
	.h1_sub dt {
		font-size: 0.7rem;
		margin: 0 0 5px;
	}
	.h1_sub dd {
		font-size: 1.3rem;
	}
	/* h2 */
	.fa_products_heading {
		font-size: 1rem;
		padding: 10px;
		margin: 0 0 20px;
	}
	/* h3 */
	.fa_products_lead {
		font-size: 0.9rem;
		padding: 5px 0 5px 10px;
		border-left: 3px solid #c30000;
		margin: 30px 0 20px;
	}
	/* h4 */
.fa_products_h4 {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #c30000;
    margin: 30px 0 20px;
}

/* h5 */
.fa_products_h5 {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #bbbbbb;
    margin: 30px 0 20px;
}

/* h6 */
.fa_products_h6 {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-left: 6px solid #bbbbbb;
    margin: 30px 0 10px;
}
	
	/* other */
	.cap {
		font-size: 0.9rem;
		margin: 0 0 10px;
	}
    .cap02 {
        font-size: 0.7rem;
        font-weight: bold;
        margin: 0 0 10px;
    }
	.img_txt {
		font-size: 0.8rem;
	}
	.top_txt {
		margin: 0 0 20px;
	}
}

/* column template
-------------------------------------------------------*/

.one_column li {
	margin-bottom: 20px;
}
.two_column {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.two_column.reverse {
    flex-flow: row-reverse;
}
.two_column li {
    width: 47%;
}
.two_column li .mb30 {
	margin: 0 0 30px;
}
.three_column {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.three_column li {
    width: 31%;
}
.four_column {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    /*justify-content: space-between;*/
}
.four_column>li {
    width: 22%;
	margin-right: 4%;
}

.four_column>li:last-child {
	margin-right: 0%;
}

@media screen and (max-width:768px) {
	.two_column {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.two_column.reverse {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.two_column li {
		width: 100%;
	}
	.two_column li:not(:last-child){
		margin: 0 0 20px;
	}
	.two_column li .mb30 {
		margin: 0 0 20px;
	}
    .two_column.sp_reverse {
        flex-flow: column-reverse;
    }
	.three_column {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.three_column li {
		width: 100%;
	}
	.three_column li:not(:last-child){
		margin: 0 0 20px;
	}
	.four_column {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.four_column li {
		width: 100%;
        box-sizing: border-box;
	}
	.four_column li:not(:last-child){
		margin: 0 0 20px;
	}
}

/* table
-------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
table a {
   color: #0066a7;
}
table a:hover {
    cursor: pointer;
}
table .new::after {
	right: 5px;
}
table .asterisk {
	font-size: 0.7rem;
	vertical-align: top;
}
.caution {
	font-size: 0.8rem;
	margin: -30px 0 0;
}
.table_temp01 {
	margin: 0 0 40px;
}
.table_temp01 table {
    border: 1px solid #a3a3a3;
}
.table_temp01 tr {
}
.table_temp01 tr th {
    border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}
.table_temp01 tr th,.table_temp01 tr td {
	padding: 10px;
	border-left: 1px solid #a3a3a3;
}
.table_temp01 tr th {
	text-align: center;
	color: #fff;
	background: #898989;
	vertical-align: middle;
    /*word-break: keep-all;*/
}
.table_temp01 tr td {
	background: #fff;
    border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
    /*word-break: keep-all;*/
 }
.table_temp01 tr td:last-child {
    /*border-right: none;*/
}
.table_temp01 tr .center {
	text-align: center;
}

.th_aline_left tr th {
    text-align: left;
}

.column_table {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.column_table .box {
	width: 48%;
}
.colored tr:nth-child(2n) td {
	background: #f5f5f5;
}
.left_td_colored tr td:first-child {
    background: #f5f5f5;
}

.w10_90 tr th:first-child {
    width: 10%;
}

.w25_75 tr th:first-child {
    width: 25%;
}
.w50_50 tr th:first-child {
    width: 50%;
}

.table_temp01 tr td.right {
    text-align: right;
}


@media screen and (max-width:768px) {
	table {
		font-size: 0.7rem;
		/*white-space: nowrap;*/
	}
	table .asterisk {
		font-size: 0.6rem;
	}
	.caution {
		font-size: 0.8rem;
		margin: -20px 0 0;
	}
	.table_temp01{
		/*overflow-y: hidden;
		overflow-x: scroll;
		margin: 0 0 30px;*/
	}
	.table_temp01 tr th,.table_temp01 tr td {
		padding: 5px;
		vertical-align: middle;
        /*max-width: 100px;*/
	}
    
    .fixed_scroll {
        overflow-y: hidden;
		overflow-x: scroll;
		margin: 0 0 30px;
    }
    
    .fixed_scroll table {
        border-collapse: separate;
        white-space: nowrap;
        
    }
    
    .fixed_scroll tr td:not(:first-child) {
       white-space:normal;
    }
    
    .fixed_scroll.fixed_two tr td:nth-child(n + 3)  {
       white-space:normal;
    }
    
    /*.w_nomal {
        white-space: normal;
    }*/
    
    
	.fixed_scroll tr th:first-child,.fixed_scroll tr td:first-child  {
		position: sticky;
        position: -webkit-sticky;
		left: 0;
		min-width: 150px;
		top: 0;
        background-clip: padding-box;
		z-index: 1000;/*上下ソートの重なり回避*/
		border-left : 1px solid #a3a3a3;
	}
    .fixed_scroll tr th:first-child::before, .fixed_scroll tr td:first-child::before{
        content : "" ;
        position : absolute ;
        top : 0 ;
        left : 0 ;
        width : 100% ;
        height : 100% ;
        border-right : 1px solid #a3a3a3 ;
        z-index: -1;
    }
    .fixed_scroll tr th:first-child{
        
    }
    .fixed_scroll tr td:first-child  {
    }
	.txt_scroll {
		text-align: right;
		margin: 0 0 10px;
	}
	.column_table {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.column_table .box {
		width: 100%;
	}
	.column_table .box:not(:last-child) {
		margin: 0 0 20px;
	}
	.fixed_scroll.fixed_two tr th:first-child,.fixed_scroll.fixed_two tr td:first-child  {
		position: sticky;
        position: -webkit-sticky;
		left: 0;
		min-width: 80px;
		max-width: 100px;
		top: 0;
        background-clip: padding-box;
		white-space: normal;
		border-left : 1px solid #a3a3a3;
	}
    .fixed_scroll.fixed_two tr th:first-child::before, .fixed_scroll.fixed_two tr td:first-child::before{
        content : "" ;
        position : absolute ;
        top : 0 ;
        left : 0 ;
        width : 100% ;
        height : 100% ;
        border-right : 1px solid #a3a3a3;
    }

	.fixed_scroll.fixed_two tr th:nth-child(2),.fixed_scroll.fixed_two tr td:nth-child(2)  {
		position: sticky;
        position: -webkit-sticky;
		left: 91px;
		min-width: 80px;
		max-width: 100px;
		top: 0;
        background-clip: padding-box;
		white-space: normal;
	}
    .fixed_scroll.fixed_two tr th:nth-child(2)::before, .fixed_scroll.fixed_two tr td:nth-child(2)::before{
        content : "";
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
        border-right : 1px solid #a3a3a3 ;
    }
    .fixed_scroll.th_short tr th:first-child,.fixed_scroll.th_short tr td:first-child  {
		min-width: 180px;
		max-width: 180px;
        white-space: pre-wrap;
	}
	
	.fixed_scroll tr td.fix_start {
		z-index: 9999;
	}


}

/* 下層ページ common
-------------------------------------------------------*/
.page_visual {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dl_pdf {
    display: block;
    padding: 0 0 0 40px;
}
.dl_pdf:not(:last-child) {
	margin: 0 0 20px;
}
.pdf.dl_pdf::before {
    top: -3px;
}
.icon_new {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 39px;
    height: 19px;
}
.icon_new img {
    width: 39px;
    height: 19px;
}

@media screen and (max-width:768px) {
	.page_visual {
		height: 150px;
	}
	.dl_pdf {
		padding: 0 0 0 25px;
		font-size: 0.8rem;
	}
	.pdf.dl_pdf::before {
		top: 0;
	}
    .icon_new {
        width: 25px;
        height: 11px;
        margin: 0 0 0 2px;
    }
    .icon_new img {
        width: 25px;
        height: 11px;
    }
}


/* template用
-------------------------------------------------------*/
.ttl_mb {
	margin: 0 0 30px;
}
.border {
    padding: 20px;
    border: 1px solid #333;
}
@media screen and (max-width:768px) {
	.ttl_mb {
		margin: 0 0 20px;
	}
}

/* 下層ページ common
-------------------------------------------------------*/
.search_box {
    background: #ece7e2;
    padding: 30px;
    margin: 0 0 30px;
}
.search_box .search_in {
    width: 70%;
}
.search_box dl {
    margin: 0 0 20px;
}
.search_box dt {
    margin: 0 0 5px;
    font-weight: bold;
}
.search_box dd label {
    margin: 0 15px 0 0;
}
.search_box input.txt_box {
    width: 100%;
    margin: 0 0 10px;
    background: #fff url("../img/common/icon_search.png")no-repeat left 10px center/20px 20px;
    border: 1px solid #a3a3a3;
    padding: 10px;
    font-size: 1rem;
    box-sizing: border-box;
	text-indent: 2em;
}
.search_box input.txt_box.w60 {
    width: 60%;
}
.txt_stock {
    text-align: right;
    font-size: 0.875rem;
    margin: 0 0 10px;
}
.bot_num {
    text-align: center;
    margin: 0 0 40px;
}
.pager {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.pager li {
    margin: 0 2px;
	margin-bottom: 5px;
	
}
.pager li a {
	display: inline-block;
    color: #005e8c;
	padding: 8px 15px;
	border-radius: 2px;
	border: 1px solid #d6d6d6;
}

.pager li.current span {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 2px;
	border: 1px solid #e9ebed;
	background: #e9ebed;
}

.pager li.before_after {
}
@media screen and (max-width:768px){
    .search_box {
        padding: 20px;
    }
    .search_box .search_in {
        width: 100%;
    }
    .search_box dt {
        margin: 0 0 10px;
    }
    .search_box dl dd {
        display: flex;
        /*flex-flow: column;*/
        align-items: flex-start;
        justify-content: flex-start;
		flex-wrap: wrap;
    }
	
	.search_box dl dd label {
		width: 50%;
		margin: 0px;
	}
	
    .search_box dl dd label:not(:last-child) {
        margin: 0 0 10px;
    }
    .search_box input.txt_box {
        /*font-size: 0.8rem;*/
		font-size: 1rem;
		/*transform: scale(0.8);*/
    }
    .search_box input.txt_box.w60 {
        width: 100%;
    }
    .bot_num {
        margin: 0 0 30px;
    }
    .pager li {
        margin: 0 2px;
		margin-bottom: 5px;
    }
    .pager li.before_after {
    }
}


/* news
-------------------------------------------------------*/
#year {
	margin: 0 0 10px;
}
#year a {
	margin: 0 25px 0 0;
	font-size: 1.2rem;
}
#year a.current {
	color: #333; 
}
#month {
	margin: 0 0 50px;
}
#month a {
	margin: 0 25px 0 0;
	font-size: 1.2rem;
}
#month a.current {
	color: #333;
}

#year a.arrow_red:before,#month a.arrow_red:before {
	top: 8px;
}

.news ul {
	margin: 0 0 50px;
}
.news ul li:not(:last-child) {
	margin: 0 0 25px;
}
.news ul li a {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.news ul li a:hover {
	text-decoration: none;
}
.news ul li a:hover .txt {
	text-decoration: underline;
}
.news ul li .date_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 240px;
}
.news ul li .date {
	font-size: 0.875rem;
	font-weight: bold;
}
.news ul li .tag {
	border: 1px solid #606367;
	min-width: 130px;
	font-size: 0.75rem;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #606367;
	margin: 0 30px 0 10px;
}
.news ul li .tag.red {
	border: 1px solid #c30000;
	color: #c30000;
}
.news ul li .tag.green {
	border: 1px solid #29bbad;
	color: #29bbad;
}
.news ul li .tag.blue {
	border: 1px solid #0f5498;
	color: #0f5498;
}
.news ul li .txt {
	font-size: 0.875rem;
	line-height: 2;
	padding: 0 0 0 30px;
	width: 77%;
}
.pager.mb70 {
	margin: 0 0 70px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.news ul li .date_box {
	/*width: 25%;*/
}
}


@media screen and (max-width:768px) {
	#year {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
	}
	#year a {
		margin: 0 20px 5px 0;
		font-size: 0.75rem;
	}
	#year a.current {
		color: #333; 
	}
	#month {
		margin: 0 0 30px;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
	}
	#month a {
		margin: 0 20px 5px 0;
		font-size: 0.75rem;
	}
	#month a.current {
		color: #333;
	}
	
	#year a,#month a {
	font-size: 1rem;
		margin-bottom: 10px;
}
	#year a.arrow_red:before,#month a.arrow_red:before {
	top: 3px;
}
	.news ul {
		margin: 0 0 40px;
	}
	.news ul li:not(:last-child) {
		margin: 0 0 20px;
	}
	.news ul li a {
		flex-flow: column;
	}
	.news ul li .date_box {
		margin: 0 0 10px;
		width: 100%;
		max-width: 100%;
	}
	.news ul li .date {
		font-size: 0.75rem;
	}
	.news ul li .tag {
		min-width: 80px;
		font-size: 0.625rem;
		height: 20px;
		margin: 0 0 0 10px;
	}
	.news ul li .txt {
		font-size: 0.75rem;
		line-height: 1.4;
		padding: 0 0 0 20px;
		width: 95%;
	}
	.pager.mb70 {
		margin: 0 0 40px;
	}
}


/*20210806table*/
.left_td_colored tr td:nth-child(2)  {
    background: #f5f5f5;
}

.left_td_colored tr td:last-child  {
    background: #fff;
}

/*20210806index_logo*/

.header_sub_logos {
	position: absolute;
	right: 15px;
	top: -25px;
	display: table;
}

.header_sub_logos p {
	display: table-cell;
	vertical-align: middle;
}

.fa_eFac {
    position:inherit;
    width: 115px;
    height: 60px;
}

.fa_goods_logo {
    width: 148px;
	height: 60px;
}

#module_breadcrumbs ul {
	width: 75%;
}

@media screen and (max-width:768px) {
.header_sub_logos {
    right: 5px;
    top: 3px;
}	
	
.fa_eFac {
    position: inherit;
    width: 72.8px;
    height: 38px;
    margin-top: 0px;
    margin-right: 0px;
}		
	
.fa_goods_logo {
	width: 93px;
	height: 38px;
}
	
	
}


/* 20220629 追記 */
.btn_red2 {
    background: #c30000;
    color: #fff!important;
    font-weight: bold;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    position: relative;
    margin: unset;
    display: inline-flex;
    padding-left: 40px;
    vertical-align: top;
    width: 300px;
    height: 70px;
}

.btn_red2::before {
    position: absolute;
    display: block;
    content: "";
    background: url(/sales/fa/meefan/img/common/btn_arrow.png) no-repeat left center/9px 14px;
    width: 9px;
    height: 14px;
    left: 25px;
    top: 50%;
    transform: translate(0,-50%);
}

.btn_red2:hover {
	text-decoration: none;
}

.default_link{
    color:#1a0dab;
    text-decoration: underline
}

.default_link:link {
    color:#1a0dab;
}

.default_link:visited{
    color:#660099;
}

@media screen and (max-width:968px) {
    .btn_red2 {
        
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:360px) {
    .btn_red2 {
        width : 100%;
        height: 80px;
    }
}

/* 20230830追記 マージン余白上下 */
.margin_vertical{
    margin-top:30px;
    margin-bottom:30px;
}

/* 20230830追記 プルダウンの矢印を表示させる */
select{
	-webkit-appearance: auto;
}