@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	margin: 0 80px;
	width: auto; 
}
header {
	display: flex;
	justify-content: space-between;
}
header .comBox {
	width: 70%; 
	margin: 0;
}
@media ( min-width: 601px ){
	header .comBox {
		width: 49%; 
	}
}
@media ( max-width: 600px ){
	.comBox {
		margin: 0 20px;
		width: auto; 
	}
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comBtnList a {
	display: block;
}
.comBtnList a:hover {
	opacity: 0.7;
}
.comBtnList li {
	width: calc((100% - 10px) / 2);
}
.comBtnList li img {
	width: 100%;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: auto;
	max-width: 200px;
}
.comBtn a {
	padding: 5px 20px;
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.02em;
	border-radius: 50px;
	border-bottom: 3px solid #0A6FBF;
    box-shadow: 0px 3px 0px 0px rgba(10, 111, 191, 0.004);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,225,60) 0%, rgb(255,204,0) 100%);
	text-align: center;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a::after {
	width: 8px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon01.png) no-repeat center center / cover;
	content: '';
}

/*------------------------------------------------------------
	fixBtnList
------------------------------------------------------------*/
.fixBtnList {
	width: auto;
	max-width: inherit;
	padding: 10px 0 7px;
	position: relative;
	left: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transform: translateX(0);
	border-radius: 0;
	border: none;
	border-top: 2px solid #0A6FBF;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 99;
}
.fixBtnList.fix {
	margin: 0;
	width: 100%;
	position: fixed;
}
.fixBtnList li {
	display: flex;
	width: 20%;
}
.fixBtnList a {
	width: 100%;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #D9D9D9;
}
.fixBtnList a:hover {
	opacity: 0.7;
}
.fixBtnList li:last-of-type a {
	border-right: none;
}
.fixBtnList .img {
	margin: 0 0 8px;
}
.fixBtnList li.list01 .img {
	margin-bottom: 4px;
}
.fixBtnList .img img {
	height: 20px;
}
@media all and (max-width: 374px) {
	.fixBtnList a {
		font-feature-settings: 'palt';
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 750px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 750px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 750px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 750px) {
}