@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    text-align: center;
}
body {
    height: 100%;
    margin: 0;
}

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

ol, ul {
list-style: none;
}

/* FontStyle */
strong {
font-weight: 500;
}
em {
font-style: italic;
}

/* Default Link Color */
a:link {
color: #177c9f;
}
a:visited {
color: #177c9f;
}
a:hover {
color: #177c9f;
}
a:focus {
color: #177c9f;
}
a:active {
color: #177c9f;
}

/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}

/* RoundBox */
.roundBox {
width: 500px;
background: url(none) repeat-y left top;
}
.roundCap {
font-size: 0%;
line-height: 0;
}

/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/* デバイス別表示設定 */
.pc-only {display: block;}
.pc-tab-only {display: block;}
.tab-sp-only {display: none!important;}
.sp-only {display: none;}
.pc{display: block;}
.sp{display: none;}

/* ClearBoth */
.cb {
clear: both;
}
/* ClearFix */
.cf:after {
content:" ";
display:block;
clear:both;
}

/* TabL+PC */
#wrap {
    width: 100%;
    text-align: left;
}
/*ヘッダーここから*/
header {
	width: 100%;
	background-color: #fff;
	margin-bottom: 85px;
	height: 80px;
}
#headLogoArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	max-width: 1920px;
	margin: 0 auto;
	height: 80px;
	/*padding: 20px 0;*/
}
#headLogo {
	max-width: 340px;
	width: 22%;
	line-height: 0;
	transition: all 0.3s;
}
#headLogo:hover {
	opacity: 0.6;
}
#headLogoSp {display: none;}

