@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 {
	font-size: 62.5%;
}
html.big {
	font-size: 75%;
}

body {
	position: relative;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
ul,ol {
	padding-left: 1.1em;
}

.small, small {font-size:90%;font-weight:500;}
.btn {
    font-weight: 500;
	font-size: 1.6rem;
}


h1, h2, h3, h4, h5, h6 {line-height:1.7;}


/*--------------------------------------------------

 siteCommonStyle

--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #6666ff;
	text-decoration: none;
	word-break: break-all;
	font-weight: 700;
}
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;
	}
}

/* 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: '';
}

/*.shadow {
	text-shadow:0px 0px 1px #fff,0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #fff;
}*/

/*#spMenu.on:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#spMenu.on:after {
	margin-top: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/


/*--------------------------------------------------

 wrapper

--------------------------------------------------*/
#wrapper{
	overflow: hidden;
	color: #111;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
    letter-spacing: .01em;
    font-feature-settings: "palt";
}

/* 游ゴシック使用時、IE用フォント指定 */
_:-ms-lang(x)::-ms-backdrop, #wrapper {
    font-family: "Segoe UI", "BIZ UDGothic", "メイリオ", Meiryo, 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: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	/* padding-top: 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;
    }
    
    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-include { height:95px;}*/
#header-include {height: 170px;/* box-shadow: 0 2px 3px rgba(0,0,0,.1); */} /* header2.html */

#header {
	/*overflow: hidden;*/
	position: relative;
	/*border-top: #E73D48 solid 5px;
	border-bottom: #dcdcdc solid 1px;*/
	background-color: #fff;
	z-index: 100;
	/*box-shadow: 0 2px 3px rgba(0,0,0,.1);*/
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	height: 160px;
}
#header header {
	border-bottom: 6px solid #FDEDE4;
	height: 80px;
}
@media only screen and (min-width:960px) {
	#header.type02 .common-wrap {
		max-width: 1100px;
		padding: 0;
		box-shadow: none;
	}
}
@media only screen and (max-width:959px) {
	#header-include, #header2-include { height:0;}

	#header {
		position: fixed;
        height: 75px;
		top: 0;
		left: 0;
		width: 100%;
		border-top-width: 3px;
		z-index: 100;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
	}
	#header .common-wrap {
		max-width: none;
        padding: 0;
	}
	#header header {
		border-bottom: none;
	}
}

@media only screen and (max-width:767px) {
	#header {
        height: 60px;
        min-width: 320px;
 }
}

/* site-title
------------------------------------*/
#header .site-title {
position: absolute;
	margin: 0;
	padding: 10px 0 0 10px;
    height: 74px;
    z-index: 5;
}
#header .site-title a {
	display: block;
}
#header .site-title a img {
	max-height: 50px;
}
#header.type02 .common-wrap {
}
@media only screen and (max-width:959px) {
	#header .site-title {
		/*padding: 15px 0 10px 0;*/
		padding: 10px 0 0 10px;
		line-height: 0;
	}
	/*#header .site-title img {
		width: auto;
		height: 42px;
	}*/
}

@media only screen and (max-width:767px) {
	#header .site-title {
		padding: 15px 0 0 10px;
		line-height: 0;
	}
 	#header .site-title img {
		width: auto;
    height: 40px;
	}
}
@media only screen and (max-width:565px) {
	#header .site-title img {
		width: auto;
    height: 32px;
	}
}


/* gnav
------------------------------------*/
#gnav {
	float: right;
    position: relative;
}
#gnav td > *:last-child { padding: inherit; border-radius: inherit;}

@media only screen and (min-width:960px) {
	.type02 #gnav {
		width: 100%;
}

/* height 1pxの場合はgnavのborder-top */
	.type02 #gnav:before {
		position: absolute;
		top: 80px;
		left: 50%;
		display: block;
		content: '';
		width: 110vw;
		height: 80px;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
		/*background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);*/
		background-color: #FEF9F5;
	}
}

@media only screen and (max-width:959px) {
	#gnav {
		overflow: hidden;
		position: fixed;
		top: 0;
		/* right: -80%; */
		float: none;
		height: 100%;
		width: 0;
		background-color: #fff;
		z-index: 100;
		padding-top: 55px;
		/* transition: 0.4s; */
	}
	.open #gnav {
		right: 0;
		width: 85vw;
        max-width: 500px;
	}
}

/* size-search */
#gnav .size-search {
	float: left;
	width: 205px;
	padding: 10px 15px 0 0;
	line-height: 1.1;
}

@media only screen and (min-width:960px) {
	.type02 #gnav .size-search {
		position: absolute;
		top: 16px;
		right: 0;
		float: none;
	}
	#gnav #gNavInfo {display:none;}
}
@media only screen and (max-width:959px) {
	#gnav .size-search {
		float: none;
		width: auto;
		padding: 15px 0;
	}
}

