@charset "utf-8";
@media screen and (max-width : 1260px) {
#tmp_wrapper {
	min-width: inherit;
	width: 100%;
}
.container {
	width: 100%;
}
}
@media screen and (max-width : 1110px) {
/*
.format_free #tmp_sma_browsing {
	right: 304px;
}
.format_free #tmp_sma_lang {
	right: 165px;
}
#tmp_hnavi_search .wrap_sch_row {
	width: 200px;
}
#tmp_hnavi_search .wrap_header_search {
    margin-left: 7px;
}
#tmp_hnavi_lang a {
	width: 170px;
}
*/
.gnavi {
	padding: 23px 3px;
}
.gnavi > li > a {
	font-size: 72.2%;
	padding:0;
}
.gnavi > li > a:before {
	bottom: -7px;
}
#tmp_special_notice .special_notice {
	padding: 33px 20px 11px;
}
#tmp_special_notice .notice_md .notice_media {
    flex: 0 0 62%;
    padding-left: 30px;
}
#tmp_special_notice .notice_banner .banner_img,
#tmp_special_notice .notice_banner .banner_txt {
	width: 50%;
}
#tmp_special_notice .notice_link li:nth-child(n) {
	padding: 20px 8px 12px;
    flex: 1;
}
#tmp_special_notice .notice_link br {
    display: none;
}
.footer_cnt .footer_button li a {
	display: block;
	min-width: auto;
}
}
@media screen and (max-width : 920px) {
/*
.format_free #tmp_hnavi_means {
	display: block;
	text-align: right;
	padding-bottom: 10px;
}
.format_free #tmp_sma_browsing,
.format_free #tmp_sma_lang {
	top: -52px;
	right: 0;
}
.format_free #tmp_hnavi_means li a:before {
	top: 31px;
}
#tmp_hnavi_search .wrap_sch_row {
	width: 270px;
}
*/

}
@media screen and (max-width : 833px) {
	#tmp_sma_setting{
		margin-left: 50px;
	}
}
@media screen and (min-width : 641px) and (max-width : 800px) {
#tmp_wrapper {
	min-width: 800px;
}
}
@media screen and (max-width: 640px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
}
.container{
	padding: 0 8px;
	width: 100%;
}
.view_pc {
	display:none;
}
.view_sp {
	display:block;
}

/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
	padding-bottom:20px;
}
/* format-layout
================================================== */
.wrap_col_rgt_navi,
.column_rnavi .wrap_col_main {
	float:none;
}
.col_main {
	padding:0;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi{
	width: 100%;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
.custom_idx .wrap_col_main{
	margin-bottom: 13px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position: relative;
	padding: 12px 0 22px;
	margin:0;
	background-color: #ffffff;
	color:inherit;
	z-index: 9999;
}
#tmp_header.type2 {
	padding: 12px 0 22px;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	width: 121px;
	height: 54px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background-image: url(/shared/images/header/hlogo_sp.png);
	font-size: 200%;
}
.type2 #tmp_hlogo h1,
.type2 #tmp_hlogo p {
	background-image: url(/shared/images/header/hlogo_sp2.png);
	width: 121px;
	height: 54px;	
}

/* setting
================================================== */
#tmp_hnavi_lang_wrapper{
	position: static;
}
#tmp_hnavi_setting{
	display: none;
}
#tmp_setting {
	float: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 180px;
	height: 74px;
	padding-left: 0;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
