@charset "utf-8";

/* -----------------------------------------
	汎用クラス
----------------------------------------- */
.is-hide{display: none;}

/*灰色ボーダー*/
.bbG {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 40px;
}

/* -----------------------------------------
	基本レイアウト
----------------------------------------- */

#mainContainer {
	width: 100%;
	background: #fff;
	position: relative;
}

#mainContainer .contentsWrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 120px;
}

#mainContainer .contentsWrapper.col02 {
	display: flex;
	justify-content: space-between;
}

#mainContainer .contentsWrapper.col02 > .mainContents {
	max-width: 750px;
	width: 75%;
}

#mainContainer .contentsWrapper.col02 > .side {
	max-width: 228px;
	width: 23%;
}

#mainContainer .contentsWrapper.col02 > .mainContents > section,
#mainContainer .contentsWrapper > section {
	margin-bottom: 25px;
	background: #fff;
}

#mainContainer .contentsWrapper.col02 > .mainContents > section > section,
#mainContainer .contentsWrapper > section > section {
	margin-bottom: 30px;
}


#mainContainer .contentsWrapper.col02 > .mainContents > section:last-child,
#mainContainer .contentsWrapper > section:last-child,
#mainContainer .contentsWrapper.col02 > .mainContents > section > section:last-child,
#mainContainer .contentsWrapper > section > section:last-child {
	margin-bottom: 0;
}


/*スマホ　縦*/
@media screen and (max-width: 640px){

	/* -----------------------------------------
		汎用クラス
	----------------------------------------- */
	/*灰色ボーダー*/
	.bbG {
		border-bottom: 1px solid #e4e4e4;
		padding-bottom: 8%;
	}

	/* -----------------------------------------
		基本レイアウト
	----------------------------------------- */
	#mainContainer {
		width: 100%;
		padding: 0 3%;
	}

	#mainContainer .contentsWrapper {
		width: 100%;
		max-width: 100%;
		padding: 8% 0 15%;
	}

	#mainContainer .contentsWrapper.col02 {
		display: block;
	}

	#mainContainer .contentsWrapper.col02 > .mainContents {
		max-width: 100%;
		width: 100%;
	}

	#mainContainer .contentsWrapper.col02 > .side {
		display: none;
	}

	#mainContainer .contentsWrapper.col02 > .mainContents > section,
	#mainContainer .contentsWrapper > section {
		margin-bottom: 8%;
	}

	#mainContainer .contentsWrapper.col02 > .mainContents > section > section,
	#mainContainer .contentsWrapper > section > section {
		margin-bottom: 6%;
	}
}


/* -----------------------------------------
	サイドバー
----------------------------------------- */
#mainContainer .side .sideNav .side_top {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	margin-bottom: 20px;
}



#mainContainer .side .sideNav .side_top a {
	display: flex;
	align-items: center;
	background: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 20px;
	border-radius: 10px;
}

#mainContainer .side .sideNav .side_top a:before {
	content: "";
	display: block;
	background: url(/client/common/img/ico_arrow_bl.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: 8px;
}

#mainContainer .side .sideNav .side_top a:hover {
	background: #edf2ff;
	color: #495d8e;
}


#mainContainer .side .sideNav .side_linkList {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}

#mainContainer .side .sideNav .side_linkList li:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

#mainContainer .side .sideNav .side_linkList li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#mainContainer .side .sideNav .side_linkList li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


#mainContainer .side .sideNav .side_linkList a {
	display: flex;
	align-items: center;
	background: #fff;
	font-size: 1.4rem;
	color: #333333;
	text-decoration: none;
	padding: 20px;
}

#mainContainer .side .sideNav .side_linkList a:before {
	content: "";
	display: block;
	background: url(/client/common/img/ico_arrow_bl.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: 8px;
}

#mainContainer .side .sideNav .side_linkList .pdf a:before {
	background: url(/client/common/img/ico_pdf01.png) no-repeat;
	background-size: contain;
	width: 19px;
	height: 17px;
}

#mainContainer .side .sideNav .side_linkList a:hover {
	background: #edf2ff;
	color: #495d8e;
}


#mainContainer .side .sideNav .side_linkList .active a {
	background: #495d8e;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
}


