@charset "utf-8";
/**
 * base.css
 */
/* Bootstrap break point */
@media only screen and (max-width:1199px) {}

/* xl */
@media only screen and (max-width:991px) {}

/* lg */
@media only screen and (max-width:767px) {}

/* md */
@media only screen and (max-width:565px) {}

/* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}

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

@media only screen and (min-width:992px) {}

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

/* V3.1  break point */
@media only screen and (max-width:959px) {}

/* tablet */
@media only screen and (max-width:767px) {}

/* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}

@media only screen and (min-width:960px) {}

/*--------------------------------------------------

 html, body

--------------------------------------------------*/


html.big {
	font-size: 75%;
}

html.small {
	font-size: 50%;
}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
}

ul,
ol {
	padding-left: 1.1em;
}

.small,
small {
	font-size: 90%;
	font-weight: 400;
}

.btn {
	font-weight: 500;
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
}
.fade-area a.hover_none:hover{
	opacity: 1;
}
/*--------------------------------------------------

 siteCommonStyle

--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}

/*::selection {
	background: #b2d7fe;
}*/
/* a */
a {
	color: #0e599c;
	text-decoration: none;
	word-break: break-all;
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}

.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	/* -webkit-backface-visibility: hidden; */
}

/* sp pc */
.sp,
.sp_cont {
	display: none !important;
}

@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}

	.sp_cont {
		display: inline-block !important;
	}

	.pc {
		display: none !important;
	}

	.anchor {
		padding-top: 60px;
		margin-top: -60px;
	}
	a {
		font-weight: 400;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.fade-area a:hover {
		opacity: 0.7;
	}
}

/* mintyo */
.mintyo {
	font-family: 'Hannari', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
}

/* noscript */
#noscript {
	position: relative;
	z-index: 5260;
	padding: 1em;
	border-bottom: #000000 solid 1px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}

#noscript span {
	color: #ff0000;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
/*--------------------------------------------------

 wrapper

--------------------------------------------------*/
#wrapper {
	overflow: hidden;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, "メイリオ",sans-serif;


	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.86;
	text-align: left;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

/* 游ゴシック使用時、IE用フォント指定 */
_:-ms-lang(x)::-ms-backdrop,
#wrapper {
	font-family: "Segoe UI", "BIZ UDGothic", "メイリオ", Meiryo, "Noto Sans JP",sans-serif;
	font-size: 1.5rem;
	letter-spacing: .05em;
	/*transform: rotate(0.001deg);*/
}

/* _:-ms-lang(x)::-ms-backdrop,
img {
	transform: rotate(-0.001deg);
} */

/*--------------------*/
.common-wrap {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	/*	padding-right: 10px;
	padding-left: 10px;*/
	/* padding-top: 20px; */
}

.article_area .main-columns .common-wrap {
	background-color: #fff;
	padding: 20px;
}

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 1.4rem;
		min-width: 320px;
		line-height: 1.92;
		letter-spacing: 0;
	}

	.common-wrap {
		margin-right: auto;
		margin-left: auto;
		padding: 0 10px;
	}

	.article_area .main-columns .common-wrap {
		padding: 20px 10px;
	}

	ol,
	ul,
	dl {
		margin: 1rem 0;
	}

	.parts-tab-body>p+p:not(.parts-tab-btn) {
		margin-top: 1.5rem;
	}

	th>*:last-child,
	td>*:last-child {
		margin-bottom: 0;
	}

	table {
		margin-bottom: 2rem;
	}

	/*	.mian-column li {
		margin-bottom: .5rem;
	}*/
	h2+h3.parts-title-03 {
		margin-top: 20px;
	}
}

/*--------------------------------------------------

 header

--------------------------------------------------*/
header {
	position: absolute;
	/* position: fixed; */
	width: 100%;
	z-index: 100;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, "メイリオ",sans-serif;

}

