@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
/* Noto Sans JP */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('/shared/fonts/noto-sans-jp-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('/shared/fonts/noto-sans-jp-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/fonts/noto-sans-jp-700.woff2') format('woff2');
}
/* Noto Sans SC */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 400;
	src: url('/shared/fonts/NotoSansSC-Regular.ttf') format('ttf');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/fonts/NotoSansSC-Bold.ttf') format('ttf');
}
/* Noto Sans TC */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 400;
	src: url('/shared/fonts/NotoSansTC-Regular.ttf') format('ttf');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/fonts/NotoSansTC-Bold.ttf') format('ttf');
}
/* Noto Sans KR */
@font-face {
	font-display: swap;
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/shared/fonts/NotoSansKR-Regular.ttf') format('ttf');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/fonts/NotoSansKR-Bold.ttf') format('ttf');
}

body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
optgroup,
strong,
b {
	font-family: 'Noto Sans JP', sans-serif;
}

body #tmp_contents p em {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 105%;
}
body{
	overflow-wrap: anywhere;
}
.custom_zh-CN h1,
.custom_zh-CN h2,
.custom_zh-CN h3,
.custom_zh-CN h4,
.custom_zh-CN h5,
.custom_zh-CN h6,
.custom_zh-CN th,
.custom_zh-CN optgroup,
.custom_zh-CN strong,
.custom_zh-CN b,
body.custom_zh-CN,
.custom_zh-CN input,
.custom_zh-CN select,
.custom_zh-CN textarea {
	font-family: 'Noto Sans SC', sans-serif;
}
.custom_zh-TW h1,
.custom_zh-TW h2,
.custom_zh-TW h3,
.custom_zh-TW h4,
.custom_zh-TW h5,
.custom_zh-TW h6,
.custom_zh-TW th,
.custom_zh-TW optgroup,
.custom_zh-TW strong,
.custom_zh-TW b,
body.custom_zh-TW,
.custom_zh-TW input,
.custom_zh-TW select,
.custom_zh-TW textarea {
	font-family: 'Noto Sans TC', sans-serif;
}
.custom_ko h1,
.custom_ko h2,
.custom_ko h3,
.custom_ko h4,
.custom_ko h5,
.custom_ko h6,
.custom_ko th,
.custom_ko optgroup,
.custom_ko strong,
.custom_ko b,
body.custom_ko,
.custom_ko input,
.custom_ko select,
.custom_ko textarea {
	font-family: 'Noto Sans KR', sans-serif;
}
body.custom_zh-CN [lang="en"] ,
body.custom_zh-TW [lang="en"] ,
body.custom_ko [lang="en"] {
	font-family: 'Noto Sans JP', sans-serif;
}
a:link,
a:active,
a:visited {
	color: #0a559f;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size: 125%;	/* 20px */
	font-weight: 500;
}


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


/* text */

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

.txt_green {
	color: #1B594A;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}
.space_lft1 {
	padding-left:1em;
}
.underline {
	text-decoration:underline;
}
.strike {
	text-decoration:line-through;
}
.clear {
	clear:both;
}
/* image */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
/* bgcolor */
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #d8f8d9;	/* Setting by CMS sheets */
}
td.bg_yellowgreen,
th.bg_yellowgreen {
	color: inherit;
	background-color: #e8f6cb;	/* Setting by CMS sheets */
}
td.bg_creamyellow,
th.bg_creamyellow {
	color: inherit;
	background-color: #f1f5c3;	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	padding-top: 77px;
	min-width: 1220px;
	margin: 0 auto;
}

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

.container:after {
	clear: both;
}

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

