@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	letter-spacing: 0.05em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}

#wrapper {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

/*------ヘッダーメニュー-----*/

header {
	border-top: 7px solid #1E73BE;
	background-color: #fff;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1140px;
	margin: 0 auto;
	height: 77px;
	padding: 0 20px;
}

header .logo {
	letter-spacing: 0;
	display: flex;
	align-items: center;
}
header .logo a {
	font-size: 30px;
	font-weight: bold;
	color: #0E357F;
	text-decoration: none;
	margin-right: 20px;
}
header .logo a:hover {
	opacity: 0.6;
}
header .logo img {
	width: 29px;
	margin-right: 10px;
}
header .logo div {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.logo_zkh {
	width: 50px !important;
	height: 31px !important;
}
header .btn_contact {
	width: 180px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #1E73BE;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
	color: #1E73BE;
	font-weight: bold;
	transition: opacity 0.3s ease;
}
header .btn_contact:hover {
	opacity: 0.6;
}
header .btn_contact::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_contact.png") no-repeat left top;
	background-size: cover;
	margin-right: 10px;
}
.pc_navi {
	padding: 0 20px;
}
.pc_navi ul {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.pc_navi li {
	width: calc( ( 100% - 30px ) / 3 );
}
.pc_navi li a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #1E73BE;
	height: 46px;
	border-radius: 5px 5px 0 0;
	transition: opacity 0.3s ease;
}
.pc_navi li a:hover {
	opacity: 0.6;
}
.pc_navi li a img {
	display: none;
}
.pc_navi li.btn_third a {
	background-color: #00B0F0;
}
.pc_navi li.btn_second a {
	background-color: #14B596;
}
.pc_navi li.btn_first a {
	background-color: #EEEEEE;
	color: #AFAFAF;
}
.g_navi {
	display: none;
}

.btn_close, .btn_spmenu {
	display: none;
}

