@charset "UTF-8";
/* CSS Document */

figure {
  display: inline-block;
  margin-inline-start: 0;
  img {
    display: block;
  }
}
.wipein {
  position: relative;
  color: transparent;
}
.wipein:after {
  display: block;
  content: "";
  height: 100%;
  background: #2EA9DF;
  position: absolute;
  top: 0;
}
.wipein.show {
  animation: wipecolor .7s ease-in-out both;
}
.wipein.show:after {
  animation: wipebar .7s ease-in-out both;
}

.wipein img {
  opacity: 0;
}

.wipein.show img {
  animation: wipeimg 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

@keyframes wipebar {
  0% {left: 0;right: 100%;}
  50% {left: 0;right: 0;}
  100% {left: 100%;right: 0;}
}
@keyframes wipecolor {
 0% { color: transparent;
  }
  50% {color: transparent;
  }
  51% {color: #000;
  }
  100% {color: #000;
  }
}
@keyframes wipeimg {
  0% {opacity: 0;}
  50% {opacity: 0;}
  51% {opacity: 1;}
  100% {opacity: 1;}
}

.sp,.spnavi{
	display:none !important;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
    transition: 1.0s;
    transition-delay: 0.2s;
	transform: translateY(80px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
    font-family:"Yu Gothic medium", "游ゴシック medium", YuGothic, "游ゴシック体", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo, "sans-serif";    
	width:100%;
	height:100%;
	margin:0;
}

/* top movie */
#topimg  {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

#topimg video {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:0 !important;
}

#topimg{
	display: block;
	min-width: 100%;
	width: 100% !important;
	margin-top: 200px;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	z-index: 1;
}
#topimg img{
	display: block;
	width: 100% !important;
	height: auto;
}

header ul {
	list-style:none;
}

header{
	display: block;
	position: fixed;
	width: 100%;
	height: 200px;
	background-color: #fff;
	margin: 0 !important;
	top:0;
	z-index: 10;
    transition: 0.3s;
}
header.fixed{
	height: 80px;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.10));
    transition: 1.0s;
}
#logo a{
    transition: 0.5s;
}
#logo a:hoverr{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.3s;
}

#secondary main{
    margin-top: 200px;
}
footer{
	display: block;
	width: 100%;
    text-align: center;
    background-image: url("../images/footer_bg.png");
    background-size: cover;
    padding: 70px 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}

#gnavi li a{
    background-image: url("../images/ro.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: 0.5s;
}
#gnavi li a:hover{
    background-size: 100% 2px;
    transition: 0.3s;
}
.gnavi_contact a{
        background-image: none !important;
}

@media screen and (min-width:1361px) {
    #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 360px;
        height: auto;
        z-index: 10;
        top:43px;
        left: 68px;
        transition: 0.2s;
    }
    #gnavi{
        position: relative;
        height: 50px;
        top:92px;
        right: 50px;
        float: right;
    }
    #gnavi li{
        display: inline;
        font-size: 18px;
        transition: 0.2s;
    }
    #gnavi li a{
        color: #000;
        text-decoration: none;
        padding: 10px 0;
        margin: 0 27px;
    }
    .gnavi_contact a{
        color: #fff !important;
        font-weight: 600 !important;
        padding: 40px 32px !important;
        background-color: #00ACE4;
        transition: 0.2s;
    }
    #lang_navi{
        display: inline-block;
        position: absolute;
        height: 50px;
        color: #000;
        font-size: 18px;
        top:30px;
        right: 286px;
        transition: 0.2s;
    }
    header.fixed #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 130px;
        height: auto;
        z-index: 10;
        top:20px;
        left: 68px;
        transition: 0.5s;
    }
     header.fixed #gnavi{
        position: relative;
        height: 40px;
        top:30px;
        right: 50px;
        float: right;
        transition: 0.5s;
    }
    header.fixed #lang_navi{
        display: inline-block;
        position: absolute;
        height: 30px; 
        color: #000;
        font-size: 12px;
        top:10px;
        right: 258px;
        transition: 0.5s;
    }
}