#tmp_hnavi_search,
#tmp_sma_means {
	display: none !important;
}
#tmp_hnavi_lang,
#tmp_hnavi_func,
#tmp_hnavi_emergency {
	display: block;
	position: absolute;
	top: 0;
}
#tmp_hnavi_lang,
#tmp_hnavi_func {
	right: 60px;
	margin-left: 0;
	padding-top: 0;
}
#tmp_hnavi_emergency {
	right: 0;
	margin-left: 0;
    padding-top: 0;
}
#tmp_hnavi_lang a,
#tmp_hnavi_func a,
#tmp_hnavi_emergency_btn a {
	width: 57px;
	height:73px;
	min-width:auto;
	display:block;
	font-size: 0.75rem;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	background-repeat:no-repeat;
	background-position:center 10px;
}
#tmp_hnavi_emergency_btn a {
	padding-bottom: 5px;
	overflow-wrap: anywhere;
}
#tmp_hnavi_lang a,
#tmp_hnavi_func a {
	color: #333333;
	background-image: url(/shared/images/icon/icon_gear.png);
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
	padding-top: 34px;
	border-bottom: none;
	background-position: center 12px;
	width: 58px;
	padding-left: 1px;
	padding-right: 0;
}
#tmp_hnavi_emergency_btn a {
	background-image:url(/shared/images/icon/icon_alert_sp.png);
	-webkit-background-size:22px auto;
	-moz-background-size:22px auto;
	background-size:22px auto;
	padding-top: 42px;
}
#tmp_hnavi_lang a.active,
#tmp_hnavi_func a.active,
#tmp_hnavi_emergency_btn a.active {
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;
	background-position:center 15px;
}
#tmp_hnavi_lang a.active,
#tmp_hnavi_func a.active {
	padding-top:44px;
	background-image:url(/shared/images/icon/icon_close_sp.png);
}
#tmp_hnavi_emergency_btn a.active {
	background-image:url(/shared/images/icon/icon_close_red_sp.png);
}
#tmp_hnavi_emergency:before {
	border-width: 0 9px 12px 9px;
	top: 78px;
	right: 24px;
}
#tmp_hnavi_emergency_btn a:after {
	top: 4px;
	left:0;
	bottom: 4px;
	width: 1px;
	height:auto;
	background-color: #d6d6d6;
}
#tmp_hnavi_search_sp a span,
#tmp_hnavi_lang a span,
#tmp_hnavi_func a span,
#tmp_hnavi_emergency_btn a span {
	background:none !important;
	padding:0 0 3px !important;
	position:relative;
	display:inline-block;
}
#tmp_hnavi_search_sp a.active span::before,
#tmp_hnavi_lang a.active span::before,
#tmp_hnavi_func a.active span::before,
#tmp_hnavi_emergency_btn a.active span::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:1px;
	border-bottom:1px solid;
}
#tmp_hnavi_search_sp a.active span::before{
	left: 1px;
	right: 2px;
	bottom: 2px;
}
#tmp_hnavi_search_sp a.active span::before,
#tmp_hnavi_lang a.active span::before,
#tmp_hnavi_func a.active span::before {
	border-bottom-color:#333333;
}
#tmp_hnavi_emergency_btn a.active span::before {
	border-bottom-color:#ab0b0b;
}
#tmp_hnavi_lang > a:after{
	display: none;
}
#tmp_hnavi_lang > a .sp{
	display: inline-block;
}
#tmp_hnavi_lang > a .pc{
	display: none;
}
.search_info{
	padding-bottom: 40px;
}
/* emergency
================================================== */
#tmp_sma_emergency {
	margin-bottom: 0;
	top: 88px;
	border-top: none;
}
#tmp_sma_emergency .emergency_wrapper {
    margin: 13px 0 11px;
    padding-left: 13px;
}
#tmp_sma_emergency .emergency_ttl {
	margin-bottom: 14px;
    padding-left: 32px;
	font-size: 112.5%;
	background-position: 0 3px;
}
#tmp_sma_emergency ul li a {
	font-size: 93.8%;
}
#tmp_sma_emergency .list_links li:not(:first-child) {
    margin-left: 30px;
}
#tmp_sma_emergency .list_links li a {
	padding-left: 27px;
	-webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
	background-position: 0 5px;
}
#tmp_hnavi_lang:before{
	display: none;
}
/* list_news（緊急情報）
================================================== */
#tmp_contents #tmp_em_list.list_news,
#tmp_sma_emergency .list_news {
	width:100% !important;
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
	margin-bottom: 40px;
}
#tmp_contents #tmp_em_list.list_news td,
#tmp_sma_emergency .list_news td {
	padding:9px 0;
	font-size:100%;
	vertical-align:top;
	text-align:left;
}
#tmp_contents #tmp_em_list.list_news td p,
#tmp_sma_emergency .list_news td p {
	margin:0 !important;
	line-height: 1.8;
}
#tmp_contents #tmp_em_list.list_news .info_label,
#tmp_sma_emergency .list_news .info_label {
	background:transparent url(/shared/images/icon/arr_link_red.png) no-repeat 0 5px;
	background-position: left center;
	padding: 9px 13px 9px 25px;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
	background-position: 0 13px;
	width: 130px;
}
#tmp_contents #tmp_em_list.list_news .info_label p,
#tmp_sma_emergency .list_news .info_label p {
	text-align:center;
	text-align:center;
	background-color:#c82023;
	color:#ffffff;
	padding:0 5px;
	line-height: 1.8;
	padding:2px 2px;
}
#tmp_contents #tmp_em_list.list_news .info_label p,
#tmp_sma_emergency .list_news .info_label p{
	font-size: 75%;
}
#tmp_contents #tmp_em_list.list_news .info_label p:empty,
#tmp_sma_emergency .list_news .info_label p:empty{
	display:none;
}
#tmp_contents #tmp_em_list.list_news .info_text p a,
#tmp_sma_emergency .list_news .info_text p a {
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 93.8%;
	line-height: 1.8;
}
#tmp_contents #tmp_em_list.list_news .info_text p a:hover,
#tmp_sma_emergency .list_news .info_text p a:hover,
#tmp_contents #tmp_em_list.list_news .info_text p a:focus,
#tmp_sma_emergency .list_news .info_text p a:focus {
	text-decoration: underline;
}
#tmp_contents #tmp_em_list.list_news td p a,
#tmp_sma_emergency .list_news td p a {
	color:#222222;
	background-color:transparent;
	text-decoration:none;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:absolute;
	width: 100%;
	min-height: 100%;
    z-index: 9999;
    background: #ffffff;
    color: #222222;
    position: absolute;
}
.spmenu_open::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	z-index:699;
	cursor:pointer;
}
.spmenu_open.setting_menu::before ,
.spmenu_open.emergency::before{
	content: none;
}
#tmp_sma_menu{
	padding-top: 22px;
}
.spmenu_open #tmp_sma_menu {
	position: relative;
	background-color: #ffffff;
	color: #222222;
	z-index: 9998;
}
#tmp_sma_smenu .close_btn,
#tmp_sma_rmenu .close_btn {
	text-align:center;
	font-size:75%;
	display: block;
	margin: 0 -10px;
	background-color: #ffffff;
}
#tmp_sma_smenu .close_btn a,
#tmp_sma_rmenu .close_btn a {
	display:block;
	text-decoration:none;
	background-color: #ffffff;
	color:#222222;
	padding: 19px 10px 17px;
}
#tmp_sma_rmenu .close_btn a span,
#tmp_sma_smenu .close_btn a span{
	border-bottom: 1px solid #333333;
	display: inline-block;
	padding-left: 20px;
	background: url(/shared/images/icon/icon_close_sp.png) 0 2px no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	padding-bottom: 4px;
}
#tmp_header{
	position: relative
}
#tmp_header:after{
	content: '';
	position: absolute;
	top: -100px;
	width: 30px;
	height: 17px;
	border: none;
	background:url(/shared/images/header/gray_triangle_sp.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	right: 72px;
}
#tmp_header:before{
	content: '';
	width: 100%;
	height: 17px;
	background:url(/shared/images/header/shadow_bg_sp.jpg) 0 0 repeat-x;
	position: absolute;
	left: 0;
	top: 71px;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
}
#tmp_header:before,
#tmp_header:after{
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
.smenu #tmp_header:before,
.smenu #tmp_header:after,
.rmenu #tmp_header:before,
.rmenu #tmp_header:after{
	opacity: 1;
	top: 71px
}
.smenu #tmp_header:after{
	right: 135px;
}
#tmp_hnavi_search_sp_wrapper{
	display: table;
}
#tmp_sma_smenu{
	overflow: hidden;
	position: absolute;
	top: 88px;
	padding: 18px 10px 0;
	background-color: #f1f5f7;
	color: #333333;
	display: none;
}
#tmp_hnavi_search_sp{
	font-size: 75%;
	display: table;
	position: relative;
}
#tmp_hnavi_search_sp:before{
	content: '';
	position: absolute;
	right: 0;
	border-right: 1px solid #d6d6d6;
	top: 5px;
	bottom: 5px;
}
#tmp_hnavi_search_sp a{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 39px 10px 13px;
	background: url(/shared/images/header/search_sp.png) center 13px no-repeat;
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	width: 60px;
	text-align: center;
}
#tmp_hnavi_search_sp a.active{
	background-image:url(/shared/images/icon/icon_close_sp.png);
}
#tmp_hnavi_means_items{
	border-left: 1px solid #333333;
	padding: 4px 0 9px;
	margin-bottom: 14px;
}
#tmp_hnavi_means_items li{
	font-weight: bold;
	padding-left: 10px;
	display: block;
	margin-left: 0;
}
#tmp_hnavi_means_items li + li{
	margin-top: 16px;
}
#tmp_hnavi_means_items li a{
	color: #333333;
	background-color: inherit;
	border: none;
	display: block;
}
#tmp_hnavi_means_items li a:after{
	display: none;
}
#tmp_hnavi_means_items li a span{
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 26px;
	display: inline-block;
	text-decoration: underline;
}
#tmp_hnavi_fsize a span {
	background-image: url(/shared/images/header/hnavi_fsize_sp.png);
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
}
#tmp_hnavi_furigana a span {
	background-image: url(/shared/images/header/hnavi_furigana_sp.png);
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
}
#tmp_sma_rmenu{
	background-color: #f1f5f7;
	top: calc(100% + 15px);
	padding: 17px 10px 0;
}
#tmp_sma_lang_list{
	border: none;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	float: none!important;
	min-width: 0;
	background-color: #f1f5f7;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 14px 10px 24px;
}
#tmp_sma_lang_list:before{
	content: '';
	position: absolute;
	border-left: 1px solid #333333;
	top: 18px;
	bottom: 15px;
	left: 0;
}
#tmp_sma_lang_list .sp_ttl{
	display: block;
	font-size: 112.5%;
	font-weight: bold;
	padding-left: 30px;
	color: #222222;
	background: #f1f5f7 url(/shared/images/header/hnavi_lang_sp.png) 2px 4px no-repeat;
	background-size: 17px auto;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	margin-bottom: 16px;
}
#tmp_sma_lang_list ul{
	font-size: 100%;
}
#tmp_sma_lang_list ul li{
	display: block;
	padding: 0
}
#tmp_sma_lang_list ul li + li{
	margin-top: 14px;
}
#tmp_sma_lang_list ul li.back_btn{
	padding-left: 0;
}
#tmp_sma_lang_list ul li.back_btn::before{
	display: none;
}
#tmp_sma_lang_list ul li.back_btn a{
	padding-left: 24px;
	background-image: url(/shared/images/icon/back_icon_sp.png);
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-position: 2px 8px;
}
#tmp_sma_lang_list ul li a {
	background-image: url(/shared/images/icon/arrow_icon_sp.png);
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	color: #222222;
	line-height: 1.4;
	background-position: 2px 11px;
	padding: 4px 0 4px 26px;
}
/* 読み上げボタン（伝えるウェブ） */
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start{
	background-image: url(/shared/images/header/hnavi_read_sp.png);
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	font-size: 100%;
	font-weight: bold;
	border:none;
	padding-bottom: 0;
	background-position: 0 3px;
	text-decoration: underline;
}
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-control::before,
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-start::before{
	width: 2px;
	height: 15px;
	bottom: 4px;
	background: #333333;
}
#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;
}
/* 読み上げ設定ボタン（伝えるウェブ） */
#tmp_hnavi_read .webread-speech-buttons .webread-button-speech-config{
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	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;
}
 /* 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;
}
/* special_notice
================================================== */
#tmp_special_notice .special_notice {
    margin-bottom: 30px;
    padding: 29px 9px 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#tmp_special_notice .notice_ttl h2 {
    font-size: 125%;
    letter-spacing: 1px;
}
#tmp_special_notice .notice_ttl br {
	display: block;
}
#tmp_special_notice .notice_description {
	line-height: 1.5;
}
#tmp_special_notice .notice_cnt {
    padding-top: 27px;
}
#tmp_special_notice .notice_md {
	display: block;
}
#tmp_special_notice .notice_md .notice_list {
	padding: 0 0 10px;
}
#tmp_special_notice .notice_md .notice_list li {
    margin-bottom: 15px;
    padding-left: 26px;
	background-position: 0 7px;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
    font-size: 93.8%;
}
#tmp_special_notice .notice_md .notice_media {
	padding: 0 15px;
}
#tmp_special_notice .notice_banner {
	display: block;
	margin-bottom: 24px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
