@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.pc{display:block;}
.sp{display:none;}

/*Contents layout
----------------------------------------------------*/
#wrapper{
	height:100%;
	margin:0 auto;
}

section{
	width:100%;
	display:block;
	clear:both;
}

.contents{
	position:relative;
	width:1200px;
	margin:0 auto;
}

section .contents{
	width:1200px;
	margin:0 auto;
}

#wrapper:after,
#wrapper_contents:after,
section:after,
.contents:after,
dl:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

/*================================================================
* Title Design
================================================================*/
h1 {
	color: #364e96;
	padding: 0.5em 0;
	border-top: solid 3px #364e96;
	border-bottom: solid 3px #364e96;
	text-align:center;
}
h2 {
	position: relative;
	padding-left: 25px;
}
  
h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}
h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}
h3 {
    margin:0;
    padding:0;
    display: inline-block;
    vertical-align: middle;
}
h3:before {
    content: '●';
    color: #7db4e6;
    margin-right: 8px;
    margin-left: 30px;
}

/*================================================================
* Link icon
================================================================*/
.iconLink{
	font-weight:900;
    font-size:1rem;
}
.iconLink:before {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	display:inline-block;
}
.iconExternal{
	font-weight:900;
    font-size:1rem;
}
.iconExternal:after {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
	display:inline-block;
}
.iconJump{
	font-weight:900;
    font-size:1rem;
}
.iconJump:after {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f13a';
	font-weight: 900;
	display:inline-block;
}
.iconPdf{
	font-weight:900;
    font-size:1rem;
}
.iconPdf:after {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	display:inline-block;
}
.iconOpen{
	font-weight:900;
    font-size:1rem;
}
.iconOpen:before {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f13a';
	font-weight: 900;
	display:inline-block;
}
.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

/*################################################
    header setting
#################################################*/
#header{
    height: 80px;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:rgb(255, 255, 255);
    color:#fff;
    text-align: center;
    padding: 20px;
}
  
#header.fixed{
    position: fixed;
    z-index: 999;
    top:-100px;
    left:0;
}
#header .contents{
    width:1200px;
    margin:0 auto;
}
#header .header-inner{
    height:80px;
    text-align:left;
    margin-top:10px;

}
#header .header-inner img{
    width:100px;
    float:left;
}
#header .header-inner p{
    float:left;
    line-height:30px;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
  
nav ul li a{
    display: block;
    text-decoration: none;
    color: #666;
    padding:10px;
    transition:all 0.3s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    background:#fff;
    width:180px;
    margin-right:1px;
}

nav ul li a:hover{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    color:#333;
}

  
/*Link button
----------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-left:1em;
}
a.btn--yellow {
    color: #fff;
    background-color: rgb(233, 48, 48);
    border-bottom: 5px solid rgb(182, 37, 37);
}
  
a.btn--yellow:hover {
    margin-top: 3px;
    color: #fff;
    background: rgb(233, 48, 48);
    border-bottom: 2px solid rgb(182, 37, 37);
}

/*################################################
    #sec01 setting
#################################################*/
#sec01{
    width:100%;
    height:auto;
    margin:50px auto 0 auto;
}
#sec01 .contents{
    width:1200px;
    height:auto;
    margin:0 auto;
}

#sec01 .contents h1{
	font-size:200%;
}
/*################################################
    #sec02 setting
#################################################*/
#sec02{
    width:100%;
    height:auto;
    margin:20px auto 30px auto;
}
#sec02 .contents{
    width:1200px;
    height:auto;
    margin:0 auto;
}
#sec02 .contents p{
	padding-left:2em;
}
#sec02 .contents p.emphasis{
    font-weight:600;
    font-size:105%;
}
#sec02 .contents dl{
    padding:5px 10px 5px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#sec02 .contents dt{
    margin-left:1.5em;
    font-weight:bold;
    width:30%;
}
#sec02 .contents dd{
    width:70%;
}



/*################################################
    .tbStyle setting
#################################################*/

table.tbStyle {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    table-layout: fixed;
} 
table.tbStyle tr {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: .35em;
}
table.tbStyle th,
table.tbStyle td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #bbb;
}
table.tbStyle th {
    font-size: .85em;
    background-color: rgb(119, 195, 223);
}
table.tbStyle thead tr{
    background-color: rgb(119, 195, 223);
}
.txt{
     text-align: left;
     font-size: .85em;
}
.price{
     text-align: right;
}


/*footer
----------------------------------------------------*/
footer{
    padding-top:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background:#ccc;
}
footer .contents{
    width:1200px;
    margin:0 auto;
}
.flexbox{
    display:flex;
    justify-content: center;
    align-items: center;
	flex-direction:row;
	width:100%;
	padding:5px;
}
.box-item{
    padding: 0;
    width: 100%;
    color:#333;
}
.box-item:first-child{
    width:15%;
}
footer .contents img{
    width:100px;

}
footer .contents p a{
    text-decoration: underline;
    color: #333;
    padding: 5px;
}
footer .contents p a:hover{
    text-decoration: none;
    transition: 0.7s;
}

footer .box_copyright{
	color:#FFF;
	text-align:center;
}

/*################################################
    .UpdateHistry
#################################################*/
.UpdateHistry {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 1em;
 }
@media screen and (max-width: 768px) {
    .Table {
      font-size: 1em;
    }
}

.UpdateHistry-Cell {
    border-top: 1px dashed #9b9999;
    border-bottom: 1px dashed #9b9999;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.UpdateHistry-Cell:first-child {
    white-space: nowrap; /* 改行を防ぐ */
}