@charset "UTF-8";
/*=============================
editor
=============================*/
body.mceContentBody {
  font: 13px/1.6 'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,'メイリオ',Meiryo,Lucida Grande,sans-serif;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/*タイトル*/
.title {
  font-weight:500;
  font-size:24px;
  margin:30px auto 20px;
  line-height:1.3;
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom:5px;
}

.schedule {
  font-weight:normal;
  font-size:18px;
  margin:0 auto 30px;
  line-height:1.3;
  color: #ffffff;
  background: #053769;
  padding:10px;
}

.editor h3 {
  font-weight:bold;
  font-size:20px;
  margin-bottom:10px;
  text-align:left;
  line-height:1.3;
}
/*サブタイトル*/
.editor h4 , .subtitle {
  font-weight:bold;
  font-size:18px;
}

p {
  margin-bottom:10px;
}

.editor ul {
  padding:0;
  margin:0 0 10px 25px !important;
}

.box ul {
  margin:0 0 10px 0 ;
  padding:0;
}

ul.none {
  list-style:none;
  margin:0 0 10px 0;
}
ul.disc {
  list-style:disc;
  margin:0 0 10px 25px;
}

ul.square {
  list-style:square;
  margin:0 0 10px 25px;
}

ul.decimal {
  list-style:decimal;
  margin:0 0 10px 25px;
}
ol {
  margin:0 0 10px 25px !important;
  padding:0;
}

/*ボタン*/
button.btn {
  display: inline-block;
  padding:10px 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  outline: none;
  border-radius:4px;
  border:none;
  margin:5px;
}
button.btn:first-child{
  margin:5px 5px 50px 0;
}

button.btn::before,
button.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
button.btn,
button.btn::before,
button.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

button.btn {
  background-color: #333;
  color: #fff;
}
button.btn:hover, button.btn:focus {
  background-color: #053769;
  color: #fff;
  outline: 0 !important;
}

/*テーブル-スマホスクロール*/
div.tbl_scroll {
  overflow: auto;/*tableをスクロールさせる*/
  white-space: nowrap;/* tableのセル内にある文字の折り返しを禁止 */
  margin-bottom:50px;
}

div.tbl_scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 7px;
}
div.tbl_scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
div.tbl_scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 0;
  border-top: 3px solid #666;
}
table caption {
  margin-bottom: 10px;
}
table tr {
  height: auto !important;
}
table tr th {
 text-align: left;
 vertical-align: top;
 padding: 15px !important;
 height: auto !important;
 background: #222 !important;
border-bottom: 1px solid #333 !important;
color:#fff;
}
table tr td {
  text-align: left;
  vertical-align: top;
  padding: 15px !important;
  height: auto !important;
  border-bottom: 1px solid #333 !important;
}


/*テーブル-スマホ改行*/
div.tbl_break {
  margin-bottom:50px !important;
}
@media screen and (max-width: 768px) {
  /* width 768pxまで */

  div.tbl_break table tr th br {
    display: none;
  }
  div.tbl_break table tr th,
  div.tbl_break table tr td {
    width: auto !important;
    display: block;
  }
}
/*囲み*/
div.wrap {
  margin-bottom:50px;
}
/*カラム10%*/
.col.width10 {
  width:10% !important;;
}
/*カラム20%*/
.col.width20 {
  width:20% !important;;
}
/*カラム30%*/
.col.width30 {
  width:30% !important;;
}
/*カラム40%*/
.col.width40 {
  width:40% !important;;
}
/*カラム50%*/
.col.width50 {
  width:50% !important;;
}
/*カラム60%*/
.col.width60 {
  width:60% !important;;
}
/*カラム70%*/
.col.width70 {
  width:70% !important;;
}
/*カラム80%*/
.col.width80 {
  width:80% !important;;
}
/*カラム90%*/
.col.width90 {
  width:90% !important;;
}

@media screen and (max-width: 768px) {
  .col.width10 {
    width:auto !important;
  }
  .col.width20 {
    width:auto !important;
  }
  .col.width30 {
    width:auto !important;
  }
  .col.width40 {
    width:auto !important;
  }
  .col.width50 {
    width:auto !important;
  }
  .col.width60 {
    width:auto !important;
  }
  .col.width70 {
   width:auto !important;
 }
 .col.width80 {
  width:auto !important;
}
.col.width90 {
  width:auto !important;
}
}

div.col_2 {
  width: 100%;
  display: table;
}

div.col_2 img {
  text-align: center;
  margin: auto;
}

div.col_2 img + .caption {
  line-height: 1;
  font-size: 13px;
  letter-spacing: -1px;
  display: block;
  margin-top: 10px;
}

div.col_2 .col {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  margin: auto;
}

div.col_2 .col:nth-child(odd) .box {
  padding-right: 10px;
  text-align: left;
}

div.col_2 .col:nth-child(even) .box {
  padding-left: 10px;
  text-align: left;
}

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

  div.col_2 {
    display: block;
  }

  div.col_2 .col {
    width: auto !important;
    display: block;
  }

  div.col_2 .col:nth-child(odd) {
    margin-bottom: 20px;
  }

  div.col_2 .col:nth-child(odd) .box {
    padding-right: 0;
  }

  div.col_2 .col:nth-child(even) .box {
    padding-left: 0;
  }

}