#tmp_wrap_main.custom_heading{
	padding-top: 72px;
	color: inherit;
	background: transparent url(/shared/site_foreign/images/main/bg_heading.png) repeat-x;
}
/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

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

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

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

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

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}
.format_free #tmp_footer{
	margin-top: 100px;
}
/* header
================================================== */
#tmp_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
	z-index: 99;
}
#tmp_header .header_wrapper{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 14px 30px 15px 25px;
	max-width: 1600px;
	width: 100%;
}
#tmp_hlogo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 400px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/shared/site_foreign/images/main/logo.png) no-repeat;
	width: 192px;
	height: 24px;
	color: inherit;
}
#tmp_hlogo a {
	display: block;
	width: 192px;
	height: 24px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 192px;
	height: 24px;
	position: relative;
	font-size: 1.5rem;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_hnavi_s{
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding-left: 10px;
	width: 100%;
	z-index: 98;
}
#tmp_hnavi_s > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	display: block;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 20px auto;
	width: 48px;
    height: 48px;
	border: 2px solid #e9e9e9;
	border-radius: 5px;
	color: #222222;
	text-indent: -9999px;
	-webkit-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	overflow: hidden;
}
#tmp_hnavi_s > ul > li > a:hover{
	border-color: #258752;
}
/* inner */
#tmp_hnavi_s .wrap_sma_sch{
	position: fixed;
	right: 0;
	top: 77px;
	max-height: calc(100% - 77px);
	overflow-y: auto;
	min-width: 600px;
	z-index: 98;
}
#tmp_hnavi_s .hnavi_inner{
	padding: 30px 30px 44px;
	background-color: #f0f0f0;
	border: 10px solid #ffffff;
	border-top: none;
	color: #222222;
}
/* btn close */
#tmp_hnavi_s .close_btn{
	text-align: center;
}
#tmp_hnavi_s .close_btn a{
	display: inline-block;
	padding: 19px 20px 19px 24px;
	background-color: #ffffff;
	min-width: 228px;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #ffffff;
	border-radius: 5px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_hnavi_s .close_btn span{
	display: inline-block;
	padding: 2px 0 2px 30px;
	background: transparent url(/shared/site_foreign/images/icon/navi_icon_close_gr.png) no-repeat left center;
    background-size: 20px auto;
	color: inherit;
}
#tmp_hnavi_s .close_btn a:hover,
#tmp_hnavi_s .close_btn a:focus{
	border-color: #258752;
	color: #258752;
}
/* search */
#tmp_sma_search{
	margin-bottom: 44px;
	padding: 26px 20px 34px 23px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_search .sch_ttl{
	display: none;
}
#tmp_sma_search input{
	appearance: none;
	box-shadow: none;
}
#tmp_sma_search .sch_box{
	margin-bottom: 34px;
}
#tmp_sma_search .sch_box input{
	display: block;
	width: 100%;
	padding: 10px;
	height: 60px;
	border: 2px solid #666666;
	border-radius: 0;
}
#tmp_sma_search .sch_btn{
	padding-right: 7px;
	text-align: center;
}
#tmp_sma_search .sch_btn input{
	display: inline-block;
	background: #258752 url(/shared/site_foreign/images/icon/navi_icon_search_wh.png) no-repeat 64px center;
    background-size: 30px auto;
	min-width: 228px;
	padding: 18px 10px 20px 99px;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #258752;
	border-radius: 5px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_sma_search .sch_btn input:hover,
#tmp_sma_search .sch_btn input:focus{
	background-color: #ffffff;
	background-image: url(/shared/site_foreign/images/icon/navi_icon_search.png);
	color: #258752;
}
/* language */
#tmp_hnavi_s .hnavi_language{
	margin-bottom: 38px;
	padding: 17px 16px 17px 23px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_hnavi_s .hnavi_language >p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tmp_hnavi_s .hnavi_language label{
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: transparent url(/shared/site_foreign/images/icon/rnavi_icon_lang.png) no-repeat;
    background-size: 44px auto;
	width: 50px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
}
#tmp_hnavi_s .hnavi_language select{
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin-left: 12px;
	padding: 12px 40px 14px 20px;
	background: #ffffff url(/shared/site_foreign/images/icon/navi_arrow_drop.png) no-repeat right 15px center;
    background-size: 26px auto;
	width: 100%;
	border: 2px solid #666666;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #222222;
	font-weight: 500;
	text-align: left;
}
#tmp_hnavi_s .hnavi_language select::-ms-expand {
    display: none;
}
/* about */
#tmp_hnavi_s .hnavi_about{
	margin-bottom: 41px;
}
#tmp_hnavi_s .hnavi_about a{
	position: relative;
	display: block;
	padding: 30px 50px 32px 99px;
	background: #ffffff url(/shared/site_foreign/images/icon/navi_icon_about.png) no-repeat 44px center;
    background-size: 38px auto;
	border-bottom: 2px solid #9d9e9d;
	font-weight: 500;
	color: #222222;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	z-index: 1;
}
#tmp_hnavi_s .hnavi_about a:after{
	content: '';
	position: absolute;
	right: 30px;
	top: 1px;
	bottom: 0;
	margin: auto 0;
	background: transparent url(/shared/site_foreign/images/icon/arrow_link_rgt.png) no-repeat;
    background-size: 100% auto;
	width: 14px;
	height: 26px;
	z-index: -1;
}
#tmp_hnavi_s .hnavi_about a:hover,
#tmp_hnavi_s .hnavi_about a:focus{
	background-color: #def3e7;
}
/* setting */
#tmp_hnavi_s .hnavi_setting{
	margin-bottom: 60px;
	padding-left: 34px;
}
#tmp_hnavi_s .hnavi_setting li{
	list-style: none;
	text-align: left;
}
#tmp_hnavi_s .hnavi_setting a{
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	color: inherit;
	text-decoration: none;
}
#tmp_hnavi_s .hnavi_setting span{
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #222222;
	-webkit-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
