/*
Theme Name: 海外消防情報センター
Author: 
Version: 1.3
*/

/* Reset & Base
-------------------------------------------------------------- */
* {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  display: inline-block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */

p {
  text-align: left;
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  padding: 2em;
}

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

iframe {
  max-width: 100%;
}

a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: .6;
}

.sp {
  display: none !important;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_center {
  text-align: center !important;
}

/* 
* WP NativeStyle
-------------------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}


/* 
 * common
-------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: url(images/img_bg.jpg) #FFF no-repeat top center;
}

body {
  position: relative;
}

@media screen and (min-width: 1600px) {
  html {
    background-size: 100% auto;
  }
}

.lato {
  font-family: 'Lato', sans-serif;
}

.font_l {
  font-size: 120%;
}

.onlylarge {
  display: none;
}

.font_l .onlylarge {
  display: block;
}

.container_outer {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container_inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

header,
footer {
  min-width: 1280px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}



/* 
 * header
-------------------------------------------------------------- */
header {
  background-color: #0d4d96;
  color: #FFF;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header_content .serch {
  display: flex;
}

.header_content .serch .link_home {
  text-decoration: none;
  background: url(images/icn_home.png) no-repeat left center;
  padding-left: 2rem;
  margin-right: 32px;
}

.header_content .serch form {
  font-size: .8rem;
  display: flex;
  justify-content: flex-start;
}

.header_content .serch input[type="text"] {
  padding: .11rem .67rem;
  background-color: #0d4d96;
  border: 1px solid #FFF;
  color: #FFF;
  width: 11.33rem;
}

.header_content .serch ::placeholder {
  color: #FFF;
  opacity: .8;
}

.header_content .serch :-ms-input-placeholder {
  color: #FFF;
  opacity: .8;
}

.header_content .serch ::-ms-input-placeholder {
  color: #FFF;
  opacity: .8;
}

.header_content .serch input[type="submit"] {
  background: url(images/icn_serch.svg) #386fae no-repeat center center;
  padding: .11rem .77rem;
  cursor: pointer;
}

.header_content .content,
.header_content .fontsize {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_content .fontsize {
  margin-right: 1rem;
}

.header_content .title {
  margin-right: 1rem;
  font-size: .93rem;
}

.header_content .fontsize a {
  background-color: #386fae;
  color: #FFF;
  font-weight: bold;
  padding: .35rem .5rem;
  text-decoration: none;
}

.header_content .fontsize a.current,
.header_content .fontsize a:hover {
  background-color: #FFF;
  color: #0d4d96;
}

.header_content .fontsize a.current {
  pointer-events: none;
}

.header_content .lang {
  background-color: #FFF;
  color: #0d4d96;
  font-size: 1.27rem;
  font-weight: bold;
  padding: .15rem 1.33rem;
  text-decoration: none;
}

.home .logo img {
  margin-bottom: 38px;
}

.home header {
  margin-bottom: 58px;
}

body:not(.home) .logo img {
  margin-bottom: 32px;
}

body:not(.home) header {
  margin-bottom: 74px;
}

.g_nav {
  display: flex;
  justify-content: space-between;
}

.g_nav>* {
  width: 11.98%;
}

.g_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  background-color: #386fae;
  text-decoration: none;
}

.g_nav a:hover,
.g_nav a.current {
  background-color: #FFF;
}

.g_nav a:hover img {
  opacity: 1;
}

/* 
 * breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: .8rem;
  margin-bottom: 5.33rem;
}

.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin: 0 1em;
}


/* 
 * top
-------------------------------------------------------------- */
.nav_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 27px;
}

.nav_top>* {
  width: 31%;
  margin: 0px 11px 23px;
}

.nav_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #0d4d96;
  font-size: 1.47rem;
  font-weight: bold;
  color: #0d4d96;
  text-decoration: none;
  letter-spacing: .09em;
  padding: 35px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.nav_top a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  top: -100%;
  background-color: #0d4d96;
  transform-origin: center bottom;
  transform: rotate(-45deg) translate(30px, 30px);
}

