/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below */

/* ジャパンスピリッツフェスティバル */
h4.apllyform {
  margin-top: 60px;
}
p.form__title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 900;
}
p.form__body {
  margin-bottom: 5px;
}
.form__row {
  margin-top: 0 !important;
}
p.form__main-label {
  margin-top: 80px;
  margin-bottom: 0;
  font-weight: 900;
}

/* kurakaraメインCSS */
ul {
  list-style: none !important;
}
.section-desc {
  margin-top: 0.5rem;
}
.feature-media span.icon-image img {
  max-width: 85%;
}
.team-member .member-position {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.3px;
}
.top-cont {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.10em;
  color: #333;
}
.top-vision {
  text-align: center;
}
.top-vision span.top-vision-title {
  font-weight: 400;
  font-size: 1.15em;
}
.top-vision ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: -20px;
}
.top-vision li {
  margin-top: 4px;
}
.top-history {
  max-width: 85%;
  margin-left: 25px;
  font-size: 1.0em;
}
/* section distillery */
.team-member {
  padding: 0px 0.5px;
  text-align: center;
}
/* ヘッダー */
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
  width:  100%;
  margin-top: 25px;
}
.site-branding {
  width: 36%;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img img.custom-logo {
  width: 30%;
  min-width: 220px;
  margin-bottom: 20px;
}
.onepress-menu, .onepress-menu {
  margin: 0;
  padding: 0 0 0 0;
}
@media screen and (min-width: 1140px) {
  .onepress-menu, .onepress-menu {
    margin: 0;
    padding: 60px 0 0 0;
  }
}
#nav-toggle {
  padding-top: 60px;
}
p.note-red {
  color: #ee0000;
}
p.no-margin {
  margin-bottom: 0px;
}
p.bottom-margin {
  margin-bottom: 40px;
}
p.sub-itemname {
  font-weight: 600;
  font-size: 1.2em;
}

/* kurakaraおよび全蔵元サイト共通CSS */
/* body */
body, button, input, select, textarea {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  font-size: 0.95em;
  color: #333333;
}

/* 投稿 */
.entry-header .entry-title {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  font-weight: 600;
}
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  width: 100%;
}

/* WoocommerceTOP通知 */
.woocommerce-store-notice {
  background-color: rgba(164,100,151,0.75) !important;
}

/* popup */
#age-verification {
  position: fixed !important;
  top: 30% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(255,255,255,0);
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 90000001;
  display: none;
}
#age-verification .age-verification-main {
  background-color: #ffffff;
  border: 1px solid #333;
  border-radius: 6px;
  font-family: "Source Sans Pro", sans-serif;
  color: #111;
  font-size: 14px;
  text-align: center;
  padding: 50px 40px ;
  position: relative;
  top: 10px;
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
span.age-title {
  font-size: 20px;
  margin-bottom: 0.5em;
}
button.age-yes {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #222;
  border: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 120px;
  padding: 8px;
  margin: 5px 10px;
}
button.age-no {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fff;
  border: none;
  font-size: 14px;
  color: #222;
  display: inline-block;
  width: 120px;
  padding: 8px;
  margin: 5px 10px;
}

/* ヘッダー */
header.site-header {
  line-height: 60px;
}
.site-branding {
  float: left;
  margin-top: 0px;
}
.site-branding p.site-description {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #333 !important;
}
.site-branding a.site-text-logo {
  font-size: 20px !important;
}
@media screen and (min-width: 720px) {
  .site-branding a.site-text-logo {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 940px) {
  .site-branding a.site-text-logo {
    font-size: 24px !important;
  }
}
.topbar-content {
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin-top: 18px;
}

/* ヒーロー設定 */
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 25px !important;
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 30px !important;
    letter-spacing: 3px;
    font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  }
}
@media screen and (min-width: 940px) {
  .hero-content-style1 h2 {
    font-size: 45px !important;
    letter-spacing: 4px;
    font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  }
}
.hero-content-style1 h2 strong {
  font-weight: 600;
}
.hero-content-style1 p {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  font-weight: 300;
}

/* section */
h2.section-title {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif;
  color: #000;
}
.section-title-area {
  margin-bottom: 30px;
  text-align: center;
}
.section-desc p {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  color: #000;
}
.section-oshirase-area {
  margin-bottom: 20px;
}
.section-padding {
  padding: 50px 0px;
  padding: 2.375rem 0px !important;
}

/* トップページ */
h3.message-cont {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
}
.top-message-cont {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  line-height: 2.0em;
}

