@charset "utf-8";
/**
 * base.css
 */


/*--------------------------------------------------

 html, body

--------------------------------------------------*/
html {
	font-size: 10px;
}
html.big {
	font-size: 12px;
}
p{
	text-align:justify;
}
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
ul,ol {
	padding-left: 1.1em;
}


@media only screen and (max-width:1199px) {}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:565px) {}


/*--------------------------------------------------

 siteCommonStyle

--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.noT a:hover {
	text-decoration: none;
}

/* 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: #535353;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: left;
}
.common-wrap {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 1rem;
	}
}



/*--------------------------------------------------

 header

--------------------------------------------------*/
#header-include { height:95px;}

#header {
	/*overflow: hidden;*/
	position: relative;
	background: #fff url(../img/pc/page/bg.png) repeat-x center top;
	box-shadow: 0 5px 4px rgba(0,0,0,.1);
	z-index: 100;
}
@media only screen and (min-width:1200px) {
	#header.type02 .common-wrap {
		max-width: 1100px;
		padding: 0;
	}
}
@media only screen and (max-width:1199px) {
	#header-include { height:0;}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-top-width: 3px;
		z-index: 100;
	}
	#header .common-wrap {
		max-width: none;
	}
}

/* site-title
------------------------------------*/
#header .site-title {
	float: left;
	margin: 0;
	padding: 12px 0 0;
}
#header .site-title a {
	display: block;
}
#header.type02 .common-wrap {
	position: relative;
}
@media only screen and (max-width:1199px) {
	#header .site-title {
		padding: 10px;
		line-height: 0;
	}
	#header .site-title img {
		width: 172px;
	}
}


/* gnav
------------------------------------*/
#gnav {
	float: right;
}
@media only screen and (min-width:1200px) {
	.type02 #gnav {
		width: 100%;
		margin-top: 30px;
	}
	.type02 #gnav:before {
		position: absolute;
		top: 95px;
		left: 50%;
		display: block;
		content: '';
		width: 110vw;
		height: 3px;
		background: #006bb7;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
	}
}
@media only screen and (max-width:1199px) {
	#gnav {
		overflow: auto;
		position: fixed;
		top: 0;
		right: -270px;
		float: none;
		height: 100%;
		width: 200px;
		background-color: #fff;
		z-index: 100;
		transition: 0.4s;
	}
	.open #gnav {
		right: 0;
	}
}

/* size-search */
#gnav .size-search {
	float: left;
	width: 205px;
	padding: 10px 15px 0 0;
	line-height: 1.1;
}

@media only screen and (min-width:1200px) {
	.type02 #gnav .size-search {
		position: absolute;
		top: 0;
		right: 0;
		float: none;
	}
}
@media only screen and (max-width:1199px) {
	#gnav .size-search {
		float: none;
		width: auto;
		padding: 15px 0;
	}
}

/* size-search - fontsize */
#gnav #fontsize {
	margin-bottom: 10px;
	text-align: right;
}
#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: #006bb7;
	border: #006bb7 solid 1px;
}
#gnav #fontsize a.on,
.big #gnav #fontsize .f-big {
	color: #fff;
	background-color: #006bb7;
}
#gnav #fontsize .f-mid {
	font-size: 16px;
}
.big #gnav #fontsize .f-mid {
	color: #006bb7;
	background-color: #fff;
}
#gnav #fontsize .f-big {
	font-size: 22px;
}
@media only screen and (max-width:1199px) {
	#gnav #fontsize {
		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;
}
#gnav #search-area table th,
#gnav #search-area table td {
	margin: 0;
	padding: 0;
}
.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;
	padding: 0;
	appearance: none;
}
#gnav #search-area .gsc-search-button {
	width: 30px;
	height: 30px;
	background: url(../img/pc/page/icon_search.png) no-repeat center center;
	cursor: pointer;}
