@charset "UTF-8";
/*
    Template: hrbb
    Theme Name:hrbb CHILD
    Theme URI: 
    Description: 北海道軟式野球連盟の子テーマ
    Version: 1.0.0
    Author: 
    Author URI: 


*/
.pc { display:block; }
.sp { display: none; }
/* ---見出し */
.section-title {
  text-align: center;
  padding: 2.5rem 1rem;

}

h2.section-title__jp {
  font-size: 3em;
  font-weight: 800;
/* color: #0d008e; */
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.02em;
      padding: 10px 0 0;
}
h2.section-title__jp::before {
    background: none;
}

.section-title__en {
  font-size: clamp(10px, 1.6vw, 20px);
  font-weight: 700;
  color: #0d008e;
  margin: 0.45em 0 0; /* JPとの間隔 */
  letter-spacing: 0.25em;
  text-indent: 0.25em; /* 中央寄せのバランス調整 */
}

/* ---テーブル */
.tablepress td,
.tablepress th {
  vertical-align: middle; /* 上下中央揃え */
}

tbody.row-striping.row-hover {
    font-size: 0.9em;
}
th.column-1 {
    width: 40%;
    border-right: 1px solid #FFF;
}
th.column-2 {
    width: 14%;
}
th.column-2,th.column-3,th.column-4,th.column-5,th.column-6{
   
    border-right: 1px solid #FFF;
}
.schedule th.column-1 {
    width: 30%;
    border-right: 1px solid #FFF;
}
.schedule th.column-6 {
    width: 25%;
}
table.schedule{
    font-size: 0.9em;
}
/* --------役員めいぼ */

.officer-section{
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}

.officer-title{
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
}

.officer-names{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 12px;
}

.officer-names.single{
  grid-template-columns: 1fr;
}

@media (max-width: 768px){
  .officer-section{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .officer-names{
    grid-template-columns: 1fr;
  }
}

/*お問い合わせ*/
.form_table {
    margin: 30px auto;
        border: 1px solid #ddd;
    background: #fafafa;
    padding: 12%;
}
.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
    display : inline;
    padding-right:.5em;
}
.form_table dl{
    padding: 5px 20px!important;
}
.form_table dt.required:after {
    background: #9e445e66;
    bottom: 0;
    color: #000;
    content: "必須";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}
.form_table dt.option:after {
    background: #72aee6a1;
    bottom: 0; */
    color: #000;
    content: "任意";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}


label {
/*    display: inline-block;*/
    margin-bottom: 5px;
    font-weight: bold;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}
span.mwform-checkbox-field-text {
    display: none;
}

input.btn.send {
 background: #1579c3;
 color: #fff;

}
input.btn.back {
    background: #77777729;
}




select,input[type="text"] {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    border: #444 solid 1px;
    height: 30px;
    width: 100%;
    background: #fff;
}
textarea {
    width: 100%;
    background: #fff;
    border:#444 solid 1px;
}

textarea#text {
    height: auto;
}

input[type="hidden"] {
    height: auto;
}
input[type="checkbox"] {
    height: auto;
}


input.InquiryButton.-submit {
    font-size: 16px;
    padding: 1%;
    display: block;
    height: auto;
    background: #aa0000;
    color: #fff;
}
input.InquiryButton.-back {
    width: 100%;
    margin-top: 20px;
    padding: 1%;
    height: auto;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
/*お問い合わせここまで*/

@media only screen and (max-width: 767px){
.pc { display:none!important; }
.sp { display: block; }
	.order1{
		order:1;
	}
	.order2{
		order:2;
	}
	.text-service {
    text-align: justify;
}
table.company td, table.company th {
    padding: 10px 7px 7px;
    
    }
    
    table.company th{
        width: 100%;
       }
    table.company tr th, table.company tr td,
     table.company tbody, table.company tr{ 
        display: block;
       }
     
h2.section-title__jp {
    font-size: 2em;
  
}
}
