@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 {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
	word-wrap:break-word;
	word-break:break-all;
}

ul,ol {
	padding-left: 1.1em;
}

/*--------------------------------------------------

 siteCommonStyle

--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #D82E7C;
	text-decoration: none;
	word-break: break-all;
	/*transition: 0.2s;
	-webkit-transition: 0.2s;*/
}

a:hover {
	text-decoration: underline;
	color:#eb5278;
}

.noT a:hover {
	text-decoration: underline;
}

a img.imgover:hover {opacity: 0.7;}


/* 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!important;
	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:75px;
  margin-top:-75px;
}
}

/* 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, font, space

--------------------------------------------------*/

/*#Index_wrap div.row > div {
padding: 20px 40px 40px;
box-shadow:0 0 7px rgba(0, 0, 0, 0.1);
}*/

#wrapper {
	overflow: hidden;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Roboto, "Noto Sans JP", "メイリオ", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
	letter-spacing: .05em;
	/* background-color: #fafafa; */
	font-feature-settings: "palt";
}

@media only screen and (max-width:565px) {
#wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Roboto, sans-serif;
	}
}

h1, h2, h3, h4, h5, h6 {line-height: 1.7;}
ol, ul, dl {margin: 1rem 0;}
small {font-size:90%; font-weight:400;}
.lead {font-size: 18px;}


.common-wrap {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 30px;
	/* background-color: #fff; */
	/* box-shadow: 0 1px 3px 0 rgba(0,0,0,.05); */
	/* position: relative; */
}


.main-columns > div.common-wrap {padding-bottom: 50px;}

.parts-tab-body > h2.parts-title-02:first-child {margin-top: 30px;}





/*--------------------------------------------------

 header

--------------------------------------------------*/
#header-include {height: 115px;}
#header2-include {height: 180px;}


#header {
	/*overflow: hidden;*/
	height: 126px;
	position: relative;
	/*border-top: #00469C solid 5px;*/
	/* border-bottom: #dcdcdc solid 1px; */
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
@media only screen and (min-width:960px) {
	#header.type02 .common-wrap {
		max-width: 1100px;
		padding: 0;
        box-shadow: none;
	}
}





/* site-title
------------------------------------*/
#header .site-title {
position: absolute;
	margin: 0;
	padding: 27px 0 0;
    height: 74px;
    z-index: 5;
font-size: 0;
}
#header .site-title a {
	display: block;
	background: url("../img/pc/page/logo_kitty.gif") no-repeat;
	background-size: contain;
	background-position-x: 16px;
	height: 61px;
	/* image-rendering: -webkit-optimize-contrast; */
}

#header .site-title img {
		width: auto;
		height: 38px;
		margin-left: 96px;
		margin-top: 22px;
	}

#header.type02 .common-wrap {
}

#Inquiry-head {position: absolute;width: 150px;top: -9px;right: 355px;z-index: 100;}


/* 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%;
	}
	/*.type02 #gnav:before {
		position: absolute;
		top: 93px;
		left: 50%;
		display: block;
		content: '';
		width: 110vw;
		height: 1px;
		background: #dcdcdc;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
	}*/
		#gnav #gNavInfo {display:none;}
}


/* size-search */
#gnav .size-search {
	/* float: left; */
	/* width: 400px; */
	/* padding: 10px 15px 0 0; */
	line-height: 1.1;
}

@media only screen and (min-width:960px) {
	.type02 #gnav .size-search {
		position: absolute;
		top: 20px;
		right: 20px;
		/* float: none; */
		/* width: 431px; */
	}
}


/* size-search - fontsize */
#gnav #fontsize {
	/* margin-bottom: 10px; */
	/* text-align: right; */
	/* display: block; */
	/* float: left; */
	position: absolute;
	top: 4px;
	right: 190px;
	width: 130px;
	display: block;
}
#gnav #fontsize > * {
	display: inline-block;
	margin-left: 5px;
	/*vertical-align: middle;*/
	text-decoration: none;
	line-height: 15px;
}
#gnav #fontsize span {
	font-size: 11px;
    height: 23px;
    line-height: 23px;
}
#gnav #fontsize a {
	padding: 3px;
	color: #333;
	border: #ddd solid 1px;
    width: 23px;
    border-radius:4px;
}
#gnav #fontsize a.on,
.big #gnav #fontsize .f-big {
	color: #fff;
	background-color: #e83e8c;
	border: #e83e8c solid 1px;
}
#gnav #fontsize .f-mid {
	font-size: 13px;
}
.big #gnav #fontsize .f-mid {
}
#gnav #fontsize .f-big {
	font-size: 13px;
}

