@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: #0000ff;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 100%;
	font-weight: 500;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #333333;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b81212;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* 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_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


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

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}
#tmp_main{
    padding: 0 20px;
}
#tmp_main2{
    margin: 0 auto;
    max-width: 1460px;
    border-left: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
	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: 200px;
	/* デザインによって変更 */
}

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

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

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

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

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


/* header
================================================== */

#tmp_header,
#tmp_means,
#tmp_means ul,
#tmp_sma_search .wrap_sch_box {
	display: flex;
}
#tmp_header {
	border-bottom: 2px solid #e6e6e6;
	border-top: none;
	color: inherit;
	background-color: #ffffff;
	min-height: 75px;
	position: relative;
	z-index: 101;
}

/* hlogo */
#tmp_hlogo {
	padding-left: 13px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/site/shared/site_okuyamato/images/icon/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 322px;
	max-width: 100%;
	height: 73px;
	color: inherit;
}
#tmp_hlogo a {
	display: block;
	width: 322px;
	height: 73px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 322px;
	height: 73px;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}

/* means */
#tmp_means {
	flex: 1;
	justify-content: flex-end;
	padding-left: 10px;
}
#tmp_means .means_inner {
	list-style: none;
}
#tmp_means .means_inner > li {
	border-left: 2px solid #e6e6e6;
}
#tmp_means .means_inner > li > a,
#tmp_means .means_inner > li.means_search {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
#tmp_means .means_inner > li > a {
	min-width: 118px;
	padding: 6px 2px;
	background-color: transparent;
	color: #666666;
	word-break: break-all;
	position: relative;
}
#tmp_means .means_inner > li > a.active {
	z-index: 801;
}
#tmp_means .means_inner > li > a > span {
	position: relative;
	z-index: 1;
	padding: 3px 0 3px 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
}
#tmp_means .means_inner > li > a:before {
	content: '';
	width: 100%;
	height: calc(100% + 1px);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #e6e6e6;
}
#tmp_means .means_inner > li > a.active:before {
	display: block;
}
#tmp_means .means_inner > li > a.active:focus-visible:before  {
	display: none;
}
#tmp_means .means_inner > li.means_lang > a {
	padding-top: 8px;
}
#tmp_means .means_inner > li.means_setting > a {
	padding-top: 10px;
}
#tmp_means .means_inner > li.means_lang > a.active,
#tmp_means .means_inner > li.means_setting > a.active {
	background-color: #e6e6e6;
}
#tmp_means .means_inner > li.means_lang > a > span {
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_lang.png);
}
#tmp_means .means_inner > li.means_lang > a.active > span,
#tmp_means .means_inner > li.means_setting > a.active > span {
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_close.png);
	background-size: 12px auto;
	background-position: 0 5px;
}
#tmp_means .means_inner > li.means_setting > a > span {
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_setting.png);
}
#tmp_means .means_inner > li.means_search {
	padding: 8px 10px 8px 12px;
}
#tmp_sma_search .wrap_sch_box {
	position: relative;
	width: 217px;
    min-height: 24px;
    align-items: center;
}
#tmp_sma_search .sch_ttl label {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
    background: url(/site/shared/site_okuyamato/images/icon/icon_sch.png) no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}
