@charset "utf-8";

/* コンテンツ */
.contents {
	background-color: #F5F9FC;/*#F6F6F6*/
}

/* タイトル上部 */
.top_title {
	padding-top: 120px;
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
}

.h1Img {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2vh;
}

.h1Img img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

h1 {
	font-size: 30px;
	line-height: 170%;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: auto;
	color: #1079DB;
	padding-bottom: 0.7em;
}

h2 {
	font-size: 17px;
	line-height: 200%;
	font-weight: normal;
}


/* 白地 */
.whiteArea {
	background-color: #FFF;/*#FFF*/
	width: 86%;/*86%*/
	margin-left: auto;
	padding-bottom: 100px;/*100px*/
	padding-top: 60px;
	margin-bottom: 0px;
	padding-right: 9%;
}

.whiteArea2 {
	background-color: #FFF;/*#FFF*/
	width: 86%;
	margin-left: auto;
	padding-bottom: 100px;/*100px*/
	padding-top: 0px;/*60px*/
	margin-bottom: 100px;
	padding-right: 9%;
}


/* コンテンツ本体  */
.contArea {
	width: 100%;
	padding-top: 0px;
	padding-right: 5%;
	padding-left: 10%;
}

/* タイトルエリア */
.titleArea {
	padding-bottom: 5vh;
}

.contTtl {
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}

.contSubTtl {
	font-size: 15px;
	line-height: 200%;
	font-weight: normal;
}

/* エントリーバナー */
.entryBanner {
	display: flex;
	background-color: #FAFAFA;
	border-radius: 10px;
	margin-bottom: 3.3vh;
	padding-bottom: 2vh;
	padding-top: 1vh;
}

.banLeft {
	width: 26%;
	text-align: center;
	padding-bottom: 2vh;
}

.leftLink a,
.leftLink a:visited {
	font-size: 15px;
	line-height: 140%;
	font-weight: normal;
	color: #1079DB;
	text-decoration: underline;
}

.leftImg {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


.leftImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.leftImg84 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.leftImg84 img {
	vertical-align: bottom;
	height: auto;
	width: 84%;
}

.banCenter {
	width: 38%;
}

.centerTtl {
	font-size: 22px;
	font-weight: bold;
	color: #1079DB;
	padding-bottom: 0.5em;
	padding-top: 1.2em;
}

.centerTxt {
	font-size: 15px;
	line-height: 180%;
	font-weight: normal;
	width: 80%;
}

.banRight {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	width: 36%;
}

.rightBtn,
.rightBtn2 {
	width: 100%;
	max-width: 320px;
}

.rightBtn a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 26px;
	background-image: url(../biz/images/arrow_blue.svg);
	background-repeat: no-repeat;
	background-position: 20% 58%;
	background-size: 150%;
	vertical-align: middle;
}

.rightBtn a,
.rightBtn a:visited {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	width: 80%;
	padding-right: 1em;
}

.rightBtn a:hover {
	color: #1079DB;
	border-top-color: #1079DB;
	border-right-color: #1079DB;
	border-bottom-color: #1079DB;
	border-left-color: #1079DB;
}

.rightBtn2 a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 26px;
	background-image: url(../biz/images/arrow_blue.svg);
	background-repeat: no-repeat;
	background-position: 20% 58%;
	background-size: 150%;
	vertical-align: middle;
}

.rightBtn2 a,
.rightBtn2 a:visited {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	width: 80%;
	padding-right: 1em;
}

.rightBtn2 a:hover {
	color: #1079DB;
	border-top-color: #1079DB;
	border-right-color: #1079DB;
	border-bottom-color: #1079DB;
	border-left-color: #1079DB;
}

/* 中間見出し */
.innTtl {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	padding-top: 0vh;
	padding-bottom: 0.3em;
	margin-bottom: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}

.innTxt {
	font-size: 15px;
	line-height: 200%;
	font-weight: normal;
	width: 600px;/*53%*/
}

.innTxt a,
.innTxt a:visited {
	color: #1079DB;
	text-decoration: underline;
}

.innTxt a:hover {
	color: #1079DB;
	text-decoration: underline;
}

.toittl {
	font-size: 15px;
	line-height: 200%;
	font-weight: bold;
	padding-top: 6vh;
	padding-bottom: 0.8em;
}

