/*
Theme Name: NavitasMachinery2025
Author: Kana Kotera
Version: 1.0
*/

@charset "utf-8";
@import url("css/reset.css");

:root {
	--DarkGray:#4d4d4d;
	--Yellow:#ffcb04;
	--PaleYellow:#fff6be;
	--Blue:#0071bc;
	--PaleBlue:#f3f7f7;
	--YellowGreen:#abc61d;
	--Green:#009944;
	--LightBlue:#29abe2;
	--Red:#db3d35;
	--Orange:#f7831e;
}

body {
    color:var(--DarkGray);
}

#wrapper {
	position: relative;
	min-width: 360px;
    width:100vw;
    display: block;
    margin:0;
    padding:0;
    overflow:hidden;
}

img {
	width:100%;
	height:auto;
}

video {
	pointer-events: none;
}

header {
    height: 74px;
    box-sizing: border-box;
    background: #FFF;
    /*
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    */
}

header > p {
	text-align: center;
    font-size: 1.2rem;
    background: var(--DarkGray);
    color: #CCC;
    line-height: 24px;
}

header > p span {
	display: none;
}

header h1 a {
	color:var(--DarkGray);
	display: inline-block;
}

header h1 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

header h1 img {
	margin: 7px;
    height: 36px;
    width: auto;
}

header h1 span {
	display: block;
	font-size:0.8em;
}

#trigger_wrap {
	position: absolute;
	top:24px;
	right:0;
	z-index:999;
	width: 60px;
}

#trigger_wrap a {
	box-sizing: border-box;
	display: block;
	background: var(--PaleBlue);
}

#trigger_wrap a.menu_trigger {
	padding:10px 12px;
}

#trigger_wrap.active a.menu_trigger {
	display: none;
}

#trigger_wrap a.menu_close {
	width:60px;
	position: absolute;
	top:0;
	right:0px;
	padding:15px 18px 14px;
	display: none;
}

#trigger_wrap.active a.menu_close {
	display: block;

}

#h_nav {
	position: fixed;
	top:24px;
	padding-top:0;
	background: #FFF;
	left:101%;
	width:100%;
	z-index:99;
	transition-duration: .5s;
}

#trigger_wrap.active + #h_nav {
	left:0;
}

#h_nav > a {
	padding:7px 2em 7px 2em;
	height:50px;
	box-sizing: border-box;
}

#h_nav > a img {
    height: 36px;
    width: auto;
}

.h_nav_inner {
	height:calc(100vh - 70px);
	overflow-y:scroll;
	background: var(--PaleBlue);
	padding-top:3em;
	box-sizing: border-box;
}

.h_nav_menu {
	padding:0 2em;
}

.h_nav_menu li {
	border-top:solid 1px #CCC;
}

.h_nav_menu li span {
	font-size:0.8em;
}

.h_nav_menu li a {
	padding:1em 3em 1em 1em;
	display: block;
	color:var(--DarkGray);
	font-weight:bold;
}

.h_nav_menu li a.trigger,
.h_nav_menu li a.hidelink + div.menu_content figure figcaption {
	display: block;
	padding:1em 0;
	font-weight: 500;
	font-size: 1.2em;
	position: relative;
}

.h_nav_menu li a.hidelink {
	display: none;
}

.h_nav_menu li div.menu_content figure + figure {
	border-top: solid 1px #CCC;
}

.h_nav_menu li a.trigger:before {
	content:"+";
	font-size: 16px;
	width:18px;
	height:18px;
	line-height: 16px;
	text-align: center;
	color:var(--Orange);
	border:solid 2px var(--Orange);
	border-radius: 100%;
	display: block;
	margin:0 auto;
	position: absolute;
	top:calc(50% - 11px);
	right:9px;
}

.h_nav_menu li a.trigger.opened:before {
	content:"";
}

.h_nav_menu li a.trigger.opened:after {
	content: "";
    border-top: solid 2px var(--Orange);
    width: 9px;
    height: 0;
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
}

.h_nav_menu li div.menu_content ul li a {
	padding:1em 3em 1em 1em;
	font-weight:normal;
	height:52px;
	box-sizing: border-box;
	position: relative;
	font-weight: 500;
	font-size: 14px;
}

.h_nav_menu li div.menu_content ul li a:before {
	content:"";
	width: 17px;
    height: 17px;
    background: var(--Orange);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 9px);
    right: 9px;
}

.h_nav_menu li div.menu_content ul li a:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
}

.h_nav_menu li:nth-of-type(2) a.hidelink + div.menu_content ul li:nth-of-type(6) a {
	height:68px;
}

.h_nav_menu li:nth-of-type(2) a.hidelink + div.menu_content ul li:nth-of-type(6) a span {
	display: block;
	font-size: 13px;
}

.h_nav_menu li a.hidelink + div.menu_content {
	height:0;
	overflow: hidden;
	transition-duration: .3s;
}

.h_nav_menu li:nth-of-type(2) a.trigger.opened + a.hidelink + div.menu_content {
	height:calc(53px * 6 + 16px);
}

.h_nav_menu li:nth-of-type(3) a.trigger.opened + a.hidelink + div.menu_content {
	height:calc(53px * 4);
}

.h_nav_menu li:nth-of-type(4) a.trigger.opened + a.hidelink + div.menu_content {
	height:calc(53px * 9);
}

.h_nav_menu li:nth-of-type(5) a.trigger.opened + a.hidelink + div.menu_content {
	height:calc(53px * 2);
}

.h_nav_menu li a.trigger + a.hidelink + div.menu_content figure:nth-of-type(1) figcaption {
	display: none;
}

.h_sub {
	position: absolute;
	top:24px;
	right:60px;
	display: flex;
	align-items: center;
	height: 50px;
	box-sizing: border-box;
}

#h_nav .h_sub {
	top:0;
}

.h_sub .lang_area i img {
	width:22px;
	margin-right:5px;
}

.h_sub li.lang_area {
	color:var(--Orange);
	padding:4px 13px;
}

.h_sub li.lang_area a {
	display: inline;
	color:var(--DarkGray);
}

.h_sub a.search_trigger {
	width:30px;
	display: block;
	padding:10px 13px;
	position: relative;
}

