@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
	.custom_nenpyou #tmp_contents .outline img {
		max-width: 40%;
	}
}
@media screen and (min-width : 641px) and (max-width: 1195px) {
	#tmp_header .means_list{
		gap: 0 7px;
	}
	#tmp_sma_search{
		margin-left: 5px;
	}
	#tmp_header .mainsite_link,
	#tmp_hnavi_s{
		margin-left: 8px;
	}
}
@media screen and (min-width : 641px) and (max-width: 1160px) {
	#tmp_means #tmp_sma_setting.wrap_sma_sch{
		text-align: left;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
body {
	font-size: 100%;
}
.show_sp{
	display: block;
}
.show_pc{
	display: none;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
	background-image: url(/shared/site_heiwa/images/main/bg_top_end_sp.jpg);
}
.container{
	padding: 0 20px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
.format_top #tmp_main{
	background-image: url(/shared/site_heiwa/images/main/bg_btm_sp.jpg)
}
.format_top #tmp_wrapper{
   	background-image: url(/shared/site_heiwa/images/main/bg_top_sp.png)
}
#tmp_wrap_main{
	background-image: url(/shared/site_heiwa/images/main/bg_end_wrap_sp.jpg);
	background-position: left bottom;
	background-size: 100% auto;
	padding-bottom: 81px;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi {
	display:none;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
	min-height: 300px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	min-height: 76px;
	z-index: 100;
	padding: 0;
	border-bottom: 2px solid #666666;
}
#tmp_header > .container{
	padding: 0;
}
#tmp_header .header_means{
	padding-top: 0;
}
#tmp_header .header_means .means_inner{
	background-color: transparent;
	align-items: flex-start;
	padding-left: 0;
}
#tmp_hlogo {
	padding:13px 0 0;
	margin-left: 6px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:222px;
	height:43px;
	background-image: url(/shared/site_heiwa/images/header/hlogo_sp.png);
}
#tmp_hlogo a {
	width:222px;
	height:43px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:222px;
	height:43px;
}
#tmp_hnavi_s{
	margin-left: 0;
}
#tmp_hnavi_setting{
	display: none;
}
#tmp_header .means_list{
	padding-top: 0;
}
#tmp_hnavi_s > ul > li > a,
.means_list > li > a{
	width: 59px;
	min-height: 74px;
	font-size: 68.7%;
	line-height: 1.2;
}
.means_list > li#tmp_hnavi_lang > a,
#tmp_hnavi_s > ul > li > a{
	min-width: 0;
}
.means_list > li#tmp_hnavi_lang > a{
	word-break: break-all;
	padding-top: 10px;
}
#tmp_hnavi_s > ul > li > a{
	border-radius: 0;
	padding-top: 11px;
}
.means_list > li > a{
	background-color: #ffffff;
	width: 64px;
	padding-top: 10px;
}
.means_list > li > a.active:after{
	content: none;
}
#tmp_hnavi_s > ul > li > a > span{
	background-image: url(/shared/site_heiwa/images/header/menu_search_icon.png);
	background-size: 19px auto;
	padding-top: 26px;
}
.means_list > li#tmp_hnavi_lang > a > span{
	padding-left: 0;
	padding-top: 25px;
	background-image: url(/shared/site_heiwa/images/header/setting_icon_sp.png);
	background-position: top center;
	background-size: 18px auto;
}
#tmp_hnavi_s > ul > li > a.active:before,
#tmp_hnavi_s > ul > li > a.active:after{
	content: none;
}
#tmp_hnavi_s > ul > li > a.active > span,
#tmp_means .means_list > li > a.active > span {
    background-image: url(/shared/site_heiwa/images/header/close_icon_sp.png);
	background-size: 15px;
	background-position: center 1px;
    padding-left: 0;
	padding-top: 34px;
}
#tmp_hnavi_s > ul > li > a.active > span{
	background-position: center 6px;
	padding-top: 39px;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 800;
    background: #ffffff;
    color: #222222;
}
.spmenu_open:not(.setting):before {
	content: "";
	min-height: calc(100% - 76px);
	height: calc(100% - 76px);
	width: 100%;
	position: absolute;
	top: 76px;
	left: 0;
	z-index: 99;
	background-color: rgb(51, 51, 51, 0.5);
}
.wrap_sma_sch .close_btn{
	border-color: #d6d6d6;
}
.wrap_sma_sch .close_btn > a{
	font-size: 87.5%;
	padding-top: 23px;
    padding-bottom: 23px;
	padding-left: 9px;
}
.wrap_sma_sch .close_btn > a > span{
    display: inline-block;
    color: inherit;
    background: transparent url(/shared/site_heiwa/images/header/close_btn_icon_sp.png) no-repeat left 1px;
	background-size: 15px auto;
    padding-left: 23px;
}
#tmp_sma_rmenu{
	top: calc(100% + 2px);
}
#tmp_means .wrap_sma_sch{
	z-index: 102;
	left: 0;
    transform: none;
	top: calc(100% + 2px);
}
#tmp_means #tmp_sma_lang.wrap_sma_sch{
	padding-left: 0;
}
#tmp_means .wrap_sma_sch .close_btn{
	display: block;
}
#tmp_means .wrap_sma_sch .sma_sch_inner,
#tmp_sma_rmenu .sma_sch_inner{
	border-radius: 0;
	border: none;
}
#tmp_means #tmp_sma_lang .sma_sch_inner{
	width: 100%;
	margin-top: 0;
	padding: 11px 10px 0;
}
#tmp_sma_rmenu .sma_sch_inner{
	padding: 33px 10px 0;
}
#tmp_means .wrap_sma_sch .sma_sch_inner:before,
#tmp_means .wrap_sma_sch .sma_sch_inner:after{
	content: none;
}
/* link common */
#tmp_header .box_lang_list > ul > li > a,
#tmp_sma_rmenu ul.sitemap_list > li > a{
	background-image: url(/shared/site_heiwa/images/icon/arrow_icon_sp.png);
	background-size: 16px auto;
	background-position: left 2px;
	padding-left: 24px;
}
#tmp_header .box_lang_list > ul > li > a{
	font-size: 100%;
}
/* lang menu */
#tmp_header .setting_list,
#tmp_header .box_lang_list > ul{
	display: block;
}
#tmp_header .setting_list,
#tmp_header .box_lang_list,
#tmp_header .wrap_mc_pc{
	position: relative;
	padding-left: 12px;
}
#tmp_header .setting_list:before,
#tmp_header .box_lang_list:before,
#tmp_header .wrap_mc_pc:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #333333;
}
#tmp_header .box_lang_list,
#tmp_header .setting_list{
	border-bottom: 1px solid #d6d6d6;
}
#tmp_header .setting_list{
	padding-top: 4px;
	padding-bottom: 22px;
	margin-bottom: 15px;
}
#tmp_header .setting_list:before{
	bottom: 13px;
}
#tmp_header .setting_list > li{
	margin-right: 0 !important;
	margin-bottom: 12px;
}
#tmp_header .setting_list > li:last-child{
	margin-bottom: 0;
}
#tmp_header .setting_list > li.webread{
	margin-bottom: 18px;
}
#tmp_header .setting_list > li > a{
	font-size: 100%;
	background-size: 16px auto;
	padding-left: 24px !important;
}
#tmp_header .setting_list > li.func_size > a{
	background-image: url(/shared/site_heiwa/images/header/fsize_icon_sp.png);
	background-position: left 4px;
}
#tmp_header .setting_list > li.func_furi > a{
	background-image: url(/shared/site_heiwa/images/header/furi_icon_sp.png);
    background-position: left 4px;
}
#tmp_header .box_lang_list{
	padding-bottom: 8px;
	margin-bottom: 12px;
}
#tmp_header .box_lang_list:before{
	top: 4px;
    bottom: 14px;
}
#tmp_header .box_lang_list .lang_ttl{
	min-width: 20px;
	font-size: 112.5%;
	padding-left: 28px;
	color: #222222;
	background: #ffffff url(/shared/site_heiwa/images/header/lang_icon_sp.png) no-repeat left 3px;
	background-size: 17px auto;
	margin-bottom: 23px;
}
#tmp_header .box_lang_list > ul > li{
	margin-bottom: 22px;
}
#tmp_header .box_lang_list > ul > li.back_btn{
	padding-left: 0;
}
#tmp_header .box_lang_list > ul > li.back_btn:before{
	content: none;
}
#tmp_header .box_lang_list > ul > li.back_btn > a {
    background-image: url(/shared/site_heiwa/images/header/return_icon_sp.png);
	background-size: 15px auto;
    padding-left: 25px;
}
/* rmenu */
#tmp_sma_rmenu .smenu_link{
	margin-bottom: 35px;
}
#tmp_sma_rmenu ul.sitemap_list{
	display: block;
}
#tmp_sma_rmenu ul.sitemap_list > li{
	width: 100%;
	border-bottom: 1px solid #333333;
	padding: 15px 12px 13px;
}
#tmp_sma_rmenu ul.sitemap_list > li:first-child{
	border-top: 1px solid #333333;
}
#tmp_sma_rmenu ul.sitemap_list > li:after,
#tmp_sma_rmenu ul.sitemap_list > li:nth-child(3n+1):before{
	content: none;
}
#tmp_header .mainsite_link{
	margin-left: 0;
	margin-bottom: 48px;
}
#tmp_header .mainsite_link a{
	display: block;
	font-size: 100%;
	background-image: url(/shared/site_heiwa/images/header/mainsite_icon_sp.png);
	background-size: 24px auto;
	border: 1px solid #969696;
	border-radius: 25px;
	padding: 14px 53px 12px;
	background-position: 17px center;
}
#tmp_sma_search{
	margin-bottom: 35px;
	margin-left: 0;
}
#tmp_sma_search .wrap_sch_row{
	width: 100%;
	display: block;
}
#tmp_sma_search .sch_box input{
	height: 50px;
	border: 1px solid #333333;
	border-radius: 25px;
	background-position: 47px center !important;
	background-size: 105px auto !important;
	padding-left: 42px;
	padding-right: 75px;
}
#tmp_sma_search .sch_btn {
	position: absolute;
	right: -1px;
	top: 0;
	width: 73px;
	bottom: 0;
}
#tmp_sma_search .sch_ttl label{
	left: 17px;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image: url(/shared/site_heiwa/images/header/search_icon_sp.png);
	background-size: 100% auto;
	transform: translateY(-50%);
	margin-top: 2px;
}
#tmp_sma_search .sch_btn input{
	font-size: 100%;
	background-color: #333333;
	min-width: 73px;
	height: 100%;
	border-radius: 0 25px 25px 0;
}
.means_list > li > a:before,
#tmp_header .mainsite_link a > span:before ,
#tmp_hnavi_s > ul > li > a > span:before,
#tmp_header .box_lang_list > ul > li > a:before,
#tmp_sma_rmenu ul.sitemap_list > li > a:before,
.means_list > li:after{
	content: none;
}
#tmp_header .box_lang_list > ul > li > a:hover,
#tmp_sma_rmenu ul.sitemap_list > li > a:hover,
.wrap_sma_sch .close_btn > a:hover > span,
#tmp_header .setting_list > li > a:hover{
	text-decoration: none;
}
/* 読み上げボタン（伝えるウェブ） */
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start{
	background-image: url(/shared/site_heiwa/images/header/read_icon_sp.png);
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	font-size: 100%;
	border: none;
	padding-bottom: 0;
	background-position: 0px 6px;
	padding-left: 25px;
	padding-right: 14px;
	padding-top: 1px;
}
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control::before,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start::before{
	height: 17px;
	top: calc(50% - 7px);
	background: #333333;
	margin-top: -1px;
}
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control::after,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start::after,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-config::after{
	content: none;
	text-decoration: none;
}
/* 読み上げ設定ボタン（伝えるウェブ） */
.webread-speech-buttons .webread-button-speech-config{
	padding-left: 11px;
}
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-config{
	font-size: 100%;
	border: none;
	padding-bottom: 0;
}
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start:hover,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-config:hover{
	cursor: pointer;
	text-decoration: none;
}
/* webread-config（読み上げ設定）
================================================== */
.webread-config-body dl dt {
	font-weight: bold;
	float: none;
	width: auto;
	margin: 0px 0px 0.5em 0px;
	text-align: left;
}
.webread-config-body dl dd {
	margin: 0px 0px 1em 0px;
	white-space: normal;
}
/* gnavi
================================================== */
#tmp_gnavi {
	display:none;
}