.headBtnArea {
	display: flex;
	clear: both;
	font-size: 1.4rem;
}
.headBtnArea .headBtn {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.headBtnArea .headBtn .headBtnList {
	display: flex;
	list-style: none;
	margin:0 20px 0 10px;
}
.headBtnArea .headBtn .headBtnList li:first-child {
	margin-right: 5px;
}
.headBtn .headBtnList li a {
color: #333;
background-color: #f3f3f3;
border: #aaa 1px solid;
line-height: 23px;
padding: 1px 5px;
text-decoration: none;
display: block;
}
.headBtn .headBtnList li a.active {
color: #1c8398;
padding: 0px 4px;
border: #1c8398 2px solid;
background-color: #fff;
}
.headBtn .headBtnList li a.textresizer-active {
color: #1c8398;
padding: 0px 4px;
border: #1c8398 2px solid;
background-color: #fff;
}
.headBtn .headBtnList li a:hover {
color: #FFF;
padding: 0px 4px;
border: #1c8398 2px solid;
background-color: #1c8398;
}
.headAccBtn {
	margin-right: 10px;
}
.headAccBtn a {
	background-color: #4368AC;
	border: 1px solid #4368AC;
	text-decoration: none;
	color: #fff!important;
	padding: 4px 10px;
	align-items: center;
	display: flex;
	height: 100%;
	font-weight: 500;
	transition: all 0.3s;
}
.headAccBtn.headAccBtnCol a {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #111!important;
}
.headAccBtn.headAccBtnCol a:hover {
	background-color: #D1B103;
	border: 1px solid #ccc;
	color: #fff!important;
}

.headAccBtn.headAccBtnCol a span {
	width: 12px;
	height: auto;
	margin-right: 5px;
	margin-bottom: -2px;
}
.headAccBtn.headAccBtnCol a span svg {
	transition: fill 0.5s;
	fill: #D1B103;
}
.headAccBtn.headAccBtnCol a:hover span svg {
	fill: #fff;
}
.headAccBtn a:hover {
	background-color: #fff;
	border: 1px solid #4368AC;
	color: #4368AC!important;
	transition: all 0.3s;
}
.headConBtn a {
	background-color: #00788B;
	text-decoration: none;
	padding: 0px 20px;
	color: #fff!important;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	transition: all 0.3s;
	border: 1px solid #00788B;
}
.headConBtn a:hover {
	background-color: #fff;
	color: #00788B!important;
	transition: all 0.3s;
}
.headConBtn a span {
	width: 18px;
	height: auto;
	margin-right: 5px;
	margin-bottom: -3px;
}
.headConBtn a span svg {
	transition: fill 0.5s;
	fill: #fff;
}
.headConBtn a:hover span svg {
	fill: #00788B;
}


/*検索フォーム*/
.headSearch {
float:left;
}
.footSearch {
	display: flex;
	padding: 12px 0;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E6E6E6;
}
.footSearch #___gcse_1 {
	width: 90%;
    max-width: 400px;
}
.cse .gsc-control-cse, .gsc-control-cse {
border:none!important;
padding: 0 !important;
}
.headSearch .cse .gsc-control-wrapper-cse,.headSearch .gsc-control-wrapper-cse {
background-color:#fff!important;
border:#ccc!important;
width: 240px !important;
height:30px;
float: right;
}
.footSearch .cse .gsc-control-wrapper-cse,.footSearch .gsc-control-wrapper-cse {
background-color:#fff!important;
border:#ccc!important;
width: 100% !important;
height:30px;
float: right;
}
.headSearch table.gsc-search-box,.footSearch table.gsc-search-box {
margin-left: 0;
margin-top: 0;
}
.headSearch table.gsc-search-box td,.footSearch table.gsc-search-box td {
border-right: none;
border-bottom: none;
padding: 1px 0 0!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
padding-right: 0 !important;
border: none;
}
.gsc-input-box {
vertical-align: middle !important;
padding:0px 4px!important;
height: 28px !important;
border-color: #ccc !important;
background-color:#fff !important;
border-radius: 0!important;
}
.gs-title {
text-align: left;
}
.gstl_50 {
border-top: none;
border-right: none;
border-left: none;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.gsib_a {
border-top: none;
border-right: none;
border-left: none;
}
.gsib_b {
border-top: none;
border-left: none;
}
.gsst_a {
padding-left: 0 !important;
padding-top: 0 !important;
padding-right: 0 !important;
}
.gscb_a {
padding-left: 0;
padding-right: 0;
}
input.gsc-input {
font-size: 100% !important;
position: relative;
top: -2px;
background:none!important;
border:none;
}
.gsc-search-button {
border-top: none;
border-left: none;
	margin-left: 5px!important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
background-color: #00296C !important;
background-repeat: no-repeat;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
margin-top: 0 !important;
padding: 8px 15px !important;
	height: 30px!important;
}
.gsc-search-button-v2 {
	padding: 6px 15px!important;
	line-height: 1em;
	border-color: #00296C!important;
    background-color: #00296C!important;
	border-radius: 4px!important;
}
.cse input.gsc-search-button, input.gsc-search-button {
border-color: #052F7A !important;
border-radius: 0 !important;
}
input.gsc-search-button {
margin-left: 0 !important;
}
/*検索フォーム*/

/*検索フォーム（html版）*/
#cse-search-box input.text {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: none;
font-size: 108% !important;
padding: 5px !important;
width: 150px;
}
/*検索フォーム（html版）*/

#head_wrap {
    position: relative;
    width: 100%;
    line-height: 1;
    z-index: 99;
    height: 0px;
    text-decoration: none;
}
#head_wrap a {
    text-decoration: none;
}
#head_wrap .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#head_wrap .inner:after {
    content: "";
    clear: both;
    display: block;
}
.dropMenu {
	height: 0;
	display: none;
}
.WSPC .dropMenu {
    /*display: none;*//*デフォルトでは非表示の状態にしておく*/
	height: 0%;
	display: block;
	padding: 0!important;
	transition:all .3s ease-out;
	overflow: hidden;
}
.WSPC .menuItem:hover .dropMenu {
    /*display: block;*//*Gナビメニューにホバーしたら表示*/
	height: auto;
	padding: 20px 0 10px!important;
	transition:all .3s ease-out;
}

