@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #034a92;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-size: 100%;
	font-weight: 500;
	color: #000000;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

.show_sp{
	display: none;
}
/* Styles
================================================== */


/* text */

.txt_red {
	color: #b32424;
	font-weight: bold;
	/* 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_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffcdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #EAEAEA;
	/* 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 {
	width: 100%;
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}


/* 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: 280px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
	color: inherit;	
}

.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: -310px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 310px;
	/* デザインによって変更 */
	padding: 40px 25px;
    background-color: #ffffff;
	border-radius: 14px;
}
#tmp_wrap_main{
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: #FFFCE8;
}

/* header
================================================== */
#tmp_hnavi_s{
	display: block;
	position: absolute;
	z-index: 101;
	inset: 0 0 0 auto;
	transition: opacity 0.2s ease-in-out;
}
.hnavi_fixed #tmp_hnavi_s{
	position: fixed;
}
.spmenu_top_open #tmp_hnavi_s{
	z-index: 99;
}
#tmp_hnavi_s > ul{
	list-style: none;
}
#tmp_hnavi_rmenu > a{
    position: absolute;
    z-index: 2;
    top: 180px;
	width: 76px;
	height: 76px;
	right: 18px;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	color: #ffffff;
    background-color: #427532;
	overflow: hidden;
}
.hnavi_fixed #tmp_hnavi_rmenu > a,
.spmenu_open #tmp_hnavi_rmenu > a{
	top: 10px !important;
}
.spmenu_open #tmp_hnavi_rmenu > a{
	position: fixed;
}
.format_top #tmp_hnavi_rmenu > a{
	top: 85px;
}
#tmp_hnavi_rmenu > a > span{
    position: relative;
	margin: 0 auto;
	width: 38px;
    height: 3px;
    color: #427532;
    background-color: #ffffff;
    border-radius: 2px;
    text-indent: -9999px;
    transition: 0.2s ease-in-out opacity;
}
#tmp_hnavi_rmenu > a > span:before,
#tmp_hnavi_rmenu > a > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}
#tmp_hnavi_rmenu > a > span:before {
    top: -8px;
}
#tmp_hnavi_rmenu > a > span:after {
    top: 8px;
}
#tmp_hnavi_rmenu > a.active > span {
	background-color: transparent;
}
#tmp_hnavi_rmenu > a.active > span:before,
#tmp_hnavi_rmenu > a.active > span:after {
	top: 0;
}
#tmp_hnavi_rmenu > a.active > span:before {
	transform: rotate(135deg);
}
#tmp_hnavi_rmenu > a.active > span:after {
	transform: rotate(-135deg);
}
#tmp_sma_rmenu{
	opacity: 0;
	text-align: left;
	position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
	width: 375px;
	color: #ffffff;
	background-color: #427532;
	overflow-x: hidden !important;
    transition: 0.4s ease-in-out opacity;
}
#tmp_sma_rmenu .sma_rmenu_wrap{
	height: 100%;
	overflow-y: scroll !important;
}
.spmenu_open #tmp_sma_rmenu .sma_sch:before{
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	height: 90px;
	background-color: #427532;
}
#tmp_sma_rmenu.show_animation{
    opacity: 1;
}
#tmp_sma_rmenu.animating{
	display: block!important;
}
#tmp_sma_rmenu .sma_sch{
	padding: 100px 20px 20px;
}
/* gnavi
================================================== */