/* pankuzu
================================================== */
#tmp_pankuzu{
	line-height: 1.9;
	font-size: 87.5%;
    margin-top: 34px;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
#tmp_print{
	display: none;
}
#tmp_update,
#tmp_pageid{
	font-size: 75%;
	display: block;
	line-height: 1.7;
	margin-top: 0;
}
#tmp_update > span {
    margin-left: 10px;
	display: inline-block;
}
#tmp_wrap_custom_update{
	padding-top: 1px;
	margin: 0;
	min-height: auto;
	text-align: right;
}
#tmp_custom_update{
	padding-bottom: 0;
}
#tmp_pageid{
	margin-bottom: 1px;
}
/* gmap_link
================================================== */
#tmp_gmap_link{
	margin-bottom: 40px;
}
#tmp_gmap_link a{
	padding: 6px 27px 2px 30px;
}
#tmp_gmap_link span{
	padding: 5px 0 5px 25px;
	background-image: url(/shared/site_heiwa/images/icon/arrow_icon_sp.png);
	background-size: 16px auto;
    background-position: 1px 10px;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin-top: 40px;
	padding: 18px 2px 26px 16px;
	margin-bottom: 31px;
}
#tmp_inquiry_ttl{
	padding: 2px 5px 1px 45px;
	background-image: url(/shared/site_heiwa/images/icon/inquiry_ttl_sp.png);
	background-size: 35px auto;
	background-position: 0 7px;
	display: flex;
	align-items: center;
	min-height: 53px;
}
#tmp_inquiry_ttl p,
#tmp_inquiry_ttl h2{
	font-size: 112.5%;
	line-height: 1.4;
}
#tmp_inquiry_cnt {
    padding-left: 1px;
}
#tmp_inquiry_cnt p {
    margin-bottom: 2px;
}
#tmp_inquiry_cnt .inq_phone p {
	display: block;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 19px;
	padding-right: 15px;
}
#tmp_inquiry_cnt .inquiry_btn input{
	max-width: 230px;
	width: 100%;
	min-width: 0;
	padding: 12px 20px 8px 40px;
	background-image: url(/shared/site_heiwa/images/icon/arrow_icon_sp.png);
	background-size: 16px auto;
    background-position: 23px 15px;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