@media screen and (max-width: 767px){

	header .inner {
		height: 65px;
		padding: 0 10px 0 20px;
	}
	header .logo {
		display: block;
	}
	.m_logo {
		display: inline-block !important;
	}
	.syusai {
		margin-top: 8px;
	}
	header .logo a {
		font-size: 18px;
		display: inline-block;
		margin: 0 0 0px;
	}
	header .logo img {
		width: 20px;
		margin-right: 7px;
	}
	.logo_zkh {
		width: 35px !important;
		height: 22px !important;
	}
	header .logo div {
		font-size: 10px;
	}
	header .btn_contact {
		display: none;
	}
	.pc_navi {
		padding: 0 10px;
	}
	.pc_navi ul {
		max-width: 480px;
	}
	.pc_navi li {
		width: calc( ( 100% - 10px ) / 3 );
	}
	.pc_navi li.btn_first {
		display: none;
	}
	.pc_navi li a {
		font-size: 13px;
		height: 36px;
	}
	.pc_navi li a img {
		display: block;
	}
	.pc_navi li a span {
		display: none;
	}
	
	.g_navi {
		position: fixed;
		z-index: -9999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
		background: #fff;
		transition: all .3s;
		display: block;
		opacity: 0;
		padding: 20px;
		overflow: auto; /*追加*/
		-webkit-overflow-scrolling: touch; /*追加*/
		margin-right: 0 !important;
	}

	.g_navi.is-active {
		z-index: 9999;
		opacity: 1;
	}
	
	.g_navi_inner {
		width: 100%;
		position: relative;
		text-align: center;
	}
	
	.btn_spmenu {
		width: 55px;
		height: 55px;
		cursor: pointer;
		display: block;
		position: relative;
	}
	
	.btn_close {
		position: absolute;
		width: 55px;
		height: 55px;
		cursor: pointer;
		right: 10px;
		top: 12px;
		z-index: 999;
		display: block;
	}
	
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		content: '';
		width: 32px;
		height: 2px;
		position: absolute;
		top: 27px;
		left: 50%;
		margin-left: -16px;
		background: #1E73BE;
		transition: all 0.3s ease;
	}
	
	.btn_spmenu::before {
		transform: translateY(-12px);
	}

	.btn_spmenu::after {
		transform: translateY(12px);
	}
	
	.btn_close span {
		opacity: 0;
	}

	.btn_close::before {
		transform: translateY(0) rotate(45deg);
	}

	.btn_close::after {
		transform: translateY(0) rotate(-45deg);
	}
	
	.g_navi .btn_home {
		width: 140px;
		height: 40px;
		border-radius: 5px;
		border: 1px solid #0E357F;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #0E357F;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 30px;
		text-decoration: none;
		transition: opacity 0.3s ease;
	}
	.g_navi .btn_home:hover {
		opacity: 0.6;
	}
	.g_navi .btn_home::before {
		content: '';
		display: inline-block;
		width: 14px;
		height: 13px;
		background: url("../img/common/icon_home_bl.png") no-repeat left top;
		background-size: cover;
		margin-right: 6px;
	}
	.g_navi_inner .box {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.g_navi_inner .box .ttl {
		border-radius: 5px 5px 0 0;
		background-color: #1E73BE;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		height: 40px;
		display: flex;
		align-items: center;
		padding: 0 10px;
	}
	.g_navi_inner .box.third .ttl {
		background-color: #00B0F0;
	}
	.g_navi_inner .box.second .ttl {
		background-color: #14B596;
	}
	.g_navi_inner .box.study .ttl {
		background-color: #8E8E8E;
	}
	.g_navi_inner .box .ttl::before {
		content: '';
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url("../img/common/icon_first.png") no-repeat left top;
		background-size: cover;
		margin-right: 15px;
	}
	.g_navi_inner .box.third .ttl::before, .g_navi_inner .box.second .ttl::before {
		background: url("../img/common/icon_kentei.png") no-repeat left top;
		background-size: cover;
	}
	.g_navi_inner .box.study .ttl::before {
		background: url("../img/common/icon_study.png") no-repeat left top;
		background-size: cover;
	}
	.g_navi_inner .box .ul_list {
		background-color: #f5f5f5;
		border-radius: 0 0 5px 5px;
		padding: 20px 20px;
		letter-spacing: 0;
	}
	.g_navi_inner .box.third .ul_list {
		background-color: #E8F3FF;
	}
	.g_navi_inner .box.second .ul_list {
		background-color: #EBFCF9;
	}
	.g_navi_inner .box .ul_list li {
		margin-bottom: 1.5em;
		line-height: 1.3;
		display: flex;
		align-items: center;
	}
	.g_navi_inner .box .ul_list li:last-child {
		margin-bottom: 0;
	}
	.g_navi_inner .box .ul_list a {
		color: #0E357F;
		text-decoration: none;
	}
	.g_navi_inner .box .ul_list a:hover {
		text-decoration: underline;
	}
	.g_navi_inner .box .ul_list li::before {
		content: '';
		display: inline-block;
		width: 11px;
		height: 10px;
		background: url("../img/common/subcol_arrow.png") no-repeat left top;
		background-size: cover;
		margin-right: 10px;
	}

	.g_navi_inner .other_box {
		background-color: #F8F8F8;
		border: 1px solid #E1E1E1;
		padding: 0 20px;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.g_navi_inner .other_box li {
		border-bottom: 1px solid #E1E1E1;
		padding: 15px 0;
		display: flex;
		align-items: center;
		letter-spacing: 0;
	}
	.g_navi_inner .other_box li::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 23px;
		background: url("../img/common/icon_hani.png") no-repeat left top;
		background-size: cover;
		margin-right: 20px;
	}
	.g_navi_inner .other_box li.faq::before {
		background: url("../img/common/icon_faq.png") no-repeat left top;
		background-size: cover;
	}
	.g_navi_inner .other_box li.tokuten::before {
		background: url("../img/common/icon_gift.png") no-repeat left top;
		background-size: cover;
	}
	.g_navi_inner .other_box li:last-child {
		border: none;
	}
	.g_navi_inner .other_box li a {
		color: #0E357F;
		text-decoration: none;
	}
	.g_navi_inner .other_box li a:hover {
		text-decoration: underline;
	}
	
	.g_navi_inner .contact_box {
		margin-bottom: 35px;
		text-align: center;
	}
	.g_navi_inner .contact_box .ttl {
		color: #0E357F;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 1em;
	}
	.g_navi_inner .contact_box .tel {
		font-size: 26px;
		font-weight: bold;
		color: #0E357F;
		text-decoration: none;
		margin-bottom: 15px;
		display: inline-block;
		transition: opacity 0.3s ease;
	}
	.g_navi_inner .contact_box .tel:hover {
		opacity: 0.6;
	}
	.g_navi_inner .contact_box .tel::before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 27px;
		background: url("../img/common/icon_tel.png") no-repeat left top;
		background-size: cover;
		margin-right: 8px;
		vertical-align: middle;
	}
	.g_navi_inner .contact_box .att {
		font-size: 12px;
		color: #0E357F;
		margin-bottom: 20px;
	}
	.g_navi_inner .contact_box .mail {
		background-color: #1E73BE;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		height: 46px;
		border-radius: 5px;
	}
	.g_navi_inner .contact_box .mail::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url("../img/common/icon_mail.png") no-repeat left top;
		background-size: cover;
		margin-right: 10px;
	}
	.g_navi_inner .ul_otherlink li {
		margin-bottom: 1.5em;
		text-align: center;
		font-size: 13px;
	}
	.g_navi_inner .ul_otherlink li a {
		text-decoration: none;
		color: #0E357F;
	}
	.g_navi_inner .ul_otherlink li a:hover {
		text-decoration: underline !important;
	}
}

