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

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


#fancybox-wrap{
width:340px !important;	
}

.tagline {
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.site-logo-image{width: 240px;}

.header {
    background-image: url(https://dogs-info.info/wp-content/uploads/2022/10/23031868.jpg);
    height: 75px;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 0.4em;
}

.sp{display:none;}



.nex_list li{
float:left;
width:48%;
text-align:center;
margin: 0;
list-style: none;
}
.nex_list li img{
width:100%;
}

.nex_list h4{
    margin: 0 !important;font-size:13px !important;margin-bottom: 10px !important;
}

.btn{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#40bc15', endColorstr = '#286d38');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#40bc15', endColorstr = '#286d38')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #40bc15, #286d38);
background-image: -ms-linear-gradient(top, #40bc15, #286d38);
background-image: -o-linear-gradient(top, #40bc15, #286d38);
background-image: -webkit-gradient(linear, center top, center bottom, from(#40bc15), to(#286d38));
background-image: -webkit-linear-gradient(top, #40bc15, #286d38);
background-image: linear-gradient(top, #40bc15, #286d38);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

    padding: 10px;
    color: #FFF !important;
    border: 1px solid #264020;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
    width: 80%;
    margin: 0 auto 20px auto;

}



.btn2{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#40bc15', endColorstr = '#286d38');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#40bc15', endColorstr = '#286d38')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #98d274, #668a42);
    background-image: -ms-linear-gradient(top, #98d274, #668a42);
    background-image: -o-linear-gradient(top, #98d274, #668a42);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#98d274), to(#668a42));
    background-image: -webkit-linear-gradient(top, #98d274, #668a42);
    background-image: linear-gradient(top, #98d274, #668a42);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    padding: 5px;
    color: #FFF !important;
    border: 1px solid #264020;
    border-radius: 10px;		/* CSS3草案 */
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
    width: 65%;
    margin: 15px auto 20px auto;
}
.nex_list .btn2 {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#40bc15', endColorstr = '#286d38');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#40bc15', endColorstr = '#286d38')";
    background-image: -moz-linear-gradient(top, #40bc15, #286d38);
    background-image: -ms-linear-gradient(top, #40bc15, #286d38);
    background-image: -o-linear-gradient(top, #40bc15, #286d38);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#40bc15), to(#286d38));
    background-image: -webkit-linear-gradient(top, #FF662B, #F9AC00);
    background-image: linear-gradient(top, #40bc15, #286d38);
    padding: 5px;
    color: #FFF !important;
    border: 1px solid #264020;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 80%;
    margin: 0 auto 20px auto;
}


	.close{
		position:absolute;
		display:inline-block;
		top: -40px;
		//top: -10px;
		right: -12px;
		width: 60px;
		height: 60px;
		border:0;
		background-color:black;
		border-radius:32px;
		margin:0;
		padding:0;
		transform:scale(0.5);
		cursor:pointer;
	}
	.close:before{
		content:"";
		position:absolute;
		display:inline-block;
    top: 12px;
    left: 27px;
		width:6px;
		height:35px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.close:after{
		content:"";
		position:absolute;
		display:inline-block;
top: 12px;
    left: 28px;
		width:6px;
		height:35px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.close:hover{
		background-color:red;
	}






.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000000000;
//display:block !important;
//display:none;
}
.fixed img {
    width: 95% !important;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.fixed a {
color:#FFF;
}


.nav2 {
    padding: 0 20px;
    margin: 0 auto 60px;
    width: 760px;
}
.fixed {
    position: fixed !important;
//top: 0 !important;
top: inherit !important;
    left: 0 !important;
    width: 100% !important;
display:block;
//bottom: initial !important;
bottom: 0;

color: #000;
    padding: 0px;
    //background: #ffffff;
    //border-bottom: 1px solid #6f8da7;

}

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

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

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



.lead_txt4{
    display: block;
    text-align: center;
    font-size: 24px;
    color: #F00;
    font-weight: bold;
}
.lead_txt2{
    margin: 0;
    font-size: 14px;
    display: block;
    text-align: center;
}
.lead_txt3{
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.code{
    line-height: 20px;
    margin-bottom: 12px;
    display: block;
    text-align: center;
    line-height: normal;
    font-size: 30px;
    padding-top: 10px;
}