#tmp_special_notice .notice_banner .banner_img,
#tmp_special_notice .notice_banner .banner_txt {
	display: block;
	width: 100%;
}
#tmp_special_notice .notice_banner .banner_txt {
    padding: 20px 32px 20px 20px;
    line-height: 1.9;
}
#tmp_special_notice .notice_link ul {
    display: block;
    padding: 0 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#tmp_special_notice .notice_link li:nth-child(n) {
	padding: 0;
	border: none;
	border-top: 1px solid #c4c4c4;
	text-align: left;
}
#tmp_special_notice .notice_link li:first-child {
	border-top:none;
}
#tmp_special_notice .notice_link a {
    display: block;
    padding: 13px 34px;
    font-size: 93.8%;
	background-position: 8px 17px;
	-webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
}

/* gnavi
================================================== */
.gnavi {
	justify-content:flex-start;
	flex-flow: row wrap;
	margin:16px 0 30px !important;
    padding: 0 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
.gnavi > li {
	display: block;
	text-align:left;
	width: 25%;
	flex-grow: 0;
	padding: 6px 0;
	border-left: none;
	border-top: 1px solid #ebebeb;
}
.gnavi > li:nth-child(-n+4) {
	border-top: none;
}
.gnavi > li > a {
	width: 100%;
    padding: 5px 8px;
    font-size: 87.5%;
	text-align: left;
	letter-spacing: -1px;
	align-items: center;
	height: 100%;
	min-height:60px;
	border-color: #ebebeb;
	justify-content: center;
	border-left: 1px solid rgba(142,142,142,0.3);
}
.gnavi > li:nth-child(4n) a {
	padding-right:3px;
}
.gnavi > li:nth-child(4n+1) a {
	border-left: none;
}
.gnavi > li:nth-child(8n) a {
	padding-right:8px;
}
.gnavi > li > a:before {
	display: none;
}
.gnavi > li > a:hover,
.gnavi > li > a:focus {
	text-decoration: underline;
}
.gnavi > li:before,
.gnavi > li:after {
	display: none;
}
.gnavi > li > a br{
	display: block;
}
.gnavi > li.glist5 a{
	padding-left: 6px;
}
/* article_search
================================================== */
.article_search {
    padding: 28px 0 40px;
}
#tmp_sma_smenu .article_search{
	padding: 8px 0 43px;
}
.article_search .article_search_change {
	padding: 0 10px;
}
.article_search .article_search_change input {
	margin-right: 7px;
}
.article_search .article_search_change li{
	margin-left: 0;
}
.article_search .article_search_change li:first-child {
    margin-right: 14px;
}
.article_search .article_search_change label {
	font-size: 100%;
}
.article_search fieldset {
    margin-bottom: 16px;
}
#tmp_sma_smenu .article_search fieldset{
	margin-bottom: 13px;
}
.article_search .sch_btn{
	margin-right: 20px;
}
.article_search .sch_btn input{
	width: 220px;
	height: 50px;
	font-size: 100%;
}
.article_search .sch_box label {
	top: 18px;
	left: 16px;
	width: 26px;
	height: 26px;
	background-image: url(/shared/images/icon/icon_search_sp.png);
	-webkit-background-size: 26px auto;
	-moz-background-size: 26px auto;
	background-size: 26px auto;
}
.article_search .sch_box input{
	padding-left: 54px;
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
.article_search .wrap_sch_box {
	margin-bottom: 17px;
}
.article_search .search_action{
	display: inline-block;
}
.article_search .search_method{
	display: inline-block;
	padding-top: 12px;
	font-size: 100%;
}
.article_search .search_method a{
	padding-left: 26px;
}
.popular_keyword .popular_ttl{
	margin-bottom: 12px;
	padding-left: 9px;
	font-size: 112.5%;
}
.popular_keyword  .popular_ttl:before{
	top: 2px;
	height: 24px;
}
.popular_keyword  .popular_cnt{
	font-size: 100%;
}
.popular_keyword{
	padding: 23px 5px 18px 11px;
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.popular_keyword  .popular_list li{
	padding: 9px 0;
	margin-right: 21px;
}
.popular_keyword  .popular_list li a{
	padding-left: 26px;
	background-position: 0 5px;
}
/* update
================================================== */
#tmp_custom_update {
	padding:0 0 10px;
}
#tmp_custom_update .custom_update2 {
	margin:0;
}
#tmp_print{
	display: none;
}
#tmp_pageid,
#tmp_update {
	font-size:75%;
	float:right;
	clear:both;
}
/* social_plugins */
.custom_update1 {
	text-align:center;
}
#tmp_social_plugins .social_media_btn {
	margin:0 5px;
}
/* pankuzu
================================================== */
#tmp_pankuzu{
	margin: 0 0 15px;
	font-size: 75%;
	line-height: 2.2;
}
.custom_idx #tmp_pankuzu {
	margin:0 0 40px;
}
.custom_event #tmp_pankuzu{
	margin-bottom: 15px;
	padding: 0 2px;
}
.custom_event #tmp_pankuzu .container{
	padding: 0;
}
.custom_event .gnavi{
	margin-bottom: 31px !important;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* style common
================================================== */
.new_list .new_date{
	font-size: 87.5%;
}
.new_list .new_link a{
	line-height: 1.7;
    font-size: 100%;
    background-image: url(/shared/images/icon/arrow_icon_sp.png);
    background-position: left 8px;
    background-size: 16px auto;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
}
.new_btn a{
	font-size: 87.5%;
	padding-left: 23px;
	background-image: url(/shared/images/icon/m_arrow_icon_sp.png);
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
.wrap_mc_pc #tmp_switch_pc_style span{
	padding-left: 0
}
#tmp_sma_rmenu .close_btn{
	display: block;
}
.wrap_mc_pc{
	font-weight: bold;
	border-left: 1px solid #333333;
	margin-top: 12px;
	padding: 11px 0 14px 9px;
	margin-bottom: 14px;
}
.wrap_mc_pc a{
	color: #333333;
	background: #f1f5f7 url(/shared/images/icon/switch_pc_mode.png) 0 7px no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	padding-left: 24px;
}
/* pnavi
================================================== */
.pnavi,
.pnavi a,
.pnavi span {
    width: 118px;
}
.pnavi a:before {
	top: 1px;
}
/* top_social
================================================== */
#tmp_top_social {
	margin: 45px auto 19px;
	display:block;
}
#tmp_top_social_ttl {
	display:block;
	text-align:center;
	padding:0 0 20px;
	font-size:100%;
}
#tmp_top_social_cnt {
	display:table;
	margin:0 auto;
}
#tmp_top_social_cnt li {
	width: 40px;
	margin: 0 16px 10px;
}
#tmp_top_social_cnt li img {
	width: 40px;
	height:40px;
}
#tmp_top_social_cnt li.sns_youtube{
	width: 42px;
}
#tmp_top_social_cnt .sns_youtube a img {
	width: 42px;
	height: 38px;
}
#tmp_top_social_cnt .sns_youtube {
	margin: 0 16px;
}
/*  publicity
================================================== */
#tmp_publicity {
	padding: 16px 0 11px 10px;
    border-left: 1px solid #333333;
}
#tmp_publicity_ttl {
	float:none;
	width:auto;
	padding:0 0 0 10px;
	margin:0 0 22px;
}
#tmp_publicity_ttl h2 {
	font-size: 112.5%;
	margin-bottom: 0;
	float:left;
}
#tmp_publicity_ttl .publicity_ads_btn {
	float: right;
	text-align: right;
	width: calc(100% - 5em);
}
#tmp_publicity_ttl .publicity_ads_btn a {
	padding-left: 25px;
	font-size: 87.5%;
}
#tmp_publicity_cnt {
	clear:both;
	padding: 0;
	float:none;
	width:auto;
	margin: 0;
}
#tmp_publicity_cnt ul {
	margin: 0 auto;
}
#tmp_publicity_cnt ul li {
	width: 160px !important;
	padding: 0 5px;
	margin:0 0 10px;
}
.format_top #tmp_publicity_cnt li:nth-child(5n+1),
.format_free #tmp_publicity_cnt li:nth-child(4n+1) {
	clear:none;
}
#tmp_publicity_cnt ul li a {
    display: block;
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}