#tmp_sma_search .sch_box,
#tmp_sma_search .sch_btn {
	height: 100%;
}
#tmp_sma_search .sch_box input,
#tmp_sma_search .sch_btn input {
	width: 100%;
	height: 100%;
}
#tmp_sma_search .sch_box {
	flex: 1;
}
#tmp_sma_search .sch_box input {
    color: #666666;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 2px 10px 1px 27px;
}
#tmp_sma_search .sch_btn {
    min-width: 39px;
	margin-left: 4px;
}
#tmp_sma_search .sch_btn input {
    cursor: pointer;
    text-align: center;
    border: 1px solid #666666;
    background-color: #666666;
    color: #ffffff;
    padding: 1px;
	text-indent: 0.1em;
}
#tmp_means .means_inner > li > a,
#tmp_sma_search .sch_btn input {
	letter-spacing: 0.1em;
}
.wrap_sma_sch{
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
    right: 0;
	width: 100%;
	border-radius: 0 0 16px 16px;
	background-color: #e6e6e6;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #e6e6e6;
	z-index: 800;
}
.wrap_sma_sch .menu_wrapper {
	padding: 19px 0 22px;
}
.wrap_sma_sch .menu_ttl {
	color: #666666;
	margin-bottom: 13px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#tmp_means .means_inner .sch_cnt {
	display: block !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
#tmp_sma_lang .menu_ttl {
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_lang_head.png);
}
#tmp_sma_setting .menu_ttl {
	padding-left: 27px;
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_setting_head.png);
}
.wrap_sma_sch .menu_list {
	display: flex;
	flex-flow: wrap;
    gap: 20px calc(6.5% / 4);
}
.wrap_sma_sch .menu_list li {
    list-style: none;
    width: calc(93.5% / 5);
}
.wrap_sma_sch .menu_list li a {
	position: relative;
    display: block;
    padding: 19px 26px 20px 0;
	text-decoration: none;
    background: transparent url(/site/shared/site_okuyamato/images/icon/gnavi_icon.png) no-repeat right -1px top 19px;
    color: inherit;
    border-bottom: 2px solid #ffffff;
    height: 100%;
}
.wrap_sma_sch .close_btn {
	text-align: center;
}
.wrap_sma_sch .close_btn a {
	display: inline-block;
	padding: 8px 5px 3px;
	margin-bottom: 24px;
	min-width: 140px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
	border-radius: 20px;
}
.wrap_sma_sch .close_btn a span {
	display: inline-block;
	padding-left: 18px;
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_close.png);
    background-position: 0 1px;
	background-repeat: no-repeat;
	line-height: 1.2;
}
.wrap_sma_sch .close_btn a:hover span{
	text-decoration: underline;
}
.spmenu_open {
	position: relative;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
.spmenu_open.menu_search:before {
	content: none;
}
.spmenu_open:not(.menu_search) #tmp_header {
	border-bottom-color: transparent;
}
.spmenu_open:not(.menu_search) #tmp_header::before {
	z-index: 801;
}
/* gnavi
================================================== */

