@charset "UTF-8";
/*
Theme Name:JAPAN ATOMIC INDUSTRIAL FORUM, INC.
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/** 
font-family: 'Roboto', sans-serif;
font-family: 'ZCOOL QingKe HuangYou', cursive;
font-family: 'Noto Sans JP', sans-serif;
**/
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.container {
  max-width: none !important;
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}

a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.8;
}

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

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

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .md {
    display: block !important;
  }

  img.md {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  img.sp {
    display: inline !important;
  }

  .pc-md {
    display: none !important;
  }
}
/* ------------------------------------
// flex_grid
------------------------------------ */
.flexgrid .is-empty {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
  margin-bottom: 0 !important;
  border: none !important;
}

/* ------------------------------------
// fadeInUp
------------------------------------ */
.fadeInUp li {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
  transition-delay: 200ms;
}

.fadeInUp li:nth-child(2) {
  transform: translateY(40px);
}

@media screen\0  {
  .fadeInUp li {
    opacity: 1;
    transform: translateY(0);
  }

  .fadeInUp li:nth-child(2) {
    transform: translateY(0);
  }
}
/* ------------------------------------
// pager
------------------------------------ */
/* ------------------------------------
// blog article
------------------------------------ */
div[class*=wp-caption],
img[class*=wp-image] {
  max-width: 100%;
  clear: both;
}

article .newsbody p.wp-caption-text {
  font-size: 1.3rem;
}

div.alignright,
img.alignright,
a.alignright {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 300px;
}

div.alignleft,
img.alignleft,
a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
}

div.aligncenter,
img.aligncenter,
a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
  max-width: 300px;
}

a.pop {
  max-width: 300px;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
}
a.pop img {
  display: block;
}
a.pop:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url("images/cmn/icon_zoom.png") no-repeat;
  background-size: 26px auto;
  right: 5px;
  bottom: 5px;
}

.shareaholic-canvas {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .aligncenter,
.alignright,
.alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
    max-width: 100% !important;
  }

  a.pop {
    max-width: 100% !important;
  }
}
/* ------------------------------------
// single_article
------------------------------------ */
.single_article ul {
  list-style-type: disc;
  margin-bottom: 25px;
  padding-left: 40px;
}
.single_article ul li {
  margin-bottom: 5px;
}
.single_article ol {
  list-style-type: decimal;
  margin-bottom: 25px;
  padding-left: 40px;
}
.single_article ol li {
  margin-bottom: 5px;
}
.single_article table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}
.single_article table th, .single_article table td {
  padding: 8px 5px 8px 8px;
  border: solid 1px #ddd;
}
.single_article table th p, .single_article table td p {
  margin-bottom: 0;
}

/* ------------------------------------
// header
------------------------------------ */
#header header .logo_jaif {
  top: 3rem;
  left: 3rem;
  position: fixed;
  z-index: 9999;
  width: 45px;
}
#header header .logo_jaif img {
  filter: drop-shadow(0 0 6px rgb(255, 255, 255));
}
#header header .logo_aij {
  top: 3rem;
  right: 3rem;
  position: fixed;
  z-index: 9999;
  width: 140px;
}
#header header .logo_aij img {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}

@media screen and (max-width: 768px) {
  #header header .logo_jaif {
    top: 2rem;
    left: 2rem;
    width: 10%;
  }
  #header header .logo_aij {
    top: 2rem;
    right: 2rem;
    width: 30%;
  }
}
/* ------------------------------------
// ovreraymenu
------------------------------------ */
#overlayMenuBtn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: right;
  height: 30px;
  z-index: 100001;
}
#overlayMenuBtn div {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  width: 60px;
  height: 58px;
  border-radius: 50vw;
  padding: 17px 15px 0;
  background: #2c2c2c;
}
#overlayMenuBtn div span {
  position: relative;
  display: block;
  width: 30px;
  border: 1px solid #FFF;
  transition: 0.5s;
}
#overlayMenuBtn div span:nth-child(1) {
  top: 0px;
}
#overlayMenuBtn div span:nth-child(2) {
  top: 9px;
}
#overlayMenuBtn div span:nth-child(3) {
  top: 18px;
}