.nav_top a .hover {
  display: none;
  align-items: center;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0d4d96;
  color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  padding: .5rem 2.3rem;
  letter-spacing: .01em;
}

.nav_top a:hover .hover {
  display: flex;
}

.mv {
  margin-bottom: 75px;
}

.mv .txt01 {
  text-align: right;
  font-size: .8rem;
  margin-top: .5em;
}

.news {
  display: flex;
  height: 600px;
  margin-bottom: 70px;
}

.news .head {
  width: 26.67%;
  background-color: #e8cba1;
  padding: 5.83%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news .head .ttl {
  margin-bottom: 37px;
}

.news .more {
  width: 100%;
  font-size: .87rem;
  background-color: #0d4d96;
  color: #FFF;
  padding: .35rem;
  text-decoration: none;
}

.news .wrap_list_news {
  width: 73.33%;
  height: 100%;
  background-color: #f0f0f0;
  padding: 36px 32px 34px 64px;
}

.list_news {
  height: 100%;
  padding-right: 60px;
  text-align: left;
  overflow-y: scroll;
}

.list_news li {
  border-bottom: 2px dotted #0d4d96;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  letter-spacing: .01em;
  font-weight: bold;
}

.list_news .date {
  display: block;
  color: #0d4d96;
  letter-spacing: .07em;
}

.top_txt01 {
  letter-spacing: .07em;
  margin-bottom: 70px;
  font-weight: bold;
  line-height: 1.87;
}

/* 
 * archive or category
-------------------------------------------------------------- */
.main {
  padding-bottom: 60px;
}

.ttl_main {
  display: inline-block;
  min-width: 615px;
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #0d4d96;
  padding: .3rem 2.3rem;
  background-color: #FFF;
  margin-bottom: 60px;
}

.ttl_main .txt01 {
  font-size: 1.4rem;
}

.archive .list_news {
  overflow: auto;
  background-color: #f0f0f0;
  padding: 72px 104px 74px 108px;
  margin-bottom: 60px;
}

.pagenation {
  display: flex;
  justify-content: center;
  font-size: 1.53rem;
  color: #FFF;
}

.pagenation>* {
  margin: 0 10px;
}

.pagenation a {
  padding: .2rem .9rem;
  background-color: #0d4d96;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pagenation a:hover,
.pagenation .current {
  padding: .2rem .9rem;
  background-color: #386fae;
}





/* 

 * single
-------------------------------------------------------------- */
.post .body .title {
  background-color: #e8cba1;
  color: #0d4d96;
  padding: 40px 75px;
  text-align: left;
}

.post .body .title .date {
  font-size: 1.67rem;
  font-weight: bold;
  margin-bottom: .25rem;
}

.post .body .title .ttl01 {
  font-size: 1.33rem;
}

.post .body .content {
  font-size: 1.2rem;
  line-height: 1.94;
  padding: 67px 75px;
  background-color: #f0f0f0;
  margin-bottom: 60px;
}

.post .pagenation a {
  font-size: .87rem;
  padding: .45rem 3.4rem;
}


/* 
 * page
-------------------------------------------------------------- */
.page_box01 {
  background-color: #f0f0f0;
  padding: 55px 75px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.94;
}

.page_box02 {
  width: 81.17%;
  border: 1px solid #0d4d96;
  padding: 58px 52px;
  font-size: 1.07rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.page_box01 p:last-child,
.page_box02 p:last-child {
  margin-bottom: 0;
}

.nav_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #0d4d96;
}

.nav_scroll>*:not(:last-of-type) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #0d4d96;
}

.nav_scroll2 {
  flex-direction: column;
}

.nav_scroll2>*:not(:last-of-type) {
  margin-right: 0;
  padding-right: 0;
  border: 0;
  margin-bottom: 1rem;
}

.tbl01 {
  border: 3px solid #0d4d96;
  width: 100%;
  font-weight: bold;
  border-collapse: collapse;
  letter-spacing: .07em;
}

.tbl01 thead td {
  background-color: #0d4d96;
  color: #FFF;
  text-align: center;
  font-size: 1.47rem;
}

.tbl01 thead td .txt01 {
  font-size: 1.07rem;
}

.tbl01 th,
.tbl01 td {
  padding: .5em 1em;
  border: 1px solid #0d4d96;
}

.tbl01 td.border_white {
  padding: .5em 1em;
  border-top: 1px solid #0d4d96;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #0d4d96;
  border-left: 1px solid #0d4d96;
}

.tbl01 th {
  background-color: #e8cba1;
  color: #0d4d96;
  font-size: 1.13rem;
  text-align: left;
  padding: .7em 2em;
}

.tbl01 th.bg-white {
  background-color: #fff;
}

.tbl01 td {
  background-color: #FFF;
  width: 250px;
}

.tbl01 a img {
  margin-right: 1em;
}

.tbl01 td a:not(:last-child) {
  margin-bottom: 1em;
}

.tbl01 .small_text {
  font-size: .8rem;
  text-align: left;
  width: 762px;
  padding-left: 2em;
  display: inline-block;
}

.tbl01 .small {
  font-size: .8rem;
  text-align: left;
  width: 250px;
  padding-left: 2em;
}

.tbl01 .small_center {
  font-size: .8rem;
  text-align: center;
  width: 250px;
  padding-left: 2em;
}

.tbl01 .nowrap {
  white-space: nowrap;
}

.tbl01.noborder,
.tbl01.noborder th,
.tbl01.noborder td {
  border: 0;
}

.tbl01 .td02 {
  background-color: #f0f0f0;
}

.tbl02 th {
  width: 26.5%;
  text-align: center;
}

.tbl02 td {
  padding: 45px 60px;
}

.tbl02 dd span.blue {
  color: #0d4d96;
  font-weight: 900;
}

.tbl01 dl {
  text-align: left;
}

.tbl01 dt {
  color: #0d4d96;
  font-size: 1.2rem;
}

.tbl01 dd:not(:last-child) {
  margin-bottom: 1rem;
}

.tbl01 .border01>* {
  border-top-width: 3px;
}

.tbl03 {
  table-layout: fixed;
}

.tbl03 th {
  text-align: center;
}

.tbl03 td {
  text-align: left;
  vertical-align: top;
  padding: 32px;
}

.th-color {
  width: 650px !important;
  background-color: #e8cba1 !important;
  text-align: left;
  color: #0d4d96;
}


.list01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}