/*------スライダー-----*/

.slider {
	width: 100%;
	background-color: #1E73BE;
}
body.page-level3 .slider {
	background-color: #00B0F0;
}
body.page-level2 .slider {
	background-color: #14B596;
}
.swiper-container {
	overflow: hidden;
	position: relative;
	padding: 30px 0 50px;
}
.swiper-container .swiper-wrapper, .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide a {
	display: block;
	transition: opacity 0.3s ease;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	border-radius: 10px;
}
.swiper-container .swiper-slide a:hover {
	opacity: 1;
}
.ppl_pagenation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 1200px;
	padding: 0 20px;
	z-index: 99;
	width: 100%;
	height: 0;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.ppl_pagenation div {
	transition: opacity 0.3s ease;
	border-radius: 25px;
}

.ppl_pagenation div:hover {
	opacity: 0.6;
}

.ppl_pagenation .btn_prev {
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: rgba(30,115,190,0.8);
	cursor: pointer;
	margin-right: 50px;
}
.ppl_pagenation .btn_next {
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: rgba(30,115,190,0.8);
	cursor: pointer;
}
.swiper-pagination {
	bottom: 25px !important;
}
.swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.6;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}


@media screen and (max-width: 767px){

	.swiper-container {
		padding: 20px 0 40px;
	}
	.ppl_pagenation {
		max-width: 1200px;
		padding: 0 10px;
	}
	.ppl_pagenation div {
		border-radius: 20px;
	}
	.ppl_pagenation .btn_prev {
		font-size: 18px;
		width: 40px;
		height: 40px;
		margin-right: 40px;
	}
	.ppl_pagenation .btn_next {
		font-size: 18px;
		width: 40px;
		height: 40px;
	}
	.swiper-pagination {
		bottom: 15px !important;
	}

}


/*------ニュース-----*/

.home_news {
	margin-bottom: 50px;
}
.ul_news {
	margin-bottom: 30px;
}
.ul_news li {
	padding: 20px 0;
	line-height: 1.5;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
}
.ul_news li:first-child {
	padding-top: 0;
}

