@charset "shift_jis";

:root {
	--main-color: #242384;
	--sub--color: #DD5C4A;
	--label-color: #CCC1A5;
	--txt-main-color: #775F00;
}

/*----------------------------------*/
/*          ?X?^?C????????          */
/*----------------------------------*/

html {
	scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
li,
ol,
li,
h1,
h2,
h3,
h4,
form,
p,
table,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-family: noto-sans-cjk-jp, sans-serif;
	line-height: 1;
	font-size: 13px;
}

a img,
img {
	border: 0;
}

ul,
li,
ol,
li {
	list-style: none;
}

a {
	text-decoration: underline;
	color: #066A8E;
}

a:hover {
	text-decoration: none;
	color: #930;
}


/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */

.clearfix {
	/zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}



/* ================================================================================ */
/*                                                                                  */
/*      ?J????????                                                                */
/*                                                                                  */
/* ================================================================================ */

#wrapper {}

#contents {
	background-color: #F5F4F0;
	/* padding:15px 0 20px; */
	/* background:url(../img/sample/back.gif) repeat-x top; */
}

#contents .main_wrapper {
	/* width:980px; */
	max-width: 1100px;
	display: flex;
	gap: 38px;
	margin: 0 auto;
}

#contents .contents_s {
	width: 220px;
	float: left;
}

#contents .contents_m {
	width: 100%;
	max-width: 780px;
	margin: auto;
	/* float:right; */

}


/* ================================================================================ */
/*                                                                                  */
/*      header                                                                      */
/*                                                                                  */
/* ================================================================================ */
nav {
	height: 100%;
}

#header {}

/*??申?申T??申?申C??申?申g??申?申鐃??申?申??申?申*/
#header h1 {
	color: #676767;
	font-size: 11px;
}

#header .header_body {
	/* margin:0 auto; */
	height: 100%;
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	height: 53px;
}



/*----------------------------------*/
/*          ??申?申??申?申??申?申S                    */
/*----------------------------------*/

#logo {
	float: left;
	width: 380px;
	height: 45px;
}

#logo a {
	background: url(../img/sample/logo.gif) no-repeat left center;
	display: block;
	width: 380px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

#logo a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.header_logo_link {
	color: #000000;
	font-size: 20px;
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

/*----------------------------------*/
/*          header_link             */
/*----------------------------------*/

ul.header_link {
	display: flex;
	align-items: center;
	gap: 45px;
	height: 100%;
}

ul.header_link li a {
	text-decoration: none;
	color: #000;
}

ul.header_link li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.nav_list {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

@media (min-width:769px) {
	.nav_list {
		height: 100%;
	}
}

.nav_list a {
	font-size: 14px;
	font-weight: 700;
}

.nav_list:nth-child(2)::before {
	display: block;
	content: url(/template/pc/img/search.svg);
}

.nav_list:nth-child(3)::before {
	display: block;
	content: url(/template/pc/img/search.svg);
}

.nav_list:nth-child(4)::before {
	display: block;
	content: url(/template/pc/img/login.svg);
}

.nav_con a::after {
	display: block;
	content: url(/template/pc/img/email.svg);
}

.nav_con a {
	display: flex;
	place-content: center;
	place-items: center;
	gap: 10px;
	width: 133px;
	height: 33px;
	color: #fff !important;
	font-weight: 700;
	border-radius: 5px;
	background-color: var(--main-color);
}

@media (max-width:768px) {
	.nav_con_form {
		margin-bottom: 15px;
	}

}

.nav_con_form a {
	background-color: var(--sub--color);
}



/* ================================================================================ */
/*                                                                                  */
/*      side                                                                        */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------*/
/*           side_menu              */
/*----------------------------------*/

.side_menu ul li {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

.side_menu ul li a {
	display: block;
}

.side_menu ul li.order a {
	background: url(../img/sample/side_order.gif) no-repeat 0 center;
	/* width:240px; */
	/* height:80px; */
	/* overflow:hidden; */
	text-indent: -9999px;
}

.side_menu ul li.company a {
	background: url(../img/sample/side_company.gif) no-repeat 0 center;
	/* width:240px; */
	/* height:61px; */
	/* overflow:hidden; */
	/* text-indent:-9999px; */
}

.side_menu ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*----------------------------------*/
/*              news                */
/*----------------------------------*/

.news h2 {
	background: url(../img/sample/side_news.png) no-repeat;
	/* overflow:hidden;
	text-indent:-9999px;
	width:240px;
	height:37px; */
}

.news div.base_body {
	background: url(../img/sample/side_news_back.png) no-repeat bottom;
	padding: 0 10px;
}

.news div.base_body ul {
	border-top: 2px dotted #CCC;
}

.news div.base_body ul li {
	border-bottom: 2px dotted #CCC;
	padding: 7px;
}

.news div.base_body ul li span {
	display: block;
	line-height: 12px;
	color: #777;
	padding: 3px 0;
}

.news div.base_body p.more {
	padding: 10px 0;
}

.news div.base_body p.more a {
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/sample/more.gif) no-repeat;
	width: 70px;
	height: 15px;
	display: block;
	margin: 0 0 0 auto;
}

.news div.base_body p.more a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/*----------------------------------*/
/*              links               */
/*----------------------------------*/

.links {
	margin-top: 10px;
}

.links ul li {
	margin-bottom: 8px;
}

.links ul li.text {
	background: url(../img/sample/side_links_t.gif) no-repeat left top;
	line-height: 130%;
}

.links ul li.text a {
	background: url(../img/sample/side_links_b.gif) no-repeat left bottom;
	display: block;
	padding: 8px 20px 8px 28px;
}

.links ul li.img {
	text-align: center;
}

/*----------------------------------*/
/*              bana                */
/*----------------------------------*/

.bana {
	margin-top: 10px;
}

.bana ul li {
	text-align: center;
	margin-bottom: 8px;
}


/* ================================================================================ */
/*                                                                                  */
/*      footer                                                                      */
/*                                                                                  */
/* ================================================================================ */

#footer {
	margin: 0 auto;
	text-align: center;
	background: #F5F4F0;
	/* background:url(../img/sample/foot_back.gif) repeat-x top; */
}



