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

html {
  scroll-behavior:smooth;
}
body {
	margin: 0;
	font-family: "游ゴシック体","游ゴシック Medium", "Yu Gothic Medium","Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
  position: relative;
  color: #707070;
  background: #fff;
}
section {
	position: relative;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #ccc;
}
.font_no{
  font-family: 'Roboto', sans-serif;
}
a[href^="tel:"] {
  pointer-events: none;
}
/************************ common ************************/

.sp {
	display:none;
}
.pc {
	display:block;
}
.m{
	display: none;
}
.forlink{
  display: block;
  padding-top: 330px;
  margin-top: -330px;
  background: #fff;
}
.mt_50{
  margin-top: 50px;
}
/************************ flexbox ************************/

.f_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;*/
}
.f_box_r{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
		-webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.inner{
	margin: 0 auto;
	width: 1100px;
	padding:  0 2rem;
}

.bg_white{
  background: #fff;
}
.bg{
  background: #F5F5F5;
}
.bg_gr{
  xbackground-image: linear-gradient(120deg, #8fd3f4 0%, #1360b9 100%);
  xbackground-image: linear-gradient(135deg, #e2d1c3 0%, #fdfcfb 100%);
  xbackground-color: #e7eff9;
  xbackground-image: linear-gradient(315deg, #e7eff9 0%, #cfd6e6 74%);
  background-image: linear-gradient(313deg, #484d4e 0%, #a0a0a0 74%);
}

/************************ button ************************/
.button {
  line-height: 1.5rem;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 1rem auto;
  background: #43AD1C;
}
.button:hover {
  background-color: #fff;
  color: #707070;
  border: 1px solid #707070;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/************************ header ************************/

.header{
 position: relative;
}
.top-head .head-logo {
	position: absolute;
  top: 20px;
  left: 50px;
  xwidth: 300px;
  z-index: 30;
}
.top-head .head-logo img {
    xwidth: 100%;
    width: 300px;
    height: 80px;
    padding: 10px;
    position: relative;
    z-index: 30;
}
.top-head .gnav-wrapper .head-logo img {
    xwidth: 100%;
    width: 200px;
    height: 62px;
    padding: 10px;
    position: relative;
    z-index: 30;
}
.parts{
  position: absolute;
  width: 70%;
  z-index: 10;
}
.parts img{
  width: 100%;
}
/************************ main ************************/
.main_area
{
    font-size: 100px;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    min-height: 600px;
}

.main_area h2{
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  font-size: 38px;
  text-shadow: #000 1px 0 10px;
  position: absolute;
  top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    line-height: 4.5rem;
}
video {
    position: fixed;
    /* top: 0; */
    right: 0;
    bottom: 0;
    /* left: 0; */
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
}

/* ----- 背景用の動画ファイル ----- */
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;

}
.bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

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

  .main_area {
    max-height: 1300px;
    }
    .bg-video-wrap {
        max-height: 1302px;
    }
    .bg-video-wrap video {
    max-height: 1302px;
}
}

/************************ メインテキスト ************************/
.maintext_area{
  position: relative;
}
.main_text{
  width: 100%;
  Xbackground: #1360B9;
  xbackground: #5f5141;
  xbackground: #353535;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../../assets/img/main_txt_bk.jpg);
    background-position: top left;
    background-size: cover;
    opacity:0.9;
}

.main_text .inner{
  width: 100%;
  max-width: 1250px;
  min-width: 1100px;
}
.main_text h3{
  width: 520px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 1.5rem;
}
.parts02{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  z-index: 10;
}
.parts02 img{
  width: 100%;
}

/************************ タイトルエリア ************************/
.contents_title{
  background: trasparent;
	height: 300px;
}
.contents_title.f_box{
  align-items: center;
}
.contents_title h4{
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-shadow: #909090 1px 0 5px;

}

/************************ ビジネス ************************/
.top_business{
  padding: 4rem 0;
}
.top_business dl{
  justify-content: space-between;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.top_business dl:hover{
  opacity: 0.6;
}
.top_business dl dt{
  width: 48%;
}
.top_business dl dt img{
  width: 100%;
}
.top_business dl dd{
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_business dl dd h4{
  font-size: 26px;
  color: #707070;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  display: block;
  font-weight: normal;
  text-align: left;
  position: relative;
}
.top_business dl dd h4:after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -65px;
}
.top_business dl dd h4.company01:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_03.svg);
}
.top_business dl dd h4.company02:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_04.svg);
}
.top_business dl dd h4.company03:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_01.svg);
}
.top_business dl dd h4.company04:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_02.svg);
}
.top_business dl dd h4.company07:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_07.svg);
    top: -55px;
}
.top_business dl dd p{
  font-size:14px;
  color: #707070;
  padding-top: 10px;
  display: block;
  font-weight: normal;
  text-align: left;
  line-height: 2.5rem;
}
.top_business dl dd p span{
  font-size: 21px;
  color: #707070;
  display: block;
  font-weight: normal;
  text-align: left;
}
.top_business dl dd p span::before{
  content: '';
  display: inline-block;
  background-color: #1360b9;
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 0 70%, 100% 0);
  margin-right: 3px;
}
/************************ アクセス ************************/
.content{
  padding: 5rem 0;
}
.map_box{
  padding: 0 2rem;
}
.map_box p{
  padding: 0.5rem 0;
  font-size: 14px;
  color: #707070;
}
/************************ お問い合わせ ************************/
.conttact_box {
  justify-content: space-between;
}
.conttact_box li{
  width: 48%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.conttact_box li h4{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.conttact_box li p{
  font-size: 14px;
  margin-bottom: 10px;
}
.conttact_box li div{
  margin-top: auto;
}
.conttact_box li a{
  font-size: 32px;
  padding-top: 20px;
  height: 64px;
}
.conttact_box li a span{
  font-size: 24px;
  letter-spacing: 0.1rem;
}
.conttact_box li.contact_boxs2 a{
  font-size: 28px;

}
.conttact_box li.contact_boxs2 a.button {
    background: #ED5A24;
}
.conttact_box li.contact_boxs2 a.button:hover{
    background: #fff;
}
/************************ footer ************************/
footer{
  padding: 5rem 0 0 0;
}
footer .footer_cnt h2 img{
  width: 250px;
}
footer .footer_cnt{
}
footer .footer_cnt ul.footer_box{
  color: #777777;
  margin-top: 50px;
  width: 100%;
}
footer .footer_cnt ul.footer_box li.footer_box01{
  width: 30%;
}
footer .footer_cnt ul.footer_box li.footer_box02{
  width: 70%;
}
footer .footer_cnt ul.footer_box li.footer_box03{
  width: 50%;
}
/*footer .footer_cnt ul.footer_box li{
  width: 50%;
}*/
footer .footer_cnt ul.footer_box li h4{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
footer .footer_cnt ul.footer_box li ul.footer_boxs {
  margin-right: 30px;
}
footer .footer_cnt ul.footer_box li ul.footer_boxs li{
  width: 100%;
}
footer .footer_cnt ul.footer_box li ul li{
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
footer .footer_cnt ul.footer_box li.footer_box02 ul li {
    border-bottom: none;
}
footer .footer_cnt ul.footer_box li.footer_box02 ul li.footer_box03 ul li{
  border-bottom: 1px solid #dcdcdc;
  margin-right: 30px;
}
footer .footer_cnt ul.footer_box li ul li a{
  color: #777777;
}
footer .copy{
  padding: 2rem 0;
  background: #505050;
  color: #fff;
  margin-top: 5rem;
}
footer .copy small{
  font-size: 12px;
}

/************************ under common ************************/
.cnt_top{
  background-image: url(../../assets/img/contents_main01.jpg);
  background-position: top left;
  background-size: cover;
  xbackground-color: #F5F5F5;
  padding-top: 52px;
}
/*
.company .cnt_top{
  background-image: url(../../assets/img/contents_main02.jpg);
  background-position: top center;
  background-size: cover;
}
.privacy .cnt_top{
  background-image: url(../../assets/img/contents_main03.jpg);
  background-position: top center;
  background-size: cover;
}
.contact .cnt_top{
  background-image: url(../../assets/img/contents_main04.jpg);
  background-position: top center;
  background-size: cover;
}
*/
.parts03{
  position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
}
.parts03 img{
  width: 100%;
}
.under_contact h4{
  text-align: center;
}
/************************ business ************************/
.cnt_top h2 {
    padding: 80px 0;
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
    xtext-shadow: #000 1px 0 10px;
    text-shadow: #909090 1px 0 5px;
    text-align: center;
}
.cnt_text{
    text-align: center;
}
.cnt_text h3{
    font-weight: normal;
    font-size: 30px;
    color: #000;
}
.cnt_text h3 span{
    display: block;
    font-size: 16px;
    color: #707070;
    padding: 10px 0;
    position: relative;
}
.cnt_text h3 span::after{
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #707070;
}
.cnt_text h3 img{
  width: 300px;
margin-right: 10px;
vertical-align: text-bottom;
position: relative;
bottom: 3px;
}
.cnt_text p{
  color: #707070;
  margin-top: 30px;
}
.under_contents .top_business{
  padding: 6rem 0 10rem;
}

.under_contents .top_business h3 {
  font-size: 28px;
  color: #707070;
  display: block;
  font-weight: normal;
  xtext-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.under_contents .top_business h3::before {
    content: '';
    display: inline-block;
    background-color: #1360b9;
    width: 22px;
    height: 26px;
    clip-path: polygon(0 0, 0 70%, 100% 0);
    margin-right: 3px;
}
.under_contents .top_business h3:after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -65px;
}
.under_contents .top_business h3.company01:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_03.svg);
}
.under_contents .top_business h3.company02:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_04.svg);
}
.under_contents .top_business h3.company03:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_01.svg);
}
.under_contents .top_business h3.company04:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_02.svg);
}
.under_contents .top_business h3.company07:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_07.svg);
    top: -55px;
}
.under_contents .top_business dl {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.under_contents .top_business dl:hover {
    opacity: 1;
}
.under_contents .top_business dl dt {
    width: 60%;
}
.under_contents .top_business dl dd {
  width: 50%;
    position: absolute;
    right: 0;
    background: rgba(20, 96, 185, 0.7);
    padding: 2rem;
    top: 100px;
    height: 300px;

}
.link_area{
  text-align: left;
}
.link_area .button{
  padding: 0.3rem 2rem;
  display: inline-block;
  border-radius: 0;
  background: transparent;
}
.link_area .button:hover{
  background: #43AD1C;
  color: #fff;
  border: 1px solid #fff;
}
.link_area .button i{
  padding-left: 10px;
}
.under_contents .top_business dl.text_left dd {
    left: 0;
}
.under_contents .top_business dl dd.text_box02 {
    background: rgba(10, 102, 142, 0.7);
}
.under_contents .top_business dl dd.text_box03 {
    background: rgba(14, 93, 94, 0.7);
}
.under_contents .top_business dl dd.text_box04 {
    background: rgba(77, 104, 122, 0.7);
}
.under_contents .top_business dl dd.text_box05 {
    background: rgba(178, 178, 71, 0.7);
}
.under_contents .top_business dl dd.text_box06 {
    background: rgba(102, 102, 61, 0.7);
}
.under_contents .top_business dl dd.text_box07 {
    background: rgba(102, 82, 66, 0.7);
}
.under_contents .top_business dl dd h4{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.under_contents .top_business dl dd p {
    font-size: 16px;
    line-height: 2rem;
    color: #fff;
}
.under_contents .contents_title {
    background: trasparent;
    height: 200px;

}
/************************ company ************************/
.company .cnt_text{
  padding: 4rem 0 2rem;
}
.company_table{
  padding-bottom: 100px;
}
table.office-table {
	margin: 0 auto;
	font-size: 15px;
	width: 100%;
}
.office-table th {
    background-color: #f1f1f1;
    border: solid 1px #777;
    padding: 15px 10px;
    border-right: none;
    border-left: none;
    font-weight: normal;
    width: 20%;
}
.office-table td {
    border: solid 1px #777;
    border-left: none;
    padding: 20px;
    border-right: none;
    line-height: 2rem;
    background-color: #fff;
}
.office-table td ul li{
	line-height: 2rem;
}
.office-table td ul li span {
    width: 100px;
    display: inline-block;
}
section.cont-02 {
	padding: 50px 0px;
}
.office-table td span {
    padding: 0px 5px;
}
.history th {
    background-color: #d6d6d6;
}

/************************ privacy ************************/
.privacy_box{
  padding-top: 80px;
}
.privacy h4 {
    text-align: left;
    font-size: 1rem;margin: 0;
}
.privacy p {
    line-height: 2rem;
}
.privacy article {
    margin-bottom: 50px;text-align: left;
}
.privacy .contents_title h4{
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-shadow: #000 1px 0 10px;
}
/************************ contact ************************/
.contact .cnt_text {
    padding: 4rem 0 2rem;
}
.contact_read{
  text-align: center;
  margin-bottom: 30px;
}
.domain-info {
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 20px;
    text-align: center;
    margin:0 auto 50px;
    width: 900px;

}
.domain-info > p strong {
    display: block;
    padding: 10px 0px;
}
.domain-info p {
    font-size: 14px;
    line-height: 24px;
}
.domain-info > p#domain strong {
    color: #e6144e;
    display: block;
}
p#domain strong a {
    color: #1360B9;
    font-size: 18px;
}
.domain-info > p:last-child {
    margin: 0;
}

  .mailform{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .mailform table {
      border-collapse: collapse;
      border-spacing: 0;
      margin: 0 auto;
      width: 100%;
      font-size: 16px;
  }
  .mailform th {
      width: 250px;
      font-size: 14px;
      font-weight: normal;
      padding: 20px 10px;
      background-color: #fff;
      vertical-align: top;
      border-top: 1px solid #1360B9;
			text-align: left;
  }
  .mailform th:last-of-type {
      border-bottom: 1px solid #1360B9;
  }
  .mailform th span {
    width: 50px;
    display: inline-block;
    color: #fff;
    background-color: #097530;
    padding: 5px 10px;
    margin: auto 0;
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 10px;
}
  .mailform th span.formhead-need {
    background-color: #f15a24;
}
.mailform td {
    font-size: 90%;
    padding: 20px 10px;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.mailform td span.ast{
  display: block;
  padding-top: 10px;
  font-size: 14px;;
  color: red;
}
.mailform td:last-child {
    border-bottom: 1px solid #ccc;
}
.mailform td p {
    margin-bottom: 0;
}
.mailform td.postcode input{
    width: 250px;
}
.mailform td.postcode span{
    padding-left: 20px;
}
.mailform td ul li {
    margin-bottom: 20px;
}
.mailform td ul li span{
    padding-right: 20px;
}
.mailform td ul li input{
    width: 400px;
}
.mailform input {
    width: 100%;
}
.mailform textarea {
    width: 100%;
}
.mailform input, .mailform select {
    font-size: 16px !important;
    height: 40px;
    background: #f3f3f3;
    border: none;
    padding-left: 20px;
    /*color: #817b75;*/
}
.mailform select {
    padding-left: 10px;
}
.mail-form-footer{
  text-align: center;
  margin-top: 30px;
}
.mailform  div.policybutton {
  padding: 15px 0;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
  font-size: 16px;
}
.mailform p.check_text{
  padding: 20px 0;
  text-align: center;
}
.mailform p.check_text a{
  color: blue;
  text-decoration: underline;
  padding: 20px 0;
}
.mailform  div.policybutton input{
  width: inherit;
  height: auto;
}

.cat-list {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    min-width: 300px;
}
.cat-list button {
    padding: 0;
    width: 100%;
}
.cat-list label {
  display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
input[type="submit"] , input[type="button"] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    color: #fff;
    background-color: #f15a24;
    border-radius: 8px;
    font-weight: bold;
    font-size: 100%;
    letter-spacing: 0.2rem;
    border: none;
　   outline: none;
    height: 70px;
    width: 100%;
    margin-bottom: 20px;
}
input[type="button"] {
    background-color: #fff;
    border: 2px solid #333;
    background-color: #ffffff;
    border: 1px solid #31364d;
    color: #31364d;
}
input[type="submit"]:hover{
    opacity: 0.6;
}
input[type="button"]:hover{
    opacity: 0.6;
}

.cat-list button{
  margin-top: 20px;
  background: none;
}
.cat-list span a{
  color: #f15a24;
}
.cat-list span a:hover{
  opacity:0.6;
}
button{
  border: none;
　outline: none;
}
button:focus {
  outline:0;
}

.send_form .mailform{
  width: 700px;
}
.send_form .mailform th , .send_form .mailform td{
  background-color: #fff;
  border-bottom: 1px solid #472800;
}
.send_form p.txt-area{
  font-size: 18px;
  color: #472800;
  margin-bottom:50px;
  text-align: center;
}
/*-----//contact-----*/

/*-----簡単エントリー-----*/
.entry{
  align-items: center;
  padding-top: 30px;
}
.entry p{
padding: 30px 10px 0 20px;;
line-height: 2rem;
}
.mailform td.data input{
  height: auto;
  width: auto;
}
.mailform td.data2 .radio input{
  height: auto;
  width: auto;
}
.mailform td.data label{
  padding-right: 20px;
}
.mailform td.data2 label{
  padding-right: 20px;
}
.mailform td.data2 select{
  margin-bottom: 10px;
}
.mailform .wid{
  margin-bottom: 10px;
}
.mailform .wid input{
  width: 100%;
  line-height: 1.5rem;
}
.mailform .resume_y {
  padding-bottom: 10px;
}
.mailform .resume_y .resume1 {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.mailform .resume_y .resume1 input{
  width: 100px;
}

.mailform .resume_y .resume2 input{
  width: 380px;
  }
#slidetoggle_menu h3{
  margin: 50px auto 30px;
  font-size: 24px;
  background: url(../../assets/img/toggle_down.png)left center no-repeat;
  padding-left: 30px;
  width: 510px;
  text-align: center;
  border-bottom: 4px solid #097530;
}
#slidetoggle_menu h3.active {
    background: url(../../assets/img//toggle_up.png) left center no-repeat;
}

.copy{
	background: #097530;
    text-align: center;
    font-size: 10px;
    padding: 0.5rem 0;
}


/*====================
ページ先頭ボタン
 ====================*/

.page-top {
  display: none;
  margin: 0;
  padding: 0;
}
.page-top .fa-2x {
    color: #fff;
}
.page-top div {
  xheight: 80px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  z-index: 200;
  /* box-sizingリセット */
    -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.page-top img {
  height: 30px;
  vertical-align: center;
}
.move-page-top {
  background-color: rgba(80, 80, 80, 0.6);
  color: #fff;
  display: block;
  xfont-size: 20px;
  xheight: 60px;
  xline-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  xwidth: 60px;
  cursor: pointer;
  padding: 10px 15px;
}
.page-top a:active,
.page-top a:hover {
  color: #fff;
  background-color: rgba(80, 80, 80,0.9);
}

.page-top .fa-2x {
    font-size: 1.5em;
}
