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

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

.article h2 
 {
   border-left: 5px solid#0066cc;
   background-color: #E5F2FF;
	 color:#0095d9;
	 padding: 1em 1em;
   border-radius: 4px;
}

.article h3 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: 22px;
    padding: 12px 20px;
    background: #00053c;
    color: #fff;
}

.vk_post .vk_post_excerpt {
    margin: .8rem 0;
    font-size: 14px;
    line-height: 1.6;
    opacity: .8;
    color: #1b1b1b;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.vk_post .vk_post_title {
    font-size: 18px;
}

.vk_post .vk_post_date {
    text-align: right;
}

.main {
    padding: 10px 29px;
}

.media.vk_post:first-child {
    border-top: 0;
}

a:hover {
	opacity:0.7;
}
.article h5 {
    border-bottom: 0px solid var(--cocoon-thin-color);
}

.sidebar h2, .sidebar h3 {
    background-color: #00053c;
    padding: 12px;
    margin: 16px 0;
    border-radius: var(--cocoon-badge-border-radius);
    color: #fff;
}

.recommended {
    margin:0;
}

.widget-entry-cards.large-thumb-on .card-content {
    padding: 0.5em;
    background: #00053c;
}

.card-title {
    margin-bottom:0;
}

.wpcf7-list-item {
    display: block;
}

table p {
	margin-bottom: 0;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.test {
	width: 28%;
}

input[type=submit] {
    width:100%;
}

.tbl-r02 p {
	margin-bottom:0 !important;
}

input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid var(--cocoon-thin-color);
    background-color: #00053c;
    color: #ffffff;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
	 width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
}

table th {
    background:#f3f7ff;
}

p.contact_txt {
    margin-bottom:0px !important;
}

.veu_contact .contact_bt {
    display: none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
    main.main, div.sidebar {
        padding: 0px 16px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    main.main, div.sidebar {
        padding: 0px 16px;
    }
}
