@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/
a:link,
a:active,
a:visited {
	color: #003d93;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #cf1313;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #255a1d;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* 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: #EBF9FC;
	/* 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: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
	width: 100%;
}


/* 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: 10px 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;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header{
	position: relative;
	padding: 24px 0 23px;
	background-color: #FFFFFF;
	border-top: 8px solid #d9f4d2;
	border-bottom: 1px solid #d9d9d9;
	color: #222222;
	z-index: 99;
}
#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
	padding-right: 8px;
}
#tmp_hlogo {
	width: 400px;
	margin-left: -2px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/shared/site_izon/images/icon/hlogo.png) no-repeat;
	background-size: 100% auto;
	color: inherit;
	width: 400px;
	height: 44px;
}
#tmp_hlogo a {
	display: block;
	width: 400px;
	height: 44px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 400px;
	height: 40px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_hnavi_s{
	position: static;
	display: block;
}
#tmp_hnavi_s li{
	list-style: none;
}
#tmp_hnavi_mmenu > a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 35px 11px 38px;
	min-width: 228px;
	max-width: 100%;
	border: 2px solid #222222;
	border-radius: 32px;
	font-size: 155.5%;
	line-height: 1.3;
	font-weight: 500;
	text-decoration: none;
	z-index: 100;
	transition: box-shadow 0.3s ease-in-out;
}
#tmp_hnavi_mmenu > a:before{
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -2px;
	top: -2px;
	border: 4px solid #222222;
	border-radius: 32px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#tmp_hnavi_mmenu > a > span{
	display: inline-block;
	padding: 3px 0 3px 39px;
	background: transparent url(/shared/site_izon/images/icon/navi_icon_menu.png) no-repeat 0 calc(50% + 2px);
	background-size: auto;
}
#tmp_hnavi_mmenu > a:not(.active):hover{
	box-shadow: 0 0 0 0 #d9d9d9;
}
#tmp_hnavi_mmenu > a:hover:before{
	opacity: 1;
}
#tmp_hnavi_mmenu > a.active:hover:before{
	opacity: 0;
	transition: none;
}
/* menu active */
#tmp_hnavi_mmenu > a.active{
	border-radius: 32px 32px 0 0;
	box-shadow: none;
}
#tmp_hnavi_mmenu > a.active:after{
	content: '';
	position: absolute;
	border: 2px solid #222222;
	border-bottom: none;
	border-radius: 32px 32px 0 0;
	top: -2px;
	right: -2px;
	left: -2px;
	bottom: -12px;
	background-color: #ffffff;
	color: #222222;
	z-index: -1;
}
#tmp_hnavi_mmenu > a.active > span{
	background-image: url(/shared/site_izon/images/icon/navi_icon_close.png);
	background-position: 2px calc(50% + 2px);
}
#tmp_sma_mmenu{
	top: calc(100% - 15px);
	left: 0;
	right: 0;
	text-align: left;
	z-index: 99;
}
#tmp_sma_mmenu > .container{
	display: flex;
	justify-content: flex-end;
}
#tmp_sma_mmenu .menu_wrapper{
	margin-right: 8px;
	padding: 10px 28px 0;
	background-color: #ffffff;
	width: 430px;
	max-width: 100%;
	border-radius: 32px 0 32px 32px;
	border: 2px solid #222222;
	color: #222222;
}
#tmp_sma_mmenu .navi_links li{
	list-style: none;
	font-size: 122.2%;
	line-height: 1.8;
	font-weight: 500;
}
#tmp_sma_mmenu .navi_links a{
	display: block;
	padding: 28px 0 29px 97px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 11px 19px;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_mmenu .navi_item1 a{
	padding-bottom: 28px;
	background-image: url(/shared/site_izon/images/icon/navi_icon1.png);
}
#tmp_sma_mmenu .navi_item2 a{
	background-image: url(/shared/site_izon/images/icon/navi_icon2.png);
	background-position: 10px 19px;
}
#tmp_sma_mmenu .navi_item3 a{
	padding-top: 30px;
	background-image: url(/shared/site_izon/images/icon/navi_icon3.png);
	background-position: 10px 21px;
}
#tmp_sma_mmenu .navi_item4 a{
	background-image: url(/shared/site_izon/images/icon/navi_icon4.png);
}
#tmp_sma_mmenu .navi_item5 a{
	padding-top: 29px;
	background-image: url(/shared/site_izon/images/icon/navi_icon5.png);
}
#tmp_sma_mmenu .navi_links li:not(:last-of-type){
	border-bottom: 1px solid #d0d0d0;
}
#tmp_sma_mmenu .close_btn{
	border-top: 2px solid #222222;
	text-align: center;
}
#tmp_sma_mmenu .close_btn a{
	display: block;
	padding: 14px 10px 24px;
	background-color: #ffffff;
	font-size: 122.2%;
	font-weight: 500;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