.toiFromArea {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-image: url(../n_images/maru-yajirushi.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 4%;
	width: 430px;/*38%*/
	padding: 24px;
	position: relative;
	margin-bottom: 4vh;
}

.toiFromArea a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.toiFrom {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}

.toiFrom::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 26px;
	background-image: url(../biz/images/mail.svg);
	background-repeat: no-repeat;
	background-position: 30% 60%;
	background-size: 150%;
	vertical-align: middle;
}

.toiFromArea:hover {
	border-top-color: #00B0DD;
	border-right-color: #00B0DD;
	border-bottom-color: #00B0DD;
	border-left-color: #00B0DD;
}

.toiFromArea:hover .toiFrom {
	color: #00B0DD;
}

.telCallArea {
	display: flex;
	align-items: center;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	width: 600px;/*53%*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.telCallLeft {
	width: 16%;
	text-align: center;
}

.telCallLeft img {
	vertical-align: bottom;
	height: auto;
	width: 70%;
	padding-top: 6px;
}

.telCallCenter {
	width: 37%;
	vertical-align: bottom;
	height: auto;
	text-align: right;
}

.telRubi {
	font-size: 13px;
	font-weight: bold;
	color: #00B0DD;
	letter-spacing: 0.3em;
}

.telCallNumber {
	font-size: 28px;/*29px*/
	line-height: 120%;
	font-weight: bold;
	color: #00B0DD;
}