.h_sub a.search_trigger:before {
	content:"";
	position: absolute;
	top:50%;
	margin-top:-16px;
	left:0;
	height:32px;
	border-right:solid 1px #CCC;
}

.h_sub a.search_trigger + div {
	background: var(--PaleBlue);
	padding:0 2em;
	width: 100vw;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top:100%;
	right:-60px;
	z-index: 98;
	height:0;
	overflow: hidden;
	transition-duration: .3s;
}

.h_sub a.search_trigger.active + div {
	padding:2em;
	height:98px;
}

.h_sub a.search_trigger + div .search_box {
	border: solid 1px #CCC;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

.h_sub a.search_trigger + div .search_box form {
	display: flex;
}

.h_sub a.search_trigger + div .search_box input[type="image"]{
	width: 2em;
    padding: 0.5em 0.7em;
	background: var(--Yellow);
}

.h_sub a.search_trigger + div .search_box input[type="text"]{
	border:none;
	width:70vw;
	max-width:480px;
	padding: 0.8em 0.5em;
	background: #FFF;
}

#h_nav_search {
	display: block;
	text-align: center;
	height:0;
	overflow: hidden;
	padding:0 2em;
	transition-duration: .3s;
}

#h_nav_search.active {
	height:66px;
}

#h_nav .lang_area i img {
	width:1.6em;
	margin-right: 0.4em;
}

#h_nav .search_box {
	border: solid 1px #CCC;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    overflow: hidden;
}

#h_nav .search_box form {
	display: flex;
}

#h_nav .search_box input[type="image"]{
	width: 2em;
    padding: 0.5em 0.7em;
	background: var(--Yellow);
}

#h_nav .search_box input[type="text"]{
	border:none;
	width:70vw;
	max-width:480px;
	padding: 0.8em 0.5em;
	box-sizing: border-box;
	background: #FFF;
}

#h_nav .en_h_nav_sub .search_box input[type="text"]{
	width:60vw;
}

.h_nav_sub {
	padding:0 0 2em;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
    margin: 0 2em 2em;
}

.h_nav_sub li {
	text-align: center;
}

.h_nav_sub li a {
	display: block;
}

.h_nav_sub li.lang_area a {
	display: inline;
}

.h_nav_sub li a.sp_nav_inquiry {
	border-radius: 2em;
	background: var(--Yellow);
	margin: 2em auto 1em;
    padding: 1em 2em;
    box-sizing: border-box;
    color: var(--DarkGray);
    font-weight: 600;
    font-size: 1.1em;
    width:13em;
}

.h_nav_sub li a.sp_nav_tel {
	display:flex;
	justify-content: center;
	color:var(--DarkGray);
	align-items: flex-start;
}

.h_nav_sub li a.sp_nav_tel i svg {
	fill:var(--Orange);
	width:;
}

.h_nav_sub li a.sp_nav_tel .sub_txt {
	font-family: "Roboto", sans-serif;
	line-height: 1.2;
}

.h_nav_sub li a.sp_nav_tel .sub_txt p {
	color:var(--Orange);
	font-weight:bold;
	font-size:2.2em;
}


.h_nav_menu li a:hover, 
.h_nav_menu li ul li a:hover {
	text-decoration: none;
}

.h_nav_sub li#h_nav_sub_naviplus {
	width:100%;
	text-align: center;
}

.h_nav_sub li#h_nav_sub_naviplus a {
	padding:2em 2em;
	color:var(--DarkGray);
	display: block;
	box-sizing: border-box;
	border-bottom:solid 1px #CCC;
}

.h_nav_sub li#h_nav_sub_naviplus a:focus,
.h_nav_sub li#h_nav_sub_naviplus a:hover,
.h_nav_sub li#h_nav_sub_naviplus a:active,
.h_nav_sub li#h_nav_sub_naviplus a:visited {
	text-decoration: none;
}

.h_nav_sub li#h_nav_sub_naviplus a span {
	display: block;
}

.h_nav_sub li#h_nav_sub_naviplus a span i {
    display: inline-block;
    vertical-align: baseline;
}

.h_nav_sub li#h_nav_sub_naviplus a span i img {
	width:2em;
	margin-right:0.5em;
}

.h_nav_sub li#h_nav_sub_naviplus a > img {
	width:120px;
	margin-top:3px;
}

.h_nav_sub li.lang_area {
	padding:1em 0;
	color:var(--Orange);
}

.h_nav_sub li.lang_area a {
	color:var(--DarkGray);
	text-decoration: underline;
}

.h_nav_sub li.lang_area a:hover {
	text-decoration: none;
}

main {
	overflow:hidden;
}

main .container_wide {
	width:90%;
	max-width: 1360px;
	margin:0 auto;
}

main a.ex_link:after {
	content:"";
	background: url(./images/common/icon_ex_link.svg) no-repeat center center;
	background-size:100%;
	width: 1em;
	height: 0.9em;
	display: inline-block;
	margin-left: 0.2em;
}

main p.no_data {
	text-align: center;
	padding:2em 0;
}

main > section#btm_bnrs_area {
	padding:0;
	background: #FFF;
    overflow: hidden;
}

ul#btm_bnrs {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap:13px;
	margin:3em auto 4em;
	max-width: 573px;
}

ul#btm_bnrs li {
	width:calc((100% - 26px) / 2);
}

main ul#btm_bnrs li {
	list-style: none;
}

ul#btm_bnrs li a {
	display:block;
	background:#FFF;
	overflow: visible;
	transition-duration: .3s;
}

footer {
	/*padding-bottom:100px;*/
	background: var(--PaleBlue);
}

.footer_cta {
	position: relative;
	text-align: center;
	z-index: 0;
	background: #FFF;
}

.footer_cta:after {
	content:"";
	display: block;
	background: var(--PaleBlue);
	width:100%;
	height:51%;
	position: absolute;
	top:50%;
	z-index: -1;
}

.footer_cta figure {
	border:solid 4px var(--Yellow);
	border-radius: 10px;
	box-sizing: border-box;
	margin:0 auto;
	width:90%;
	max-width: 1160px;
	background: #FFF;
}

.footer_cta figure figcaption {
	background: var(--Yellow);
	font-size: 2.1rem;
	padding:0.3em 1em 0.45em;
}

.footer_cta figure figcaption span {
	font-weight: 500;
}