#footer .pageup {
	font-size: 11px;
	/* width:980px; */
	margin: 0 auto;
}

#footer .pageup a {
	display: block;
	margin: 0 0 0 auto;
	/* background:url(../img/sample/pageup.gif) no-repeat; */
	background: url(/common/img/original/pageup.png) no-repeat;
	background-size: cover;
	border-bottom-left-radius: 7px;
	width: 47px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
}

#footer .pageup a:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


#footer .footer_body {
	padding: 10px 0 20px;
}



/*----------------------------------*/
/*          footer_link             */
/*----------------------------------*/

.footer_link {
	display: flex;
	justify-content: center;
	gap: 33px;
}

@media (max-width:768px) {
	.footer_link {
		display: grid;
		grid-template-areas: "li li";
	}
}

#footer .footer_link li {
	display: inline;
	/* padding:0 10px; */
}

#footer .footer_link li a {
	text-decoration: none;
	color: #717A83;
}

#footer .footer_link li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* copyright
------------------------------------*/
#footer .copy {
	font-size: 12px;
	color: #717A83;
	padding: 30px 0 10px;
}






/* ================================================================================ */
/*                                                                                  */
/*      main                                                                        */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------*/
/*          ??p?X?^?C??            */
/*----------------------------------*/
.contents_m h2 {
	/* font-size:17px;
	margin-bottom:10px;
	line-height:50px;
	padding:0 10px 0 30px;
	background:url(../img/sample/h2_back.png) no-repeat; */
}

.contents_m h3 {
	background-color: #666;
	color: #FFF;
	font-size: 13px;
	margin-top: 15px;
	padding: 5px;
}

.contents_m ul.list {
	margin: 15px;
}