@media screen and (min-width:1140px) and (max-width:1360px) {
    #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 280px;
        height: auto;
        z-index: 10;
        top:54px;
        left: 50px;
        transition: 0.2s;
    }
    #gnavi{
        position: relative;
        height: 50px;
        top:92px;
        right: 30px;
        float: right;
    }
    #gnavi li{
        display: inline;
        font-size: 17px;
        transition: 0.2s;
    }
    #gnavi li a{
        color: #000;
        text-decoration: none;
        padding: 10px 0;
        margin: 0 20px;
    }
    .gnavi_contact a{
        color: #fff !important;
        font-weight: 600 !important;
        padding: 40px 32px !important;
        background-color: #00ACE4;
        transition: 0.2s;
    }
    #lang_navi{
        display: inline-block;
        position: absolute;
        height: 50px;
        color: #000;
        font-size: 17px;
        top:30px;
        right: 240px;
        transition: 0.2s;
    }
    header.fixed #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 130px;
        height: auto;
        z-index: 10;
        top:20px;
        left: 50px;
        transition: 0.5s;
    }
     header.fixed #gnavi{
        position: relative;
        height: 40px;
        top:30px;
        right: 30px;
        float: right;
        transition: 0.5s;
    }
    header.fixed #lang_navi{
        display: inline-block;
        position: absolute;
        height: 30px; 
        color: #000;
        font-size: 12px;
        top:10px;
        right: 216px;
        transition: 0.5s;
    }
}

@media screen and (min-width:1000px) and (max-width:1139px) {
    #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 240px;
        height: auto;
        z-index: 10;
        top:60px;
        left: 30px;
        transition: 0.2s;
    }
    #gnavi{
        position: relative;
        height: 50px;
        top:92px;
        right: 25px;
        float: right;
    }
    #gnavi li{
        display: inline;
        font-size: 16px;
        transition: 0.2s;
    }
    #gnavi li a{
        color: #000;
        text-decoration: none;
        padding: 10px 0;
        margin: 0 18px;
    }
    .gnavi_contact a{
        color: #fff !important;
        font-weight: 600 !important;
        padding: 32px 30px !important;
        background-color: #00ACE4;
        transition: 0.2s;
    }
    #lang_navi{
        display: inline-block;
        position: absolute;
        height: 50px;
        color: #000;
        font-size: 16px;
        top:30px;
        right: 220px;
        transition: 0.2s;
    }
    header.fixed #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 130px;
        height: auto;
        z-index: 10;
        top:20px;
        left: 30px;
        transition: 0.5s;
    }
     header.fixed #gnavi{
        position: relative;
        height: 40px;
        top:30px;
        right: 25px;
        float: right;
        transition: 0.5s;
    }
    header.fixed #lang_navi{
        display: inline-block;
        position: absolute;
        height: 30px; 
        color: #000;
        font-size: 12px;
        top:10px;
        right: 206px;
        transition: 0.5s;
    }
}

@media screen and (max-width:999px) {
    #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 200px;
        height: auto;
        z-index: 10;
        top:67px;
        left: 20px;
        transition: 0.2s;
    }
    #gnavi{
        position: relative;
        height: 50px;
        top:92px;
        right: 10px;
        float: right;
    }
    #gnavi li{
        display: inline;
        font-size: 15px;
        transition: 0.3s;
    }
    #gnavi li a{
        color: #000;
        text-decoration: none;
        padding: 10px 0;
        margin: 0 8px;
    }
    .gnavi_contact a{
        color: #fff !important;
        font-weight: 600 !important;
        padding: 25px 12px !important;
        background-color: #00ACE4;
        transition: 0.2s;
    }
    #lang_navi{
        display: inline-block;
        position: absolute;
        height: 50px;
        color: #000;
        font-size: 15px;
        top:30px;
        right: 135px;
        transition: 0.2s;
    }
    header.fixed #logo a{
        display: inline;
        position: absolute;
        text-decoration: none;
        width: 130px;
        height: auto;
        z-index: 10;
        top:20px;
        left: 20px;
        transition: 0.5s;
    }
     header.fixed #gnavi{
        position: relative;
        height: 40px;
        top:30px;
        right: 20px;
        float: right;
        transition: 0.5s;
    }
    header.fixed #gnavi li a{
        color: #000;
        text-decoration: none;
        padding: 15px 10px;
        transition: 0.5s;
    }
    header.fixed #lang_navi{
        display: inline-block;
        position: absolute;
        height: 30px; 
        color: #000;
        font-size: 12px;
        top:10px;
        right: 180px;
        transition: 0.5s;
    }
}