/* 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;
	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;
    width: 65%;
    margin-left: 35%;
}
#gnav .navs li {
	/*height: 30px;*/
	padding: 6px 0;
	text-align: center;
	list-style: none;
	/*border-right: #dcdcdc solid 1px;*/
}
#gnav .navs li:last-child {
	border-right: none;
}

#gnav .navs li a {
	display: block;
	padding-bottom: 0;
	margin: 0 5px;
	color: #444;
	font-size:14px;
	text-decoration: none;
	position: relative;
	height: 100%;
	font-weight: 500;
}

#gnav .navs li .icon {
	display: none;
	margin: 6px 0;
    height: 28px;
}

#gnav .navs li .icon img {
width: auto;
height: 24px;
}

#gnav .navs li .txt {
	display: table;
	width: 100%;
	height: 30px;
	line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
#gnav .navs li .txt span {
	display: table-cell;
	vertical-align: middle;
}

#gnav .navs li + li .txt span:before {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    left: -5px;
    top: 5px;
    height: 20px;
}

/*#gnav .navs li:hover .txt span:before,
#gnav .navs li:hover + li .txt span:before,
#gnav .navs li:first-child .txt span:before {
    border-right:none;
}*/

@media only screen and (min-width:960px) {
	.type02 #gnav .navs {
		float: none;
		width: auto;
		margin: 8px 0 0;
}

#gnav .navs li:hover > a,
#gnav .navs li.nav_open >  a { opacity: 1;}


/* 下線リンクmotionn　中央から左右 */

#gnav .navs li.col-xl > a:before,
#gnav .navs li.col-xl > a:after {
	position: absolute;
    bottom: -5px;
    content: '';
	width:0;
    height: 4px;
    background-color: #F68CA2;
    transition: .3s;
}
#gnav .navs li.col-xl > a::before {
	left:40%;
}
#gnav .navs li.col-xl > a::after {
	right:40%;
}
#gnav .navs li.col-xl > a:hover::before,
#gnav .navs li.col-xl > a:hover::after {
  width:50%;
}



/* 下線リンクmotionn 左から右 */
/*#gnav .navs li.col-xl > a:after {
	position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
	width:86%;
	margin-left:7%;
    height: 2px;
    opacity:0;
    background-color: #00469C;
    transition: .3s;
    border-radius: 10px;
    visibility: hidden;
}
#gnav .navs li.col-xl > a:hover::after {
  opacity: 1;
  visibility: visible;
}
.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 {
    opacity:1;
    visibility: visible;
}*/


.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: -5px;
    left: 0;
    content: '';
    width: 80%;
    margin-left:11%;
    height: 4px;
    background-color: #F68CA2;
    border-radius: 10px;
}
}

.bOutline #gnav .navs li#gNavOutline > a,
.bBenefit #gnav .navs li#gNavBenefit > a,
.bHealth #gnav .navs li#gNavHealth > a,
.bCheckup #gnav .navs li#gNavCheckup > a,
.bApplication #gnav .navs li#gNavApplication > a,
.bForm #gnav .navs li#gNavForm > a, 
.bQuestion #gnav .navs li#gNavQuestion > a {
    /* color:#444; */
}

/*.bOutline #gnav .navs li#gNavOutline .txt span:before,
.bOutline #gnav .navs li#gNavOutline + li .txt span:before,
.bBenefit #gnav .navs li#gNavBenefit .txt span:before,
.bBenefit #gnav .navs li#gNavBenefit + li .txt span:before,
.bHealth #gnav .navs li#gNavHealth .txt span:before,
.bHealth #gnav .navs li#gNavHealth  + li .txt span:before,
.bApplication #gnav .navs li#gNavApplication .txt span:before,
.bApplication #gnav .navs li#gNavApplication + li .txt span:before,
.bForm #gnav .navs li#gNavForm .txt span:before,
.bForm #gnav .navs li#gNavForm + li .txt span:before {
    border-right: none;
}*/


