@charset "utf-8";
/* =======================================
	Browser Reset
========================================== */
* {
  outline: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
  text-decoration: none;
  vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
br, hr {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
input, select {
  vertical-align: middle;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  outline: none;
  background: none;
  border: none;
}
input[type=submit], input[type=reset], input[type=button], button[type=submit], button[type=button], button[type=reset] {
  background: none;
  border: none;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
object {
  height: auto;
  width: 100%;
  /*max-width: 100%;*/
  vertical-align: top;
}
address {
  font-style: normal;
}
strong {
  font-weight: bold;
}
/* base-set
--------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
}
body {
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body, input, select, textarea {
  font: 1.0rem/1 "-apple-system", "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}
/* -------------------------------------
	box-sizing
------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* -------------------------------------
	link
------------------------------------- */
a {
  color: #093475;
  text-decoration: underline;
}
a:hover {
  color: #0194ca;
}
a:hover img {
  opacity: .7;
}
a[href^="http"] {
  padding-right: 16px !important;
  background: url(../images/ico_link.png) no-repeat 100% 2px;
}
a[href$=".pdf"] {
  padding: 0 0 0 13px;
  background: url(../images/ico_pdf.png) no-repeat 0 5px;
}

.link-pdf {
  margin: 2em 0 !important;
}
.link-pdf a[href$=".pdf"] {
  display: block;
  padding: 13px 10px 13px 34px;
  background: url(../images/ico_pdf.png) no-repeat 13px 17px;
  border: 1px solid #cacaca;
  text-decoration: underline;
}
a.img[href^="http"] {
  padding: 0;
  background: none;
}
.http {
  margin: 0 -16px 0 6px;
}
/*---- blockskip ----*/
.blockskip {
  overflow: hidden;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
/*---- page top ----*/
.page-top {
  position: fixed;
  bottom: 106px;
  right: 13px;
}
.btn-hidden {
  display: none;
}
/* -------------------------------------
	font
------------------------------------- */
.font_b {
  font-weight: bold;
}
/* =======================================
	Layout
========================================== */
/* wrapper
--------------------------------------------------------- */
.wrapper {
  min-height: calc(100vh - 84px);
}
/*header
--------------------------------------------------------- */
header {
  padding: 14px 10px 12px;
  background: #fff;
  border-bottom: 2px solid #cc0033;
}
/* -------------------------------------
header
------------------------------------- */
.header {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}
.header h1 {
  height: 33px;
  width: 198px;
  margin: 0 auto 12px 3px;
}
.header ul {
  display: none;
}
.description {
  margin: 0 0 0 6px;
  color: #808080;
  line-height: 1.5;
}
.header .search {
  display: none;
}
/*---- 1025px ----*/
@media screen and (min-width: 1025px) {
  .header h1 {
    height: 41px;
    width: 244px;
  }
  .header ul {
    display: flex;
    align-items: center;
    height: 24px;
    margin: 0 12px 0 0;
    font-size: 1.2rem;
  }
  .header li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 0 18px;
  }
  .header li:first-child {
    margin: 0;
  }
  .header li:last-child {
    padding: 0;
    margin: 0 0 0 13px;
  }
  .header li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #888;
  }
  .header li:last-child::before {
    border: none;
  }
  .header .search {
    display: block;
    margin: 1px 0 0;
  }
  .header .search:after {
    content: " ";
    display: block;
    clear: both;
  }
  .header .search input {
    display: block;
  }
  .header .search input[type=text] {
    float: left;
    height: 23px;
    width: 148px;
    padding: 0 5px;
    background: url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") no-repeat scroll left center rgb(246, 246, 246) !important;
    border: 1px solid #ddd !important;
  }
  .header .search input[type=text]:focus {
    background: url("none") no-repeat scroll left center rgb(246, 246, 246) !important;
  }
  .header .search input[type=submit] {
    overflow: hidden;
    height: 23px;
    width: 52px;
    background: url(../images/btn_search.png);
    text-indent: 100%;
    white-space: nowrap;
  }
}
/* btn-trigger
--------------------------------------------------------- */
.btn-trigger {
  display: block;
  position: relative;
  z-index: 9999;
  height: 40px;
  width: 42px;
  background: url(../images/btn_nav.png);
  background-size: cover;
}
.side-open .btn-trigger {
  position: fixed;
  top: 14px;
  right: 10px;
}
#js-trigger {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .btn-trigger {
    display: none;
  }
}
/* overlay 
--------------------------------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, .8);
}
@media only screen and (min-width: 1025px) {
  .overlay {
    display: none;
  }
}
/* nav
--------------------------------------------------------- */
nav {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 6;
  overflow-y: auto;
  opacity: 0;
  height: 100vh;
  width: 300px;
  padding: 65px 0 20px;
  transition: .5s;
}
nav a {
  text-decoration: none;
}
.side-open nav {
  opacity: 1;
  background: #fff;
  transform: translate3d(-300px, 0, 0);
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  nav {
    position: static;
    overflow: inherit;
    opacity: 1;
    height: auto;
    width: 100%;
    padding: 0;
    transition: 0s;
  }
  .nav-box {
    background: #fff;
  }
}
/* -------------------------------------
	search
------------------------------------- */
nav .search {
  display: none;
  width: 100%;
  padding: 0 10px;
  margin: 1px 0 10px;
}
.side-open nav .search {
  display: block;
}
nav .search form {
  display: flex;
}
nav .search input[type=text] {
  height: 23px;
  width: calc(100% - 52px);
  padding: 0 5px;
  background: url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") no-repeat scroll left center rgb(246, 246, 246) !important;
  border: 1px solid #ddd !important;
}
nav .search input[type=text]:focus {
  background: url("none") no-repeat scroll left center rgb(246, 246, 246) !important;
}
nav .search input[type=submit] {
  height: 23px;
  width: 52px;
  font-size: 0;
  background: url(../images/btn_search.png);
}
@media only screen and (min-width: 1025px) {
  nav .search {
    display: none;
  }
}
/* -------------------------------------
	global navigation
------------------------------------- */
/*---- g-nav ----*/
.g-nav {
  display: none;
  position: relative;
  padding: 0 10px 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.side-open .g-nav {
  display: block;
}
.g-nav > li:not(:first-child) {
  margin-top: 2px;
}
.g-nav ul {
  display: none;
  padding: 3px 0;
}
@media only screen and (min-width: 1025px) {
  .g-nav {
    display: flex;
    position: relative;
    overflow-y: inherit;
    height: auto;
    width: 940px;
    padding: 6px 0 0;
    font-size: 1rem;
    margin: 0 auto;
  }
  .g-nav > li {
    width: calc(100% / 5);
  }
  .g-nav > li:not(:first-child) {
    margin-top: 0;
  }
  .g-nav > li:nth-last-of-type(1), .g-nav > li:nth-last-of-type(2) {
    display: none;
  }
  .g-nav ul {
    display: block;
    padding: 0;
  }
}
/*---- layer ----*/
.layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #cc0033;
}
.layer > a {
  display: block;
  flex: 1;
  color: #fff;
}
.layer > .no-link {
  pointer-events: none;
}
.layer > span {
  display: block;
  position: relative;
  height: 15px;
  width: 15px;
  font-size: 0;
  border: 1px solid #fff;
}
.layer > span::before, .layer > span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.layer > span::after {
  transform: rotate(90deg);
  transition: .3s;
}
.btn-open > span::after {
  transform: rotate(0deg);
}
@media only screen and (min-width: 1025px) {
  .layer {
    display: block;
    padding: 0;
    color: #000;
    background: transparent;
  }
  .layer > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    line-height: 1.125;
    transition: .4s;
  }
  .layer > a:hover, .layer > a:focus {
    color: #fff;
    background: #cc0033;
  }
  [data-current-nav="mission"] .g-nav li:nth-child(1) .layer > a {
    color: #cc0033;
  }
  [data-current-nav="mission"] .g-nav li:nth-child(1) .layer > a:hover, [data-current-nav="mission"] .g-nav li:nth-child(1) .layer > a:focus {
    color: #fff;
  }
  [data-current-nav="whitepaper"] .g-nav li:nth-child(2) .layer > a {
    color: #cc0033;
  }
  [data-current-nav="whitepaper"] .g-nav li:nth-child(2) .layer > a:hover, [data-current-nav="whitepaper"] .g-nav li:nth-child(2) .layer > a:focus {
    color: #fff;
  }
  [data-current-nav="project"] .g-nav li:nth-child(3) .layer > a {
    color: #cc0033;
  }
  [data-current-nav="project"] .g-nav li:nth-child(3) .layer > a:hover, [data-current-nav="project"] .g-nav li:nth-child(3) .layer > a:focus {
    color: #fff;
  }
  [data-current-nav="papers"] .g-nav li:nth-child(4) .layer > a {
    color: #cc0033;
  }
  [data-current-nav="papers"] .g-nav li:nth-child(4) .layer > a:hover, [data-current-nav="papers"] .g-nav li:nth-child(4) .layer > a:focus {
    color: #fff;
  }
  [data-current-nav="publications"] .g-nav li:nth-child(5) .layer > a {
    color: #cc0033;
  }
  [data-current-nav="publications"] .g-nav li:nth-child(5) .layer > a:hover, [data-current-nav="publications"] .g-nav li:nth-child(5) .layer > a:focus {
    color: #fff;
  }
  .no-link {
    pointer-events: none;
    cursor: default;
  }
  .layer > a > span {
    display: block;
    width: 100%;
  }
  .layer > span {
    display: none;
  }
}
/*---- layer-box ----*/
.layer-box .box1 {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .g-nav > li:hover > .layer > a, .g-nav > .focused > .layer > a {
    color: #fff;
    background: #cc0033;
  }
  [data-current-nav="mission"] .g-nav li:nth-child(1):hover > .layer > a, [data-current-nav="mission"] .g-nav li:nth-child(1).focused > .layer > a {
    color: #fff;
  }
  [data-current-nav="whitepaper"] .g-nav li:nth-child(2):hover > .layer > a, [data-current-nav="whitepaper"] .g-nav li:nth-child(2).focused > .layer > a {
    color: #fff;
  }
  [data-current-nav="project"] .g-nav li:nth-child(3):hover > .layer > a, [data-current-nav="project"] .g-nav li:nth-child(3).focused > .layer > a {
    color: #fff;
  }
  [data-current-nav="papers"] .g-nav li:nth-child(4):hover > .layer > a, [data-current-nav="papers"] .g-nav li:nth-child(4).focused > .layer > a {
    color: #fff;
  }
  [data-current-nav="publications"] .g-nav li:nth-child(5):hover > .layer > a, [data-current-nav="publications"] .g-nav li:nth-child(5).focused > .layer > a {
    color: #fff;
  }
  .g-nav > li > .layer-box {
    display: flex;
    position: absolute;
    top: 66px;
    left: 0;
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: 100%;
    color: #fff;
    border-radius: 0 0 10px 10px;
    transition: .4s;
  }
  .g-nav > li:hover > .layer-box, .g-nav > .focused > .layer-box {
    overflow: visible;
    opacity: 1;
    z-index: 2;
    height: auto;
    background: #cc0033;
  }
  .g-nav > li:hover > .ov, .g-nav > .focused > .ov {
    background: linear-gradient(90deg, #cc0033 0%, #cc0033 626px, #df0a3f 627px, #df0a3f 100%);
  }
  .layer-box .box1 {
    display: block;
    width: 313px;
    padding: 20px 35px 25px;
  }
  .layer-box .box1 h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.23;
  }
  .layer-box .box1 p {
    margin-top: 1.286em;
    font-size: 14px;
    line-height: 1.428;
  }
  .layer-box > ul {
    width: 313px;
    padding: 20px 0 25px;
  }
}
/*---- layer2 ----*/
.layer2 > li > a {
  display: block;
  position: relative;
  padding: 11px 12px 10px 28px;
  color: #093475;
  border-bottom: 1px solid #cdcdcd;
}
.layer2 > li > a::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 12px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #093475;
}
.layer2 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layer2 > li > div > a {
  display: block;
  flex: 1;
  position: relative;
  padding: 11px 12px 10px 28px;
  color: #093475;
}
.layer2 > li > div > a::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 12px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #093475;
}
.layer2 > li > div > span {
  display: block;
  position: relative;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  font-size: 0;
  border: 1px solid #093475;
}
.layer2 > li > div > span::before, .layer2 li > div > span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  height: 1px;
  width: 7px;
  background: #093475;
}
.layer2 > li > div > span::after {
  transform: rotate(90deg);
  transition: .3s;
}
.layer2 > li > div > .open::after {
  transform: rotate(0deg);
}
.layer2 .hov {
  border-bottom: 1px solid #cdcdcd;
}
.layer2 .no-link {
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .layer2 {
    display: block !important;
  }
  .layer2 > li > a {
    padding: 10px 36px 8px 30px;
    color: #fff;
    font-size: 16px;
    border-bottom: none;
    border-radius: 3px;
    line-height: 1.428;
  }
  .layer2 > li > a::before {
    content: none;
  }
  .layer2 > li > a:hover, .layer2 > li > a:focus {
    background: #df0a3f;
  }
  .layer2 > li > div {
    display: block;
    border-bottom: none;
  }
  .layer2 > li > div > span {
    display: none;
  }
  .layer2 > li > div > a {
    padding: 10px 40px 8px 30px;
    color: #fff;
    font-size: 16px;
    border-bottom: none;
    border-radius: 3px;
    line-height: 1.428;
  }
  .layer2 > li > div > a:hover, .layer2 > li > div > a:focus {
    background: #df0a3f;
  }
  .layer2 > li > div > a::before {
    content: none;
  }
  .layer2 > .hov {
    border-bottom: none;
  }
  .layer2.mb_chosei { /*---- ★☆★項目が増えた時、ここで角丸赤の背景の縦の長さを調節します ----*/
    margin-bottom: 100px;
  }
}
/*---- layer3 ----*/
.layer3 {
  width: 100%;
}
.layer3 li a {
  display: block;
  padding: 11px 12px 10px 28px;
  color: #1a5cc0;
}
@media only screen and (min-width: 1025px) {
  .hov > div > a {
    position: relative;
  }
  .hov > div > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 4px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
  }
  .on > div > a, .focus > div > a {
    background: #df0a3f;
  }
  .hov > .box3 {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    height: 0;
    width: 314px;
    padding: 20px 0 25px;
    transition: .3s;
  }
  .hov > .open {
    visibility: visible;
    z-index: 2;
    height: 100%;
  }
  .layer3 {
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    line-height: 1.428;
  }
  .layer3 li a {
    padding: 10px 30px 8px 30px;
    color: #fff;
    border-radius: 3px;
  }
  .layer3 li a:hover, .layer3 li a:focus {
    background: #ee3b68;
  }
}
/* main
--------------------------------------------------------- */
main {
  padding: 0 10px;
}
main > section {
  max-width: 940px;
  padding: 3.4% 0 6%;
  margin: 0 auto;
}
.l-box {
  margin: 0 0 15px;
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  main > section {
    padding: 17px 0 72px;
  }
  .box {
    display: flex;
    justify-content: space-between;
  }
  .l-box {
    width: 78.7%;
  }
  .r-box {
    width: 17.7%;
  }
}
/* footer
--------------------------------------------------------- */
footer {
  height: 84px;
  padding: 16px 10px 20px;
  font-size: 1.2rem;
  background: #fff;
  line-height: 1.5;
}
.f-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
footer ul {
  margin: 0 12px 12px 0;
  font-size: 1.2rem;
  text-align: left;
}
footer li {
  position: relative;
  padding: 0 0 0 15px;
}
footer li:first-child {
  margin: 0;
}
footer li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 0;
  width: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #888;
}
/*---- 600px ----*/
@media only screen and (min-width: 600px) {
  footer ul {
    display: flex;
    justify-content: center;
  }
  footer li {
    margin: 0 0 0 18px;
  }
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  footer {
    padding: 16px 10px 38px;
  }
  .f-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
/* =======================================
	Object
========================================== */
/* component
--------------------------------------------------------- */
/*---- table ----*/
table {
  width: 100%;
  margin: 1.28em 0;
  font-size: 1.4rem;
  border: 1px solid #cacaca;
}
table a {
  text-decoration: underline;
}
th, td {
  padding: .5em .6em;
  border: 1px solid #cacaca;
}
th {
  color: #fff;
  background: #666;
  white-space: wrap;
}
tbody th {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
.tbl1 {
  table-layout: fixed;
}
.tbl1 tbody th {
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}
.tbl1 td {
  text-align: center;
}
.tbl2 {
  table-layout: fixed;
}
.tbl2 tbody th {
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}
.tbl2 td {
  text-align: left;
}
.tbl2 td.td01 {
  font-weight: bold;
  border-bottom: dotted 1px rgba(111, 111, 111, 1.00);
}
.tbl2 td .normal {
  font-weight: normal !important;
}
.tbl3 td {
  vertical-align: middle;
}
.tbl3 th {
  white-space: nowrap;
  vertical-align: middle;
}
.tbl3 td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}
.tbl3 td:nth-child(5), .tbl3 td:nth-child(6) {
  text-align: center;
}
.tbl4 th {
  white-space: nowrap;
}
.tbl4 td {
  text-align: center;
  vertical-align: middle;
}
.tbl4 td:nth-child(4), .tbl4 td:nth-child(8) {
  white-space: nowrap;
}
.tbl5 td {
  text-align: center;
  vertical-align: middle;
}
.tbl5 td:last-child {
  text-align: left;
}
.tbl3 th.th01 {
  width: 20%;
}
.tbl3 th.th02 {
  width: 10%;
}
.tbl3 th.th03 {
  width: 10%;
}
.tbl3 th.th04 {
  width: 30%;
}
.tbl3 th.th04_2 {
  width: 40%;
}
.tbl3 th.th05 {
  width: 10%;
}
.tbl3 th.th06 {
  width: 10%;
}
/*----- 20211216追加------- */
.tbl6 tbody th.align-m {
  vertical-align: middle;
  padding: 0 10px 0 10px !important;
}
.tbl6 tbody td.border_b {
  border-bottom: 4px #666 solid !important;
}
.tbl6 tbody th.border_b {
  border-bottom: 4px #cacaca solid !important;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, table {
    table-layout: fixed;
  }
  *::-ms-backdrop, tbody th {
    width: 10.5em;
  }
  *::-ms-backdrop, .tbl1 tbody th {
    width: auto;
  } /* IE11 */
  *::-ms-backdrop, .tbl2 tbody th {
    width: auto;
  } /* IE11 */
}
.contents .tbl-notes {
  padding: 0;
  margin: -1em 0 1.28em;
  font-size: 1.2rem;
}
.contents table ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.contents table ol {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 1.5em;
}
.contents table ul li, .contents table ol li {
  margin: 0;
}
.contents table .list-parentheses {
  margin: 0;
}
.contents table span.caution, .contents table span.caution-red {
  margin: .4em 0 .4em 1em;
}
.contents table .circle-number {
  width: 100%;
  margin: 0;
}
/*20200910*/
.tbl-whitepaper th {
  background: #0194ca;
  vertical-align: middle;
  white-space: normal;
}
.tbl-whitepaper tbody th {
  width: 20%;
  min-width: 8em;
}
.tbl-whitepaper td {
  vertical-align: middle;
}
.tbl-whitepaper_box, .tbl-box {
  overflow: auto;
  max-width: 822px;
  white-space: nowrap;
}
.tbl-whitepaper_box table, .tbl-box table {
  margin-top: 0;
}
/*---- list ----*/
.contents ul {
  padding: 0 8px;
  margin: 1.28em 0;
  font-size: 1.4rem;
}
.contents ul li {
  margin: .4em 0;
}
.contents .disc {
  list-style: disc;
  margin: 1.28em 0 1.28em 2em;
}
.contents .decimal {
  list-style: decimal;
  margin: 1.28em 0 1.28em 2em;
} /*-20191011追加-*/
.contents .link-list a {
  position: relative;
  padding: 0 0 0 23px;
  font-weight: bold;
  text-decoration: underline;
}
.contents .link-list a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #093475;
}
.contents .link-list a:hover::before {
  border-color: transparent transparent transparent #0194ca;
}
.contents .page-link {
  display: flex;
  padding: 0;
  margin: 0 0 25px;
}
.contents .page-link li {
  margin: 0 20px 0 0;
}
.contents .page-link li:last-child {
  margin: 0;
}
.contents .page-link a {
  position: relative;
  padding: 0 0 0 16px;
  font-weight: bold;
  text-decoration: underline;
}
.contents .page-link a::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #093475 transparent transparent transparent;
}
.contents .page-link a:hover::before {
  border-color: #0194ca transparent transparent transparent;
}
.contents ol {
  padding: 0 8px;
  margin: 1.28em 0 1.28em 2em;
  font-size: 1.4rem;
}
.contents ol li {
  margin: .4em 0;
}
.contents .kome {
  list-style: none;
  counter-reset: kome;
  margin: 1.28em 0 1.28em 1em;
  font-size: 1.2rem;
}
.contents .kome li {
  position: relative;
  padding: 0 0 0 1em;
  margin: .4em 0 .4em 1em;
  text-indent: -1em;
}
.contents .kome li::before {
  counter-increment: kome;
  content: counter(kome);
}
.contents .kome li::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

