@charset "UTF-8";

/*!
Theme Name:  Nasu-Office Cocoon Child
Description: Nasu-Office Cocoon子テーマ
Theme URI:   https://wp-cocoon.com/
Author:      e-nets
Author URI:  
Template:    cocoon-master
Version:     241126
*/

/* カスタム元の子テーマ Cocoon Child 1.1.3 */

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* アピールエリア（メイン画像） */

/* ウィジェット
=============================================================*/
.widget_recent_entries .post-date {
  display: block;
  margin-top: -.5em;
  line-height: 1em;
}

.widget_recent_entries ul li a {
  margin-top:10px;
}

.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_block ul li a {
  padding-top:5px;
  padding-bottom:5px;
}


/* サイドバー */
.info-list {
  padding: 0;
}
  
.info-list-item {
  margin-top:10px;
  font-size:1em;
  padding:5px 4px;
}

.info-list-item-content {
  margin-bottom:4px;
}

/* コンテンツ上部 */

.content-top {
  margin-top:0;
  margin-bottom:0;
}

.content-top aside{
  margin-bottom:0 !important;
}

/* ブロック
=============================================================*/

/* カテゴリー */
.wp-block-categories-list {
  padding-left: 0 !important;
}

.wp-block-categories-list li{
  padding-left: 4px;
  padding-right: 4px;
}

.wp-block-categories-list a {
  color: initial;
  text-decoration: none;
}

.wp-block-categories-list a:hover {
  color: #e53900;
  text-decoration: underline;
}



/* フォーム
=============================================================*/

.wpcf7 ul {
  list-style: none;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}

.wpcf7 li {
  width: 100%;
  margin: 30px 0 0!important;
}

.wpcf7 li > label {
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  white-space: nowrap;
}
.wpcf7 label > span {
  letter-spacing: .05em;
  vertical-align: -.1em;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  resize: vertical;
}

.wpcf7-list-item.first {
  margin-left:0;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
  padding: calc(.5em -1px);
  outline: 2px solid #4891d3;
}

.wpcf7 .req {
  display: inline-block;
  margin-right: 10px;
  padding: .2em .5em;
  background-color: #4891d3 ;
  color: #ffffff;
  font-weight: 200;
  font-size: 10px;
  text-align: center;
  line-height:1.5em;
}

.wpcf7 .wpcf7-submit {
  display: block;
  width:fit-content;
  margin: 20px auto 0;
  padding: .5em 1em;
  border: none;
  border: 3px solid #4891d3;
  border-radius: 3em;
  background-color: #4891d3;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  text-indent: .05em;
  white-space: nowrap;
  cursor: pointer;
  transition: all ease .2s;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 1;
  background-color: #ebf6ff;
  color: #4891d3;
}

.wpcf7 .wpcf7-submit:disabled {
  border: 3px solid #bbbbbb;
  background-color: #bbbbbb;
  color: #ffffff;
}

/* 未入力表示 */
.wpcf7-not-valid-tip {
  margin-top: 10px;
}

/* 送信メッセージ表示 */
.wpcf7-response-output {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 20px auto 0!important;
  padding: .5em !important;
  text-align: center;
}

.wpcf7-spinner {
  display: block !important;
  margin: 20px auto !important;
}

/* really-simple-captcha */
.captcha-wrapper {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	flex-wrap: wrap;
}

.captcha-wrapper .wpcf7-captchac {
	height: 2em;
	width: auto;
	display: block;
}
 
.captcha-wrapper .wpcf7-captchar {
	margin: 0;
}



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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