#tmp_gnavi {
	position: relative;
	z-index: 9;
	color: inherit;
	background-color: #ffffff;
}
#tmp_gnavi::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	height: 12px;
	background: url(/site/shared/site_okuyamato/images/icon/gnavi_shadow.png) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: -1;
	pointer-events: none;
}
#tmp_gnavi .gnavi,
#tmp_gnavi .gnavi > li > a {
	display: flex;
}
#tmp_gnavi .gnavi {
	flex-wrap: wrap;
	width: 100%;
	max-width: 1202px;
	margin: 0 auto;
	list-style: none;
	clear: both;
}
#tmp_gnavi .gnavi > li:nth-child(1) {
	width: 25.8%;
}
#tmp_gnavi .gnavi > li:nth-child(2) {
	width: 18%;
}
#tmp_gnavi .gnavi > li:nth-child(3) {
	width: 18%;
}
#tmp_gnavi .gnavi > li:nth-child(4) {
	width: 20.4%;
}
#tmp_gnavi .gnavi > li:nth-child(5) {
	width: 17.8%;
}
#tmp_gnavi .gnavi > li > a {
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px 8px;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	border-left: 2px solid #e6e6e6;
	letter-spacing: 0.14em;
	transition: 0.3s ease-in-out background-color;
}
#tmp_gnavi .gnavi > li:last-child > a {
	border-right: 2px solid #e6e6e6;
}
#tmp_gnavi .gnavi > li > a:hover,
#tmp_gnavi .gnavi > li.is_hover > a,
#tmp_gnavi .gnavi > li.active > a {
	background-color: #e6e6e6;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: 100%;
    width: 100%;
	padding: 0 40px;
	background-repeat: no-repeat;
	background-position: left bottom, right bottom, center top;
	background-image: url(/site/shared/site_okuyamato/images/icon/gnavi_drop_shadow_lft.png),url(/site/shared/site_okuyamato/images/icon/gnavi_drop_shadow_rgt.png),linear-gradient(#e6e6e6,#e6e6e6);
	background-size: auto, auto, 100% calc(100% - 38px);
}
#tmp_gnavi .drop_down_inner {
	padding-bottom: 40px;
	background-color: transparent;
	background-repeat: repeat-x,no-repeat;
	background-image: url(/site/shared/site_okuyamato/images/icon/gnavi_drop_shadow_mid.png),linear-gradient(#e6e6e6,#e6e6e6);
	background-size: auto, 100% calc(100% - 38px);
	background-position: center bottom, center top;
	color: #333333;
	overflow-y: auto;
}
#tmp_gnavi .drop_down_inner ul {
	display: flex;
	flex-flow: wrap;
	gap: 0 calc(10% / 3);
	width: 100%;
	max-width: 1202px;
	margin: 0 auto;
	padding: 7px 0 5px;
}
#tmp_gnavi .drop_down_inner li{
	margin-top: 20px;
	list-style: none;
	width: calc(90% / 4);
}
#tmp_gnavi .drop_down_inner a{
	position: relative;
	display: block;
	padding: 19px 26px 19px 0;
	background: transparent url(/site/shared/site_okuyamato/images/icon/gnavi_icon.png) no-repeat right -1px top 19px;
	color: inherit;
	border-bottom: 2px solid #ffffff;
	height: 100%;
}
/*pnavi*/
.pnavi_wrap{
	padding: 8px 10px 10px 11px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background-color: #efefef;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.pnavi {
	display: inline-block;
	vertical-align: top;
}
.pnavi a{
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	color: inherit;
	background: transparent url(/site/shared/site_okuyamato/images/icon/icon_back_top.png) no-repeat center center;
	background-size: 15px auto;
	border: 1px solid #333333;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	overflow: hidden;
}
/* footer
================================================== */
#tmp_footer {
	color: inherit;
	background-color: #d2dce8;
}
#tmp_footer .container {
	max-width: 1482px;
	padding: 0 10px;
}
.footer_cnt {
	padding: 25px 0 27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_logo > p {
	width: 174px;
	height: 58px;
	background: transparent url(/site/shared/site_okuyamato/images/icon/footer_logo.png) no-repeat left center;
	background-size: 100% auto;
}
.footer_logo span {
	display: block;
	position: relative;
	z-index: -1;
}
.fnavi {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex: 1;
	padding: 0 42px;
	align-items: center;
	gap: 20px;
}
.fnavi li > a {
	display: inline-block;
	padding: 5px 0 3px 26px;
	background: transparent url(/site/shared/site_okuyamato/images/icon/navi_icon.png) no-repeat left center;
	color: inherit;
}
.copyright {
	padding: 12px 10px 9px;
	text-align: center;
	border-top: 1px solid #999999;
}
.fnavi li > a,
.copyright {
	letter-spacing: 0.07em;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	text-decoration: none;
	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(/site/shared/site_okuyamato/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_okuyamato/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;
	line-height: 1;
	color: #3a3a3a;
}
.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(/site/shared/site_okuyamato/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_okuyamato/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(/site/shared/site_okuyamato/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(/site/shared/site_okuyamato/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{
	background-color: #f2f2f2;
	color: #666666;
	border-bottom: 2px solid #c8c8c8;
	padding: 9px 0 3px;
}
#tmp_pankuzu a{
	display: inline-block;
	text-decoration: none;
	color: #666666;
}
#tmp_pankuzu a:hover {
	text-decoration: underline;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 12px;
}
#tmp_custom_update {
    float: right;
    text-align: right;
    margin-right: -3px;
}
#tmp_social_plugins {
	list-style:none;
	text-align: right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display: inline-block;
	vertical-align: top;
	line-height:1.2 !important;
}
#tmp_update {
	margin-left: 15px !important;
	margin-bottom: 0 !important;
}
#tmp_social_plugins .social_media_btn {
	margin-left: 10px;
	margin-top: 1px;
}
#tmp_social_plugins .social_media_btn > *{
	display: inline-block;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn .fb_iframe_widget{
	display: flex;
}
#tmp_social_plugins .social_media_btn:first-child {
	margin-left: 0;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