.header_flex {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

.header_left,
.header_right {
	padding: 8px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

#header .site-title {
	margin: 0;
	z-index: 5;
}

#header .site-title a {
	display: block;
	height: 34px;
}

#header .site-title img {
	max-width: 408px;
}

#header .size-search {
	display: flex;
}

#header #fontsize {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #cccccc;
}

#header #fontsize span {
	font-size: 1.3rem;
	margin-right: 8px;
}

#header #fontsize a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background-color: #fa980d;
	color: #fff;
	text-decoration: none;
}

#header #fontsize a:hover {
	opacity: .8;
}

#header #fontsize a.on {
	background-color: #fff;
	color: #fa980d;
	border: 1px solid #fa980d;
}
#header .gsst_a,#header .gsc-control-cse{
	padding: 0;
}
#header .gcsc-more-maybe-branding-root a{
	background-color: unset;
}
#header table.gsc-search-box td{
	padding: 0;
	padding-left: 5px;
}
#header .gsc-input-box{
	padding: 0;
	border: 1px solid #cccccc;
	border-radius: 6px;
}
#header table.gsc-search-box td.gsc-input {
	padding: 0;
	width: 190px;
	margin: 0;
	font-size: 1.5rem;
}
html.big #header table.gsc-search-box td.gsc-input{
	width: 160px;
}
#header table.gsc-search-box{
	margin:0;
}
#header .gsc-search-button-v2 {
	background-image: url(../img/pc/page/icon_search_bl.svg);
	text-indent: -9999px;
	border-radius: 6px;
	border: none;
	background-color: #fa980d;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding: 0;
	background-position: center;
    margin-left: 7px;
}
#header form.gsc-search-box{
	margin-bottom: 0;
}
#header a.gsst_a{
	display: flex;
	align-items: center;
}
#header  .gsst_a .gscb_a{
	color: #fa980d;
}
#header #gnav .navs {
	background-color: #fff;
	padding: 0;
}

#header #gnav .navs ul {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#header #gnav .navs ul form {
	display: none;
}

#header #gnav .navs li {
	list-style: none;
	flex: auto;
	width: auto;
	padding: 0;
}

#header #gnav .navs a {
	text-decoration: none;
	color: #333333;
	padding: 0 44px;
	border-left: 1px solid #cccccc;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 2.1;
}

html.big #header #gnav .navs a {
	padding: 0 30px;
}

#header #gnav .navs a:last-child {
	border-right: 1px solid #cccccc;
}

#header #gnav {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

#header #gnav .inSubMenuTtl {
	border:none;
	background-color: unset;
	border-bottom: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	width: 100%;
	color: #333;
	padding-left: 0;;
	text-align: left;
}
#gnav .inSubMenu {
	display: none;
}
#gnav .inSubMenu.submenutoggle {
	display: block;
}
/* overlay
------------------------------------*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 90;
}

/* spMenu
------------------------------------*/
#spMenu {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 15;
	background-color: #f15e37;
	border-radius: 0 0 0 8px;
}

#spMenu span,
#spMenu:before,
#spMenu:after {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	width: 25px;
	height: 2px;
	margin: auto;
	background-color: #fff;
}

#spMenu span {
	margin-top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#spMenu:before {
	margin-top: -11px;
}

#spMenu:after {
	margin-top: 7px;
}

/* sp-close
------------------------------------*/
#sp-close {
	display: none;
}

body .pcStyle {
	display: block !important;
}

body .spStyle {
	display: none !important;
}

