@charset "utf-8";

/*=====================================
layout.css
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
select,
textarea,
button {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
*, :after, :before {
	box-sizing: border-box;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	color: #181818;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #181818;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
blockquote {
	padding-left: 2em;
}
u {
	text-decoration: underline;
}
sup {
	font-size: 0.65em;
	vertical-align: super;
}
sub {
	font-size: 0.65em;
	vertical-align: sub;
}


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	padding-top: 150px;
	overflow: hidden;
}
.inner {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px;
}
.inner:after {
	clear: both;
	display: block;
	content: "";
}


/*-------------------------------------
 header
-------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 150px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.headerGroup .inner {
	display: flex;
	max-width: inherit;
	width: 100%;
	padding: 0;
}
.headerLogo {
	width: 294px;
	margin: 14px 20px;
	flex-shrink: 0;
}
.headerPC {
	height: 150px;
}
.headerPC .headerItem {
	flex: 1;
	padding: 15px 0;
}
.headerPC .headerLink {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.headerPC .headerLink ul {
	display: flex;
	font-size: 14px;
}
.headerPC .headerLink ul li {
	margin: 0 15px 0 9px;
}
.headerPC .headerLink ul li a {
	display: inline-block;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left center;
}
.headerLink ul li.headerLink01 a {
	background-image: url(../images/icn_about01.svg);
	background-size: 13px auto;
}
.headerLink ul li.headerLink02 a {
	background-image: url(../images/icn_contact01.svg);
	background-size: 14px auto;
}
.headerLink ul li.headerLink03 a {
	padding-left: 15px;
	background-image: url(../images/icn_pamphlet01.svg);
	background-size: 11px auto;
}
.headerLink ul li.headerLink04 a {
	background-image: url(../images/icn_school01.svg);
	background-size: 13px auto;
}
.headerLink ul li.headerLink05 a {
	padding-left: 16px;
	background-image: url(../images/icn_mypage01.svg);
	background-size: 10px auto;
}

.headerLink ul li.headerLink06 a {
	    padding-left: 20px;
    background-image: url(../images/icn_cart02.svg);
    background-size: 15px auto;
}
.headerPC .headerSearch {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 15px 0 0;
}
.headerPC .headerSearch dl {
	display: flex;
	align-items: center;
}
.headerPC .headerSearch dl dt {
	margin: 0 10px 0 0;
	color: #686868;
	font-size: 14px;
}
.headerPC .headerSearch dl dd {
	width: 216px;
	border: 1px solid #d0d0d0;
	flex-shrink: 0;
}
.headerPC .headerSearch dl dd input[type=text] {
	width: 182px;
	height: 30px;
	margin: 0;
	padding: 2px 5px;
	border: none;
}
.headerPC .headerSearch dl dd input[type=submit] {
	width: 32px;
	height: 30px;
	margin: 0;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	border: none;
	background: url(../images/icn_search02.svg) no-repeat center center / 14px auto;
	overflow: hidden;
}
.headerPC .headerCart {
	margin-left: auto;
}

.headerPC .gnav {
	background: #f1f1f1;
}
.headerPC .gnav .inner {
	position: static;
}
.headerPC .gnavList ul {
	display: flex;
}
.headerPC .gnavList > ul > li {
	flex-grow: 1;
}
.headerPC .gnavList > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
}
.headerPC .gnavList > ul > li.current > a {
	color: #fff;
}
.headerPC .gnavList > ul > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 98%;
	height: 6px;
}
.headerPC .gnavList > ul > li > .snav {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(51,51,51,0.95);
	opacity: 0;
	visibility: hidden;
}
.headerPC .gnavList > ul > li > .snav ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 22px 25px;
	font-size: 16px;
	font-weight: bold;
}
.headerPC .gnavList > ul > li > .snav ul li {
	padding: 0 25px 0 0;
}
.headerPC .gnavList > ul > li > .snav ul li a {
	position: relative;
	display: block;
	padding: 5px 0 5px 23px;
	color: #fff;
	text-decoration: none;
}
.headerPC .gnavList > ul > li > .snav ul li a:hover:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 12px;
	height: 6px;
	background-color: #fff;
}
.headerPC .gnavList .icnBlank {
	width: 12px;
	margin: 0 0 2px 8px;
	vertical-align: middle;
}
.headerSP {
	display: none;
}
header .floatingBnr {
	width: fit-content;
    position: absolute;
    right: 0;
	}
header .floatingBnr ul{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
header .floatingBnr li a {
	writing-mode: vertical-rl;
	display: flex;
	background-color: #fff;
	color: #F01E4B;
	align-items: center;
	padding: 16px 10px 20px 10px;
	transition: 0.3s;
	border: 4px solid #F01E4B;
	}
header .floatingBnr li:nth-child(2) a {
	border-top:none;
	border-bottom:none;
	}
header .floatingBnr li a:hover {
	text-decoration: none;
	opacity: 0.7;
	}
header .floatingBnr figure {
	background-color: #F01E4B;
	border-radius: 5px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	}
header .floatingBnr figure img {
	width: 24px;
	}
header .floatingBnr li:first-child figure img {
	width: 20px;
	}


/*-------------------------------------
 main
-------------------------------------*/
.main {
	min-height: 50vh;
}