#mainContainer .side .sideNav .side_linkList .active a:before {
	background: url(/common/img/ico_arrow_w.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	#mainContainer .side {
		display: none;
	}
}

/* -----------------------------------------
	ボックスレイアウト
----------------------------------------- */

.contentsWrapper .box_col2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contentsWrapper .box_col2 > * {
	width: 48%;
	max-width: 360px;
	margin-bottom: 20px;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	.contentsWrapper .box_col2 {
		display: block;
	}

	.contentsWrapper .box_col2 > * {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5%;
	}
}



/* -----------------------------------------
	header
----------------------------------------- */

@media screen and (min-width: 641px) , print{
header {
	padding-top: 10px;
}

header .headerUp {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

header .headerUp .logo {
	width: 299px;
	margin-top: 10px;
}

header .headerUp .spBtn,
header .headerBottom #g_naviList_top {
	display:none;
}

header .headerUp .right {
	display: flex;
}


header .headerUp .link_contact {
	font-size: 1.3rem;
	display: flex;
/* 2019/03/29 group logo */
/*	align-items: center;*/
	margin-top: 5px;
	margin-right: 20px;
}

header .headerUp .link_members a {
	display: flex;
	align-items: center;
	background: #495d8e;
	/* border: 1px solid #bac3d9;*/
	border-radius: 15px;
	text-decoration: none;
	font-size: 1.4rem;
	color: #ffffff;
	padding: 4px 15px;
}

header .headerUp .link_members a:hover {
	opacity: 0.7;
}

header .headerUp .link_members a:before {
	content: "";
	display: block;
	background: url(/client/common/img/ico_person.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

header .headerUp .link_contact:before {
	content: "";
	display: block;
	background: url(/common/img/icon_tel.png) no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

header .headerUp .link_contact a {
	color: #333333;
	text-decoration: none;
}
header .headerUp .link_contact a:hover {
	text-decoration: underline;
}




header .headerBottom {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
}

header .headerBottom.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

header .headerBottom .g_navi {
	display: flex;
	justify-content: center;
}

header .headerBottom .g_navi > li {
	width: 249px;
}

header .headerBottom .g_navi > li .g_naviBtn {
	text-align: center;
	position: relative;
}

header .headerBottom .g_navi > li .g_naviBtn a {
	padding: 20px;
	display: block;
	position: relative;
	margin-left: 1px;
}

header .headerBottom .g_navi > li:last-child .g_naviBtn a {
	margin-right: 1px;
}

header .headerBottom .g_navi > li .g_naviBtn a img {
	max-width: 100%;
}


header .headerBottom .g_navi > li .g_naviBtn:before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	background: #e4e4e4;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

header .headerBottom .g_navi > li:last-child .g_naviBtn:after {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	background: #e4e4e4;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}


header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in {
	display: flex;
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}

header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_title {
	font-weight: bold;
	color: #ffffff;
	font-size: 1.8rem;
	position: relative;
	padding-left: 15px;
	width: 250px;
}
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_list {
	width: 250px;
	margin-top: 3px;
}

header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_title:before {
	content: "";
	display: block;
	width: 7px;
	height: 25px;
	background: #fff;
	opacity: 0.39;
	border-radius: 10px;
	position: absolute;
	left: 0;
}

header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_list li {
	margin-bottom: 10px;
}

header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_title a,
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_list li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_title a:before,
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_list li a:before{
	border-bottom: solid 2px #ffffff;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 0;
	left: 0;
	bottom: -2px;
}


header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_title a:hover:before,
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_list li a:hover:before,
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_title a:hover:after,
header .headerBottom .g_navi > li > .g_navi_menu .g_navi_menu_in .g_navi_menu_list li a:hover:after {
	width: 100%;
}


header .headerBottom .g_navi > li .g_naviBtn.active a,
header .headerBottom .g_navi > li .g_naviBtn.current a {
	background: #e5e9f5;
}

header .headerBottom .g_navi > li .g_naviBtn.active a:after,
header .headerBottom .g_navi > li .g_naviBtn.current a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid #495d8e;
	border-right: 5px solid #495d8e;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 3px;
	right: 3px;
}

header .headerBottom .g_navi > li > .g_navi_menu {
	display: none;
	position: absolute;
	background: rgba(62,83,134,0.9);
	width: 100%;
	left: 0;
	padding: 40px 0;
	border-bottom: 3px solid rgba(62,83,134,0.5);
	z-index: 2;
}

header .headerBottom .g_navi > #g_naviList01 > .g_navi_menu,
header .headerBottom .g_navi > #g_naviList02 > .g_navi_menu,
header .headerBottom .g_navi > #g_naviList03 > .g_navi_menu,
header .headerBottom .g_navi > #g_naviList04 > .g_navi_menu {
	padding: 15px 0 0 0;
}

}


/*スマホ　縦*/
@media screen and (max-width: 640px){
	header .headerUp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #e4e4e4;
	}
	header .headerUp.active {
		border-bottom: none;
	}
	header .headerUp .logo {
		width: 60%;
		padding-left: 3%;
	}

	header .headerUp .right {
		width: 16%;
		margin-left: 2%;
	}
	
	header .headerUp .link_members {
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}
	header .headerUp .link_members a {
		display: block;
		background: url(/client/common/img/btn_members.png) no-repeat;
		background-size: contain;
		width: 15.5vw;
		height: 12vw;
	}


	header .headerUp .spBtn {
		background: url(/client/common/img/btn_spmenu.png) no-repeat;
		background-size: contain;
		width: 17vw;
		height: 17vw;
	}
	
	header .headerUp.active .spBtn {
		background: url(/client/common/img/btn_spmenu_c.png) no-repeat;
		background-size: contain;
		width: 17vw;
		height: 17vw;
	}
	header .headerBottom,
	header .headerBottom li:not(#g_naviList03) .g_naviBtn,
	header .headerBottom .g_navi_menu .g_navi_menu_in .g_navi_menu_list {
		display: none;
	}
	
	header .headerBottom {
		background: rgba(62,83,134,0.9);
		position: absolute;
		right: 0;
		width: 65%;
		z-index: 2;
	}
	header .headerBottom .g_navi > li,
	header .headerBottom .link_contact{
		border-bottom: 1px solid #ffffff;
	}
	header .headerBottom .g_navi > li a,
	header .headerBottom .link_contact a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10% 7%;
		color: #fff;
		text-decoration: none;
	}

	header .headerBottom .g_navi > li a:after,
	header .headerBottom .link_contact a:after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	
	header .headerBottom .link_contact a:before {
		content: "";
		display: block;
		background: url(/client/common/img/icon_tel_w.png) no-repeat;
		background-size: contain;
		width: 18px;
		height: 18px;
		position: absolute;
		left: 7%;
	}
	
	header .headerBottom .link_contact a {
		padding: 10% 7% 10% 18%;
	}
	#menu-bg {
		display: none;
		width: 100%;
		background-color: rgba(0,0,0,0.7);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

}


/* -----------------------------------------
	mainVisual_top
----------------------------------------- */
#mainVisual_top {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

#mainVisual_top .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#mainVisual_top .bx-viewport {
	overflow: visible !important;
}

