@charset "utf-8";

@font-face{
     font-family: 'Google Sans'; 
     src: url('font/GoogleSans-Medium.ttf');
}
html {
	font-size:100%;
}
body {
	font-size:16px;
	background:#fff;
	font-family:"Google Sans","Noto Sans JP",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	line-height:1.6;
	color:#5f6368;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, em {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#00b7ee;
	transition:0.3s;
	opacity:1;
}
a:hover {
	outline:none;
	text-decoration:none;
	transition:0.3s;
	opacity:0.6;
}
.clear:after, .clearFix:after {
	content: ".";
	display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.clear, .clearFix {
	display: inline-block;
}
.clear {
	clear:both;
	height:0px!important;
	overflow:hidden;
}
* html .clear, * html .clearFix {
	height:0px;
}
.clear, .clearFix {
	display:block;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.cl {
	clear:both !important;
}
.al {
	text-align:left !important;
}
.ar {
	text-align:right !important;
}
.ac {
	text-align:center !important;
}
.pr{
	position: relative;
}
.font_bold {
	font-weight:bold;
}
.mb_0 {
	margin-bottom:0 !important;
}
.mb_5 {
	margin-bottom:5px !important;
}
.mb_10 {
	margin-bottom:10px !important;
}
.mb_15 {
	margin-bottom:15px !important;
}
.mb_20 {
	margin-bottom:20px !important;
}
.mb_25 {
	margin-bottom:25px !important;
}
.mb_30 {
	margin-bottom:30px !important;
}
.mb_35 {
	margin-bottom:35px !important;
}
.mb_40 {
	margin-bottom:40px !important;
}
.mb_50 {
	margin-bottom:50px !important;
}
.mb_60 {
	margin-bottom:60px !important;
}
.mb_70 {
	margin-bottom:70px !important;
}
.mb_80 {
	margin-bottom:80px !important;
}
.mb_90 {
	margin-bottom:90px !important;
}
.mb_100 {
	margin-bottom:100px !important;
}
.pt_10 {
	padding-top:10px!important;
}
.pt_20 {
	padding-top:20px!important;
}
.pt_30 {
	padding-top:30px!important;
}
.pt_40 {
	padding-top:40px!important;
}
.pt_50 {
	padding-top:50px!important;
}
.pt_60 {
	padding-top:60px!important;
}
.pt_80 {
	padding-top:80px!important;
}
img {
	max-width:100%;
}
.pcNone {
	display:none!important;
}
.flex01 {
	display:flex;
	justify-content:space-between;
}
.flex02 {
	display:flex;
	justify-content:center;
}
.flex03 {
	display:flex;
	justify-content: flex-start;
}
.flex_stretch {
	align-items:stretch;
}
.flex_center {
	align-items:center;
}
.flex_wrap {
	flex-wrap: wrap;
}
.font_en{
	font-family: 'Google Sans'!important;
}
.ct_content_width {
	position: relative;
	max-width:1340px;
	width:100%;
	margin:0 auto;
}
.ct_content_width,.ct_content_width *{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.ct_content_width a{
	transition:0.3s!important;
	-webkit-transition:0.3s!important;
}
.ct_content_width a:hover {
	transition:0.3s!important;
	-webkit-transition:0.3s!important;
}
.nav_wp{
    position:fixed;
    z-index:99;
    width:100%;
    left:0;
    top:0;
	padding-bottom: 4px;
	background: rgba(255,255,255,1) url(../img/blue_line01_pc.png) no-repeat center bottom;
	background-size: 100% 4px;
	box-shadow: 0 2px 4px rgba(154,160,166,0.1);
}
.nav_con{
    padding:12px 180px 12px 0;
    width:100%;
    margin:0 auto;
    text-align:right;
}
.top_nav>li{
    display:inline-block;
	font-size: 0.93rem;
	color: #5f6368;
}
.top_nav>li a,.top_nav>li span{
	display: inline-block;
	padding:10px 40px;
	color: #5f6368;
	cursor: pointer;
	transition: 0.3s;
}
.top_nav>li span:hover{
	opacity: 0.6;
}
.top_nav_btn{
	position: absolute;
	right: 0;
	top: 14px;
	padding: 6px 35px 7px;
	background: #4382f2;
	color: #fff!important;
	text-align: center;
	border-radius: 4px;
}

.top_nav_down{
	position: relative;
}
.top_nav_down ul{
	position: absolute;
	padding: 0 25px;
	left: -13px;
	top: 40px;
	min-width: 100%;
	background: #fff;
	max-height:0;
	overflow: hidden;
	transition: 0.3s;
}
.top_nav_down ul li:first-child{
	padding-top: 10px;
}
.top_nav_down ul li:last-child{
	padding-bottom: 10px;
}
.top_nav_down ul li a{
	display: block;
	padding: 6px 0;
	text-align: left;
	white-space: nowrap;
}
.top_nav_down:hover ul{
	max-height:450px;
}

.ct_logo{
	position: absolute;
	left: 0;
	top: 14px;
}
.ct_main{
	margin-top: 70px;
	padding-bottom: 4px;
	background: url(../img/blue_line02_pc.png) no-repeat center bottom;
	background-size: 100% 4px;
}
.ct_main .ct_main_in{
	height: 500px;
	background:#4382f2 url(../img/img_main_pc.png) no-repeat bottom right;
}
.ct_main h1{
	padding-left: 40px;
	padding-top: 50px;
	margin-bottom: 15px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.ct_main p{
	padding-left: 40px;
	font-size: 1.25rem;
	line-height: 1.8;
	color: #fff;
}
.bg_wp01{
	padding: 90px 20px 10px;
	background: url(../img/bg_wp01.png) center -138px;
}
.ct_box_w{
	margin-bottom: 100px;
	padding: 60px 50px 70px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 5px 25px rgba(154,160,166,0.2);
}
.bg_gray{
	padding: 80px 20px 10px;
	background: #f1f3f4;
}
.bg_wp01 .ct_box_w{
	margin-bottom: 120px;
}
.ct_title{
	margin-bottom: 45px;
	padding-top: 35px;
	text-align: center;
	font-size: 1.25rem;
	color: #5f6368;
	font-family: 'Noto Sans';
}
.ct_title_news{
	background: url(../img/icon_news.png) no-repeat center top;
}
.ct_title_about{
	padding-top: 40px;
	background: url(../img/gcp/icon_about.png) no-repeat center top;
}
.ct_title_sol{
	padding-top: 40px;
	margin-bottom: 60px;
	background: url(../img/gcp/icon_sol.png) no-repeat center top;
}
.ct_news_list{
	margin: 0 20px 0 35px;
}
.ct_news_list li{
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}
.ct_news_time{
	min-width: 180px;
	max-width: 180px;
	margin-right: 30px;
	padding: 1px 5px 2px;
	border-radius: 5px;
	background: #33a653;
	color: #fff;
	text-align: center;
}
.ct_stit{
	margin: -15px 0 40px 25px;
	font-size: 2.25rem;
	font-weight: bold;
	color: #5f6368;
}
.ct_stit div{
	display: inline;
}
.ct_stit span{
	font-size: 2.5rem;
	font-family: 'Noto Sans';
}
.ct_stit_num{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -12px;
	font-size: 3.125rem!important;
	line-height: 1.2;
	font-family: 'Noto Sans';
	font-weight: 600;
}
.ct_flex01{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ct_col_img{
	width: 60.2%;
	padding-bottom: 1px;
}
.ct_col_text{
	width: 35.5%;
	font-size: 0.93rem;
	line-height: 2;
}
.bg_wp01 .ct_col_text{
	font-size: 1.06rem;
	line-height: 2;
}
.ct_col_text p{
	margin-bottom: 2em;
}
.ct_plus01{
	position: absolute;
	left: -12px;
	top: -14px;
}
.ct_plus02{
	position: absolute;
	right: -12px;
	top: -12px;
}
.ct_plus03{
	position: absolute;
	left: -12px;
	bottom: -12px;
}
.ct_plus04{
	position: absolute;
	right: -12px;
	bottom: -12px;
}
.ct_img_about02{
	position: absolute;
	right: 6%;
	top: -80px;
	width: 18.5%;	
}
.ct_img_sol02{
	position: absolute;
	right: 3%;
	top: -87px;
	width: 23%;
}
.ct_img_sol04{
	position: absolute;
	right: 16%;
	top: -47px;
	width: 18.3%;
}
.ct_img_sol06{
	position: absolute;
	right: 2.7%;
	top: -125px;
	width: 17.5%;
}
.ct_col_text_h{
	margin-bottom: 10px;
	font-size: 1.3rem;
	text-indent: -36px;
	padding-left: 36px;
	line-height: 1.6;
}
.ct_col_text_h span{
	font-size: 1.3rem;
	font-family: 'Noto Sans';
}
.ct_note_s{
	font-size: 0.875rem;
	line-height: 1.8;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

#white_bg{
	background: #fff;	
}
.white_bg_in{
	background:url(../img/bg_foot01_pc.png) center bottom no-repeat;	
	padding: 80px 0 340px;
}
.google_bot{
	width: calc(100% - 20px);
	max-width: 770px;
	margin: 0 auto 70px;
	align-items: center;
}
.google_bot div{
	width: 22%;
}
.google_bot p{
	width: 75%;
	font-size: 1.3rem;
}
.contact_in{
	width: 700px;
	margin: 10px auto 0;
	border: 1px #5f6368 solid;
	text-align: center;
	padding-bottom: 38px;
}
.contact_in h3{
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	background: #fff;
	padding: 0 10px;
	position: relative;
	top: -25px;
	display: inline-block;	
}
.contact_in p{
	font-size: 1.2rem;
}
.contact_in .span01{
	font-size: 0.93rem;
	color: #5f6368;
	display: block;
	line-height: 2;
	margin-bottom: 20px;
}
.contact_in a{
	display: inline-block;
	background: #4382f2;
	padding: 15px 60px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.93rem;
	font-weight: bold;
}
#footer{
	background: #e8eaed;
	padding: 70px 0 50px;
}
.footer_con{
	padding: 0 95px;
}
.footer_con ul{
	margin-bottom: 60px;
}
.footer_con ul li a{
	color: #5f6368;
	font-size: 0.93rem;	
}
.footer_con p{
	font-size: 0.75rem;
}
.ct_flex02{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #edeff1;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ct_item_fs{
	justify-content: flex-start;
}
.ct_item_fs .ct_item_box:nth-child(3n){
	margin-right: 0;
}
.ct_item_box{
	position: relative;
	top: 0;
	margin-right: 25px;
	padding: 35px 30px 30px;
	width: calc((100% - 50px) / 3.001);
	border-radius: 12px;
	box-shadow: 0 5px 30px rgba(154,160,166,0.25);
	color: #5f6368;
}
.ct_item_box:hover{
	top: -5px;
	opacity: 0.8;
}
.ct_item_box p{
	margin-bottom: 20px;
	font-size: 0.93rem;
}
.ct_item_tit{
	margin-bottom: 20px;
	padding-left: 18px;	
	border-left: 7px solid #34a853;
	font-size: 1.875rem;
	font-weight: bold;
}
.ct_item_stit_wp{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	min-height: 60px;
}
.ct_item_stit{	
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.ct_item_link{
	text-align: right;
}
.ct_item_link span{
	padding-bottom: 3px;
	display: inline-block;
	color: #00b7ee;
	border-bottom: 1px solid #00b7ee;
}
.ct_item_box02 .ct_item_tit{
	border-color: #4285f4;
}
.ct_item_box03 .ct_item_tit{
	border-color: #34a853;
}

/*2022*/
.ct_service_bg{
	margin-left: -20px;
	margin-right: -20px;
	background: linear-gradient(180deg , rgba(255,255,255,0) 70% , #fff 80%);
}
.ct_news_time_blue{
	background: #4382f2;
}
.ct_news_time_yel{
	background: #fcbd05;
}
.ct_news_time_gre{
	background: #33a653;
}
.ct_news_time_red{
	background: #ea4335;
}
.ct_title_service {
    padding-top: 50px;
    background: url(../img/icon_service.png) no-repeat center top;
	background-size: 40px 40px;
}
.ctc_service_title{
	max-width: 360px;
	margin-bottom: 20px;
}
#service .ct_item_stit_wp{
	min-height: 36px;
	margin-bottom: 10px;
}
#service .ct_item_box{
	margin-bottom: 25px;
	position: relative;
	padding-top: 80px;
	background: #fff;
}
#service .ct_item_box p{
	min-height: 98px;
}
#service .ct_item_box::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 43px;
	border-radius: 12px 12px 0 0;
	background: linear-gradient(180deg , #34a853 0% , #e6f4ea 100%);
}
#service .ct_item_box02::before{
	background: linear-gradient(180deg , #ea4335 0% , #fce8e6 100%);
}
#service .ct_item_box03::before{
	background: linear-gradient(180deg , #fbbc04 0% , #fef7e0 100%);
}
#service .ct_item_box04::before{
	background: linear-gradient(180deg , #4285f4 0% , #e8f0fe 100%);
}
#service .ct_flex02{
	flex-wrap: wrap;
	margin-bottom: 0;
}
.contact_info .ct_title{
	padding-top: 0;
	margin-bottom: 30px;
}

/*gcp*/
.page_gcp .nav_wp,.page_gw .nav_wp,.page_cp .nav_wp{
	background: #fff;
	padding-bottom: 0;
}
.page_gcp .ct_title_news{
	background-image: url(../img/gcp/icon_news.png);
	background-size: 50px auto;
}
.gcp_main{
	position: relative;
	margin-top: 65px;
	padding: 20px 10px 0;
	height: 380px;
	box-shadow: 0 0 50px rgba(0,0,0,0.1) inset;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gcp_main::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(180deg , #34a853 0% , #e6f4ea 100%);
}
.gcp_main .ct_content_width{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gcp_main_text{
	padding-left: 40px;
}
.gcp_main_text h1{
	margin-top: -10px;
	margin-bottom: 30px;
}
.gcp_main_text p{
	font-size: 1.25rem;
	line-height: 1.8;
}

/*googleworkspace*/
.page_gw .ct_content_width,.page_gw .gcp_main_pic{
	height: 100%;
}
.page_gw .gcp_main_pic{
	padding-top: 4px;
}
.page_gw .gcp_main::before{
	background: linear-gradient(180deg , #ea4335 0% , #fce8e6 100%);
}
.page_gcp .ct_title_news{
	background-image: url(../img/gcp/icon_news.png);
	background-size: 50px auto;
}
.page_gw .ct_title_news{
	background-image: url(../img/googleworkspace/icon_news.png);
	background-size: 50px auto;
}
.page_gw .ct_news_time{
	background: #ea4335;
}
.page_gw .ct_title_about{
	background-image: url(../img/googleworkspace/icon_about.png);
	background-size: 30px auto;
}
.ct_stit_lead{
	margin: -10px auto 45px;
	font-size: 1.06rem;
	text-align: center;
}
.gw_col0201{
	margin-bottom: 20px;
	width: calc((100% - 46px)/2.0001);
}
.gw_about_text{
	margin-top: -10px;
	font-size: 0.93rem;
	line-height: 2;
}
.gw_about_text p{
	margin-bottom: 2em;
}
.gw_about_title{
	margin-bottom: 15px;
	font-size: 1.25rem;
	font-weight: bold;
}
.gw_spec{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.gw_spec_item{
	margin-bottom: 30px;
	padding: 30px;
	width: calc((100% - 50px)/2.0001);
	background: #fce8e6;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 0.93rem;
	line-height: 1.9;
}
.gw_spec_pic{
	width: 27%;
	margin-right: 5%;
}
.gw_spec_text{
	margin-top: -5px;
	width: 68%;
}
.gw_spec_item_w100{
	width: 100%;
	margin-bottom: 0;
}
.gw_spec_item_w100 .gw_spec_pic{
	width: 14%;
	margin-right: 0.5%;
}
.gw_spec_item_w100 .gw_spec_text{
	width: 55%;
	margin-left: 2%;
}
.page_gw .ct_title_sol{
	background-image: url(../img/googleworkspace/icon_sol.png);
}
.gw_img_about02 {
    position: absolute;
    right: 4%;
    top: -55px;
    width: 24%;
}
.gw_img_sol02{
	position: absolute;
	right: 6%;
	top: -120px;
	width: 26%;
}
.page_gw .ct_item_tit{
	border-left-color: #ea4335;
}
.page_gw .ct_flex02{
	justify-content: flex-start;
}
.page_gw .ct_item_box{
	margin-right: 25px;
}
.page_gw .ct_item_box:nth-child(3n){
	margin-right: 0;
}
.page_gw .ct_col_img{
	width: 68%;
}
.page_gw .ct_col_text{
	width: 29%;
}

/*chrome enterprise*/
.page_cp .gcp_main::before{
	background: linear-gradient(180deg , #fbbc04 0% , #fef7e0 100%);
}
.page_cp .ct_title_news {
    background-image: url(../img/chromeenterprise/icon_news.png);
    background-size: 50px auto;
}
.page_cp .ct_news_time {
    background: #fcbd05;
}
.page_cp .ct_title_about {
    background-image: url(../img/chromeenterprise/icon_about.png);
    background-size: 30px auto;
}
.page_cp .ct_title_sol {
    background-image: url(../img/chromeenterprise/icon_sol.png);
}
.page_cp .ct_col_img {
    width: 68%;
}
.page_cp .ct_col_text {
    width: 29%;
}
.page_cp .bg_gray{
	background: #fef7e0;
}
.page_cp .ct_flex02 {
    justify-content: flex-start;
}
.page_cp .ct_item_box {
    margin-right: 25px;
}
.page_cp .ct_item_box:nth-child(3n){
	margin-right: 0;
}
.page_cp .ct_item_tit {
    border-left-color: #fcbd05;
}
.cp_img_about02 {
    position: absolute;
    right: 3%;
    top: -30px;
    width: 31%;
}
.cp_img_sol02{
	position: absolute;
	right: 6%;
	top: -120px;
	width: 26%;
}



 @media only screen and (min-width: 768px) and (max-width: 1024px) {
	 .ct_main .ct_main_in{
		 background: #4382f2 url(../img/img_main_sp.png) no-repeat bottom center;
		 background-size: 100%;
		 height: 680px;
	 }
	 .white_bg_in{
		 padding-bottom: 320px;
	 }
	 .google_bot{
		 margin: 0 10px;
	 }
	 .footer_con{
		 width: 96%;
	 }
	 .footer_con ul {
		 flex-wrap:wrap;
		 margin-bottom: 30px;
	 }
	 .footer_con ul li{
		 margin: 0 10px;
	 }
}



/* 20231018 add */
.ct_flex02 {
  flex-wrap: wrap; }
  .ct_flex02 .ct_item_box {
    margin-bottom: 20px; }

.ct_item_box {
  display: flex;
  width: calc((100% - 75px) / 3.001);
  flex-flow: column; }

.top_nav_down ul{
	background: #f9f9f9;
	left:-45px;
	z-index: 101;
}
.ct_item_box[target] .ct_item_link:after{
	content: "\e89e";
	padding-left: 0.25em;
	color:#00b7ee;
	font-family: "Material Icons";
	vertical-align: -2px;
}
.top_nav_down ul li a{
	margin-bottom: 0;
}
.top_nav_down ul li.subMenu ul{
	margin: 0 0 0.5em 0.5em;
	padding: 0.5em 0 0 0;
	position: static;
}
.top_nav_down ul li.subMenu{
	margin-bottom: 12px;
}
.top_nav_down ul li.subMenu > a{
	margin: 0 0 5px 0;
}
.top_nav_down ul li.subMenu ul li{
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	border-left:3px #ccc solid;
}
.top_nav_down ul li.subMenu ul li a{
	margin: 0 0 5px 0;
	padding: 0.25em 2em 0 0.5em;
	position: relative;
}
.top_nav_down ul li.subMenu ul li a[target]:after{
	content: "\e89e";
	font-family: "Material Icons";
	position: absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
}
.ct_img_about01{
	position: absolute;
	right: 6%;
	top: -80px;
	width: 18.5%;
}

/* 20231122 add */
.ct_news_list strong{
	background:linear-gradient(to bottom,#fff,65%,#ff0,70%,#ff0);
}

/* 20240305 top blogArea */
#blogArea{
	margin-bottom: 50px;
	padding-bottom: 100px;
	background: #e3eefc;
}
#blogArea .ct_title_blog span{
	display: block;
	color:#4382f2;
	font-size:43px;
	font-family: "Material Icons";
}
#blogArea > ul{
	display: flex;
	width: 100%;
	max-width: 1340px;
	margin:auto;
	gap:30px;
}
#blogArea > ul > li{
	width:calc(33% - 10px);
	border-radius: 10px;
	box-shadow: 0 3px 10px #ccc;
	overflow: hidden;
	position: relative;
}
#blogArea > ul > li a{
	display: flex;
	height: 100%;
	color:#333;
	background: #fff;
	flex-direction: column;
}
#blogArea > ul > li a img{
	display: block;
	height: 150px;
	object-fit: cover;
}
#blogArea > ul > li a h3{
	margin:1em 20px 0.5em 20px;
	padding-bottom: 0.5em;
	font-size:1rem;
	font-weight:bold;
}
#blogArea > ul > li a p{
	margin: 0 20px 1.5em 20px;
	font-size:0.8rem;
}
#blogArea > ul > li > a > ul{
	display: flex;
	margin-top: auto;
	padding: 0 20px 1em 20px;
	flex-wrap: wrap;
	gap:10px;
}
#blogArea > ul > li > a > ul li{
	padding: 2px 0 0 0;
	font-size: 0.75em;
}
#blogArea > ul > li > a > ul li:before{
	content: "\f05b";
	padding-right:0.25em;
	font-family: "Material Icons";
	vertical-align: bottom;
}
.tagBL:before{
	color:#4385f5;
}
.tagRD:before{
	color:#e94335;
}
.tagGR:before{
	color:#34a853;
}
#blogArea > .blogBtn{
	margin: 50px auto 0 auto;
	text-align: center;
}
#blogArea > .blogBtn a{
	display: inline-block;
	padding: 0.25em 5em 0.125em 5em;
	color:#fff;
	font-size:1.25rem;
	text-align: center;
	border-radius: 100px;
	background: #4382f2;
}