@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", 'メイリオ', Meiryo, sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link {
	color: #003377;
}

body {
	font-size: 125%;
}


/* Styles
================================================== */
/* text */
.txt_red {
	color: #b13426;	/* Setting by CMS sheets */
}
.txt_green {
	color: #106724;	/* 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: #feecec;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #e7f5ff;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e8ffee;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


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

#tmp_wrapper {
    margin: 0 auto;
	overflow-x: clip;
}

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

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1120px;
	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: #FFFFFF;
}

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

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

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

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

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

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

.format_free #tmp_wrap_main {
	padding-bottom: 140px;
}

/* header
================================================== */
#tmp_header {
	display: flex;
	flex-direction: column;
	min-height: 198px;
}
.format_free #tmp_header {
	margin-bottom: -10px;
	box-shadow: 0 8px 12px -3px rgba(0, 0, 0, 0.6);
}
#tmp_header .container {
	max-width: 1880px;
}
#tmp_header .header_cnt {
	display: flex;
	justify-content: space-between;
	flex: 1;
	position: relative;
}

/* レギュレーション */
#tmp_regulation {
	padding: 3px 17px;
	background-color: #dbe7dc;
	color: #282828;
	font-feature-settings: "palt";
	font-weight: 500;
}

/* ロゴ */
#tmp_hlogo {
	display: grid;
	margin-right: 28px;
	place-items: center;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 569px;
	height: 99px;
	background: url(/shared/site_miyagi_oem/images/header/logo.png) no-repeat 0 0;
}
#tmp_hlogo a {
	display: block;
	width: 569px;
	height: 99px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 569px;
	height: 99px;
	position: relative;
	z-index: -1;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    text-align: left;
}

#tmp_hnavi_s {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-end;
	position: relative;
}

#tmp_hnavi_s #tmp_menu_cnt,
#tmp_hnavi_s .tmp_menu_wrap {
	display: contents;
}
#tmp_hnavi_s .menu_btn {
	display: none;
}

/* 検索窓 */
#tmp_sma_search {
	margin-right: 43px;
}
#tmp_sma_search {
	max-width: 250px;
    position: relative;
}
/* 入力フィールド */
#tmp_sma_search #tmp_sma_query {
    min-height: 42px;
    width: 100%;
    padding-left: 6px;
    border: 2px solid #a6a6a6;
}
#tmp_sma_search #tmp_sma_query:focus-visible {
    outline-color: #31652d;
}
/* 検索ボタン */
#tmp_sma_search #tmp_sma_func_sch_btn {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 2px 5px;
    width: 42px;
    min-height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
    border: 1px solid #a6a6a6;
    color: #FFFFFF;
    font-size: 0;
    background-color: #000000;
    background-image: url(/shared/templates/miyagi_oem_top/images/icon_search_func.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 22px;
}

/* メニュー */
#tmp_hnavi_s .header_links {
	display: flex;
	flex-grow: 1;
	list-style: none;
}
#tmp_hnavi_s .link_item {
	flex: 1;
	position: relative;
}
#tmp_hnavi_s .link_item:not(:last-child)::after {
    display: block;
    content: "";
    width: 3px;
    height: 88px;
    background-color: #dfebe0;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#tmp_hnavi_s .link_item a {
	display: inline-block;
	padding: 0 5px;
	text-decoration: none;
	color: #282828;
	font-weight: 600;
	font-size: 90%;
	background-color: transparent;
}
#tmp_hnavi_s .link_item a:hover,
#tmp_hnavi_s .link_item a:focus {
	text-decoration: underline;
}
#tmp_hnavi_s .link_item .partner_icon {
	display: block;
}
#tmp_hnavi_s .link_item .partner_ttl {
	display: block;
}

