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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.messaige {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: white;
}

.alert-success {
    background-color: #7CC6A5;
}

.alert-error {
    background-color: #F09FA1;
}

.alert-warning {
    background-color: #f4d275;
}

.alert-info {
    background-color: #AACDED;
}
.flexbox{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flexbox div{
	max-width: 300px;
	margin-top: 3px;
}
.btn_blue {
  color: #55A8DC !important;
  border: 2px solid #55A8DC;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: auto;
	width: 100%;
	text-align: center;
}
.page .date-tags {
display: none;
}
@media screen and (max-width: 991px) { 
.quater{width:100%;}
}

@media screen and (min-width:992px) {
.quater{width:24%;} 
}
.btn_dark {
  background: #014fa2;
  border: 2px solid #7fcff4;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
	text-decoration:none;
cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.btn_dark:hover {
  background: #fff;
  color: #014fa2;
}
.btn_dark.btn_wide {
  max-width: 100%;
  width: 90%;
  margin: 20px auto;
  font-size: 1.1em;
  padding: 20px 40px;
}

@media screen and (max-width: 480px) {
  .btn_dark.btn_wide {
    width: 95%;
    font-size: 1em;
    padding: 15px 20px;
  }
}