/* トップページの投稿一覧  */
.section-content ul.wp-block-latest-posts li {
  border-bottom: 1px solid #ccc !important;
}
.section-content ul.wp-block-latest-posts a {
  font-size: 1.2em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 4px;
  margin-bottom: 16px;
}
time.wp-block-latest-posts__post-date {
  margin-top: 4px;
}
.list-article-meta {
  font-weight: normal !important;
}

/* 投稿一覧moretag */
span.moretag-space {
  margin-left: 5px;
  margin-right: 25px;
}

/* カートCartページ */
.freeshipping {
  display: block;
  margin-top: 8px;
  margin-left: 4px;
}
.freeshipping span.text-freeship {
  color: #555;
  font-weight: bolder;
}
input.button:disabled[disabled] {
    color: #ffffff;
    cursor: not-allowed;
    opacity: .8;
    padding: .618em 1em;
}

/* 送料・支払い */
.ship-cont dl.ship-list {
  display: block;
  border-bottom: 1px dotted #e9e9e9;
}
.ship-cont dl.ship-list dt {
  display: inline-block;
  padding-top: 12px;
  width: 53%;
}
.ship-cont dl.ship-list dd {
  display: inline-block;
  padding-top: 12px;
  width: 30%;
}
.card-logo {
  display: inline-block;
  margin-left: 6px;
}

/* 当サイトについて */
.guide-cont dl.guide-list {
  display: block;
  border-bottom: 1px dotted #e9e9e9;
}
.guide-cont dl.guide-list dt {
  display: inline-block;
  padding-top: 12px;
  width: 22%;
  vertical-align: top;
}
.guide-cont dl.guide-list dd {
  display: inline-block;
  padding-top: 12px;
  vertical-align: top;
  width: 70%;
}
img.license-img {
  max-width: 360px;
}
h4.guide-head {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  margin-top: 90px;
  margin-bottom: 15px;
}

/* 問い合わせ */
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

/* Recaptha非表示 */
.grecaptcha-badge { visibility: hidden; }

/* WooCommerce */
.productcat-show {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.productcat-show ul {
  position: relative;
  left: 50%;
  float: left;
  margin-left: -5px;
  font-size: 1.2em;
}
.productcat-show li.productcat {
  display: block;
  padding: 15px 50px;
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.productcat-show li.productcat:hover {
  background-color: #e9e9e9;
}
.productcat-show a.productcat-a {
  color: #000 !important;
  text-decoration: none;
}
span.sku_wrapper {
  display: none !important;
}

/* アカウントページ */
.form-row-last {float:left!important;}
.form-row-first {float:right!important;}
form.woocommerce-ResetPassword p.form-row-first {
  float:left !important;
}
.form-row-first-ship {
  float: right;
  width: 47%;
  overflow: visible;
}

/* contact form */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}
/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
  margin-right: 15px;
	padding: 4px 8px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 65%;
	background-color: #31b0d5;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #31b0d5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #31b0d5;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 30%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 30%;
	}
}

.btn_contact7 input {
	width: 70%;
	background-color: #31b0d5;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #31b0d5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #31b0d5;
}

/* 商品ページ */
p.shopitem-info-title {
  margin-top: 30px !important;
}
p.shopitem-info-last {
  margin-bottom: 40px;
}
p.shopitem-info-red {
  color: #b22222;
  font-weight: 600;
}

/* フッターバナー */
.footer-bannar-link {
  background: #050505;
  padding: 30px 0 0px;
  text-align: center;
}
img.fit-picture {
  max-width: 540px;
}
/* フッターワーニング */
.footer-warning-text {
  background: #050505;
  padding: 60px 0 20px;
  text-align: center;
}
h3.footer-warning {
  color: #fff;
}
/* 一般設定　*/
/* 文字指定　*/
p.fsize-110 {
  font-size: 1.10em;
}
p.fsize-120 {
  font-size: 1.20em;
}
p.weight-b {
  font-weight: 600;
}
p.red-comment {
  color: #dc143c;
}

/* 一時的な設定　*/
/* 焼酎楽宴　*/
/* カテゴリー非表示　*/
.cat-item.cat-item-39 {
  display:none;
}
/* event　*/
.event-title {
  font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif !important;
  font-weight: 600;
}
/* 申込フォーム　*/
/* template01 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 40px;
}
.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: rgba(179,0,36);
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  min-width: 20%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 12px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: rgba(179,0,36);
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