.topicpath {
	margin: 0 0 20px 0;
}
.topicpathList {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
	color: #686868;
	font-size: 15px;
}
.topicpathList li + li:before {
	content: "/";
	display: inline-block;
	padding: 0 15px;
}
.topicpathList li a {
	color: #686868;
}


/*-------------------------------------
 service
-------------------------------------*/
.serviceArea {
	color: #fff;
	background: #27549e;
}
.serviceArea .inner {
	padding-top: 65px;
	padding-bottom: 50px;
}
.serviceTitle {
	margin: 0 0 10px 0;
	font-size: 38px;
	text-align: center;
}
.serviceList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.serviceList ul li {
	padding: 10px 30px;
	text-align: center;
}
.serviceList ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
}
.serviceList ul li a img {
	width: 55%;
}
.serviceList ul li.twitter a img {
	width: 45%;
}
.serviceList ul li.line a img {
	width: 45%;
}
.serviceList ul li p {
	padding: 10px 0 0 0;
	font-weight: bold;
}


/*-------------------------------------
 banner
-------------------------------------*/
.bannerList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px;
	padding: 47px 0;
}
.bannerList ul li {
	width: 25%;
	padding: 13px;
	flex-shrink: 0;
}


/*-------------------------------------
 fixedArea
-------------------------------------*/
.fixedArea {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
}
.fixedArea .inner {
	display: block;
	width: 100%;
}
.fixedBtn {
	padding: 20px 0;
}
.fixedBtn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 500px;
	max-width: 100%;
	min-height: 64px;
	margin: 0 auto;
	padding: 5px 50px 5px 30px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	border: none;
	background: url(../images/icn_arw03.svg) no-repeat right 20px center / 11px auto #27549e;
}
.fixedClose {
  position: absolute;
	top: -35px;
	right: 15px;
  display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.fixedClose:before,
.fixedClose:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2px;
	height: 30px;
	background: #ccc;
}
.fixedClose:before {
	transform: rotate(45deg);
}
.fixedClose:after {
	transform: rotate(-45deg);
}


/*-------------------------------------
 pagetop
-------------------------------------*/
.pagetopArea a {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 9999;
	display: block;
	width: 64px;
	height: 64px;
	text-indent: 200%;
	white-space: nowrap;
	background: url(../images/pagetop.svg) no-repeat center center / 22px auto rgba(51,51,51,0.3);
	overflow: hidden;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footerArea {
	text-align: center;
}
.footerA {
	background: #f9f9f9;
}
.footerA .inner {
	padding-top: 36px;
	padding-bottom: 7px;
}
.footerB {
	color: #fff;
	background: #333;
}
.footerB .inner {
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 15px;
}
.footerLogo {
	width: 260px;
	margin: 0 auto 23px auto;
}
.footerNav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footerNav ul li {
	margin: 0 17px 10px;
	padding: 0 0 0 16px;
	background: url(../images/icn_arw02.svg) no-repeat 0 9px / 7px auto;
}
.footerLink ul {
	display: flex;
}
.footerLink ul li {
	margin: 0 40px 0 0;
	padding: 0 0 0 20px;
	background: url(../images/icn_arw01.svg) no-repeat 0 6px / 9px auto;
}
.footerLink ul li a {
	color: #fff;
}
.footerCopyright {
	margin-left: auto;
	font-family: 'Roboto', sans-serif;
}





























/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	
#wrapper {
	padding-top: 55px;
}
	