.footer_cta figure figcaption span i {
	font-weight:normal;
	font-size:1.2rem;
	display: block;
	line-height: 1.2;
}

.footer_cta figure figcaption span img {
	display:inline-block;
	width:1.6em;
	vertical-align: bottom;
    margin: 0.5em 0.3em 0 0;
}

.footer_cta figure > div {
	padding:1em 1em 0;
	width: 100%;
	box-sizing: border-box;
}

.footer_cta figure > div > p {
	font-weight:500;
	text-align: center;
}

.footer_cta figure > div > p > span {
	font-weight:500;
	display:inline-block;
}

.footer_cta figure ul li + li {
	border-top: solid 2px var(--Yellow);
}

.footer_cta figure ul li a {
	font-weight: 500;
	display: flex;
	gap:12px;
	justify-content: center;
	align-items: center;
	padding:1.1em 0;
	color:var(--DarkGray);
}

.footer_cta figure ul li a:hover {
	text-decoration: none;
}

.footer_cta figure ul li:nth-child(1) a i {
	width:60px;
}

.footer_cta figure ul li a p {
	display: block;
	text-align: left;
	position: relative;
	font-weight: 500;
}

.footer_cta figure ul li:nth-child(1) a p b {
	color:var(--Orange);
	display: block;
	font-weight: 500;
}

.footer_cta figure ul li:nth-child(1) a p:before {
	content:"";
	display: block;
	background: var(--Orange);
	border-radius: 100%;
	width:17px;
	height:17px;
	position: absolute;
	bottom:0.2em;
	left:7em;
}

.footer_cta figure ul li:nth-child(1) a p:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    left:calc(7em + 5px);
    bottom:calc(0.2em + 6px);
}

.footer_cta figure ul li:nth-child(2) a {
	gap:4px;
}

.footer_cta figure ul li:nth-child(2) a > i svg {
	fill:var(--Orange);
	width: 50px;
	vertical-align: bottom;
}

.footer_cta figure ul li:nth-child(2) a p strong {
	display:block;
	font-family: "Roboto", sans-serif;
	font-size: 2.5rem;
	font-weight:bold;
	color:var(--Orange);
	line-height: 1.0;
	margin-bottom:0.1em;
}

.footer_cta figure ul li:nth-child(2) a p span {
	display:block;
	font-size:1.2rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
}

footer a {
	color:#4d4d4d;
}

footer a:hover {
	text-decoration: none;
}

footer .company_name img {
	width:15em;
	display: block;
	margin:0 auto 16px;
}

footer .company_name span {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", ヒラギノ角ゴシック, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
	display: block;
	font-size:1.2em;
	font-weight:500;
}

footer small {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:0.8em;
	text-align: center;
	display: block;
	padding:2em 0 9em;
	width:100%;
	clear:both;
	color:#AAA;
}

footer > .container {
	width:100%;
	display: block;
	overflow: hidden;
	position: relative;
}

footer .to_pagetop {
	position: fixed;
	width:48px;
	height:48px;
	bottom:20px;
	right:20px;
	display: none;
}

footer .to_pagetop a {
	opacity: 0.7;
}

footer .to_pagetop a:hover {
	opacity: 0.4;
}

footer > .container + .container {
	border-top: solid 1px #DDD;
	padding: 1.2rem;
}

footer ul.f_bnrs {
	width: 90%;
	max-width: 320px;
	margin: 1em auto;
}

footer ul.f_bnrs li {
	margin-bottom: 1.2rem;
}

.f_box_r {
	width:92%;
	max-width: 460px;
	margin:0 auto;
	padding:3rem 0 1rem;
	overflow: hidden;
}

.f_box_en {
	width:100%;
	max-width: 460px;
	margin:0 auto;
	padding:2.2rem 0 1rem;
	overflow: hidden;
}

.f_box_l {
	clear:both;
	border-bottom:solid 1px #CCC;
	padding:4rem 0 2rem;
	margin: 0 2rem;
	font-size: 1.3rem;
}

.f_box_l p {
	display: block;
	margin:0 auto 4px;
	width: 20em;
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
}

.f_nav {
	width:55%;
	font-size:0;
	float:left;
}

.f_nav:nth-of-type(even) {
	width:45%;
}

.f_box_en .f_nav {
	width:100%;
}

.f_nav > li {
	padding-left:2rem;
	margin-bottom:1.2rem;
	font-size:1.3rem;
	font-weight:bold;
}

.f_nav li a {
	font-weight:500;
	display: block;
	padding:0.6em 0;
	text-indent: -1em;
}

.f_nav ul li {
	padding-left:0;
	font-size:1.2rem;
}

.f_nav ul li a {
	font-weight:normal;
}

.f_nav ul li a:before {
	content:"ー ";
}

.f_nav ul li a span {
	font-size: 0.9em;
}

.f_box_r nav {
	overflow: hidden;
}

.f_box_r nav + ul {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin:10px 0 30px;
}

.f_box_r nav + ul li {
	font-size:1.1rem;
	display: inline-block;
	vertical-align: top;
	padding:0 1.5em;
}

.f_box_r nav + ul li {
	border-left:solid 1px #DDD;
}

.f_box_r nav + ul li:last-child {
	border-right:solid 1px #DDD;
}

ul.sns_icons {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size:0;
	text-align: center;
	margin: 26px 0 10px;
}

.h_nav_inner ul.sns_icons {
	margin:0 0 28px;
}

ul.sns_icons li {
	display: inline-block;
	width:36px;
	margin:0 24px;
}

footer > .container > a {
	width:90%;
	max-width:300px;
	margin:0 auto 5vw;
	display: block;
}

/* fixed_menu_sp ---------------------*/

#fixed_content_sp {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	display: block;
	box-shadow: 0px -7px 14px -14px rgba(0,0,0,0.8);
	z-index: 3;
}

#fixed_content_sp a:hover,
#fixed_content_sp a:focus,
#fixed_content_sp a:active,
#fixed_content_sp a:visited {
	text-decoration: none;
}

#fixed_content_sp ul.fixed_btns {
	display: flex;
	gap:0;
	align-items: stretch;
}

#fixed_content_sp ul.fixed_btns li {
	width:100%;
}

#fixed_content_sp ul.fixed_btns li a {
	display: block;
	height:100%;
	text-align: center;
	font-size:3vw;
	font-weight:500;
	color:#FFF;
	padding:1em 0;
}

