@charset "UTF-8";
div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//tg-shokudo.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}

#st_toc_container,
#st_toc_container::before,
#st_toc_container::after,
#st_toc_container *,
#st_toc_container *::before,
#st_toc_container *::after {
box-sizing: border-box;
}
#st_toc_container {
margin: 0 auto;
padding: 20px 30px;
border: 1px solid #fafafa;
text-align: center;
}
#st_toc_container .st_toc_title {
position: relative;
display: inline-block;
margin-bottom: 5px;
padding: 5px;
border-bottom: 2px solid #333;
vertical-align: middle;
text-align: center;
font-weight: bold;
}
#st_toc_container .st_toc_title::before {
content: "\f0f6\00a0";
font-family: FontAwesome;
}
#st_toc_container .st_toc_toggle {
margin-left: 8px;
font-weight: 400;
font-size: 90%;
}
#st_toc_container .st_toc_list,
#st_toc_container .st_toc_list ul {
width: 100%;
list-style: none;
counter-reset: st-toc;
}
#st_toc_container .st_toc_list {
margin: 10px 0 30px;
padding: 0;
}
#st_toc_container .st_toc_list ul {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
@media only screen and (min-width: 960px) {
#st_toc_container.st_toc_hierarchical .st_toc_list ul {
margin-left: 2em;
}
}
#st_toc_container .st_toc_list li {
display: flex;
padding: 5px 0 0;
text-indent: 0;
font-weight: normal;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
#st_toc_container .st_toc_list ul:last-child li:last-child {
padding-bottom: 0;
}
#st_toc_container .st_toc_list li::before {
padding: 5px .5em 5px 0;
width: 2.5em;
content: counters(st-toc, '-', decimal) '.';
counter-increment: st-toc;
text-align: right;
white-space: nowrap;
}
#st_toc_container.st_toc_hierarchical .st_toc_list li::before {
width: auto;
text-align: left;
}
#st_toc_container .st_toc_list li a {
display: block;
padding: 5px;
border-bottom: 1px dotted #ccc;
color: #000;
text-align: left;
text-decoration: none;
flex-grow: 1;
}
#st_toc_container .st_toc_list li a:hover {
opacity: .5;
}