@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
}
@media screen and (min-width : 641px) and (max-width: 1200px) {
	#tmp_header .header_inner {
		justify-content: space-between;
	}
	#tmp_hlogo {
		max-width: 450px;
		width: 450px;
		padding-right: 12px;
	}
	.header_rgt {
		justify-content: flex-end;
		max-width: calc(100% - 450px);
		width: calc(100% - 450px);
	}
	.gnavi ul {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	.gnavi li {
		display: block;
		width: 40%;
	}
	.gnavi li:first-child {
		width: 20%;
	}
}
@media screen and (min-width : 641px) and (max-width: 1000px) {
	.gnavi li,
	.gnavi li:first-child {
		width: auto;
	}
	.gnavi a {
		min-width: 90px;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
body{
	font-size: 93.8%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
	padding-top: 60px;
}
.container{
	padding: 0 10px;
	width: 100%;
}
.show_pc{
	display: none;
}
.show_sp{
	display: block;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi,
.format_free .wrap_col_rgt_navi {
	display:none;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_header {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    padding: 7px 0;
	min-height: 60px;
}
#tmp_header .container {
	max-width: 1200px;
	padding: 0 7px;
}
#tmp_header .header_inner {
	justify-content: space-between;
}
#tmp_hlogo {
	max-width: 260px;
	padding: 0 10px 0 4px;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	max-width: 234px;
	height: 46px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background-image: url(/site/shared/site_chinoaji/images/icon/hlogo_sp.jpg);
}

/* sp_menu
================================================== */
#tmp_hnavi_s {
	display: block;
	position: static;
}
#tmp_hnavi_s > ul {
	list-style: none;
}
#tmp_hnavi_rmenu > a {
	display:block;
	width: 46px;
	height: 46px;
	text-decoration:none;
	border: 2px solid #ffffff;
	font-size: 0.6rem;
	position: relative;
}
#tmp_hnavi_rmenu > a > span {
	position:absolute;
	overflow:hidden;
	display: block;
	text-indent: -9999px;
	width:100%;
	height:100%;
}
#tmp_hnavi_rmenu > a span::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
    top: 0;
	bottom: 0;
	background: url(/site/shared/site_chinoaji/images/icon/icon_menu.png) no-repeat center center;
	background-size: 21px auto;
}
#tmp_sma_rmenu{
	position: fixed;
	height: auto !important;
	left: 100%;
	top: 0;
	bottom: 0;
	transition: left 0.3s;
	width: 100%;
	text-align: left;
	z-index: 700;
}
.open_rmenu #tmp_hnavi_rmenu::before {
	content: '';
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.5);
}
#tmp_sma_rmenu .menu_content{
	width: calc(100% - 48px);
	height: 100%;
	overflow-y: auto;
}
#tmp_sma_rmenu .menu_content ul {
	list-style: none;
	margin: 0;
}
#tmp_sma_rmenu .menu_content li {
	border-bottom: #cccccc 1px solid;
	line-height: 1.3;
}
#tmp_sma_rmenu .menu_content li a {
    display: block;
    font-size: 100%;
    padding: 13px 17px 11px;
    color: #333333;
    background-color: transparent;
    text-decoration: none;
}
#tmp_sma_rmenu .close_btn a {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background: url(/site/shared/site_chinoaji/images/icon/icon_close_bl.png) no-repeat center center;
	background-size: 36px auto;
	text-indent: -9999px;
	opacity: 0;
}
/* transition */
#tmp_sma_rmenu.block_menu,
#tmp_sma_rmenu.block_menu::before,
#tmp_sma_rmenu.block_menu .close_btn a{
	display: block !important;
}
#tmp_sma_rmenu.transition {
	left: 48px;
}
#tmp_sma_rmenu.transition::before,
#tmp_sma_rmenu.transition .close_btn a {
	opacity: 1;
}

/* gnavi
================================================== */
.header_rgt{
	display: block;
	padding-top: 0;
	max-width: calc(100% - 250px);
}
#tmp_gnavi {
	display:none;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	display:none;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 5px 0;
}
#tmp_update {
	font-size: 93.3%;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
footer
================================================== */
.pnavi {
	display: none !important;
}
#tmp_footer {
	padding-bottom: 3px;
	font-size: 70%;
}
.footer_cnt {
	display: block;
	padding: 15px 0 15px;
}
.footer_info,
#tmp_footer .fnavi {
	width: auto;
}
.footer_logo p,
.footer_logo p span {
	width: 182px;
	height: 38px;
}
.footer_logo p {
	background-image: url(/site/shared/site_chinoaji/images/icon/flogo_sp.jpg);
}
.footer_logo span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_footer .fnavi {
	display: none;
}
.copyright {
	text-align: center;
}

/* news common
================================================== */
.news_cnt{
	width: 100%;
	background-color: transparent;
	padding: 6px 0px 6px;
}
.news_cnt > ul{
	margin-left: 0 !important;
	border-top: 1px solid #2E0516;
}
.news_cnt > ul > li {
	position: relative;
	display: block;
	border-bottom: 1px solid #2E0516;
	margin-bottom: 0;
}
.news_cnt > ul > li:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin: -4px 0 0 6px;
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #2E0516;
	border-right: solid 1px #2E0516;
	transform: rotate(45deg);
}
.news_cnt > ul > li > span.date{
	position: absolute;
	left: 0;
	top: 7px;
	color: #6E6E6E;
	background-color: #F6F3E9;
	font-size: 80%;
	line-height: 1.3;
	width: auto;
}
.news_cnt > ul > li > span.link{
    padding-left: 0;
    font-size: 94%;
}
.news_cnt > ul > li > span.link > a{
	text-decoration: none;
	display: block;
	padding: 24px 20px 5px 0;
	margin-right: 0;
	color: #2E0516;
	background-color: transparent;
}
.news_cnt > ul > li > span.link img {
    position: absolute;
    left: 8ch;
    top: 6px;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* linkicon
================================================== */
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	background-size: 51px auto;
	padding-left:60px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_chinoaji/images/icon/icon_pdf_sp.png);
}
a.icon_word {
	background-image:url(/site/shared/site_chinoaji/images/icon/icon_word_sp.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_chinoaji/images/icon/icon_excel_sp.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_chinoaji/images/icon/icon_ppt_sp.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_chinoaji/images/icon/icon_txt_sp.png);
}

/* no_javascript
================================================== */
.no_javascript #tmp_wrapper {
	padding-top: 0;
}
.no_javascript #tmp_header {
	position: static;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}