@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ for iwate-ict
Theme URI: https://wp-cocoon.com/
Author: kenny
Author URI: https://iwate-ict.jp/
Template:   cocoon-master
Version:    1.1.3 +1.0
*/

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

.content-bottom-in {
	background-color:white;
	border-radius: 5px;
	padding:20px 40px;
}

.content-bottom-in img{
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
}


.ul_grad {
  position: relative;
  padding: 0.5rem .5rem;
  text-align: center;
  margin-bottom: 1em;
}

.ul_grad:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
	


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

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

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