/*-------------------------------------
 header
-------------------------------------*/
.header {
	height: 55px;
}
.headerSP {
	display: block;
}
.headerLogo {
	width: 178px;
	margin: 13px 0 0 12px;
}
.headerLogo img {
	width: 178px;
	max-width: inherit;
}
.headerFloat .headerLogo {
	width: 36px;
	overflow: hidden;
}
.headerMenu {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 40px 0 10px;
	
	opacity: 0;
	visibility: hidden;
}
.headerFloat .headerMenu {
	opacity: 1;
	visibility: visible;
}
.headerMenu ul {
	display: flex;
	width: 100%;
	font-size: 9px;
	line-height: 1.1;
}
.headerMenu ul li {
	width: 25%;
	margin: 0;
	padding: 0 3px;
	text-align: center;
}
.headerMenu ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 22px 0 0 0;
	color: #979797;
	background-repeat: no-repeat;
	background-position: center top;
}
.headerMenu ul li.headerMenu01 a {
	background-image: url(../images/icn_mypage01.svg);
	background-size: 15px auto;
}
.headerMenu ul li.headerMenu02 a {
	background-image: url(../images/icn_school01.svg);
	background-size: 17px auto;
}
.headerMenu ul li.headerMenu03 a {
	background-image: url(../images/icn_youtube02.svg);
	background-size: 16px auto;
}
.headerMenu ul li.headerMenu04 a {
	background-image: url(../images/icn_cart02.svg);
	background-size: 17px auto;
}

.headerBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 105;
	width: 40px;
	height: 55px;
	cursor: pointer;
}
.headerBtn span {
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #27549e;
	transition: all .2s;
	box-sizing: border-box;
}
.headerBtn span:nth-of-type(1) {
	top: 19px;
}
.headerBtn span:nth-of-type(2) {
	top: 26px;
}
.headerBtn span:nth-of-type(3) {
	top: 33px;
}
.headerBtn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #27549e;
	transition: all .2s;
}
.headerBtn.open span:nth-of-type(2),
.headerBtn.open span:nth-of-type(2)::after {
}
.headerBtn.open span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}
.headerBtn.open span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.headerBtn.open span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headerBtn.open span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}
.headerPanel {
	position: fixed;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all .2s;
}
.headerPanel.active {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}
.headerSP .gnavList {
	text-align: left;
	background: rgba(0,0,0,0.95);
}
.headerSP .gnavList > ul > li {
	position: relative;
}
.headerSP .gnavList > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 5px 50px 5px 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
}
.headerSP .gnavList > ul > li > a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.headerSP .gnavList > ul > li.arw > a {
	background: url(../images/icn_arw03.svg) no-repeat right 20px center / 8px auto;
}
.headerSP .gnavList > ul > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background-color: #fff;
}
.headerSP .gnavList > ul > li > .acd {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 60px;
	background: url(../images/icn_arw04.svg) no-repeat right 19px center / 10px auto;
}
.headerSP .gnavList > ul > li.open > .acd {
	transform: scale(1,-1);
}
.headerSP .gnavList > ul > li > .snav {
	display: none;
	padding: 8px 0;
}
.headerSP .gnavList > ul > li > .snav ul li a {
	position: relative;
	display: block;
	padding: 3px 5px 3px 45px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.headerSP .gnavList > ul > li > .snav ul li a:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 25px;
	display: block;
	width: 6px;
	height: 3px;
	background: rgba(255,255,255,0.5);
}
.headerSP .gnavList .icnBlank {
	width: 11px;
	margin: 0 0 3px 8px;
	vertical-align: middle;
}
.headerSP .headerCart a {
	display: block;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(../images/icn_cart01.svg) no-repeat right 18px center / 20px auto #27549e;
}
.headerSP .headerLink {
	background: rgba(30,30,30,0.95);
}
.headerSP .headerLink ul {
	display: flex;
	flex-wrap: wrap;
	padding: 13px 10px;
	font-size: 12px;
	text-align: left;
}
.headerSP .headerLink ul li {
	width: 50%;
	flex-shrink: 0;
}
.headerSP .headerLink ul li a {
	display: block;
	padding: 7px 15px 7px 39px;
	color: #dadada;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
.headerSP .headerSearch {
	padding: 5px 10px 25px;
	background: rgba(30,30,30,0.95);
}
.headerSP .headerSearch dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerSP .headerSearch dl dt {
	margin: 0 10px 0 0;
	color: #dadada;
	font-size: 12px;
}
.headerSP .headerSearch dl dd {
	position: relative;
	padding: 0 50px 0 0;
	width: 100%;
	max-width: 248px;
	flex-shrink: 0;
	flex: 1;
}
.headerSP .headerSearch dl dd input[type=text] {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 2px 5px;
	border: none;
}
.headerSP .headerSearch dl dd input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 35px;
	margin: 0;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	border: none;
	background: url(../images/icn_search03.svg) no-repeat center center / 14px auto #27549e;
	overflow: hidden;
}