/* inSubMenu
------------------------------------*/
/* overlay */
body {
    position: relative;
}
body:after {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(123,123,123,0.5);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
body.nav_overlay:after {
    opacity: 0;
    z-index: 50;
}

/* inSubMenu */
#gnav .inSubBtn {
	position: static;
}
.type02 #gnav .navs {
	position: relative;
	height: 30px;
	letter-spacing: 0;
	margin-top: 85px;
	width: 100%;
}



#gnav div.inSubMenu { display: none; }
#gnav .nav_open div.inSubMenu {
	display: block;
	opacity: 1;
	animation-duration: .7s;
	animation-name: fade-in;
	-moz-animation-duration: .7s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: .7s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/*#gnav .inSubMenu:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}*/
#gnav .inSubMenu .inSubMenuTtl {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 700;
	width: 90vw;
	/* max-width: 1050px; */
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#gnav .inSubMenu .inSubMenuTtl > * {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	box-shadow: 1px 0px 0px rgba(225,225,225,0);
	text-align: center;
	background-color: #00469C;
	padding: 10px;
	width: 40%;
	border: 1px solid #fff;
}
#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;
	background-color: #fff;
	margin: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* width: 16%; */
	border: none;
	flex-basis: calc(80vw / 6);
	max-width: calc(80vw / 6);
	border-radius:4px;
}

@media only screen and (max-width:1199px) {
	#gnav .inSubMenu li {
	flex-basis: calc(80vw / 4);
	max-width: calc(80vw / 4);
	}
}

#gnav .inSubMenu li:last-child {
}

#gnav .inSubMenu li a small {
font-size: 100%;
}

#gnav .inSubMenu li a:hover {
color: #F68CA2;
}

#gnav .inSubMenu li a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: flex;
    align-items: center;
	width: 100%;
	padding: 8px 20px 8px 15px;
	text-align: left;
    line-height: 1.2;
}
#gnav .inSubMenu li a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #ccc solid 2px;
	border-right: #ccc solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

@media only screen and  (min-width: 960px){
#gnav .inSubMenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: none;
	background: #00469C;
	top: 41px;
	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: #F68CA2;
}
#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;
}

/* sp-close
------------------------------------*/
#sp-close, #spClose-text {
	display: none;
}

#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;
}



/*--------------------------------------------------

 container

--------------------------------------------------*/
#container {
	margin: 20px 0 75px 0;
	/* background-color: #fafafa; */
}

.mian-column {padding: 0 10px!important;}

/* 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: 500;
	line-height: 1.3;
	background-color: #00469C;
	border-radius: 8px 8px 0 0;
}

.side-area .widget-box .ttl  a {
	color: #fff;
}

.side-area .widget-box .ttl > * {
	display: table-cell;
	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;
}

.side-secure {
	margin-top: 25px;
	text-align: center;
}

.side-secure {
	margin-top: 25px;
	text-align: center;
}


/*--------------------------------------------------

 font-size

--------------------------------------------------*/
.f15 {
	font-size: 1.5rem;
}
.f14 {
	font-size: 1.4rem;
}



/*--------------------------------------------------

 footer

--------------------------------------------------*/
#footer {
	position: relative;
	/* background-color: #fff; */
	/* border-top: #dcdcdc solid 1px; */
	/* height: 320px; */
}
#footer .fsecur {
	display: none;
}

#footer footer {
    /* margin: 0 auto; */
    background-color: #fff;
    position: relative;
} 

#footer .fnav {
    max-width: 1100px;
    margin: 0 auto;
    font-weight: 500;
    padding-top: 40px;
    text-align: center;
}

/*
#footer .fnav > div {
	display: table-cell;
    width: 33%;
}
*/

#footer .fnav li {
	list-style-type: none;
	display: inline-block;
	margin-right: 40px;
}
#footer .fnav li a {
	display: block;
	color: #535353;
	font-size: 1.5rem;
	text-decoration: none;
}

#footer .fnav li a:hover {
opacity: 0.6;
}

#footer .flogo {
    max-width: 1100px;
    margin: 100px auto;
    /* display: inline-block; */
    text-align: center;
}