.list01 li {
  background: url(images/arrow_right2.svg) no-repeat center left;
  padding-left: 1.5em;
  font-size: 1.13rem;
  margin-bottom: 1em;
}


.link_list {
  width: 615px;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  margin: auto;
  text-align: left;
}

.font_l .link_list {
  width: auto;
  justify-content: center;
}

.link_list li {
  margin-bottom: 1em;
}

.font_l .link_list li {
  padding: 0 1em;
}


.ttl_movie {
  background-color: #e8cba1;
  color: #0d4d96;
  font-size: 1.33rem;
  font-weight: bold;
  padding: .6rem;
  margin-bottom: 30px;
}

.list_movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.list_movie>* {
  width: 30.83%;
  height: 84px;
}

.list_movie>*:not(:nth-child(3n)):not(:last-of-type) {
  margin-right: 3.7%;
  margin-bottom: 20px;
}

.list_movie a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.13rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 52px;
  text-align: left;
  background: url(images/icon_movie.svg) #0d4d96 no-repeat 10px center;
  text-decoration: none;
}

.list_movie a:hover {
  opacity: .5;
}


.tbl_sitemap {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  text-align: left;
}

.tbl_sitemap th {
  background-color: #0d4d96;
  color: #FFF;
  font-size: 1.13rem;
  padding: 20px 44px;
}