/* size-search - fontsize */
#gnav #fontsize {
	margin-bottom: 10px;
	text-align: right;
	display:none;
}
#gnav #fontsize > * {
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
	text-decoration: none;
	line-height: 1.1;
}
#gnav #fontsize span {
	font-size: 15px;
}
#gnav #fontsize a {
	padding: 2px;
	color: #E73D48;
	border: #E73D48 solid 1px;
}
#gnav #fontsize a.on,
.big #gnav #fontsize .f-big {
	color: #fff;
	background-color: #E73D48;
}
#gnav #fontsize .f-mid {
	font-size: 16px;
}
.big #gnav #fontsize .f-mid {
	color: #E73D48;
	background-color: #fff;
}
#gnav #fontsize .f-big {
	font-size: 22px;
}
@media only screen and (max-width:959px) {
	#gnav #fontsize {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	#union-side-include {display: none;}
}

/* size-search - search-area */
#gnav #search-area {
	position: relative;
	max-width: 190px;
}
#gnav #search-area form {
	position: relative;
	display: block;
	margin: 0;
}
#gnav #search-area table {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
#gnav #search-area table th,
#gnav #search-area table td {
	margin: 0;
	padding: 0;
	/* width: 100%; */
}
.gsc-input-box {
	border: none;
}
.gsib_b {
	width:0;
	height: 0;
}
#gnav #search-area table.gsc-search-box td.gsc-input {
}
#gnav #search-area .cse .gsc-search-button-v2,
#gnav #search-area .gsc-search-button-v2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	/*outline: none;*/
	appearance: none;
}
#gnav #search-area .gsc-search-button {
	width: 28px;
	height: 28px;
	background: url(../img/pc/page/icon_search_bl.svg) no-repeat center center/13px;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

#gnav #search-area form input {
	display: block;
	margin: 0!important;
	padding: 0!important;
	/*background: none!important;*/
	background-color: #fff;
	/*border: none!important;*/
	/* border-radius: 0!important; */
	/*outline: none!important;*/
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
#gnav #search-area form input[type="text"] {
	display: block;
	width: 100%;
	height: 28px !important;
	padding: 5px 5px 5px 10px !important;
	font-size: 13px;
	border: #e1e1e1 solid 1px !important;
	line-height: 28px;
	border-radius: 4px;
}
#gnav #search-area ::-webkit-input-placeholder {
	color: #999;
	font-size:13px;
}
#gnav #search-area :-moz-placeholder {
	color: #999;
	font-size:13px;
}
#gnav #search-area ::-moz-placeholder {
	color: #999;
	font-size:13px;
}
#gnav #search-area :-ms-input-placeholder {
	color: #999;
	font-size:13px;
}


#gnav #search-area form input[type="submit"] {
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* width: 30px; */
	/* height: 30px; */
	text-indent: -9999px;
	/* background: url(../img/pc/page/icon_search.png) no-repeat center center; */
	/* cursor: pointer; */
}
@media only screen and (max-width:1199px) {
	#gnav #search-area {
		max-width: 90%;
		margin: 0 auto;
	}
	#gnav #search-area form input[type="text"] {
		/* border-color: transparent; */
	}
}



input.search-box-search-button{
	background-image: url(../img/pc/page/icon_search_bl.svg);
	background-color: transparent!important;
	text-indent: -9999px;
	border: none!important;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center;
	min-width: 30px!important;
	}

div.search-box-clear-button {display:none!important
;}


/* navs */
#gnav .navs {
	float: right;
	width: 540px;
	padding: 0;
}
#gnav .navs ul {
	padding: 0;
	margin: 0;
}
#gnav .navs li {
	padding: 0;
	text-align: center;
	list-style: none;
	border-left: #dcdcdc solid 1px;
}
#gnav .navs li:nth-last-of-type(2) {
	border-right: #dcdcdc solid 1px;
}
#gnav .navs li a {
	display: block;
	padding-bottom: 5px;
	color: #555;
	font-size: 15px;
	text-decoration: none;
	position:relative;
}

#gnav .navs li .icon {
	display: block;
	margin: 11px 0;
}

#gnav .navs li .icon img {
width: auto;
height: 30px;
}

#gnav .navs li .txt {
	display: table;
    width: 100%;
    height: 1.6em;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
    /*letter-spacing: -.03em;*/
}

#gnav .navs li .txt span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width:960px) {
	.type02 #gnav .navs {
		float: none;
		width: auto;
	}

/* 下線リンクmotionn　中央から左右 */