#overlayMenuBtn.open {
  position: fixed;
}
#overlayMenuBtn.open div {
  top: 0px;
  width: 60px;
  height: 58px;
}
#overlayMenuBtn.open div span {
  width: 30px;
  border: 1px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
  #overlayMenuBtn {
    right: 10px;
    bottom: 50px;
  }
  #overlayMenuBtn div {
    width: 60px;
    height: 58px;
    padding: 17px 15px 0;
  }
  #overlayMenuBtn div span {
    width: 30px;
  }

  #overlayMenuBtn.open div {
    width: 60px;
    height: 58px;
  }
  #overlayMenuBtn.open div span {
    width: 30px;
    border: 1px solid #FFFFFF;
  }
}
#overlayMenu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 100000;
  width: 100%;
  min-height: 100vh;
  padding: 2em 2em;
  overflow-y: auto;
}
#overlayMenu a {
  color: #000;
  display: block;
}
#overlayMenu a:hover {
  color: #646464;
}
#overlayMenu .logo_jaif {
  z-index: 9999;
  width: 90px;
}
#overlayMenu .logo_jaif img {
  filter: drop-shadow(0 0 6px rgb(255, 255, 255));
}
#overlayMenu .logo_aij {
  top: 2em;
  right: 2em;
  position: absolute;
  z-index: 9999;
  width: 280px;
}
#overlayMenu .logo_aij img {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}
#overlayMenu .menu {
  max-width: 800px;
  margin: 0 auto;
}
#overlayMenu .search {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
#overlayMenu .search input {
  border: none;
  width: 100%;
  padding: 10px 0;
  font-size: 1.8rem;
  outline: none;
}
#overlayMenu .search input::placeholder {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #313131;
  background: url("images/cmn/icon_search.png") no-repeat right 10px center;
  background-size: 18px auto;
}
#overlayMenu .mainnavi {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 4em;
}
#overlayMenu .mainnavi > li {
  margin-bottom: 0.6em;
}
#overlayMenu .mainnavi > li > dl.category dt {
  cursor: pointer;
}
#overlayMenu .mainnavi > li > dl.category dt:hover {
  color: #646464;
}
#overlayMenu .mainnavi > li > dl.category dt span {
  font-family: "ZCOOL QingKe HuangYou", cursive;
  font-weight: normal;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5em;
}
#overlayMenu .mainnavi > li > dl.category dt.selected span {
  transform: rotate(270deg);
}
#overlayMenu .mainnavi > li > dl.category dd {
  display: none;
  padding: 0.7em 0 0 1em;
}
#overlayMenu .mainnavi > li > dl.category dd li {
  margin-bottom: 0.6em;
}
#overlayMenu .drawerSNS {
  text-align: center;
}
#overlayMenu .drawerSNS li {
  display: inline-block;
  width: 27px;
  padding: 0 10px;
  box-sizing: content-box;
}
#overlayMenu .contact {
  text-align: center;
  font-size: 1.6rem;
  margin: 2em 0;
}

@media screen and (max-width: 768px) {
  #overlayMenu {
    padding: 1em 1em;
  }
  #overlayMenu .logo_jaif {
    top: 0em;
    left: 0em;
    width: 10%;
  }
  #overlayMenu .logo_aij {
    top: 1em;
    right: 1em;
    width: 30%;
  }
}
/* ------------------------------------
// vi
------------------------------------ */
#vi {
  background: url("images/dummy/dummy.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#vi .vi_lead {
  background: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  color: #FFF;
  padding: 2rem 3rem 3rem 3rem;
}
#vi .vi_lead ul.data {
  margin-bottom: 2rem;
}
#vi .vi_lead ul.data li {
  display: inline-block;
  padding: 0 1rem;
  border-left: 1px solid #FFF;
}
#vi .vi_lead ul.data li:first-child {
  padding: 0 1em 0 0;
  border-left: none;
}
#vi .vi_lead h1 {
  font-size: 3.6vw;
  line-height: 1.2;
  margin-bottom: 4rem;
}
#vi .vi_lead h1 a {
  color: #fff;
}
#vi .vi_lead .auther {
  font-size: 1.4rem;
}
#vi .vi_lead .photocopy {
  position: absolute;
  bottom: 1em;
  width: calc(100% - 4em);
  margin: 0 auto;
}
#vi .vi_lead .photocopy p {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #vi .photocopy {
    position: absolute;
    padding: 0 3rem;
    top: calc(10vw + 3rem);
    color: #fff;
  }
  #vi .photocopy p {
    font-size: 1.4rem;
  }
  #vi .vi_lead ul.data li {
    font-size: 1.4rem;
  }
  #vi .vi_lead h1 {
    font-size: 2.8rem;
  }
  #vi .vi_lead .auther {
    font-size: 1.2rem;
  }
  #vi .vi_lead .photocopy p {
    font-size: 1.4rem;
  }
}
/* ------------------------------------
// article
------------------------------------ */
#contents {
  background: #FFF;
}
#contents .topicpath {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 3rem 3rem;
  box-sizing: content-box;
}

