@charset "UTF-8";
/* =======================================

  北海道教育大学生活協同組合　函館キャンパス  
  pc.css

 -----------------------------------------
  INDEX
 -----------------------------------------
  01. Universal Setting
  02. Header
  03. Global Navigation
  04. Slider
  05. Main Contents
  06. Footer
  07. Home Page Styles
  08. Lower Page Styles
  09. Miscellaneous

========================================== */

/* 01. Universal Setting
========================================== */
*{
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html{
  background-color: #f5f5f5;

}
body{
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
width: 100%;
max-width: 1024px;
margin: 0 auto;
height: 100%;
background-color: #fff;
}
main{
  padding: 1em;
}
.clearfix:after{
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
a[target="_blank"]:after{
  font-family: "fontello";
  content: '\e802';
  font-size:95%;
  padding:0 5px 0 2px;
  color:#c1c1c1;
}
/*    07. Home Page Styles
========================================== */
#home {
}
#home h1{
  line-height: 0.5em;
  border-left: 5px solid orange;
  padding-left: 5px;
}
#home h1 #category{
  font-size: medium;
}
#home h1 #category_name{
   font-size: medium;
   font-weight: normal;
}
#map{
  margin: 2em 0;
}
#map img{
  border: 1px solid gray;
  width: 490px;
  height: auto;
}
#map_s{
  margin-right: 2px;
}
#oriM{
  margin: 5em 0;
}

#oriM .item{
  box-sizing: border-box;
  width: 49.5%;
  height: auto;
  text-align: center;
  border: 1px solid #000;
}
#oriM div.title{
  background-color: #4694d1;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
#oriM .item:first-child{
  float: left;
  margin-right: 2px;
}
#oriM .item:nth-child(2){
  float: right;
}
#oriM .outward{
  margin: 1em 0; 
}

#oriM .address{
  display: block;
  font-size: 90%;
  border-bottom: 1px solid #a9a9a9;
  width: 70%;
  margin: 0 auto;
}
#oriM .walkto{
  display: block;
}
#oriM span.price{
  display: block;
  margin-top: 1em;
}
span.small{
  font-size: 90%;
}
span.large{
  font-size: 120%;
}
#oriM span.area{
  margin-bottom: 1em;
}
#oriM img.pict{
  display: block;
  margin: 1em auto;
  width: 235px;
  height: auto;

}
#oriM span.bt_detail{
  background-color: #1d2088;
  color: #fff;
  display: block;
  padding: 3px;
  width: 70%;
  margin: 0 auto 1em auto;
}
#oriM span.bt_detail a{
  color: #fff;
  text-decoration: none;
}
/*  08. Lower Page Styles
========================================== */
#detail h1{
  font-size: 90%;
  font-weight: normal;
  vertical-align: middle;
  margin: auto 0; 
}
#detail h1 .segment{
  display: inline-block;
  background-color: #008cd6;
  color: #fff;
  padding: 2px;
  width: 200px;
  font-size: small;
  font-weight: bold;
  text-align: center;
  margin-left: 1em;
  margin-bottom: 1em;
}

#detail main{
  border: 1px solid #a9a9a9;
  border-radius: 5px;
}
#detail p.note{
  font-size: small;
}
#detail .bt_contact{
  background-color: #1d2088;
  color: #fff;
  display: block;
  padding: 3px;
  width: 100%;
  margin: 2em auto;
  text-align: center;  
}
#detail table{
  display: table;
  margin: 2em 0;
  border-collapse: collapse !important;
}
#detail table th, #detail table td{
  text-align: left;
  padding: 3px;
  border: 1px solid #b1b1b1;
  line-height: 1.5em;
  padding: 0.5em;
}
#detail table th{
  font-size: 80%;
  width: 152px;
  background-color: #efefef;
}
#detail img.bt_theta{
  width: 100%;
  height: auto;
}
#detail .bxslider img{
  max-height: 300px;
}

.bx-wrapper img{
  width: 
}
#detail .bt_gototop{
  display: block;
  padding: 3px;
  width: 100%;
  margin: 1em auto 0.5em 1em;
  text-align: left;
  font-size: 80%;
}