/* お問い合わせ・業者ボタン */
#tmp_hnavi_s .btn_list {
	display: flex;
	gap: 0 30px;
	height: 100%;
}
#tmp_hnavi_s .btn_list .btn_item .pc_show {
	display: inline;
}
#tmp_hnavi_s .btn_list .btn_item .sp_show {
	display: none;
}
#tmp_hnavi_s .btn_list .btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 155px;
	min-height: 129px;
	text-decoration: none;
	text-align: center;
	box-shadow: 5px 7px 15px -1px #b8b8b8;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 27px;
	border-bottom-right-radius: 27px;
	line-height: 1.2;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: 600;
}
#tmp_hnavi_s .btn_list .btn_item.contact_btn a {
	padding: 73px 10px 27px 10px;
	background-color: #31652d;
	background-image: url(/shared/site_miyagi_oem/images/footer/icon_contact.png);
	background-repeat: no-repeat;
	background-position: center top 28px;
	background-size: 50px auto;
}
#tmp_hnavi_s .btn_list .btn_item.business_btn a {
	padding: 71px 10px 10px 10px;
	background-color: #ec6d65;
	background-image: url(/shared/site_miyagi_oem/images/footer/icon_entry.png);
	background-repeat: no-repeat;
	background-position: center top 16px;
	background-size: 56px auto;
}
#tmp_hnavi_s .btn_list .btn_item a:hover,
#tmp_hnavi_s .btn_list .btn_item a:focus {
	text-decoration: underline;
}

#tmp_hnavi_s .hnavi {
	display: none;
}

/* footer
================================================== */
#tmp_footer {
	padding: 85px 0px 0px;
	color: inherit;
	background-color: #dbe7dc;
	box-shadow: 0 -8px 12px -3px rgba(0, 0, 0, 0.8);
	color: inherit;
}

#tmp_footer .wrap_footer {
	display: flex;
	gap: 0 83px;
	margin-bottom: 18px;
}

#tmp_footer .footer_cnt {
	display: flex;
	gap: 0 36px;
}

#tmp_footer .wrap_footer::after,
#tmp_footer .footer_cnt::after {
	content: none;
}

.fnavi {
	list-style: none;
}
.fnavi li:not(:last-child) {
	margin-bottom: 27px;
}
.fnavi a {
	display: inline-block;
	padding-right: 15px;
	background-color: transparent;
	text-decoration: none;
	color: #112832;
	font-feature-settings: "palt";
	font-size: 90%;
	font-weight: 600;
	position: relative;
}
.fnavi a::after {
	display: block;
	content: "";
	width: 6px;
	height: 10px;
	background-image: url(/shared/site_miyagi_oem/images/icon/icon_arrow_triangle_next_pi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 9px;
	right: 0;
}
.fnavi a:hover,
.fnavi a:focus {
	text-decoration: underline;
}

#tmp_footer .btn_list {
	margin-top: 9px;
}
#tmp_footer .btn_list .btn_item:not(:last-child) {
	margin-bottom: 11px;
}
#tmp_footer .btn_list .btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	min-width: 193px;
	min-height: 88px;
	text-decoration: none;
	text-align: center;
	box-shadow: 5px 7px 15px -1px #b8b8b8;
	border-radius: 13px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: 600;
}
#tmp_footer .btn_list .btn_item a:hover,
#tmp_footer .btn_list .btn_item a:focus {
	text-decoration: underline;
}
#tmp_footer .btn_list .btn_item.contact_btn a {
	background-color: #31652d;
}
#tmp_footer .btn_list .btn_item.business_btn a {
	background-color: #ec6d65;
}