div.col_3 {
  width: 100%;
  display: table;
}
div.col_3 .col {
  width: 33.333333333%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  margin: auto;
}
div.col_3 .col .box {
  padding: 0 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  div.col_3 {
    display: block;
  }
  div.col_3 .col {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  div.col_3 .col:last-child {
    margin-bottom: 0;
  }
  div.col_3 .col .box {
    padding: 0;
    text-align: left;
  }
}
/*col_4
=============================*/
div.col_4 {
  width: 100%;
  display: table;
}
div.col_4 .col {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  margin: auto;
}
div.col_4 .col:nth-child(odd) .box {
  padding: 0 10px;
  text-align: left;
}
div.col_4 .col:nth-child(even) .box {
  padding: 0 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  div.col_4 {
    display: block;
    font-size:0;
  }
  div.col_4 .col {
    width:50%;
    display: inline-block;
    margin-bottom: 20px;
    font-size:14px;
  }
  div.col_4 .col:last-child {
    margin-bottom: 0;
  }
  div.col_4 .col .box {
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  div.col_4 {
    display: block;
  }
  div.col_4 .col {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  div.col_4 .col:last-child {
    margin-bottom: 0;
  }
  div.col_4 .col .box {
    padding: 0;
    text-align: left;
  }
}
/*ボックス*/
div.box {
  padding:10px;
  text-align:left;
}
@media screen and (max-width: 768px) {
  div.box {
    padding:10px;
  }
}

div.wrap:last-child {
  margin-bottom: 0;
}

.wpcf7 {
  text-align: center;
  margin: auto;
}

.wpcf7 div {

    margin-bottom:10px !important;
}

.wpcf7-form-control-wrap {
   /* display: block !important;*/
     margin-top: 0;
  }

.wpcf7 label,
.wpcf7 .wpcf7-radio {
  clear: both;
  padding:0;
  display: block;
}

.wpcf7 .wpcf7-recaptcha > div {
  padding:0;
  text-align:center;
  margin: auto;
  display: block;
  width:100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
  -webkit-transition: width .3s;
  transition: width .3s;
  border-radius:3px;
  border:none;
  background:#fefefe;
  padding:1%;
  margin-bottom:0 !important;
  display: block;
  width: 98%;
    outline: 0;
    color: #333;
}

.wpcf7 input[type="radio"] {
  margin:0!important;
  padding:0 10px!important;
  line-height:1 !important;
  position: static !important;
  vertical-align:middle;
  display:inline-block;
      outline: 0;
      color: #333;
       background:#fefefe;
}

.wpcf7 input[type="checkbox"]  {
  display:inline-block;
  margin: 0 !important;
  padding:0 10px !important;
      outline: 0;
      color: #333;
       background:#fefefe;
}


.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    outline: 0;
  border-radius:3px;
  border:1px solid #ccc;
  padding:5px;
  line-height:1;
  margin-bottom:0 !important;
  color: #333;
   background:#fefefe;
}


.wpcf7 textarea {
 -webkit-transition: width .3s;
 transition: width .3s;
 border-radius:3px;
 border:none;
 background:#fefefe;
 padding:1%;
 width:98% !important;
 margin-bottom:0 !important;
     outline: 0;
     color: #333;
}

.wpcf7 input[type="submit"] {
  display:block;
  padding:15px 30px;
  text-align: center !important;
  text-decoration: none;
  line-height: 1.2;
  outline: none;
  border-radius:4px;
  background-color: #333;
  border:none;
  color: #fff;
  margin: auto !important;
}
.wpcf7 input[type="submit"]:hover {
  background:#f9f9f9;
  color: #333;
}


.contact-form > div {
  clear: both;
  padding:10px;
  margin-bottom:10px !important;
}
.contact-form > div:nth-child(even) {
  background:#f9f9f9;
}

.contact-form > div label {
  display:block;
  margin:0 !important;
  padding:0 !important;
  font-weight:normal !important;
}


.contact-form > div label > span {
  color:#C62319;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  -webkit-transition: width .3s;
  transition: width .3s;
  border-radius:3px;
  border:1px solid #ccc;
  background:#fefefe;
  padding:5px;
  margin-bottom:0 !important;
}

.radio {
  margin:0!important;
  padding:0!important;
  line-height:1 !important;
  position: static !important;
  vertical-align:middle;
  display:inline-block;
}


.contact-form .grunion-checkbox-multiple-label {
 line-height:1 !important;
}
.contact-form .clear-form {
}

.contact-form input[type="checkbox"]  {
  display:inline-block;
  margin: 0 !important;
  padding:0 !important;
}


.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius:3px;
  border:1px solid #ccc;
  padding:5px;
  line-height:1;
  margin-bottom:0 !important;

  background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
  background: linear-gradient(to bottom, #fff 0%,#eee 100%);
}

.contact-form textarea {
 -webkit-transition: width .3s;
 transition: width .3s;
 border-radius:3px;
 border:1px solid #ccc;
 background:#fefefe;
 padding:5px;
 width:100% !important;
 margin-bottom:0 !important;
}



.editor {
  text-align:left;
}
editor .alignleft {
  text-align:left !important;
  margin:0 auto !important;
  display:block;
}
.editor .aligncenter {
  text-align:center !important;
  margin:0 auto !important;
  display:block;
}
.editor .alignright {
  content: "";
  clear: both;
  display: block;
  float:right !important;
  margin:0 auto!important;
  display:block;
}