/* linkicon
================================================== */
#tmp_main a.icon_ppt,
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_ppt,
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_txt{
	padding: 0 0 0 68px;
	text-indent:0 !important;
	background-position: 8px 4px;
	background-repeat:no-repeat;
	background-size: 54px auto;
}
li a.icon_ppt,
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_txt {
	background-position: 8px 4px;
	background-repeat:no-repeat;
}
a.icon_ppt {
	background-image:url(/site/shared/site_okuyamato/images/icon/icon_ppt.png);
}
a.icon_pdf {
	background-image:url(/site/shared/site_okuyamato/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_okuyamato/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_okuyamato/images/icon/icon_excel.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_okuyamato/images/icon/icon_txt.png);
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -5px 0.3em 0;
    background:url(/site/shared/images/icon/icon_external_gray.png) no-repeat center top;
    background-size: 16px auto;
}
/* Inquiry
================================================== */
#tmp_inquiry{
	border: 1px solid #333333;
	margin-top: 5.6em;
	margin-bottom: 5.7em;
}
#tmp_inquiry_ttl{
	color: #333333;
	line-height: 1.3;
	background-color: #efefef;
	padding: 35px 20px 23px 50px;
}
#tmp_inquiry_cnt{
	padding: 21px 50px 28px 50px;
	line-height: 1.8;
}
#tmp_inquiry_cnt .inquiry_fax,
#tmp_inquiry_cnt .inquiry_tel{
	display: inline-block;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 25px;
	margin-bottom: 10px;
}
#tmp_inquiry_cnt .inquiry_btn input{
	border: 1px solid #3b3e34;
	background: #3b3e34 url(/site/shared/site_okuyamato/images/icon/arrow_inquiry.png) no-repeat right 19px center;
	color: #FFFFFF;
	border-radius: 50px;
	min-width: 384px;
	text-align: center;
    padding: 14px 30px 11px;
    line-height: 1.9;
	cursor: pointer;
}
#tmp_inquiry_cnt .inquiry_btn input:hover{
	text-decoration: underline;
}
/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/site/shared/site_okuyamato/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	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(/site/shared/site_okuyamato/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(/site/shared/site_okuyamato/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;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

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

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */
.color_blue #tmp_wrap_main a.icon_txt,
.color_blue #tmp_wrap_main a.icon_ppt,
.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_ppt,
.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_txt,
.color_black #tmp_wrap_main a.icon_ppt,
.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_txt{
	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 header footer start */
.color_black #tmp_header::before,
.color_blue #tmp_header::before,
.color_yellow #tmp_header::before,
.color_black #tmp_gnavi::before,
.color_blue #tmp_gnavi::before,
.color_yellow #tmp_gnavi::before,
.color_black #tmp_gnavi .gnavi li a:after,
.color_blue #tmp_gnavi .gnavi li a:after,
.color_yellow #tmp_gnavi .gnavi li a:after,
.color_black #tmp_means .means_inner > li > a:before,
.color_blue #tmp_means .means_inner > li > a:before,
.color_yellow #tmp_means .means_inner > li > a:before  {
	content: none;
}
.color_black #tmp_header,
.color_blue #tmp_header,
.color_yellow #tmp_header {
	min-height: unset;
}
.color_black #tmp_gnavi,
.color_blue #tmp_gnavi,
.color_yellow #tmp_gnavi {
	padding-bottom: 0;
	border-bottom: 2px solid;
}
.color_black #tmp_gnavi .drop_down_hidden,
.color_blue #tmp_gnavi .drop_down_hidden,
.color_yellow #tmp_gnavi .drop_down_hidden {
	padding-bottom: 0;
	border: 2px solid;
}
.color_black #tmp_gnavi .gnavi li a:hover,
.color_blue #tmp_gnavi .gnavi li a:hover,
.color_yellow #tmp_gnavi .gnavi li a:hover,
.color_black #tmp_gnavi .gnavi > li.active > a,
.color_blue #tmp_gnavi .gnavi > li.active > a,
.color_yellow #tmp_gnavi .gnavi > li.active > a {
	text-decoration: underline;
}
.color_black #tmp_hlogo,
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span {
	width: unset;
	height: unset;
}
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span {
	position: static;
	z-index: auto;
	text-indent: 0;
}
.color_black #tmp_means .means_inner > li > a > span,
.color_blue #tmp_means .means_inner > li > a > span,
.color_yellow #tmp_means .means_inner > li > a > span {
    padding-left: 0;
}
.color_black #tmp_sma_search .sch_ttl label,
.color_blue #tmp_sma_search .sch_ttl label {
    background-image: url(/site/shared/site_okuyamato/images/icon/icon_sch_yl.png) !important;
}
.color_yellow #tmp_sma_search .sch_ttl label {
    background-image: url(/site/shared/site_okuyamato/images/icon/icon_sch_bl.png) !important;
}
.color_black #tmp_sma_search .sch_box input::placeholder,
.color_blue #tmp_sma_search .sch_box input::placeholder {
	color: #ffffff;
}
.color_yellow #tmp_sma_search .sch_box input::placeholder {
	color: #0000FF;
}
.color_black #tmp_footer .pnavi a,
.color_blue #tmp_footer .pnavi a {
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_back_top_yl.png) !important;
}
.color_yellow #tmp_footer .pnavi a {
	background-image: url(/site/shared/site_okuyamato/images/icon/icon_back_top.png) !important;
}
.color_black .footer_logo > p,
.color_blue .footer_logo > p,
.color_yellow .footer_logo > p {
    width: auto;
    height: auto;
}
.fsize_big2 #tmp_means .means_inner > li > a {
	letter-spacing: 0;
}
.fsize_big2.color_black #tmp_means .means_inner > li > a,
.fsize_big2.color_blue #tmp_means .means_inner > li > a,
.fsize_big2.color_yellow #tmp_means .means_inner > li > a {
	min-width: 118px;
}
.fsize_big2 #tmp_sma_search .wrap_sch_box {
	width: 240px;
}
.fsize_big2 #tmp_sma_search .sch_box input {
	padding-right: 5px;
	padding-left: 23px;
}
/* accessibility header footer end */

