/*
Theme Name: Write
Description: Typography for Japanese.
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.8;
}

.site-title {
	font-size: 3em;
}

.site-description {
	font-style: normal;
}

.home-text {
	line-height: 1.8;
}

.intro {
	line-height: 1.8;
}

.widget {
	line-height: 1.7;
}



/* 本文 */
.breadcrumbs {
	font-size: 68%;
	padding: 13px 0 10px;
}

.breadcrumbs.fuku {
    display: flex;
    column-gap: 0.25rem;
}

h2.entry-title a {
	text-decoration: underline;
}



/* テーブル */
.contentsMain table {
	border-color: #363636;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 2.5em;
	max-width: 100%;
}

.contentsMain th {
	background-color: #d4e8e9;
	border-color: #363636;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

.contentsMain td {
	border-color: #363636;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

/* テーブル内のpタグのマージンを0にする */
.contentsMain table p {
	margin: 0px 0px 1em;
}

.contentsMain table p:last-child {
	margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */

.contentsMain table[border="0"],
.contentsMain table[border="0"] th,
.contentsMain table[border="0"] td {
	border-width: 0px;
}


a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}