@media only screen and (max-width:1024px) {
	body .pcStyle {
		display: none !important;
	}

	body .spStyle {
		display: block !important;
	}

	.header_flex {
		max-width: 100%;
		padding: 0;
		transition: background-color 0.5s;
	}
	.header_flex.scrolled {
		background-color: #fff;
	}
	.header_right {
		display: none;
	}

	.header_left,
	.header_right {
		background-color: unset;
		box-shadow: unset;
	}

	header {
		/* background-color: #fff; */
		width: 100%;
		position: fixed;
	}

	#header .clearfix {
		display: flex;
		position: relative;
	}

	#header #gnav {
		z-index: 100;
	}
	#header table{
		margin-bottom: 0;
	}
	#header #gnav .inSubMenu .inSubMenuTtl,
	#header #gnav .inSubMenu .inSubMenuTtl>a {
		border-bottom: none;
		padding: 10px;
		font-weight: 700;
	}
	#header .gsc-control-cse{
		background-color: unset;
		border: none;
	}
	#spMenu {
		display: block;
	}

	body.open #header #gnav .navs {
		right: 0;
		width: 85vw;
		max-width: 400px;
	}

	body.open #header #gnav .navs li {
		padding-top: 20px;
	}

	body.open #header #gnav .navs a,
	body.open #header #gnav .navs {
		padding: 0;
		border-bottom: 1px solid #ccc;
		text-align: left;
		border-left: none;
		background-color: #f5f2bf;
	}

	body.open #header #gnav .navs a:last-child {
		border-right: none;
	}

	body.open #spMenu {
		display: none;
	}

	#sp-close {
		position: absolute;
		top: 0;
		right: -70px;
		width: 50px;
		height: 50px;
		display: block;
		cursor: pointer;
		z-index: 95;
	}

	body.open #sp-close {
		right: 5px;
		z-index: 110;
	}

	#sp-close span,
	#sp-close:before,
	#sp-close:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 32px;
		height: 2px;
		margin-left: -10px;
		background-color: #f15e37;
	}

	#sp-close span {
		margin-top: -2px;
		/*transition: 0.3s;
	-webkit-transition: 0.3s;*/
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#sp-close:before {
		margin-top: -2px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#sp-close:after {
		margin-top: 7px;
		display: none;
	}

	.type02 #gnav .navs {
		position: absolute;
		overflow-y: auto;
		height: 100vh;
		float: none;
		width: auto;
	}

	#header #gnav .navs ul {
		padding: 80px 20px;
		display: block;
	}

	#header #gnav .inSubMenu a {
		padding: 10px;
		background-color: #fff;
	}

	#header #gnav .navs ul form {
		padding: 0;
		display: block;
	}

	/* body.open #header #gnav .navs a{
		padding: 5px;
	} */
	body.open #header #gnav .navs a.gsst_a{
		background-color: #fff;
		display: flex;
        align-items: center;
		border-bottom: none;
	}

	body.open #header #gnav .navs .gcsc-more-maybe-branding-box a,body.open #header #gnav .navs .gcsc-branding a{
		background-color: unset;
	}
	body.open #header .gsst_b{
		padding: 0;
	}
	/* #header #gnav div.inSubMenu {
		display: none;

	} */

	#header #gnav div.inSubMenu ul {
		padding: 0;
	}

	body.open #header #gnav .navs .inSubMenu ul {
		padding-left: 10px;
	}

	body.open #header #gnav .navs .inSubMenu li {
		padding: 0;
	}

	body.open #header #gnav .navs .inSubMenu li a {
		padding: 5px 10px;
		margin-left: 5px;
	}

	body.open #header #gnav .navs .inSubMenu a.spStyle {
		background-color: #f15e37;
		color: #fff;
		padding: 10px 5px;
		font-weight: 700;
	}
/*
	#header #gnav .nav_open div.inSubMenu {
		display: block;
	} */

	#header #gnav .navs a {
		max-width: 100%;
	}

}

@media only screen and (max-width:768px) {
	#header .site-title img {
		max-width: 453px;
	}

	.header_flex {
		height: 50px;
	}

}

@media only screen and (max-width:600px) {
	#header .site-title a {
		height: 17px;
	}

	#header .site-title img {
		max-width: 226.5px;
	}
}

/* inSubMenu
------------------------------------*/
/* mv
--------------------------------------------------------------------------- */
#mv.top {
	background-image: url(/common/std/img/pc/top/img_mv_01_pc.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 490px;
	background-position: center center;
}

	/*----------下層ページ メインビジュアル------*/

