@charset "utf-8";
/*
Theme Name: Template
Author: 3eee
Author URI: https://3eee.co.jp/
Description: Template build.
Version: 1.0
*/


/*** ページ専用 共通CSS設定 ***/


div.page_block dl {
	display: flex;
    gap: var(--margin_xxs);
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

div.page_block dl dt{
	width: 4em;
    background: #00000047;
    color: #fff;
    text-align: center;
}

div.page_block dl dd {
    width: calc(100% - (4em + var(--margin_xxs)));
}

div.page_block dl dd em {
	color: #de1f3f;
	font-style: normal;
}


/*----------------------------------------*/


/*　スマホ
----------------------------------------*/
@media screen and (max-width: 768px) {

}

/*　タブレット
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1280px) {

}

@media screen and (min-width: 768px) and (max-width: 900px) {

}

/*　PC
----------------------------------------*/
@media screen and (min-width: 1280px) {

}