@charset "UTF-8";


html,body {
	width: 100%;
}
body {
	font-family: 'Lato', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
	color: #000;
	line-height: 1.6;
	font-feature-settings: "palt";
}
_:lang(x)::-ms-backdrop, body {
	/*font-family: "メイリオ", Meiryo, sans-serif;*/
}

::selection
{
	background: #c16462;
	color: #fff;
}
a {
	color: #c16462;
	outline: none;
	transition: all 0.2s;
}
a:hover {
	color: #ce1713;
}
a:hover img {
	opacity: 1;
}
a img {
	transition: all 0.2s;
}
a[href^="tel:"] {
	pointer-events: none;
	color: #333;
	text-decoration: none;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

sup {
	font-size: .5em;
}

strong {
	font-weight: bold;
}


.img {
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}


.kome {
	color: #ea5555;
}
.noLink {
	pointer-events: none;
}





/* wrapper */
/*------------------------------------------------------------------------------*/
#word_list_wrapper {
	width: 100%;
	max-width: 1200px;
	min-width: 500px;
	margin: 0 auto;
	padding: 20px;
}
/*#word_list_wrapper .subtitle01 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	background: linear-gradient(135deg, #911304, #ffffff);
	margin-bottom: 20px;
	padding: .5em;
}*/
#word_list_wrapper .subtitle01 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 65px;
	position: relative;
}
#word_list_wrapper .subtitle01:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}
#word_list_wrapper .subtitle01 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
#word_list_wrapper .word_section+.word_section {
	margin-top: 60px;
}
#word_list_wrapper .word_section .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#word_list_wrapper .word_section .contents table {
	width: 100%;
}
#word_list_wrapper .word_section .contents th,
#word_list_wrapper .word_section .contents td {
	font-size: 1.4em;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #8e8e8e;
	padding: .5em;
}
#word_list_wrapper .word_section .contents th {
	font-weight: bold;
	background-color: #f2f2f2;
}

#word_list_wrapper .word_section .contents_inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	/*border-right: 1px solid #8e8e8e;*/
}
#word_list_wrapper .word_section .contents_inner .contents_box {
	display: flex;
	width: calc(100% / 6);
	font-size: 1.5em;
	line-height: 1.2;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	/*border-left: 1px solid #8e8e8e;*/
}
#word_list_wrapper .word_section .contents_inner .contents_box:last-of-type {
	/*border-right: 1px solid #8e8e8e;*/
}
#word_list_wrapper .word_section .contents_inner .contents_box .td_column {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #f2f2f2;
	border-right: 1px solid #8e8e8e;
}
#word_list_wrapper .word_section .contents_inner .contents_box .td_cell {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 40px);
	height: 40px;
}