#fixed_content_sp ul.fixed_btns li a#fixed_sp_search {
	background: var(--Yellow);
	color:var(--DarkGray);
}

#fixed_content_sp ul.fixed_btns li a#fixed_sp_order {
	background: var(--YellowGreen);
}

#fixed_content_sp ul.fixed_btns li a#fixed_sp_maintenance {
	background: var(--Red);
}

#fixed_content_sp ul.fixed_btns li a#fixed_sp_inquiry {
	background: #f7831e;
}

#fixed_content_sp ul.fixed_btns li a i {
	width:auto;
	height: 2.5em;
    display: block;
    margin: 0 auto 0.3em;
}

#fixed_content_sp ul.fixed_btns li a i img {
	width:auto;
	height:100%;
}

#fixed_content_sp ul.fixed_btns li a p {
	font-weight:500;
}

.fixed_sub_menu {
	position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}

.fixed_sub_menu figure {
	display: block;
	position: absolute;
	bottom:100%;
	width: 100vw;
	box-sizing: border-box;
	box-shadow: 0px -7px 14px -14px rgba(0,0,0,0.8);
	transform: translateY(calc(100% + 4em));
	transition-duration: 0.3s;
}

.fixed_sub_menu figure.active {
	transform: translateY(0%);
} 

.fixed_sub_menu figure .sub_close {
	position: absolute;
	bottom:100%;
	right:0;
	background: #CCC;
	width:3em;
	height:3em;
	box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.8);
}

.fixed_sub_menu figure .sub_close:before {
	content:"";
	width:100%;
	height:0;
	position: absolute;
	bottom:-4px;
	border-bottom:solid 4px var(--Yellow);
}



.fixed_sub_menu figure#fixed_sp_order_menu .sub_close:before {
	border-bottom:solid 4px var(--YellowGreen);
}

.fixed_sub_menu figure#fixed_sp_maintenance_menu .sub_close:before {
	border-bottom:solid 4px var(--Red);
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu .sub_close:before {
	border-bottom:solid 4px #f7831e;
}

.fixed_sub_menu figure .sub_close span {
	border-top:solid 3px #FFF;
	transform: rotate(45deg);
	display: block;
	width:60%;
	margin:0 auto;
	position: absolute;
	top: 50%;
    left: 20%;
}

.fixed_sub_menu figure .sub_close span:nth-of-type(2) {
	transform: rotate(-45deg);
}

.fixed_sub_menu figure#fixed_sp_search_menu .sub_close {
	background: var(--Yellow);
}

.fixed_sub_menu figure#fixed_sp_order_menu .sub_close {
	background: var(--YellowGreen);
}

.fixed_sub_menu figure#fixed_sp_maintenance_menu .sub_close {
	background: var(--Red);
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu .sub_close {
	background: #f7831e;
}

.fixed_sub_menu figure#fixed_sp_search_menu ul {
	border:solid 4px var(--Yellow);
}

.fixed_sub_menu figure#fixed_sp_order_menu ul {
	border:solid 4px var(--YellowGreen);
}

.fixed_sub_menu figure#fixed_sp_maintenance_menu ul {
	border:solid 4px var(--Red);
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu ul {
	border:solid 4px #f7831e;
}

.fixed_sub_menu figure ul {
	display: flex;
	flex-wrap: wrap;
}

.fixed_sub_menu figure ul li {
	width:50%;
	background: #FFF;
	box-sizing: border-box;
}

.fixed_sub_menu figure ul li:nth-of-type(even),
.fixed_sub_menu figure ul li.sub_wide + li + li {
	border-left:solid 1px #CCC;
}

.fixed_sub_menu figure ul li.sub_wide {
	width:100%;
}

.fixed_sub_menu figure ul li:nth-child(n+3) {
	border-top:solid 1px #CCC;
}

.fixed_sub_menu figure ul li.sub_wide + li {
	border-top:solid 1px #CCC;
}

.fixed_sub_menu figure ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0.3em;
	box-sizing: border-box;
	height: 100%;
	padding: 1em 0.5em 1em 0;
	color:var(--DarkGray);
	font-size: 3vw;
	font-weight:bold;
}

.fixed_sub_menu figure#fixed_sp_order_menu ul li.sub_wide a {
	padding-right:1em;
}

.fixed_sub_menu figure ul li a.sub_link,
.fixed_sub_menu figure ul li a.sub_exlink {
	position: relative;
}

.fixed_sub_menu figure ul li a.sub_link:before,
.fixed_sub_menu figure ul li a.sub_exlink:before {
	content:"";
	display: block;
	width:5px;
	height:5px;
	border-top:solid 1px var(--DarkGray);
	border-right:solid 1px var(--DarkGray);
	position: absolute;
	right:12px;
	top:calc(50% - 4px);
	transform: rotate(45deg);
}

.fixed_sub_menu figure#fixed_sp_search_menu ul li a {
	justify-content: left;
	padding: 1em 1.5em;
	font-size: 3.5vw;
}

.fixed_sub_menu figure ul li a i {
	width:2em;
}

.fixed_sub_menu figure#fixed_sp_order_menu ul li.sub_wide a i {
	width:8em;
	margin-left:0.5em;
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu ul li:nth-of-type(2) a i {
	width:2.5em;
	margin-right:0.5em;
}

.fixed_sub_menu figure#fixed_sp_order_menu ul li:nth-of-type(n+2) a i svg {
	fill:var(--YellowGreen);
}

.fixed_sub_menu figure#fixed_sp_maintenance_menu ul li a i svg {
	fill:var(--Red);
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu ul li:nth-of-type(1) a i svg {
	fill:#f7831e;
}

.fixed_sub_menu figure ul li a i svg {
	display: block;
	width:100%;
	height:auto;
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu ul li a .sub_txt span {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
	font-size: 0.9em;
}

.fixed_sub_menu figure ul li a .sub_txt p {
	font-family: "Roboto", sans-serif;
	font-weight:bold;
	font-size: 1.8em;
    line-height: 1.3;
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu ul li:nth-of-type(2) a .sub_txt p {
	font-size: 1.2em;
}

/* fixed_menu_pc ---------------------*/

#fixed_content_pc {
	display: none;
	border-radius: 10px 0 0 10px / 10px 0 0 10px;
	background: #FFF;
	box-shadow: 0px 0px 14px -7px rgba(0,0,0,1);
	position: fixed;
	right:-152px;
	top:260px;
	width:200px;
	transition-duration: .5s;
	z-index: 3;
}

#fixed_content_pc.FirstLoad {
	right:0;
}

