@charset "utf-8";

@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_header .header_inner {
		padding: 0;
	}
	#tmp_header_wrap .wrap_sma_sch {
		width: 100%;
	}
	#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a {
		width: 170px;
	}
	#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active > span,
	#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span {
		background-position: 0 6px;
	}
	#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span {
		padding-left: 32px;
	}
	#tmp_footer .pnavi{
		right: 0;
		transform: translateX(0);
	}
}

@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
}
.container{
	padding: 0 10px;
	width: 100%;
}
#tmp_main {
    padding-bottom: 30px;
}
/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main {
	float:none;
	width:100%;
}

/* ==================================================
header
================================================== */
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
#tmp_header{
	position: relative;
	width: 100%;
	border-bottom: 2px solid #315c43;
}
.no_javascript #tmp_header{
	position: relative;
}
#tmp_header > .container{
	padding-right: 0;
	padding-left: 2%;
}
#tmp_header .header_inner{
	padding: 0;
}
#tmp_hlogo {
	width: 93px;
	height: 34px;
	padding-left: 3px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	background-image: url(/shared/images/hlogo_sp.png);
	width: 93px;
	height: 34px;
	line-height: 1.3;
	font-size: 1.5rem;
	margin-top: 0;
}
#tmp_hlogo a {
	width: 93px;
	height: 34px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: 93px;
	height: 34px;
}
#tmp_hnavi_s{
	padding: 0 0 0 5px;
}
#tmp_hnavi_s > ul{
	gap: 0;
}
#tmp_hnavi_s > ul > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0 8px;
	width: 64px;
	min-width: auto;
	height: 100%;
	min-height: 59px;
	border: none;
	font-weight: normal;
	border-radius: 0;
	font-size: 62.5%;
	line-height: 1.2;
}
#tmp_hnavi_s > ul > li > a:before{
	content: none;
}
#tmp_hnavi_s > ul > li > a > span{
	padding: 23px 0 0;
	background-position: center top;
	background-size: 14px auto;
}
#tmp_hnavi_s > ul > li > a > span:hover {
	text-decoration: none;
}
/* mmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu{
	margin-right: 0;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	padding: 5px 0;
	width: 64px;
	min-width: auto;
	text-align: center;
	border-left: 1px solid #315c43;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span{
	padding-top: 28px;
	padding-left: 0;
	background-image: url(/shared/images/icon/navi_ic_setting_sp.png);
	background-size: 18px auto;
	background-position: center top;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active{
	border-top: 2px solid #315c43;
	border-left: 2px solid #315c43;
	border-right: 2px solid #315c43;
	border-bottom: none;
	border-radius: 0;
	z-index: 103;
}
/* rmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	padding: 5px 0;
	width: 64px;
	min-width: auto;
	text-align: center;
	border-left: 1px solid #315c43;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span{
	padding-top: 28px;
	padding-left: 0;
	background-image: url(/shared/images/icon/navi_ic_foreign_sp.png);
	background-size: 18px auto;
	background-position: center top 5px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	border-top: 2px solid #315c43;
	border-left: 2px solid #315c43;
	border-right: 1px solid #315c43;
	border-bottom: none;
	border-radius: 0;
	z-index: 103;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu span.txt > span > br,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu span.txt > br{
	display: block;
}
/* active */
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active > span,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span{
	background-image: url(/shared/images/icon/navi_ic_close_sp.png);
	background-size: 14px auto;
	background-position: center top;
	font-size: 62.5%;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span{
	padding: 33px 0 7px;
	background-position: center top 7px;
}
/* mmenu
================================================== */
#tmp_sma_mmenu .setting_list{
	flex-direction: column;
	margin: 0;
	gap: 10px 0;
}
#tmp_sma_mmenu .setting_list li{
	padding: 0;
	width: 100%;
	line-height: 1.3;
}
#tmp_sma_mmenu .setting_list a{
	min-height: 60px;
	padding: 18px 15px 16px;
}
#tmp_sma_mmenu .setting_list a > span{
	padding: 3px 0 5px 27px;
	background-size: 18px auto;
}
/* rmenu
================================================== */
#tmp_header #tmp_sma_rmenu .menu_inner{
	padding-bottom: 0;
}
#tmp_sma_rmenu .foreign_main{
	margin: 0;
}
#tmp_sma_rmenu .language_list li{
	float: none;
	margin-bottom: 10px;
	padding: 0;
}
#tmp_header #tmp_sma_rmenu .language_list li{
	width: 100%;
}
#tmp_sma_rmenu .language_list a{
	padding: 18px 12px 20px 43px;
	background-image: url(/shared/images/icon/navi_ic_arrow.png);
	background-position: 17px 22px;
	background-size: 15px auto;
}