#mv {
	position: relative;
	background-image: url(/common/std/img/pc/page/img_under_01.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 276px;
	background-position: center center;
}

#mv h2 {
	position: relative;
	max-width: 950px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#mv h2 img {
	position: absolute;
	bottom: 65px;
	left: 20px;
}
@media only screen and (max-width: 1400px){
	#mv {
		position: relative;
		background-image: url(/common/std/img/pc/page/img_under_01.png);
		background-size: cover;
		background-repeat: no-repeat;
		height: 276px;
		background-position: right -250px center;
	}
}


@media only screen and (max-width: 767px){
	#mv h2 img {
		left: 10px;
	}
}

@media only screen and (max-width: 374px){
	#mv h2 img {
		top: 80px;
		left: 10px;
	}
}

#mv h2 img.under_mv01 {
	max-width: 156px;
}

#mv h2 img.under_mv02 {
	max-width: 130px;
}

#mv h2 img.under_mv03 {
	max-width: 103px;
}

#mv h2 img.under_mv04 {
	max-width: 128px;
}

#mv h2 img.under_mv05 {
	max-width: 153px;
}

#mv h2 img.under_mv06 {
	max-width: 102px;
}

#mv h2 img.under_mv07 {
	max-width: 102px;
}
body {
	position: relative;
}

body:after {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

body.nav_overlay:after {
	opacity: 1;
	z-index: 50;
}

@media only screen and (max-width:768px) {
	#mv.top {
		background-image: url(/common/std/img/pc/top/img_mv_01_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		height: 527px;
		background-position: right center;
	}

	/*----------下層ページ メインビジュアル------*/
	#mv {
		position: relative;
		background-image: url(/common/std/img/all/page/img_under_01.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		height: 276px;
		background-position: right center;
	}
}
@media only screen and (max-width:600px) {
	#mv.top {
		height: 263px;
	}
}
/* inSubMenu */
/* #gnav .inSubBtn {
	position: static;
}


#gnav .inSubMenu .inSubMenuTtl {
	padding: 10px 0;
	color: #444;
	font-size: 20px;
	font-weight: bold;
	width: 85vw;
	max-width: 1050px;
	margin: auto;
}
#gnav .inSubMenu .inSubMenuTtl > a {
	display: block;
	box-shadow: none;
	border: none;
	background-color: #00ad82;
	margin-left: 4px;
	color: #fff;
	width: 40%;
	padding: 10px;
}
#gnav .inSubMenu .inSubMenuTtl > a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#gnav .inSubMenu ul {
	display: flex;
	flex-wrap: wrap;
	width: 85vw;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#gnav .inSubMenu li {
	display: flex;
	align-items: center;
}
#gnav .inSubMenu li, #gnav .inSubMenu li:last-child {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	width: 24%;
	margin: 4px;
}
#gnav .inSubMenu li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	width: 100%;
	padding: 15px 30px 15px 15px;
	text-align: left;
	line-height: 1.3;
	font-weight: 700;
}
#gnav .inSubMenu li a small {
	margin-left: 20px;
	font-weight: 700;
}
#gnav .inSubMenu li a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #00ad82 solid 2px;
	border-right: #00ad82 solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
} */
/* @media only screen and (max-width:1024px) {
	#gnav .inSubBtn {
		position: static;
	}
	#gnav .inSubBtn > a {
		position: relative;
	}
	#gnav .inSubBtn a.on:before {
		margin-top: -3px;
		transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
	}
	#gnav .inSubMenu {
		position: static;
		width: auto;
		height: auto;
		padding: 5px 10px;
		background-color: #ddd;
	}
	#gnav .inSubMenu:before {
		display: none;
	}
	#gnav .inSubMenu .inSubMenuTtl {
		padding: 8px 5px;
		font-size: 14px;
		width: auto;
		margin: 0;
		text-align: left;
	}
	#gnav .inSubMenu ul {
		display: flex;
		border-top: none;
		width: auto;
		margin: 0;
	}
	#gnav .inSubMenu li {
		display: block;
	}
	#gnav .inSubMenu li, #gnav .inSubMenu li:last-child {
		width: 100%;
		border: none;
		margin: 1px 5px;
	}
	#gnav .inSubMenu li + li {
		border-top: #dcdcdc solid 1px !important;
	}
	#gnav .inSubMenu li a {

		font-size: 12px;
		color: #444;
	}
	#gnav .inSubMenu .inSubMenuTtl > a {
		width: 100%;
		text-align: left;
		margin: auto;
	}
} */
/* #gnav .inSubMenu ul{
	display: none;
}
@media only screen and (max-width:1024px) {
	#gnav .inSubMenu ul{
		display:block ;
	}
} */
@media (min-width: 1024px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}