.ul_news .date {
	width: 110px;
	font-size: 14px;
}
.ul_news .category {
	width: 140px;
}
span.cat {
	width: 110px;
	height: 25px;
	font-size: 12px;
	letter-spacing: 0;
	color: #fff;
	background-color: #A8A8A8;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	line-height: 1;
}
span.important {
	background-color: #F97C0A !important;
}
span.level2 {
	background-color: #14B596 !important;
}
span.level3 {
	background-color: #00B0F0 !important;
}
.ul_news .link {
	width: calc( 100% - 250px );
}
.ul_news .link a {
	color: #0E357F;
	text-decoration: none;
}
.ul_news .link a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 999px){
	
	.home_news {
		margin-bottom: 30px;
	}
	.ul_news {
		margin-bottom: 20px;
	}
	.ul_news li {
		padding: 20px 0;
		display: block;
	}
	.ul_news .date {
		width: 90px;
		font-size: 13px;
		display: inline-block;
	}
	.ul_news .category {
		width: auto;
		display: inline-block;
	}
	span.cat {
		width: 100px;
		height: 20px;
		font-size: 11px;
	}
	.ul_news .link {
		margin-top: 15px;
		width: 100%;
		font-size: 14px;
	}
	
}

/*------試験日程-----*/

.home_shiken {
	margin-bottom: 50px;
}
.home_shiken .honbun {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 2em;
}
.home_shiken .flex_box {
	display: flex;
	justify-content: space-between;
}
.home_shiken .flex_box .box {
	width: calc( ( 100% - 25px ) / 2 );
	border-radius: 10px;
}
.home_shiken .flex_box .third {
	background-color: #E8F3FF;
	border: 1px solid #00B0F0;
}
.home_shiken .flex_box .second {
	background-color: #EBFCF9;
	border: 1px solid #14B596;
}
.home_shiken .flex_box h3 {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
.home_shiken .flex_box h3 span {
	font-size: 32px;
	margin-left: 0.3em;
}
.home_shiken .flex_box .third h3 {
	background-color: #00B0F0;
}
.home_shiken .flex_box .second h3 {
	background-color: #14B596;
}
.home_shiken .flex_box .box > div {
	padding: 20px;
}
.home_shiken .flex_box section {
	border-bottom: 1px solid #CBCBCB;
	color: #0E357F;
	margin-bottom: 1.5em;
	padding-bottom: 2em;
}
.home_shiken .flex_box section:last-of-type {
	border: none;
	margin-bottom: 0;
}
.home_shiken .flex_box .ttl {
	font-size: 14px;
	font-weight: bold;

	padding: 5px;
	margin-bottom: 0.7em;
	display: inline-block;
}
.home_shiken .flex_box .third .ttl {
	border: 1px solid #00B0F0;
	color: #00B0F0;
}
.home_shiken .flex_box .second .ttl {
	border: 1px solid #14B596;
	color: #14B596;
}
.home_shiken .flex_box .date {
	font-size: 13px;
	font-weight: bold;
 }
.home_shiken .flex_box .date .grd {
    background: linear-gradient(transparent 70%, #FFF700 0%);
}
.home_shiken .flex_box .date .lg {
	font-size: 24px;
	margin-left: 0.2em;
}
.home_shiken .flex_box .att {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1.2em;
	letter-spacing: 0;
	line-height: 1.5;
}
.home_shiken .flex_box .btn_link {
	height: 40px;
	font-size: 14px;
}
.home_shiken .flex_box .third .btn_link {
	background-color: #00B0F0;
}
.home_shiken .flex_box .second .btn_link {
	background-color: #14B596;
}
.home_shiken .outofservice {
	padding: 20px 0 0;
	line-height: 1.8;
	font-size: 15px;
}

/*下層用*/
.home_shiken .flex_box.noflex {
	display: block;
}
.home_shiken .flex_box.noflex .box {
	width: 100%;
}
.home_shiken .flex_box.noflex .box > div > div {
	display: flex;
	justify-content: space-between;
}
.home_shiken .flex_box.noflex section {
	border-bottom: none;
	border-right: 1px solid #CBCBCB;
	width: 50%;
}
.home_shiken .flex_box.noflex section:last-child {
	border-right: none;
	padding-left: 20px;
}
.home_shiken .flex_box.noflex .outofservice {
	text-align: center;
}
@media screen and (max-width: 999px){
	
	.home_shiken {
		margin-bottom: 30px;
	}
	.home_shiken .honbun {
		font-size: 14px;
	}
	.home_shiken .flex_box {
		display: block;
	}
	.home_shiken .flex_box .box {
		width: 100%;
	}
	.home_shiken .flex_box .third {
		margin-bottom: 25px;
	}
	.home_shiken .flex_box h3 {
		height: 50px;
		font-size: 14px;
	}
	.home_shiken .flex_box h3 span {
		font-size: 24px;
	}
	.home_shiken .flex_box .box > div {
		padding: 20px;
	}
	.home_shiken .flex_box .ttl {
		font-size: 13px;
	}
	.home_shiken .flex_box .date {
		font-size: 13px;
	 }
	.home_shiken .flex_box .date .lg {
		font-size: 20px;
	}
	.home_shiken .flex_box .att {
		font-size: 13px;
	}
	.home_shiken .flex_box .btn_link {
		font-size: 13px;
	}
	.home_shiken .outofservice {
		padding: 20px 0 0;
		font-size: 14px;
	}
	
	/*下層用*/
	.home_shiken .flex_box.noflex .box > div > div {
		display: block;
	}
	.home_shiken .flex_box.noflex section {
		border-bottom: 1px solid #CBCBCB;
		border-right: none;
		width: 100%;
	}
	.home_shiken .flex_box.noflex section:last-child {
		border-bottom: none;
		padding-left: 0px;
	}
	
	

}

/*------バナー-----*/

.home_bnrs a {
	width: 100%;
	display: flex;
	align-items: center;
	height: 170px;
	background: #1E73BE url("../img/home/bg_study.png") no-repeat left 50%;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	margin-bottom: 25px;
	position: relative;
	border-radius: 10px;
	transition: opacity 0.3s ease;
}
.home_bnrs a.download {
	background: #EEB00F url("../img/home/bg_download.png") no-repeat left 50%;
	background-size: cover;
}
.home_bnrs a:hover {
	opacity: 0.6;
}
.home_bnrs a .txt {
	width: 55%;
	padding-left: 30px;
}
.home_bnrs a h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}
.home_bnrs a p {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
}
.home_bnrs .img {
	width: 45%;
	height: 100%;
}
.home_bnrs .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 0%;
	border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 999px){
	
	.home_bnrs a {
		height: 150px;
	}
	.home_bnrs a .txt {
		width: 60%;
		padding-left: 20px;
	}
	.home_bnrs a h2 {
		font-size: 20px;
	}
	.home_bnrs a p {
		font-size: 13px;
	}
	.home_bnrs .img {
		width: 40%;
	}
	
}