#mainVisual_top ul.slider {
	margin: 0;
	padding: 0;
}

#mainVisual_top ul.slider li img {
	max-width: 100%;
}


#mainVisual_top .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#mainVisual_top .bx-controls-direction {
	position: absolute;
	top: 45%;
	width: 100%;
}
#mainVisual_top .bx-controls-direction .bx-prev {
	position: absolute;
	left: -25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/common/img/top/img_slider_arrow.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
}
#mainVisual_top .bx-controls-direction .bx-next {
	position: absolute;
	right: -25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/common/img/top/img_slider_arrow.png) no-repeat;
	transform: rotate(180deg);
	background-size: contain;
	width: 45px;
	height: 45px;
}

#mainVisual_top .bx-controls-direction .bx-prev:hover,
#mainVisual_top .bx-controls-direction .bx-next:hover {
	opacity: 0.7;
}
#mainVisual_top .bx-controls .bx-pager {
	text-align: center;
	margin-top: 10px;
}

#mainVisual_top .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin-right: 13px;
}

#mainVisual_top .bx-controls .bx-pager .bx-pager-item a {
	background: #dcdcdc;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-indent: -9999px;
	display: block;
}

#mainVisual_top .bx-controls .bx-pager .bx-pager-item a.active {
	background: #495d8e;
}


