@charset "UTF-8";
/* CSS Document */

@import url("c_reset.css");

html, body { width: 100% ; font-size: 16px;}

body {
  background-color:#FFFFFF;
  color: #333333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 170%;
  overflow: auto;
  font-size: 100%;
}

a:link { color: #2B66B0; }    /* 未訪問のリンク */
a:visited { color: #2B66B0; } /* 訪問済みのリンク */
a:hover { color: #2B66B0; }   /* ポイント時のリンク */
a:active { color: #2B66B0; }  /* 選択中のリンク */

.d_link a:link { color: #2B66B0;text-decoration: none; }
.d_link a:visited { color: #2B66B0;text-decoration: none; }
.d_link a:hover { color: #2B66B0;text-decoration: none; }
.d_link a:active { color: #2B66B0;text-decoration: none; }

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #c0c0c0; }

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile >12
   - Android Browser 2.1-4.4.4
   - Samsung Internet
   - QQ Browser */
::-webkit-input-placeholder {
  color: #c0c0c0;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #c0c0c0;
}

/* Firefox 19-50 */
::-moz-placeholder {
  color: #c0c0c0;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
  color: #c0c0c0 !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
  color: #c0c0c0;
}

/* CSS Pseudo-Elements Level 4 Editor's Draft */
::placeholder {
  color: #c0c0c0;
}

input[type="text"],input[type="password"],input[type="tel"]{
  display: inline-block;
  margin: 2px 0 2px 0;
  outline-width: medium;
  outline-style: none;
  padding: 5px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

input[type="file"]{
  display: inline-block;
  margin: 2px 0 2px 0;
  outline-width: medium;
  outline-style: none;
  padding: 5px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

select{
  display: inline-block;
  margin: 2px 0 2px 0;
  outline-width: medium;
  outline-style: none;
  padding: 5px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

textarea{
  display: inline-block;
  margin: 0;
  padding: 5px;
  outline-width: medium;
  outline-style: none;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

input[type="checkbox"],input[type="radio"]{
  position: relative;
  top: 2px;
  margin-right: 5px;
  background: none;
}

.rsp_inp{
  width: 30%;
}

img {
  border: 0;
  max-width:100%;
}

ul, li {
  list-style: none;
}

label {
  cursor: pointer;
  display: block;
  margin: 5px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#page_body{
  width: 100%;
  background-color: #FFFFFF;
}

#header {
  text-align: center;
  margin: 0 auto;
  width: 994px;
  background-color: #FFFFFF;
}

#header table{
  width: 100%;
  background-color: #FFFFFF;
  border: none;
}

#header td,#header th{
  width: 50%;
  border: none;
}

#header td img{
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  min-width: 100px;
  background-color: #FFFFFF;
  padding: 10px;
}


#footer{
  margin: 0;
  width: 100%;
  background-color: #878E92;
  color: #FFFFFF;
}

#footer_inner{
  margin: 0;
  width: 100%;
  min-height: 30px;
  color: #FFFFFF;
  background-color: #778084;
  padding: 10px;
}


#footer a:link { color: #FFFFFF; }    /* 未訪問のリンク */
#footer a:visited { color: #FFFFFF; } /* 訪問済みのリンク */
#footer a:hover { color: #FFFFFF; }   /* ポイント時のリンク */
#footer a:active { color: #FFFFFF; }  /* 選択中のリンク */

#footer p{
  width: 994px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  padding: 30px 0;
}


h1{
  padding: 10px 0;
  color: #FFFFFF;
  background: #2B66B0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.h1_table{
  padding: 10px 0;
  color: #FFFFFF;
  background: #2B66B0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  border: none;
}

.h1_table td,.h1_table th{
  border: none;
}

.h1_table input[type="button"]{
  text-decoration: none;
  font-weight: normal;
}

.bold{
  font-weight: bold!important;
}

.red {
  color: #FF0000!important;
}

.white {
  color: #FFFFFF!important;
}

.center {
  text-align: center!important;
}

.left {
  text-align: left!important;
}

.right {
  text-align: right!important;
}

.bg {
  background-color: #EFEFEF;
}

.bgg {
  background: #2B66B0!important;
}

.f10{
  font-size: 10px!important;
}

.f12{
  font-size: 12px!important;
}

.f14{
  font-size: 14px!important;
}

.f16{
  font-size: 16px!important;
}

.f18{
  font-size: 18px!important;
}

.f20{
  font-size: 20px!important;
}

.req{
  font-size: 10px;
  vertical-align: super;
  padding-left: 2px;
  color: #FF0000;
}

.desc{
  font-size: 12px;
  color: #752165;
  line-height: 120%;
}

.sc_area{
  width: 100%;
  height: 200px;
  overflow-y: scroll;
}

.pa10{
  padding: 10px;
}

.pa5{
  padding: 5px;
}

#err {
  width: 100%;
  text-align: center;
  background-color: #FF0000;
  color: #ffffff;
  margin-bottom: 20px;
}
#err p{
  padding: 20px 0 20px 0;
}

#one_contents {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

#contents {
  width: 800px;
  margin: 30px auto;
  background-color: #FFFFFF;
}

.rsp{
  padding: 20px;
  background-color: #FFFFFF;
}


.btn {
  -moz-box-shadow:inset 0 1px 0 0 #54a3f7;
  -webkit-box-shadow:inset 0 1px 0 0 #54a3f7;
  box-shadow:inset 0 1px 0 0 #54a3f7;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color:#007dc1;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:15px;
  padding:10px 20px;
  text-decoration:none;
  margin: 15px 0;
}
.btn:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color:#0061a7;
}
.btn:active {
  position:relative;
  top:1px;
}


.btn2 {
  background: #2B66B0;
  background-image: -webkit-linear-gradient(top, #2B66B0, #2B66B0);
  background-image: -moz-linear-gradient(top, #2B66B0, #2B66B0);
  background-image: -ms-linear-gradient(top, #2B66B0, #2B66B0);
  background-image: -o-linear-gradient(top, #2B66B0, #2B66B0);
  background-image: linear-gradient(to bottom, #2B66B0, #2B66B0);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  border: solid 1px #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
  margin: 20px 0;
}


.btn2:hover {
  opacity: 0.8;
}

.btn2:disabled{
  background: #9a9a99;
  opacity: 1;
  cursor:not-allowed;
}

.btn_box {
  position     : relative;
  margin       : auto 20px;
  width        : 300px;
  height       : 40px;
}
.btn_box::after {
  content      : "";
  top          : 0;
  left         : 0;
  position     : absolute;
  width        : 300px;
  height       : 40px;
  background   : #2B66B0;
  transform    : skewX(-15deg);
}
.btn_box a {      /* 前面の文字エリア */
  position     : absolute;
  width: 80%;
  min-width: 280px;
  display      : inline-block;
  /*background   : rgb(103, 11, 11);*/
  top          : 50%;
  left         : 50%;
  padding      : 5px;
  color        : #FFFFFF;
  transform    : translate(-50%,-50%);
  font-size: 18px;
  font-weight: bold;
  z-index      : 10;
  text-decoration: none;
}




.back {
  background: #b6b6b6;
}

.mar_b{
  margin-bottom: 20px;
}


.btn3 {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #b8b4b8;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-size:13px;
  margin: 0;
  padding:8px 8px;
  text-decoration:none;
}
.btn3:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}
.btn3:active {
  position:relative;
  top:1px;
}

.hide{
  display: none;
}

.show{
  display: inline;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/loading.gif") center center no-repeat;
}

.r_table{
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
}
.r_table td, .r_table th{
  vertical-align: middle;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 10px;
}

.r_table th{
  background-color: #2B66B0;
  color: #FFFFFF;
  width: 30%;
  min-width: 180px;
  text-align: left;
}

.bg_table{
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.bg_table td, .bg_table th{
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 10px;
}

.bg_table th{
  background-color: #EFEFEF;
  width: 30%;
  min-width: 180px;
}

.no_rsp_table{
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
}
.no_rsp_table td, .no_rsp_table th{
  vertical-align: middle;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 10px;
}

.no_rsp_table th{
  background-color: #2B66B0;
  color: #FFFFFF;
  width: 30%;
  min-width: 180px;
  text-align: left;
}

.rg_table{
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.rg_table td, .rg_table th{
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 10px;
}

.rg_table th{
  background-color: #EFEFEF;
  color: #333333;
  text-align: left;
}


.no_border{
  border: none;
}

.no_border td, .no_border th{
  border: none;
}



@media screen and (max-width: 995px) {

  #contents{
    width: 100%;
    margin: 0 auto;
  }
  #header {
    width: 100%;
  }
  #footer p{
    width: 100%;
  }

  #header td img{
  }

  .rsp {
    width: 100%;
    margin: 0 auto;
  }

  .rsp_inp{
    width: 100%;
  }


}

@media screen and (max-width: 640px) {

  #header th,#header td{
    display: block;
    width: 100%;
  }



}


@media screen and (max-width: 400px) {

  .rsp th,
  .rsp td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .r_table th,
  .r_table td,
  .bg_table th,
  .bg_table td
  {
    border-bottom: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }




  .no_rsp_table th,
  .no_rsp_table td {
    width: auto;
    display: table-cell;
  }

}