@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a:link {
	color: #0f649d;
}
a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;    /* 18px */
    color: #222222;
    background-color: transparent;
}

.view_pc {
    display: block;
}
.view_sp {
    display: none;
}

/* Styles
================================================== */
/* text */

.txt_red {
	color: #c51f1f;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #17721e;
	/* 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: #fde8e6;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fbfbdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #ebedeb;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	margin: 0 auto;
    min-width: 1220px;
    position: relative;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}

/* bg
================================================== */
#tmp_wrap_view {
    position: relative;
    height: 588px;
    display: flex;
    flex-flow: column;
    margin: 0 0 80px;
}
#tmp_wrap_view::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: url("/shared/templates/dx_portal_top/images/main_head_bg.jpg") no-repeat center bottom;
    background-size: cover;
}
#tmp_wrap_main {
    padding: 0 0 160px;
}
.format_top #tmp_wrap_main {
    padding: 0;
}
#tmp_contents {
    padding: 0 0 20px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 236px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -276px;
}
.format_free .column_rnavi .col_main {
	margin-right: 276px;
}

/* header
================================================== */
#tmp_header {
    padding: 23px 0 18px;
}
.format_free #tmp_header {
    background: #ffffff url("/shared/site_dx_portal/images/header/header_bg.png") repeat-x center bottom;
	margin: 0 0 26px;
    padding-bottom: 23px;
    position: relative;
}
.format_free #tmp_header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 10px;
    background: url("/shared/site_dx_portal/images/header/header_shadow.png") repeat-x left top;
}
#tmp_hlogo {
	float: left;
    width: 420px;
    padding-top: 3px;
}
#tmp_hlogo a {
    display: block;
}
#tmp_hlogo .hlogo {
    margin: 0 0 11px;
    line-height: 1;
    font-size: 1rem;
}
#tmp_hlogo .hlogo_txt {
    font-size: 77.78%;
    font-weight: bold;
}
#tmp_means {
    float: right;
    max-width: 780px;
    display: flex;
}
#tmp_means_navi {
    padding-right: 26px;
}

/* hnavi */
#tmp_hnavi {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px;
}
#tmp_hnavi li {
    margin-left: 24px;
    font-size: 88.89%;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 2px 26px;
}
#tmp_hnavi .hnavi_lang {
    background-image: url("/shared/site_dx_portal/images/header/hnavi_lang.png");
}
#tmp_hnavi .hnavi_moji {
    background-image: url("/shared/site_dx_portal/images/header/hnavi_moji.png");
}
#tmp_hnavi .hnavi_read {
    background-image: url("/shared/site_dx_portal/images/header/hnavi_read.png");
}
#tmp_hnavi li a {
    text-decoration: none;
    display: block;
    color: #222222;
    background-color: transparent;
}
#tmp_hnavi li a:hover,
#tmp_hnavi li a:focus {
    text-decoration: underline;
}

/* search */
#tmp_search .sch_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#tmp_search .wrap_sch_box {
    display: flex;
    width: 390px;
}
#tmp_search .sch_label {
    font-size: 88.89%;
    font-weight: bold;
    padding: 2px 15px 2px 33px;
    background: url("/shared/site_dx_portal/images/header/search_icon.png") no-repeat left center;
}
#tmp_query {
    width: 100%;
    border: 1px solid #525252;
    border-radius: 5px 0 0 5px;
    min-height: 34px;
    padding: 3px 10px;
}
#tmp_func_sch_btn {
    width: 72px;
    height: 100%;
    border: 1px solid #222222;
    border-radius: 0 5px 5px 0;
    background-color: #222222;
    color: #ffffff;
    font-size: 88.89%;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#tmp_func_sch_btn:hover {
    background-color: #ffffff;
    color: #222222;
}

/* means_prev */
#tmp_means_prev {
    width: 156px;
}
#tmp_means_prev p {
    font-size: 88.89%;
    font-weight: bold;
    line-height: 1.25;
}
#tmp_means_prev a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #e7e7e7;
    min-height: 70px;
    padding: 5px 5px 5px 50px;
    color: #222222;
    background: #ffffff url("/shared/site_dx_portal/images/header/saitama_logo.png") no-repeat 12px center;
    border-radius:5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#tmp_means_prev a:hover,
#tmp_means_prev a:focus {
    text-decoration: underline;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
    font-size: 88.89%;
    margin: 0 0 27px;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin:0 0 20px;
}
#tmp_custom_update {
	float:right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#tmp_print,