#global-nav {
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E6E6E6;
	border-bottom: 5px solid #4368AC;
	padding: 20px 10px 0;
}
#global-nav > ul {
    list-style: none;
    font-size: 18px;
    display: flex;
	justify-content:space-between;
	max-width: 1920px;
	width: 100%;
}
#global-nav > ul > li {
    width: 20%;
	margin-right: 0.6em;
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
	line-height: 1.4em;
	position: relative;
}
#global-nav > ul > li.tab-sp-only {
	display: none;
}
#global-nav > ul > li:last-child {
    margin-right: 0em;
}


#global-nav > ul > li > a {
	text-align: center;
    transition: all .3s ease 0s;
	height: 60px;
    font-weight: 500;
	width: 100%;
	color: #000000;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}


#global-nav > ul > li > a:hover {
	color: #fff;
	background-color: #4368AC;
}
#global-nav > ul > li > a .mediIcon {
	font-size: 15px;
	color: #fff;
	position: relative;
    display: block;
    padding: 2px 3px;
	line-height: 1em;
	margin-bottom: 4px;
    min-width: 100px;
    max-width: 100%;
    background: #4368AC;
	transition: all .3s ease 0s;
}
#global-nav > ul > li > a .mediIcon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 4px solid #4368AC;
	transition: all .3s ease 0s;
}
#global-nav > ul > li > a:hover .mediIcon {
	color: #4368AC;
    background: #fff;
}
#global-nav > ul > li > a:hover .mediIcon:before {
	border-top: 4px solid #fff;
}

#global-nav > ul > li > .innerNavBg {
	margin-top: 60px;
	position: absolute;
	font-size: 15px;
	width: 100%;
}
#global-nav > ul > li > .innerNavBg {
	text-align: left;
	background-color: rgba(67,104,172,0.9);
	padding: 20px 0 10px;
	box-sizing: border-box;
}
#global-nav > ul > li > .innerNavBg > .innerNav {
	list-style: none;
}
#global-nav > ul > li > .innerNavBg > .innerNav.first {
	margin-bottom: 26px;
	position: relative;
}
#global-nav > ul > li > .innerNavBg > .innerNav.first::before {
	content: "";
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 90%;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 2px;
}
#global-nav > ul > li > .innerNavBg > .innerNav li > a {
	color: #fff;
	position: relative;
	width: 100%;
	padding: 8px 10px 8px 18%;
	background-color: inherit;
	height: auto;
    line-height: 1.3em;
	font-weight: 500;
	display: block;
}
#global-nav > ul > li > .innerNavBg > .innerNavMtit a {
	color: #fff;
	position: relative;
	width: 100%;
	padding: 12px 10px 12px 13%;
	background-color: inherit;
	height: auto;
    line-height: 1.3em;
	font-weight: 500;
	display: block;
}
#global-nav > ul > li > .innerNavBg > .innerNavMtit a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
#global-nav > ul > li > .innerNavBg > .innerNavMtit a::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

#global-nav > ul > li > .innerNavBg > .innerNav li > a:hover,#global-nav > ul > li > .innerNavBg > .innerNavMtit a:hover {
	background-color: #283E67;
}
#global-nav > ul > li > .innerNavBg > .innerNav li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 3px;
	background-color: #fff;
	left:8%;
}

#head_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	align-items: center;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 999;
}
#nav-toggle {
		display: none;
	}

/*ヘッダーここまで*/

/*フッターここから*/
footer {
	position: relative;
}
#page-top {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 20px;
	z-index: 800;
}
#page-top a {
	transition: all 0.5s;
}
#page-top a:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

