@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.chat_l,
.chat_r{
position: relative;
margin: 0 0 2em;
overflow: hidden;
}
.bubble{
display: inline-block;
position: relative;
min-height: 60px;
min-width: 60px;
padding: .75em;
border: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
font-size: 1.4rem;
}
.rc8 {
border-radius: 8px;
}
.chat_l .bubble{
float: left;
}
.chat_r .bubble{
float: right;
}
.bubble .bubble_in{
border-color: #fff;
line-height: 1.8;
}
.talker{
display: block;
width: 100px;
height: auto;
text-align: center;
}
.talker b{
display: inline-block;
height: auto;
line-height: 1.6;
font-weight: normal;
font-size: 1rem;
text-align: left;
vertical-align: top;
}
.talker img{
display: block;
width: auto;
max-width: 100%;
margin: auto;
}
.chat_l .talker{
float: left;
}
.chat_r .talker{
float: right;
}
.chat_l .bubble_wrap{
float: right;
width: 100%;
padding-left: 30px;
}
.chat_r .bubble_wrap{
float: left;
width: 100%;
padding-right: 30px;
}
.bubble .bubble_in::after,
.bubble .bubble_in::before {
position: absolute;
top: 55px;
width: 0;
height: 0;
border: solid transparent;
content: "";
}
@media screen and (max-width: 767px) {
.bubble .bubble_in::after,
.bubble .bubble_in::before {
position: absolute;
top: 30px;
width: 0;
height: 0;
border: solid transparent;
content: "";
}
}
.wp-admin .bubble .bubble_in::after,
.wp-admin .bubble .bubble_in::before{
position: absolute;
top: 50%;
width: 0;
height: 0;
border: solid transparent;
content: "";
}
.chat_l .bubble .bubble_in::after,
.chat_l .bubble .bubble_in::before{
right: 100%;
}
.chat_r .bubble div::after,
.chat_r .bubble div::before{
left: 100%;
}
.chat_l .bubble .bubble_in::after{
margin-top: -4px;
border-width: 4px 6px;
border-color: transparent;
border-right-color: inherit;
border-top-color: inherit;
}
.chat_l .bubble .bubble_in::before{
margin-top: -5px;
border-width: 5px 8px;
border-color: transparent;
border-right-color: #ccc;
border-top-color: #ccc;
}
.chat_r .bubble .bubble_in::after{
margin-top: -4px;
border-width: 4px 6px;
border-color: transparent;
border-left-color: inherit;
border-top-color: inherit;
}
.chat_r .bubble .bubble_in::before{
margin-top: -5px;
border-width: 5px 8px;
border-color: transparent;
border-left-color: #ccc;
border-top-color: #ccc;
}
.bubble p:last-child{
margin-bottom: 0;
}
.chat_style02 .bubble{
border-top: 0;
border-left: 0;
background-color: #05a5ab;
color: #fff;
}
.chat_style02 .bubble .bubble_in{
border-color: #05a5ab;
}
.chat_l.chat_style02 .bubble .bubble_in::before{
border-right-color: inherit;
border-top-color: inherit;
}
.chat_r.chat_style02 .bubble .bubble_in::before{
border-left-color: inherit;
border-top-color: inherit;
}
.chat_style03 .bubble{
background-color: #eee;
border-color: #d6d6d6;
border-top: 0;
border-left: 0;
}
.chat_style03 .bubble .bubble_in{
border-color: #eee;
}
.chat_r.chat_style03 .bubble .bubble_in::before{
border-left-color: #d6d6d6;
border-top-color: #d6d6d6;
}
.chat_l.chat_style03 .bubble .bubble_in::before{
border-right-color: #d6d6d6;
border-top-color: #d6d6d6;
}
.chat_style03 .bubble .bubble_in::after{
margin-top: -5px
} .together .talker{
width: 100%;
}
.together .bubble_wrap{
width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.together .talker b{
display: inline-block;
max-width: 100px;
margin-right: 10px;
text-align: left;
vertical-align: top;
}
.together.chat_l .talker,
.together.chat_r .talker{
float: none;
margin: 0 0 10px;
}
.together.chat_l .talker{
text-align: left;
}
.together.chat_r .talker{
text-align: right;
}
.together .bubble .bubble_in::after,
.together .bubble .bubble_in::before{
top: auto;
bottom: 100%;
}
.together.chat_l .bubble .bubble_in::after,
.together.chat_l .bubble .bubble_in::before{
right: auto;
left: 50px;
}
.together.chat_r .bubble .bubble_in::after,
.together.chat_r .bubble .bubble_in::before{
right: 50px;
left: auto;
}
.together.chat_l .bubble .bubble_in::after{
margin-top: -20px;
margin-left: -6px;
border-width: 6px 4px;
border-color: transparent;
border-bottom-color: inherit;
border-left-color: inherit;
}
.together.chat_l .bubble .bubble_in::before{
margin-top: -21px;
margin-left: -7px;
border-width: 8px 5px;
border-color: transparent;
border-bottom-color: #ccc;
border-left-color: #ccc;
}
.together.chat_r .bubble .bubble_in::after{
margin-top: -20px;
margin-right: -8px;
border-width: 6px 4px;
border-color: transparent;
border-right-color: inherit;
border-bottom-color: inherit;
}
.together.chat_r .bubble .bubble_in::before{
margin-top: -21px;
margin-right: -9px;
border-width: 8px 5px;
border-color: transparent;
border-right-color: #ccc;
border-bottom-color: #ccc;
}
.bubble_in p:last-child{
margin-bottom: 0;
}
.chat_l {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.chat_r {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.linkcard{margin-top:4px!important;margin-bottom:16px!important;margin-left:4px!important;margin-right:16px!important;}.linkcard a{text-decoration:none;}.linkcard img{margin:0!important;padding:0;border:none;}.linkcard span.external-icon{display:none;}.linkcard p{display:none;}.lkc-unlink{cursor:not-allowed;}.lkc-external-wrap{border:solid 1px;background-color:#f8f8f8;}.lkc-internal-wrap{border:solid 1px;background-color:#ddeeff;}.lkc-this-wrap{border:#888888 solid 1px;background-color:#bbccdd;}.lkc-external-wrap,.lkc-internal-wrap,.lkc-this-wrap{position:relative;margin:0;padding:0;max-width:500px;}.lkc-card{margin-top:8px;margin-bottom:8px;margin-left:8px;margin-right:8px;}.lkc-content{word-break:break-all;white-space:normal;overflow:hidden;height:108px;margin:8px 0 0 0;}.lkc-title{display:block;overflow:hidden;word-break:break-all;color:#111111;font-size:16px;line-height:24px;white-space:wrap;text-overflow:ellipsis;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:bold;font-style:normal;text-decoration:none;}.lkc-title:hover{text-decoration:underline;}.lkc-excerpt{padding:0;overflow:hidden;color:#333333;font-size:11px;line-height:17px;white-space:wrap;text-overflow:ellipsis;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-excerpt:hover{text-decoration:none;}.lkc-url{display:block!important;margin:0;padding:0;border-radius:4px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#4466ff;font-size:10px;line-height:10px;font-weight:normal;font-style:normal;text-decoration:underline;}.lkc-url:hover{text-decoration:underline;}.lkc-url:link{text-decoration:none;}.lkc-date{display:block!important;margin:0;padding:0 4px;border-radius:4px;text-decoration:none;overflow:hidden;color:#444444;font-size:10px;line-height:16px;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-date:hover{text-decoration:none;}.lkc-external-wrap .lkc-heading{position:absolute;top:-17px;left:20px;padding:0 17px;border:solid 1px;background-color:#f8f8f8;}.lkc-internal-wrap .lkc-heading{position:absolute;top:-17px;left:20px;padding:0 17px;border:solid 1px;background-color:#ddeeff;}.lkc-this-wrap .lkc-heading{position:absolute;top:-17px;left:20px;padding:0 17px;border:#888888 solid 1px;background-color:#bbccdd;}.lkc-heading{display:inline!important;color:#444444;font-size:12px;line-height:32px;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-heading:hover{text-decoration:none;}.lkc-external-wrap .lkc-more{display:none;}.lkc-internal-wrap .lkc-more{display:none;}.lkc-this-wrap .lkc-more{display:none;}.lkc-more{display:inline;position:absolute;padding:0 24px;color:#444444;font-size:12px;line-height:40px;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-more:hover{text-decoration:none;}.lkc-info{display:flex!important;margin:0;padding:0;align-items:center;color:#222222;font-size:12px;line-height:12px;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-added{display:inline!important;border-radius:4px;color:#222222;padding:4px;background-color:#365cd9;font-size:12px;line-height:12px;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-added:hover{text-decoration:none;}.lkc-info:hover{text-decoration:none;}.lkc-info *{margin:0 4px 0 0;white-space:nowrap;overflow:hidden;}.lkc-favicon{display:inline-flex!important;vertical-align:middle!important;border:none;height:16px;width:16px;}img.lkc-favicon{margin:-4px 0 0 0!important;object-fit:cover;height:100%;width:100%;}.lkc-domain{display:inline-flex!important;vertical-align:middle!important;text-decoration:none;color:#222222;font-size:12px;line-height:12px;font-weight:normal;font-style:normal;text-decoration:none;}.lkc-share{text-shadow:none;white-space:nowrap;overflow:hidden;line-height:12px;}.lkc-share *{display:inline;margin:0!important;padding:0 1px!important;font-size:9px;text-decoration:underline!important;font-weight:bold!important;white-space:nowrap;}.lkc-sns-x{color:#ffffff!important;background-color:#333!important;}.lkc-sns-tw{color:#5ea9dd!important;background-color:#e0f8fa!important;}.lkc-sns-fb{color:#ffffff!important;background-color:#3864a3!important;}.lkc-sns-hb{color:#ff6464!important;background-color:#ffefef!important;}.lkc-sns-gp{color:#dd4e42!important;background-color:#ffffff!important;}.lkc-sns-po{color:#eeeeee!important;background-color:#ee4055!important;}.lkc-url-info{font-weight:normal;text-decoration:underline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#4466ff;font-size:10px;line-height:10px;font-weight:normal;font-style:normal;text-decoration:underline;}.lkc-url-info:hover{text-decoration:underline;}.lkc-thumbnail{display:flex;float:left;width:102px;margin:0 8px 0 0;}.lkc-thumbnail-img{object-fit:cover;width:100px!important;height:108px!important;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}.lkc-error{display:block;padding-top:50px;margin-top:-50px;}.clear{clear:both;}blockquote.lkc-quote{background-color:transparent;background-image:none;padding:0;margin:0;border:none;}blockquote.lkc-quote::before{content:'';}blockquote.lkc-quote::after{content:'';}.lkc-iframe-wrap{max-width:500px;}.lkc-iframe{padding:0;margin:0;width:100%;}@media screen and (max-width:600px){.lkc-title{font-size:14px;line-height:21px;}.lkc-excerpt{font-size:10px;}.lkc-thumbnail{width:90px!important;}img.lkc-thumbnail-img{height:97px!important;width:90px!important;}}@media screen and (max-width:480px){.lkc-title{font-size:12px;line-height:19px;}.lkc-excerpt{font-size:8px;}.lkc-thumbnail{width:70px!important;}img.lkc-thumbnail-img{height:75px!important;width:70px!important;}}@media screen and (max-width:320px){.lkc-title{font-size:11px;line-height:16px;}.lkc-excerpt{font-size:6px;}.lkc-thumbnail{width:50px!important;}img.lkc-thumbnail-img{height:54px!important;width:50px!important;}}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}.movie-wrap {
position: relative;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
}
.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}