@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import "/Portals/0/css/base_res.css";
@import "/Portals/0/css/contents_ifa.css";
*,
:after,
:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  color: #000;
  font-family: Noto Sans JP, Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  display: block;
}

a {
  color: #0069b6;
}

a:hover {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  margin: 1em 0;
}

table {
  border-collapse: collapse;
}

th {
  text-align: center;
}

th,
td {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  padding: 0.75em 1em;
  border: solid 1px #d8d8d8;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-style: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

:focus {
  outline: 0;
}

body {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
dd,
dl,
dt,
li,
ol,
p,
ul {
  font-size: inherit;
}

p {
  margin: 0.75rem 0;
  line-height: 1.8;
}

dl,
ol,
ul {
  margin: 0.75rem 0;
}

dd,
dt,
li {
  font-size: inherit;
  line-height: 1.8;
}

img {
  vertical-align: middle;
}

::-moz-selection {
  color: #fff;
  background: #a6a7a7;
}

::selection {
  color: #fff;
  background: #a6a7a7;
}

body {
  line-height: 1;
  color: #333;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 1.4rem;
}

a {
  color: inherit;
}

a img,
button img {
  position: relative;
  top: 0;
  left: 0;
}

a:hover img,
button:hover img {
  transition: top 0.1s linear, left 0.1s linear;
  top: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
html.ie body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

p {
  line-height: 2;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

#skin {
  background-color: #ff1f20;
  overflow: hidden;
  min-width: 1320px;
}

.inner {
  max-width: 1320px;
  margin: 0 auto;
}

#main .inner {
  background-color: #fff;
  margin: 40px auto;
}

.breadcrumb {
  color: #bbb;
  margin: 20px 0 100px;
}
.breadcrumb .inner > span {
  display: block;
  line-height: 1.25;
}
.breadcrumb .inner > span > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .inner > span span.separator {
  margin: 0 1em;
  width: 1em;
  height: 1em;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb .inner > span span.separator:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  transform: rotate(135deg) translate(-50%, -50%);
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  left: 50%;
}
.breadcrumb .inner > span span.breadcrumbItem {
  margin: 0;
}
.breadcrumb .inner > span a {
  color: #bbb;
  text-decoration: none;
}
.breadcrumb .inner > span a:hover {
  color: #CC0000;
}

#footer {
  margin: 20px 0;
}
#footer .foot_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#footer .foot_bottom {
  margin: 20px 0;
}
#footer .foot_bottom > .foot_inner {
  background-color: #fff;
}
#footer .foot_bottom_wrap {
  width: 100%;
}

#footer .foot_bottom > .foot_inner {
  display: flex;
  position: relative;
  min-height: 152px;
  align-items: center;
}

.pagetop {
  width: 180px;
  height: 100%;
  margin-left: 10px;
  border-left: solid 2px red;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.pagetop a {
  display: block;
  position: relative;
  background-color: #fff;
  height: 100%;
  width: 100%;
  font-size: 0;
}

.pagetop a:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-top: 4px solid red;
  border-right: 4px solid red;
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
  left: 0;
  margin: auto;
  transform: rotateZ(-45deg);
}

.pagetop a:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  border-bottom: 4px solid red;
  position: absolute;
  top: calc(50% + 30px);
  right: 0;
  left: 0;
  margin: auto;
  /* transform: rotateZ(-45deg); */
}

.copyright {
  font-size: 12px;
}

#header {
  background-color: #fff;
  position: relative;
  z-index: 2;
  position: relative;
}
#header .head_inner {
  max-width: 1360px;
  min-height: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  width: 165px;
}
#header .head_bottom .token_menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header .head_bottom .token_menu ul li {
  display: none;
}
#header .head_bottom .token_menu ul li ul {
  display: none;
}

._2Column .content_middle {
  display: flex;
}

@media screen and (max-width: 768px) {
  #skin {
    min-width: 320px;
  }
  #main .inner {
    background-color: #fff;
    margin: 10px;
  }
  #footer {
    margin: 20px 20px 0 20px;
    padding-bottom: 16.8284%;
  }
  .page_top {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .copyright {
    font-size: 10px;
    padding: 0 40px 40px 40px;
  }
  #footer .foot_bottom > .foot_inner {
    display: block;
    min-height: auto;
  }
  .pagetop {
    width: 40px;
    height: 40px;
    border-bottom: solid 2px red;
  }
  .pagetop a:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pagetop a:after {
    border-bottom: 2px solid red;
    top: auto;
    bottom: 8px;
    width: 20px;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
  }
  #header .head_inner {
    display: block;
    min-height: 1px;
    padding: 0;
  }
  #header .logo {
    width: 80px;
  }
  #header .left {
    padding: 12px 15px 12px 15px;
    height: 40px;
  }
  ._2Column .content_middle {
    display: block;
  }
}
/*
  以下、スキン固有の記述をする
*/