@charset "UTF-8";
/* CSS Document */

/* ヘッダー */
.header-title {
	font-size: 18px;
	background: #006B51;
	color: white;
	text-align: center;
}
/* メインコンテンツ */
.main-content {
    margin: auto;
    padding: 2%;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
.intro-text, .section-description, .subsection-text, .conclusion-text {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}
/* セクションタイトル */
.section-title, .conclusion-title {
	font-size: 18px;
	color: #006B51;
	margin-bottom: 1rem;
	border-bottom: 2px solid #006B51;
	padding-bottom: 0.5rem;
	padding: 1% 0;
	margin: 3% 0 2%;
}
/* リストスタイル */
.item-list, .design-list {padding: 1% 2em;}
.item, .design-item {
    margin-bottom: 0.5rem;
    list-style-type: disc;
	font-size: 15px;
}
/* サブセクションタイトル */
.subsection-title {
    font-size: 1.4rem;
    color: #444;
    margin-top: 2%;
    margin-bottom: 0.5rem;
	padding-bottom: 1%;
    width:100%;
    text-align: center;
    font-weight: bold;
    position: relative;
	border-bottom: 2px solid #006B51;
}
/* 画像 */
img.colimg {
	Margin: auto;
	display: block;
	padding: 2%;
	max-width: 650px;
}
/* その他 */
.conts_mainttl {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}
.f_conts_list_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	row-gap: 15px;
	margin: 3% auto;
}
.f_conts_list_flex .f_conts_list_flex_ele {
	width: calc(100%/3 - 10px);
	position: relative;
	box-sizing: border-box;
}
.f_conts_list_flex .f_conts_list_flex_ele p {margin: 0 auto;}
.f_conts_list_flex .f_conts_list_flex_ele p img {margin-bottom: 10px;}	

/*================================================
 *  PCのみ
 ================================================*/
@media print, screen and (min-width:1025px) {
	.main-content {margin-top: 0;}
	.header-title {padding: 1%;}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.header-title {margin: 10px 0 0; font-size: 14px;}
	.intro-text, .section-description, .subsection-text, .conclusion-text {
		font-size: 12px;
	}
	/* セクションタイトル */
	.section-title, .conclusion-title {font-size: 14px;}
	/* リストスタイル */
	.item, .design-item {font-size: 12px;}
	/* サブセクションタイトル */
	.subsection-title {font-size: 13px;}
	/* その他 */
	.f_conts_list_flex .f_conts_list_flex_ele {width: calc(100%/2 - 5px);}
}
/*================================================
 *  タブレット
 ================================================*/
@media screen and (min-width:768px) and (max-width:1024px) {
	.calendar_parts {max-width: 600px; margin: auto;}
}