#tmp_footer .btn_list .btn_item span {
	display: inline-block;
	text-align: center;
	position: relative;
}
#tmp_footer .btn_list .btn_item.contact_btn span {
	padding-left: 55px;
}
#tmp_footer .btn_list .btn_item.business_btn span {
	padding-left: 55px;
}
#tmp_footer .btn_list .btn_item.contact_btn span::before {
	display: block;
	content: "";
	width: 50px;
	height: 35px;
	background-image: url(/shared/site_miyagi_oem/images/footer/icon_contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#tmp_footer .btn_list .btn_item.business_btn span::before {
	display: block;
	content: "";
	width: 46px;
	height: 46px;
	background-image: url(/shared/site_miyagi_oem/images/footer/icon_entry.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.copyright {
	padding: 17px 0 17px;
	text-align: left;
	color: #112832;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 75%;
}


/* ==================================================
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/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/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/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/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/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/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
================================================== */


/* ==================================================
CMS-function
================================================== */
#tmp_inquiry{
	word-break: break-all;
}

/* 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;
}
/* rnavi
================================================== */
#tmp_rnavi,
#tmp_lnavi{
	margin-bottom: 30px;
	border: 1px solid #222222;
}
#tmp_rnavi_ttl,
#tmp_lnavi_ttl{
	padding: 19px 15px 17px;
	border-bottom: 1px solid #222222;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.5;
}
#tmp_rnavi_ttl a,
#tmp_lnavi_ttl a{
	display: block;
	margin: -19px -15px -17px;
	padding: 19px 15px 17px;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi_cnt li,
#tmp_lnavi_cnt li{
	list-style: none;
	font-size: 88.9%;
	line-height: 1.5;
	border-bottom: 1px solid #d9d9d9;
}
#tmp_rnavi_cnt li a,
#tmp_lnavi_cnt li a{
	display: block;
	padding: 14px 10px 12px 33px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.3s ease-in-out;
}
/* ==================================================
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: none;
}

.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_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

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

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

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


/* for Firefox3.0 */

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


/* for google box common */

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


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

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

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

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

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

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


/* for google box */

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

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


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

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

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

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

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

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


/* for google box */

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

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


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

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

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

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

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

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


/* for google box */

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

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


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


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

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


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

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


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

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