.format_free .wrap_col_rgt_navi{
	width: 100%;
}
#tmp_rnavi {
    margin: 30px 0 35px;
}
#tmp_rnavi_ttl h2{
	font-size: 131.2%;
}
#tmp_rnavi_ttl {
    margin-bottom: 9px;
}
#tmp_rnavi_cnt .rnavi_ctg_ttl{
	font-size: 112.5%;
	padding-bottom: 18px;
	background-image: url(/shared/site_heiwa/images/main/rnavi_bg_sp.png);
}
#tmp_rnavi_cnt .rnavi_ctg_ttl a{
	padding-bottom: 18px;
	margin-bottom: -18px;
	background-image: url(/shared/site_heiwa/images/icon/arrow_icon_wh_sp.png);
	background-size: 16px auto;
	background-position: 17px 23px;
	padding-left: 39px;
}
#tmp_rnavi_cnt .rnavi_ctg_inner ul li a{
	font-size: 100%;
	padding-top: 17px;
	background-image: url(/shared/site_heiwa/images/icon/arrow_icon_sp.png);
	background-size: 16px auto;
    background-position: 17px 19px;
	padding-left: 41px;
}
#tmp_rnavi_cnt .btn_more a{
	font-size: 93.7%;
	padding: 18px 0 15px;
}
#tmp_rnavi_cnt .btn_more a:after{
	width: 16px;
	height: 16px;
	background-image: url(/shared/site_heiwa/images/icon/arrow_plus_sp.png);
	margin-left: 4px;
}
#tmp_rnavi_cnt .btn_more a.hide:after{
	background-image: url(/shared/site_heiwa/images/icon/arrow_minus_sp.png);
}
/* pnavi
================================================== */
.pnavi,
.pnavi a,
.pnavi span {
    width: 117px;
	height: 47px;
}
.pnavi{
	top: auto;
	bottom: calc(100% + 1px);
}
.pnavi a:before {
	background-image: url(/shared/site_heiwa/images/footer/ptop_bg_sp.png);
}
.pnavi a:after{
	width: 31px;
    height: 25px;
	background-image: url(/shared/site_heiwa/images/footer/ptop_txt_sp.png);
	margin-left: -1px;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
.wrap_mc_pc{
	padding-top: 10px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}
.wrap_mc_pc #tmp_switch_pc_style{
	text-decoration: none;
	min-height: 20px;
	color: #222222;
	background: #ffffff url(/shared/site_heiwa/images/icon/switch_pc_icon.png) no-repeat left 7px;
	background-size: 15px auto;
	padding-left: 22px;
	padding-top: 3px;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	padding-bottom: 35px;
}
#tmp_footer .footer_cnt{
	display: block;
	font-size: 100%;
	padding-top: 0;
}
#tmp_footer .footer_lft,
#tmp_footer .footer_mid,
#tmp_footer .footer_rgt{
	width: 100%;
}
#tmp_footer .footer_lft{
	border-left: none;
}
.footer_cnt .footer_info {
	padding: 39px 0 37px;
    border-left: none;
}
.footer_cnt .footer_logo {
    min-height: 54px;
    font-size: 143.8%;
	background-position: 0 0;
	background-image: url(/shared/site_heiwa/images/footer/footer_logo_sp.png);
    background-size: 52px auto;
    margin-bottom: 11px;
    padding: 7px 0 0 67px;
}
#tmp_footer .footer_mid{
    padding: 5px 0 0;
	margin-bottom: 30px;
}
.footer_cnt .footer_button li{
	margin-bottom: 20px;
}
.footer_cnt .footer_button li a {
	max-width: 100%;
    padding: 18px 15px 16px 62px;
}
.footer_cnt .footer_button li.btn_access a {
	background-image: url(/shared/site_heiwa/images/footer/access_icon_sp.png);
	background-position: 24px 16px;
	background-size: 23px auto;
}
.footer_cnt .footer_button li.btn_guide a {
	background-image: url(/shared/site_heiwa/images/footer/guide_icon_sp.png);
	background-position: 22px 18px;
    background-size: 27px auto;
}
.footer_cnt .footer_button li.btn_contact a {
	background-image: url(/shared/site_heiwa/images/footer/contact_icon_sp.png);
	background-position: 22px 18px;
    background-size: 25px auto;
}
/* fnavi */
.footer_cnt {
	padding:0 10px;
	clear:both;
}
.footer_cnt address {
	font-style:normal;
	font-size: 87.5%;
}
.footer_cnt address p {
    margin-bottom: 5px;
    line-height: 1.7;
}
.fnavi{
	padding: 11px 8px 12px;
}
.fnavi li {
    margin-bottom: 15px;
}
#tmp_footer .footer_note{
	text-align: left;
	font-size: 87.5%;
	line-height: 1.7;
	padding-left: 0;
	margin-bottom: 17px;
}
.copyright {
	text-align:center;
	font-size: 87.5%;
	clear:both;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls{
	margin-top: 20px;
}
.splide_common .splide__arrow{
	width: 41px;
	height: 41px;
	background-size: 11px auto;
}
.splide_common .splide__arrow--prev {
    background-image: url(/shared/site_heiwa/images/icon/icon_arrow_prev_sp.png);
	background-position: 13px center;
}
.splide_common .splide__arrow--next {
    background-image: url(/shared/site_heiwa/images/icon/icon_arrow_next_sp.png);
	background-position: right 13px center;
}
.splide_common .splide__arrow:hover{
	color: #ffffff;
	background-color: #222222;
}
.splide_common .splide__arrow.splide__arrow--prev:hover{
	background-image: url(/shared/site_heiwa/images/icon/icon_arrow_prev_sp.png);
}
.splide_common .splide__arrow.splide__arrow--next:hover{
	background-image: url(/shared/site_heiwa/images/icon/icon_arrow_next_sp.png);
}
.splide_common .splide__toggle{
	width: 41px;
	height: 41px;
	margin-left: 14px;
	margin-right: 3px;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after{
	margin-top: 0;
	height: 15px;
}
.splide_common .splide__toggle:after {
    margin-left: 3px;
}
.splide_common .splide__toggle:not(.is-active):before{
	margin-left: 1px;
	border-width: 8px 0 8px 9px;
}
.splide_common .splide__progress{
	padding-right: 15px;
}
.splide_common .splide__progress .progress_current{
	min-width: 30px;
	font-size: 162.5%;
}
.splide_common .splide__progress .progress_total{
	min-width: 35px;
	padding-left: 17px;
}
.splide_common .splide__progress .progress_total:before{
	height: 20px;
    left: 9px;
    top: -6px;
}
/* common style
================================================== */
/* Simple link */
.simple_link > a{
    background-image: url(/shared/site_heiwa/images/icon/arrow_icon_sp.png);
	background-size: 16px auto;
    padding-left: 23px;
	background-position: left 3px;
}
.simple_link > a:hover{
	text-decoration: none;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}


/* tmp_means
================================================== */

/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_inquiry_ttl,
.color_black #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl{
	padding-left: 0;
}
.color_blue #tmp_header .setting_list:before,
.color_black #tmp_header .setting_list:before,
.color_yellow #tmp_header .setting_list:before,
.color_blue #tmp_header .box_lang_list:before,
.color_black #tmp_header .box_lang_list:before,
.color_yellow #tmp_header .box_lang_list:before,
.color_blue #tmp_header .wrap_mc_pc:before,
.color_black #tmp_header .wrap_mc_pc:before,
.color_yellow #tmp_header .wrap_mc_pc:before{
	content: none;
}
.color_blue #tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control::before,
.color_black #tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control::before,
.color_yellow #tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control::before,
.color_blue #tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start::before,
.color_black #tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start::before,
.color_yellow #tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start::before{
	background: #FFFF00;
}
.color_blue #tmp_sma_search .sch_ttl label,
.color_black #tmp_sma_search .sch_ttl label{
	background-image: url(/shared/site_heiwa/images/header/search_icon_wht_sp.png) !important;
}
.color_yellow #tmp_sma_search .sch_ttl label{
	background-image: url(/shared/site_heiwa/images/header/search_icon_sp.png) !important;
}

.fsize_small #tmp_header .box_lang_list .lang_ttl{
	background-position: left top;
}
.fsize_big #tmp_sma_search{
	margin-left: 0;
}
.fsize_big #tmp_header .mainsite_link,
.fsize_big #tmp_hnavi_s{
	margin-left: 0;
}

.no_javascript #tmp_sma_search,
.no_javascript #tmp_header .mainsite_link{
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}
@media screen and (max-width : 358px) {
	#tmp_hlogo h1,
	#tmp_hlogo p,
	#tmp_hlogo a,
	#tmp_hlogo h1 span,
	#tmp_hlogo p span{
		width: 185px;
		height: 36px;
	}
	#tmp_hnavi_s > ul > li > a,
	.means_list > li > a{
		width: 55px;
	}
}