.headerPC {
	display: none;
}



}












/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP, span.forSP { display: inline-block }


/*-------------------------------------
 setting
-------------------------------------*/
body {
	font-size: 13px;
}
body.hidden {
	overflow: hidden;
}


/*-------------------------------------
 header
-------------------------------------*/

	
	
header .floatingBnr {
    position: fixed;
    bottom: 0;
	    left: 0;
    width: 100%;
}
header .floatingBnr ul {
	display: flex;
	}
header .floatingBnr li {
	width : calc(100% / 3) ;
	}	
header .floatingBnr li a {
    writing-mode: inherit;
	padding: 10px;
	justify-content: center;
	}
header .floatingBnr figure {
	margin-bottom: 0;
	margin-right: 10px;
	height: 30px;
    width: 30px;
	}
header .floatingBnr figure img {
    width: 19px;
}
header .floatingBnr li:first-child figure img {
    width: 15px;
}	
header .floatingBnr li:nth-child(2) a {
	border-top:4px solid #F01E4B;
	border-bottom:4px solid #F01E4B;
	border-left: none;
	border-right: none;
	}	


/*-------------------------------------
 main
-------------------------------------*/
.topicpathList {
	padding: 15px 0;
	font-size: 13px;
}
.topicpath {
    margin: 0 0 0 0;
}	


/*-------------------------------------
 service
-------------------------------------*/
.serviceArea .inner {
	padding-top: 35px;
	padding-bottom: 35px;
}
.serviceTitle {
	margin: 0 0 15px 0;
	font-size: 19px;
}
.serviceList ul {
	justify-content: space-around;
}
.serviceList ul li {
	width: 33.333%;
	padding: 5px;
	flex-shrink: 0;
}
.serviceList ul li a {
	width: 80px;
	height: 80px;
}
.serviceList ul li p {
	padding: 5px 0 0 0;
}