#tmp_hnavi_s .hnavi_setting a:hover span,
#tmp_hnavi_s .hnavi_setting a:focus span{
	border-color: transparent;
}
#tmp_hnavi_s .setting_privacy{
	padding-left: 20px;
}
#tmp_hnavi_s .setting_privacy a{
	padding: 4px 0 4px 45px;
	background-image: url(/shared/site_foreign/images/icon/arrow_link_rgt.png);
	background-position: 0 10px;
    background-size: 14px auto;
	letter-spacing: 0.02em;
	min-height: 41px;
}
#tmp_hnavi_s .setting_fsize a{
	padding: 7px 0 10px 65px;
	background-image: url(/shared/site_foreign/images/icon/navi_icon_setting.png);
	background-position: 3px 2px;
    background-size: 48px auto;
	letter-spacing: 0.02em;
	min-height: 50px;
}
#tmp_hnavi_s .hnavi_setting li:not(:last-child){
	margin-bottom: 24px;
}
/* active */
#tmp_hnavi_s > ul > li > a.active{
	background-color: #666667;
	border-color: #666667;
	color: #ffffff;
}
/* lmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	margin-right: 12px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_search.png);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_close.png);
}
/* rmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_burger.png);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_close.png);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu .hnavi_inner{
	padding: 35px 29px 85px 30px;
}

/* gnavi
================================================== */
#tmp_gnavi{
	margin-bottom: 38px;
	background-color: #ffffff;
	border-top: 2px solid #258752;
	border-bottom: 2px solid #258752;
}
.gnavi {
	color: inherit;
	clear: both;
}
.gnavi li{
	list-style: none;
}
.gnavi a{
	position: relative;
	display: block;
	padding: 30px 40px 32px 93px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 30px center;
    background-size: 52px auto;
	color: #258752;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.gnavi a:after{
	content: '';
	position: absolute;
	right: 30px;
	top: 1px;
	bottom: 0;
	margin: auto 0;
	background: transparent url(/shared/site_foreign/images/icon/arrow_link_rgt.png) no-repeat;
    background-size: 100% auto;
	width: 14px;
	height: 26px;
	color: inherit;
	-webkit-transition: background-image 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
	z-index: -1;
}
/* child */
.gnavi li.glist1 a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_home.png);
}
.gnavi li.glist1 a:hover,
.gnavi li.glist1 a:focus{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_home_wh.png);
}
.gnavi li.glist2 a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_see.png);
}
.gnavi li.glist2 a:hover,
.gnavi li.glist2 a:focus{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_see_wh.png);
}
.gnavi li.glist3 a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_gourmet.png);
}
.gnavi li.glist3 a:hover,
.gnavi li.glist3 a:focus{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_gourmet_wh.png);
}
.gnavi li.glist4 a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_shopping.png);
}
.gnavi li.glist4 a:hover,
.gnavi li.glist4 a:focus{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_shopping_wh.png);
}
.gnavi li.glist5 a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_exp.png);
}
.gnavi li.glist5 a:hover,
.gnavi li.glist5 a:focus{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_exp_wh.png);
}
.gnavi li.glist6 a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_acc.png);
}
.gnavi li.glist6 a:hover,
.gnavi li.glist6 a:focus{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_acc_wh.png);
}
.gnavi a:hover,
.gnavi a:focus {
	background-color: #258752;
	color: #ffffff;
}
.gnavi a:hover:after,
.gnavi a:focus:after{
	background-image: url(/shared/site_foreign/images/icon/arrow_link_rgt_wh.png);
}
.gnavi li:not(:last-child){
	border-bottom: 2px solid #258752;
}