.color_black #tmp_contents a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_yl.png) !important;
}
.color_yellow #tmp_main a[rel*="external"]:after,
.color_yellow #tmp_contents a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_bl.png) !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;
}
/* ==================================================
hover
================================================== */
#tmp_means .means_inner > li > a,
#tmp_gnavi .gnavi > li > a,
#tmp_gnavi .drop_down_inner a,
.fnavi li > a {
	text-decoration: none;
}
#tmp_hnavi_mmenu > a:focus-visible,
#tmp_means .means_inner > li > a:focus-visible,
#tmp_gnavi .gnavi > li > a:focus-visible {
	outline-offset: -1px;
}
#tmp_gnavi .gnavi > li > a:focus-visible::before {
	z-index: -1;
}
#tmp_means .means_inner > li > a:hover,
#tmp_sma_search .sch_btn input:hover,
.fnavi li > a:hover {
	text-decoration: underline;
}
#tmp_gnavi .gnavi > li > a:after {
	content: '';
	height: 1px;
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 0;
	opacity: 0;
	background-color: #ffffff;
}
#tmp_gnavi .gnavi > li.is_hover > a:after,
#tmp_gnavi .gnavi > li.active > a:after {
	opacity: 1;
}
#tmp_gnavi .gnavi > li > a:focus-visible:after {
	content: none;
}
#tmp_gnavi .drop_down_inner a:after,
.wrap_sma_sch .menu_list li a:after {
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	opacity: 0;
	background-color: #3b3e34;
	transition: 0.3s opacity ease-in-out;
}
#tmp_gnavi .drop_down_inner a:hover:after,
.wrap_sma_sch .menu_list li a:hover:after {
	opacity: 1;
}
/* ==================================================
font
================================================== */
#tmp_pankuzu,
#tmp_means .means_inner > li > a,
#tmp_sma_search .wrap_sch_box,
.splide_common .splide__toggle,
.fnavi li > a,
.copyright,
.wrap_sma_sch .close_btn a {
	font-size: 87.5%; /* 14px */
}
#tmp_gnavi .drop_down_inner li,
.splide_common .splide__progress p{
	font-size: 100%; /* 16px */
}
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_gnavi .gnavi > li > a {
	font-size: 112.5%; /* 18px */
}
.wrap_sma_sch .menu_ttl {
	font-size: 125%; /* 20px */
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p{
	font-size: 137.5%; /* 22px */
}
.splide_common .splide__progress .progress_current {
	font-size: 150%; /* 24px */
}
#tmp_hlogo h1,
#tmp_hlogo p,
.footer_logo > p {
	font-size: 156.2%; /* 25px */
}
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_inquiry_ttl,
#tmp_hlogo h1,
#tmp_hlogo p,
.footer_logo > p,
.splide_common .splide__toggle,
.splide_common .splide__progress p,
.wrap_sma_sch .menu_ttl {
	font-weight: bold;
}
#tmp_gnavi .gnavi > li > a,
#tmp_gnavi .drop_down_inner a,
.wrap_sma_sch .menu_list li a {
	font-weight: 600;
}
/* ==================================================
noJS
================================================== */

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

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.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 */
}