@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select {
	font-family: "Hiragino UD Sans W3 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input[type=text],
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}
a:link {
	color:#0149b8;
}
body {
	font-size: 100%;
	color: #222222;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
optgroup,
strong,
b {
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* Styles
================================================== */
/* text */
.txt_red {
	color:#bf1111; /* Setting by CMS sheets */
}
.txt_green {
	color: #17721e; /* Setting by CMS sheets */
}
.txt_orange {
	color: #C54914; /* Setting by CMS sheets */
}
.txt_big {
	font-size:120%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color: #f2f2f2; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color: #eaf9fd; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color: #e7fef4; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color: #e6eefa; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1280px;
	margin:0 auto;
}
.col_main {
	padding:10px 0;
}
.container {
	width:1240px;
	margin:0 auto;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float:right;
	margin-top: 210px;
}
.column_rnavi .wrap_col_main {
	width:100%;
	float:left;
}
.column_idx .wrap_col_main {
	width:1240px;
	margin:0 auto;
}
.col_main {
	padding:0;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width:285px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-325px;
}
.format_free .column_rnavi .col_main {
	margin-right:325px;
}
/* header
================================================== */
#tmp_header{
	border-bottom: solid 5px #ffb04b;
	padding: 15px 0;
}
.hlogo_wrap {
	float:left;
	display:flex;
	gap:25px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width: 384px;
	height:75px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width: 384px;
	height:75px;
	color: #000000;
	background-color:#ffffff;
	background-image:url(/shared/templates/try_sdgs/images/h_logo.png) !important;
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 384px 75px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width: 384px;
	height:75px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_kittylogo {
	display:block;
	width: 271px;
	height:75px;
	position:relative;
	background:#ffffff url(/shared/templates/try_sdgs/images/hellosdgs_logo.png) no-repeat left top;
	overflow:hidden;
}
#tmp_kittylogo span {
	display:block;
	width: 271px;
	height:75px;
	position:relative;
	z-index:-1;
}

/* means */
#tmp_hnavi_s {
	float: right;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#tmp_hnavi_s li {
	display: inline-block;
	margin-left:10px;
}
#tmp_hnavi_lmenu li,
#tmp_hnavi_rmenu {
	margin-left: 3px;
}
#tmp_hnavi_lmenu img{
	display: block;
}
#tmp_hnavi_rmenu{
	position: relative;
}
#tmp_hnavi_rmenu a {
	display: block;
	position: relative;
	padding-top: 30px;
	width: 50px;
	height: 50px;
	border: solid 1px #cacecf;
	border-radius: 3px;
	box-shadow: #dadcdb 0 2px;
	text-decoration: none;
	text-align: center;
	font-size: 0.6rem;
}
#tmp_hnavi_lmenu > li > a,
#tmp_hnavi_rmenu > a {
	border-color: #cccccc;
	background-color: #ffffff;
	color: #222222;
}
#tmp_hnavi_lmenu > li > a:hover,
#tmp_hnavi_rmenu > a:hover {
	text-decoration: underline;
}
#tmp_hnavi_rmenu a:hover,
#tmp_hnavi_rmenu a:focus {
	padding-top: 29px;
	border: 2px solid #8b9094;
}
#tmp_hnavi_lmenu> li > a:focus,
#tmp_hnavi_rmenu > a:focus {
	text-decoration: none;
}

/* hnavi_rmenu */
#tmp_hnavi_s .symbol_nav {
	color: #000000;
	top: 16px;
	left: 12px;
}
#tmp_hnavi_s a:hover .symbol_nav,
#tmp_hnavi_s a:focus .symbol_nav {
	top: 15px;
	left: 11px;
}
#tmp_hnavi_s .symbol_nav::after,
#tmp_hnavi_s .symbol_nav::before {
	content: '';
	left: 0;
	color: #898989;
}
#tmp_hnavi_s .symbol_nav:before {
	top: -7px;
}
#tmp_hnavi_s .symbol_nav:after {
	top: 7px;
}
#tmp_hnavi_s .active .symbol_nav {
	display: none;
}
#tmp_hnavi_s .active .symbol_nav,
#tmp_hnavi_s .active .symbol_nav::after,
#tmp_hnavi_s .active .symbol_nav::before {
	background-color: #898989;
}
#tmp_hnavi_s .nav_text_opn{
	display: none;
}
#tmp_hnavi_s .active .nav_text{
	display: none;
}
#tmp_hnavi_s .active .nav_text_opn {
	display: block;
	color:#222222;
}
#tmp_hnavi_s .symbol_nav,
#tmp_hnavi_s .symbol_nav::after,
#tmp_hnavi_s .symbol_nav::before {
	position: absolute;
	height: 2px;
	width: 22px;
	background-color: #898989;
	color: inherit;
	border-radius: 10px;
}
#tmp_hnavi_rmenu > a.active {
	background: url(/shared/templates/try_sdgs/images/icon/close_btn.png)no-repeat;
	background-position: center 8px;
	background-size: 17px auto;
	color: #ffffff;
}