/* footer
================================================== */
#tmp_footer {
	border-top: 5px solid #258752;
	color: inherit;
}
#tmp_footer .footer_wrapper{
	position: relative;
	padding: 33px 0 50px;
}
/* pnavi */
.pnavi{
	position: absolute;
	right: 0;
	top: -55px;
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 50px;
	height: 50px;
}
.pnavi a,
.pnavi span{
	display: block;
	text-indent: -9999px;
}
.pnavi a{
	background: #666666 url(/shared/site_foreign/images/icon/arrow_backtop.png) no-repeat center center;
    background-size: 22px auto;
	border-radius: 5px 5px 0 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a:hover,
.pnavi a:focus{
	background-color: #258752;
}
.pnavi_fixed.pnavi {
	position: fixed;
	top: auto;
	bottom: 10px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.pnavi_fixed.pnavi a{
	border-radius: 5px;
}
.no_javascript .pnavi{
	opacity: 1;
}
/* copyright */
.copyright {
	font-size: 80%;
	text-align: center;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
    -webkit-transform: none;
    -moz-transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_foreign/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_foreign/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.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):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_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_foreign/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_foreign/images/icon/icon_arrow_next_bl.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_foreign/images/icon/icon_arrow_prev_yellow.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_foreign/images/icon/icon_arrow_next_yellow.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
================================================== */
#tmp_pankuzu{
	padding: 4px 0;
	color: #222222;
	background-color: #f0f0f0;
	font-size: 70%;
}
#tmp_pankuzu a{
	color: #222222;
	background-color: #f0f0f0;
	text-decoration: underline;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus{
	text-decoration: none;
}
/* ==================================================
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: 40px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.3%;
	margin-right: 3.3%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.3%;
	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: 40px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31%;
	margin-right: 3.3%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.2%;
	float: left;
}
/* ==================================================
Cookie同意ポップアップ
================================================== */
.no_javascript #tmp_cookie{
	display: none;
}
#tmp_cookie{
	display: flex;
	position: fixed;
	z-index:999;
	align-items: center;
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	bottom: 0;
	right: 0;
	opacity: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transition: transform 1s;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
}
#tmp_cookie.active{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
}
#tmp_cookie .txt_cookie{
	margin-right: 20px;
	color: #222222;
}
#tmp_cookie .txt_cookie a{
	color: #222222;
}
#tmp_cookie .btn_agree{
	min-width: 130px;
	text-align: center;
	margin-left: auto;
}
#tmp_cookie .btn_agree a{
	color: #222222;
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
#tmp_cookie .btn_agree a::after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px #222222;
	border-right: solid 3px #222222;
	right: 10px;
	top:12px;
	transform: rotate(45deg);
}
#tmp_cookie .btn_close{
	position: absolute;
	top: 10px;
	right: 10px;
}
#tmp_cookie .btn_close a{
	display: block;
	width: 20px;
	height: 20px;
}
#tmp_cookie .btn_close a img{
	width: 100%;
	height: 100%;
}
/* ==================================================
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;
}
.image_sp{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}

/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */

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

.fsize_small {
	font-size: 75% !important;
}

/* big
================================================== */

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

/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}

#tmp_wrap_custom_update{
	text-align: right;
}
#tmp_update,
#tmp_update_en{
	margin-bottom: 0.8em;
	font-size: 90%;
}

/* accessibility header & footer
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto;
}
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
	height: auto;
}
.color_black #tmp_wrapper #tmp_hnavi_s .close_btn a,
.color_black #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper #tmp_hnavi_s .close_btn a,
.color_blue #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_blue #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper #tmp_hnavi_s .close_btn a,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_yellow #tmp_wrapper .pnavi a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_s .hnavi_language select,
.color_blue #tmp_wrapper #tmp_hnavi_s .hnavi_language select{
	background-image: url(/shared/site_foreign/images/icon/navi_arrow_drop_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s .hnavi_language select{
	background-image: url(/shared/site_foreign/images/icon/navi_arrow_drop.png) !important;
}
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_foreign/images/icon/arrow_backtop.png) !important;
}
.color_yellow #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_foreign/images/icon/arrow_backtop_bl.png) !important;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_search_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_search_bl.png) !important;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_burger_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_burger_bl.png) !important;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_close.png) !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	background-image: url(/shared/site_foreign/images/icon/navi_icon_close_bl.png) !important;
}
/* fsize */
/* no-js & no-splide */
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
.no_javascript #tmp_wrapper #tmp_header{
	position: relative;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after{
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}