.footer_logo a{
    display: inline-block;
    width: 140px;
    height: auto;
    margin: 0 auto;
}
.copyright{
	display: block;
	width:100%;
	font-size:12px;
    color: #fff !important;
	padding: 0;
	margin:50px 0 0 0 !important;
	float: left;
	clear: both;
}

.gnavi_contact a{
    transition: 0.5s;
}
.gnavi_contact a:hover{
	background-color: #6cc3e9;
    transition: 0.2s;
}

nav{
    position: absolute;
    font-family: Arial, Helvetica, "sans-serif" !important;
    width: 100%;
}

#lang_navi a{
    text-decoration: none;
    color: #999 !important;
}
#lang_navi span{
    padding: 0 10px;
    color: #999 !important;
}

header.fixed #gnavi li{
    display: inline;
    font-size: 12px;
    transition: 0.2s;
}
header.fixed .gnavi_contact a{
    color: #fff !important;
    font-weight: 600 !important;
    padding: 14px 32px !important;
    background-color: #00ACE4;
    transition: 0.2s;
}


h2{
    display: block;
    width: calc(90% - 30px);
    max-width: 1130px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size:53px;
    font-weight: 600;
    padding: 30px 0 30px 30px;
    margin: 70px auto 60px auto;
    background-image: url("../images/h2bg.png");
    background-size: 9px 90px;
    background-position: center left;
    background-repeat: no-repeat;
}
#about h2{
    width: 90%;
    max-width: 1160px;
    color: #fff;
    padding: 0 !important;
    background-image: none !important;
}

section{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
section p{
    line-height: 220%;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.5px;
}

.about01_area{
    padding: 1px 0 0 0;
    background-image: url("../images/about_bg.png");
    background-size: cover;
}
#about .about01{
    width: 80%;
    background-color: #fff;
    padding: 90px 0;
    margin: 0 20% 0 0;
}
#about .about01 .text{
    width: 70%;
    max-width: 840px;
    padding: 0 5% 0 5%;
    margin: 0 auto;
}
#about .about02{
    background-color: #F7F7F7;
    padding: 100px 0;
}
#about .about02 .text{
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}
#about h3{
    display: inline;
    font-size:40px;
    font-weight: 600;
    margin-bottom: 60px;
    font-feature-settings: "palt";
}
#about h3 span{
    padding-right: 40px;
    color: #2EA9DF;
}
#topics{
    padding-bottom: 120px;
}
#topics article{
    display: flex;
    width: 90%;
    max-width: 1160px;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
}
#topics article dl{
    display: inline-block;
    width: 30%;
    max-width: 335px;
    text-align: left;
    line-height: 200%;
}
#topics article dt{
    font-family: Arial, Helvetica, "sans-serif";
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
#topics article dt span{
    border-left: solid 1px #DDDDDD;
    padding-left: 12px;
    margin-left: 12px;
}
#topics article dd a{
    display: inline;
    text-decoration: none;
    text-align: justify;
    color: #000;
}
#topics article dd a:hover{
    text-decoration: underline;
    color: #2EA9DF;
}
#toppage #topics .topics_list a{
    position: absolute;
    text-decoration: none;
    color: #000;
    padding: 0 22px 0 0;
    background-image: url("../images/next.svg");
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top:-130px;
    right: 5%;
    transition: 0.2s;
}
#toppage #topics .topics_list a:hover{
    color: #2EA9DF;
    background-image: url("../images/next_ro.svg");
    transition: 0.1s;
}
#service article{
    background-color: #9DD7F0;
}
#service .service01{
    padding: 75px 0 215px 0;
    background-color: #fff !important;
    background-image: url("../images/service_bg01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
#service .service02{
    color: #fff;
    padding: 75px 0 215px 0;
    background-color: #fff !important;
    background-image: url("../images/service_bg02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
#service .service01 .text,
#service .service02 .text{
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}
#service .service01 .text .block{
    width: 75%;
    max-width: 490px;
    float: right;
}
#service .service02 .text .block{
    width: 75%;
    max-width: 480px;
    float: left;
}
#service  h3{
    font-size:40px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-feature-settings: "palt";
    border-bottom: solid 3px #2EA9DF;
}