/* ---
	2022/0902追加
--- */
.contents .kome2 {
  list-style: none!important;
  counter-reset: kome;
  margin: 1.28em 0 1.28em 1em;
  font-size: 1.2rem;
}
.contents .kome2 li {
  position: relative;
  padding: 0 0 0 1em;
  margin: .4em 0 .4em 0.5em;
  text-indent: 0em;
}
.contents .kome2 li::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.contents .list-parentheses {
  list-style: none;
  margin: 1.28em 0;
}
.contents .list-parentheses li {
  counter-increment: cnt;
  position: relative;
  padding: 0 0 0 2.7em;
}
.contents .list-parentheses li::before {
  display: marker;
  content: "（"counter(cnt) "） ";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .list-parentheses li span {
  display: block;
  margin-left: 1em;
}
.contents .circle-number {
  list-style: none;
  counter-reset: circle;
  margin: 1.28em 0;
}
.contents .circle-number li {
  position: relative;
  padding: 0 0 0 20px;
}
.contents .circle-number li::before {
  counter-increment: circle;
  content: counter(circle);
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  padding-top: 3px;
  font-size: 1rem;
  text-align: center;
}
.contents .circle-number li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  font-size: 1.2rem;
  border: 1px solid #333;
  border-radius: 100%;
}
.contents .list-none {
  list-style: none;
  margin-left: 0;
}
.contents .indent25 {
  list-style: none;
  margin-left: 0;
}
.contents .indent25 li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
/*2021/03/24 追加*/
.contents .lst-download {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 10px !important;
}
.contents .lst-download li {
  margin-left: 7px;
}
.contents .lst-download li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  min-width: 7.214em;
  color: #fff;
  background: #7d7d7d;
  border-radius: 5px;
  text-decoration: none;
}
.contents .lst-download a[href$=".pdf"] {
  padding-right: 10px;
}
.contents .lst-download li a:hover, .contents .lst-download li a:focus {
  background: #4a4a4a;
}
/*breadcrumb*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3%;
  font-size: 1.2rem;
  line-height: 1.5;
}
.breadcrumb li {
  margin: 0 13px 0 0;
}
.breadcrumb li::after {
  content: '>';
  margin: 0 0 0 13px;
}
.breadcrumb li:last-child {
  margin: 0;
}
.breadcrumb li:last-child::after {
  content: '';
  margin: 0;
}
.breadcrumb li a {
  text-decoration: underline;
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  .breadcrumb {
    margin: 0 0 37px;
  }
}
/*sns*/
.contents .sns {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 7px;
}
.contents .sns li {
  margin: 0 0 0 5px;
}
.contents .sns li.sns_fb {
  margin-top: -2px;
}
/*---- button ----*/
.btn-list {
  text-align: right;
}
.btn-list a {
  display: inline-block;
  position: relative;
  padding: 2px 35px 0 7px;
  color: #ca002b;
  font-size: 1.4rem;
  border: 1px solid #ca002b;
  background: #fff;
  line-height: 22px;
}
.btn-list a::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 22px;
  height: 21px;
  border-left: 1px dashed #ca002b;
}
.btn-list a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  height: 9px;
  width: 8px;
  background: url(../images/img_arrow01.png);
}
.btn-list a:hover {
  color: #fff;
  background: #ca002b;
}
.btn-list a:hover::before {
  border-color: #fff;
}
.btn-list a:hover::after {
  background: url(../images/img_arrow02.png);
}
/*---- title-area ----*/
.title-area {
  display: flex;
  flex-direction: column-reverse;
}
.title-area h1 {
  padding: 2px 0 0 17px;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 5px solid #ca002b;
  line-height: 1.4;
}
.title-area h1 .catego {
  padding: 2px 0 0 0px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.title-area h1 .date {
  padding: 0px 0 0 0px;
  margin: 0 0 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.title-area p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.title-area p span {
  display: block;
  padding: 0 10px;
  background: #0194ca;
}
@media only screen and (min-width: 901px) {
  .title-area p span {
    display: inline;
  }
}
/*---- contents ----*/
.contents {
  padding: 17px 3.3% 30px;
  margin: 20px 0 0;
  background: #fff;
  line-height: 1.6;
}
.contents h2 {
  position: relative;
  padding: 13px 0 13px 22px;
  margin: 0 0 25px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.contents h2.font_red {
  color: #ca002b;
}
.contents h2::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 5px;
  height: 18px;
  width: 5px;
  background: #ca002b;
}
.contents h3 {
  padding: .5em 8px .3em;
  margin: 25px 0;
  font-size: 1.6rem;
  font-weight: bold;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
}
.contents h3 .hosoku {
  font-size: 1.3rem;
  font-weight: normal;
}
.contents h4 {
  margin: 20px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.contents p {
  padding: 0 8px;
  margin: 1.28em 0;
  font-size: 1.4rem;
}
/*--★小さいフォント--*/
.contents p .font_s {
  font-size: 1.2rem!important;
}
.font_s {
  font-size: 1.2rem!important;
}
.font_ss {
  font-size: 1.0rem!important;
}

@media only screen and (min-width: 901px) {
  .contents {
    padding: 17px 25px 60px;
  }
}
/*---- side-box ----*/
.side-box {
  line-height: 1.28;
}
.side-box h2 {
  margin: 0 0 18px;
  color: #093475;
  font-size: 1.6rem;
  font-weight: bold;
}
.side-box ul {
  margin: 0 0 25px;
  font-size: 1.4rem;
}
.side-box li {
  border-bottom: 1px solid #cacaca;
}
.side-box li:first-child {
  border-top: 1px solid #cacaca;
}
.side-box li a {
  display: block;
  padding: 18px 3px;
  text-decoration: underline;
}
/*--★--*/
.side-box li a.sidelist {
  display: block;
  padding: 18px 3px 18px 15px;
  text-decoration: underline;
}

.side-box li a.sidelist[href$=".pdf"] {
/*--  padding: 20px 0 0 13px;--*/
  background: url(../images/ico_pdf.png) no-repeat 0px 20px;
}


.side-box .active a {
  color: #333;
  text-decoration: none;
}
.side-box .year {
  font-size: 1.4rem;
}
.side-box .year li {
  margin: 0 0 25px;
  border-bottom: none;
}
.side-box .year li:first-child {
  border-top: none;
}
.side-box .year a {
  display: block;
  position: relative;
  padding: 0 0 0 23px;
  font-weight: bold;
  text-decoration: none;
}
.side-box .year a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #093475;
}
.side-box .year a:hover::before {
  border-color: transparent transparent transparent #0194ca;
}
/* project
--------------------------------------------------------- */
/* -------------------------------------
	home
------------------------------------- */
.home h1 {
  position: relative;
  width: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.15;
}
.home h1::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 1.6rem;
  width: 5px;
  background: #ca002b;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .home h1::before {
    top: 0;
  } /* IE11 */
}
/*home-news*/
.home-news {
  width: 100%;
  margin: 0 0 20px;
  line-height: 1.5;
}
.home-news ul {
  padding: 2px 10px;
  margin: 0 0 11px;
  background: #fff;
}
.home-news li {
  padding: 10px 3px;
  border-top: 1px dashed #bbb;
}
.home-news li:first-child {
  border-top: none;
}
.home-news span {
  display: block;
  margin: 0 0 5px;
}
.home-news span:nth-child(2) {
  font-size: 1.6rem;
}
.home-news span:nth-child(3) {
  font-size: 1.4rem;
}
.home-news li a {
  text-decoration: underline;
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  .home-news li {
    display: flex;
    max-width: 904px;
  }
  .home-news span {
    margin: 0;
    font-size: 1.4rem;
  }
  .home-news span:nth-child(1) {
    width: 8em;
    white-space: nowrap;
  }
  .home-news span:nth-child(2) {
    width: calc(50% - 8em);
    padding: 0 2.5% 0 0;
    font-size: 1.4rem;
  }
  .home-news span:nth-child(3) {
    width: 50%;
  }
}
/*home-link*/
.home-link {
  margin: 0 0 10px;
  background: #fff;
  border-top: 10px solid #bbb;
}
.home-link h2 {
  padding: 0 10px;
  margin: 19px 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.home-link ul {
  padding: 0 7% 19px;
}
.home-link li {
  margin: 0 0 14px;
  text-align: center;
}
.home-link li:last-child {
  margin: 0;
}
.home-link .border1 a img {
  border: 1px solid #e4e4e4;
}
.home .banner li {
  margin: 0 0 10px;
  text-align: center;
}
.home .banner a {
  display: block;
  padding: 1.7% 7%;
  background: #fff;
}
/*home-carousel*/
.home-carousel {
  margin: 0 0 17px;
}
.slick-prev, .slick-next {
  display: none;
}
/*---- 340px ----*/
@media only screen and (min-width: 340px) {
  .home-side img {
    width: 280px;
  }
}
/*---- 769px ----*/
@media only screen and (min-width: 769px) {
  .home-carousel {
    margin: 0 0 39px;
  }
  .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    font-size: 0;
    background: url(../images/btn_prev.png) !important;
  }
  .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    font-size: 0;
    background: url(../images/btn_prev.png) !important;
    transform: rotate(-180deg);
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }
  .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 6px;
    font-size: 0;
    background: #888;
    border-radius: 50%;
    cursor: pointer;
  }
  .slick-dots li:hover, .slick-dots .slick-active {
    background: #333;
  }
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  .home-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-news ul {
    padding: 10px 18px;
  }
  .home-news li {
    padding: 10px 6px;
  }
  .home-news span {
    font-size: 1.4rem;
  }
  .home-news span:nth-child(1) {
    white-space: nowrap;
  }
  .home-news span:nth-child(2) {
    padding: 0 2.5% 0 0;
    font-size: 1.4rem;
  }
  .home-side {
    width: 24%;
  }
  .home-side img {
    width: 100%;
  }
}
/* top-report 2022/04
-------------------------------- */
.top-report {
  padding: 10px 0;
  margin: -7px 0 10px;
  border-top: 4px solid #808080;
}
@media only screen and (min-width: 769px) {
  .top-report {
    margin-top: -29px;
  }
}
@media only screen and (min-width: 901px) {
  .top-report {
    display: flex;
  }
}
/*---- headline ----*/
.top-report h2 {
  font-size: clamp(1.6rem,1.998vw,1.8rem);
  font-weight: bold;
  line-height: 1.2;
}
/*---- list ----*/
.top-report ul {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 10px 0;
  margin-left: -10px;
  font-size: clamp(1.2rem,1.554vw,1.4rem);
  font-weight: bold;
}
.top-report li {
  height: 2.3em;
  width: calc(100% / 3 - 10px);
  margin: 10px 0 0 10px;
}
@media only screen and (min-width: 901px) {
  .top-report ul {
    padding: 0 0 19px 2px;
    margin-left: min(2.123vw,29px);
    border-left: 4px solid #808080;
  }
  .top-report li {
    width: 18rem;
    margin-left: min(2.928vw,40px);
  }
}
/*---- link ----*/
.top-report a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  background: #808080;
  border: 2px solid #808080;
  text-decoration: none;
  transition: .35s;
}
.top-report a:hover, .top-report a:focus {
  color: #808080;
  background: #fff;
}
/*---- top-report-ttl ----*/
.top-report-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px;
  border-bottom: 1px solid #808080;
}
.top-report-ttl a {
  display: inline-flex;
  height: 2em;
  max-width: 164px;
  padding: 0 10px;
  font-size: clamp(1.2rem,1.554vw,1.4rem);
  border-radius: 2rem;
}
@media only screen and (min-width: 901px) {
  .top-report-ttl {
    display: block;
    padding: 0 0 0 22px;
    border-bottom: none;
  }
  .top-report-ttl a {
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
  }
}
/* -------------------------------------
	contest
------------------------------------- */
/* ----------------動画--------------- */
.movie01-wrapper {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 30px auto;
}
.movie01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---- 600px ----*/
@media only screen and (min-width: 600px) {
  .movie01 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie01 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*申込みボタン*/
.btn-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.application_btn {
  display: inline-block !important;
  padding: 15px 30px 12px;
  border-radius: 50px;
  text-decoration: none;
  /*color: #267292;*/
  color: #ffffff !important;
  border: 5px solid #ffffff;
  /*background-image: -webkit-linear-gradient(45deg, #ffffff 0%, #ebf6fa 100%);*/ /*斜め左から右上ヘ色の変化*/
  /*background-image: linear-gradient(45deg, #ffffff 0%, #ebf6fa 100%);/*斜め左から右上ヘ色の変化*/
  background-image: -webkit-linear-gradient(180deg, #e31a2d 0%, #ee6572 100%) !important; /*上から下ヘ色の変化*/
  background-image: linear-gradient(180deg, #e31a2d 0%, #ee6572 100%) !important; /*上から下ヘ色の変化*/
  transition: .4s;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
.application_btn:hover {
  background-image: -webkit-linear-gradient(180deg, #ee6572 0%, #e31a2d 100%) !important; /*上から下ヘ色の変化*/
  background-image: linear-gradient(180deg, #ee6572 0%, #e31a2d 100%) !important; /*上から下ヘ色の変化*/
}
/*---------- コンテスト募集テーマ ------------*/
.boxsub1::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.boxsub1-left {
  float: left; /*★スマホ画面で解除*/
  width: 65%;
}
.boxsub1-right {
  float: right; /*★スマホ画面で解除*/
  width: 34%;
}
.gazo1 img {
  width: 100%;
  max-width: 400px; /*基本横幅100%ですが、最大値がある*/
  margin-bottom: 0px;
}
/*画面サイズ768px以下*/
@media screen and (max-width: 768px) {
  .boxsub1-left {
    clear: both; /*★スマホ画面で解除*/
    width: 100%;
  }
  .boxsub1-right {
    clear: both; /*★スマホ画面で解除*/
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .gazo1 img {
    width: 100%;
    max-width: 400px; /*基本横幅100%ですが、最大値がある*/
    margin-bottom: 10px;
  }
}
/* ----------------文字色--------------- */
.ft-red, .ft-red a {
  color: #c03;
}
.ft-b {
  font-weight: bold;
}
/* -------------------------------------
	other
------------------------------------- */
/*publication*/
.publication-pho {
  margin: 0 0 10px;
  text-align: center;
}
/*---- 481px ----*/
@media only screen and (min-width: 481px) {
  .publication {
    display: flex;
  }
  .publication-pho {
    max-width: 100px;
  }
  .publication-txt {
    margin: 0 0 0 1.5em;
  }
  .publication-txt h4 {
    margin: 20px 0;
  }
  .publication-txt p {
    padding: 0 4px;
  }
  .publication-txt p:first-child {
    padding: 0;
    margin: 0 0 1.28em;
  }
}
/*contribution*/
.contribution li {
  display: flex;
}
.contribution li span {
  display: block;
}
.contribution li span:first-child {
  width: 3em;
  white-space: nowrap;
}
.contribution li span:last-child {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.contribution li span:last-child::before {
  content: '：';
}
/* -------------------------------------
	news
------------------------------------- */
.contents .list-news {
  padding: 0;
  margin: 0;
}
.list-news li {
  padding: 10px 6px;
  border-bottom: 1px dashed #bbb;
}
.list-news li:first-child {
  border-top: 1px dashed #bbb;
}
.home-news .list-news li:first-child {
  border-top: none;
}
.bx-report .list-news li:first-child {
  margin-top: 0;
  border-top: none;
}
.list-news span {
  display: block;
  margin: 0 0 5px;
}
.list-news span:nth-child(2) {
  font-size: 1.6rem;
}
.list-news span:nth-child(2)::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '';
  height: 2em;
 /* width: 8.7em;*/
  width: 11.7em;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1rem;
  background: #c03;
}
.list-news .mobile span:nth-child(2)::before {
  content: 'モバイル';
}
.list-news .lifestyle span:nth-child(2)::before {
  content: 'ライフスタイル';
}
.list-news .children span:nth-child(2)::before {
  content: '子ども';
}
.list-news .service span:nth-child(2)::before {
  content: 'サービス';
}
.list-news .disaster span:nth-child(2)::before {
  content: '防災';
}
.list-news .seniors span:nth-child(2)::before {
  content: 'シニア';
}
.list-news .whitepaper span:nth-child(2)::before {
  content: 'モバイル社会白書Web版';
}
.list-news .papers span:nth-child(2)::before {
  content: '学会報告・執筆実績';
}
.list-news .publications span:nth-child(2)::before {
  content: '刊行物・活動';
}
.list-news .mission span:nth-child(2)::before {
  content: 'モバイル社会研究所とは';
}
.list-news .mission span:nth-child(2)::before {
  content: 'モバイル社会研究所とは';
}
.list-news .publications span:nth-child(2)::before {
  content: '刊行物・活動';
}
.list-news .contest span:nth-child(2)::before {
  content: 'コンテスト';
}
.list-news .other span:nth-child(2)::before {
  content: 'その他';
}
.list-news .organization span:nth-child(2)::before {
  content: '組織体制';
}
.list-news span:nth-child(3) {
  font-size: 1.4rem;
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  .list-news li {
    display: flex;
  }
  .list-news span {
    margin: 0;
    font-size: 1.4rem;
  }
  .list-news span:nth-child(1) {
    width: 8em;
    white-space: nowrap;
  }
  .list-news span:nth-child(2) {
    width: calc(50% - 8em);
    padding: 0 2.5% 0 0;
    font-size: 1.4rem;
  }
  .list-news span:nth-child(3) {
    width: 50%;
  }
}
/* -------------------------------------
	contact
------------------------------------- */
.list-contact li {
  display: flex;
}
.list-contact span:first-child {
  width: 7em;
  white-space: nowrap;
}
.list-contact span:last-child {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.list-contact span:last-child::before {
  content: '：';
}
/* -------------------------------------
	whitepaper
------------------------------------- */
.list-research li {
  display: flex;
}
.list-research li span {
  display: block;
}
.list-research li span:first-child {
  width: 5em;
  white-space: nowrap;
}
.list-research li span:last-child {
  margin-left: 1em;
  text-indent: -1em;
}
.list-research li span:last-child::before {
  content: '：';
}
.js-whitepaper a {
  cursor: pointer;
}
.js-slide {
  padding: 0 0 30px;
}
.contents .js-whitepaper h3 {
  padding: 0;
  margin: 0 0 25px;
}
.contents .js-whitepaper h3 a {
  display: block;
  position: relative;
  padding: .5em 48px .3em 8px;
  color: #333;
  text-decoration: none;
}
.contents .js-whitepaper h3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
}
.contents .js-whitepaper h3 .open::after {
  content: '＋';
  font-size: 2rem;
  margin: -15px 0 0;
}
.contents .js-whitepaper h3 .close::after {
  content: '－';
  font-size: 2rem;
  margin: -15px 0 0;
}
.contents .js-whitepaper h4 {
  margin: 0 8px 20px !important;
}
.contents .btn-whitepaper {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.contents .btn-whitepaper li {
  margin: 0 0 0 10px;
}
.contents .btn-whitepaper li a {
  padding: 2px 5px 0;
  border: 1px solid #093475;
  text-decoration: none;
}
.contents .btn-whitepaper li a:hover {
  color: #fff;
  background: #093475;
}
/*---- book ----*/
.book img {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.point {
  border: 2px solid #0194ca;
}
.contents .point h2 {
  padding: 0;
  margin: 1em;
  color: #0194ca;
  font-size: 1.6rem;
  background: none;
  border-bottom: none;
}
.contents .point h2::before {
  content: none;
}
.contents .point h3 {
  padding: 0;
  margin: 1em;
  color: #0194ca;
  background: none;
  border-bottom: none;
}
/*---- message-sp ----*/
.message-sp_top {
  background: #FFF6BC;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-top: -20px !important;
  width: 100%;
}
.message-sp_top p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
.message-sp {
  background: #FFF6BC;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
}
.message-sp p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
/*---- 768px ----*/
@media only screen and (min-width: 768px) {
  .book {
    display: flex;
  }
}
/* -------------------------------------
  report
------------------------------------- */
/* bx-report
-------------------------------- */
.bx-report {
  width: 100%;
}
/* cate-nav
-------------------------------- */
.cate-nav {
  padding: 10px;
  margin: 19px 0;
  border-top: 4px solid #808080;
}
@media only screen and (min-width: 901px) {
  .cate-nav {
    display: flex;
    justify-content: space-between;
  }
}
/*---- headline ----*/
.cate-nav h2 {
  font-size: clamp(1.2rem,1.554vw,1.4rem);
  font-weight: bold;
  line-height: 1.5;
}
/*---- list ----*/
.cate-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px 0 0 -10px;
  font-size: clamp(1.2rem,1.554vw,1.4rem);
}
.cate-nav li {
  height: 2.3em;
  width: calc(100% / 3 - 10px);
  margin: 10px 0 0 10px;
}
@media only screen and (min-width: 901px) {
  .cate-nav ul {
    margin-left: -40px;
  }
  .cate-nav li {
    width: 18rem;
    margin-left: 40px;
  }
}
/*---- link ----*/
.cate-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #333;
  font-weight: bold;
  background: #fff;
  border: 2px solid #808080;
  text-decoration: none;
  transition: .35s;
}
.cate-nav a:hover, .cate-nav a:focus, .cate-nav .active {
  color: #fff;
  background: #808080;
}
/*---- cate-all ----*/
.cate-all a {
  height: 2.3em;
  margin-top: 8px;
  font-size: clamp(1.2rem,1.554vw,1.4rem);
}
@media only screen and (min-width: 901px) {
  .cate-all a {
    width: 18rem;
  }
}
/*---- cate-lst ----*/
.cate-lst {
  margin-top: 10px;
}
@media only screen and (min-width: 901px) {
  .cate-lst {
    margin: 0 0 0 min(5.124vw,70px);
  }
}
/* utility
--------------------------------------------------------- */
/* -------------------------------------
	text
------------------------------------- */
/*---- text align ----*/
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
/*---- text font ----*/
.txt-red {
  color: #cc0033;
}
/*---- float ----*/
.contents .float-left {
  text-align: center;
}
.contents .float-right {
  text-align: center;
}
.caption {
  display: block;
  margin: .5em 0 0;
  font-size: 1.2rem;
  font-weight: bold;
}
/*---- source ----*/
.contents .source {
  padding-top: 1em;
  border-top: 1px dotted #333;
}
/*---- 481px ----*/
@media only screen and (min-width: 481px) {
  .contents .float-left img, .contents .float-right img {
    max-width: 280px;
  }
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  .clear-fix:after {
    content: " ";
    display: block;
    clear: both;
  }
  .contents .float-left {
    float: left;
    padding: 0 1.28em .5em 8px;
    margin: 0;
  }
  .contents .float-right {
    float: right;
    padding: 0 8px .5em 1.28em;
    margin: 0;
  }
  .contents .float-left img, .contents .float-right img {
    max-width: 200px;
  }
}
/*---- caution ----*/
.contents .caution, .contents .caution-red {
  display: block;
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}
.contents .caution::before, .contents .caution-red::before {
  content: '※';
  color: #333;
}
.contents .caution-red {
  color: #c03;
}
.contents span.caution, .contents span.caution-red {
  margin: 1em 0 1em 1em;
}
/*---- caution 上下の行間をつめたタイプ ----*/
.contents .caution-2, .contents .caution-red-2 {
  display: block;
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}
.contents .caution-2::before, .contents .caution-red-2::before {
  content: '※';
  color: #333;
}
.contents span.caution-2, .contents span.caution-red-2 {
  margin: 0 0 0 1em;
}
/*---- indent ----*/
.indent06em {
  margin-left: .6em !important;
  text-indent: -.6em;
}
.indent1em {
  margin-left: 1em !important;
  text-indent: -1em;
}
.indent2em {
  margin-left: 2em !important;
  text-indent: -2em;
}
.indent25em {
  margin-left: 2.6em !important;
  text-indent: -2.6em;
}
.indent3em {
  margin-left: 3em !important;
  text-indent: -3em;
}
.indent32em {
  margin-left: 3.25em !important;
  text-indent: -3.25em;
}
.indent4em {
  margin-left: 4em !important;
  text-indent: -4em;
}
.indent5em {
  margin-left: 5em !important;
  text-indent: -5em;
}
/*---- margin ----*/
.mrg-top1em {
  display: block;
  margin-top: 1em !important;
}
/* -------------------------------------
	border
------------------------------------- */
.border {
  margin: 1.28em 8px;
  border: 1px solid #ccc;
}
.border ul {
  padding-left: 13px;
}
/* -------------------------------------
	photo
------------------------------------- */
.pho-box {
  text-align: center;
}
.pho-box img:first-child {
  margin: 0 0 15px;
}
.pho-box2 {
  text-align: center;
}
.pho-box2 img:first-child {
  margin: 0 0 15px;
}
/*---- 901px ----*/
@media only screen and (min-width: 901px) {
  .pho-box {
    display: flex;
    padding: 0 8px;
    margin: 1.28em 0;
  }
  .pho-box img:first-child {
    height: 100%;
    max-width: 460px;
    margin: 0;
  }
  .pho-box img:last-child {
    height: 100%;
    max-width: 220px;
  }
  .pho-box2 {
    display: flex;
    padding: 0 8px;
    margin: 1.28em 0;
  }
  .pho-box2 img:first-child {
    height: 100%;
    max-width: 340px;
    margin: 0;
  }
  .pho-box2 img:last-child {
    height: 100%;
    max-width: 340px;
  }
}
/*----ポイント枠デザイン------*/
.accent_wrap {
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 2em 0 !important;
  border: 1px solid #cacaca;
}
/*----youtube------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.28em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--------★img　(20221102追記)----------*/
/*-img　横幅を少し小さくしたい場合75%-*/


@media only screen and (min-width: 1025px) {
object.img_75per{
	height: auto;
  width: 75%!important;
  vertical-align: top;
	}
}

@media only screen and (min-width: 901px) {
object.img_75per{
	height: auto;
  width: 75%;
  vertical-align: top;
	}
}

@media only screen and (min-width: 600px) {
object.img_75per{
	height: auto;
  width: 85%;
  vertical-align: top;
	}
}

/*--------★img　(20221102追記)----------*/
/*-img　横幅を少し小さくしたい場合 85%-*/


@media only screen and (min-width: 1025px) {
object.img_85per{
	height: auto;
  width: 85%!important;
  vertical-align: top;
	}
}

@media only screen and (min-width: 901px) {
object.img_85per{
	height: auto;
  width: 85%;
  vertical-align: top;
	}
}

@media only screen and (min-width: 600px) {
object.img_85per{
	height: auto;
  width: 85%;
  vertical-align: top;
	}
}