<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.flex-box div {
	position: relative;
}
.content_link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.sectionInner, #option {
	width: 100%;
	max-width: 1240px;
}
.flex-box .fl-Area {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.flex-box .fl-01 {
	float: left;
	width: 40%;
}
.flex-box .fl-02 {
	float: left;
	width: 60%;
}
@media screen and (max-width: 768px) {
	.content_link {
		bottom: 10px;
	}
	.flex-box .fl-Area {
		display: inline-block;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.flex-box .fl-01 {
		float: none;
		width: 100%;
	}
	.flex-box .fl-01 img {
		width: 100px !important;
	}
	.flex-box .fl-02 {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.flex-box .fl-01 {
		margin: 10px 0 15px;
	}
	.flex-box .fl-01 img {
		width: auto !important;
	}
}
.w230 {
	width: 230px !important;
}
.w350 {
	width: 350px !important;
}
@media screen and (max-width: 479px) {
	.w350 {
		width: 100% !important;
	}
}

/* ========================横並び==============================*/

.flex-box img {
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.flex-box .content_link img {
	display: inline-block;
}
.flex-box .content_img02 {
	margin: 30px 0;
}
.flex-box .content_img02 img {
	width: auto !important;
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.notice {
	text-indent: 0;
}
.content_link {
	text-align: center;
}
h3 {
	text-align: center;
	font-weight: bold !important;
	padding: 0;
}
@media screen and (max-width: 767px) {
	h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.flex-box&gt;div {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #888888;
	}
	.content, .notice {
		margin-top: 20px !important;
	}
	.content_link {
		position: static;
		margin-top: 20px !important;
	}
	#point&gt;.flex-box&gt;.aboutInner:last-of-type, #benefit&gt;.flex-box&gt;div:last-of-type {
		border-bottom: transparent !important;
	}
	.flex-box .content_img02 {
		margin: 0;
	}
	.flex-box .content_img02 img {
		width: auto !important;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) {
	.content, .content_img, .notice {
		margin-bottom: 20px !important;
	}
	.flex-box {
		display: flex;
		padding: 0 0 2%;
	}
	.flex-box&gt;div {
		flex: 1;
		justify-content: space-between;
		padding: 0 2%;
		border-right: 1px dotted #888888;
		min-width: 1px;
	}
	.flex-box&gt;div:last-of-type {
		border-right: inherit !important;
	}
	#ability div.flex-box:first-of-type, #ability div.flex-box:nth-of-type(2) {
		border-bottom: 1px dotted #888888;
	}
	#ability div.flex-box:last-of-type, #ability div.flex-box:nth-of-type(2) {
		margin-top: 2%;
	}
	.blueBg {
		margin-bottom: 2% !important;
	}
}

/* ========================基本情報============================*/

#point .course .flex-box .sim-box {
	border: 4px solid #fff !important;
	border-radius: 10px;
	color: #fff;
	margin: 0 5px;
	padding: 2%;
}
#point .course .flex-box .sim-box h4 {
	font-weight: bold;
}
#point .course .flex-box&gt;div&gt;p {
	font-weight: bold;
	font-size: 60px;
}
#point .course .flex-box&gt;div:nth-of-type(1)&gt;p {
	color: #F02600;
}
#point .course .flex-box&gt;div:nth-of-type(2)&gt;p {
	color: #3aa80e;
}
#point .course .flex-box&gt;div:nth-of-type(3)&gt;p {
	color: #0097D4;
}
#point .service_about_inner_wrap {
	max-width: 350px;
	margin: 0 auto;
}
#point .service_about_inner_wrap img.icons {
	display: inline-block;
}

/*20210630 追記start */
#point .service_about_inner_wrap2 img.icons {
	display: inline-block;
}
.qt_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.qt_pc {
		display: none;
	}
	.qt_sp {
		display: block;
	}	
}
/*20210630 追記end */
	
