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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
a{
text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

.article h1,.article h2{
	background-color:#fff;
	color:#000;
	font-size:1.5em;
	font-weight:normal;
	margin:0 auto;
	margin-bottom: 30px;
	padding:0.5em;
	border-left:solid 10px #00bd00;
	border-bottom:solid 1px #00bd00;
}
.navi{
	padding:0;
}
.logo-image{
	text-align:left;
}
.footer-widgets{
	margin:0px;
}
.widget-footer-right{
	text-align:right;
	font-size:15px;
	margin:0px;
}

.cont-title{
	font-size:1.5em;
	margin:0 auto;
	width:80%;
	padding-left:0.5em;
	border-left:solid 10px #00bd00;
	border-bottom:solid 1px #00bd00;
}
.sidebar{
	padding:5px;
}
.sidebar h3{
margin-top:0;
}

.widget-sidebar-scroll{
	margin:0;
	padding:0;
	font-size:15px;
	border:solid 1px #00bd00;
}

.cta-box{
	padding:0;
	background-color:transparent;
}

.widget_cta_box{
	border:none;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 62px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 45px;
  border-radius: 9999px;
  background-color:  #000;
  transform-origin: 50% calc(100% - 2px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.footer-center{
	top:28px;
	right:8px;
	position:absolute;
}
.footer-mobile, .footer-left, .footer-center, .footer-right{
	padding:0;
}

 .body .widget{
	margin-bottom:0;
}

.sidebar-scroll .page_item{
padding-left:10px;
}

.grecaptcha-badge { visibility: hidden; }

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

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

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