.tbl_sitemap th ul li {
  font-size: 0.93rem;
  white-space: nowrap;
}

.tbl_sitemap td {
  background-color: #f0f0f0;
  padding: 20px 24px;
}


.tbl_form {
  width: 955px;
  margin: auto;
  font-size: 1.13rem;
  border-collapse: separate;
  border-spacing: 0 20px;
  letter-spacing: .07em;
  margin-bottom: 40px;
}

.font_l .tbl_form {
  width: 100%;
}

.tbl_form th {
  background-color: #e8cba1;
  color: #0d4d96;
  padding: 23px 33px;
  text-align: left;
  position: relative;
  width: 32.98%;
}

.tbl_form td {
  background-color: #f0f0f0;
  padding: 23px;
}

.tbl_form input,
.tbl_form textarea {
  width: 100%;
  background-color: inherit;
}

.tbl_form .note {
  font-size: .93rem;
  margin-left: 1rem;
}

.tbl_form br+.note {
  margin-left: 0;
}

.tbl_form .required {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7ba0cb;
  color: #FFF;
  font-size: .93rem;
  padding: .3rem .67rem;
}

.box_form input[type="submit"] {
  cursor: pointer;
  width: 290px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #0d4d96;
  color: #FFF;
  padding: .7rem;
}

.txt_opinions {
  text-align: center;
  margin-top: 60px;
}



/* 
 * WordList
-------------------------------------------------------------- */
.page_box03 {
  background-color: #f0f0f0;
}

.page_box03 .ttl01 {
  background-color: #e8cba1;
  color: #0d4d96;
  font-size: 1.33rem;
  font-weight: bold;
  padding: 1.92rem;

}

.page_box03 .ttl01 .h2_sub {
  font-size: 1.0rem;
  float: right;
  padding-top: 0.3rem;
}

.page_box03 .content {
  padding: 50px 75px;
}

.page_box03 .txt01 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.94;
  margin-bottom: 2em;
}

.page_box03 .txt02 {
  font-weight: bold;
  text-align: right;
  line-height: 2.33;
}

.page_box05 {
  background-color: inherit;
}



.tbl_wordlist01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
}

.tbl_wordlist01 .tbl01 {
  width: 47.33%;
}

.tbl_wordlist01 .tbl01 th {
  width: auto;
  text-align: center;
}

.onepoint {
  background: url(images/img_onepoint.png) no-repeat #f0f0f0 73px center;
  padding: 50px 57px 30px 280px;
}

.onepoint .ttl01 {
  color: #0d4d96;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.onepoint .txt01 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.94;
}

.onepoint .txt02 {
  background-color: #FFF;
  font-size: 1.07rem;
  font-weight: bold;
  padding: 20px 40px;
}

.onepoint table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border: 1px solid;
  border-collapse: collapse;
}

.onepoint table tr>* {
  border: 1px solid;
  padding: .3em;
}

.list_wordlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list_wordlist>* {
  width: 30.83%;
  height: 65px;
}

.list_wordlist>*:not(:nth-child(3n)):not(:last-of-type) {
  margin-right: 3.7%;
  margin-bottom: 40px;
}

.list_wordlist a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/arrow_right.svg) #0d4d96 no-repeat 89.56% center;
  text-decoration: none;
}

.list_wordlist a:hover {
  opacity: .5;
}

.ttl_wordlist01 {
  background-color: #e8cba1;
  color: #0d4d96;
  font-size: 1.33rem;
  font-weight: bold;
  padding: .5rem;
}

.list_wordlist02 {
  display: flex;
  flex-wrap: wrap;
}