/*スマホ　縦*/
@media screen and (max-width: 640px){

	#mainVisual_top {
		width: 100%;
		overflow: hidden;
		padding-bottom: 5%;
	}

	#mainVisual_top .bx-controls-direction {
		position: absolute;
		top: auto;
		bottom: 0;
		width: 100%;
	}
	#mainVisual_top .bx-controls-direction .bx-prev {
		position: absolute;
		left: 0;
		bottom: -7px;
		background: url(/common/img/top/img_slider_arrow_sp.png) no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
	}
	#mainVisual_top .bx-controls-direction .bx-next {
		position: absolute;
		right: 0;
		bottom: -7px;
		background: url(/common/img/top/img_slider_arrow_sp.png) no-repeat;
		transform: rotate(180deg);
		background-size: contain;
		width: 40px;
		height: 40px;
	}

	#mainVisual_top .bx-controls .bx-pager {
		text-align: center;
		margin-top: 10px;
	}

	#mainVisual_top .bx-controls .bx-pager .bx-pager-item {
		display: inline-block;
		margin-right: 15px;
	}

	#mainVisual_top .bx-controls .bx-pager .bx-pager-item a {
		background: #dcdcdc;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		text-indent: -9999px;
		display: block;
	}

	#mainVisual_top .bx-controls .bx-pager .bx-pager-item a.active {
		background: #495d8e;
	}
}


/* -----------------------------------------
	mainVisual
----------------------------------------- */
#mainVisual {
	background: url(/client/common/img/bg_main.png) repeat-x center;
	height: 120px;
}

#mainVisual .heading01 {
	font-size: 2.8rem;
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #3d5182;
}


/*スマホ　縦*/
@media screen and (max-width: 640px){

	#mainVisual {
		background: url(/client/common/img/bg_main_sp.png) repeat-x center;
		background-size: cover;
		max-width: 100%;
		width: 100%;
		height: 40vw;
		padding: 0 3%;
	}

	#mainVisual .heading01 {
		font-size: 2.8rem;
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
		padding: 0;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
}


/* -----------------------------------------
	ぱんくず
----------------------------------------- */

.breadClumb {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 20px;
	padding-top: 10px;
	font-size: 1.1rem;
}

.breadClumb ul {
	display: flex;
	flex-wrap: wrap;
}
.breadClumb ul li a {
	color: #666666;
}
.breadClumb ul li + li:before {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	.breadClumb {
/*		display: none; */
		margin: 0 auto 0px;
	}
}


/* -----------------------------------------
	見出し
----------------------------------------- */
.heading02 {
	font-size: 2.2rem;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}

.heading02:before {
	content: "";
	display: block;
	background: #495d8e;
	height: 30px;
	width: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
}


.heading03 {
	font-size: 1.8rem;
	position: relative;
	padding-left: 28px;
	margin-bottom: 20px;
}

.heading03:before {
	content: "";
	display: block;
	border: 6px solid #495d8e;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 1px;
}


.heading04 {
	background: #495d8e;
	font-size: 1.8rem;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 20px;
}

.heading05 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}


/*スマホ　縦*/
@media screen and (max-width: 640px){
	.heading02 {
		font-size: 2.2rem;
		padding: 0 0 0 5%;
		margin: 0 0 5%;
	}

	.heading03 {
		font-size: 1.8rem;
		position: relative;
		padding-left: 28px;
		margin-bottom: 3%;
	}

	.heading03:before {
		left: 0;
		top: 4%;
	}
	.heading04 {
		font-size: 1.8rem;
		padding: 3%;
		margin-bottom: 3%;
	}

	.heading05 {
		font-size: 1.6rem;
		margin-bottom: 3%;
	}
}


/* -----------------------------------------
	リンクスタイル
----------------------------------------- */

.link_L a:hover,
.link01_L a:hover,
.linkBlank_L a:hover,
.linkPdf_L a:hover,
.link_R a:hover,
.link01_R a:hover,
.linkBlank_R a:hover,
.linkPdf_R a:hover{
	text-decoration: underline;
}

.link_L a,
.linkBlank_L a {
	position: relative;
	padding-left: 20px;
	text-decoration: none;
}