#tmp_gnavi .gnavi {
	color: inherit;
	clear: both;
}
#tmp_gnavi .gnavi ul {
	list-style: none;
}
#tmp_gnavi .gnavi li .gnavi_ttl{
	border-bottom: 2px dotted #ffffff;
}
#tmp_gnavi .gnavi > ul > li:first-child .gnavi_ttl{
	border-top: 2px dotted #ffffff;
}
#tmp_gnavi .gnavi a{
	text-decoration: none;
	color: #ffffff;
	background-color: #427532;
	font-weight: bold;
}
#tmp_gnavi .gnavi .gnavi_ttl > a{
	display: block;
	font-size: 112.5%;
	background: #427532 url(/shared/site_gomizero/images/icon/arrow_icon.png) no-repeat right center;
	background-size: 8px auto;
	padding: 16px 20px 17px 0;
}
#tmp_gnavi .gnavi .gnavi_item:has(.gnavi_cnt) .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/plus_icon.png);
	background-size: 12px auto;
}
#tmp_gnavi .gnavi .gnavi_item:has(.gnavi_cnt).ac_active .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/minus_icon.png);
}
#tmp_gnavi .gnavi_cnt{
	display: none;
}
#tmp_gnavi .gnavi_cnt > ul{
	padding: 12px 11px;
}
#tmp_gnavi .gnavi_cnt li > a{
	min-height: 46px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 3px 0 5px 14px;
    line-height: 1.2;
	background: #427532 url(/shared/site_gomizero/images/icon/link_sub_icon.png) no-repeat left center;
}
#tmp_gnavi .gnavi a:hover,
#tmp_gnavi .gnavi .active .gnavi_ttl > a{
	text-decoration: underline;
}
/*pnavi*/
#tmp_footer.f_common .pnavi a span{
	background-repeat: no-repeat;
}
/* footer
================================================== */

#tmp_footer .container{
	position: relative;
}
/* fnavi  */

.fnavi {
	padding: 6px 10px 5px;
	color: inherit;
	list-style: none;
}

.fnavi li {
	margin: 0 15px 0 0;
	float: left;
}

.fnavi li:last-child {
	margin-right: 0;
}

.footer_cnt {
	padding: 0 10px;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 1em 0 0;
}

.copyright {
	text-align: center;
}
/* ==================================================
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_gomizero/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_gomizero/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_gomizero/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_gomizero/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_gomizero/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_gomizero/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
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 20px 0 2px;
	line-height: 1.4;
	clear:both;
	font-size: 87.5%;
}
#tmp_pankuzu .pankuzu_lbl{
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.2;
	color: inherit;
	background-color: #ffffff;
}
/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 20px;
	text-align: right;
}
#tmp_custom_update,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
}
#tmp_custom_update {
	font-size: 87.5%;
}
#tmp_update{
	margin-left: 10px;
}
/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_txt,
a.icon_img,
a.icon_csv,
a.icon_ichitaro,
a.icon_media,
a.icon_zip {
	padding: 6px 0 6px 38px;
	text-indent:0 !important;
	background-position:0 center;
	background-repeat:no-repeat;
	background-size: 28px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_txt,
li a.icon_img,
li a.icon_csv,
li a.icon_ichitaro,
li a.icon_media,
li a.icon_zip {
	background-position:0 center;
	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_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_img {
	background-image:url(/shared/system/images/linkicon/icon_img.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}
a.icon_ichitaro {
	background-image:url(/shared/system/images/linkicon/icon_ichitaro.png);
}
a.icon_media {
	background-image:url(/shared/system/images/linkicon/icon_media.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}

/* externalLink
================================================== */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
	margin-right: 3px;
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 11px;
	background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
	background-size: 14px auto;
	color: inherit;
}
/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 40px;
	/* padding: 36px 0 20px;
	background:#f6f6f6 url(/shared/site_gomizero/images/icon/scroll_table_icon.png) right 10px top 10px no-repeat; */
	background-size:75px auto;
	overflow-x:scroll;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 15px;
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	color:#000000;
	display:inline-block;
	padding:7px 6px 6px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/site_gomizero/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:49px auto;
	box-shadow: 0 3px 9px 1px rgba(0, 51, 103, 0.1);
	min-width:9em;
	text-align:center;
	border: 1px solid #8A8A8A;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_gomizero/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