/*-------------------------------------
 banner
-------------------------------------*/
.bannerList ul {
	display: block;
	margin: 0;
	padding: 33px 0;
}
.bannerList ul li {
	width: auto;
	padding: 7px 0;
	text-align: center;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
.pagetopArea a {
	right: 0;
	bottom: 60px;
	width: 48px;
	height: 48px;
	background-size: 16px auto;
}


/*-------------------------------------
 fixedArea
-------------------------------------*/
.fixedBtn {
	padding: 10px 0;
}
.fixedBtn a {
	min-height: 45px;
	padding: 5px 30px 5px 15px;
	font-size: 13px;
	background-position: right 15px center;
	background-size: 8px auto;
}
.fixedClose {
	top: -25px;
	right: 10px;
	width: 20px;
	height: 20px;
}

.fixedClose:before,
.fixedClose:after {
	width: 2px;
	height: 20px;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footerArea {
    padding-bottom: 50px;
}	
.footerA .inner {
	padding-top: 27px;
	padding-bottom: 10px;
}
.footerB .inner {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
}
.footerLogo {
	width: 220px;
	margin: 0 auto 23px auto;
}
.footerNav ul {
	font-size: 12px;
	text-align: left;
}
.footerNav ul li {
	width: 46%;
	margin: 0 2% 10px;
	padding: 0 0 0 11px;
	background-position: 0 5px;
	background-size: 5px auto;
}
.footerLink {
	margin: 0 0 15px 0;
}
.footerLink ul {
	display: flex;
	justify-content: center;
}
.footerLink ul li {
	margin: 0 15px;
	padding: 0 0 0 14px;
	
	background-position: 0 4px;
	background-size: 7px auto;
}
.footerCopyright {
	margin: 0;
	font-size: 12px;
}



}


/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

.forPC { display: block; }
.forSP { display: none !important; }
img.forPC, br.forPC, span.forPC { display: inline-block }

a img,
.hover,
.btn a,
.btn button,
.pagetop a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
a:hover img,
.hover:hover,
.btn a:hover,
.btn button:hover,
.pagetop a:hover {
	opacity: 0.7;
}

.headerPC .gnavList > ul > li > a,
.headerPC .gnavList > ul > li > a:before,
.headerPC .gnavList > ul > li > .snav {
	text-decoration: none;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
.headerPC .gnavList > ul > li:hover > .snav {
	opacity: 1;
	visibility: visible;
}

a[href^="tel:"] {
	pointer-events: none;
}

}


/* color */
.headerPC .gnavList > ul > li.gnavList01.current > a,
.headerPC .gnavList > ul > li.gnavList01:hover > a:before,
.headerPC .gnavList > ul > li.gnavList01 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList01 > a:before,
.headerSP .gnavList > ul > li.gnavList01.open > a {
	background-color: #27549e;
}
.headerPC .gnavList > ul > li.gnavList02.current > a,
.headerPC .gnavList > ul > li.gnavList02:hover > a:before,
.headerPC .gnavList > ul > li.gnavList02 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList02 > a:before,
.headerSP .gnavList > ul > li.gnavList02.open > a {
	background-color: #009dae;
}
.headerPC .gnavList > ul > li.gnavList03.current > a,
.headerPC .gnavList > ul > li.gnavList03:hover > a:before,
.headerPC .gnavList > ul > li.gnavList03 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList03 > a:before,
.headerSP .gnavList > ul > li.gnavList03.open > a {
	background-color: #8ec63f;
}
.headerPC .gnavList > ul > li.gnavList04.current > a,
.headerPC .gnavList > ul > li.gnavList04:hover > a:before,
.headerPC .gnavList > ul > li.gnavList04 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList04 > a:before,
.headerSP .gnavList > ul > li.gnavList04.open > a {
	background-color: #f78701;
}
.headerPC .gnavList > ul > li.gnavList05.current > a,
.headerPC .gnavList > ul > li.gnavList05:hover > a:before,
.headerPC .gnavList > ul > li.gnavList05 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList05 > a:before,
.headerSP .gnavList > ul > li.gnavList05.open > a {
	background-color: #a32e75;
}
.headerPC .gnavList > ul > li.gnavList06.current > a,
.headerPC .gnavList > ul > li.gnavList06:hover > a:before,
.headerPC .gnavList > ul > li.gnavList06 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList06 > a:before,
.headerSP .gnavList > ul > li.gnavList06.open > a {
	background-color: #53498e;
}
.headerPC .gnavList > ul > li.gnavList07.current > a,
.headerPC .gnavList > ul > li.gnavList07:hover > a:before,
.headerPC .gnavList > ul > li.gnavList07 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList07 > a:before,
.headerSP .gnavList > ul > li.gnavList07.open > a {
	background-color: #264d6c;
}
.headerPC .gnavList > ul > li.gnavList08.current > a,
.headerPC .gnavList > ul > li.gnavList08:hover > a:before,
.headerPC .gnavList > ul > li.gnavList08 > .snav ul li a:hover:before,
.headerSP .gnavList > ul > li.gnavList08 > a:before,
.headerSP .gnavList > ul > li.gnavList08.open > a {
	background-color: #326031;
}

.headerSP .gnavList > ul > li.gnavList01 > .snav {
	background-color: #1b3b6e;
}
.headerSP .gnavList > ul > li.gnavList02 > .snav {
	background-color: #006e79;
}
.headerSP .gnavList > ul > li.gnavList03 > .snav {
	background-color: #638a2c;
}
.headerSP .gnavList > ul > li.gnavList04 > .snav {
	background-color: #ac5e01;
}
.headerSP .gnavList > ul > li.gnavList05 > .snav {
	background-color: #722052;
}
.headerSP .gnavList > ul > li.gnavList06 > .snav {
	background-color: #3a3363;
}
.headerSP .gnavList > ul > li.gnavList07 > .snav {
	background-color: #1b364b;
}
.headerSP .gnavList > ul > li.gnavList08 > .snav {
	background-color: #326031;
}