/* sma_rmenu
================================================== */
#tmp_sma_menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	width: 100%;
	color: #000000;
}
#tmp_sma_smenu {
	width: 1240px;
	margin: auto;
	position: relative;
	z-index: 100;
}
#tmp_sma_menu .sma_sch_wrap {
	float: right;
}
#tmp_sma_menu .sma_inner {
	color: #222222;
	background-color: #ffffff;
	text-align: left;
	border: 5px solid #c3c8cc;
	width: 900px;
}
#tmp_setting {
	margin: 20px;
	background: #f8f8f8;
}
#tmp_setting a {
	text-decoration: none;
	color: #000000;
}
.setting_list {
	display: flex;
	padding: 15px 0;
}
.setting_list p {
	padding-right: 30px;
}
.setting_link a {
	padding-left: 35px;
	background: url(/shared/templates/try_sdgs/images/icon/icon_setting.png) no-repeat left top;
	background-position: 16px 3px;
}
.setting_kana a {
	padding-left: 35px;
	background: url(/shared/templates/try_sdgs/images/icon/icon_kana.png) no-repeat left top;
	background-position: 16px 3px;
}
.site_name_btn a {
	border-left: 1px solid #dddddd;
	padding-left: 50px;
	background: url(/shared/templates/try_sdgs/images/icon/arrow_r.png) no-repeat left top;
	background-position: 30px 4px;
}
.setting_multilingual{
	display: flex;
	align-items: center;
	border-top: 1px solid #dbdbdb;
	position: relative;
}
.setting_multilingual .close_btn{
	display: none;
}
.smenu_open .setting_multilingual .close_btn{
	display: block;

}
.multilingual_ttl {
	padding: 10px 20px 10px 35px;
	background-image: url(/shared/templates/try_sdgs/images/icon/icon_multilingual.png);
	background-position: left 16px top 15px;
	background-repeat: no-repeat;
	background-color: #dbdbdb;
}
#tmp_setting_lang {
	display: flex;
	padding-left: 50px;
	list-style: none;
}
.smenu_open #tmp_setting_lang{
	position: absolute;
	top: 0;
	left: 147px;
	width: 90%;
	border: 2px solid #c3c8cc;
	display: flex;
	flex-wrap: wrap;
	padding:10px 10px 10px 40px;
	background: #ffffff;
	z-index: 110;
}
#tmp_setting_lang li {
	margin:5px 50px 5px 0;
	list-style-image: url(/shared/templates/try_sdgs/images/icon/arrow_gr.png);
}
.load_more a {
	background: url(/shared/templates/try_sdgs/images/icon/arrow_gr.png) no-repeat left top;
	background-position: 0px 4px;
	padding-left: 18px;
}
.close_btn{
	display: none;
}
/* action_list
================================================== */
#head_action{
	display: flex;
	margin:30px 0;
}
#head_action figure{
	display: block;
	margin: auto;
}
figure.action1,
figure.action2,
figure.action3,
figure.action4,
figure.action5,
figure.action6,
figure.action7,
figure.action8,
figure.action9,
figure.action10{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
figcaption.action1_txt,
figcaption.action2_txt,
figcaption.action3_txt,
figcaption.action4_txt,
figcaption.action5_txt,
figcaption.action6_txt,
figcaption.action7_txt,
figcaption.action8_txt,
figcaption.action9_txt,
figcaption.action10_txt{
	width: 100px;
	height: 102px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	opacity: 0;
	color: #000000;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 12px;
	border:2px solid #000000;
	border-radius: 50%;
	line-height: 1.2em;
	font-size:90%;
}
figcaption.action1_txt{
	border-color:#d6a600;
}
figcaption.action2_txt{
	border-color:#1b973a;
}
figcaption.action3_txt{
	border-color:#da341b;
}
figcaption.action4_txt{
	border-color:#00a6d9;
}
figcaption.action5_txt{
	border-color:#ec6a06;
}
figcaption.action6_txt{
	border-color:#dc097b;
}
figcaption.action7_txt{
	border-color:#004c88;
}
figcaption.action8_txt{
	border-color:#cc8e11;
}
figcaption.action9_txt{
	border-color:#319f3a;
}
figcaption.action10_txt{
	border-color:#b91a2b;
}
figure.action1:hover .action1_txt,
figure.action2:hover .action2_txt,
figure.action3:hover .action3_txt,
figure.action4:hover .action4_txt,
figure.action5:hover .action5_txt,
figure.action6:hover .action6_txt,
figure.action7:hover .action7_txt,
figure.action8:hover .action8_txt,
figure.action9:hover .action9_txt,
figure.action10:hover .action10_txt{
	opacity: 1;
}

/* outline_prev
================================================== */
.outline_prev{
	margin-bottom: 30px;
	padding:20px 0;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	width:100%;
	padding:10px 0 120px;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin-bottom: 60px;
	border: 1px solid #c2c8cc;
	border-radius: 10px;
	padding: 20px;
	clear: both;
}
#tmp_inquiry_ttl {
	border-bottom: 1px solid #c2c8cc;
	padding-bottom: 20px;
	font-size: 150%;
}
#tmp_inquiry_ttl h2{
	font-size: 100%;
}
#tmp_inquiry_cnt {
	padding-top: 20px;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin-top: 30px;
	text-align: center;
	font-size: 112.5%;
}
#tmp_inquiry_cnt .inquiry_btn input {
	padding: 10px 70px 8px;
	color: inherit;
	background: #ffffff url(/shared/templates/try_sdgs/images/icon/arrow_r.png) no-repeat right 20px center;
	border: 1px solid #c2c8cc;
	border-radius: 5px;
	cursor: pointer;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus {
	padding: 9px 69px 7px;
	border: 2px solid #8a9094;
	background-position: right 19px center;
}
#tmp_inquiry_cnt .inquiry_memo {
	margin-top: 10px;
}
/* footer
================================================== */
#tmp_footer{
	background-color: #ffbb66;
}
.wrap_footer{
	width:1240px;
	margin:auto;
	padding: 78px 0 86px;
	display: flex;
	justify-content: space-between;
	gap:30px;
	position: relative;
	background-color: #ffbb66;
	font-weight: bold;
}
.footer_kitty{
	font-size:75%;
	min-height:185px;
	padding-left:180px;
	background: url(/shared/templates/try_sdgs/images/footer_kitty.png) no-repeat left bottom;
	background-size: 170px auto;
	display:flex;
	justify-content:end;
	flex-direction:column;
	flex-shrink: 0;
}
.footer_kitty p.footer_kitty_logo{
	background: url(/shared/templates/try_sdgs/images/footer_kitty_logo.png) no-repeat left top;
	background-size: 90px auto;
	width: 90px;
	height: 22px;
	display: block;
	position:relative;
}
.footer_kitty p.footer_kitty_logo span {
	width: 90px;
	height: 22px;
	display: block;
	position:relative;
	z-index:-1;
}
.footer_kitty .sanrio_license{
	margin: 5px 0 0;
	background: url(/shared/templates/try_sdgs/images/footer_sanrio_license.png) no-repeat;
	background-size: 255px auto;
	width: 255px;
	height: 11px;
	display: block;
	position:relative;
}
.footer_kitty .sanrio_license span{
	width: 255px;
	height: 11px;
	display: block;
	position:relative;
	z-index:-1;
}
.footer_cnt p.large{
	font-size:150%;
	margin-bottom:12px;
}
.footer_cnt p.footer_sdgs_logo{
	margin:15px 0 0;
	background: url(/shared/templates/try_sdgs/images/footer_hellosdgs_logo.png) no-repeat left top;
	width: 400px;
	height: 68px;
	display: block;
	position:relative;
}
.footer_cnt p.footer_sdgs_logo span {
	width: 400px;
	height: 68px;
	display: block;
	position:relative;
	z-index:-1;
}
#tmp_footer .tel_link a {
    color: #222222;
    text-decoration: underline;
}
#tmp_footer .tel_link a:hover,
#tmp_footer .tel_link a:focus {
    text-decoration: none;
}

