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

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color:#333;
}
a:link
{
  color: #428ac4;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
a:focus
{
  outline-width: thin;
  outline-style: dotted;
}
a:hover, a:active
{
  outline-width: 0px;
  outline-style: none;
}

a:focus, a:active, a:hover
{
  text-decoration-line: none;
  text-decoration-style: solid;
}

input, textarea, select {
  font-size: 100%;
  margin: 2px 2px 2px 2px;
  vertical-align: middle;
}

label{
  cursor: pointer;
}

p
{
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 16px;
}

h1{
  color: #001d4f;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
h2{
  font-size: 24px;
  color: #001d4f;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #001d4f;
}

h3{
  font-weight: bold;
  font-size:larger;
}
#header {
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  text-align: center;

}
.header_txt{
  font-size: 16px;
  color: #001d4f;
}
#page_body{
  margin: 0;
  padding: 0;
  width: 100%;
}

#contents{
  background-color: #fff;
  margin: 0 auto;

}
.form_box{
  padding: 10px;
}
/* コンテンツ */

.form_table{
  font-size: medium;
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 0;
  border-collapse: separate;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  line-height: 180%;
}


#footer {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 200%;
  text-align: center;
  background-color: #001d4f;
  color:white;

}

#footer_img_box{
  text-align: left;
  background-color: #ffffff;
  width: 100%;

}
#footer_img_box img{
  width: 90%;
}
#footer_txt_box{
  padding-top: 15px;
  padding-bottom: 15px;
}
.sys_mess {
  margin: 0 auto 20px auto;
  background-color: red;
  color: #FFFFFF;
  padding: 5px;
  line-height: 25px;
}

.left {
  text-align: left!important;
}
.right {
  text-align: right!important;
}
.center {
  text-align: center!important;
}
.bold {
  font-weight: bold!important;
}

.middle {
  vertical-align: middle!important;
}

.mar_b {
  margin-bottom: 20px!important;
}

.red {
  color: red!important;
}
.bg_green{
  background-color: #7bc200;
}
.bg_blue{
  background-color: #03adff;
}
.req{
  padding: 2px 7px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: red;
  position: relative;
  bottom: 2px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.desc {
  font-size: 12px;
  color: #666666;
}
.ime-disabled{
  ime-mode: disabled;
}
.display_none{
  display: none;
}
input
{
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 100%;
  background-color: #f3f3f3;
}


.btn {
  width: 100%;
  max-width: 300px;
  color:#ffffff;
  background-color: #001d4f;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:2px solid #082c69;
  cursor:pointer;
  text-align: center;


}
.btn:hover {
  opacity: 0.7;
}

.btn_sub{
  background-color: #767676;
  border:2px solid #434343;

}
.course_group_box{

  width:  390px;
  height: 100px;
  margin-bottom: 5px;
  float: left;

}

.course_group_box:hover{
  opacity: 0.7;
}

.clear_left{
  clear:left;
}
.kiyaku{
  width: 100%;
  height: 250px;
  overflow: auto;
  border: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 12px;
}
.kiyaku_box {
  width: 99%;
}


.kiyaku p {
  text-align: left;
  line-height: 18px;
  font-size: 14px;
}

.kiyaku p.p_larg {
  font-size: 16px;
  font-weight: bold;
}

.kiyaku p.sub {
  padding-left: 20px;
}

.kiyaku p.sub2 {
  padding-left: 40px;
}

.en_txt{
  color: #494949;
  display: inline-block;

}

.h2_en_txt{
  color: rgba(19, 41, 151, 0.73);
  display: inline-block;
}

@media screen and (min-width: 768px) {


  #contents{
    width: 800px;

  }

  .ft{
    width: 200px;
    color: #222;
    font-size: 15px;
    padding-left: 10px;
    float: left;

    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ededed;

  }
  .fd{
    width: 550px;
    font-size: 15px;
    padding-left: 20px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ededed;

  }

  .btn_box{
    width: auto;
    text-align: center;
    margin-top: 20px;
  }

  .btn {
    font-size:22px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 25px auto;

  }

  .en_txt{
    font-size:85%;
  }
}