/* spmenu_open
================================================== */
/* sma menu */
#tmp_header_wrap .wrap_sma_sch{
	border: 2px solid #315c43;
	margin: -4px auto 0;
	width: 100%;
}
#tmp_header_wrap .menu_wrapper > .container{
	padding-left: 18px;
	padding-right: 18px;
}
#tmp_header_wrap .menu_inner{
	padding: 25px 0 15px;
}
.spmenu_open.menu_search:before {
	content: none;
}
.open_navi {
    overflow-y: hidden !important;
    overflow-x: hidden;
}
/* close btn */
#tmp_header_wrap .close_btn{
	display: block;
	margin: 0 auto 15px;
}
#tmp_header_wrap .close_btn a {
	display: block;
	padding: 10px 0;
	font-weight: normal;
	width: 100%;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
#tmp_header_wrap .close_btn a > span {
	display: inline-block;
	padding: 5px 0 5px 30px;
	background-image: url(/shared/images/icon/navi_ic_close_sp.png);
	background-repeat: no-repeat;
	background-position: left top 8px;
	background-size: 20px auto;
}
#tmp_index_title .pc_block {
	display: none;
}
/* footer
================================================== */
#tmp_footer{
	padding: 50px 0 0;
}
#tmp_footer .footer_inner{
	position: relative;
	padding: 25px 0 20px;
}
#tmp_footer .pnavi{
	top: -44px;
}
#tmp_footer .pnavi a{
	padding-top: 30px;
	width: 60px;
	height: 60px;
	font-size: 78.15%;
	background-size: 100% auto;
}
#tmp_footer .pnavi a:before{
	top: 15px;
	background-image: url(/shared/images/icon/footer_ic_pnavi.png);
	width: 14px;
	height: 17px;
}
/* footer contents */
#tmp_footer .footer_contact{
	flex-direction: column;
	align-items: flex-start;
	padding-right: 0;
	width: 100%;
}
#tmp_footer .footer_head{
	margin-bottom: 5px;
	padding-right: 0;
	min-width: 100%;
}
#tmp_footer .footer_logo{
	font-size: 125%;
}
#tmp_footer .footer_address{
	padding-top: 0;
	font-size: 87.5%;
	line-height: 1.8;
}

/* footer copyright */
#tmp_footer .copyright{
	padding: 5px 10px 7px;
	font-size: 75%;
}

/* commons
================================================== */
/* show & hide */
.show_pc{
	display: none;
}
.show_sp{
	display: block;
}

/* setting hover
================================================== */
#tmp_sma_mmenu .setting_list a:before,
#tmp_sma_rmenu .language_list a:before,
#tmp_header_wrap .ctg_accordion_switch a:before,
#tmp_sma_rmenu .read_more_btn a:before {
	content: none;
}
.btn_show_more a:hover span,
.btn_default a:hover,
#tmp_sma_mmenu .setting_list a:hover span,
#tmp_sma_rmenu .language_list a:hover,
#tmp_header_wrap .ctg_accordion_switch a:hover,
#tmp_header_wrap .ctg_accordion_ttl a:hover,
#tmp_header_wrap .ctg_accordion_list a:hover,
#tmp_header_wrap .close_btn a:hover span,
#tmp_footer .pnavi a:hover {
	text-decoration: none;
}
#tmp_header_wrap .ctg_accordion_ttl a:focus-visible,
#tmp_header_wrap .ctg_accordion_list a:focus-visible{
	outline-offset: -1px;
}
#tmp_hnavi_s > ul > li > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:hover {
	border-color: #9b9b9b;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
    font-size: 75%;
	margin-top: 44px;
	margin-bottom: 15px;
}
.custom_hitorioya #tmp_pankuzu {
    margin-top: 13px;
}
.type_top.custom_hitorioya #tmp_pankuzu{
	margin-top: 29px;
	margin-bottom: 10px;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}

/* ==================================================
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 div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#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;
}
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;
}

/* ==================================================
accessibility style change:color
================================================== */
/* bg:blue / text:yellow / link:white
================================================== */
.color_blue #tmp_footer .pnavi a {
	padding: 20px 0 0;
}

/* bg:yellow / text:black / link:blue
================================================== */
.color_yellow #tmp_footer .pnavi a {
	padding: 20px 0 0;
}

/* bg:black / text:yellow / link:white
================================================== */
.color_black #tmp_footer .pnavi a {
	padding: 20px 0 0;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small #tmp_hnavi_s > ul > li > a {
	font-size: 62.5% !important;
}

/* big
================================================== */
.fsize_big #tmp_hnavi_s > ul > li > a {
	font-size: 25% !important;
}

/* biggest(doubled)
================================================== */
.fsize_big #tmp_hnavi_s > ul > li > a,
.fsize_big2 #tmp_hnavi_s > ul > li > a {
	font-size: 25% !important;
}

/* ==================================================
no_javascript
================================================== */

/* ==================================================
clearfix
================================================== */

}