.telCallRight {
	width: 47%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.for13bz {
	display: block;
}


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


/* コンテンツ本体  */
.contArea {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	
}

.toittl {
	font-size: 15px;
	line-height: 200%;
	font-weight: bold;
	padding-top: 6vh;
	padding-bottom: 0.8em;
}

.toiFromArea {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-image: url(../n_images/maru-yajirushi.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 4%;
	width: 430px;/*38%*/
	padding: 24px;
	position: relative;
	margin-bottom: 4vh;
}

.toiFromArea a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.toiFrom {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}

.toiFrom::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 26px;
	background-image: url(../biz/images/mail.svg);
	background-repeat: no-repeat;
	background-position: 30% 60%;
	background-size: 150%;
	vertical-align: middle;
}

.toiFromArea:hover {
	border-top-color: #00B0DD;
	border-right-color: #00B0DD;
	border-bottom-color: #00B0DD;
	border-left-color: #00B0DD;
}

.toiFromArea:hover .toiFrom {
	color: #00B0DD;
}

.telCallArea {
	display: flex;
	align-items: center;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	width: 600px;/*53%*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.telCallLeft {
	width: 16%;
	text-align: center;
}

.telCallLeft img {
	vertical-align: bottom;
	height: auto;
	width: 70%;
	padding-top: 6px;
}

.telCallCenter {
	width: 37%;
	vertical-align: bottom;
	height: auto;
	text-align: right;
}

.telRubi {
	font-size: 13px;
	font-weight: bold;
	color: #00B0DD;
	letter-spacing: 0.3em;
}

.telCallNumber {
	font-size: 28px;/*29px*/
	line-height: 120%;
	font-weight: bold;
	color: #00B0DD;
}

.telCallRight {
	width: 47%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.for13bz {
	display: block;
}
	
}



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


/* コンテンツ */
.contents {
	background-color: #F6F6F6;/*#F6F6F6*/
}

/* タイトル上部 */
.top_title {
	padding-top: 100px;
	width: 94%;
	margin-left: auto;
	padding-right: 10%;
	padding-bottom: 40px;
}

h1 {
	font-size: 6.3vw;/*20px*/
	text-align: center;
	line-height: 170%;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-right: auto;
	color: #1079DB;
	width: 100%;
}

h2 {
	font-size: 3.8vw;/*13px*/
	line-height: 200%;
	font-weight: 400;
}


/* 白地 */
.whiteArea {
	background-color: #FFF;
	width: 100%;
	margin-left: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 15px;
}

.whiteArea2 {
	background-color: #FFF;
	width: 100%;
	margin-left: auto;
	padding-bottom: 80px;
	padding-top: 0px;
	margin-bottom: 80px;
}

/* コンテンツ本体  */
.contArea {
	width: 90%;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
}

/* タイトルエリア */
.titleArea {
	padding-bottom: 5vh;
}

.contTtl {
	font-size: 5.4vw;/*19px*/
	line-height: 150%;
	font-weight: 600;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	text-align: center;
}

.contSubTtl {
	font-size: 15px;
	line-height: 200%;
	font-weight: 400;
}

/* エントリーバナー */
.entryBanner {
	display: block;
	background-color: #FAFAFA;/*#FAFAFA*/
	border-radius: 10px;
	margin-bottom: 3.3vh;
	border: 1px solid #E7E7E7;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4vw;
	padding-left: 4vw;
}

.banLeft {
	width: 100%;
	text-align: center;
	padding-bottom: 0vh;
}

.banLeftSp {
	width: 100%;
	text-align: center;
	padding-bottom: 2vh;
	padding-top: 3vh;
}

.leftLink a,
.leftLink a:visited {
	font-size: 15px;
	line-height: 140%;
	font-weight: normal;
	color: #1079DB;
	text-decoration: underline;
}

.leftLinkSp a,
.leftLinkSp a:visited {
	font-size: 15px;
	line-height: 140%;
	font-weight: normal;
	color: #1079DB;
	text-decoration: underline;
	width: 6em;
	margin-right: auto;
	margin-left: auto;
}

.leftImg {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.leftImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.banCenter {
	width: 100%;
	padding-bottom: 5vh;
}

.centerTtl {
	font-size: 5.3vw;
	font-weight: 600;
	color: #1079DB;
	padding-bottom: 0.5em;
	padding-top: 1.2em;
	text-align: center;
}

.centerTxt {
	font-size: 4.3vw;/*14px*/
	line-height: 180%;
	font-weight: 400;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.banRight {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	width: 100%;
}

.rightBtn,
.rightBtn2 {
	width: 100%;
}

.rightBtn a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 26px;
	background-image: url(../biz/images/arrow_blue.svg);
	background-repeat: no-repeat;
	background-position: 20% 58%;/*20%*/
	background-size: 150%;
	vertical-align: middle;
}

.rightBtn a,
.rightBtn a:visited {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	width: 100%;
	padding-right: 1.8em;
}

.rightBtn a:hover {
	color: #333;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}

.rightBtn2 a::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 26px;
	background-image: url(../biz/images/arrow_blue.svg);
	background-repeat: no-repeat;
	background-position: 34% 58%;
	background-size: 190%;
	vertical-align: middle;
}

.rightBtn2 a,
.rightBtn2 a:visited {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	width: 100%;
	padding-right: 1.4em;
}

.rightBtn2 a:hover {
	color: #333;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}

/* 中間見出し */
.innTtl {
	font-size: 5.6vw;/*20px*/
	line-height: 160%;
	font-weight: 600;
	padding-top: 10vh;
	padding-bottom: 1.2em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

.innTxt {
	font-size: 15px;
	line-height: 200%;
	font-weight: 400;
	width: 90%;/*53%*/
	margin-right: auto;
	margin-left: auto;
}

.innTxt a,
.innTxt a:visited {
	color: #1079DB;
	text-decoration: underline;
}

.innTxt a:hover {
	color: #1079DB;
	text-decoration: underline;
}

.toittl {
	font-size: 15px;
	line-height: 200%;
	font-weight: 600;
	padding-top: 6vh;
	padding-bottom: 0.8em;
}

.toiFromArea {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-image: url(../n_images/maru-yajirushi.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 6%;
	width: 100%;
	position: relative;
	margin-bottom: 0vh;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 4px;
}

.toiFromArea a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.toiFrom {
	font-size: 5.2vw;
	line-height: 160%;
	font-weight: 600;
}

.toiFrom::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 26px;
	background-image: url(../biz/images/mail.svg);
	background-repeat: no-repeat;
	background-position: 30% 60%;
	background-size: 150%;
	vertical-align: middle;
}

.toiFromArea:hover {
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}

.toiFromArea:hover .toiFrom {
	color: #333;
}

.telCallArea {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	width: 100%;/*53%*/
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 10px;
}

.telCallLeft {
	width: 28%;
	text-align: center;
}

.telCallLeft img {
	vertical-align: bottom;
	height: auto;
	width: 83%;
	padding-top: 6px;
}

.telCallCenter {
	width: 72%;
	vertical-align: bottom;
	height: auto;
	text-align: right;
}

.telRubi {
	font-size: 3.5vw;
	font-weight: 600;
	color: #00B0DD;
	letter-spacing: 0.3em;
}

.telCallNumber {
	font-size: 7.5vw;/*29px*/
	line-height: 120%;
	font-weight: 600;
	color: #00B0DD;
}

.telCallNumber a,
.telCallNumber a:visited {
	font-size: 7.5vw;/*29px*/
	line-height: 120%;
	color: #00B0DD;
	text-decoration: none;
	font-weight: bold;
}

.telCallRight {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}


.for13bz {
	display: none;
}



}