#gnav .navs li.col-xl > a:before{ 
	position: absolute;
	display:bloxk;
	left:100%;
	right:100%;
	bottom: 0;
	content: '';
	height: 2px;
	background-color: #E73D48;
	transition:left 0.3s ease, right 0.3s ease;
}
#gnav .navs li.col-xl > a:hover::before {
	left:20%;
	right:20%;
}


.bOutline #gnav .navs li#gNavOutline > a:after,
.bBenefit #gnav .navs li#gNavBenefit > a:after,
.bHealth #gnav .navs li#gNavHealth > a:after,
.bCheckup #gnav .navs li#gNavCheckup > a:after,
.bApplication #gnav .navs li#gNavApplication > a:after,
.bForm #gnav .navs li#gNavForm > a:after, 
.bQuestion #gnav .navs li#gNavQuestion > a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 60%;
    margin-left:20%;
    height: 2px;
    background-color: #E73D48;
    border-radius: 10px;
}
}
@media only screen and (max-width:959px) {
	#gnav .navs {
		float: none;
		width: auto;
		border-top: #dcdcdc solid 1px;
	}
	#gnav .navs li,
	#gnav .navs li:last-child {
		border: none;
		border-bottom: #dcdcdc solid 1px;
	}
	#gnav .navs li a {
		display: table;
		width: 100%;
		padding: 15px 10px;
		color: #444;
	}
	#gnav .navs li .icon,
	#gnav .navs li .txt {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}
	#gnav .navs li .icon img {
		max-width: none;
	}
	#gnav .navs li .txt span {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	#gnav .navs li .txt span br {
		display: none;
	}
}


/* inSubMenu
------------------------------------*/
/* overlay */
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;
}

/* inSubMenu */
#gnav .inSubBtn {
	position: static;
}
.type02 #gnav .navs {
	position: relative;
	height: 72px;
	/*letter-spacing: 0;*/
	top: 80px;
	/* margin-top: 115px; */
}

#gnav div.inSubMenu { display: none; }
#gnav .nav_open div.inSubMenu { display: block;}

#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: #E73D48;
		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;
	/* border-top: #dcdcdc solid 1px; */
	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;
	/* border-bottom: #dcdcdc solid 1px; */
	/* border-right: #dcdcdc solid 1px; */
	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;
	/* border-radius: 10px; */
	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: #E73D48 solid 2px;
	border-right: #E73D48 solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
@media only screen and (max-width:959px) {
	.type02 #gnav .navs {
		top: 100px;
	}
	#gnav .inSubBtn {
		position: static;
	}
	#gnav .inSubBtn > a {
		position: relative;
	}
	#gnav .inSubBtn > a:before {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-bottom: #E73D48 solid 2px;
		border-right: #E73D48 solid 2px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);

		-moz-transform: rotate(45deg);
	}
	#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 {
		/* width: 100%; */
		/* padding: 10px 20px; */
		font-size: 12px;
		color: #444;
	}
#gnav .inSubMenu .inSubMenuTtl > a {
	width:100%;
	text-align:left;
	margin: auto;
}

}

@media (min-width: 960px){

#gnav .inSubMenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: none;
	background: #ddd;
	top: 74px;
	text-align: left;
	/*width: 100%;
	left: 0;*/
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 20px 0;
	min-height:400px;
    }
.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
------------------------------------*/
#spMenu {
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
	width: 55px;
	height: 100%;
	cursor: pointer;
	z-index: 15;
}
#spMenu span,
#spMenu:before,
#spMenu:after {
	position: absolute;
	top: 38%;
	left: 50%;
	display: block;
	content: '';
	width: 32px;
	height: 2px;
	margin-left: -15px;
	background-color: #E73D48;
}
#spMenu span {
	margin-top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spMenu:before {
	margin-top: -11px;
}
#spMenu:after {
	margin-top: 7px;
}

#spMenu-text {
    position: absolute;
    right: 16px;
    top: 60%;
    display: none;
    font-size: 10px;
    font-weight: 700;
    z-index: 5;
}

@media only screen and (max-width:959px) {
	#spMenu, #spMenu-text {
		display: block;
	}

}
@media only screen and (max-width:767px) {
	#spMenu, #spMenu-text {
		display: block;
	}
}

/* sp-close
------------------------------------*/
#sp-close, #spClose-text {
	display: none;
}
@media only screen and (max-width:959px) {
.type02	#gnav .navs {
    margin-top: 20px;
    position: absolute;
    overflow-y: auto;
    height: calc( 100vh - 180px );
}