/* fnavi  */
.footer_link {
	flex-shrink: 0;
}
.fnavi {
	list-style: none;
}
.fnavi li {
	display:inline-block;
	vertical-align:top;
	margin:0 0 10px 24px;
}
.fnavi li a {
	display: block;
	color: #000000;
	background: url(/shared/templates/try_sdgs/images/icon/arrow_bk.png) no-repeat center left / 6px auto;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 3px;
	margin-bottom: 10px;
}
.fnavi li a:hover{
	text-decoration: underline;
}
.copyright {
	width:1240px;
	margin:auto;
	text-align:center;
	padding:30px 0;
	font-size: 87.5%;
	margin-bottom: 6px;
	border-top:solid 1px #f5a414;
	background-color: #ffbb66;
}
/* pnavi
================================================== */
.wrap_footer .pnavi {
	position:absolute;
	top: -40px;
	right: 0;
}
.wrap_footer .ptop{
	clear: both;
}
.wrap_footer .ptop a {
	background: url(/shared/templates/try_sdgs/images/icon/icon_backtop.png) no-repeat;
	width: 100px;
	height: 80px;
	display: block;
	position:relative;
}
.wrap_footer .ptop a span {
	width: 100px;
	height: 80px;
	display: block;
	position:relative;
	z-index:-1;
}
.wrap_footer .ptop a:hover{
	background: url(/shared/templates/try_sdgs/images/icon/icon_backtop_on.png) no-repeat;
}
/* ==================================================
layout
================================================== */
/* ==================================================
CMS-function
================================================== */
/* ==================================================
CMS-library
================================================== */
/* update
================================================== */
#tmp_wrap_custom_update {
	margin:0 0 20px;
	text-align: right;
	font-size:87.5%;
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_wrap_custom_update #tmp_update {
	float: right;
	margin-left:10px;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn {
	float: left;
	margin-left:10px;
}
#tmp_social_plugins .social_media_btn iframe {
	vertical-align:bottom;
}
/* lnavi
================================================== */
#tmp_lnavi {
	margin:0 0 20px;
}
#tmp_lnavi_ttl {
	color:#000000;
	border-radius:12px 12px 0 0;
	background-color:#ffaf4c;
	border-top: #c9cdd1 1px solid;
	border-right: #c9cdd1 1px solid;
	border-left: #c9cdd1 1px solid;
}
#tmp_lnavi_ttl p {
	font-size:150%;
	font-weight:bold;
}
#tmp_lnavi_ttl a {
	display: block;
	padding: 20px 25px 20px 42px;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	background: url(/shared/templates/try_sdgs/images/icon/arrow_wh.png) no-repeat;
	background-position: left 15px top 28px;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	text-decoration:underline;
}
#tmp_lnavi_cnt {
	padding:0 10px;
	border:1px solid #c9cdd1;
	border-radius: 0 0 12px 12px;
}
#tmp_lnavi_cnt li {
	list-style:none;
	border-bottom:1px solid #c7cacb;
}
#tmp_lnavi_cnt li:last-child {
	border-bottom:none;
}
#tmp_lnavi_cnt li a {
	display:block;
	color:#000000;
	margin:0 -10px;
	padding:15px 20px 15px 45px;
	background:url(/shared/templates/try_sdgs/images/icon/arrow_r.png) no-repeat 18px 20px;
	text-decoration:none;
}
#tmp_lnavi_cnt li .active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus {
	background-color:#ffe7cb;
}
#tmp_lnavi_cnt li:last-child .active a,
#tmp_lnavi_cnt li:last-child a:hover,
#tmp_lnavi_cnt li:last-child a:focus {
	border-radius: 0 0 12px 12px;
}
/* ==================================================
メニュー生成順
================================================== */
#tmp_oshirase_cnt ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -15px;
}
#tmp_oshirase_cnt li {
	display: inline-block;
	width: 33%;
	height: auto;
	padding: 0 10px 30px 0;
}
#tmp_oshirase_cnt .oshirase_list a {
	display: table-cell;
	height: 100%;
	text-decoration: none;
	color: #000000;
	text-align: center;
	margin: 0 10px 10px;
	vertical-align: top;
	border: 1px solid #aabbcc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 116%;
	font-weight: bold;
}
#tmp_oshirase_cnt .oshirase_list a:hover{
	text-decoration: underline;
}
#tmp_oshirase_cnt .oshirase_list img {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: auto;
}	
#tmp_oshirase_cnt span.ttl {
	background: url(/shared/templates/try_sdgs/images/icon/arrow_r.png)no-repeat left top 5px;
	display: block;
	padding-left: 16px;
	margin: 10px 20px 16px;
	text-align: left;
}
/* ==================================================
CMS-parts
================================================== */