/* ==================================================
footer
================================================== */
#tmp_footer {
	padding-bottom: 35px;
	margin-top: 72px;
}
.footer_cnt {
    padding: 0 10px;
    font-size: 100%;
}
.footer_lft,
.footer_mid,
.footer_rgt {
	float: none;
    width: 100%;
}
.footer_cnt .footer_info {
	padding: 44px 0 20px;
    border-left: none;
}
.footer_cnt .footer_logo {
    margin-bottom: 11px;
    padding: 7px 0 0 67px;
    font-size: 143.8%;
	background-position: 0 0;
	background: transparent url(/shared/images/footer/footer_logo_sp.png) no-repeat left top;
    -webkit-background-size: 52px auto;
    -moz-background-size: 52px auto;
    background-size: 52px auto;
    min-height: 54px;
}
.footer_cnt .footer_address address {
	font-size: 87.5%;
}
.footer_cnt address p {
    margin-bottom: 5px;
    line-height: 1.7;
}
.footer_mid {
    padding: 5px 0 0;
	margin-bottom: 30px;
}
.footer_cnt .footer_button li a {
    padding: 18px 15px 16px 62px;
}
.footer_cnt .footer_button li.btn_access a {
	background-position: 24px 16px;
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
    background-size: 22px auto;
}
.footer_cnt .footer_button li.btn_guide a {
	background-position: 22px 18px;
    -webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    background-size: 26px auto;
}
.footer_cnt .footer_button li.btn_contact a {
	background-position: 22px 18px;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}