#fixed_content_pc:hover {
	right:0;
}

#fixed_content_pc dl {
	display: flex;
	align-items: stretch;
	width: 100%;
}

#fixed_content_pc dl + dl dd {
	border-top:solid 1px #CCC;
}

#fixed_content_pc dl#fixed_pc_search,
#fixed_content_pc dl#fixed_pc_search dt {
	border-radius: 10px 0 0 0 / 10px 0 0 0;
}

#fixed_content_pc dl#fixed_pc_maintenance,
#fixed_content_pc dl#fixed_pc_maintenance dt {
	border-radius: 0 0 0 10px / 0 0 0 10px;
}

#fixed_content_pc dl dt {
	background: var(--Yellow);
	padding:10px;
	width:48px;
	box-sizing: border-box;
}

#fixed_content_pc dl#fixed_pc_catalog dt {
	background: var(--Blue);
}

#fixed_content_pc dl#fixed_pc_naviplus dt {
	background: var(--YellowGreen);
}

#fixed_content_pc dl#fixed_pc_order dt {
	background: var(--LightBlue);
}

#fixed_content_pc dl#fixed_pc_maintenance dt {
	background: var(--Red);
}

#fixed_content_pc dl dt img {
	width:28px;
}

#fixed_content_pc dl dd i {
	width:66px;
	display: block;
}

#fixed_content_pc dl dd a {
	position: relative;
	padding:10px;
	display: block;
	color:var(--DarkGray);
	width: 152px;
	box-sizing: border-box;
}

#fixed_content_pc dl dd a:hover,
#fixed_content_pc dl dd a:focus,
#fixed_content_pc dl dd a:active,
#fixed_content_pc dl dd a:visited {
	text-decoration: none;
}

#fixed_content_pc dl dd ul {
	display: block;
	overflow: hidden;
	height:0px;
	transition-duration: .3s;
}

#fixed_content_pc dl dd a {
	font-weight:500;
	font-size: 13px;
}

#fixed_content_pc dl dd > a {
	height:46px;
	vertical-align: middle;
    display: table-cell;
}

#fixed_content_pc dl dd ul li a {
	font-size:13px;
}

#fixed_content_pc dl dd > a span {
	font-size:11px;
	line-height: 1.0;
}

#fixed_content_pc dl#fixed_pc_naviplus dd a {
	padding:3px 10px 4px;
	line-height: 1.0;
}

#fixed_content_pc dl dd a.fixed_pc_menu_trigger {
	font-weight:500;
}

#fixed_content_pc dl dd a.fixed_pc_menu_trigger:before {
	content:"+";
	font-weight:500;
	width:18px;
	height:18px;
	line-height: 14px;
	text-align: center;
	border:solid 1px var(--DarkGray);
	border-radius: 100%;
	box-sizing: border-box;
	display: block;
	margin:0 auto;
	position: absolute;
	top:calc(50% - 9px);
	right:7px;
}

#fixed_content_pc dl dd a.fixed_pc_menu_trigger.opened:before {
	content:"-";
}

#fixed_content_pc dl dd ul li {
	border-top:solid 1px #CCC;
}

#fixed_content_pc dl dd ul li a p {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#fixed_content_pc:hover dl#fixed_pc_search dd a.opened + ul {
	height:160px;
}

#fixed_content_pc dl#fixed_pc_search dd ul li a {
	height:39px;
}

#fixed_content_pc:hover dl#fixed_pc_order dd a.opened + ul,
#fixed_content_pc:hover dl#fixed_pc_maintenance dd a.opened + ul {
	height:135px;
}

#fixed_content_pc dl#fixed_pc_order dd a.opened ul li a,
#fixed_content_pc dl#fixed_pc_maintenance dd a.opened ul li a {
	height:68px;
}

#fixed_content_pc dl#fixed_pc_search dd ul li a:before,
#fixed_content_pc dl#fixed_pc_catalog a:before,
#fixed_content_pc dl#fixed_pc_naviplus dd a:before {
	content:"";
	display: block;
	width:5px;
	height:5px;
	border-top:solid 1px var(--DarkGray);
	border-right:solid 1px var(--DarkGray);
	position: absolute;
	right:9px;
	top:calc(50% - 4px);
	transform: rotate(45deg);
}

#fixed_content_pc dl dd ul li a b {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
	font-weight:500;
	font-size: 12px;
	display: block;
}

#fixed_content_pc dl dd ul li a strong {
	font-family: "Roboto", sans-serif;
	font-weight:600;
	font-size:19px;
	line-height: 24px;
	display: block;
}

#fixed_content_pc dl#fixed_pc_search dd ul li a {
	background:#fefde9;
}

#fixed_content_pc dl#fixed_pc_order dd ul li a {
	background:#e5f7f7;
	padding:4px 10px;
}

#fixed_content_pc dl#fixed_pc_maintenance dd ul li a {
	background:#fff4f0;
	padding:4px 10px;
}



/* 404ページ ------------------------- */

.nf_box {
	margin-top:80px;
	text-align: center;
	padding-bottom:8em;
}

.nf_box > h1 {
	color: #CCC;
	font-weight: bold;
	font-size: 2em;
	padding: 5;
	padding: 3em 0;
}

.nf_box .btn_next {
	margin-top:1em;
}

.nf_box .btn_next a {
	text-decoration: underline;
}


@media screen and (min-width: 400px) {

#fixed_content_sp ul.fixed_btns li a,
.fixed_sub_menu figure ul li a {
	font-size:12px;
}

.fixed_sub_menu figure#fixed_sp_search_menu ul li a {
	font-size:14px;
}

}


@media screen and (min-width: 480px) {

.f_nav > li {
	font-size: 1.3rem;
}

.fixed_sub_menu figure#fixed_sp_inquiry_menu ul li:nth-of-type(2) a .sub_txt p br {
	display: none;
}

}