#tmp_update,
#tmp_pageid {
	line-height:1.2;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
}
#tmp_update {
    margin-left:12px;
}
#tmp_pageid {
    margin-left:28px;
}
#tmp_print {
	font-size: 72.2%;
    font-weight: bold;
}
#tmp_print a {
	display: inline-block;
	vertical-align: top;
	background: #0079c9 url(/shared/site_dx_portal/images/icon/print_icon.png) no-repeat right 4px center;
	min-width: 52px;
	min-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
    line-height: 1.1;
	padding: 2px 19px 1px 5px;
	border: 1px solid #0079c9;
	border-radius: 3px;
}
.no_javascript #tmp_print {
	display: none;
}

/* rnavi
================================================== */
#tmp_rnavi{
    padding: 20px 10px 18px;
	background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}
#tmp_rnavi_ttl {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 12px;
}
#tmp_rnavi_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: #0079c9;
    color: #ffffff;
    border-radius: 4px;
}
#tmp_rnavi_ttl h2 {
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.5;
}
#tmp_rnavi_cnt ul {
	list-style: none;
}
#tmp_rnavi_cnt ul li {
	line-height: 1.5;
    font-weight: bold;
    margin: 0 0 10px;
}
#tmp_rnavi_cnt ul li a {
	display: flex;
    align-items: center;
    min-height: 60px;
    border-radius: 5px;
    color: #ffffff;
    background: #0079c9 url("/shared/site_dx_portal/images/icon/navi_icon16_wht.png") no-repeat left center;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
}
#tmp_rnavi_cnt ul li a:hover {
    text-decoration: underline;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* pnavi
================================================== */
.pnavi{
	position: absolute;
	right: 10px;
	top: -90px;
	z-index: 100;
	display:none;
}
.pnavi,
.pnavi a,
.pnavi span {
	display: block;
	width: 81px;
	height: 81px;
}
.pnavi a {
    background: url("/shared/site_dx_portal/images/icon/pnavi.png") no-repeat center center;
}
.pnavi span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.no_javascript .pnavi{
	display:block;
}

/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:1px solid #dedede;
    overflow: hidden;
    border-radius:4px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding: 15px 20px 15px 71px;
	color:#222222;
	background:#f4f4f4 url("/shared/site_dx_portal/images/icon/inquiry_ttl_icon.png") no-repeat 17px 13px;
}
#tmp_inquiry_ttl h2 {
    font-size:122.22%;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:26px 20px 30px;
	color:#222222;
	background-color:#ffffff;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_num p {
    display: inline-block;
    margin: 0 0.8em 0.4em 0;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	text-align:center;
}
#tmp_inquiry_cnt .inquiry_btn button {
	position:relative;
    font-weight: bold;
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:100%;
	border:1px solid #0079c9;
	padding:9px 10px;
	color:#222222;
	background-color:#ffffff;
	text-align:center;
	cursor:pointer;
	border-radius:3px;
    min-width: 300px;
}
#tmp_inquiry_cnt .inquiry_btn button:hover {
    text-decoration: underline;
}
#tmp_inquiry_cnt .inquiry_btn button::before {
	content:'';
	display:inline-block;
    vertical-align: middle;
	margin: 0 10px 2px 0;
	width:18px;
	height:18px;
	background: url("/shared/site_dx_portal/images/icon/navi_icon18_blue.png") no-repeat left center;
}

/* footer
================================================== */
#tmp_footer {
	padding: 50px 0 34px;
    font-weight: bold;
	color: #ffffff;
    background: #0079c9 url("/shared/site_dx_portal/images/main/footer_bg.png") no-repeat top center;
}
#tmp_footer .container{
	position: relative;
}

/* fnavi  */
#tmp_footer .fnavi {
	list-style: none;
    font-size: 88.89%;
    margin: 0 0 40px;
}
#tmp_footer .fnavi li {
	display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    margin: 0 10px 10px 0;
    background: url("/shared/site_dx_portal/images/icon/navi_icon14_wht.png") no-repeat left 0.3em;
    padding: 2px 0 2px 20px;
}
#tmp_footer .fnavi li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #0079c9;
}
#tmp_footer .fnavi li a:hover,
#tmp_footer .fnavi li a:focus {
    text-decoration: underline;
}

/* address */
#tmp_footer address {
	padding: 0 0 36px;
	font-style: normal;
}
#tmp_footer address p {
    line-height: 1.2;
    margin: 0 0 18px;
}
#tmp_footer address .add_ttl span {
    display: inline-block;
    vertical-align: bottom;
}
#tmp_footer address .add_ttl .add_ttl_pref {
    font-size: 200%;
    margin-right: 27px;
}
#tmp_footer address .add_ttl .add_ttl_num {
    padding: 0 0 12px;
}
#tmp_footer address .add_cnt span {
	margin: 0 1em 0 0;
}
#tmp_footer .copyright {
	text-align: center;
}