.fnavi {
    padding: 11px 0 17px 8px;
}
.fnavi li {
    margin-bottom: 15px;
}
.fnavi a {
	background-position: 0 7px;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
}
.copyright {
    padding: 0;
    margin-top: 17px;
    font-size: 87.5%;
}
/* ==================================================
layout
================================================== */

/* rnavi
================================================== */
/* box ggmap */
#tmp_contents .box_gmap{
	margin: 33px 0 40px;
}
#tmp_contents #tmp_gmap_box a{
	padding: 12px 18px 14px;
	max-width: 320px;
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
/* inquiry */
#tmp_inquiry_ttl h2,
#tmp_feedback_ttl h2{
	font-size: 118.7%;
}
#tmp_inquiry{
	margin-bottom: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#tmp_inquiry #tmp_inquiry_ttl{
	padding: 16px 10px 9px 28px;
}
#tmp_inquiry #tmp_inquiry_ttl:before{
	bottom: -5px;
	width: 17px;
}
#tmp_inquiry #tmp_inquiry_cnt{
	padding: 0 14px 19px;
}
#tmp_inquiry .inquiry_btn input {
	padding: 9px 16px 9px;
	max-width: 100%;
	min-width: 220px;
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
/* feedback */
#tmp_feedback{
	margin-bottom: 32px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#tmp_feedback #tmp_feedback_ttl{
	padding: 16px 10px 8px 28px;
}
#tmp_feedback #tmp_feedback_ttl:before{
	bottom: -4px;
	width: 17px;
}
#tmp_feedback #tmp_feedback_cnt{
	padding: 0 14px 19px;
}
#tmp_feedback legend{
	line-height: 1.7;
}
#tmp_feedback fieldset >p{
	float: none;
}
#tmp_feedback fieldset >p input{
	width: 20px;
}
#tmp_feedback fieldset >p:not(:last-of-type){
	margin: 0 0 9px;
}
#tmp_feedback fieldset:not(:last-of-type){
	margin-bottom: 10px;
}
#tmp_feedback .submit{
	margin-top: 17px;
}
#tmp_feedback .submit input{
	padding: 9px 30px 5px;
	min-width: 220px;
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
/* rnavi
================================================== */
#tmp_rnavi_ttl h2{
	font-size: 131.2%;
}
#tmp_rnavi .rnavi_ctg{
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmp_rnavi .rnavi_ctg_ttl{
	padding: 17px 10px 15px 13px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#tmp_rnavi .rnavi_ctg_ttl a{
	margin: -17px -10px -15px -13px;
	padding: 17px 10px 15px 41px;
	background-position: 13px 21px;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	background-size: 18px auto;
}
#tmp_rnavi .rnavi_ctg_inner ul a{
	padding: 10px 16px 11px 38px;
	background-position: 14px 18px;
	font-size: 87.5%;
}
#tmp_rnavi .btn_more a{
	padding: 12px 20px 8px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size: 75%;
}
#tmp_rnavi .btn_more a:before{
	margin-right: 6px;
	width: 10px;
	height: 10px;
}
#tmp_rnavi .rnavi_other{
	padding: 0 15px;
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmp_rnavi .rnavi_other_inner{
	padding: 12px 0 9px;
}
#tmp_rnavi .rnavi_other_icon{
	width: 40px;
}
#tmp_rnavi .rnavi_other_des{
	padding-left: 14px;
}
/* rnavi_other
================================================== */
#tmp_rnavi_other {
	margin:0 0 53px;
}
#tmp_rnavi_other ul li a {
	padding: 9px 0;
}
#tmp_rnavi_other li .other_icon{
	width: 40px;
}
/* ==================================================
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%;
	padding: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;
	padding:0;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M {
	border-right: 0;
}
#tmp_contents table.col2,
#tmp_contents table.col2 thead,
#tmp_contents table.col2 tbody,
#tmp_contents table.col2 tfoot,
#tmp_contents table.col2 tr,
#tmp_contents table.col2 th,
#tmp_contents table.col2 td,
#tmp_contents table.col3,
#tmp_contents table.col3 thead,
#tmp_contents table.col3 tbody,
#tmp_contents table.col3 tfoot,
#tmp_contents table.col3 tr,
#tmp_contents table.col3 th,
#tmp_contents table.col3 td {
	display: block !important;
	width: 100% !important;
}
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;
	-webkit-box-sizing:border-box;/* Webkit */
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}