#point .service_about_inner_wrap .cont_title {
	font-size: 30px;
	display: block;
	text-align: center;
}
#point .aboutInner:last-of-type div {
	position: relative;
	height: 100%;
}
#point .aboutInner:last-of-type div p:last-of-type {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
.tab_area {
	margin-bottom: 20px;
}
.tab_area li {
	flex: 1;
	padding: 0 5px;
	text-align: center;
}
.tab_area li .tab_inner {
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px;
}
.tab_area li:first-child .tab_inner {
	background: #f02600;
}
.tab_area li:nth-child(2) .tab_inner {
	background: #3aa80e;
}
.tab_area li:last-child .tab_inner {
	background: #0097d4;
}
.tab_area li .tab_inner .flex_inner {
	text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	color: #fff;
}
.tab_area li .tab_inner .flex_inner:first-child {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.tab_area li:last-child .tab_inner .flex_inner:first-child {
	line-height: 40px;
}
.tab_area li p:nth-of-type(1) {
	margin: 10px 0;
}
.tab_area li p:nth-of-type(2) {
	font-size: 46px;
	font-weight: bold;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	line-height: 1em;
}
.tab_area li p:nth-of-type(2) span {
	font-size: 20px;
}
.tab_area li p:nth-of-type(3) {
	line-height: 1em;
}
.tab_area li:nth-child(1) p:not(:first-of-type) {
	color: #f02600;
}
.tab_area li:nth-child(2) p:not(:first-of-type) {
	color: #3aa80e;
}
.tab_area li:nth-child(3) p:not(:first-of-type) {
	color: #0097d4;
}
.tab_area li a {
	background: #106CA5;
	display: block;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	color: #ffffff;
}
.tab_area li a:hover {
	opacity: .7;
}
.tab_area li a span:before {
	content: url(/mobile/img/201707_arrow_w.png);
	display: inline-block;
	margin-right: 10px;
	position: relative;
	bottom: -6px;
}
@media screen and (max-width: 1024px) {
	.tab_area li p:nth-of-type(1) {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.tab_area li .tab_inner .flex_inner:first-child {
		line-height: 40px;
	}
}
@media screen and (max-width: 768px) {
	.tab_area.flex_box {
		display: block !important;
	}
	.tab_area li {
		margin-bottom: 20px;
	}
	#point .aboutInner:last-of-type div p:nth-of-type(2) {
		margin-bottom: 40px !important;
	}
}
@media screen and (max-width: 767px) {
	#point .aboutInner:last-of-type div p:nth-of-type(2) {
		margin-bottom: 0 !important;
	}
	#point .aboutInner:last-of-type div p:last-of-type {
		position: static;
		margin-top: 0.9375rem !important;
	}
}

/* ========================標準機能==============================*/

#ability&gt;.flex-box:not(:nth-of-type(1)) {
	margin-top: 2%;
}
#ability&gt;.flex-box:last-of-type&gt;div {
	border-bottom: transparent !important;
}
#ability&gt;.flex-box:last-of-type&gt;div:last-of-type&gt;div {
	text-align: center;
}
#ability ul {
	display: inline-block;
	margin-top: 10px;
}
#ability ul li {
	line-height: 1.9em;
	text-align: left;
}
@media screen and (max-width:767px) {
	#ability .flex-box:last-of-type&gt;div:first-of-type {
		border-bottom: 1px dotted #888888 !important;
	}
}
@media screen and (max-width: 768px) {
	#option .flex-box:last-of-type&gt;div:last-of-type {
		border-bottom: transparent;
	}
}
.mb-60 {
	margin-bottom: 70px !important;
}
@media screen and (max-width:767px) {
	.mb-60 {
		margin-bottom: 0 !important;
	}
}
ul.disc {
	margin-left: -10px!important;
	margin: 0 auto;
	padding: 0;
}
ul.disc li {
	list-style: disc;
	margin: 0 0 0 2em;
	padding: 0 0 0 2px;
}

/*====================================================================
#main .in_box
====================================================================*/

#main .in_box {
	max-width: 1260px;
	margin: 15px auto 60px;
	padding: 0 10px;
}

/*====================================================================
#main .couseBtn_area
====================================================================*/

