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

body{
background-color: #D6D6D6;
}



.fb-container {
max-width: 500px;
margin-bottom: 25px;
}

#top{
width: 100%;
background-color: #DCDCDC;
}

#top img{
width: 100%;
}


#contact{
letter-spacing: 0.3em;
}

#contact h2{
text-align: center;
color: #000;
font-weight: 600;
padding-top: 50px;
}

#contact h3{
text-align: center;
font-size: 0.7em;
color: #1D2C5C;
font-weight:bold;
padding-bottom: 50px;
}

#contact span{
font-size:0.7em;
vertical-align:middle;
}









.bosyu_box h2{
margin-top: 100px;
margin-bottom: 15px;
font-weight: 600;
letter-spacing: 0.2em;
font-size: 1.8em;
padding-bottom: 20px;
border-bottom: 1px #1D2C5C solid;
width: 100%;
color: #1D2C5C;
padding: 10px 0 10px 20px;
}

.container table{
color: #000;
border-collapse: collapse;
width: 100%;
margin: 30px 0px;
font-size: 0.8em;
}

.container tr{
border-bottom: solid 1px #D7DAF0;
}

.container td.box1{
white-space: nowrap;
margin-right: 10px;
color: #1D2C5C;
font-weight: bold;
letter-spacing: 0.8em;
width: 30%;
}

.about-box img{
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
max-width: 800px;
}

.img-responsive{
height: auto;
max-width: 60%;
}







#info{
background-color: rgba(255,255,255,0.8);
padding-top: 30px;
padding-bottom: 20px;
color: #6E6E6E;
text-align: center;
}
#info h2{
margin-top: 20px;
font-family: "TsukuAOldMinPr6-M";
font-size: 150%;
letter-spacing: 0.5em;
}
#info h2 span{
display: inline-block;
padding-bottom: 20px;
border-bottom: 1px #fff dashed;
}
#info .description{
margin-top: 20px;
font-size: 80%;
}
#info i{
color: #C41217;
}

form{
text-align: left;
letter-spacing: 0.2em;
}
form .row{
margin-top: 15px;
}
input,textarea{
border:0;
padding:10px;
font-size:1em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
letter-spacing: 0em;
}
.button-box{
text-align: center;
}
.button{
width: auto;
margin-left: auto;
margin-right: auto;
background-color: #1D2C5C;
border-color:  #1D2C5C;
border-radius:15px;
color: #fff;
letter-spacing: 0.3em;
font-weight: 600;
}

.radio{
margin-top: 20px;
}
.radio-input{
display: none;
}
.radio-input + label{
margin-left: 20px;
margin-top: 15px;
padding-left: 20px;
position:relative;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #C41217;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #C41217;
  border-radius: 50%;
}