article {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 3rem;
}
article .pageLead {
  margin: 0 0 3rem;
}
article .pageLead p {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  article .pageLead p {
    font-size: 2.4rem;
  }
}
article .articlebody {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 900px;
  padding: 3rem 5%;
}
@media screen and (max-width: 768px) {
  article .articlebody {
    padding: 3rem 0%;
  }
}
article .articlebody section {
  margin-bottom: 5rem;
}
article .articlebody p {
  margin-bottom: 2em;
}
article .articlebody p:last-child {
  margin-bottom: 0;
}
article .articlebody h2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
article .articlebody h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
article .articlebody ul, article .articlebody ol {
  padding-left: 1em;
  margin-bottom: 2em;
}
article .articlebody ul {
  list-style: disc;
}
article .articlebody ol {
  list-style: decimal;
}
article .articlebody .sharedaddy {
  display: none;
}

/* ------------------------------------
// btns
------------------------------------ */
#contents .btn01 {
  display: block;
  border-radius: 50vw;
  border: 1px solid #313131;
  color: #313131;
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
#contents .btn01:hover {
  background: #646464;
  color: #FFF;
}
#contents .viewmore {
  text-align: center;
  margin: 4rem auto;
  padding: 0 35%;
}
#contents .jaiftop {
  text-align: center;
  margin: 2rem auto;
  padding: 0 35%;
}

@media screen and (max-width: 768px) {
  #contents .btn01 {
    min-width: 0;
    display: block;
    font-size: 1.4rem;
  }
  #contents .viewmore {
    margin: 4rem auto 0;
    padding: 0 25%;
  }
  #contents .jaiftop {
    margin: 2rem auto;
    padding: 0 25%;
  }
}
/* ------------------------------------
// articleList
------------------------------------ */
#contents .articleList {
  padding: 4rem 0 0 0;
  max-width: 100%;
  box-sizing: content-box;
}
#contents .articleList > .category {
  font-size: 3vw;
  margin-bottom: 1rem;
  padding: 0 3rem;
}
#contents .articleList .articleList01 {
  margin: 0 0;
  padding: 0 3rem 0 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .articleList .articleList01 > li {
  position: relative;
  padding: 0 0;
  width: 23.5%;
  margin: 0 0 2rem 0;
}
#contents .articleList .articleList01 > li figure {
  margin-bottom: 3px;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 60% 0 0 0;
  position: relative;
  z-index: 0;
}
#contents .articleList .articleList01 > li figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
#contents .articleList .articleList01 > li a .caption {
  z-index: 2;
  background: #000;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  color: #FFF;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#contents .articleList .articleList01 > li a .caption ul.data {
  display: block;
  line-height: 1;
}
#contents .articleList .articleList01 > li a .caption ul.data li {
  line-height: 1;
  font-size: 1rem;
  display: inline-block;
  padding: 0 0 0 0.5rem;
  margin: 0;
  border-left: 1px solid #FFF;
}
#contents .articleList .articleList01 > li a .caption ul.data li:first-child {
  border-left: none;
}
#contents .articleList .articleList01 > li a .caption .subTitle {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#contents .articleList .articleList01 > li a .caption .title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#contents .articleList .articleListScroll01 {
  margin: 0 0;
}
#contents .articleList .articleListScroll01 li {
  position: relative;
  margin: 0 1rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents .articleList .articleListScroll01 li {
    margin: 0 0.5rem 0 0.5rem;
  }
}
#contents .articleList .articleListScroll01 li figure {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 60% 0 0 0;
  position: relative;
  z-index: 0;
}
#contents .articleList .articleListScroll01 li figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
#contents .articleList .articleListScroll01 li a .caption {
  z-index: 2;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 0px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  color: #FFF;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#contents .articleList .articleListScroll01 li a .caption ul.data {
  line-height: 1;
}
#contents .articleList .articleListScroll01 li a .caption ul.data li {
  font-size: 1rem;
  display: inline-block;
  padding: 0 0 0 0.5rem;
  margin: 0;
  border-left: 1px solid #FFF;
}
#contents .articleList .articleListScroll01 li a .caption ul.data li:first-child {
  border-left: none;
}
#contents .articleList .articleListScroll01 li a .caption .subTitle {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#contents .articleList .articleListScroll01 li a .caption .title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#contents .articleList .articleListScroll02 {
  margin: 0;
}
#contents .articleList .articleListScroll02 li {
  position: relative;
  padding: 0;
  margin: 0 1rem 0 0;
}
#contents .articleList .articleListScroll02 li figure {
  margin-bottom: 3px;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 60% 0 0 0;
  position: relative;
  z-index: 0;
}
#contents .articleList .articleListScroll02 li figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
#contents .articleList .articleListScroll02 li a .caption {
  z-index: 2;
  background: #000;
  position: absolute;
  bottom: 0.2em;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  color: #FFF;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#contents .articleList .articleListScroll02 li a .caption ul.data li {
  line-height: 1;
  font-size: 1rem;
  display: inline-block;
  padding: 0 0 0 0.5rem;
  margin: 0;
  border-left: 1px solid #FFF;
}
#contents .articleList .articleListScroll02 li a .caption ul.data li:first-child {
  border-left: none;
}
#contents .articleList .articleListScroll02 li a .caption .subTitle {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#contents .articleList .articleListScroll02 li a .caption .title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#contents .articleList .pager {
  margin: 3rem 0 0;
  text-align: center;
}
#contents .articleList .pager li {
  display: inline-block;
  font-size: 2.4rem;
  padding: 0 0.5rem;
}
#contents .articleList .pager li a {
  padding: 0 0.25em;
}
#contents .articleList .pager li a:hover {
  border-bottom: 1px solid #000;
}
#contents .articleList .pager li span.current {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50vh;
  width: 1.5em;
}