@media screen and (max-width: 767px){
	
	.home_bnrs a .txt {
		width: 60%;
		padding-left: 20px;
	}
	.home_bnrs a h2 {
		font-size: 18px;
	}
	.home_bnrs a p {
		font-size: 12px;
	}
	.home_bnrs .img {
		width: 40%;
	}
	
	
}



/*------コンテンツ-----*/


.container {
	padding: 50px 20px;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main_col {
	max-width: 760px;
	width: calc( 100% - 340px );
}

@media screen and (max-width: 999px){
	
	.main_col {
		width: calc( 100% - 250px );
	}
	
}

@media screen and (max-width: 767px){
	
	.container {
		padding: 40px 20px 40px;
		max-width: 520px;
		margin: 0 auto;
		display: block;
	}
	.main_col, .sub_col {
		width: 100% !important;
	}
	
}

.hd_a, .wp_body h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.5;
}
.hd_a::after, .wp_body h2::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 1px;
	background-color: #1E73BE;
}

.btn_link {
	max-width: 240px;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	background-color: #1E73BE;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none !important;
	transition: opacity 0.3s ease;
	margin: 0 auto;
}
.btn_link:hover {
	opacity: 0.6;
}
.btn_link::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	background: url("../img/common/arrow_wh.png") no-repeat left top;
	background-size: cover;
	margin-left: 10px;
}