.contents_m ul.list li {
	background: url(../img/sample/list_icon.png) no-repeat 0 4px;
	padding-left: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.contents_m ul.list li span {
	display: block;
}


/*----------------------------------*/
/*             pager                */
/*----------------------------------*/

.pager {
	text-align: center;
}

.pager ol {
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	/* ???v?f??????????{?[?_?[????????v???X???? */
	overflow: hidden;
	/* ??????o??????f?U?C???????????B?????? */
	color: #FFF;
	margin-top: 5px;
}

.pager ol li {
	line-height: 22px;
	/* FireFox2??g??????????o?O??????? */
	display: inline;
	/* float????????C?????C???u???b?N????? */
	margin-left: 5px;
	color: #999;
}

.pager ol li a {
	display: inline-block;
	/* ?C?????C???u???b?N???w?? */
	padding: 0 7px;
	/* ???E??????l?????A?N???b?N???????{?b?N?X???????? */
	/* border:1px solid #DDD; */
	border-radius: 3px;
	height: 22px;
	line-height: 22px;
	color: var(--txt-main-color);
	text-decoration: none;
	font-weight: 400;
	box-shadow: 3px 3px 3px #eee;
	background: #FFF;
	/* ?w?i?????g?p???????x??????????s?[?g????????w???? */
}

.pager ol li a:hover {
	background: #555;
	color: #FFF;
	border: 1px solid #DDD;
}

.pager ol li span {
	display: inline-block;
	/* ?C?????C???u???b?N???w?? */
	padding: 0 7px;
	border: 1px solid #DDD;
	height: 22px;
	line-height: 22px;
	background: var(--label-color);
	color: #EEE;
}


/*----------------------------------*/
/*             table                */
/*----------------------------------*/
.contents_m table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.3;
	margin-bottom: 10px;
}

.contents_m table td,
.contents_m table th {
	border: 1px solid #BBB;
	padding: 10px;
	text-align: left;
	background-color: #FFF;
	vertical-align: top;
}

.contents_m table th {
	background-color: #FAFAFA;
}

.contents_m table th span {
	float: right;
	background-color: #ff6868;
	color: #FFF;
	font-size: 11px;
	padding: 3px 4px 0;
	font-weight: normal;
}

.contents_m table td span {
	display: block;
	font-size: 11px;
	padding-top: 3px;
}

.contents_m table td.validate {}

.contents_m table td textarea {
	width: 500px;
	height: 150px;
}



/* ???M?{?^??
------------------------------------*/
.submit {
	text-align: center;
	padding: 15px 0;
}

.submit span {
	display: block;
	padding-top: 5px;
	font-size: 11px;
}



/* form_table
------------------------------------*/
.form_table .multiple_check {
	line-height: 1.3;
}

.form_table .multiple_check .area_check {
	padding: 0 0 5px;
	font-weight: bold;
}

.form_table .multiple_check dl {
	/* width: 520px; */
}

.form_table .multiple_check dt {
	padding: 5px 0;
	font-weight: bold;
	float: left;
	width: 100px;
	border-top: 1px solid #CCC;
}

.form_table .multiple_check dd {
	padding: 5px;
	margin-left: 100px;
	border-top: 1px solid #CCC;
}

.form_table .multiple_check dd label {
	/* white-space:nowrap; */
}

html>
/**/
body .form_table table td label,
html>

/**/
body .form_table .multiple_check dd label {
	/* IE8-9????nowrap???v?f??????o????K?p????????????????? */
	display
	/*\**/
	: inline-block\9;
}




/* info_table
------------------------------------*/
.contents_m .info_table table th,
.contents_m .info_table table td {
	border: none;
	background: none;
}

.contents_m .info_table table th p {
	background-color: #ffd295;
	text-align: center;
	padding: 2px;
}


/* list_table
------------------------------------*/
.list_table table td {
	vertical-align: middle;
}

.list_table table td .photo {
	text-align: center;
	margin: 0;
}

.list_table table td h3 {
	background: none;
	margin: 0;
	border: 0;
}

.list_table table td .photo a span {
	background: url(../img/sample/noimage108x81.gif) no-repeat;
	width: 108px;
	height: 81px;
	display: block;
	margin: 0 auto;
	border: 1px solid #DDD;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
}

.list_table table td .photo a img:hover,
.list_table table td .photo a span:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}




/* search_table
------------------------------------*/
.search_table {
	margin-bottom: 10px;
}

.search_table table {
	margin-bottom: 0;
}

.search_table table th {
	background-color: #666;
	color: #FFF;
}

.search_table table td label {
	/* white-space:nowrap; */
}

html>

/**/
body .search_table table td label {
	/* IE8-9????nowrap???v?f??????o????K?p????????????????? */
	display
	/*\**/
	: inline-block\9;
}

/*----------------------------------*/
/*             error                */
/*----------------------------------*/

.contents_m .error {
	color: #F00;
}

.validate_info {
	background: #FFF;
	border: 7px solid #ffdddd;
	padding: 5px;
	margin: 0 0 10px 0;
}

.validate_info p {
	padding: 5px;
	color: red;
	line-height: 1.5;
}

.validate_info ul {
	margin: 15px;
}

