@charset "utf-8";
/* =====================================================
  ・ #secheader
======================================================== */
#secheader .headerImg {
	background: url("../images/greeting_test/img_header_sp.png") center no-repeat;
	background-size: cover;
}
/* =====================================================
  ・ .btnAnchor
======================================================== */
.btnAnchor {
	text-align: center;
}
.btnAnchor ul {
	width: 83.2%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 40px auto 0;
}
.btnAnchor ul li {
	width: 50%;
	height: 40px;
}
.btnAnchor ul li a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 88%;
	line-height: 40px;
	border-left: 1px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}
.btnAnchor ul li:last-of-type {
	border-right: 1px solid #e6e6e6;
}
.btnAnchor ul li a::after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 18px;
	background: url("../images/greeting/icon_arrowD.png") center no-repeat;
	background-size: contain;
	margin-left: 5px;
	vertical-align: middle;
}
/* =====================================================
  ・ #secGreeting
======================================================== */
#secGreeting {
	border-bottom: 1px solid #f0f0f0;
}
#secGreeting h2 {
	font-size: 150%;
}
#secGreeting p,
#secAdvisor p {
	color: #141414;
	margin-bottom: 30px;
	text-align: justify;
	line-height: 1.7;
}
#secGreeting p:last-of-type,
#secAdvisor p:last-of-type {
	margin-bottom: 10px;
}
#secGreeting .boxInner .boxCatch,
#secAdvisor .boxInner .boxCatch {
	font-size: 120%;
	text-align: center;
}
#secGreeting .boxImg {
	margin-bottom: 30px;
}
#secGreeting .boxName,
#secAdvisor .boxName {
	text-align: right;
}
/* =====================================================
  ・ #secAdvisor
======================================================== */

#secAdvisor h2 {
	font-size: 150%;
}
#secAdvisor h3 {
	font-size: 100%;
	color: #141414;
	margin-bottom: 15px;
}
#secAdvisor .boxImg {
	max-width: 222px;
	text-align: center;
	margin: 0 auto 30px;
}
#secAdvisor .boxImgBook {
	width: 50%;
	margin: 0 auto;
}
@media screen and (min-width: 600px) {
	/* =====================================================
    ・ .btnAnchor
  ======================================================== */
	.btnAnchor ul {
		width: 420px;
		margin: 50px auto 0;
	}
	.btnAnchor ul li {
		width: 200px;
		height: 80px;
	}
	.btnAnchor ul li a {
		width: 200px;
		height: 80px;
		font-size: 125%;
		line-height: 80px;
	}
}
@media screen and (min-width: 960px) {
	#secGreeting .boxInner {
		max-width: 1000px;
	}
	/* =====================================================
    ・ #secheader (min-width:960px)
  ======================================================== */
	#secheader .headerImg {
		background: url("../images/greeting_test/img_header_pc.png") center no-repeat;
		background-size: cover;
	}

	/* =====================================================
    ・ #secGreeting
  ======================================================== */
	#secGreeting .boxGreeting {
		max-width: 800px;
		margin: 0 auto;
	}
	#secGreeting p:last-of-type,
	#secAdvisor p:last-of-type {
		margin-bottom: 10px;
	}
	#secGreeting h2,
	#secAdvisor h2 {
		font-size: 200%;
	}
	#secGreeting .boxInner .boxCatch,
	#secAdvisor .boxInner .boxCatch {
		font-size: 175%;
	}
	#secGreeting .boxImg,
	#secAdvisor .boxImg {
		margin-bottom: 60px;
	}
	/* =====================================================
    ・ #secAdvisor
  ======================================================== */
	#secAdvisor .boxInner {
		max-width: 800px;
	}
	#secAdvisor .boxImg {
		max-width: 344px;
		margin: 0 50px 30px 0px;
	}
	#secAdvisor h3 {
		font-size: 125%;
		margin-bottom: 30px;
	}
	#secAdvisor .boxImg {
		float: left;
		margin: 0;
		margin-right: 60px;
	}
	#secAdvisor .boxImg img {
		margin: 0;
	}
	#secAdvisor .boxImgBook {
		margin-top: 60px;
	}
}

.inner {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.text-right {
	margin-top: 60px;
	margin-bottom: 90px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: right;
}

.block {
	text-align: left !important;
}

@media screen and (max-width: 767px) {
	.text-right {
		margin-top: 40px;
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 22px;
	}
}

section.secContents .blue-bar-list {
	list-style: none !important;
	text-align: left !important;
}

div.block ul.blue-bar-list li {
	text-align: left !important;
	list-style: none !important;
	padding-left: 30px;
	position: relative;
}

div.block ul.blue-bar-list li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 1em;
	height: 2px;
	background: #63c3d4;
}