.wp_body p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 2em;
}
.wp_body .third_strong {
	font-weight: bold;
	color: #00B0F0;
}
.wp_body .second_strong {
	font-weight: bold;
	color: #14B596;
}
.wp_body img {
	width: 100%;
	display: block;
	margin: 0 auto 1.5em;
}
.wp_body .alignright {
	float: right;
	margin: 0 0 25px 25px;
	max-width: 310px;
}
.wp_body a {
	color: #1E73BE;
	text-decoration: underline;
}
.wp_body a:hover {
	text-decoration: none;
}

.wp_body h3 {
	border-left: 4px solid #1E73BE;
	background-color: #F4F3EC;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.wp_body h4 {
	font-size: 18px;
	font-weight: bold;
	color: #0E357F;
	margin-bottom: 20px;
	line-height: 1.8;
}
.wp_body ul {
	margin-bottom: 2em;
	line-height: 1.8;
	list-style: disc;
	margin-left: 1.5em;
}
.wp_body ol {
	margin-bottom: 2em;
	line-height: 1.8;
	list-style: decimal;
	margin-left: 1.5em;
}
.wp_body li {
	margin-bottom: 0.8em;
}
.wp_body blockquote {
	background-color: #f5f5f5;
	padding: 30px 45px;
	font-style: italic;
	margin-bottom: 2em;
	position: relative;
}
.wp_body blockquote p:last-of-type {
	margin-bottom: 0;
}
.wp_body blockquote::before {
	position: absolute;
	left: -20px;
	top: 20px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/common/inyo.png) no-repeat left top;
	background-size: cover;
}
.wp_body table {
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wp_body th, .wp_body td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5;
}
.wp_body th {
	background-color: #f5f5f5;
	text-align: center;
	font-weight: 500;
}
.wp_body .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.wp_body .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.wp_body .aligncenter {
	text-align: center;
}
.wp_body img.aligncenter {
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp_body .alignright, .wp_body .alignleft {
	max-width: 300px !important;
}

@media screen and (max-width: 999px){

	.hd_a, .wp_body h2 {
		font-size: 18px;
		padding: 0 0 15px 0;
		margin-bottom: 25px;
	}
	.hd_a::after, .wp_body h2::after {
		width: 60px;
	}
	.btn_link {
		max-width: 240px;
		height: 40px;
		font-size: 13px;
	}
	.btn_link::after {
		margin-left: 7px;
	}
	.wp_body p {
		font-size: 14px;
		margin-bottom: 1.5em;
	}
	.wp_body .alignright {
		margin: 0 0 25px 25px;
		max-width: 240px;
	}
	.wp_body h3 {
		border-left: 3px solid #1E73BE;
		font-size: 15px;
		padding: 12px 20px;
		margin-bottom: 25px;
	}
	.wp_body h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.wp_body ul {
		font-size: 14px;
		margin-bottom: 1.5em;
	}
	.wp_body ol {
		font-size: 14px;
		margin-bottom: 1.5em;
	}
	.wp_body li {
		margin-bottom: 0.5em;
	}
	
	.wp_body blockquote {
		padding: 15px 30px;
		margin-bottom: 2em;
	}
	.wp_body blockquote::before {
		left: -15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}
	.wp_body table {
		margin-bottom: 2em;
	}
	.wp_body th, .wp_body td {
		padding: 15px;
	}	
	.wp_body img {
		max-width: 100% !important;
	}
	.wp_body .alignright, .wp_body .alignleft {
		width: auto;
		max-width: 100% !important;
		float: none;
		margin: 0 auto 2em !important;
		display: block;
	}
	

}

@media screen and (max-width: 767px){
	
	.wp_body .alignright {
		float: none;
		display: block;
		margin: 0 auto 25px;
		max-width: 300px;
	}
	
}

.sub_col {
	width: 280px;
}
.sub_col .box {
	margin-bottom: 25px;
}
.sub_col .box .ttl {
	border-radius: 5px 5px 0 0;
	background-color: #1E73BE;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.sub_col .box.third .ttl {
	background-color: #00B0F0;
}
.sub_col .box.second .ttl {
	background-color: #14B596;
}
.sub_col .box.study .ttl {
	background-color: #8E8E8E;
}
.sub_col .box .ttl::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("../img/common/icon_first.png") no-repeat left top;
	background-size: cover;
	margin-right: 15px;
}
.sub_col .box.third .ttl::before, .sub_col .box.second .ttl::before {
	background: url("../img/common/icon_kentei.png") no-repeat left top;
	background-size: cover;
}
.sub_col .box.study .ttl::before {
	background: url("../img/common/icon_study.png") no-repeat left top;
	background-size: cover;
}
.sub_col .box .ul_list {
	background-color: #f5f5f5;
	border-radius: 0 0 5px 5px;
	padding: 25px 20px;
	letter-spacing: 0;
}
.sub_col .box.third .ul_list {
	background-color: #E8F3FF;
}
.sub_col .box.second .ul_list {
	background-color: #EBFCF9;
}
.sub_col .box .ul_list li {
	margin-bottom: 1.5em;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.sub_col .box .ul_list li:last-child {
	margin-bottom: 0;
}
.sub_col .box .ul_list a {
	color: #0E357F;
	text-decoration: none;
}
.sub_col .box .ul_list a:hover {
	text-decoration: underline;
}
.sub_col .box .ul_list li::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	background: url("../img/common/subcol_arrow.png") no-repeat left top;
	background-size: cover;
	margin-right: 10px;
}

