/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

*{
	font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

main ul{
	padding-left: 0; 
	margin-bottom: 0; 
	margin-left: 0;
}
li{
	list-style: none;
}
.skill-list{
	border: 2px solid #F6BA08;
	background: #FFFBF2;
	padding: 1.25rem;
	border-radius: 0.75em;
}
.skill-list span{
		font-size: 14px;
}
.wp-block-image figcaption,.wp-element-caption{
	text-align: left !important;
}
.st-kaiwa-box .st-kaiwa-face img{
	border-radius: 10px;
}
.st-kaiwa-box .st-kaiwa-face2 img{
	border-radius: 10px;
}
.mark{
 
    background:linear-gradient(transparent 70%, #f8e71c 70%);
 
}
.st-kaiwa-hukidashi{
	background-color: #f5f5f5;
}

.st-kaiwa-hukidashi2{
	background-color: #f5f5f5;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
		max-width: 130px;
		margin: auto;
		
	}
	.cardh2{
		font-size: 16px !important;
		line-height: 1 !important;
		padding: 15px　!important;
	}

	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
	h1{
		font-size: 24px !important;
	}
	h2{
	    padding-top: 0px;
    padding-right: 0px !important;
    padding-bottom: 0px;
    padding-left: 0px !important;
}
	.wp-image-16 img{
		width: 240px;
		
	}
	/*-- ここまで --*/
}