@media screen and (min-width: 600px) {

.footer_cta figure > div {
	padding:1em 1em 0.3em;
}

.footer_cta figure > div > p br.sp {
	display: none;
}

.footer_cta figure ul {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.footer_cta figure ul li {
	width: 100%;
}

.footer_cta figure ul li a {
	padding:0.7em 0;
}

.footer_cta figure ul li + li {
	border-top: none;
	position: relative;
}

.footer_cta figure ul li + li:after {
	content:"";
	display: block;
	height:44px; 
	border-left: solid 2px var(--Yellow);
	position: absolute;
	top:50%;
	margin-top:-22px;
	left:0;
}

}



@media screen and (min-width: 768px) {

header > p {
	font-size: 13px;
	padding:2px 0;
}

.container {
	width:96%;
	max-width: 1160px;
}

header {
	position: relative;
	height:auto;
}

header h1 {
	margin-bottom:0;
}

header h1 img {
	width: 160px;
	height:auto;
	margin:14px 16px;
}

header h1 span {
	font-size: 12px;
	width: 170px;
	text-align: left;
}

.h_sub,
#h_nav_search {
	display: none;
}

#trigger_wrap {
	display: none;
}

#h_nav {
	display: block;
	position: relative;
	box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.1);
	top:0;
	left:0;
	margin: 0 auto;
	display: block;
	width:100%;
}

.h_nav_inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.h_nav_menu {
	position: absolute;
	bottom:-100%;
	right:0;
	padding-bottom:0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: right;
	gap: 0;
	width:768px;
	margin:0 10px 0 auto;
	padding: 0;
	box-sizing: border-box;
	z-index: 999;
}

.h_nav_menu > li {
	width:11vw;
}

.h_nav_menu > li.btn_inquiry {
	width:13.2vw;
	box-sizing: border-box;
	padding:0 0 9px 4px;
}

.h_nav_menu > li.search_box_wrap {
	width: 5vw;
}

.h_nav_menu > li > a {
	display: block;
}

.h_nav_menu li a.trigger {
	font-size: 1.0em;
}

.h_nav_menu li a.current {
	color:var(--Orange);
}

.h_nav_menu.en_h_nav > li {
	width:auto;
}

.h_nav_menu.en_h_nav > li > a {
	padding:8px 1.5em;
}


.h_nav_menu li a.trigger:before,
.h_nav_menu li a.trigger:after {
	display: none;
}

.h_nav_menu > li.search_box_wrap a {
	text-align: right;
}

.h_nav_menu > li.search_box_wrap a img {
	width:28px;
}

.h_nav_menu li {
	border-top:none;
	position: relative;
	text-align: center;
}

.h_nav_menu li a {
	padding: 1em 0;
	box-sizing: border-box;
	font-weight: 500;
}

.h_nav_menu > li > a,
.h_nav_menu li a.trigger {
	padding: 0.9em 0;
}

.h_nav_menu li.btn_inquiry a {
	background: var(--Yellow);
	border-radius: 18px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 6px 0 7px;
    display: block;
    transition-duration: .3s;
    position: relative;
}

.h_nav_menu li.btn_inquiry a:hover {
	color:var(--Orange);
	background: #FFF;
}

.h_nav_menu li.btn_inquiry a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: "";
  border-radius: 18px;
  border: 0 solid var(--Orange);
  transition: border-width 0.2s linear;
}

.h_nav_menu li.btn_inquiry a:hover::before {
  border-width: 3px;
}

.h_nav_menu > li.search_box_wrap a {
	padding:4px 0 11px;
}

.h_nav_menu > li a {
	transition-duration: .2s;
}

.h_nav_menu > li a:hover {
	color:var(--Orange);
}

.h_nav_menu li div.menu_content ul li a:before,
.h_nav_menu li div.menu_content ul li a:after {
	transition-duration:.2s;
}

.h_nav_menu li div.menu_content ul li a:hover:before {
	transform:translateX(5px);
}

.h_nav_menu li div.menu_content ul li a:hover:after {
	transform: translateX(5px) rotate(45deg);
}

.h_nav_menu > li > a,
.h_nav_menu > li.search_box_wrap a {
	overflow: hidden;
	background: #FFF;
}

.h_nav_menu > li > a:hover {
	overflow: visible;
}

.h_nav_menu li div.menu_content {
	display: block;
	position: absolute;
	top:100%;
	width:100vw;
	box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.1);
	background: var(--PaleBlue);
	padding:0;
	box-sizing: border-box;
	z-index: -1;
	height:0;
	max-height:0;
	overflow: hidden;
	transition-duration: .4s;
}

.h_nav_menu li:nth-of-type(1) div.menu_content {
	left:calc(-100vw + (100% * 5 + 120% + 5vw + 10px));
}

.h_nav_menu li:nth-of-type(2) div.menu_content {
	left:calc(-100vw + (100% * 4 + 120% + 5vw + 10px));
}

.h_nav_menu li:nth-of-type(3) div.menu_content {
	left:calc(-100vw + (100% * 3 + 120% + 5vw + 10px));
}

.h_nav_menu li:nth-of-type(4) div.menu_content {
	left:calc(-100vw + (100% * 2 + 120% + 5vw + 10px));
}

.h_nav_menu li:nth-of-type(5) div.menu_content {
	left:calc(-100vw  + (100% * 1 + 120% + 5vw + 10px));
}

.h_nav_menu li:nth-of-type(6) div.menu_content {
	left:calc(-100vw  + (120% + 5vw + 10px));
}

.h_nav_menu li:nth-of-type(7) div.menu_content {
	left:calc(-100vw + 5vw + 10px);
}

.h_nav_menu li:hover div.menu_content  {
	padding:40px 0 80px;
	height:auto;
	overflow: visible;
	max-height:500px;
}

.h_nav_menu li:nth-of-type(7):hover div.menu_content  {
	padding:80px 0;
}

.h_nav_menu li a.hidelink + div.menu_content {
	height:auto;
	transition-duration: .4s;
}

.h_nav_menu li div.menu_content figure {
	display: block;
	margin:0 auto;
	width:90%;
	max-width: 1160px;
	text-align: left;
}

.h_nav_menu li.search_box_wrap div.menu_content figure {
	text-align: center;
}

.h_nav_menu li div.menu_content figure + figure {
	border-top:none;
	margin-top:40px;
}

