@charset "UTF-8";
/* ============================================================================================== * 
 * linkcard/_index.scss
 *
 * LinkCardのCSS定義を行います
 *
 * Copyright Progress LLC.
 * ============================================================================================== */
.linkcard {
  margin-top: -2em;
}
.linkcard .outer {
  width: -webkit-fill-available;
  float: left;
  line-height: 1;
  background-color: #f0f8ff;
  border: 1px solid #b0c4de;
  word-wrap: break-word;
  margin: 20px;
  box-shadow: 0 0 10px 6px rgba(0, 128, 128, 0.125);
}
.linkcard .outer a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.linkcard .outer a:hover {
  opacity: 0.6;
}
.linkcard .outer a .thumbnail {
  float: left;
  padding: 20px;
}
.linkcard .outer a .content .title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}
.linkcard .outer a .content .descript {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}
.linkcard .outer a .content .url {
  font-size: 0.65em;
  padding: 0 17px 15px 20px;
  text-align: left;
}
.linkcard .outer a .content .url .favicon {
  margin-bottom: -4px;
}
.linkcard .outer a .content .url .fas.fa-external-link-alt::before {
  font-size: 0.75em;
}

@media screen and (max-width: 768px) {
  .linkcard .outer a .thumbnail {
    float: none;
    padding-bottom: 0;
  }
  .linkcard .outer a .thumbnail img {
    width: 100%;
  }
  .linkcard .outer a .content .title {
    padding-top: 6px;
  }
}
/* ============================================================================================== * 
 * contactform7/_index.scss
 *
 * Contact Form 7のCSS定義を行います
 *
 * Copyright Progress LLC.
 * ============================================================================================== */
form.wpcf7-form textarea {
  font-family: inherit;
}
form.wpcf7-form input[type=submit] {
  cursor: pointer;
  width: 40%;
  font-size: 16px;
  background-color: rgb(127, 255, 212);
}
form.wpcf7-form #agreeContent {
  border: solid 1px;
  font-size: small;
  height: 180px;
  margin-bottom: 1em;
  overflow-y: auto;
  padding: 8px;
}
form.wpcf7-form #agreeContent h4 {
  background-color: rgb(200, 235, 250);
  font-size: initial;
  font-weight: bold;
  margin: 0;
  padding: 4px 8px 6px;
}
form.wpcf7-form #agreeContent h5 {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
}
form.wpcf7-form #agreeContent ul {
  margin: 0;
}
form.wpcf7-form #agreeContent ul li {
  margin-bottom: 0;
}
form.wpcf7-form #agreeContent dl {
  border-bottom: none;
  margin: 1em 0 0 1.5em;
}
form.wpcf7-form #agreeContent dl dt {
  font-weight: bold;
  float: none;
  margin: 0 0 0.5em 0;
  padding: 0;
  width: 100%;
}
form.wpcf7-form #agreeContent dl dd {
  margin: 0 0 0.25em 1em;
  padding: 0;
  border-left-color: transparent;
}
form.wpcf7-form #agreeContent p {
  margin-bottom: 0;
}
form.wpcf7-form #agreeContent div {
  margin-top: 1em;
}
form.wpcf7-form .getip {
  color: red;
  margin: -1.5em 0 0.5em 2em;
}

div#wpcf7cpcnf table th, div#wpcf7cpcnf table td {
  background-color: white;
  border: 1px solid #ddd;
}
div#wpcf7cpcnf button {
  cursor: pointer;
  width: 40%;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 11px;
  margin-right: 20px;
}
div#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn {
  background-color: rgb(200, 235, 250);
}
div#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn {
  background-color: rgb(255, 250, 205);
}

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article p {
  margin-bottom: 1em;
}

.logo-image {
  line-height: 0;
  padding-bottom: 0;
}

.appeal-in {
  padding-top: 0;
}

.content {
  margin-top: 0;
}

.home.page .entry-title,
.page .date-tags {
  display: none;
}

.page-wi-fi .speech-balloon h2, .page-pc .speech-balloon h2, .page-smart-speaker .speech-balloon h2 {
  margin-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}