@charset "utf-8";


html,body,ul,li,header,footer,div,h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
}

body{
  line-height: 1.8;
  font-size: 15px;
}

body#member{
  background-image: url(../img/bg_cross.png);
}

li{
  list-style-type: none;
}

.container{
  width: 900px;
  padding: 10px 50px 20px 50px;
  margin: 10px auto;
  box-shadow:0 0 1px 1px black;
  background-color: white;
}




 header.member .inner{
  padding-top: 15px;
 }

header.member h1{
  font-size: 27px;
  margin-bottom: 10px;
}


header.top h1
{
  font-size: 30px;
  padding-top: 20px;
  font-family: "メイリオ", Meiryo, sans-serif;

}

.office_small{
  font-size:18px;
  margin-top: 5px;
}

.inner{
  width: 900px;
  margin: 0 auto;
}





.container header h1{
  font-size: 30px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 5px;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.header-inner{
  padding:5px 15px;
  background-color: rgba(255,255,255,0.7);
}


h2 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
}



h3 {
  position: relative;
  padding: 1em 0;
  font-size: 15px;
  font-weight: bold;
}
h3::before,
h3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h3::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h3::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

main{
  margin-top: 30px;
  padding: 0 10px;
}

iframe{
  margin: 0 auto;
  width: 700px;
  border:2px solid skyblue;
  /*border-radius: 5px;*/
  display: block;
  margin-bottom:50px;
}

.author{
  font-size: 12px;
  text-align: right;
  margin-top: 40px;
  font-weight: bold;
}

.contactBox{
  text-align: right;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 12px;
  border-top: 1px solid #aaa;
}

.contactBox h4{
  padding: 15px 0;
}



.contactText{
  margin-bottom: 10px;
  font-size: 13px;
}
.contactText span{
  font-size: 18px;
  font-weight: bold;
}

.company{
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.company div.office_small{
  font-size:15px;
  display: inline;
}

.contactInfo{
  font-size: 20px;
}


.roundBox>.fa{
  font-size: 20px;
}

table.table td{
}

.site{
  margin-top: 10px;
  border-radius:10px;
  border:1px solid #aaa;
  padding: 5px;
  text-align: center;
}


.tac{
  text-align: center;
}

button.urlcopy{
  font-size: 11px;
  color:white;
  margin: 2px 0;
}

button.btn-green{
  background-color: #9ac032;
  color:black;
}

a{
  text-decoration: underline;
}

table.table td.table-info{
  border:none;
  padding-top:0;
}

.admin-description{
  margin-bottom: 10px;
}

table.page-form input{
  border-radius:5px;
  padding: 5px;
  border:1px solid #aaa;
}

table.page-form small{
  margin-bottom: 5px;
  display: block;
  
}

.video_hidden{
  /*display: none;*/
  /*height: 0;*/
  /*opacity: 0;*/
  /*overflow: hidden;*/
  transition: .5s;
}

div.video_display{
  
  opacity: 1;
  transition: 1s;
  top: 0;
}
.video-error{
  font-weight: bold;
  font-size: 12px;
  color: red;
  margin-bottom: 5px;
}
.video-attention{
  font-size: 20px;
}

table.table textarea{
  padding: 10px;
  /*margin-top: 10px;*/
}

.video-back{
  position:fixed;top:0;left:0;width:100%;height:100%;background-color: rgba(70,160,205,0.9);z-index: 100;overflow:auto;
  /*transition: .5s;*/
  opacity: 0;
  top: 5000px;
}
.video-inner{
  position:absolute;
  top:20px;
  width:800px;
  /*height:1200px;*/
  background-color:white;
  z-index:102;
  left: 50%;
  margin-left: -400px;
  padding: 50px;
  box-shadow: 0 0 2px 2px gray;

}

.closeBtn{
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 30px;
  font-weight: normal;

}

.wpcf7-mail-sent-ok{
/*display:block;
z-index:100;
position:absolute;
top:0;
left:0;
text-align:center;
font-weight:bold;
font-size:25px;
padding-top:15%;
width:100%;
height:100%;
background:rgba(255,255,255,0.8);
color:black;*/
}
.closeBtn{
/* border-radius:10px;
 background:#555;
 width:200px;
 text-align:center;
 margin:20px auto;
 font-size:15px;
 padding:15px;
 color:white;*/
}

.wpcf7-list-item{
  display: block;
}

.screen-reader-response{
  display: none;
}

td:first-child small{
  color:#a00;
}

.wpcf7-not-valid-tip{
  color:#a00;
  display: block;
  font-size: 12px;
  padding-top: 5px;
  font-weight: bold;
}


/*　プリント　*/
@media print {

  iframe{
    display: none;
  }
}