#footer .flogo p.flogo-inner {
	background: url("../img/pc/page/logo_kitty.gif") no-repeat;
	background-position: left top;
	width: 295px;
	margin: 20px auto;
	height: 53px;
	background-size: contain;
	/* image-rendering: -webkit-optimize-contrast; */
}

#footer .flogo > div:first-child img {
	margin-left: 67px;
	vertical-align: bottom;
	position: relative;
	top: 16px;
}

.flogo-inner2{width: 150px;margin: 10px auto; text-align: center}
.flogo-inner2 a{background-color: #dc3545;color: #fff;display: block;padding: 6px;border-radius: 6px;font-size: 15px;text-decoration: none;}

.flogo-inner2 a:hover{
text-decoration: none;
opacity: 0.6;
}





#footer #copyright {
    margin: 0 auto;
    /* padding: 14px 0; */
    font-size: 13px;
    text-align: center;
    background-color: #00469C;
    letter-spacing: 0;
    color: #fff;
    height: 80px;
    line-height: 80px;
}



#footer #search-area {
	position: relative;
	max-width: 230px;
}
#footer #search-area form {
	position: relative;
	display: block;
	margin: 0;
}
#footer #search-area table {
	margin: 0;
}
#footer #search-area table th,
#footer #search-area table td {
	margin: 0;
	padding: 0;
}

#search-area .gsc-input-box {
	border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.gsib_b {
	width:0;
	height: 0;
}
#footer #search-area table.gsc-search-box td.gsc-input {}
#footer #search-area .cse .gsc-search-button-v2,
#footer #search-area .gsc-search-button-v2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
}
#footer #search-area .gsc-search-button {
	width: 30px;
	height: 30px;
	background: #888;
	cursor: pointer;}
#footer #search-area .gsc-search-button svg {
	opacity: 1;
}
#footer #search-area form input {
	display: block;
	margin: 0!important;
	padding: 0!important;
	/*background: none!important;*/
	border: none!important;
	border-radius: 0!important;
	outline: none!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
#footer #search-area form input[type="text"] {
	display: block;
	width: 100%;
	height: 28px !important;
	padding: 5px 35px 5px 5px !important;
	font-size: 16px;
	background-color: #f6f6f6;
	border: #dcdcdc solid 1px;
	line-height: 28px;
}
#footer #search-area ::-webkit-input-placeholder {
	color: transparent;
}
#footer #search-area :-moz-placeholder {
	color: transparent;
}
#footer #search-area ::-moz-placeholder {
	color: transparent;
}
#footer #search-area :-ms-input-placeholder {
	color: transparent;
}


#footer #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;
	background-size: 80%;
}


#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;
	filter: drop-shadow(0 0px 4px rgba(0, 0, 0, .6));
	opacity: 0.5;
}


/*--マージン確保--*/
p + div,
p + table {
  margin-top: 2rem;
}



@media print {
	#header .site-title {
		width: 340px;
		padding-bottom: 20px;
	}
	#gnav {
		display: none;
	}
	#spMenu {
		display: block !important;
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		border: #00469C solid 2px;
	}

}

/*--table scroll--*/
.scroll table th,
.scroll table td {
font-size:85%;
}

.form_tab .col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 6em;
}


/*--icon--*/
.parts-text-indent .parts-icon-pdf,
.parts-text-indent .parts-icon-doc,
.parts-text-indent .parts-icon-xls {
	display: inline;
	background-position: 0 0.15em;
}

.bn {
	padding: 10px;
	margin: 5px;
	border-bottom: 1px dotted #CCCCCC;
}