/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:30px;
	padding:31px 15px 4px;
	background:#f6f6f6 url(/shared/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px auto;
	overflow-x:auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 14px;
	font-size:75%;
	font-weight: bold;
	line-height:1.2;
}
.scroll_table_switch a {
	display:inline-block;
	border:1px solid #f1f5f7;
	padding:11px 9px 8px 69px;
	text-decoration:none;
	background:#ffffff url(/shared/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px auto;
	min-width:9em;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
	color:#333333;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* splide
================================================== */
.splide .splide__controls{
	padding:0 0 0 100px;
	display:table;
	margin:0 auto;
}
.splide .splide__toggle{
	width: 30px;
	height: 30px;
}
.splide .splide__toggle.is-active .splide__toggle__pause:before,
.splide .splide__toggle.is-active .splide__toggle__pause:after{
	margin-top: -4px;
	height: 9px;
	width: 2px;
}
.splide .splide__toggle.is-active .splide__toggle__pause:before{
	left: 9px;
}
.splide .splide__toggle.is-active .splide__toggle__pause:after{
	left: 14px;
}
.splide .splide__toggle .splide__toggle__play:before {
    margin: -5px 0 0 -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #333333;
}
.splide .splide__toggle:hover .splide__toggle__play:before{
	border-left: 8px solid #333333;
}
.splide .splide__arrow{
	top:0;
	width: 30px;
	height: 30px;
}
.splide .splide__arrow--next {
	right:auto;
	left:58px;
}
.splide .splide__arrow--prev:after,
.splide .splide__arrow--next:after {
	margin-top: -6px;
	width: 29px;
	height: 8px;
}
.splide .splide__arrow--prev:after{
	left: 9px;
	background-image:url(/shared/templates/top/images/icon/icon_prev_sp.png);
}
.splide .splide__arrow--next:after{
	right: 9px;
	background-image:url(/shared/templates/top/images/icon/icon_next_sp.png);
}
.splide .splide__progress{
	margin-left: 10px;
	padding-bottom: 0;
	vertical-align: middle;
}
.splide .splide__progress .progress_current{
	font-size: 150%;
	line-height: 1;
}
.splide .splide__progress .progress_total{
	padding-left: 18px;
	font-size: 100%;
	line-height: 1.2;
}
.splide .splide__progress .progress_total:before {
	left: 20px;
    top: 5px;
    font-size: 101%;
}
/* main_heading
================================================== */
.main_heading{
	margin-bottom: 22px;
}
.main_heading p,
.main_heading h2{
	font-size: 118.8%;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p {
	font-size: 2rem !important;
}
.color_blue #tmp_hnavi_lang,
.color_black #tmp_hnavi_lang,
.color_yellow #tmp_hnavi_lang,
.color_blue #tmp_hnavi_func,
.color_black #tmp_hnavi_func,
.color_yellow #tmp_hnavi_func {
	overflow: hidden;
}
.color_blue #tmp_hnavi_emergency_btn a:after,
.color_black #tmp_hnavi_emergency_btn a:after {
	background-color: #FFFF00;
}
.color_yellow #tmp_hnavi_emergency_btn a:after {
	background-color: #000000;
}
.color_blue #tmp_hnavi_emergency_btn a span:after,
.color_black #tmp_hnavi_emergency_btn a span:after {
	background-color: #FFFF00;
}
.color_yellow #tmp_hnavi_emergency_btn a span:after {
	background-color: #000000;
}
.color_blue .pnavi,
.color_black .pnavi,
.color_yellow .pnavi {
    top: -48px;
}
.color_blue #tmp_wrapper .article_search .sch_box label,
.color_black #tmp_wrapper .article_search .sch_box label {
	background-image: url(/shared/images/icon/icon_search_white_sp.png) !important;
}
.color_yellow #tmp_wrapper .article_search .sch_box label {
	background-image: url(/shared/images/icon/icon_search_sp.png) !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_hnavi_search_sp a,