#tmp_sma_mmenu .close_btn span{
	display: inline-block;
	padding: 3px 0 3px 33px;
	background: transparent url(/shared/site_izon/images/icon/navi_icon_close.png) no-repeat 1px calc(50% + 1px);
	color: inherit;
}

/* footer
================================================== */
#tmp_footer .footer_main{
	padding: 55px 0 62px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_footer .container{
	position: relative;
}
#tmp_footer .fnavi{
	display: flex;
	flex-flow: row wrap;
	gap: 0 19px;
	margin-bottom: 26px;
}
#tmp_footer .fnavi li{
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
	padding: 3px 0 3px 18px;
	background: transparent url(/shared/site_izon/images/icon/arrow_link_large.png) no-repeat 1px 9px;
	background-size: 16px auto;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .footer_cnt{
	display: flex;
	gap: 0 10px;
	padding-right: 8px;
}
#tmp_footer .footer_address{
	display: flex;
	flex: 1 auto;
	width: 100%;
	gap: 0 62px;
}
#tmp_footer address{
	font-style: normal;
}
#tmp_footer .add_name{
	margin-bottom: 4px;
	font-size: 133.3%;
	line-height: 1.6;
	font-weight: 500;
}
#tmp_footer .add_info{
	font-size: 88.9%;
	line-height: 1.7;
}
#tmp_footer .footer_link{
	align-self: flex-end;
	padding-bottom: 22px;
}
#tmp_footer .footer_link a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 10px 8px;
	width: 360px;
	max-width: 100%;
	border:2px solid #d9f4d2;
	border-radius: 28px;
	font-size: 133.3%;
	line-height: 1.3;
	text-decoration: none;
	z-index: 1;
}
#tmp_footer .footer_link a:before{
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border: 4px solid #d9f4d2;
	border-radius: 28px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#tmp_footer .footer_link span{
	display: inline-block;
	padding: 5px 6px 5px 52px;
	background: transparent url(/shared/site_izon/images/icon/flogo_ic.png) no-repeat 0 calc(50% + 3px);
	color: inherit;
}
#tmp_footer .footer_link a:hover:before{
	opacity: 1;
}
#tmp_footer .pnavi{
	position: absolute;
    top: -95px;
	right: 18px;
	z-index: 98;
}
#tmp_footer .pnavi a{
	display: block;
	background: #ffffff url(/shared/site_izon/images/icon/icon_back_top.png) no-repeat center center;
	width: 64px;
	height: 64px;
	box-shadow: 8px 8px 0 0 #d9d9d9;
	border: 2px solid #222222;
	border-radius: 50%;
	color: #222222;
	overflow: hidden;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#tmp_footer .pnavi span{
	position: relative;
	display: inline-block;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_footer .pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto !important;
}
#tmp_footer .copyright{
	padding: 23px 10px 29px;
	background-color: #d9f4d2;
	color: #222222;
	text-align: center;
}
#tmp_footer .pnavi a:hover{
	background-color: #222222;
	background-image: url(/shared/site_izon/images/icon/icon_back_top_wh.png);
	color: #ffffff;
	box-shadow: 0 0 0 #d9d9d9;
}