#service .report{
    padding: 120px 0 100px 0;
    background-color: #fff !important;
    background-image: url("../images/report_bg.png");
    background-size: 100% 600px;
    background-repeat: no-repeat;
    background-position: 0 230px;
}
#service .report p{
    text-align: center !important;
}
#service .report p strong{
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
#service .report video{
    display: block;
    width: 640px;
    height: auto;
    margin: 0 auto 30px auto;
}
/*#company{
    background-attachment: fixed;
    background-color: #67BCE4;
    padding: 0 0 100px 0;
    background-color: #fff !important;
    background-image: url("../images/company_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}*/

#company{
    display: block;
    width: 100%;
}
.fullscreen{
    padding-top:50px !important;
}
#company h2{
    color: #fff !important;
}
#company dl{
    width: 90%;
    max-width: 1160px;
    line-height: 220%;
    color: #fff;
    margin: 0 auto;
}
#company dl dt{
    display: table-cell;
    width: 120px;
    font-weight: 600;
    padding: 0 0 30px 0;
    margin-left: 35px;
    float: left;
    clear: left;
}
#company dl dd{
    display: table-cell;
    width: auto;
    padding: 0 0 22px 0;
    float: left;
}
#company article{
	display: block;
	width: 100%;
	height: auto;
    padding-bottom: 130px !important;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}
#partner{
    padding-bottom: 100px;
}
#partner article{
    background-image: url("../images/partner_bg.png");
    background-size: 100% 580px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
#partner article .text{
    width: 90%;
    max-width: 940px;
    padding: 60px 0 80px 0;
    margin: 0 auto;
}
#partner article .members{
    display: flex;
    width: 90%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
}
#partner article .members dl{
    display: block;
    width: 42%;
    max-width: 335px;
    margin-bottom: 40px;
}
#partner article .members img{
    width: 100%;
    height: auto;
    margin: 0 0 0 0 !important;
}
#partner article .members dt strong{
    display: block;
    width: 90%;
    text-align: left !important;
    font-size: 28px;
    font-weight: 300 !important;
    margin: 40px 5% 30px 5% !important;
}
#partner article .members dd{
    line-height: 220% !important;
}
#contact{
    background-color: #F7F7F7;
    padding-bottom: 100px;
}
#contact h2{
    margin: 70px auto 30px auto !important;
}
.form_area{
	display: block;
	width: 600px;
	margin: 0 auto;
	clear: both;
}

.form_area th{
	display: block;
	width: 600px;
    font-size: 16px;
    font-weight: 600;
	padding: 0 0 2px 0;
	text-align: left;
    clear: both;
}
.form_area td{
	display: block;
    width: 600px;
    margin-bottom: 30px;
    clear: both;
}
.form_area th .required{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
	background-color: #7394EB;
	padding: 1px 12px 2px 12px;
	margin: 0 0 2px 12px;
	vertical-align: bottom;
}

.form_area input{
	width: 560px;
	padding: 22px 20px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #fff;
	background-color: #fff;
}

.form_area textarea{
	width: 560px;
	height: 260px;
	padding: 20px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 25px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #fff;
	background-color: #fff;
}


input::-webkit-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input:-moz-placeholder{
    color: #ccc;
}
input::placeholder {
  color: #ccc !important;
}
input:-ms-input-placeholder {
  color: #ccc !important;
}
input::-ms-input-placeholder {
  color: #ccc !important;
}