.sub_col .other_box {
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1;
	padding: 0 20px;
}
.sub_col .other_box li {
	border-bottom: 1px solid #E1E1E1;
	padding: 20px 0;
	display: flex;
	align-items: center;
	letter-spacing: 0;
}
.sub_col .other_box li::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 24px;
	background: url("../img/common/icon_hani.png") no-repeat left top;
	background-size: cover;
	margin-right: 20px;
}
.sub_col .other_box li.faq::before {
	background: url("../img/common/icon_faq.png") no-repeat left top;
	background-size: cover;
}
.sub_col .other_box li.tokuten::before {
	background: url("../img/common/icon_gift.png") no-repeat left top;
	background-size: cover;
}
.sub_col .other_box li:last-child {
	border: none;
}
.sub_col .other_box li a {
	color: #0E357F;
	text-decoration: none;
}
.sub_col .other_box li a:hover {
	text-decoration: underline;
}
.sub_col .img img {
	width: 100%;
	max-width: 280px;
}
@media screen and (max-width: 999px){
	
	.sub_col {
		width: 210px;
	}
	.sub_col .box .ul_list {
		font-size: 13px;
	}
	.sub_col .other_box {
		font-size: 13px;
	}
	.sub_col .other_box li {
		padding: 15px 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.sub_col .box, .sub_col .other_box {
		display: none;
	}
	.sub_col .img {
		text-align: center;
	}
}

/*------フッター-----*/

footer .ftr_contact {
	background-color: #F4F3EC;
	padding: 40px 20px;
}
footer .ftr_contact .inner {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer .ftr_contact .left {
	display: flex;
	align-items: center;
}
footer .ftr_contact .left .img {
	width: 80px;
	margin-right: 25px;
}
footer .ftr_contact .left .img img {
	width: 100%;
}
footer .ftr_contact .left .ttl {
	font-size: 15px;
	font-weight: bold;
	color: #0E357F;
	margin-bottom: 15px;
}
footer .ftr_contact .left .add {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
footer .ftr_contact .left .add img {
	vertical-align: middle;
	margin-right: 8px;
}
footer .ftr_contact .right {
	display: flex;
	align-items: flex-end;
}
footer .ftr_contact .right .ttl {
	font-size: 15px;
	font-weight: bold;
	color: #0E357F;
	margin-bottom: 15px;
}
footer .ftr_contact .right .tel a {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	color: #0E357F;
	margin-bottom: 10px;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
footer .ftr_contact .right .tel a:hover {
	opacity: 0.6;
}
footer .ftr_contact .right .tel a::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 27px;
	background: url("../img/common/icon_tel.png") no-repeat left top;
	background-size: cover;
	margin-right: 8px;
	vertical-align: -3px;
}
footer .ftr_contact .right .att {
	font-size: 13px;
	line-height: 1.5;
	color: #0E357F;
}
footer .ftr_contact .right .mail {
	background-color: #1E73BE;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	height: 54px;
	border-radius: 5px;
	margin-left: 30px;
	width: 260px;
}
footer .ftr_contact .right .mail::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_mail.png") no-repeat left top;
	background-size: cover;
	margin-right: 10px;
}

footer .copyright {
	background-color: #1E73BE;
	padding: 30px 20px;
}
footer .copyright .inner {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
}
footer .copyright small {
	order: -1;
}
footer .copyright ul {
	display: flex;
}
footer .copyright li::before {
	content: '｜';
	display: inline-block;
	margin: 0 1em;
}
footer .copyright li:first-child::before {
	display: none;
}
footer .copyright ul a {
	color: #fff;
	text-decoration: none;
}
footer .copyright ul a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 999px){
	
	footer {
		text-align: center;
	}
	footer .ftr_contact {
		padding: 20px 20px 30px;
	}
	footer .ftr_contact .inner {
		max-width: 480px;
		display: block;
	}
	footer .ftr_contact .left {
		display: block;
		margin-bottom: 25px;
	}
	footer .ftr_contact .left .img {
		width: 65px;
		margin: 0 auto 20px;
	}
	footer .ftr_contact .left .ttl {
		margin-bottom: 12px;
	}
	footer .ftr_contact .left .add {
		font-size: 12px;
	}
	footer .ftr_contact .right {
		display: block;
	}
	footer .ftr_contact .right .ttl {
		margin-bottom: 15px;
	}
	footer .ftr_contact .right .tel a {
		font-size: 26px;
		margin-bottom: 10px;
	}
	footer .ftr_contact .right .tel a::before {
		width: 22px;
		height: 22px;
		margin-right: 8px;
		vertical-align: -1px;
	}
	footer .ftr_contact .right .att {
		font-size: 12px;
		margin-bottom: 20px;
	}
	footer .ftr_contact .right .mail {
		font-size: 13px;
		height: 40px;
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}

	footer .copyright {
		padding: 40px 20px;
	}
	footer .copyright .inner {
		max-width: 480px;
		display: block;
		font-size: 11px;
	}
	footer .copyright ul {
		display: block;
		font-size: 13px;
		margin-bottom: 40px;
	}
	footer .copyright li {
		margin: 0 0 20px 0;
	}
	footer .copyright li::before {
		display: none;
	}
}



/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5) url(../img/common/pagetop.png) no-repeat 50% 50%;
	background-size: 14px;
	z-index: 9998;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 0;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 35px;
		bottom: -60px;
		width: 60px;
		height: 60px;
		background: rgba(0, 0, 0, 0.5) url(../img/common/pagetop.png) no-repeat 50% 50%;
		background-size: 27px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}


