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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.type_a{
	margin-bottom: 0.6em;
	line-height: 1.3;
	font-size: 110%;
	font-weight: bold;
	color: #f57388;
}
.type_a span{
	font-size: 135%;
}

.type_b{
	margin-bottom: 0.6em;
	line-height: 1.3;
	font-size: 100%;
	font-weight: bold;
}
.type_c{
	line-height: 1.3;
	font-size: 85%;
}
.wp-block-image{
	margin: auto;
	max-width: 60vw;
}

.cancer_block {
  display: flex;
  flex-wrap: wrap;
}

.cancer_block .column {
  width: 49%; /* PCでは2列 */
  padding: 10px;
  box-sizing: border-box;
}
.cancer_block .column .wp-block-image{
	max-width: none;
}
/* スマホなど画面幅が768px以下のときは1列 */
@media (max-width: 768px) {
  .cancer_block .column {
    width: 100%;
  }
}

/* 各メニュー項目の幅を変更 */
.navi-in ul li {
  width: 192px;
}

/* 補助金申請用画面タブ：スマホサイズでも横並びに変更 */
@media (max-width: 768px) {
	.article ul{
		padding: 0;
		margin-bottom: 0;
	}
	.wpsm_nav-tabs li {
		width: 49.5%;
		display: inline-block;
	}
}

/* Fixed Bottom Menuを中央寄せ */
.fixed-bottom-menu-container{
	justify-content: center;
}

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

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

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