#gnav #search-area .gsc-search-button svg {
	opacity: 0;
}
#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: 30px !important;
	padding: 5px 35px 5px 5px !important;
	font-size: 16px;
	background-color: #f6f6f6 !important;
	border: #dcdcdc solid 1px !important;
	line-height: 30px;
}
#gnav #search-area ::-webkit-input-placeholder {
	color: #999;
}
#gnav #search-area :-moz-placeholder {
	color: #999;
}
#gnav #search-area ::-moz-placeholder {
	color: #999;
}
#gnav #search-area :-ms-input-placeholder {
	color: #999;
}


#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: 175px;
		margin: 0 auto;
	}
	#gnav #search-area form input[type="text"] {
		border-color: transparent;
	}
}


/* navs */
#gnav .navs {
	float: right;
	width: 540px;
	padding: 0;
}
#gnav .navs ul {
	padding: 0 0 10px 0;
	margin: 0;
}
#gnav .navs li {
	padding: 0;
	text-align: center;
	list-style: none;
	border-left: #ccc solid 1px;
}
#gnav .navs li:last-child {
	border-right: #dcdcdc solid 1px;
}
#gnav .navs li a {
	display: block;
	/*padding-bottom: 5px;*/
	color: #444;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#gnav .navs li .icon {
	display: block;
	margin: 0;
}
#gnav .navs li .txt {
	display: table;
	width: 100%;
	height: 1.8em;
	line-height: 1.2;
}
#gnav .navs li .txt span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width:1200px) {
	.type02 #gnav .navs {
		float: none;
		width: auto;
	}
}
@media only screen and (max-width:1199px) {
	#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: 10px;
	}
	#gnav .navs li .icon,
	#gnav .navs li .txt {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}
	#gnav .navs li .icon img {
		max-width: 32px;
	}
	#gnav .navs li .txt span {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	#gnav .navs li .txt span br {
		display: none;
	}
}

/* inSubMenu
------------------------------------*/
#gnav .inSubBtn {
	position: static;
}
.type02 #gnav .navs {
	position: relative;
}
#gnav li.inSubMenu {
	position: absolute;
	top: 100%;
	left: -1px;
}
#gnav .inSubMenu {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	/*top: 100%;
	left: -1px;*/
	display: block;
	width: 100vw;
	top: 76px;
	display: none;
	max-width: 550px;
	background: #dcecfc;
	border-left: #fff solid 2px;
	border-right: #fff solid 2px;
	border-top: #fff solid 2px;
	text-align: left;
}
#gnav .inSubMenu:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
}
#gnav .inSubMenu .inSubMenuTtl {
	padding: 10px;
	color: #006bb7;
}
#gnav .inSubMenu .inSubMenuTtl > * {
	display: inline-block;
	text-decoration: none;
	color: #006bb7;
}
#gnav .inSubMenu ul {
	display: flex;
	flex-wrap: wrap;
	border-top: #dcdcdc solid 1px;
	padding: 10px;
}
#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;
	width: 50%;
	border: none;
	/*border-bottom: #dcdcdc solid 1px;
	border-right: #dcdcdc solid 1px;*/
}
#gnav .inSubMenu li a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 5px 5px 24px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7rem;
}
#gnav .inSubMenu li a:before {
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #006bb7 solid 2px;
	border-right: #006bb7 solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
@media only screen and (max-width:1199px) {
	#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: #006bb7 solid 2px;
		border-right: #006bb7 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;
		display: none;
		width: 100%;
		max-width: none;
	}
	#gnav .inSubMenu:before {
		display: none;
	}
	#gnav .inSubMenu .inSubMenuTtl {
		padding: 0;
		font-size: 14px;
	}
	#gnav .inSubMenu .inSubMenuTtl > * {
		display: block;
		padding: 10px 20px;
	}
	#gnav .inSubMenu ul {
		display: block;
		border-top: #dcdcdc solid 1px;
	}
	#gnav .inSubMenu li {
		display: block;
	}
	#gnav .inSubMenu li,
	#gnav .inSubMenu li:last-child {
		width: 100%;
		border: none;
		border: none;
	}
	#gnav .inSubMenu li + li {
		border-top: #dcdcdc solid 1px !important;
	}
	#gnav .inSubMenu li a {
		width: 100%;
		padding: 10px 5px 10px 22px;
		font-size: 12px;
	}
}