.fsize_big #tmp_hnavi_search_sp a,
.fsize_big2 #tmp_hnavi_search_sp a,
.fsize_small #tmp_hnavi_lang a,
.fsize_big #tmp_hnavi_lang a,
.fsize_big2 #tmp_hnavi_lang a,
.fsize_small #tmp_hnavi_func a,
.fsize_big #tmp_hnavi_func a,
.fsize_big2 #tmp_hnavi_func a,
.fsize_small #tmp_hnavi_emergency_btn a,
.fsize_big #tmp_hnavi_emergency_btn a,
.fsize_big2 #tmp_hnavi_emergency_btn a {
    font-size: 0.75rem !important;
}
.fsize_small .footer_cnt .footer_button li a {
	background-position: 24px 15px;
}
.fsize_big #tmp_wrapper #tmp_inquiry .inquiry_parts .inquiry_btn,
.fsize_big2 #tmp_wrapper #tmp_inquiry .inquiry_parts .inquiry_btn{
	font-size: 1.4rem;
}
.fsize_small .new_list .new_link a {
	background-position: left 4px;
}
.fsize_big2 .new_list .new_link a {
	background-position: left 14px;
}
.fsize_big #tmp_wrapper .splide .splide__progress .progress_total:before {
    left: 22px;
	top: 8px;
}
.fsize_big2 #tmp_wrapper .splide .splide__progress .progress_total:before {
    left: 28px;
	top: 10px;
}
.fsize_big2 .article_search .search_method a {
	padding-bottom: 4px;
	background-position: left center;
}
.fsize_small #tmp_special_notice .notice_link a{
	background-position:  0 16px;
}
.fsize_big2 .article_search .sch_box input {
	font-size: 1rem;
}
.fsize_big .article_search .article_search_change label {
	font-size: 1rem;
}
.fsize_big2 .article_search .sch_btn input {
	width: 150px;
}
.no_javascript #tmp_hnavi_means,
#tmp_hnavi_means{
	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 : 380px) {
	.gnavi > li > a{
		font-size:75%;
	}
	.gnavi > li > a{
		padding: 5px 3px;
	}
}
@media screen and (max-width : 367px) {
	#tmp_top_social_cnt li,
	#tmp_top_social_cnt .sns_youtube {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width : 346px) {
	#tmp_publicity_cnt ul li {
		width: 50% !important;
	}
}
@media screen and (max-width : 350px) {
	.article_search .sch_btn input {
		width: 200px;
	}
	.article_search .sch_btn {
		margin-right: 10px;
	}
	.article_search .article_search_change li:first-child {
		margin-right: 8px;
	}
}

