@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.customBtn1 {
	display: block;
	width: 100%;
	max-width: 600px;
	font-weight: 700;
	text-align: center;
	padding: 12px 24px;
	border-radius: 10px;
	font-size: 16px;
	border: 1px solid #2638E6;
	transition: .3s;
	background-color: #2638E6;
	color: #fff !important;
	text-decoration: none !important;
	margin: 16px auto;
}
.btnColor1 {
	border: 1px solid #2638E6;
	background-color: #2638E6;
	&:hover{
		background: #fff;
		color: #2638E6 !important;
	}	
}

.btnColor2 {
	border: 1px solid #ee390c;
	background-color: #ee390c;
	margin: 4px auto 16px auto !important;
	&:hover{
		background: #fff;
		color: #ee390c !important;
	}	
}
.btnInfo{
	padding-bottom: 3px !important;
	margin-bottom: 0 !important;
    color: #ee390c;
	text-align: center;
    font-size: 16px !important;
    font-weight: 600 !important;
}


.sidebar h2 {
    font-size: 20px !important;
    margin: 20px auto 10px;
    padding: 10px 10px 10px 16px;
    background-color: #012543;
    color: #fff;
}

.wiget-popular-articles{
	margin-bottom: 1.8em;
}

/* divの枠線 */
.callout {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin: 16px 0;
  background-color: #ffffff;
  border-radius: 4px;
}

.callout a:hover {
  text-decoration: underline;
}

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

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

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