@charset "shift_jis";

.h1Wrap h1 {
	line-height: 1;
}

.NavBox02 {
	margin: auto;
	padding: 0.5rem;
	border-radius: 10px;
	border: solid 3px #b7c6f7bf;
	background: #eff1fd;
}

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

	/*スマホサイズ*/
	.NavBox02 {
		margin: 0 auto;
		border: solid 3px #bfc9f7;
	}
}

.groupNav {
	padding: 0.7em 0;
}

.groupNav:after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li a {
	margin-left: 10px;
}

.groupNav li {
	text-indent: 0;
	width: auto;
	padding: 5px;
}

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

	.groupNav li a {
		margin-left: 0;
	}

	.groupNav {
		padding: 0;
	}

	.groupNav li {
		padding: 3px;
		padding-left: 0 !important;
	}
}

.groupNav li:last-child {
	padding-bottom: 0;
}

ul.groupNav a {
	color: #2369c1;
}

/*---------------
リード文
---------------*/
.lead_text {
	text-align: center;
	font-weight: 800;
	color: #454ce2;
	margin-bottom: 40px;
}

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #b7c6f7;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
}


/*---------------
見出し装飾
---------------*/

@media (max-width: 768px) {
	h2 {
		line-height: 1.2;
	}
}

h3.miryoku {
	display: flex;
	gap: 1rem;
	line-height: 1.2;
	color: #3977d0;
	align-items: center;
}

span.miryoku {
	background-color: #2d3bbe;
	background: linear-gradient(-45deg, #48bbe2 1%, #45b5e2 20%, #2d3bbe 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff;
	padding: 5px 1rem;
	border-radius: 999px;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	h3.miryoku {
		display: inline-block;
	}

	span.miryoku {
		margin-bottom: 10px;
	}
}


/*------------------------
ページ内リンク高さ調整
------------------------*/


@media (max-width: 768px) {
	html {
		scroll-padding-top: 80px;
	}
}


/*------------------------
チェックボックス
------------------------*/
.checkbox {
	background-color: #e1ebf8;
	border: 3px solid #9dbce5;
	border-radius: 1rem;
	padding: 1rem;
}

ul.check {}

ul.check li {
	padding-left: 10px;
}

ul.check li {
	position: relative;
	padding-left: 2.2rem;
	line-height: 1.3;
	padding-bottom: 15px;
}

ul.check li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:767px) {
	ul.check li {
		line-height: 1.2;
		padding-bottom: 20px;
		font-size: 1.1rem;
		padding-top: 2px;
	}
}

ul.check li:before {
	position: absolute;
	content: "";
	top: -3px;
	left: 0;
	display: -block;
	width: 100%;
	height: 25px;
	background-image: url(/guga/about/images/index/img_check.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/*------------------------
disk
------------------------*/
ul.disc {
	background-color: #e1ebf8;
	border: 3px solid #9dbce5;
	border-radius: 1rem;
	padding: 1rem;
}

ul.disc li {
	padding-bottom: 10px;
}

ul.disc li:last-child {
	padding-bottom: 0;
}

/*------------------------
お客様の声
------------------------*/
.voice_box {
	background: #2369c1;
	border-radius: 1rem;
	padding: 1rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem
}


@media screen and (max-width:767px) {
	.voice_box {
		flex-direction: column;
		gap: 1rem;
	}
}

.voice_box dl dt {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}


.voice_box img {
	width: 120px;
	height: auto;
}

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

	.voice_box img {
		width: 100px;
		height: auto;
	}
}


/*-------------------------
asideの中のattBoxの調整
-------------------------*/
.attBox02 ul li {
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 9px;
}
.attBox02 ul li:last-child {
	padding-bottom: 0;
}

/*------------------
ボタンの上書き
------------------*/

.btnRed,
.btnBlue {
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: 400;
	background: #F44336;
	padding: 1em 20px;
	margin: 20px 0 40px 0;
	border-radius: 20px;
	font-size: 1.3rem;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 8px 0px 0px rgb(202 24 11);
	-webkit-transition: all .1s;
	transition: all .1s;
}

.btnBlue {
	background: #5084f3;
	box-shadow: 0px 8px 0px 0px rgb(61 103 195);
}

@media screen and (max-width:767px) {
	.btnRed,
	.btnBlue {
		width: 85%;
		font-size:1.2rem;
		line-height:1.3;
		border-radius: 15px;
	}
}

.btnRed:hover,
.btnBlue:hover {
	text-decoration: none;
	transform: translateY(4px);
	opacity: initial;
	box-shadow: none;
}

.btnRed span.free,
.btnBlue span.free {
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
	padding: 2px 10px;
	color: #f44336;
}

.btnBlue span.free {
	color: #5084f3;
}