#main .couseBtn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}
#main .couseBtn_area .couseBtn_one {
	width: 49%;
}
@media (max-width: 736px) {
	#main .couseBtn_area {
		max-width: 500px;
		margin: 25px auto 0;
	}
	#main .couseBtn_area .couseBtn_one {
		width: 100%;
		margin-bottom: 10px;
	}
	#main .couseBtn_area .couseBtn_one:last-child {
		margin-bottom: 0;
	}
}

/*====================================================================
#main a.couseBtn
====================================================================*/

#main a.couseBtn {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 10px;
	background: #106CA5;
	text-decoration: none;
}
#main a.couseBtn:hover {
	opacity: 0.7;
}
#main a.couseBtn .a__icon {
	padding-right: 10px;
}
#main a.couseBtn .a__icon img {
	width: 25px;
	vertical-align: middle;
}
#main a.couseBtn .a__text {
	display: block;
	flex-grow: 1;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
#main a.couseBtn .a__text .a__in {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1024px) {
	#main a.couseBtn .a__icon img {
		width: 21px;
	}
	#main a.couseBtn .a__text {
		font-size: 16px;
	}
}

/*====================================================================
位置調整
====================================================================*/


/* @media screen and (max-width: 900px) {
	#point, #ability, #section03 {
		padding-top: 100px !important;
		margin-top: -100px !important;
	}
} */


/*====================================================================
.medalsection
====================================================================*/