/* format top */
.format_top #tmp_header{
	padding-bottom: 24px;
	border-bottom: none;
}
.format_top #tmp_footer .footer_main{
    padding-bottom: 63px;
}
.format_top #tmp_footer .pnavi{
    top: -87px;
}
.format_top #tmp_sma_mmenu{
	top: calc(100% - 16px);
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    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%);
	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;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_izon/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_izon/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    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_izon/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_izon/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_izon/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_izon/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
================================================== */

/* pattern common
================================================== */
/* title */
.sec_title{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 26px;
}
.sec_title .title{
	position: relative;
	display: inline-block;
	padding: 0 16px;
	font-size: 133.3%;
	font-weight: 500;
	line-height: 1.2;
	z-index: 1;
}
.sec_title .title:before,
.sec_title .title:after{
	content: '';
	position: absolute;
	top: -2px;
	width: 1px;
	bottom: -1px;
	background-color: #222222;
}
.sec_title .title:before{
	left: -2px;
	transform: rotate(-21deg);
}
.sec_title .title:after{
	right: 0;
	transform: rotate(21deg);
}
.sec_title .title .mark{
	padding-top: 4px;
	background: transparent url(/shared/site_izon/images/icon/pattern_dot.png) repeat-x;
    color: #1266a0;
}
/* link */
.link_shadow > a{
	background-color: #FFFFFF;
	box-shadow: 8px 8px 0 0 #d9d9d9;
	color: #222222;
	transition: box-shadow 0.3s ease-in-out;
}
.link_shadow > a:hover{
	box-shadow: 0 0 0 0 #d9d9d9;
}
/* contact */
#tmp_contact{
	padding: 52px 0 68px;
	background-color: #fef8d7;
	color: #222222;
}
#tmp_contact .contact_links{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 30px 56px;
	margin-bottom: 57px;
	padding-right: 8px;
}
#tmp_contact .contact_links li{
	position: relative;
	list-style: none;
	width: calc(50% - 28px);
	z-index: 1;
}
#tmp_contact .contact_links li:before,
#tmp_contact .contact_links li:after{
	content: '';
	position: absolute;
	bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 62px;
	height: 122px;
	color: inherit;
	z-index: 2;
	pointer-events: none;
}
#tmp_contact .contact_links a,
#tmp_contact .contact_links .item_phone > span{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 27px 116px 31px;
	width: 100%;
	height: 100%;
	box-shadow: 8px 8px 0 0 rgba(217, 217, 217, 0.5);
	border: 4px solid;
	border-radius: 48px;
	font-size: 122.2%;
	font-weight: bold;
	line-height: 1.4;
	color: #222222;
	text-decoration: none;
	z-index: 1;
	transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#tmp_contact .contact_links a:before,
#tmp_contact .contact_links .item_phone > span:before{
	content: '';
	display: inline-block;
	position: relative;
	flex-shrink: 0;
	margin-right: 12px;
	top: 2px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 28px;
	height: 28px;
}
#tmp_contact .contact_links .item_phone a:before{
	left: 5px;
}
#tmp_contact .contact_links .item_phone a:hover,
#tmp_contact .contact_links .item_mail a:hover{
	background-color: #ffffff;
	box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);;
}
#tmp_contact .contact_links .item_phone:before{
	bottom: 1px;
	left: 40px;
	background-image: url(/shared/site_izon/images/icon/contact_icon1.png);
	width: 54px;
}
#tmp_contact .contact_links .item_phone:after{
	right: 24px;
	background-image: url(/shared/site_izon/images/icon/contact_icon2.png);
}
#tmp_contact .contact_links .item_phone a,
#tmp_contact .contact_links .item_phone > span{
	background-color: #76ce5f;
	border-color: #76ce5f;
}
#tmp_contact .contact_links .item_phone a:before,
#tmp_contact .contact_links .item_phone > span:before{
	background-image: url(/shared/site_izon/images/icon/contact_icon_phone.png);
}
#tmp_contact .contact_links .item_mail:before{
	left: 55px;
	background-image: url(/shared/site_izon/images/icon/contact_icon3.png);
}
#tmp_contact .contact_links .item_mail:after{
	right: 41px;
	background-image: url(/shared/site_izon/images/icon/contact_icon4.png);
	width: 60px;
}
#tmp_contact .contact_links .item_mail a{
	background-color: #ffe657;
	border-color: #ffe657;
}
#tmp_contact .contact_links .item_mail a:before{
	background-image: url(/shared/site_izon/images/icon/contact_icon_mail.png);
}
#tmp_contact .contact_links .item_phone > span + a{
    display: none;
}

