@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;
}
/*grabの場合*/
a {
  cursor:-moz-grab;
  cursor:-webkit-grab;
  cursor: grab;
}

/*grabbingの場合*/
a {
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
  cursor: grabbing;
}
/*タイトル*/

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: 1.5rem 2rem;
  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;
        display: block;
  margin: 50px auto;
}

button.btn {
  background-color: #333;
  color: #fff;
  display: block;
  margin: 50px auto;
}
button.btn:hover, button.btn:focus {
  background-color: #111;
  color: #fff;
  outline: 0 !important;
    display: block;
  margin: 50px auto;
}

/*テーブル-スマホスクロール*/
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: 1px 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;
}

 */

table {
	width: 100% !important;
	border-collapse: collapse;
	margin: 0;
	border-top: 1px solid #eeeeee;
}
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: #f9f9f9 !important;
	border: 1px solid #eeeeee !important;
}
table tr td {
	text-align: left;
	vertical-align: top;
	padding: 15px !important;
	height: auto !important;
	border: 1px solid #eeeeee !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: middle;
  text-align: center;
  margin: auto;
  font-size: 16px;
}

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;
}



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


form.sent p,
form.sent .rc-anchor-light {
display:none;
}

div.wpcf7-mail-sent-ok {
      border: 2px solid #398f14;
      margin-top:-100px;
padding-top:100px;
}



/*Template*/
.product_item_heading_title {
  text-align: center;
  background: red;
  width: 100%;
  padding: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
/*Template*/
.bgr_bule {
  background: blue !important;
}
@media screen and (max-width: 767px) {
  .product_item_heading_title {
    padding: 1rem;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: -1px;
  }
}
.product_item_note {
  font-size: 0.9rem;
  text-align: left;
}


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

.wpcf7 div {
  text-align: left;
  width: 100%;
    margin-bottom:10px !important;
  /*  padding:10px;*/
}

.wpcf7 div:nth-child(even) {
  /*background:#f9f9f9;*/
}
.wpcf7 div:nth-last-child(2),
.wpcf7 div:nth-last-child(3) {
  background: none;
  text-align:center;
  margin: auto;
  display: block;
}

.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:1px solid #ccc;
  background:#fefefe;
  padding:5px;
  margin-bottom:0 !important;
  display: block;
  width: 100%;
}

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

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


.wpcf7 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%);
}

.wpcf7 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;
}

.wpcf7 input[type="submit"] {

  padding:15px 30px;

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

  background:#053769;
  color: #fff;

			display: grid;
				place-content: center;
}


.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;
}

.title {
    font-weight: bold;
    font-size: 24px;
    margin: 30px auto 20px;
    line-height: 1.3;
    /*color: #000000;*/
}

div.wpcf7-response-output {
     margin: 2em 0 1em !important;
    padding: 0.2em 1rem;
}

.rc-anchor-checkbox-label {
  font-size: 11px !important;
}
.editor div.wrap h3, .editor div.wrap h4, .editor div.wrap p {
    text-align: left;
    inline-size: auto;
    margin-inline: auto;
    margin-bottom: 1rem;
}



.editor h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.3;
}
.editor button.btn:first-child {
    margin: 1rem auto;
}button.btn {
    background-color: #333;
    color: #fff;
}
.editor button.btn, .editor button.btn::before, .editor button.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.editor .btn a {
    color: #ffffff;
    padding: 15px 15px;
    text-decoration: none;
}

.editor button.btn::before, .editor button.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