/*--Line maker--*/
.u_line_mark_y {background:linear-gradient(transparent 60%, #f5e56b 0%);}

@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
.u_line_mark_y {
background:#ff6;
}
.u_line_mark_y {
background:linear-gradient(transparent 60%, #ff6 0%);
}
}


/*--sitemap--*/
#sitemap p {display: inline-block; margin-right: 3em; padding-bottom: 10px;}
#sitemap p.parent {display: block;}
#sitemap p.pl-5 + p.pl-3 {display: block;}


/*--footer backgrond--*/
.back_image {position: relative;top: -80px;}
.back_image_01 {position: absolute;top: 0;left: -5%;height: 20vh;width: 200%;background: rgba(255, 60, 236, 0.3);transform: rotate(-5deg);z-index: 0;}
.back_image_02 {position: absolute;top: 0;right: -5%;height: 20vh;width: 200%;background: rgba(255, 60, 236, 0.1);transform: rotate(5deg);z-index: 0;}



/*--------------------------------------------------

@media only screen and (max-width:767px) 

--------------------------------------------------*/

@media only screen and (max-width:767px) {
.back_image {top: -40px;}

	.sp {
		display: block !important;
	}
	.sp_cont {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}

	#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 {
        height: 60px;
        min-width: 320px;
	}

	#header .site-title {
		padding: 10px 0 0 0;
		line-height: 0;
	}
    #header .site-title {
    height: 50px;
	}
	#header .site-title a{
	height: 38px;
	}
	#header .site-title img {
		width: auto;
		height: 28px;
		margin-left: 66px;
		margin-top: 10px;
	}
	#spMenu, #spMenu-text {
		display: block;
	}

	#container {
    padding: 65px 10px;
    margin-bottom: 0;
    background-color: #fff;
 }
	.mian-column {
		padding: 0!important;
		margin-bottom: 20px;
	}


.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%;
	max-width: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 {
		display: none;
	}

	#footer {
	}
	#footer .fsecur {
		display: block;
		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;
	}
	#footer .flogo {
    margin-top: 30px;
		margin-bottom: 10px;
        display: block;
	}
#footer .flogo > div:nth-child(-n+2) {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    }
	#footer .flogo p.flogo-inner {
	display: inline-block;
	/* margin-left: -10px; */
	height: 50px;
	}
    #footer .flogo > div + div {
    font-size: 1.1rem;
    padding-left:0;
    }
	#footer .flogo img {
		max-width: 216px;
	}
	#footer #copyright {
		/* padding: 10px 0; */
		font-size: 10px;
	}

#footer #search-area {
    display: none;
    }

	#pagetop.up.stop {
	top: inherit;
	position: fixed;
	}
	#pagetop a {
		width: 60px;
		height: 60px;
	}

.scroll{ overflow: auto;
-webkit-overflow-scrolling: touch;
}

.scroll table { min-width: 450px; }

.scroll table th,
.scroll table td {
font-size:85%;
padding: 8px;
}

.form_tab .col {
	flex-basis: 33%;
	max-width:33%;
    flex-grow: 1;
    margin-top: 10px;
    font-size: 85%;
    }
}


/*--------------------------------------------------

@media only screen and (max-width:959px) 

--------------------------------------------------*/

@media only screen and (max-width:959px) {
    .common-wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px 20px 10px;
    }
    .main-columns > div.common-wrap {padding-bottom: 30px;}
    
	#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 4px rgba(120,120,120,.1);
	}
	#header .common-wrap {
		max-width: none;
        padding: 0;
	}

	#header .site-title {
		padding: 14px 0;
		line-height: 0;
	}
	#header .site-title a {
		height: 47px;
	}
	#header .site-title img {
		width: auto;
		height: 36px;
		margin-left: 80px;
		margin-top: 10px;
	}

	#gnav {
		overflow: hidden;
		position: fixed;
		top: 0;
		/* right: -80%; */
		float: none;
		height: 100%;
		width: 0;
		background-color: #fff;
		z-index: 100;
		padding-top: 30px;
		/* transition: 0.4s; */
	}
	.open #gnav {
		right: 0;
		width: 85vw;
        max-width: 500px;
	}

	#gnav .size-search {
		float: none;
		width: auto;
		padding: 15px 0;
		/* position: fixed; */
	}