/* youtube
================================================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:100%;
	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: 34px solid #FFFFFF;
}
table.col2 td.col2R {
	border-left: 34px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	clear:both;
}
div.col2 div.col2L {
	display: block;
	width: 50%;
	padding-right: 17px;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width: 50%;
	float:left;
	padding-left: 17px;
}
/* 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: 100%;
	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: 38px solid #FFFFFF;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width: 33.33%;
	padding-right: 19px;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:33.33%;
	float:left;
	padding-left: 19px;
}
div.col3 div.col3M{
	padding-left: 19px;
}
.txt_letter {
	letter-spacing:normal !important;
}
/* ==================================================
mapbox
================================================== */
.no_javascript #tmp_mapbox {
	display:none;
}
#tmp_mapbox {
	margin:0 0 20px;
}
/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_sp {
	display:none;
}
.wrap_mc_sp a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align:center;
} 
.wrap_mc_sp a {
	text-align:center;
	padding:20px 10px;
	font-size:400%;
	text-decoration:none;
	color: #000000 !important;
	background-color: #ffffff;
}
/* ==================================================
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;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo p span {
	height:auto !important;
}
.color_blue #tmp_search .label,
.color_yellow #tmp_search .label,
.color_black #tmp_search .label {
	display:none;
}
/* 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;
}
.color_blue .more_info .list a:after,
.color_blue .more_info .rss a:after,
.color_yellow .more_info .list a:after,
.color_yellow .more_info .rss a:after,
.color_black .more_info .list a:after,
.color_black .more_info .rss a:after {
	content:none !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;
}
/* slick */
.color_blue #tmp_slider .slick-arrow {
	display:none !important;
}
.color_blue #tmp_slider .slick-dots li {
	border-style:solid !important;
	border-width:2px !important;
	border-radius:50% !important;
}
.color_black #tmp_slider .slick-dots li.slick-active {
	background-color:#FFFF00 !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;
}
/* slick */
.color_yellow #tmp_slider .slick-arrow {
	display:none !important;
}
.color_yellow #tmp_slider .slick-dots li {
	border-style:solid !important;
	border-width:2px !important;
	border-radius:50% !important;
}
.color_black #tmp_slider .slick-dots li.slick-active {
	background-color:#000000 !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;
}
/* slick */
.color_black #tmp_slider .slick-arrow {
	display:none !important;
}
.color_black #tmp_slider .slick-dots li {
	border-style:solid !important;
	border-width:2px !important;
	border-radius:50% !important;
}
.color_black #tmp_slider .slick-dots li.slick-active {
	background-color:#FFFF00 !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;
}
/* ==================================================
Redirect Modal
================================================== */
#tmp_redirect_modal{
	position: fixed;
	max-height: 100%;
	overflow: auto;
	width: 100%;
	max-width: 800px;
	background-color: #ffffff;
	color: #000000;
	border: 4px solid #486606;
	-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	z-index: 1000900;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	padding: 73px 55px 70px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_redirect_modal_ttl{
	font-size: 187.5%;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: bold;
	color: #000000;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 47px;
}
#tmp_redirect_modal_cnt:after{
	content: '';
	display: table;
	clear: both;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	width: 50%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}
#tmp_redirect_modal_cnt .modal_btn{
	display: block;
	font-size: 200%;
	line-height: 1.2;
	color: #ffffff;
	background-color: #522b7e;
	padding: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}
#tmp_redirect_modal_cnt .modal_btn:hover,
#tmp_redirect_modal_cnt .modal_btn:focus,
#tmp_redirect_modal_cnt .modal_btn:active{
	text-decoration: underline;
}
#tmp_redirect_modal_note{
	font-size: 112.5%;
	line-height: 2;
}
#tmp_redirect_modal_cnt .stay_btn{
	background-color: #5d820c;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi: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,
.footer_link: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 */
}