.medalsection {
	max-width: 1240px;
	margin: 60px auto;
	border: 8px solid #d2ad59;
	padding: 40px 10px 25px;
	position: relative;
}
.medalsection .ti_box {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	text-align: center;
}
.medalsection .ti_box .medal_ti {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}
.medalsection .ti_box .medal_ti br {
	display: none;
}
.medalsection .ti_box .medal_ti span {
	color: #f02600;
	font-size: 130%;
	line-height: 1;
}
.medalsection .medalArea_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.medalsection .medalArea_01 .one_medal {
	width: 49%;
}
.medalsection .one_medal .imgbox {
	max-width: 240px;
	margin: 0 auto;
}
.medalsection .one_medal .imgbox img {
	width: 100%;
}
.medalsection .one_medal .txtbox {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.medalsection .txt_medal {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.medalsection .medalArea_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 20px;
}
.medalsection .medalArea_02_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 66%;
	text-align: center;
}
.medalsection .medalArea_02_a .one_medal {
	width: 49%;
}
.medalsection .medalArea_02_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 33%;
	text-align: center;
}
.medalsection .medalArea_02_b .one_medal {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.medalsection {
		margin: 50px auto;
		border: 4px solid #d2ad59;
		padding: 30px 10px 20px;
	}
	.medalsection .ti_box {
		top: -18px;
	}
	.medalsection .ti_box .medal_ti {
		font-size: 24px;
		padding: 0 10px;
	}
	.medalsection .ti_box .medal_ti span {
		font-size: 130%;
	}
	.medalsection .medalArea_01 {
		max-width: 600px;
	}
	.medalsection .one_medal .imgbox {
		max-width: 200px;
	}
	.medalsection .one_medal .txtbox {
		font-size: 12px;
	}
	.medalsection .txt_medal {
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.medalsection {
		margin: 50px auto;
		padding: 50px 10px 20px;
	}
	.medalsection .ti_box {
		top: -40px;
	}
	.medalsection .ti_box .medal_ti {
		font-size: 18px;
	}
	.medalsection .ti_box .medal_ti br {
		display: inline-block;
	}
	.medalsection .txt_medal {
		font-size: 10px;
	}
	.medalsection .medalArea_02_a {
		width: 100%;
	}
	.medalsection .medalArea_02_b {
		width: 100%;
		margin-bottom: 20px;
	}
	.medalsection .one_medal .imgbox {
		max-width: 170px;
	}
}
@media screen and (max-width: 374px) {
	.medalsection .one_medal .imgbox {
		max-width: 150px;
	}
}

/*====================================================================
.medalsection_st_b_area
====================================================================*/

.medalsection_st_b_area {
	max-width: 1140px;
	margin: 50px auto 0;
}
.medalsection_st_b {
	border: 8px solid #d2ad59;
	padding: 20px 10px;
	position: relative;
}
.medalsection_st_b .medalArea_03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
}
.medalsection_st_b .medalArea_03:not(:last-child) {
	border-bottom: 2px solid #d2ad59;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.medalsection_st_b .medalArea_03 .txtbox {
	width: 72%;
	text-align: center;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_a {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_b {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_b br {
	display: none;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .big_pink {
	color: #cc0033;
	font-size: 1.5em;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .b_small {
	font-size: 26px;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .b_small .c_pink {
	color: #cc0033;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_b sup {
	font-size: 12px;
	top: -1.0em;
}
.medalsection_st_b .medalArea_03 .txtbox .me_txt_c {
	font-size: 16px;
	line-height: 1.5;
}
.medalsection_st_b .medalArea_03 .imgbox {
	width: 27%;
	text-align: center;
}
.medalsection_st_b .medalArea_03 .imgbox img {
	max-width: 80%;
	max-height: 217px;
	width: auto;
	height: auto;
}
@media screen and (max-width: 1060px) {
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_a {
		font-size: 20px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b {
		font-size: 30px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .b_small {
		font-size: 17px;
	}
}
@media screen and (max-width: 1023px) {
	.medalsection_st_b .medalArea_03 {
		max-width: 768px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_a {
		font-size: 16px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b {
		font-size: 24px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .b_small {
		font-size: 16px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_c {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.medalsection_st_b .medalArea_03 {
		max-width: 440px;
	}
	.medalsection_st_b_area {
		margin: 30px auto 0;
	}
	.medalsection_st_b {
		border: 4px solid #d2ad59;
		padding: 10px 5px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_a {
		font-size: 10px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b {
		font-size: 16px;
		margin: 5px 0;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b br {
		display: block;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .t_none {
		display: none;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .b_small {
		font-size: 14px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b sup {
		font-size: 10px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_c {
		font-size: 11px;
	}
	.medalsection_st_b .medalArea_03 .imgbox img {
		max-width: 100%;
	}
}
@media screen and (max-width: 374px) {
	.medalsection_st_b {
		padding: 10px 2px;
	}
	.medalsection_st_b .medalArea_03 .txtbox {
		width: 76%;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_a {
		font-size: 10px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b {
		font-size: 13px;
		margin: 3px 0;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_b .b_small {
		font-size: 13px;
	}
	.medalsection_st_b .medalArea_03 .txtbox .me_txt_c {
		font-size: 10px;
	}
	.medalsection_st_b .medalArea_03 .imgbox {
		width: 24%;
	}
}

/*====================================================================
.lankone_area
====================================================================*/

.lankone_area {
	max-width: 1050px;
	margin: 30px auto 50px;
	padding: 0 1.9%;
}
.lankone_area p.lank_tit {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.lankone_area p.lank_tit br {
	display: none;
}
.lankone_area p.lank_tit span {
	color: #f02600;
	font-size: 130%;
	line-height: 1;
}
.lankone_area .lank_img {
	margin: 20px 0 30px;
	text-align: center;
}
.lankone_area .lank_img img {
	max-width: 100%;
	height: auto;
}
.lankone_area .lank_img img.lank_sp {
	display: none;
}
.lankone_area p.lank_txt {
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.lankone_area p.lank_tit {
		font-size: 24px;
	}
	.lankone_area p.lank_txt {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.lankone_area p.lank_tit {
		font-size: 18px;
	}
	.lankone_area p.lank_tit br {
		display: block;
	}
	.lankone_area .lank_img {
		margin-bottom: 5px;
	}
	.lankone_area .lank_img img.lank_pc {
		display: none;
	}
	.lankone_area .lank_img img.lank_sp {
		display: block;
	}
}

/*---------------------------------------
#main
----------------------------------------*/

#main p {
	margin: 0;
}
#main .ind2_6_hq {
	padding-left: 2.6em;
	text-indent: -2.6em;
}
#main .bg-blue {
	background-color: #eaf4f6;
}
#main .bg-gray {
	background-color: #f2f2f2;
}

/*---------------------------------------
#main .box_inner
----------------------------------------*/

#main .box_inner {
	padding: 0;
}
@media screen and (max-width: 767px) {
	#main .box_inner {
		padding: 0 2%;
	}
}

/*---------------------------------------
#main .section_area
----------------------------------------*/

#main .section_area {
	padding: 50px 0;
}
#main .section_area .inner {
	margin: 0 auto;
	max-width: 1140px;
}
#main .section_area.bg-blue .inner {
	padding: 0 10px;
}
@media (max-width: 736px) {
	#main .section_area {
		padding: 30px 0;
	}
}

/*---------------------------------------
#main .goPageTop.mb_none
----------------------------------------*/

#main .goPageTop.mb_none {
	margin-bottom: 0 !important;
}

/******************************************************************
project - service
******************************************************************/

.p-service {
	padding: 0;
}
@media print, screen and (min-width: 737px) {
	.p-service {
		display: flex;
		margin-right: -30px;
	}
}
.p-service__item {
	box-sizing: border-box;
	list-style: none;
	background-color: #fff;
	text-align: center;
}
@media print, screen and (min-width: 737px) {
	.p-service__item {
		width: calc(100%/3 - 30px);
		margin-right: 30px;
		padding: 25px 20px 20px;
	}
}
@media screen and (max-width: 736px) {
	.p-service__item {
		padding: 20px 16px 16px;
	}
	.p-service__item:not(:first-child) {
		margin-top: 20px;
	}
}
.p-service__item strong {
	display: block;
}
@media print, screen and (min-width: 1231px) {
	.p-service__item strong {
		font-size: 22px;
	}
}
@media print, screen and (max-width: 1230px) {
	.p-service__item strong {
		font-size: 1.83333vw;
	}
}
@media print, screen and (max-width: 1000px) {
	.p-service__item strong {
		font-size: 1.66667vw;
	}
}
@media screen and (max-width: 736px) {
	.p-service__item strong {
		font-size: 20px;
	}
}
.p-service__item img {
	margin: 2.25em auto;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 736px) {
	.p-service__item img {
		margin: 1.25em auto;
		max-width: 70%;
	}
}
.p-service__btn {
	display: block;
	margin: 0 auto;
	border: 2px solid #01b5d0;
	color: #222222 !important;
	font-weight: bold;
	border-radius: 100em;
	max-width: 20em;
	transition-property: background;
	transition-duration: 0.3s;
	position: relative;
	padding-right: 28.5px;
	padding: 0.3em 30px 0.2em;
}
.p-service__btn::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translate(-15px, 6px) rotate(45deg);
	transform-origin: top right;
	border-top: 4px solid #01b5d0;
	border-right: 4px solid #01b5d0;
	width: 14px;
	height: 14px;
	transition-property: top, right, bottom, left;
	transition-duration: 0.3s;
}
@media print, screen and (max-width: 1000px) {
	.p-service__btn {
		position: relative;
		padding-right: 20px;
	}
	.p-service__btn::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		top: 0;
		bottom: 0;
		right: 0;
		transform: translate(-10px, 4px) rotate(45deg);
		transform-origin: top right;
		border-top: 3px solid #01b5d0;
		border-right: 3px solid #01b5d0;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left;
		transition-duration: 0.3s;
	}
}
@media print, screen and (min-width: 1231px) {
	.p-service__btn {
		font-size: 25px;
	}
}
@media print, screen and (max-width: 1230px) {
	.p-service__btn {
		font-size: 2.08333vw;
	}
}
@media print, screen and (max-width: 1000px) {
	.p-service__btn {
		font-size: 1.66667vw;
	}
}
@media screen and (max-width: 736px) {
	.p-service__btn {
		font-size: 20px;
	}
}
.p-service__btn:hover {
	text-decoration: none;
	background-color: #eaf4f6;
}</pre></body></html>