.agreement{
	display: block;
	font-size: 13px;
	float: left;
	clear: both;
}


.wpcf7 input[type="submit"] {
	display: block;
	width: 370px;
	font-size: 16px;
	padding: 28px 0;
	margin: 15px auto 0 auto;
	background-color: #2EA9DF;
	color: #fff;
	cursor: pointer;
	border-style: none;
    transition: 0.5s;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #6cc3e9;
    transition: 0.2s;
}
.wpcf7 input[type="submit"]:active{
	background-color: #999;
}

#secondary .topics_single article{
    display: block;
    width: 90%;
    max-width: 770px;
    margin: 0 auto;
}
#secondary .topics_list{
    display: block;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}
.article_title{
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 160%;
    font-weight:600;
    text-align: justify !important;
    margin: 30px 0 100px 0 !important;
    float: left;
    clear: both;
}
#secondary section article p{
    margin-bottom: 40px;
}
/* メディアファイルレイアウト */
.alignleft,.alignnone{
	display: inline-block;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline-block;
	float:right !important; 
	margin:0 0 20px 20px;
    clear: right;
    
}
.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

.info_navi{
	display: block;
	width: 250px;
	margin: 160px 0;
    font-size: 16px;
	float: right;
	clear: both;
}
.icon-prev a{
	display: inline-block;
	height: auto;
    text-align: left;
    padding: 0 0 0 22px;
    background-image: url("../images/prev.svg");
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: left center;
	float: left;
}
.icon-next a{
	display: inline-block;
	height: auto;
    text-align: right;
    padding: 0 22px 0 0;
    background-image: url("../images/next.svg");
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: right center;
	float: right;
}
.info_navi a{
    text-decoration: none;
    color: #000 !important;
    transition: 0.2s;
}
.icon-prev a:hover{
    color: #2EA9DF !important;
    background-image: url("../images/prev_ro.svg");
    transition: 0.1s;
}
.icon-next a:hover{
    color: #2EA9DF !important;
    background-image: url("../images/next_ro.svg");
    transition: 0.1s;
}
#secondary .topics_list_bt{
    display: block;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto 100px auto;
    float: left;
    clear: both;
}
#secondary .topics_list_bt a{
    display: inline;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 0 22px 0 0;
    background-image: url("../images/next.svg");
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.2s;
}
#secondary .topics_list_bt a:hover{
    color: #2EA9DF !important;
    background-image: url("../images/next_ro.svg");
    transition: 0.1s;
}

#topics_list_area article{
    display: flex;
    flex-wrap: wrap !important;
    align-items: flex-start;
    width: 90% !important;
    max-width: 1160px !important;
    text-align: left;
    margin: 0 auto;
    justify-content: space-between;
}
#topics_list_area dl{
    display: inline-block;
    width: 30%;
    max-width: 335px;
    text-align: left;
    line-height: 200%;
    margin-bottom: 80px;
    vertical-align: top;
    margin: 0 2% 100px 0;
}
#topics_list_area dt{
    font-family: Arial, Helvetica, "sans-serif";
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
#topics_list_area dt span{
    border-left: solid 1px #DDDDDD;
    padding-left: 12px;
    margin-left: 12px;
}
#topics_list_area dd a{
    display: inline;
    text-decoration: none;
    text-align: justify;
    color: #000;
}
#topics_list_area dd a:hover{
    text-decoration: underline;
    color: #2EA9DF;
}


/* pager */
.pager{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	font-size:16px;
	margin:30px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #333;
	text-decoration: none;
	margin:0 10px;
}
.pager .current{
	color:#2EA9DF;
}

#secondary article blockquote{
    display: block;
    width: calc(100% - 140px);
    color: #333333;
    background-color: #EFEFEF;
    background-image: url("../images/blockquote.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px 100px;
    padding: 35px 70px 15px 70px;
    margin-top: 50px;
    margin-bottom: 70px;
    float: left;
    clear: both;
}
#secondary article blockquote a{
    color:#2EA9DF;
}
#secondary article blockquote a:hover{
    text-decoration: none;
}

.en section p{
    text-align: left !important;
}