.list_wordlist02>* {
  width: 50%;
  padding: 0 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.list_wordlist02 a {
  width: 194px;
  color: #FFF;
  font-size: 1.13rem;
  text-align: center;
  text-decoration: none;
  padding: .7rem;
  margin-right: 20px;
  background: url(images/arrow_down.svg) #0d4d96 no-repeat 93.81% center;
}

.list_wordlist02 a:hover {
  opacity: .5;
}

.list_wordlist02 p {
  margin-bottom: 0;
  font-size: 1.27rem;
}

.tbl_wordlist02 td {
  width: 50%;
  text-align: left;
  padding: 7px 46px;
  vertical-align: middle;
}

.tbl_wordlist02 tr:nth-of-type(2n) td {
  background-color: #f0f0f0;
}

.tbl_wordlist02 .content {
  display: flex;
  align-items: center;
}

.tbl_wordlist02 .txt01 {
  display: inline-block;
  margin: auto 0 auto 34px;
  color: #0d4d96;
  font-size: 1.13rem;
  flex-shrink: 100;
}

.tbl_wordlist02 a:not(:last-child) {
  margin: 0;
}

.tbl_wordlist02 a img {
  margin: 0 0 0 13px;
}

.list_wordlist03 {
  display: flex;
  flex-wrap: wrap;
}

.list_wordlist03>* {
  width: 50%;
  padding: 0 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.list_wordlist03 .txt01 {
  width: 194px;
  color: #0d4d96;
  font-size: 1.13rem;
  text-align: center;
  text-decoration: none;
  padding: .7rem;
  margin-right: 20px;
  background-color: #e8cba1;
}

.list_wordlist03 a {
  display: flex;
  align-items: center;
  font-size: 1.13rem;
}

.list_wordlist03 a img {
  margin-right: 18px;
}

.btn_wordlist01 {
  background-color: #0d4d96;
  color: #FFF !important;
  font-size: .87rem;
  width: 180px;
  padding: 10px;
  text-decoration: none;
}


/* 
 * English
-------------------------------------------------------------- */
.eng {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .07em;
}

.eng .header_content .fontsize {
  font-weight: bold;
}

.eng .header_content .fontsize a {
  font-size: .93rem;
}

.eng .header_content .fontsize li:nth-of-type(3) a {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.eng .header_content .lang {
  font-size: 1.07rem;
  padding: .2rem .73rem;
}

.eng .g_nav>* {
  width: 19.53%;
}

.eng .g_nav a {
  height: 87px;
}

.eng .nav_top>*:nth-of-type(4) {
  margin-left: 200px;
}

.eng .nav_top>*:nth-of-type(5) {
  margin-right: 200px;
}

.eng .nav_top a {
  letter-spacing: .03em;
  padding: 27px;
  font-weight: 700;
  line-height: 1.18;
}

.eng .top_txt01 {
  font-size: 1.27rem;
  line-height: 1.79;
  margin-bottom: 60px;
}

.eng .mv .txt01 {
  color: #0d4d96;
  font-size: 1rem;
  font-weight: bold;
}

.eng .box_top01 {
  font-size: .93rem;
  width: 768px;
  text-align: left;
  line-height: 1.71;
  margin-bottom: 74px;
}

.eng .box_top01 .ttl01 {
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
  color: #0d4d96;
}

.eng .box_top01 li {
  list-style: disc;
  color: #0d4d96;
}

.eng .box_top01 li span {
  color: #000;
}

.eng .ttl_main {
  letter-spacing: .01em;
}

.eng .link_list {
  width: 100%;
}


.eng footer {
  padding: 25px 0;
}


/* 
 * footer
-------------------------------------------------------------- */
footer {
  background-color: #e8cba1;
  padding: 50px 0 40px;
}

.footer_content {
  position: relative;
}

.nav_f {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 1.13rem;
  font-weight: bold;
}

.nav_f li {
  margin: 0 1em;
}

footer .copyright {
  font-size: .67rem;
  text-align: center;
  margin: 0;
}

.pagetop {
  background-color: #0d4d96;
  padding: 14px 21px;
  position: fixed;
  transform: translate(-100%, 50%);
  display: none;
}

.pagetop2 {
  background-color: #0d4d96;
  padding: 14px 21px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}