/* # =================================================================
   # Global selectors
   # ================================================================= */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}

/* # =================================================================
   # General elements
   # ================================================================= */audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}

/* # =================================================================
   # Forms
   # ================================================================= */input{border-radius:0}[type="submit"] [role="button"],[type=button],[type=reset],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}

/* # =================================================================
   # Specify media element style
   # ================================================================= */img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}

/* # =================================================================
   # Accessibility
   # ================================================================= */@media screen{[hidden~=screen]{display:inherit}[hidden~="screen"]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}

/* # =================================================================
   # Selection
   # ================================================================= */::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

.wrapper {
  width: 967px;
  margin: 0 auto;
  text-align: left;
}
ul,li{
  list-style:none;
}
a{
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}
a:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

header{
  background: #4262ad;
  padding: 34px 0;
}
header h1{
  text-align: left;
  color: #fff;
  font-size: 24px;
}
header h1 br{
  display: none;
}
.block01{
  background: #fcf4f4;
  border:3px solid #be0000;
  padding: 20px;
  margin: 50px 0 70px;
}
.block01 h2{
  background: #be0000;
  color: #fff;
  font-size: 18px;
  padding:10px 16px;
  margin:0 0 20px;
}
.block01 p{
  font-size: 16px;
}
.block02{
  margin:0 0 30px;
}
.block02 h3{
  border:3px solid #4262ad;
  color: #04305f;
  text-align: center;
  padding: 25px 0;
}
.block02 .box{
  background: #eaeff9;
  padding: 30px 35px;
}
.block02 span a{
  color: #4262ad;
}
.block02 dt{
  font-size: 18px;
  font-weight: bold;
}
.block02 dd{
  border-bottom:1px solid #9e9e9e;
  padding: 8px 15px 20px 15px;
  margin-bottom: 20px;
} 
.block03 .box{
  background: #ffffdf;
  padding: 30px;
  font-size: 14px;
  margin:0 0 30px;
}
.block03 .box b{
  font-weight: bold;
  margin-bottom: 13px;
  display: block;
}
.block03 .box ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.block03 .box li{
  width: 55%;
  margin-bottom: 10px;
}
.block03 .box li span{
	display: inline-block;
	flex-shrink: 0;
	text-align: center;
  width: 20px;
}
.block03 .box li:nth-child(even){
  width: 45%;
}
.block03 .note{
  font-size: 14px;  
}
.block03 .note li{
  margin-bottom: 10px;  
}
.block03 .btn a{
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #042a72;
  color: #fff;
  text-align: center;
  width: 670px;
  margin:70px auto;
  padding: 25px 0 26px;
  font-size: 20px;
  position: relative;
}
.block03 .btn a br{
  display: none;
}
.block03 .btn a::after{
  content: '';
  width: 13px;
  height: 13px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 54%;
  right: 14px;
  margin-top: -11px;
}

.art table .navi{
  border-bottom:none;
}


select:disabled {
  color: #b4b4b4;
}
.block04 .box{
  background: #fcf4f4;
  border:3px solid #be0000;
  padding: 20px;
  margin: 20px 0 70px;
  font-size: 14px;
}
.block04 .box li{
	margin-bottom:10px;
	text-indent: -10px;
    padding-left: 10px;
}
.block04 .box b{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.block04 .box b br{
  display:none;
}
.block04 .btn a{
  text-decoration: none;
  display: block;
  background: #6e7176;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  width: 310px;
  padding: 15px 0;
  margin:0 auto 70px;
  position: relative;
}

.block04 .btn span{
  position: absolute;
  right: 30px;
  top: 19px;
  padding: 0;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.block04 .btn span:before{
  display: block;
  content: "";
  position: absolute;
  top: 48%;
  left: -9px;
  width: 20px;
  height: 1px;
  margin-top: 0;
  background: #fff;
}


.date{
  text-align: right;
}
h4{
  margin: 50px auto 30px;
}
table{
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  text-align: center;
  margin: 0px auto 20px;
  border: 2px solid #ccc;
}
table tr,
table th,
table td{
  border: 1px solid #9e9e9e;
  padding: 10px 0;
}
table th {
  background: #eaeff9;
}
table tr:nth-child(2n){
  background: #EBEBEB;
}

/*--------------------------------
SP
----------------------------------*/
@media screen and (max-width: 767px){
  .wrapper {
    width: 100%;
    font-size: 13px;
  } 
  header {
    padding: 24px 0;
  }
  header h1 {
    font-size: 18px;
    padding: 0 15px;  
  } 
  header h1 br{
    display: block;
  }
  .block01 {
    border: 2px solid #be0000;
    padding: 10px;
    margin: 25px auto;
    width: 94%;
  }
  .block01 h2 {
    font-size: 15px;
    padding: 4px 11px;
    margin: 0 0 15px;
  }
  .block01 p {
    font-size: 13px;
  }
  .block02 h3 {
    border: 2px solid #4262ad;
    padding: 15px 0;
  }
  .block02 .box {
    padding: 15px 12px;
  }
  .block02 dt {
    font-size: 13px;
  }
  .block02 dd {
    padding: 8px 15px 10px 0;
    margin-bottom: 10px;
  }

  .block03 .box {
    padding: 15px;
    font-size: 13px;
    margin: 0 0 15px;
  }
  .block03 .box ul {
    display: block;
  }
  .block03 .box li,
  .block03 .box li:nth-child(even) {
    width: 100%;
  }
  .block03 .note {
    font-size: 13px;
    padding: 0 15px;
  }
  .block03 .btn a br{
    display: block;
  }
  .block03 .btn a {
    font-size: 15px;
    margin: 30px auto;
    width: 90%;
    padding: 10px 0;
    line-height: 1.3;
  }

  .block04 .box b {
    margin-bottom: 5px;
  }
  .block04 .box {
    border: 2px solid #be0000;
    padding: 15px;
    margin: 10px auto 25px;
    font-size: 13px;
    width: 94%;
  }
  .block04 .btn a {
    font-size: 14px;
    width: 70%;
    padding: 8px 0;
    margin: 0 auto 70px;
    position: relative;
  }
  .block04 .btn span {
    top: 8px;
  }

  .block03 .box li{
    display:flex;
  }
  .block03 .note li {
    padding-left: 17px;
    text-indent: -10px;
  }
  .block{
    width: 94%;
    margin:auto;
  }
  
}