/* spMenu
------------------------------------*/
#spMenu {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 50px;
	height: 100%;
	cursor: pointer;
	z-index: 5;
}
#spMenu span,
#spMenu:before,
#spMenu:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 26px;
	height: 2px;
	margin-left: -15px;
	background-color: #006bb7;
}
#spMenu span {
	margin-top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spMenu:before {
	margin-top: -11px;
}
#spMenu:after {
	margin-top: 7px;
}
@media only screen and (max-width:1199px) {
	#spMenu {
		display: block;
	}
}
@media only screen and (max-width:767px) {
	#spMenu {
		width: 50px;
	}
}


/* sp-close
------------------------------------*/
#sp-close {
	display: none;
}
@media only screen and (max-width:1199px) {
	#sp-close {
		position: fixed;
		top: 0;
		right: -70px;
		width: 30px;
		height: 30px;
		display: block;
		cursor: pointer;
		transition: 0.4s;
		z-index: 95;
	}
	.open #sp-close {
		right: 200px;
	}
	#sp-close:before,
	#sp-close:after {
		position: absolute;
		top: 50%;
		left: 5px;
		display: block;
		content: '';
		height: 2px;
		width: 20px;
		margin-top: -1px;
		background-color: #fff;
	}
	#sp-close:before {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#sp-close:after {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
}


/* 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-bottom: 75px;
}
.main-columns {
	padding-top: 20px;
}
@media only screen and (max-width:1199px) {
	#container {
		padding-top: 51px;
	}
}
@media only screen and (max-width:767px) {
	#container {
		margin-bottom: 0;
	}
	.mian-column {
		margin-bottom: 20px;
	}
}

/* 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: #006bb7;
}
.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;
}
@media only screen and (max-width:767px) {
	.side-area {
		padding: 10px;
		margin: 0 -10px;
		background-color: #f6f6f6;
	}
	.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;
	}
}

.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: #006bb7 solid 1px;
}
#footer .fsecur {
	display: none;
}
#footer .fnav {
	margin-bottom: 16px;
	text-align: center;
}
#footer .fnav li {
	display: inline-block;
	margin: 18px;
	line-height: 1;
}
#footer .fnav li a {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#footer .flogo {
	margin-bottom: 20px;
	text-align: center;
	line-height: 0;
}
#footer #copyright {
	padding: 32px 0;
	font-size: 15px;
	text-align: center;
	background-color: #2e72b9;
	color: #fff;
}
@media only screen and (max-width:767px) {
	#footer {
		padding-top: 10px;
	}
	#footer .fsecur {
		display: block;
		width: 50px;
		margin: 0 auto 10px;
	}
	#footer .fnav {
		margin-bottom: 20px;
	}
	#footer .fnav li {
		display: inline-block;
		margin: 3px;
		line-height: 1;
	}
	#footer .fnav li a {
		font-size: 9px;
	}
	#footer .flogo {
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .flogo img {
		max-width: 215px;
	}
	#footer #copyright {
		padding: 4px 0;
		font-size: 9px;
	}
}


#pagetop {
	position: fixed;
	bottom: -110px;
	right: 0;
	z-index: 100;
	transition: 0.3s;
}
#pagetop.up {
	bottom: 0;
}
#pagetop.up.stop {
	position: absolute;
	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: 10px;
	background: url(../img/pc/page/pagetop.png) no-repeat center center;
	background-size: 100% auto;
	transition: 0;
}


@media only screen and (max-width:767px) {
	#pagetop.up.stop {
		top: -60px;
	}
	#pagetop a {
		width: 40px;
		height: 40px;
	}
}


/*--マージン確保--*/
p + div,
p + table {
  margin-top: 2rem;
}



@media print{
  .side-area {
display:none;
  }
}

/*--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,
	#fabric-side-include,
	#benefit-side-include,
	#health-side-include,
	#application-side-include,
	#union-side-include,
	#contents-side-include,
	#pagetop {
		display: none;
	}
	#container:after {
    content: '';
    display: block;
    height: 30px;
	}
}

@media (max-width: 767px){
	#mag01 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
}