.h_nav_menu li div.menu_content figure figcaption {
	display: block;
	color:var(--Orange);
	text-align: left;
	border-bottom:solid 1px #CCC;
}

.h_nav_menu li a.trigger + a.hidelink + div.menu_content figure:nth-of-type(1) figcaption {
	display: block;
	color:var(--Orange);
}

.h_nav_menu li div.menu_content figure ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	gap:0 20px;
}

.h_nav_menu li div.menu_content figure ul li {
	width: calc((100% - 40px) / 3 );
}

.h_nav_menu li div.menu_content ul li a,
.h_nav_menu li a.hidelink + div.menu_content ul li a,
.h_nav_menu li:nth-of-type(2) a.hidelink + div.menu_content ul li:nth-of-type(6) a {
	height: 60px;
    padding: 17px 2em 17px 0;
    font-size: 15px;
    border-bottom: solid 1px #CCC;
    text-align: left;
}

.h_nav_menu li:nth-of-type(2) a.hidelink + div.menu_content ul li:nth-of-type(6) a {
	padding: 13px 2em 13px 0;
	font-size:14px;
	line-height: 1.3;
}

.h_nav_sub {
	position: absolute;
	top:-82px;
	right:16px;
	display: flex;
	justify-content: right;
	align-items: center;
	gap:2em;
	padding:0;
	border-top: none;
	border-bottom: none;
	margin:0;
}

.h_nav_sub li.lang_area {
	padding:0;
}

.h_nav_sub li.sp {
	display: none;	
}

.h_nav_sub li#h_nav_sub_naviplus {
	width: auto;
}

.h_nav_sub li#h_nav_sub_naviplus a {
	display:flex;
	padding:0;
	gap:0 6px;
	align-items: flex-end;
	border-bottom: none;
}

.h_nav_sub li#h_nav_sub_naviplus a span {
	font-size: 13px;
}

.h_nav_sub li#h_nav_sub_naviplus a > img {
	width: 80px;
	margin:0 6px 0 0;
}

#h_nav .search_box {
	margin-right:0.5em;
	transition-duration: .3s;
}

#h_nav .search_box input[type="text"] {
	max-width: 780px;
	box-sizing: border-box;
}

#h_nav .search_box input[type="image"]:hover {
	background: var(--PaleYellow);
}

#h_nav .en_h_nav_sub .search_box input[type="text"]{
	max-width:180px;
}


/* 404ページ ------------------------- */

.nf_box {
	margin-top:0;
}

/* 記事なしのときの表示 ------------------------- */

.no_posts {
	text-align: center;
	color:#808080;
	padding:2em 0;
}

main .container_wide {
	width:96%;
}

ul#btm_bnrs {
	max-width:none;
}

ul#btm_bnrs li {
	width:calc((100% - 39px) / 4);
}

main ul#btm_bnrs li {
	list-style: none;
}

.footer_cta figure {
	display: inline-flex;
	width: 96%;
}

.footer_cta figure figcaption {
	position:relative;
	width: 32%;
	min-width: 130px;
	transition-duration: .3s;
}

.footer_cta figure figcaption span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 6em;
	height: auto;
	text-align: left;
}

.footer_cta figure > div {
	transition-duration: .3s;
}

.footer_cta figure > div > p {
	text-align: left;
	display: inline-block;
	width: calc(438px + 6vw);
}

.footer_cta figure ul {
	display: inline-flex;
	flex-wrap: wrap;
}

.footer_cta figure ul li {
	width: auto;
}

.footer_cta figure ul li a {
	justify-content: left;
}

.footer_cta figure ul li:nth-of-type(1) a {
	padding-right:3vw;
}

.footer_cta figure ul li + li a {
	padding-left:3vw;
}

footer > .container {
	width: 100%;
	max-width: 1160px;
}

.f_box_l p br.pc {
	display: none;
}

.f_nav {
	display: inline-block;
	vertical-align: top;
	width:25%;
	float:none;
}

.f_nav:nth-of-type(even) {
	width:26%;
}

.f_nav:nth-of-type(1) {
	width:30%;
}

.f_nav:nth-of-type(4) {
	display: inline-block;
	vertical-align: top;
	width:17%;
}

.f_nav:nth-of-type(3) {
	float:none;
}

.f_nav li {
	font-size:13px;
}

.f_nav li.sp {
	display: block;
}

.f_nav > li {
	font-size: 14px;
	margin-bottom:14px;
}

.f_nav > li,
.f_nav ul li {
	padding-left:0;
}

.f_box_r {
	width:92%;
}

.f_nav li a {
	border-bottom:none;
	line-height: 1.6;
	margin-left:1em;
}

.f_nav ul li {
	font-size:13px;
}

.f_nav ul li a {
	padding-left:0;
	line-height: 1.4;
	padding:0.6em 0;
}

.f_box_r,
.f_box_en {
	max-width: none;
}

.f_box_l p {
	display: block;
	max-width: none;
	margin-bottom:4px;
}

footer .company_name span {
	font-size:12px;
}

footer > .container + .container {
	padding: 1.5em 0;
}

footer ul.f_bnrs {
	width: 100%;
	max-width: 760px;
	display: table;
}

footer ul.f_bnrs li {
	display: table-cell;
	vertical-align: top;
	padding: 0 1rem;
}

.h_nav_inner ul.sns_icons {
	display: none;
}

ul.sns_icons li a:hover {
	opacity: 0.7;
}

.f_box_r nav + ul {
	margin:30px 0;
}

.f_box_r nav + ul li {
	font-size: 12px;
	padding:0 2em;
}

}




@media screen and (min-width: 1000px) {

header > p span:nth-of-type(1) {
	display:inline;
}

header h1 img {
	width: 180px;
	height:auto;
	margin:14px 19px;
}

.h_nav_inner {
	position: relative;
	display: block;
}

.h_nav_menu {
	padding:0;
}

.h_nav_menu > li {
	width:115px;
}

.h_nav_menu > li.btn_inquiry {
	width:calc(115px * 1.2);
	padding:0 0 9px 4px;
}

.h_nav_menu > li.btn_inquiry a {
	font-size: 14px;
}

.h_nav_menu > li.search_box_wrap a img {
	width: 33px;
}

.h_nav_sub {
	top:-86px;
}

.h_nav_menu li div.menu_content figure ul li {
	width: calc((100% - 60px) / 4 );
}

ul#btm_bnrs li a img {
	transition-duration: .3s;
}