#spMenu-text {
	font-family: "Noto Sans JP", "sans-serif";
}

/*--------------------------------------------------

 container

--------------------------------------------------*/
#container {
	padding: 15px 0;
	/* background-image: url("/common/std/img/pc/bg/img_bg_01.png");
	background-repeat: repeat-y;
	background-size: 100%; */
	background-color: #F5F2BF;
}

.main-columns {
	padding-top: 15px;
}

@media only screen and (max-width:950px) {
	#container {
		padding: 30px 0;
	}
}

@media only screen and (max-width:767px) {
	#container {
		padding: 30px 0;
		margin-bottom: 0;
		background-color: #fff;
	}
}

/* side-area
------------------------------------*/
.side-area {
	padding-left: 20px;
}

.side-area .widget-box .ttl {
	display: table;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	background-color: #f15e37;
	border-radius: 10px 10px 0 0;
	font-size: 1.8rem;
}

.side-area .widget-box .ttl a {
	color: #fff;
	text-decoration: none;
}

.side-area .widget-box .ttl>* {
	display: inline-block;
}

.side-area .widget-box .ttl.icon>*:first-child {
	width: 42px;
}

.side-area .widget-box .ttl.icon {
	padding: 10px 10px 10px 20px;
}

.side-area.bg-none {
	background: transparent;
}

@media only screen and (max-width:767px) {
	.side-area {
		display: block;
		padding-left: 0;
		margin-top: 50px;
	}

	.side-area ul.parts-widget-list01 {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 10px;
		background-color: #fff;
	}

	.side-area ul.parts-widget-list01 li {
		flex-basis: 33%;
	}

	.side-area ul.parts-widget-list01 li:last-child {
		flex-basis: auto;
	}

	.side-area ul.parts-widget-list01 li:last-child ul {
		margin-top: 0;
	}

	.side-area ul.parts-widget-list01 li a:before {
		position: absolute;
		top: 1.6rem;
		left: 0;
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		border-top: #aaa solid 1px;
		border-right: #aaa solid 1px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}

	.side-area ul.parts-widget-list01 li a small {
		margin-left: 0;
		font-size: 1.2rem;
	}

	.side-area .widget-box .ttl {
		display: block;
		padding: 10px 0;
		text-align: center;
	}

	.side-area .widget-box .ttl>* {
		display: inline-block;
		font-size: 1.5rem;
	}
}

.side-secure {
	margin-top: 25px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.side-secure {
		display: none;
	}
	.side-area ul.parts-widget-list01{
		display: block;
	}
	.side-area{
		margin-top: 30px;
	}
}

/*--------------------------------------------------

 font-size

--------------------------------------------------*/
.f15 {
	font-size: 1.5rem;
}

.f14 {
	font-size: 1.4rem;
}

/*--------------------------------------------------

 footer

--------------------------------------------------*/
#footer {
	position: relative;
	padding-top: 0;
	border-top: #ccc solid 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, "メイリオ",sans-serif;

}