#tmp_contact .about_links{
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
	padding-right: 8px;
}
#tmp_contact .about_links li{
	list-style: none;
	width: calc((100% - 48px) / 5);
}
#tmp_contact .about_links a{
	display: flex;
    align-items: center;
    padding: 8px 25px 10px 41px;
	width: 100%;
	height: 100%;
    border: 1px solid #d5eef3;
    border-radius: 37px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}
#tmp_contact .about_links .item_inner{
	display: flex;
	align-items: center;
}
#tmp_contact .item_icon{
	flex-shrink: 0;
	margin: 1px 15px 0 0;
	width: 40px;
}
#tmp_contact .about_links img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_contact .about_links .link1 a{
	padding-right: 20px;
}
#tmp_contact .about_links .link5 a{
	padding-left: 33px;
}
/* show & hidden */
.show_sp{
	display: none;
}
/* hover */
#tmp_sma_mmenu .close_btn span,
#tmp_contact .contact_links a > span,
#tmp_footer .fnavi span,
#tmp_footer .footer_link span,
#tmp_sma_mmenu .navi_links span,
#tmp_contact .about_links .item_text > span{
	position: relative;
	z-index: 1;
}
#tmp_sma_mmenu .close_btn span:after,
#tmp_contact .contact_links a > span:after,
#tmp_footer .fnavi span:after,
#tmp_footer .footer_link span:after,
#tmp_sma_mmenu .navi_links span:after,
#tmp_contact .about_links .item_text > span:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
	border-bottom: 1px solid #222222;
    background-color: #222222;
    bottom: -11px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
	pointer-events: none;
}
#tmp_footer .footer_link span:after{
	left: 52px;
	bottom: -5px;
}
#tmp_contact .about_links .item_text > span:after{
	bottom: -5px;
}
#tmp_footer .fnavi span:after{
	bottom: -6px;
}
#tmp_sma_mmenu .close_btn span:after{
	bottom: -5px;
	left: 33px;
}
#tmp_sma_mmenu .close_btn a:hover span:after,
#tmp_sma_mmenu .navi_links a:hover span:after,
#tmp_contact .contact_links a:hover > span:after,
#tmp_footer .fnavi a:hover span:after,
#tmp_footer .footer_link a:hover span:after,
#tmp_contact .about_links a:hover .item_text > span:after{
	transform: scale(1, 1);
    transform-origin: left top;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 27px 0 28px;
	font-size:88.9%;
	line-height: 1.6;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	margin-bottom: 27px;
}
#tmp_custom_update{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: -2px;
}
#tmp_social_plugins .social_media_btn{
	float: left;
}
#tmp_social_plugins .social_media_btn a{
	display: block;
	line-height: 1;
	min-height: 22px;
	transition: opacity 0.3s ease-in-out;
}
#tmp_social_plugins .social_media_btn img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn:not(:first-of-type){
	margin-left: 12px;
}
#tmp_print {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}
#tmp_print a{
	display: inline-block;
	background: #ffffff url(/shared/site_izon/images/icon/icon_print.png) no-repeat;
	width: 72px;
	height: 23px;
	text-indent: -9999px;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