.footBnrLiArea {
	background-color: #E6E6E6;
	padding: 20px 0;
}
.footBnrLi {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	max-width: 1680px;
}
.footBnrLi li {
	width: 18.5%;
	line-height: 0;
}
.footBnrLi li a {
	transition: all 0.3s;
}
.footBnrLi li a:hover {
	opacity: 0.6;
}
.footBg {
	background-color: #283E67;
}
.footCont {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	padding: 30px 0 50px;
}
.footAddArea,.footMenuArea {
	width: 50%;
}
.footLogo {
	max-width: 250px;
	width: 80%;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.footLogo:hover {
	opacity: 0.6;
}
.footAdd {
	color: #fff;
	font-size: 14px;
}
.footAddTel {
	border: none;
	margin: 10px 0 30px;
}
.footAddTel th,.footAddTel td {
	border: none;
	background-color: inherit;
}
.footAddTel th {
	padding: 2px 15px 2px 0;
}
.footAddTel td {
	padding: 2px 0;
}
.footAddBtn {
	max-width: 250px;
	width: 80%;
	font-size: 11px;
}
.footAddBtn a {
	border: 1px solid #BEBEBE;
	background-color: #fff;
	display: flex;
	text-decoration: none;
	color: #000!important;
	justify-content: center;
	align-items: center;
	padding: 8px 25px 8px 10px;
	font-weight: 500;
	position: relative;
	transition: all 0.3s;
}
.footAddBtn a:hover {
	border: 1px solid #fff;
	color: #fff!important;
	background-color: #283E67;
}
.footAddBtn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #000;
}
.footAddBtn a:hover::before {
	border-left: 8px solid #fff;
}
.footMenuLiBox {
	display: flex;
	justify-content: space-between;
}
.footMenulist {
	list-style: none;
	width: 49%;
}
.footMenulist li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	position: relative;
}
.footMenulist li::before {
	content: "";
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 10px;
	height: 4px;
	background-color: #fff;
	left:0;
}
.footMenulist li a {
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}
.footMenulist li a:hover {
	text-decoration: underline;
}
.footSns {
	padding-top: 50px;
}
.footSnsList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.footSnsList li:first-child {
	margin-right: 2%;
}
.footSnsList li a {
	transition: all 0.3s;
}
.footSnsList li a:hover {
	opacity: 0.6;
}
.copy {
	padding: 20px 5% 30px;
	text-align: center;
	font-size: 13px;
	box-sizing: border-box;
}
/*フッターここまで*/

/*パンくずここから*/
.pankuzuBg {
background-color: #fff;
	border-bottom: 2px solid #E6E6E6;
	box-sizing: border-box;
	padding: 12px 0;
}
.pankuzu {
font-size: 13px;
margin-left: auto;
margin-right: auto;
max-width:1920px;
width: 90%;
padding: 0 5%;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pankuzu li {
display: inline-block;
	position: relative;
    padding-right: 18px;
    margin-right: 12px;
}
.pankuzu li:last-child{
	padding-right: 0px;
    margin-right: 0px;
}
.pankuzu li:last-child::before {
	content: none;
}
.pankuzu li::before {
	content: "/";
	position: absolute;
	right: 0;
}
.pankuzu li a {
	color: #177c9f;
	text-decoration: underline;
}
.pankuzu li a:hover{
text-decoration:none;
}
.pankuzu li img {
	width: 12px;
padding-bottom: 3px;
vertical-align: middle;
}
/*パンくずここまで*/

/* /TabL+PC */



/*調整*/
@media screen and (max-width: 1200px) {
	.headAccBtn {
		margin-right: 10px;
	}
	.headConBtn a {
		padding: 0px 10px;
	}
	.headSearch .cse .gsc-control-wrapper-cse,.headSearch .gsc-control-wrapper-cse {
width: 200px !important;
}
	.headAccBtn {
	margin-right: 10px;
}

}/* /調整*/



/* TABP+SPL */
@media screen and (max-width: 1024px) {
    .pc-only {display: none!important;}
	.pc-tab-only {display: block;}
	.tab-sp-only {display: block!important;}
	.sp-only {display: none;}
	header {
	margin-bottom: 0px;
		padding-top: 65px;
		height: 60px;
	}
	#headLogoArea {
		display: none;
	}

	#global-nav ul {
		display: block;
		margin-right: 0px;
	}
	#global-nav ul li {
		border-right: none;
	}
	#global-nav ul li.sp-only {
	display: block;
	}
	#head_wrap {
		top: 0;
		position: fixed;
		margin-top: 0;
		width: 100%;
		padding: 0;
	}
	#head_wrap .inner {
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: space-between;
		/*border-bottom: 2px solid #E6E6E6;*/
		border-bottom: 5px solid #4368AC;
		background-color: #fff;
	}
	#head_wrap .fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 60px;
		z-index: 98;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#headLogoSp {
		display: block;
	max-width: 280px;
	width: 85%;
	margin-left: 10px;
	}

	.headConBtnSp {
		margin-right: 60px;
		overflow: hidden;
		border-right: 1px solid #fff;
		display: flex!important;
	}
	.headAccBtn {
		margin-right: 1px;
	}
	.headAccBtn a {
		background-color: #4368AC;
	text-decoration: none;
		padding: 6px 1px;
	color: #fff;
	display: flex;
		flex-wrap: wrap;
	align-items: center;
	font-weight: 500;
	transition: all 0.3s;
	border: 1px solid #4368AC;
		text-align: center;
		width: 60px;
		height: 60px;
	}
	.headAccBtn a > p {
		font-size: 9px;
		line-height: 1.3em;
		width: 100%;
	}

	.headConBtn a {
	background-color: #00788B;
	text-decoration: none;
		padding: 6px 1px;
	color: #fff;
	display: flex;
		flex-wrap: wrap;
	align-items: center;
	font-weight: 500;
	transition: all 0.3s;
	border: 1px solid #00788B;
		text-align: center;
		width: 60px;
		height: 60px;
	}
	.headConBtn a:hover {
	background-color: #00788B;
	color: #fff!important;
	transition: all 0.3s;
}
.headConBtn a span {
	/*width: 18px;*/
	width: 25px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
        margin-bottom: 2px;
        margin-top: 3px;
	}
