@charset "UTF-8";

/*!
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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://nagano-hok.com/wp-content/css2/cocoon_nagano.css");
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

#main a[href*="https://members.nagano-hok.com/"] {
     padding-left: 22px;
     background: url(https://nagano-hok.com/wp-content/uploads/ico/key_ico.gif)
     no-repeat 0 .2em;     
}

/*.grecaptcha-badge { visibility: hidden; }*/
/*
.postlist {
    list-style-type: none;
    padding:.5em;
	margin:.5em;
   border: 2px solid #2589d0;
}

.postlist li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .5em;
	padding-left:.1em;
	border-bottom: 1px dotted #2589d0;
}

.postlist li a{
  text-decoration:none;
}

.postlist li::before {
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    content: '';
}

/*
.postlist {
    list-style-type: disc;
    list-style-position: inside;
    padding:0.3em;
    border: 2px solid #2589d0;
}

.postlist li {
    padding: .5em;
	padding-left:.1em;
}
.postlist li a{
 text-decoration:none;
}

.postlist li:not(:last-child) {
    border-bottom: 1px dashed #2589d0;
}

.postlist li::marker {
    color: #2589d0;
    font-size: 1.1em;
}
*/