#tmp_update{
	margin-top: -4px;
	margin-left: 25px;
	vertical-align: top;
	font-size: 77.8%;
	line-height: 1.2;
}
#tmp_update > span:last-of-type{
	margin-left: 11px;
}
#tmp_print a:hover,
#tmp_social_plugins .social_media_btn a:hover{
	opacity: 0.7;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin: 40px 0;
	border: 1px solid #d5eef3;
	border-radius: 16px;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl{
	padding: 17px 18px 19px;
	background-color: #d5eef3;
	color:#222222;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 122.2%;
	line-height: 1.4;
	font-weight:500;
}
#tmp_inquiry_cnt{
	padding: 20px 19px 23px;
	line-height: 1.5;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax{
	display: inline-block;
	margin-bottom: 6px;
	margin-top: 1px;
}
#tmp_inquiry_cnt .inquiry_tel{
	margin-right: 12px;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 23px;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	display: block;
	margin: 0 auto;
	padding: 12px 9px 14px 34px;
	background: #ffffff url(/shared/site_izon/images/icon/arrow_link_large.png) no-repeat 17px center;
	max-width: 100%;
	min-width: 240px;
	box-shadow: 8px 8px 0 0 #d9d9d9;
	border:1px solid #d5eef3;
	border-radius: 27px;
	font-size: 100%;
	color: #222222;
	font-weight: 500;
	appearance: none;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
}
#tmp_inquiry_cnt .inquiry_btn input:hover{
	text-decoration: underline;
	box-shadow: 0 0 0 0 #d9d9d9;
}

/* feedback
================================================== */
#tmp_feedback{
	margin: 40px 0;
	border: 1px solid #d5eef3;
	border-radius: 16px;
	overflow: hidden;
	clear:both;
}
#tmp_feedback_ttl{
	padding: 17px 18px 19px;
	background-color: #d5eef3;
	color:#222222;
}
#tmp_feedback_ttl h2,
#tmp_feedback_ttl p {
	font-size: 122.2%;
	line-height: 1.4;
	font-weight:500;
}
#tmp_feedback_cnt{
	padding: 19px 19px 23px;
	line-height: 1.5;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.7em;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.2em;
	font-weight:500;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 0.4em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset label{
	cursor: pointer;
	font-size: 100%;
}
#tmp_feedback_cnt fieldset input{
	margin-right: 4px;
}
#tmp_feedback_cnt .submit{
	margin-top: 24px;
	text-align: center;
}
#tmp_feedback_cnt .submit input {
	display: block;
	margin: 0 auto;
	padding: 12px 10px 15px 98px;
	background: #ffffff url(/shared/site_izon/images/icon/arrow_link_large.png) no-repeat 74px center;
	max-width: 100%;
	min-width: 220px;
	box-shadow: 8px 8px 0 0 #d9d9d9;
	border:1px solid #d5eef3;
	border-radius: 27px;
	font-size: 100%;
	color: #222222;
	font-weight: 500;
	appearance: none;
	cursor: pointer;
	text-align: left;
	transition: box-shadow 0.3s ease-in-out;
}
#tmp_feedback_cnt .submit input:hover{
	text-decoration: underline;
	box-shadow: 0 0 0 0 #d9d9d9;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_pptx{
	display: inline-block;
	vertical-align: top;
	padding-left: 42px;
	text-indent:0 !important;
	background-position:2px 8px;
	background-repeat:no-repeat;
	background-size: 35px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_pptx{
	background-position:2px 8px;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.png);
}
a.icon_pptx {
	background-image:url(/shared/system/images/linkicon/icon_pptx.png);
}

/* externalLink
================================================== */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"]{
	margin-right: 3px;
	color: inherit;
	text-decoration: none;
}
#tmp_contents a[rel*="external"]:before,
#tmp_main a[rel*="external"]:before{
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: transparent url(/shared/site_izon/images/icon/icon_external.png) no-repeat 0 0;
	background-size: 16px auto;
	color: inherit;
}
#tmp_contents a[rel*="external"]:hover,
#tmp_main a[rel*="external"]:hover,
#tmp_contents a[rel*="external"]:focus,
#tmp_main a[rel*="external"]:focus{
	text-decoration: underline;
}

/* gmap link
================================================== */
#tmp_gmap_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 13px 22px 18px;
	background-color: #ffffff;
	max-width: 538px;
	box-shadow: 8px 8px 0 0 #d9d9d9;
	border:2px solid #d5eef3;
	border-radius: 35px;
	text-decoration: none;
	color: #222222;
	transition: box-shadow 0.3s ease-in-out;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 3px 0 3px 32px;
	background: transparent url(/shared/site_izon/images/icon/icon_gmap.png) no-repeat 3px calc(50% + 3px);
	background-size: 18px auto;
	color: inherit;
}
#tmp_gmap_link a:hover{
	text-decoration: underline;
	box-shadow: 0 0 0 0 #d9d9d9;
}

