@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

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

/* ■■■-----------------------------------------
   追加 スタイルシート s
-----------------------------------------■■■ */

/* ----------------------------------
 = addquicktag-origi_style
---------------------------------- */
.k-txt_bold{
    font-weight: bold;
}
.k-txt_red{
    color: #dc2f2f;
}
.k-txt_redb{
    color: #dc2f2f;
    font-weight: bold;
}
.k-marker_under{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 55%, #fbfb9d 55%) repeat scroll 0 0;
}

hr.k-line_style1 {
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #fff;
}
hr.k-line_style2 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}

.k-box_style1 {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}
.k-box_style2 {
    background: #ffecec;
    border: 1px solid #fec9c9;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}
.k-box_style3 {
    background: #f2f2d6;
    border: 1px solid #eeeebd;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}

.k-links_box a{
    text-decoration: none;
}
.k-links_box::before {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 0.9em;
    margin: 0 3px 0 2px;
}
.k-links_box {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*cursor: pointer;*/
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 15px 12px;
    /*text-align: center;*/
    touch-action: manipulation;
    vertical-align: middle;
    /*white-space: nowrap;*/
}
.k-links_box:hover {
    /*background-color: #e6e6e6;
    border-color: #adadad;*/
    color: #333;
}

.k-links_box.focus, .k-links_box:focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333;
}

.k-box_style1 p,
.k-box_style2 p,
.k-box_style3 p{
    margin:8px 0!important;
}


/* ----------------------------------
 = ystmp_page-form_style
---------------------------------- */
.lp-containar h1{
    font-size: 2em!important;
}
.ystmp-h3{
    /*margin: 40px 0 15px 0 !important;
    padding: 0 0 10px 0!important;*/
    border-bottom: 3px solid #3887c4!important;
}
.ystmp-h4{
    border-left: #3887c4 4px solid!important;
    padding: .3em 0 .3em .8em!important;
    margin-top: 1em!important;
}
.ystmp-form-hisu{
    background: #dc2f2f;
    border-radius: 5px;
    padding: 3px 6px;
    color: #f5f5f5;
    font-size: 12px;
    margin: 0 3px;
}
.ystmp-txtbox1{
    width: 100%!important;
    padding: 2%!important;
    font-size: 1em!important;
}

.ystmp-contact-txt1,
.ystmp-contact-txt2,
.ystmp-contact-txt3{
    font-size: 1.2em!important;
}


.cta-inner{
    color: #fff!important;
}

/*-----------------------------------
「K」内部リンクをショートコードでブログカード化
------------------------------------*/
.k-blog-card {
    border: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 100%;
    /*border-radius: 5px;*/
    margin-bottom: 30px;
}

.k-blog-card a {
    color: #333;
    background: #fbfaf8;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.k-blog-card a:hover {
    background: #f2f2f2;
    color: #333;
}

.k-blog-card-thumbnail {
    float: left;
    padding: 10px;
}

.k-blog-card-thumbnail img {
    display: block;
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.k-blog-card-content {
    line-height: 120%;
}

.k-blog-card-title {
    padding: 10px 10px 10px 0;
    font-size: 15px;
    font-weight: bold;
}

.k-blog-card-title::before {
    content: '関連記事';
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #111;
    width: 5em;
    display: inline-block;
    padding: 0.2em;
    position: relative;
    top: -2px;
    text-align: center;
    margin-right: 0.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.k-blog-card-date {
    color: #333;
    font-size: 12px;
    /*margin-right: 10px;*/
    padding: 0px 10px 10px 0;
    text-align: right;
}

.k-blog-card-excerpt {
    font-size: 13px;
    padding: 0px 10px 10px 0;
}

@media screen and (max-width: 480px){
    .k-blog-card-excerpt {
        display: none;
    }
}



.k-blog-card2 {
    border: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 100%;
    /*border-radius: 5px;*/
    margin-bottom: 30px;
}

.k-blog-card2 a {
    color: #333;
    background: #fbfaf8;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.k-blog-card2 a:hover {
    background: #f2f2f2;
    color: #333;
}

.k-blog-card2-thumbnail {
    float: left;
    padding: 10px;
}

.k-blog-card2-thumbnail img {
    display: block;
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.k-blog-card2-content {
    line-height: 120%;
}

.k-blog-card2-title {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    font-weight: bold;
}

.k-blog-card2-title::before {
    content: '関連記事';
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #111;
    width: 5em;
    display: inline-block;
    padding: 0.2em;
    position: relative;
    top: -2px;
    text-align: center;
    margin-right: 0.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.k-blog-card2-date {
    color: #333;
    font-size: 12px;
    /*margin-right: 10px;*/
    padding: 0px 10px 10px 0;
    text-align: right;
}

.k-blog-card2-excerpt {
    font-size: 13px;
    padding: 0px 10px 10px 10px;
}

@media screen and (max-width: 480px){
    .k-blog-card2-excerpt {
        /*display: none;*/
    }
}


/*-----------------------------------
アクティブページ（カレント）
------------------------------------*/
.current_page_item {
    /*background: #;*/
    background-color: rgba(0, 149, 217, 0.05);
}

.current-menu-item {
    /*background: #;*/
    background-color: rgba(0, 149, 217, 0.05);
}


/*-----------------------------------
記事ページ　投稿日非表示
------------------------------------*/
.entry-header .post-date{
    display: none;
}


/* ■■■-----------------------------------------
   追加 スタイルシート e
-----------------------------------------■■■ */

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

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

}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  #sidebar{
    margin-top: 20px;
  }
}

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

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