#footer .fsecur {
	display: none;
}

#footer .fnav {
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
	font-weight: 700;
}

#footer .fnav ul {
	display: flex;
	padding: 30px 0;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 0;
}

#footer .fnav li {
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
	border-right: 1px solid #999999;
	padding-right: 10px;
}

#footer .fnav li:last-child {
	border-right: none;
}

#footer .fnav li a {
	display: block;
	color: #0e599c;
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 400;

}

#footer .fnav li a:hover {
	opacity: 0.8;
}

#footer .flogo {
	margin: 40px auto;
	text-align: center;
	line-height: 0;
}

#footer #copyright {
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
	background-color: #333333;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, "メイリオ",sans-serif;

;
}

@media only screen and (max-width:767px) {
	#footer {
		padding-top: 0;
	}

	#footer .fnav ul {
		flex-wrap: wrap;
		gap: 15px 0;
		padding: 20px 0;
	}

	#footer .fnav li {
		margin-right: 10px;
		padding-right: 10px;
	}

	#footer #copyright {
		padding: 10px 0;
		font-size: 1.1rem;
	}

	#footer .fnav li a {
		border-bottom: 1px solid #0e599c;
		font-size: 1.4rem;
	}
}

#pagetop {
	position: fixed;
	bottom: -110px;
	right: 0;
	z-index: 80;
	transition: 0.3s;
}

#pagetop.up {
	bottom: 0;
}

#pagetop.up.stop {
	position: fixed;
	bottom: 0;
	/* top: 100px; */
}

/*#pagetop > div {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 10px;
}*/
#pagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 15px;
	background: url(../img/pc/page/pagetop.png) no-repeat center center;
	background-size: 100% auto;
	opacity: 0.7;
	filter: grayscale(1);
}

@media only screen and (max-width:767px) {
	#pagetop.up.stop {
		top: inherit;
		position: fixed;
	}

	#pagetop a {
		width: 50px;
		height: 50px;
	}
}

/*--マージン確保--*/
p+div,
p+table {
	margin-top: 2rem;
}

/*--Print--*/
@media print {

	#header-include,
	#header2-include,
	#header {
		height: 90px;
	}

	/* #header .site-title {
		width: 340px;
		padding-bottom: 20px;
	} */

	.inSubMenu,
	#spMenu,
	#spMenu span,
	#spMenu:before,
	#spMenu:after,
	#switch_css,
	#pagetop {
		display: none;
	}

	#container:after {
		content: '';
		display: block;
		height: 30px;
	}
}

/*--------------------------------------------------

index card

--------------------------------------------------*/
.index-cards .row>div {
	margin: 10px 5px;
	flex-basis: calc((100% - 30px) / 3);
	max-width: calc((100% - 30px) / 3);
	flex-grow: 1;
	flex-shrink: 0;
	border: none;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.index-cards .row {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width:959px) {
	.index-cards .row>div {
		margin: 10px;
		flex-basis: calc((100% - 62px) / 2);
		max-width: calc((100% - 62px) / 2);
	}
}

@media only screen and (max-width:565px) {
	.index-cards .row>div {
		margin: 10px 20px;
		flex-basis: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}
}

/*.parts-breadcrumb li:first-child a:before {
	content: "\e900";
	font-family: 'icomoon';
	margin-right:4px
}*/
.index-cards .row>div.streched:hover {
	box-shadow: 0 1px 12px rgba(102, 102, 255, 0.5);
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.streched .text-link {
	position: relative;
	z-index: 2;
}

/* ダークモード用色指定
--------------------------------------------------*/
#Search-btn-Area .parts-tab-body {
	background-color: #f5f5f5;
}

#Search-btn-Area .parts-box-btns .row>div {
	background-color: #fff;
}

/*--News title--*/
.newsList li a,
.news-topics .index-btn a {
	color: #535353;
}

.newsList li {
	border-bottom: #dfdddd dotted 1px;
}