/* general navi
================================================== */
#tmp_general_navi{
	margin-bottom: 50px;
	padding: 25px 20px 23px;
	background-color: #d5eef3;
	border-radius: 16px;
	color: #222222;
}
#tmp_general_navi .general_title{
	margin-bottom: 11px;
	font-size: 111.1%;
	font-weight: 500;
	line-height: 1.6;
}
#tmp_general_navi .general_title a{
	display: inline-block;
    padding: 3px 0 3px 21px;
    background: transparent url(/shared/site_izon/images/icon/arrow_link.png) no-repeat 3px 14px;
    background-size: 10px auto;
    color: inherit;
    text-decoration: none;
}
#tmp_general_navi .general_title a:hover{
	text-decoration: underline;
}
#tmp_general_navi .general_links{
	display: flex;
	flex-flow: row wrap;
	gap: 0 12px;
	padding-right: 8px;
}
#tmp_general_navi .general_links li{
	list-style: none;
	margin-bottom: 12px;
	width: calc((100% / 3) - 8px);
	line-height: 1.6;
}
#tmp_general_navi .general_links a{
	display: block;
	padding: 12px 24px 14px 40px;
	background: #FFFFFF url(/shared/site_izon/images/icon/arrow_link.png) no-repeat 23px 22px;
	background-size: 10px auto;
	border-radius: 16px;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#tmp_general_navi .general_links .active a,
#tmp_general_navi .general_links a:hover{
	background-color: #fef8d7;
	box-shadow: 0 0 0 0 #d9d9d9;
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom: 39px;
	padding: 30px 20px 27px;
	background:#f6f6f6 url(/shared/site_izon/images/icon/scroll_table_icon.png) right 10px top 9px no-repeat;
	background-size:75px auto;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 16px;
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #cdcfde;
	color:#222222;
	display:inline-block;
	padding:5px 6px 8px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/site_izon/images/icon/scroll_table_ex.png) 6px center no-repeat;
	background-size:49px auto;
	box-shadow:0 4px 1.5px 0 rgba(96, 103, 120, 0.45);
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_izon/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
/* ==================================================
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: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	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: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}


/* ==================================================
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;
}
/* ==================================================
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_blue #tmp_wrap_main a.icon_pptx,
.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_yellow #tmp_wrap_main a.icon_pptx,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pptx {
	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;
}

/* for header & footer */
.color_black #tmp_wrapper #tmp_gmap_link a,
.color_black #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input,
.color_black #tmp_wrapper #tmp_feedback_cnt .submit input,
.color_black #tmp_wrapper .link_shadow > a,
.color_black #tmp_wrapper #tmp_contact .contact_links a,
.color_black #tmp_wrapper #tmp_contact .contact_links .item_phone > span,
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_gmap_link a,
.color_blue #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input,
.color_blue #tmp_wrapper #tmp_feedback_cnt .submit input,
.color_blue #tmp_wrapper .link_shadow > a,
.color_blue #tmp_wrapper #tmp_contact .contact_links a,
.color_blue #tmp_wrapper #tmp_contact .contact_links .item_phone > span,
.color_blue #tmp_wrapper #tmp_footer .pnavi a{
	box-shadow: 8px 8px 0 0 #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_gmap_link a,