rnavi
================================================== */
#tmp_rnavi_cnt ul{
	list-style: none;
	overflow: hidden;
}
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt ul li a{
	font-size: 112.5%;
	background-color: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 25px 22px 26px 43px;
	position: relative;
	line-height: 1.6;
	outline-offset: -2px;
}
#tmp_rnavi_ttl a::after,
#tmp_rnavi_cnt ul li a::after{
	content: "";
	display: inline-block;
	border-bottom: 4px dotted #C7C7C7;
	position: absolute;
	inset: auto 18px 0;
	z-index: 1;
	bottom: -2px;
	pointer-events: none;
}
#tmp_rnavi_ttl a::before,
#tmp_rnavi_cnt ul li a::before{
	content: "";
	width: 9px;
	background-color:  #A3CB64;
	aspect-ratio: 50 / 74;
	clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 85%, 50% 50%, 0 15%);
	position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -8px;
}
#tmp_rnavi_ttl a{
	border-radius: 28px 28px 0 0;
}
#tmp_rnavi_cnt ul li:last-child a{
	border-radius: 0 0 28px 28px;
	background:#FFFFFF;
}
#tmp_rnavi_ttl .active a,
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_cnt ul li.active a,
#tmp_rnavi_cnt ul li a:hover{
	background-color:  #427532;
	color: #ffffff;
	z-index: 2;
	background-image: none;
}
#tmp_rnavi_ttl .active a::after,
#tmp_rnavi_ttl a:hover::after,
#tmp_rnavi_cnt ul li:last-child a::after,
#tmp_rnavi_cnt ul li.active a::after,
#tmp_rnavi_cnt ul li a:hover::after{
	display: none;
}
#tmp_rnavi_ttl .active a::before,
#tmp_rnavi_ttl a:hover::before,
#tmp_rnavi_cnt ul li.active a::before,
#tmp_rnavi_cnt ul li a:hover::before{
	background-color: #FFFFFF;
}
/* ==================================================
Color pattern
================================================== */
/* Blue */
.gomizero018001000 #tmp_rnavi_ttl .active a,
.gomizero018001000 #tmp_rnavi_ttl a:hover,
.gomizero018001000 #tmp_rnavi_cnt ul li.active a,
.gomizero018001000 #tmp_rnavi_cnt ul li a:hover{
    background-color: #94D1E0;
    color: #000000;
}
.gomizero018001000 #tmp_rnavi_ttl a::before,
.gomizero018001000 #tmp_rnavi_cnt ul li a::before{
	background-color: #94D1E0;
}
/* Orange */
.gomizero018002000 #tmp_rnavi_ttl a::before,
.gomizero018002000 #tmp_rnavi_cnt ul li a::before{
	background-color: #F1B173;
}
.gomizero018002000 #tmp_rnavi_ttl .active a,
.gomizero018002000 #tmp_rnavi_ttl a:hover,
.gomizero018002000 #tmp_rnavi_cnt ul li.active a,
.gomizero018002000 #tmp_rnavi_cnt ul li a:hover{
    background-color: #F1B173;
    color: #000000;
}
.gomizero018001000 #tmp_rnavi_ttl .active a::before,
.gomizero018001000 #tmp_rnavi_ttl a:hover::before,
.gomizero018002000 #tmp_rnavi_ttl .active a::before,
.gomizero018002000 #tmp_rnavi_ttl a:hover::before,
.gomizero018001000 #tmp_rnavi_cnt ul li.active a::before,
.gomizero018001000 #tmp_rnavi_cnt ul li a:hover::before,
.gomizero018002000 #tmp_rnavi_cnt ul li.active a::before,
.gomizero018002000 #tmp_rnavi_cnt ul li a:hover::before{
    background-color: #000000;
}
/* ==================================================
inquiry
================================================== */
#tmp_inquiry{
    background-color: #CEF0F2;
	background-image: url(/shared/site_gomizero/images/main/inquiry/bg_wrap.png);
	background-size: 102% auto;
	background-repeat: repeat-x;
	background-position: -15px top;
	padding: 91px 0 43px;
}
.format_top #tmp_inquiry{
	background-image: url(/shared/site_gomizero/images/main/inquiry/bg_top_wrap.png);
}
#tmp_inquiry .inquiry_wrap{
	border: 4px solid #9CE0E4;
    background-color: #ffffff;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 40px;
	padding: 37px 37px 42px;
	font-weight: bold;
	color: #000000;
}
#tmp_inquiry_ttl{
	margin-bottom: 24px;
}
#tmp_inquiry_ttl h2{
	text-align: center;
	font-size: 150%;
	color: #000000;
	background: #FFFFFF url(/shared/site_gomizero/images/main/inquiry/line_ttl.png) no-repeat center bottom;
	padding-bottom: 15px;
}
#tmp_inquiry_cnt .inquiry_parts{
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
}
#tmp_inquiry_cnt .inquiry_parts .inquiry_department{
	font-size: 112.5%;
	padding-top: 4px;
	color: #3C6974;
}
#tmp_inquiry_cnt .inquiry_parts .inquiry_department,
#tmp_inquiry_cnt .inquiry_parts .inquiry_contact{
	width: calc((100% - 40px) / 2);
}
/* ==================================================
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;
}

/* custom div
================================================== */
div.col2:has(div.col2) > div.col2L,
div.col2:has(div.col2) > div.col2R{
	width: calc((99% - 15px) / 2);
}
div.col2:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col2) div.col2 div.col2R{
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col2) div.col2L{
	margin-right: 15px;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: calc((99% - 30px) / 3);
}
div.col3:has(div.col2) div.col2 div.col2L,
div.col3:has(div.col2) div.col2 div.col2R{
	display: block;
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) > div.col2R{
	width: calc((99% - 15px)/2);
}
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M,
div.col2:has(div.col3) div.col3 div.col3R{
	display: block;
	width: calc((100% - 30px) / 3);
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M{
	margin-right: 15px;
}


/* ==================================================
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
================================================== */
.color_blue #tmp_inquiry,
.color_yellow #tmp_inquiry,
.color_black #tmp_inquiry {
	border-top: 1px solid;
}
.color_blue #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl,
.color_black #tmp_rnavi_ttl,
.color_blue #tmp_rnavi_cnt ul,
.color_yellow #tmp_rnavi_cnt ul,
.color_black #tmp_rnavi_cnt ul{
	border: 1px solid;
}
.color_blue #tmp_rnavi_cnt ul li,
.color_yellow #tmp_rnavi_cnt ul li,
.color_black #tmp_rnavi_cnt ul li{
	border-bottom: 1px solid;
}
.color_blue #tmp_rnavi_cnt ul li:last-child,
.color_yellow #tmp_rnavi_cnt ul li:last-child,
.color_black #tmp_rnavi_cnt ul li:last-child{
	border-bottom: none;
}
.color_blue #tmp_rnavi_ttl a:hover,
.color_yellow #tmp_rnavi_ttl a:hover,
.color_black #tmp_rnavi_ttl a:hover,
.color_blue #tmp_rnavi_cnt ul li.active a,
.color_yellow #tmp_rnavi_cnt ul li.active a,
.color_black #tmp_rnavi_cnt ul li.active a,
.color_blue #tmp_rnavi_cnt ul li a:hover,
.color_yellow #tmp_rnavi_cnt ul li a:hover,
.color_black #tmp_rnavi_cnt ul li a:hover{
	text-decoration: underline;
}
.color_blue #tmp_rnavi_ttl a::after,
.color_yellow #tmp_rnavi_ttl a::after,
.color_black #tmp_rnavi_ttl a::after,
.color_blue #tmp_rnavi_ttl a::before,
.color_yellow #tmp_rnavi_ttl a::before,
.color_black #tmp_rnavi_ttl a::before,
.color_blue #tmp_rnavi_cnt ul li a::after,
.color_yellow #tmp_rnavi_cnt ul li a::after,
.color_black #tmp_rnavi_cnt ul li a::after,
.color_blue #tmp_rnavi_cnt ul li a::before,
.color_yellow #tmp_rnavi_cnt ul li a::before,
.color_black #tmp_rnavi_cnt ul li a::before {
	display: none;
}
/* 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_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.color_blue #tmp_wrap_main a.icon_img,
.color_blue #tmp_wrap_main a.icon_csv,
.color_blue #tmp_wrap_main a.icon_ichitaro,
.color_blue #tmp_wrap_main a.icon_media,
.color_blue #tmp_wrap_main a.icon_zip,
.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_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_img,
.color_yellow #tmp_wrap_main a.icon_csv,
.color_yellow #tmp_wrap_main a.icon_ichitaro,
.color_yellow #tmp_wrap_main a.icon_media,
.color_yellow #tmp_wrap_main a.icon_zip,
.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_ppt,
.color_black #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_img,
.color_black #tmp_wrap_main a.icon_csv,
.color_black #tmp_wrap_main a.icon_ichitaro,
.color_black #tmp_wrap_main a.icon_media,
.color_black #tmp_wrap_main a.icon_zip {
	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;
}

.color_blue #tmp_hnavi_rmenu > a,
.color_black #tmp_hnavi_rmenu > a,
.color_yellow #tmp_hnavi_rmenu > a,
.color_blue #tmp_sma_rmenu,
.color_black #tmp_sma_rmenu,
.color_yellow #tmp_sma_rmenu{
	border: 1px solid
}
.color_blue #tmp_hnavi_rmenu > a{
	background-color: #00008B !important;
}
.color_black #tmp_hnavi_rmenu > a,
.color_yellow #tmp_hnavi_rmenu > a > span:before,
.color_yellow #tmp_hnavi_rmenu > a > span:after{
	background-color: #000000 !important;
}
.color_yellow #tmp_hnavi_rmenu > a{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_hnavi_rmenu > a:not(.active) > span,
.color_black #tmp_hnavi_rmenu > a:not(.active) > span{
	background-color: #ffffff !important;
}
.color_yellow #tmp_hnavi_rmenu > a:not(.active) > span{
	background-color: #000000 !important;
}
.color_blue #tmp_gnavi .gnavi .gnavi_ttl > a,
.color_black #tmp_gnavi .gnavi .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/arrow_icon.png) !important;
}
.color_blue #tmp_gnavi .gnavi .gnavi_item:has(.gnavi_cnt) .gnavi_ttl > a,
.color_black #tmp_gnavi .gnavi .gnavi_item:has(.gnavi_cnt) .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/plus_icon.png) !important;
}
.color_blue #tmp_gnavi .gnavi .gnavi_item.ac_active .gnavi_ttl > a,
.color_black #tmp_gnavi .gnavi .gnavi_item.ac_active .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/minus_icon.png) !important;
}
.color_yellow #tmp_gnavi .gnavi .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/arrow_icon_black.png) !important;
}
.color_yellow #tmp_gnavi .gnavi .gnavi_item:has(.gnavi_cnt) .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/plus_icon_black.png) !important;
}
.color_yellow #tmp_gnavi .gnavi .gnavi_item.ac_active .gnavi_ttl > a{
	background-image: url(/shared/site_gomizero/images/icon/minus_icon_black.png) !important;
}
.color_blue .spmenu_open #tmp_sma_rmenu .sma_sch:before{
	background-color: #00008B !important;
}
.color_black .spmenu_open #tmp_sma_rmenu .sma_sch:before{
	background-color: #000000 !important;
}
.color_yellow .spmenu_open #tmp_sma_rmenu .sma_sch:before{
	background-color: #FFFF00 !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;
}
/* ==================================================
furigana_on
================================================== */
.furigana_on #tmp_gnavi .gnavi_cnt li > a{
	display: inline-block;
}
.furigana_on #tmp_wrapper a.icon_pdf,
.furigana_on #tmp_wrapper a.icon_word,
.furigana_on #tmp_wrapper a.icon_excel,
.furigana_on #tmp_wrapper a.icon_ppt,
.furigana_on #tmp_wrapper a.icon_txt,
.furigana_on #tmp_wrapper a.icon_img,
.furigana_on #tmp_wrapper a.icon_csv,
.furigana_on #tmp_wrapper a.icon_ichitaro,
.furigana_on #tmp_wrapper a.icon_media,
.furigana_on #tmp_wrapper a.icon_zip {
	line-height: 2.2;
}
/* ==================================================
no_javascript
================================================== */
.no_javascript #tmp_header{
	position: relative;
}
.no_javascript #tmp_hnavi_rmenu > a,
.no_javascript.format_top #tmp_hnavi_rmenu > a{
	top: 10px;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul: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_contents: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,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