.validate_info ul li {
	background: url(../img/sample/list_icon.png) no-repeat 0 3px;
	padding-left: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}


/*----------------------------------*/
/*            message               */
/*----------------------------------*/
.message {
	background: #FFF;
	border: 7px solid #DDD;
	padding: 5px;
	margin: 0 0 10px 0;
}

.message p {
	padding: 5px;
	color: #333;
	line-height: 1.5;
}

.message ul {
	margin: 15px;
}

.message ul li {
	background: url(../img/sample/list_icon.png) no-repeat 0 3px;
	padding-left: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}



/*----------------------------------*/
/*          ???m??申_???            */
/*----------------------------------*/
.contents_m .news p {
	text-align: right;
}

.contents_m .news p a {
	background: url(../img/sample/list_icon.png) no-repeat 0 3px;
	padding-left: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.contents_m .news div {
	line-height: 1.5;
	padding: 20px;
	border: 1px solid #DDDDDD;
	margin: 10px 0;
	background-color: #FFF;
}




/*----------------------------------*/
/*          ?g?b?v?y?[?W            */
/*----------------------------------*/

/* topimg
------------------------------------*/
.contents_m .topimg {
	margin-bottom: 10px;
}


/* flow
------------------------------------*/
.contents_m .flow {
	/* background:url(../img/sample/flow_img.gif);
	height:185px;
	width:720px;
	overflow:hidden;
	text-indent:-9877em;
	margin-bottom:10px; */
}


/* order
------------------------------------*/
.contents_m .order {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
}

.contents_m .order a {
	background: url(../img/sample/main_order.png) no-repeat top;
	width: 720px;
	height: 90px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.contents_m .order a:hover {
	background: url(../img/sample/main_order.png) no-repeat bottom;
}


/* category_list
------------------------------------*/
.contents_m .category_list {
	margin-bottom: 15px;
}

.contents_m .category_list h2 {
	background: url(../img/sample/main_category.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 45px;
}

.contents_m .category_list .base_body {
	/* background:url(../img/sample/main_company_back.gif) no-repeat bottom; */
	padding: 5px;
}

.contents_m .category_list ul {
	margin: 5px 20px;
}

.contents_m .category_list ul li {
	margin: 0 20px 15px 0;
	padding: 0 0 0 15px;
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5?`7*/
	/zoom: 1;
	/*for ie5?`7*/
	vertical-align: top;
	/* white-space:nowrap; */
	background: url(../img/sample/list_icon.png) no-repeat left 3px;
	line-height: 110%;
}





/* company_list
------------------------------------*/
.contents_m .company_list {}

.contents_m .company_list h2 {
	background: url(../img/sample/main_company.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 45px;
}

.contents_m .company_list .base_body {
	/* background:url(../img/sample/main_company_back.gif) no-repeat bottom; */
	padding: 5px 0 5px 5px;
}

.contents_m .company_list ul li {
	margin: 0 5px 5px 0;
	width: 100px;
	/width: 103px;
	padding: 5px;
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5?`7*/
	/zoom: 1;
	/*for ie5?`7*/
	vertical-align: top;
	text-align: center;
}

.contents_m .company_list dt a span {
	background: url(../img/sample/noimage80x60.gif) no-repeat;
	width: 80px;
	height: 60px;
	display: block;
	margin: 0 auto;
	border: 1px solid #DDD;
	text-indent: -9999px;
	overflow: hidden;
}

.contents_m .company_list dt a img:hover,
.contents_m .company_list dt a span:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.contents_m .company_list dd {
	padding-top: 3px;
	line-height: 1.2;
}

.contents_m .company_list p a {
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/sample/more.gif) no-repeat;
	width: 70px;
	height: 15px;
	display: block;
	margin: 10px 10px 10px auto;
}

.contents_m .company_list p a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}






/*----------------------------------*/
/*            ?????              */
/*----------------------------------*/
.contents_m .photo {
	margin: 10px auto;
}

.contents_m .photo li {
	float: left;
	width: 240px;
	text-align: center;
}

.contents_m .photo li img {
	border: 7px solid #FFF;
}

.contents_m .photo li span {
	background: url(../img/sample/noimage220x165.gif) no-repeat;
	width: 220px;
	line-height: 165px;
	display: block;
	margin: 0 auto;
	border: 7px solid #FFF;
	text-indent: -9999px;
	overflow: hidden;
}