@charset "utf-8";
/* 汎用
======================================== */ 
:root {
  scroll-padding: 82px;
}
html { 
  scroll-behavior: smooth;
}
header {
  border-bottom: 1px solid #ccc;
}
.pankuzu li a {
  font-weight: normal;
}
#container {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
  font-size: 10px;
}
#container a {
  color: #10108c;
}
#container a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
.gotop {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #4b4e7c;
  border-radius: 2px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  opacity: .5;
  cursor: pointer
}
.gotop span {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-top: 20px;
  margin-left: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.contents {
  padding: 40px 10px 60px;
}
.row + .row {
  margin-top: 60px;
}
.sec_ttl01 h1 {
  font-size: 14px;
  background: #003399;
  padding: 4px;
  margin: 0 0 30px;
  color:#fff;
}
.sec_ttl02 h2 {
  font-size: 10px;
  margin: 0 0 10px;
  position: relative;
}
.arrow-r {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.arrow-r ::before{
  position:absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #10108c;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.txt_red{
	color:#ed1c24;
	font-weight: bold;
}
.txt_12{
    font-size: 12px;
}
.mb20{
  margin-bottom:20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.pc_flex{
    display: flex;
}
.center{
    text-align: center;
}
.right{
  text-align: right;
}
@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 60px;
  }
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .body{
	padding-top: 0px;
  }
  body,html{
  	font-size: 15px;
  }
  #container, .grid {
    width: 100%;
  }
  .contents .contents_grid {
    padding: 0;
  }
  .pankuzu ul {
    font-size: 0.7rem;
    overflow: hidden;
    padding: 10px 0;
  }
  .pankuzu li a.linkIcon::after {
    right: -15px;
  }
  .contents {
    padding: 30px 4% 40px;
  }
  .row + .row {
    margin-top: 26px;
  }
  .sec_ttl01 h1 {
    margin: 0 0 16px;
  }
  .sec_ttl02 h2 {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .table01 th, .table01 td {
    padding: 10px;
    font-size: 0.8rem;
  }
  .table01 th {
    width: 50%;
  }
}
ul{
    padding-left: 0;
    margin-left: 14px;
    text-indent: -14px;
}
button{
    background-color: #fff;
    border:solid 1px #aaa;
    padding:5px 14px;
    border-radius: 3px;
}
button:hover{
    background-color: #ccc;
    cursor: pointer;
}