/* ==================================================
Splide control common
================================================== */
.splide_common {
    display: flex;
    flex-direction: column;
}
.splide_common .splide__track {
    order: 1;
}
.splide_common .splide__controls {
    order: 2;
    display: flex;
	align-items: center;
    justify-content: center;
    padding: 37px 48px 0 0;
}
.splide_common .splide__toggle {
	position: relative;
	display: flex;
    justify-content: center;
    order: 1;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 24px;
	margin-right: 20px;
	min-width: 122px;
	text-align: left;
	color: #222222;
    background-color: #ffffff;
    border: 1px solid #939393;
    border-radius:5px;
}
.splide_common .splide__toggle:hover {
    text-decoration: underline;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 4px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: 0;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 27px;
}
.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 10px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrows {
    padding: 0 6px;
    order: 2;
}
.splide_common .splide__arrow {
	position: static;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url("/shared/templates/dx_portal_top/images/splide_prev.png");
}
.splide_common .splide__arrow--next {
	background-image: url("/shared/templates/dx_portal_top/images/splide_next.png");
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 24px;
    order: 3;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 133.33%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 222.22%;
}
.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: #222222;
}
.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/templates/dx_portal_top/images/splide_prev.png") !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url("/shared/templates/dx_portal_top/images/splide_next.png")!important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url("/shared/templates/dx_portal_top/images/splide_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/templates/dx_portal_top/images/splide_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;
}
.no_javascript .splide {
    visibility: visible;
}

/* ==================================================
CMS-function
================================================== */
/* Scroll Table */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/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;
}
.style_cleaned{
	table-layout: auto!important;
}
.style_cleaned.remove_white_space,
.style_cleaned.remove_white_space *{
	white-space: normal!important;
}
.style_cleaned.remove_width,
.style_cleaned.remove_width *{
	width: auto!important;
}
.style_cleaned.remove_width input,
.style_cleaned.remove_width textarea{
	width: 100%!important;
}
.style_cleaned.remove_min_width,
.style_cleaned.remove_min_width *{
	min-width: auto!important;
}
.style_cleaned.remove_padding_left,
.style_cleaned.remove_padding_left *{
	padding-left: 1px!important;
}
.style_cleaned.remove_padding_right,
.style_cleaned.remove_padding_right *{
	padding-right: 1px!important;
}

/* ==================================================
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;
}
#tmp_switch_sp_style {
	width: 100%;
    padding: 10px;
    font-size: 3rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #0079c9;
    color: #ffffff;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu {
	display: none;
}

/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* common
================================================== */
.color_blue #tmp_hlogo .hlogo img,
.color_yellow #tmp_hlogo .hlogo img,
.color_black #tmp_hlogo .hlogo img {
    background-color: #ffffff !important;
}
.color_blue.format_free #tmp_header::before,
.color_yellow.format_free #tmp_header::before,
.color_black.format_free #tmp_header::before {
    display: none;
}
.color_blue.format_free #tmp_header,
.color_yellow.format_free #tmp_header,
.color_black.format_free #tmp_header,
.color_blue #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl,
.color_black #tmp_inquiry_ttl,
.color_blue #tmp_contents .box_menu_ttl,
.color_yellow #tmp_contents .box_menu_ttl,
.color_black #tmp_contents .box_menu_ttl,
.color_blue #tmp_contents .box_link .box_link_ttl,
.color_yellow #tmp_contents .box_link .box_link_ttl,
.color_black #tmp_contents .box_link .box_link_ttl,
.color_blue #tmp_contents .box_info .box_info_ttl,
.color_yellow #tmp_contents .box_info .box_info_ttl,
.color_black #tmp_contents .box_info .box_info_ttl {
    border-bottom: 1px solid !important;
}
.color_blue #tmp_inquiry_ttl h2,
.color_yellow #tmp_inquiry_ttl h2,
.color_black #tmp_inquiry_ttl h2,
.color_blue #tmp_rnavi_ttl h2,
.color_yellow #tmp_rnavi_ttl h2,
.color_black #tmp_rnavi_ttl h2{
    border: none !important;
    padding: 0 !important;
}
.color_blue #tmp_rnavi_ttl::before,
.color_black #tmp_rnavi_ttl::before {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_rnavi_ttl::before {
    background-color: #000000 !important;
}
.color_blue #tmp_rnavi,
.color_yellow #tmp_rnavi,
.color_black #tmp_rnavi,
.color_blue #tmp_rnavi_cnt ul li a,
.color_yellow #tmp_rnavi_cnt ul li a,
.color_black #tmp_rnavi_cnt ul li a,
.color_blue #tmp_service_filter .item_list li .item_label span,
.color_yellow #tmp_service_filter .item_list li .item_label span,
.color_black #tmp_service_filter .item_list li .item_label span {
    border: 1px solid;
}
.color_blue #tmp_footer,
.color_yellow #tmp_footer,
.color_black #tmp_footer,
.color_blue #tmp_service_filter .item_list li .item_more,
.color_yellow #tmp_service_filter .item_list li .item_more,
.color_black #tmp_service_filter .item_list li .item_more{
    border-top: 1px solid;
}
.color_blue .pnavi span,
.color_yellow .pnavi span,
.color_black .pnavi span {
    overflow: visible;
	text-indent: 0;
    white-space: normal;
    padding: 10px;
    border: 2px solid;
}
.color_blue .pnavi,
.color_blue .pnavi a,
.color_blue .pnavi span,
.color_yellow .pnavi,
.color_yellow .pnavi a,
.color_yellow .pnavi span,
.color_black .pnavi,
.color_black .pnavi a,
.color_black .pnavi span{
	width: auto;
	height: auto;
}
.color_blue #tmp_service_filter .item_list li a,
.color_yellow #tmp_service_filter .item_list li a,
.color_black #tmp_service_filter .item_list li a,
.color_blue #tmp_service .service_questionnaire_btn a,
.color_yellow #tmp_service .service_questionnaire_btn a,
.color_black #tmp_service .service_questionnaire_btn a {
    position: relative;
}
.color_blue #tmp_service_filter .item_list li a::after,
.color_yellow #tmp_service_filter .item_list li a::after,
.color_black #tmp_service_filter .item_list li a::after,
.color_blue #tmp_service .service_application_btn a::after,
.color_yellow #tmp_service .service_application_btn a::after,
.color_black #tmp_service .service_application_btn a::after,
.color_blue #tmp_service .service_questionnaire_btn a::after,
.color_yellow #tmp_service .service_questionnaire_btn a::after,
.color_black #tmp_service .service_questionnaire_btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid;
    order-radius: 5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.color_blue #tmp_service_filter .item_list li a::after,