@media screen and (max-width : 1870px) {
	/* header
	================================================== */
	/* ロゴ */
	#tmp_hlogo h1,
	#tmp_hlogo p {
		width: 490px;
		height: 82px;
		background-size: 490px auto;
	}
	#tmp_hlogo a {
		width: 490px;
		height: 82px;
	}
	#tmp_hlogo h1 span,
	#tmp_hlogo p span {
		width: 490px;
		height: 82px;
	}

	/* 検索窓 */
	#tmp_sma_search {
		margin-right: 30px;
	}

	/* お問い合わせ・業者ボタン */
	#tmp_hnavi_s .btn_list {
		gap: 0 20px;
	}
	#tmp_hnavi_s .btn_list .btn_item a {
		min-width: 140px;
	}
}
@media screen and (max-width : 1760px) {
	/* header
	================================================== */
	/* ロゴ */
	#tmp_hlogo h1,
	#tmp_hlogo p {
		width: 400px;
		height: 69px;
		background-size: 400px auto;
	}
	#tmp_hlogo a {
		width: 400px;
		height: 69px;
	}
	#tmp_hlogo h1 span,
	#tmp_hlogo p span {
		width: 400px;
		height: 69px;
	}

	/* 検索窓 */
	#tmp_sma_search {
		margin-right: 20px;
	}

	/* お問い合わせ・業者ボタン */
	#tmp_hnavi_s .btn_list {
		gap: 0 20px;
	}
	#tmp_hnavi_s .btn_list .btn_item a {
		min-width: 120px;
	}

	/* メニュー */
	#tmp_hnavi_s .link_item a {
		font-size: 80%;
	}
}
@media screen and (max-width : 1610px) {
	/* header
	================================================== */
	/* ロゴ */
	#tmp_hlogo h1,
	#tmp_hlogo p {
		width: 330px;
		height: 57px;
		background-size: 330px auto;
	}
	#tmp_hlogo a {
		width: 330px;
		height: 57px;
	}
	#tmp_hlogo h1 span,
	#tmp_hlogo p span {
		width: 330px;
		height: 57px;
	}

	/* 検索窓 */
	#tmp_sma_search {
		max-width: 230px;
	}

	/* お問い合わせ・業者ボタン */
	#tmp_hnavi_s .btn_list {
		gap: 0 10px;
	}
	#tmp_hnavi_s .btn_list .btn_item a {
		min-width: 100px;
	}

	#tmp_hnavi_s .btn_list .btn_item.contact_btn a {
		background-size: 40px auto;
	}
	#tmp_hnavi_s .btn_list .btn_item.business_btn a {
		background-size: 46px auto;
	}
}
@media screen and (max-width : 1460px) {
	/* ==================================================
	header
	================================================== */
	#tmp_header {
		min-height: 83px;
		padding:0;
		background-color: #ffffff;
		color: #222222;
		position:relative;
		z-index: 800;
	}
	#tmp_hlogo {
		padding: 7px 0;
	}

	#tmp_regulation {
		padding: 1px 17px;
		font-size: 81.3%;
		order: 2;
	}
	#tmp_regulation .regulation_text {
		text-align: center;
	}
	#tmp_header .header_cnt {
		padding: 0 10px;
		order: 1;
	}
	#tmp_header .header_cnt::before,
	#tmp_header .header_cnt::after {
		content: none;
	}


	#tmp_hnavi_s {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: none;
	}
	#tmp_hnavi_s .menu_cnt {
		display: block;
	}
	#tmp_hnavi_s #tmp_menu_cnt {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	#tmp_hnavi_s .tmp_menu_wrap {
		display: flex;
		flex-direction: column;
		padding: 17px 20px 25px 20px;
		width: calc(100% - 65px);
		background-color: #dbe7dc;
	}
	#tmp_hnavi_s .menu_btn {
		display: inline-block;
		position: relative;
		z-index: 888;
	}
	#tmp_hnavi_s > .menu_btn > span {
		display: block;
		width: 44px;
		height: 44px;
		background-image: url(/shared/site_miyagi_oem/images/icon/icon_open.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 25px auto;
		white-space: nowrap;
		text-indent: 100%;
		position: relative;
		overflow: hidden;
	}
	#tmp_hnavi_s > .menu_btn.active > span {
		background-image: url(/shared/site_miyagi_oem/images/icon/icon_close.png);
	}

	#tmp_menu_cnt #tmp_sma_search {
		order: 2;
	}
	#tmp_menu_cnt .header_links {
		order: 3;
	}
	#tmp_menu_cnt .btn_list {
		order: 1;
	}
	#tmp_hnavi_s .hnavi {
		order: 4;
	}

	/* お問い合わせ・業者ボタン */
	#tmp_hnavi_s .btn_list {
		gap: 0 10px;
		height: auto;
		margin-bottom: 23px;
	}
	#tmp_hnavi_s .btn_list .btn_item .pc_show {
		display: none;
	}
	#tmp_hnavi_s .btn_list .btn_item .sp_show {
		display: inline;
	}
	#tmp_hnavi_s .btn_list .btn_item {
		width: calc(100% - 5px);
	}
	#tmp_hnavi_s .btn_list .btn_item a {
		max-width: 100%;
		min-width: auto;
		min-height: 68px;
		width: 100%;
		border-radius: 10px;
		font-feature-settings: "palt";
		font-size: 100%;
	}
	#tmp_hnavi_s .btn_list .btn_item.contact_btn a {
		padding: 10px 10px 10px 50px;
		background-position: left 11px top 21px;
		background-size: 40px auto;
	}
	#tmp_hnavi_s .btn_list .btn_item.business_btn a {
		padding: 10px 10px 10px 50px;
		background-position: left 8px top 18px;
		background-size: 40px auto;
	}

	/* 検索窓 */
	#tmp_menu_cnt #tmp_sma_search {
		display: grid;
		place-items: center;
		margin: 0 auto 11px;
	}
	#tmp_sma_search {
		max-width: 193px;
	}
	#tmp_sma_search #tmp_sma_query {
		min-height: 34px;
	}
	#tmp_sma_search #tmp_sma_func_sch_btn {
		width: 35px;
		min-height: 32px;
		background-size: auto 18px;
	}
	#tmp_sma_search #tmp_sma_query::placeholder {
		font-size: 80%;
		vertical-align: top;
	}

	#tmp_menu_cnt .header_links {
		flex-direction: column;
		margin-bottom: 26px;
	}
	#tmp_hnavi_s .link_item:not(:last-child)::after {
		content: none;
	}
	#tmp_hnavi_s .link_item a {
		display: flex;
		padding: 13px 11px;
		border-bottom: 1px dotted #cbdccd;
	}
	#tmp_hnavi_s .link_item .partner_icon {
		max-width: 31px;
		max-height: 28px;
		margin-right: 34px;
	}
	#tmp_hnavi_s .link_item .genre_icon {
		max-width: 41px;
		margin-right: 23px;
	}
	#tmp_hnavi_s .link_item .partner_icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#tmp_hnavi_s .link_item .partner_ttl {
		padding-right: 10px;
		background-image: url(/shared/site_miyagi_oem/images/icon/icon_arrow_triangle_next_pi.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 6px auto;
		font-size: 125%;
	}
	#tmp_hnavi_s .link_item .partner_ttl br {
		display: none;
	}

	/* その他メニュー */
	#tmp_hnavi_s .hnavi {
		display: block;
		padding: 0 14px;
		list-style: none;
	}
	#tmp_hnavi_s .hnavi li {
		text-align: left;
	}
	#tmp_hnavi_s .hnavi li:not(:last-child) {
		margin-bottom: 8px;
	}
	#tmp_hnavi_s .hnavi a {
		display: inline-block;
		padding-right: 13px;
		text-decoration: none;
		letter-spacing: -0.03em;
		color: #112832;
		font-size: 100%;
		font-weight: 600;
		background-image: url(/shared/site_miyagi_oem/images/icon/icon_arrow_triangle_next_pi.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 6px auto;
	}
}
@media screen and (max-width : 1200px) {
	/* footer
	================================================== */
	#tmp_footer .wrap_footer {
		justify-content: space-between;
		gap: 0 30px;
	}

	#tmp_footer .footer_cnt {
		gap: 0 20px;
	}

	#tmp_footer .footer_logo {
		max-width: 450px;
	}
	#tmp_footer .logo img {
		width: 100%;
		height: auto;
	}

	.fnavi li:not(:last-child) {
		margin-bottom: 20px;
	}
	.fnavi a {
		font-size: 80%;
	}

	#tmp_footer .btn_list .btn_item a {
		padding: 10px;
		min-width: 170px;
		min-height: 68px;
	}

	#tmp_footer .btn_list .btn_item.contact_btn span {
		padding-left: 45px;
	}
	#tmp_footer .btn_list .btn_item.business_btn span {
		padding-left: 45px;
	}
	#tmp_footer .btn_list .btn_item.contact_btn span::before {
		width: 40px;
		height: 25px;
	}
	#tmp_footer .btn_list .btn_item.business_btn span::before {
		width: 36px;
		height: 36px;
	}
}
@media screen and (max-width : 1020px) {
	/* footer
	================================================== */
	#tmp_footer .footer_logo {
		max-width: 350px;
	}

	.fnavi li:not(:last-child) {
		margin-bottom: 10px;
	}
	.fnavi a {
		font-size: 70%;
	}

	#tmp_footer .btn_list .btn_item span br {
		display: none;
	}
}
@media screen and (min-width : 1461px) {
	#tmp_hnavi_s #tmp_menu_cnt,
	#tmp_hnavi_s .tmp_menu_wrap {
		display: contents !important;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper{
		overflow-x: auto;
		min-width: 800px;
	}
}