.color_yellow #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input,
.color_yellow #tmp_wrapper #tmp_feedback_cnt .submit input,
.color_yellow #tmp_wrapper .link_shadow > a,
.color_yellow #tmp_wrapper #tmp_contact .contact_links a,
.color_yellow #tmp_wrapper #tmp_contact .contact_links .item_phone > span,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	box-shadow: 8px 8px 0 0 #000000;
}
.color_black #tmp_wrapper #tmp_contact,
.color_blue #tmp_wrapper #tmp_contact,
.color_yellow #tmp_wrapper #tmp_contact{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_general_navi,
.color_blue #tmp_wrapper #tmp_general_navi,
.color_yellow #tmp_wrapper #tmp_general_navi,
.color_black #tmp_wrapper #tmp_general_navi .general_links a,
.color_blue #tmp_wrapper #tmp_general_navi .general_links a,
.color_yellow #tmp_wrapper #tmp_general_navi .general_links a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_contact .contact_links .item_phone > span:before,
.color_blue #tmp_wrapper #tmp_contact .contact_links .item_phone > span:before,
.color_yellow #tmp_wrapper #tmp_contact .contact_links .item_phone > span:before,
.color_black #tmp_wrapper #tmp_contact .contact_links a > span:after,
.color_black #tmp_wrapper #tmp_footer .fnavi span:after,
.color_black #tmp_wrapper #tmp_footer .footer_link span:after,
.color_black #tmp_wrapper #tmp_sma_mmenu .navi_links span:after,
.color_black #tmp_wrapper #tmp_contact .about_links .item_text > span:after,
.color_blue #tmp_wrapper #tmp_contact .contact_links a > span:after,
.color_blue #tmp_wrapper #tmp_footer .fnavi span:after,
.color_blue #tmp_wrapper #tmp_footer .footer_link span:after,
.color_blue #tmp_wrapper #tmp_sma_mmenu .navi_links span:after,
.color_blue #tmp_wrapper #tmp_contact .about_links .item_text > span:after,
.color_yellow #tmp_wrapper #tmp_contact .contact_links a > span:after,
.color_yellow #tmp_wrapper #tmp_footer .fnavi span:after,
.color_yellow #tmp_wrapper #tmp_footer .footer_link span:after,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .navi_links span:after,
.color_yellow #tmp_wrapper #tmp_contact .about_links .item_text > span:after,
.color_black #tmp_wrapper #tmp_footer .footer_link a:before,
.color_blue #tmp_wrapper #tmp_footer .footer_link a:before,
.color_yellow #tmp_wrapper #tmp_footer .footer_link a:before,
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a:before,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a:before,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a:before,
.color_black #tmp_wrapper .sec_title .title:before,
.color_black #tmp_wrapper .sec_title .title:after,
.color_black #tmp_wrapper #tmp_contact .contact_links li:before,
.color_black #tmp_wrapper #tmp_contact .contact_links li:after,
.color_black #tmp_wrapper #tmp_contact .contact_links a:before,
.color_blue #tmp_wrapper .sec_title .title:before,
.color_blue #tmp_wrapper .sec_title .title:after,
.color_blue #tmp_wrapper #tmp_contact .contact_links li:before,
.color_blue #tmp_wrapper #tmp_contact .contact_links li:after,
.color_blue #tmp_wrapper #tmp_contact .contact_links a:before,
.color_yellow #tmp_wrapper .sec_title .title:before,
.color_yellow #tmp_wrapper .sec_title .title:after,
.color_yellow #tmp_wrapper #tmp_contact .contact_links li:before,
.color_yellow #tmp_wrapper #tmp_contact .contact_links li:after,
.color_yellow #tmp_wrapper #tmp_contact .contact_links a:before{
	content: none;
}
.color_black #tmp_wrapper #tmp_sma_mmenu,
.color_blue #tmp_wrapper #tmp_sma_mmenu,
.color_yellow #tmp_wrapper #tmp_sma_mmenu,
.color_black #tmp_wrapper #tmp_sma_mmenu > *,
.color_blue #tmp_wrapper #tmp_sma_mmenu > *,
.color_yellow #tmp_wrapper #tmp_sma_mmenu > *,
.color_black #tmp_wrapper #tmp_inquiry .inquiry_memo,
.color_black #tmp_wrapper #tmp_inquiry .inquiry_memo *,
.color_blue #tmp_wrapper #tmp_inquiry .inquiry_memo,
.color_blue #tmp_wrapper #tmp_inquiry .inquiry_memo *,
.color_yellow #tmp_wrapper #tmp_inquiry .inquiry_memo,
.color_yellow #tmp_wrapper #tmp_inquiry .inquiry_memo *{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/site_izon/images/icon/icon_back_top_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/site_izon/images/icon/icon_back_top_bl.png) !important;
}
.color_black #tmp_wrapper #tmp_print a,
.color_blue #tmp_wrapper #tmp_print a,
.color_yellow #tmp_wrapper #tmp_print a{
	background-image: url(/shared/site_izon/images/icon/icon_print.png) !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto !important;
}
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 1rem !important;
}
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a.active,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a.active,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a.active{
	box-shadow: none !important;
}
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a.active:after{
	background-color: #000000;
	border-color: #FFFF00;
}
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a.active:after{
	background-color: #00008B;
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a.active:after{
	background-color: #FFFF00;
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_mmenu .navi_links a:hover,
.color_black #tmp_wrapper #tmp_contact .contact_links a:hover,
.color_black #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_black #tmp_wrapper #tmp_footer .footer_link a:hover,
.color_black #tmp_wrapper #tmp_contact .about_links a:hover .item_text,
.color_blue #tmp_wrapper #tmp_sma_mmenu .navi_links a:hover,
.color_blue #tmp_wrapper #tmp_contact .contact_links a:hover,
.color_blue #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_blue #tmp_wrapper #tmp_footer .footer_link a:hover,
.color_blue #tmp_wrapper #tmp_contact .about_links a:hover .item_text,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .navi_links a:hover,
.color_yellow #tmp_wrapper #tmp_contact .contact_links a:hover,
.color_yellow #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_yellow #tmp_wrapper #tmp_footer .footer_link a:hover,
.color_yellow #tmp_wrapper #tmp_contact .about_links a:hover .item_text,
.color_black #tmp_wrapper #tmp_general_navi .general_links .active a,
.color_black #tmp_wrapper #tmp_general_navi .general_links a:hover,
.color_black #tmp_wrapper #tmp_general_navi .general_links a:focus,
.color_blue #tmp_wrapper #tmp_general_navi .general_links .active a,
.color_blue #tmp_wrapper #tmp_general_navi .general_links a:hover,
.color_blue #tmp_wrapper #tmp_general_navi .general_links a:focus,
.color_yellow #tmp_wrapper #tmp_general_navi .general_links .active a,
.color_yellow #tmp_wrapper #tmp_general_navi .general_links a:hover,
.color_yellow #tmp_wrapper #tmp_general_navi .general_links a:focus,
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a:not(.active):hover,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a:not(.active):hover,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a:not(.active):hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_contact .item_icon,
.color_blue #tmp_wrapper #tmp_contact .item_icon,
.color_yellow #tmp_wrapper #tmp_contact .item_icon{
	margin-right: 5px;
}
.color_black #tmp_wrapper #tmp_contents a[rel*="external"]:before,
.color_black #tmp_wrapper #tmp_main a[rel*="external"]:before,
.color_blue #tmp_wrapper #tmp_contents a[rel*="external"]:before,
.color_blue #tmp_wrapper #tmp_main a[rel*="external"]:before{
	background-image: url(/shared/site_izon/images/icon/icon_external_wh.png);
}
.color_yellow #tmp_wrapper #tmp_contents a[rel*="external"]:before,
.color_yellow #tmp_wrapper #tmp_main a[rel*="external"]:before{
	background-image: url(/shared/site_izon/images/icon/icon_external_bl.png);
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}

.fsize_small #tmp_wrapper #tmp_footer .fnavi a{
	background-position: 1px 4px;
}
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.icon_excel,
.fsize_small #tmp_wrapper a.icon_pptx,
.fsize_small #tmp_wrapper li a.icon_pdf,
.fsize_small #tmp_wrapper li a.icon_word,
.fsize_small #tmp_wrapper li a.icon_excel,
.fsize_small #tmp_wrapper li a.icon_pptx{
	background-position: 2px 3px;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}
.fsize_big #tmp_wrapper .sec_title .title,
.fsize_big2 #tmp_wrapper .sec_title .title{
    padding-left: 40px;
    padding-right: 40px;
}

/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* no-js
================================================== */
.no_javascript #tmp_print{
	display: none;
}
.furigana_on #tmp_wrapper .sec_title .title{
	line-height: 2;
}
.furigana_on #tmp_wrapper .sec_title .title .mark{
	padding-top: 24px;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu: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,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}