.headConBtn a span svg {
	transition: fill 0.5s;
	fill: #fff;
	}
.headConBtn a:hover span svg {
	fill: #00788B;
	}
	.headConBtn a > p {
		font-size: 9px;
		line-height: 1.3em;
		width: 100%;
	}
	#global-nav {
		position: absolute;
		right: -290px;
		left: auto;
		background: #4368AC;
		width: 290px;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
		z-index: 999;
		padding: 0;
	}
	#global-nav > ul {
		list-style: none;
		position: relative;
		right: 0;
		bottom: 0;
		font-size: 16px;
		padding: 1em;
		height: 100vh;
		overflow-y: scroll;
		box-sizing: border-box;
		}
	#global-nav > ul > li {
		width: 100%;
		border-bottom:  1px solid #fff;
		margin-right: 0;
		position: relative;
	}
	#global-na > ul > li::before {
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		width: 0px;
		height: 0px;
		border: 0.3em solid transparent;
		border-left: 0.4em solid #fff;
		content: "";
	}
	#global-nav > ul > li:first-child {
		padding-bottom: 1.5em;
	}
	#global-nav > ul > li:first-child::before {
		border: none;
	}
	#head_wrap #global-nav > ul > li > a, #head_wrap.fixed #global-nav > ul > li > a,#head_wrap #global-nav > ul > li > p.accordion_title {
		width: 100%;
		display: block;
		padding: 1em 0 1em 1em;
		box-sizing: border-box;
		color: #fff;
		text-align: left;
		font-weight: 500;
        line-height: 1.2em;
		background-color: inherit;
		height: auto;
	}
	#head_wrap #global-nav > ul > li > a span.arrow,#head_wrap #global-nav > ul > li > p.accordion_title span.arrow {
		position: relative;
		display: inline-block;
	}
	#head_wrap #global-nav > ul > li > a span.arrow::before,#head_wrap #global-nav > ul > li > p.accordion_title span.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
	}

	#head_wrap #global-nav > ul > li > p.accordion_title::before,#head_wrap #global-nav > ul > li > p.accordion_title::after  {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translateY(-50%);
    transition: opacity 0.3s;
	}

	#head_wrap #global-nav > ul > li > p.accordion_title::after {
		transform: translateY(-50%) rotate(90deg);
		transition: transform 0.3s;
	}

	#head_wrap #global-nav > ul > li > p.accordion_title.show::before {
		opacity: 0;
	}

	#head_wrap #global-nav > ul > li > p.accordion_title.show::after {
		transform: translateY(-50%) rotate(180deg);
	}

	#global-nav > ul > li.navBtnArea {
		display: flex!important;
		justify-content: space-between;
		flex-direction: inherit;
		color: #fff;
		font-size: 13px;
	}
	#global-nav > ul > li .headConBtnAtt {
		width: 48%;
	}
	#global-nav > ul > li .headConBtnAtt a {
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #4368AC;
		padding: 8px 5px;
		font-weight: 500;
		box-sizing: border-box;
	}
	#global-nav > ul > li .headConBtnAtt a span {
	width: 18px;
	/*width: 25px;*/
	height: auto;
	margin-right: 5px;
	margin-left: 0;
        margin-bottom: 0;
        margin-top: 5px;
	}
	#global-nav > ul > li .headConBtnAtt a span svg {
	transition: fill 0.5s;
	fill: #4368AC;
	}
	#global-nav > ul > li .navLang {
		width: 48%;
		color: #fff;
		display: flex!important;
		flex-direction: inherit;
		justify-content: center;
		align-items: center;
	}
	#global-nav > ul > li .navLang > p {
		margin-right: 1em;
	}
	#global-nav > ul > li .navLang > div {
		width: 40%;
	}
	#head_wrap #global-nav > ul > li .navLang .navLangBtn a {
		display: block;
		border: 1px solid #fff;
		padding: 0.5em 0;
		/*background-color: #00788B;*/
		text-align: center;
		color: #fff;
	}

	#global-nav > ul > li > .innerNavBg {
		margin-top: 0px;
		position: relative;
		font-size: 15px;
		width: 112%;
		margin-left: -1em;
		text-align: left;
		background-color: #fff;
		padding: 0px 0 0px;
		height: auto;
	}
	#global-nav > ul > li > .innerNavBg > .innerNav {
		list-style: none;
	}
	#global-nav > ul > li > .innerNavBg > .innerNav li > a {
		color: #4368AC;
		position: relative;
		width: 100%;
		padding: 15px 10px 15px 15%;
		background-color: inherit;
		height: auto;
		line-height: 1.3em;
		font-weight: 500;
		display: block;
		box-sizing: border-box;
	}
	#global-nav > ul > li > .innerNavBg > .innerNav li > a:hover {
		background-color: inherit;
	}
	#global-nav > ul > li > .innerNavBg > .innerNav li > a::before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 10px;
        height: 4px;
        background-color: #4368AC;
		left:8%;
	}
	#global-nav > ul > li > .innerNavBg > .innerNav li > a::after {
        border-bottom: 1px dotted #4368AC;
        content: "";
        position: absolute;
        left: 50%;
		bottom: 0;
        transform: translateX(-50%);
        width:90%;
}
	#global-nav > ul > li > .innerNavBg > .innerNavMtit a {
		color: #4368AC;
		position: relative;
		width: 100%;
		padding: 15px 10px 15px 13%;
		background-color: inherit;
		height: auto;
		line-height: 1.3em;
		font-weight: 500;
		display: block;
		box-sizing: border-box;
	}
	#global-nav > ul > li > .innerNavBg > .innerNavMtit {
		position: relative;
	}
	#global-nav > ul > li > .innerNavBg > .innerNavMtit::before {
		border-bottom: 1px dotted #4368AC;
        content: "";
        position: absolute;
        left: 50%;
		bottom: 0;
        transform: translateX(-50%);
        width:90%;
	}
	#global-nav > ul > li > .innerNavBg > .innerNavMtit a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
		border: 5px solid transparent;
		border-left: 8px solid #4368AC;
	}
	#global-nav > ul > li > .innerNavBg > .innerNavMtit a::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 8%;
		transform: translateY(-50%);
		border: 5px solid transparent;
		border-left: 8px solid #4368AC;
	}
	#global-nav > ul > li > .innerNavBg > .innerNavMtit a:hover {
	background-color: inherit;
}
	#global-nav > ul > li > .innerNavBg > .innerNav.first {
    margin-bottom: 0px;
    position: relative;
}
	#global-nav > ul > li > .innerNavBg > .innerNav.first li:last-child > a::after {
        border-bottom: 1px solid #4368AC;
        content: "";
        position: absolute;
        left: 50%;
		bottom: 0;
        transform: translateX(-50%);
        width:90%;
}
	#global-nav > ul > li > .innerNavBg > .innerNav.first::before {
		display: none;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 290px;
		top: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		background-color: #4368AC;
}

	#nav-toggle > p {
		content: "MENU";
		font-size: 9px;
		position: absolute;
		font-weight: 500;
		color: #fff;
		top: 40px;
		right: 15px;
	}
	.open #nav-toggle > p {
		font-size:0;
	}
	.open #nav-toggle > p:before {
		content: "CLOSE";
		display: block;
		font-size: 9px;
		position: absolute;
		font-weight: 500;
		color: #fff;
		right: -2px;
	}
	#nav-toggle > div {
		position: absolute;
		right: 16px;
		top: 10px;
		width: 26px;
		height: 36px;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 2px;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 20px;
	}
	.open #nav-toggle {
		right: 290px;
		-moz-transform: translateX(290);
		-webkit-transform: translateX(290);
		transform: translateX(290);
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		right: 0;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.open .cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 997;
	background: rgba(3,3,3,.5);
	display: block;
}
	.bodyFix {
		overflow:hidden;
	}
	/*パンくずここから*/
	.pankuzuBg {
		border-top: 2px solid #E6E6E6;
		border-bottom:none;
		padding: 12px 0;
	}
	.pankuzu {
	font-size: 12px;
	width: 90%;
	}
	/*パンくずここまで*/

}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 768px) {
    .pc-only {display: none;}
	.pc-tab-only {display: none;}
	.tab-sp-only {display: block;}
	.sp-only {display: block;}
	.footBnrLiArea {
		padding: 20px 0;
	}
	.footBnrLi {
		list-style: none;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.footBnrLi li {
		width: 30%;
		margin-right: 3%;
		line-height: 0;
	}
	.footBnrLi li:first-child {
		margin-bottom: 2%;
	}
	.footBnrLi li:nth-child(3n) {
		margin-right: 0;
	}

	.footCont {
	width: 90%;
	display: flex;
		flex-wrap: wrap;
	padding: 30px 0 60px;
}
.footAddArea,.footMenuArea {
	width: 100%;
}
	.footAddArea {
		margin-bottom: 5%;
	}

.footAddTel th {
	padding: 2px 15px 2px 0;
	min-width: 50px;
}
.footAddTel td {
	padding: 2px 0;
}
.footMenuLiBox {
	display: flex;
	justify-content: space-between;
}
.footMenulist {
	list-style: none;
	width: 60%;
}

.footSns {
	padding-top: 0px;
	margin-top: -70px;
}
.copy {
	padding: 30px 5% 30px;
}
}/* /SPP */

/* 調整2 */
@media screen and (max-width: 599px) {
	.footBnrLi {
		justify-content: space-between;
	}
	.footBnrLi li {
		width: 48%;
		margin-right: 0;
		line-height: 0;
	}
	.footBnrLi li:nth-child(odd) {
		margin-bottom: 3%;
	}
	.footBnrLi li:last-child {
		margin-bottom: 0;
	}
}/* /調整2 */

/* 調整3 */
@media screen and (max-width: 350px) {
	#global-nav {
		right: -260px;
		width: 260px;
	}
	#nav-toggle {
		right: 260px;
}
	.open #nav-toggle {
		right: 260px;
		-moz-transform: translateX(260);
		-webkit-transform: translateX(260);
		transform: translateX(260);
	}
	#page-top {
		width:50px;
		height: 50px;
		right: 10px;
		bottom: 10px;
	}

}/* /調整3 */