ul#btm_bnrs li a:hover img {
	transform: scale(1.05);
}

.footer_cta figure {
	font-size: 18px;
}

.footer_cta figure ul li {
	font-size: 20px;
}

.footer_cta figure figcaption {
	min-width: 200px;
}

.footer_cta figure figcaption span {
	font-size: 28px;
}

.footer_cta figure > div {
	width: 100%;
}

.footer_cta figure > div > p {
	width: 36em;
}

.footer_cta figure ul li + li:after {
	height:60px;
	margin-top:-30px;
}

.footer_cta figure ul li a {
	transition-duration: .3s;
}

.footer_cta figure ul li a:hover {
	transform: scale(1.05);
}

.footer_cta figure ul li + li a {
	padding-left:24px;
}

.footer_cta figure ul li:nth-of-type(1) a {
	padding-right: 34px;
}

.footer_cta figure ul li:nth-child(1) a i {
	width: 76px;
}

.footer_cta figure ul li:nth-child(2) a {
	gap:0;
}

.footer_cta figure ul li:nth-child(2) a > i svg {
	width: 70px;
}

.footer_cta figure ul li:nth-child(2) a p strong {
	font-size: 36px;
}

.footer_cta figure ul li:nth-child(2) a p span {
	font-size: 15px;
}

footer {
	padding-top:36px;
}

footer > .container {
	width: 96%;
}

footer a {
	transition-duration: .3s;
}

footer a:hover {
	opacity: 0.5;
}

footer > .container > a {
	background: #FFF;
}

footer > .container > a:hover {
	opacity: 1;
}

footer > .container > a img {
	transition-duration: .3s;
}

footer > .container > a:hover img {
	opacity: 0.5;
}

.f_nav li.sp {
	display: none;
}

.f_box_r {
	float:right;
	width: 77%;
	padding-bottom:20px;
}

.f_box_en {
	float:right;
	width:50%;
	padding-bottom:20px;
}

.f_box_l {
	float:left;
	border-bottom:none;
	clear:none;
	padding:0 0 8em 0;
	margin:0;
}

.f_box_l p {
	text-align: left;
	width: auto;
}

.f_box_r nav + ul {
	text-align: right;
	margin: 30px 0 10px;
}

footer .company_name img {
	width: 12em;
	margin:0 auto 12px 0;
}

footer .company_name span {
	font-size: 14px;
}

.f_box_l p br.pc {
	display: block;
}

footer .to_pagetop {
	display: block;
}

footer small {
	font-size:12px;
	letter-spacing: 0.08em;
	padding:16px 0;
	color:#FFF;
	background: var(--DarkGray);
}

footer ul.f_bnrs li {
	padding: 0 2rem;
}

footer > .container > a {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 260px;
	margin-bottom:0;
	display: block;
	overflow: hidden;
}

footer ul.sns_icons {
	text-align: left;
}

footer ul.sns_icons li {
	width:26px;
	margin:0 14px 0 0;
}

#fixed_content_sp {
	display: none;
}

#fixed_content_pc {
	display: block;

}

.f_box_r nav + ul li {
	font-size: 13px;
}

#fixed_content_pc dl dd a {
	transition-duration: .2s;
}

#fixed_content_pc dl dd a:hover{
	opacity: 0.6;
}

}


@media screen and (min-width: 1080px) {

.h_nav_menu > li.search_box_wrap {
	width: 54px;
}

.h_nav_menu li:nth-of-type(1) div.menu_content {
	left:calc(-100vw + (100% * 5 + 120% + 54px + 10px));
}

.h_nav_menu li:nth-of-type(2) div.menu_content {
	left:calc(-100vw + (100% * 4 + 120% + 54px + 10px));
}

.h_nav_menu li:nth-of-type(3) div.menu_content {
	left:calc(-100vw + (100% * 3 + 120% + 54px + 10px));
}

.h_nav_menu li:nth-of-type(4) div.menu_content {
	left:calc(-100vw + (100% * 2 + 120% + 54px + 10px));
}

.h_nav_menu li:nth-of-type(5) div.menu_content {
	left:calc(-100vw  + (100% * 1 + 120% + 54px + 10px));
}

.h_nav_menu li:nth-of-type(6) div.menu_content {
	left:calc(-100vw  + (120% + 54px + 10px));
}

.h_nav_menu li:nth-of-type(7) div.menu_content {
	left:calc(-100vw + 54px + 10px);
}

}


@media screen and (min-width: 1160px) {

.h_nav_menu li:nth-of-type(2) a.trigger + div.menu_content ul li:nth-of-type(6) a {
	font-size:15px;
}

}


@media screen and (min-width: 1200px) {

header h1 img {
    width: 92px;
    height: auto;
    margin: 7px 10px 7px;
}

.h_nav_sub {
	left:134px;
	right:auto;
	top:-38px;
}

.h_nav_sub li#h_nav_sub_naviplus {
	display: none;
}

.h_nav_sub li.lang_area {
	font-size: 13px;
}

header > p span:nth-of-type(2) {
	display:inline;
}
/*
.h_nav_sub {
	top:-92px;
	width:auto;
}
*/

.h_nav_menu li:nth-of-type(2) a.trigger + div.menu_content ul li:nth-of-type(6) a {
	font-size:14px;
}

.footer_cta figure figcaption {
	width: 30%;
}

.footer_cta figure > div {
	width: 70%;
}

.footer_cta figure figcaption span {
	font-size: 32px;
}

.footer_cta figure figcaption span i {
	font-size: 16px;
}

footer .company_name img {
	width: 17em;
	margin:0 auto 15px 0;
}

footer .company_name span {
	font-size: 18px;
}

footer ul.sns_icons li {
	width:32px;
	margin:0 36px 0 0;
}

.f_box_l p {
	font-size: 14px;
}

.f_box_r {
	width: 72%;
}

.f_nav > li {
	font-size:15px;
}

.f_nav ul li {
	font-size:14px;
}

}


@media screen and (min-width: 1288px) {

.h_nav_menu li div.menu_content figure ul li {
	width: calc((100% - 80px) / 5 );
}

}


@media screen and (min-width: 1360px) {

footer .to_pagetop {
	right:60px;
}

}