@media screen and (max-width: 1024px) {
  #contents .articleList {
    padding: 0 2em;
  }
  #contents .articleList > .category {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #contents .articleList .articleList01 > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #contents .articleList {
    padding: 4rem 0;
  }
  #contents .articleList .articleList01 > li {
    width: 100%;
  }
  #contents .articleList .category {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0 2rem;
  }
  #contents .articleList .pager li {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 0.3rem;
  }
  #contents .articleList .pager li a {
    padding: 0 0.25em;
  }
  #contents .articleList .pager li a:hover {
    border-bottom: 1px solid #000;
  }
  #contents .articleList .pager li.current span {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50vh;
    width: 1.5em;
  }
}
/* ------------------------------------
// youtube
------------------------------------ */
#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------
// footer
------------------------------------ */
#footer {
  background: #2c2c2c;
  margin: 120px 0 0 0;
  z-index: 1;
  position: relative;
}
#footer .pagetop {
  background: #313131;
  text-align: center;
  padding: 0.75em 0 0.5em 0;
}
#footer .pagetop a {
  display: block;
}
#footer .pagetop a img {
  width: 35px;
}

#footer footer {
  text-align: center;
  color: #FFF;
  padding: 9rem 0 11.5rem;
}
#footer footer .jaiflogo dt {
  margin-bottom: 3rem;
}
#footer footer .contactus {
  margin: 6.5rem 0 10rem;
}
#footer footer .contactus a {
  display: inline-block;
  border-radius: 50vw;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 0.5em 3em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
#footer footer .contactus a:hover {
  background: #313131;
}
#footer footer ul.footerSNS {
  text-align: center;
}
#footer footer ul.footerSNS li {
  display: inline-block;
  width: 27px;
  padding: 0 20px;
  box-sizing: content-box;
}
#footer footer ul.advertise {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
#footer footer ul.advertise li {
  margin: 0 10px 20px;
}
#footer footer ul.advertise li img {
  vertical-align: top;
}
#footer footer .copyright {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 5rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #footer {
    margin: 4rem 0 0 0;
  }

  #footer ul.aboutlink {
    margin: 0 40px;
  }

  #footer footer {
    padding: 4.5rem 0 7.5rem;
  }
  #footer footer .jaiflogo dt {
    margin-bottom: 1rem;
  }
  #footer footer .jaiflogo dt img {
    width: 48px;
  }
  #footer footer .jaiflogo dd img {
    width: 280px;
  }
  #footer footer .contactus {
    margin: 3.5rem 0 6rem;
  }
  #footer footer ul.advertise {
    display: block;
    margin-top: 5rem;
  }
  #footer footer ul.advertise li {
    margin: 0 0 1rem 0;
  }
  #footer footer .copyright {
    padding: 0 40px;
    margin-top: 3rem;
  }
}
/* ------------------------------------
// not_found
------------------------------------ */
.not_found {
  text-align: center;
  padding: 150px 0 100px;
}
.not_found p {
  margin-bottom: 20px;
}

/* ------------------------------------
// reecaptcha 問い合わせフォーム以外で非表示
------------------------------------ */
.grecaptcha-badge {
  visibility: hidden;
}

/* ------------------------------------
// AddToAny設定
------------------------------------ */
.addtoany_content {
  text-align: right;
}