.type02	#gnav .navs > ul {padding-bottom:80px;}

	#sp-close {
		position: absolute;
		top: 0;
		right: -70px;
		width: 55px;
		height: 100%;
		display: block;
		cursor: pointer;
		/*transition: 0.4s;*/
		z-index: 95;
	}
	.open #sp-close {
		right: 5px;
		z-index: 110;
	}
	
	.open #spClose-text {
	right: 16px;
	z-index: 105;
	}
    
	#sp-close span,
    #sp-close:before,
	#sp-close:after {
		position: absolute;
		top: 38%;
		left: 50%;
		display: block;
		content: '';
		width: 32px;
		height: 2px;
		margin-left: -15px;
		background-color: #E73D48;
	}
    
    #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;

	}
	
	#spClose-text  {
    position: absolute;
    right: -80px;
    top: 60%;
    display: block;
    font-size: 10px;
    font-weight: 700;
    z-index: 5;
}
}

#spMenu-text,
#spClose-text {
font-family: -apple-system, BlinkMacSystemFont, Arial, "sans-serif";
color:#222;
}

/* 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;
}



/* 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;
}



/*--------------------------------------------------

 container

--------------------------------------------------*/
#container {
	margin: 30px 0;
}
.main-columns {
	padding-top: 20px;
}
@media only screen and (max-width:959px) {
	#container {
		padding: 70px 5px 0 5px;
	}
}
@media only screen and (max-width:767px) {
	#container {
    padding: 55px 5px 0 5px;
    margin-bottom: 0;
    background-color: #fff;
 }
	.main-columns {
		padding-top: 0;
		margin-bottom: 40px
	}
}

/* side-area
------------------------------------*/
.side-area {
	padding-left: 20px;
}
.side-area .widget-box .ttl {
	display: table;
	width: 100%;
	padding: 17px 10px 17px 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	background-color: #E73D48;
}


.side-area .widget-box .ttl:before {
	font-family: 'icomoon';
	content: "\e9bb";
	color:#fff;
	margin-right:5px;
	font-weight: 500;
}



.side-area .widget-box .ttl a {
color: #fff;
text-decoration:none;
}

.side-area .widget-box .ttl > * {
	display: inline-block;
	/* vertical-align: middle; */
}
.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;
}
.side-area ul.parts-widget-list01 li {
    flex-basis: 33%;
}

.side-area ul.parts-widget-list01 li a:before {
    position: absolute;
    top: 2rem;
    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;
}
	.side-area .widget-box .ttl {
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	.side-area .widget-box .ttl > * {
		display: inline-block;
		font-size: 15px;
}

}
.side-secure {
	margin-top: 25px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.side-secure {
		display: none;
	}
}

/*--------------------------------------------------

 font-size

--------------------------------------------------*/
.f15 {
	font-size: 1.5rem;
}
.f14 {
	font-size: 1.4rem;
}



/*--------------------------------------------------

 footer

--------------------------------------------------*/
#footer {
	position: relative;
	padding-top: 15px;
	/*border-top: #E73D48 solid 3px;*/
}
#footer .fsecur {
	display: none;
}
#footer .fnav {
	max-width: 1100px;
	margin: 0 auto;
    font-weight: 700;
	text-align: center;
}
#footer .fnav ul {
	margin: 6px auto 22px;
}   
#footer .fnav li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1;
}
#footer .fnav li a {
	display: block;
	color: #535353;
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: 700;
}
#footer .flogo {
	margin: 40px auto;
	text-align: center;
	line-height: 0;
}
#footer #copyright {
	padding: 44px 0;
	font-size: 15px;
	text-align: center;
	background-color: #F0F0F0;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width:767px) {
	#footer {
		padding-top: 0;
		border-top: #ddd solid 1px;
	}
	#footer .fsecur {
		display: none;
		width: 50px;
		margin: 0 auto 10px;
        }
	#footer .fnav {
    margin: 0 auto 20px;
    padding-top: 0;
 }
    #footer .fnav ul {
    margin: 0 auto 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* flex-grow: 1; */
    }   
    
	#footer .fnav li {
		margin: 0;
		line-height: 1.2;
		text-align: left;
		flex-basis: 50%;
		max-width: 50%;
		border-bottom: 1px solid #ddd;
		flex-grow: 0;
	}

	#footer .fnav li:nth-child(2n-1) {
		border-right: 1px solid #ddd;
	}

	#footer .fnav li a {
		font-size: 1.1rem;
		padding: 1em;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer .flogo {
		margin: 20px 10px;
		text-align: center;
	}
	#footer .flogo img {
		max-width: 215px;
	}
	#footer #copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}


#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;*/
	}
	#gnav,
	#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;
	flex-basis: calc((100% - 62px) / 3);
	max-width: calc((100% - 62px) / 3);
	flex-grow: 1;
	flex-shrink: 0;
	border:none;
	box-shadow: 0 1px 8px rgba(0,0,0,0.1);
}

@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;
}