.link01_L a {
	position: relative;
	padding-left: 20px;
	text-decoration: none;
	color: #333;
}

.linkPdf_L a {
	position: relative;
	padding-left: 30px;
	text-decoration: none;
}


.link_L a:before {
	content: "";
	display: block;
	background: url(/client/common/img/ico_arrow_bl.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
}

.link01_L a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #495d8e;
	border-right: 1px solid #495d8e;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 3px;
}

.linkBlank_L a:before {
	content: "";
	display: block;
	background: url(/client/common/img/ico_blank01.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
	position: absolute;
	top: 4px;
}

.linkPdf_L a:before {
	content: "";
	display: block;
	background: url(/client/common/img/ico_pdf01.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 21px;
	position: absolute;
	top: 0;
}




.link_R a,
.linkBlank_R a,
.linkPdf_R a {
	text-decoration: none;
}

.link01_R a {
	text-decoration: none;
	color: #333;
}


.link_R a:after {
	content: "";
	display: inline-block;
	background: url(/client/common/img/ico_arrow_bl.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left: 8px;
}

.link01_R a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #495d8e;
	border-right: 1px solid #495d8e;
	transform: rotate(45deg);
	vertical-align: middle;
	margin: 0 5px;
}

.linkBlank_R a:after {
	content: "";
	display: inline-block;
	background: url(/client/common/img/ico_blank01.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
	vertical-align: middle;
	margin-left: 8px;
}

.linkPdf_R a:after {
	content: "";
	display: inline-block;
	background: url(/client/common/img/ico_pdf01.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 21px;
	vertical-align: middle;
	margin-left: 8px;
}

.linkBlank_t {
	margin-right: 5px;
}

.linkBlank_t a:after {
	content: "";
	display: inline-block;
	background: url(/client/common/img/ico_blank01.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
	vertical-align: middle;
	margin-left: 5px;
}

/* -----------------------------------------
	ボタンスタイル
----------------------------------------- */
.btn01 a {
	background: #495d8e;
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	text-align: center;
	position: relative;
}

.btn01 a:after {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}

.btn02 a {
	background: #f2f5fc;
	border: 1px solid #bac3d9;
	display: block;
	font-size: 1.5rem;
	color: #495d8e;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	text-align: center;
	position: relative;
}

.btn02 a:after {
	content: "";
	display: block;
	border-top: 1px solid #495d8e;
	border-right: 1px solid #495d8e;
	width: 10px;
	height: 10px;
	position: absolute;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}


.btnBlank01 a {
	background: #495d8e;
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	text-align: center;
	position: relative;
}

.btnBlank01 a:after {
	content: "";
	display: block;
	background: url(/client/common/img/ico_blank02.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}

.btnBlank02 a {
	background: #f2f5fc;
	border: 1px solid #bac3d9;
	display: block;
	font-size: 1.5rem;
	color: #495d8e;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	text-align: center;
	position: relative;
}

.btnBlank02 a:after {
	content: "";
	display: block;
	background: url(/client/common/img/ico_blank01.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}

.btnPdf01 a {
	background: #495d8e;
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	text-align: center;
	position: relative;
}

.btnPdf01 a:after {
	content: "";
	display: block;
	background: url(/client/common/img/ico_pdf02.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

.btnPdf02 a {
	background: #f2f5fc;
	border: 1px solid #bac3d9;
	display: block;
	font-size: 1.5rem;
	color: #495d8e;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	text-align: center;
	position: relative;
}

.btnPdf02 a:after {
	content: "";
	display: block;
	background: url(/client/common/img/ico_pdf01.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}


.btn01 a:hover,
.btn02 a:hover,
.btnBlank01 a:hover,
.btnBlank02 a:hover,
.btnPdf01 a:hover,
.btnPdf02 a:hover{
	opacity: 0.7;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	.btn01 a,
	.btn02 a,
	.btnBlank01 a,
	.btnBlank02 a,
	.btnPdf01 a,
	.btnPdf02 a{
		padding: 4% 10%;
	}

	.btn01 a:after,
	.btn02 a:after{
		right: 5%;
	}
	.btnBlank01 a:after,
	.btnBlank02 a:after {
		right: 3%;
	}
	.btnPdf01 a:after,
	.btnPdf02 a:after {
		right: 3%;
	}
}