#Inquiry-head {margin: 0 auto 25px;position: inherit;width: 175px;}
#Inquiry-head .flogo-inner2 {width: 175px;}

	#gnav #fontsize {
		display: none;
	}

	#gnav .navs {
		float: none;
		width: auto;
		border-top: #dcdcdc solid 1px;
	}
    
    #gnav .navs ul {width: 100%; margin-left: 0;}
    
	#gnav .navs li,
	#gnav .navs li:last-child {
		border: none;
		border-bottom: #e1e1e1 dotted 1px;
		height: auto;
		padding: 4px;
		position: relative;
	}
	#gnav .navs li a {
		display: table;
		width: 100%;
		padding: 4px;
		height: auto;
		margin: 0;
	}
	#gnav .navs li .icon,
	#gnav .navs li .txt {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}
	#gnav .navs li .icon img {
		max-width: none;
        display: none;
	}
	#gnav .navs li .txt span {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	#gnav .navs li .txt span br {
		display: none;
	}

	#gnav .navs li + li .txt span:before {
    border-right: none;
	}

	#gnav .inSubMenu li {
	flex-basis: 100%;
	max-width: 100%;
	}

	#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: #F68CA2 solid 2px;
		border-right: #F68CA2 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 8px 0 8px;
		font-size: 14px;
		width: auto;
		text-align: left;
		color: #333;
	}
	#gnav .inSubMenu .inSubMenuTtl > * {
		display: block;
		box-shadow: none;
		border: none;
		background-color: #00469C;
		width: auto;
		margin: 0 auto;
		color: #fff;
	}
	#gnav .inSubMenu ul {
		display: flex;
		border-top: none;
		width: auto;
		margin: 5px;
	}
	#gnav .inSubMenu li {
		display: block;
	}
	#gnav .inSubMenu li,
	#gnav .inSubMenu li:last-child {
		width: 100%;
		border: none;
	}
	#gnav .inSubMenu li + li {
		border-top: #dcdcdc solid 1px !important;
	}
	#gnav .inSubMenu li a {
		width: 100%;
		padding: 10px 20px;
		font-size: 12px;
		color: #333;
	}

	#spMenu, #spMenu-text {
		display: block;
	}

.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: #F68CA2;
	}
    
    #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;
	}

#container {
		padding: 75px 0;
		background-color: #fff;
	}

	.side-area {
		padding: 0 0 10px 10px;
		margin: 0;
/*		background-color: #f6f6f6;*/
        font-size: 1.3rem;
	}
	.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-area .widget-box .ttl.icon > *:first-child {
		width: 25px;
		margin-right: 8px;
	}
}

/* 退職後の健康管理
--------------------------------------------------*/

.parts-table-02.retirement {border-top: 4px solid #c8e3ff; border-left: none; border-bottom: 4px solid #c8e3ff;}
.parts-table-02.retirement tr th, .parts-table-02.retirement tr td {background-color: #fff; border: none;} 
.parts-table-02.retirement tr:nth-child(even) th, .parts-table-02.retirement tr:nth-child(even) td {background-color: #eff7ff;}
.parts-table-02.retirement th img {max-width: 100px; height: auto;}
.post_retirement_wrap {display: flex;}
.post_retirement_wrap p img {max-width: 200px; height: auto; margin: 0 0 0 2em;}
.post_retirement_wrap.reverse {flex-direction: row-reverse;}
.post_retirement_wrap.reverse p img {max-width: 200px;height: auto;margin: 0 4em 0 0;}

.parts-table-02.retirement02 thead th {background-color: #4a97bb; color: #fff; text-align: center;}

@media only screen and (max-width:768px) {
.post_retirement_wrap, .post_retirement_wrap.reverse {flex-direction: column;}
.post_retirement_wrap p:has(img) {margin: 1em auto;}
.post_retirement_wrap p img, .post_retirement_wrap.reverse p img {margin: 0;}
}

.index-cards.retirement_wrap02 .row > div {
	margin:10px;
	flex-basis: calc((100% - 40px) / 2);
	max-width: calc((100% - 40px) / 2);
}

@media only screen and (max-width:565px) {
.index-cards.retirement_wrap02 .row > div {
	margin:10px 20px;
	flex-basis:calc(100% - 40px);
	max-width:calc(100% - 40px);
}
}


.index-cards.retirement_wrap02 .card-title {
  display: block;
  padding: 10px 14px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #4a97bb solid 1px;
  background-color: #4a97bb;
}

.index-cards.retirement_wrap02 .row > div {
	border: #4a97bb solid 2px;
}
.index-cards.retirement_wrap02 .card-body {position: relative;overflow: hidden;margin: 0 20px;}
.index-cards.retirement_wrap02 .card-body .list-group {margin-top: 1em;margin-bottom: .5em;}
.index-cards.retirement_wrap02 .card-body img {
   border-radius: 50%;
}