.color_black #tmp_service_filter .item_list li a::after,
.color_blue #tmp_service .service_application_btn a::after,
.color_black #tmp_service .service_application_btn a::after,
.color_blue #tmp_service .service_questionnaire_btn a::after,
.color_black #tmp_service .service_questionnaire_btn a::after {
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_service_filter .item_list li a::after,
.color_yellow #tmp_service .service_application_btn a::after,
.color_yellow #tmp_service .service_questionnaire_btn a::after {
    border-color: #000000 !important;
}
.color_blue #tmp_service_filter .item_list li a:hover::after,
.color_yellow #tmp_service_filter .item_list li a:hover::after,
.color_black #tmp_service_filter .item_list li a:hover::after,
.color_blue #tmp_service .service_application_btn a:hover::after,
.color_yellow #tmp_service .service_application_btn a:hover::after,
.color_black #tmp_service .service_application_btn a:hover::after,
.color_blue #tmp_service .service_questionnaire_btn a:hover::after,
.color_yellow #tmp_service .service_questionnaire_btn a:hover::after,
.color_black #tmp_service .service_questionnaire_btn a:hover::after {
    opacity: 1;
}

/* 矢印 */
.color_blue #tmp_footer .fnavi li,
.color_yellow #tmp_footer .fnavi li,
.color_black #tmp_footer .fnavi li,
.color_blue .news_list li p a,
.color_yellow .news_list li p a,
.color_black .news_list li p a,
.color_blue #tmp_service_filter .item_list li .item_more span,
.color_yellow #tmp_service_filter .item_list li .item_more span,
.color_black #tmp_service_filter .item_list li .item_more span {
    position: relative;
    padding-left: 15px;
    display: inline-block;
}
.color_blue #tmp_footer .fnavi li::before,
.color_yellow #tmp_footer .fnavi li::before,
.color_black #tmp_footer .fnavi li::before,
.color_blue .news_list li p a::before,
.color_yellow .news_list li p a::before,
.color_black .news_list li p a::before,
.color_blue #tmp_service_filter .item_list li .item_more span::before,
.color_yellow #tmp_service_filter .item_list li .item_more span::before,
.color_black #tmp_service_filter .item_list li .item_more span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
	width: 7px;
	height: 7px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}
.color_blue .more_view li a,
.color_yellow .more_view li a,
.color_black .more_view li a,
.color_blue .thumbnail_item .thumbnail_ttl,
.color_yellow .thumbnail_item .thumbnail_ttl,
.color_black .thumbnail_item .thumbnail_ttl {
    position: relative;
    padding-left: 20px;
}
.color_blue .more_view li a::before,
.color_yellow .more_view li a::before,
.color_black .more_view li a::before,
.color_blue .thumbnail_item .thumbnail_ttl::before,
.color_yellow .thumbnail_item .thumbnail_ttl::before,
.color_black .thumbnail_item .thumbnail_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
	width: 9px;
	height: 9px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}

/* ==================================================
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;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
#tmp_main:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}