#detail a{
    text-decoration: none;
}


/*  08-01. Form
========================================== */


#form01 h1{
  font-size: 120%;
  font-weight: normal;
  background:#1d1f86;
  color:#fff;
  border:none;
  text-align:center;
  padding:6px 15px;
}

form {
  padding: 1em;
  text-align: left;
}

.required {
  color: red;
  margin: 0;
}

#form01 table{
  width:100%;
  border-top:1px solid #959595;
  border-left:1px solid #959595;
}
#form01 td,
#form01 th{
  border-right:1px solid #959595;
  border-bottom:1px solid #959595;
  padding:10px;
  display:table-cell;
}
#form01 td ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#form01 th{
  background:#f5f5f5;
  color:#000;
  width: 22%;
}
#form01 td li:not(:last-child){
  margin-bottom:0.5em;
}
#form01 input, select{
  font-size:90%;
  padding:2px;
}
#form01 input[type="radio"]{
  margin-right:0.25em;
  cursor:pointer;
}
#form01 input[type="text"]{
  width:100%;
  box-sizing:border-box;
}
#form01 label input{
  padding-left:0.25em;
}

#form01 input[type="text"].long{
  width:100%;
}
#form01 input[type="text"].middle-long{
  width:80%;
}
#form01 input[type="text"].middle{
  width:70%;
}
#form01 input[type="text"].short{
  width:35%;
}
#form01 input[type="text"].short2em{
  width:2em;
}
#form01 label > input[type="text"]{
  margin-left:0.5em;
}
#form01 input[type="submit"]{
  width:40% !important;
  margin:0 auto;
}
#form01 span.indent{
  padding-left:1em;
}
#form01 td .fl li{
  float:left;
  margin-bottom:0;
  margin-right:1em;
}
#postcode1{
  width:3em !important;
}
#postcode2{
  width:4em !important;
}
#form01 .note{
  font-size: 80% !important;
  color: #404040;
  line-height: 1.7em;
}
#form01 li.exam-num{
margin-top: 1em;
}
#form01 div#btn-wrapper{
  margin:20px auto 0 auto;
  text-align:center;
}
#form01 button[type="submit"]{
  background:#1d1f86;
  margin-bottom:5px;
}
#form01 button{
  float:none;
  background:#1d1f86;
  font-size:120%;
  color:#fff;
  line-height:1.25;
  border:none;
  border-right:1px solid rgba(0,0,0,0.15);
  border-bottom:1px solid rgba(0,0,0,0.125);
  border-radius:0;
  text-align:center;
  padding:0.825em 1em;
  opacity:1;
  border-radius:2px;
  margin: auto;
}

.contact_button{
  text-align: center;
  margin: 0 auto;
}

#button_table table , #button_table td{
  border: none;
}

.banner{
  max-width: 600px;
  margin: auto;
}

.banner a{
  display: block;
}

.banner a:after{
  display: none;
}

.banner a:hover{
  opacity: 0.7;
}

.banner a img{
  width: 100%;
  margin: auto;
}

.form_end{
	padding: 1em;
}
/*    06. Footer
========================================== */
footer{
  border-top: 1px solid #a9a9a9;
  text-align: center;
  margin-bottom: 1em;
}
footer #footer-inquiry{
  font-size: small;
  font-weight: normal;
}
footer #footer-inquiry dd{
  font-weight: bold;
  font-size: 120%;
}
footer dl#license{
  margin: 0;
}
footer dl#license dt, dd{
  display: inline !important;
  font-size: small !important;
  margin-inline-start: 1em;
}
footer span.telfax{
  font-size: 100%;
  padding-right: 1em;
}
footer span#address{
  font-size: 80%;
}
footer dl#copy{
  margin: 0;
}
footer dl#copy dt, dd{
  font-size: 80%;
  display: inline;
  padding: 0;
}
footer dl#copy dd{
  margin: 0;
}

/*202212add*/
.birth ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.birth ul li{
  width: 100px;
}

.birth ul li:first-child{
  width: 150px;
  padding: 2px;
}

#form01 .birth input[type="text"]{
  width: 80px;
}

#form01 .birth .year{
  display: inline-block;
}

