html {
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ",
		sans-serif;
	font-size: 15px;
	line-height: 1.5;
	overflow-x: hidden;
	background-color: #fbf9ef;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	opacity: 0.7;
}
ul > li {
	list-style: none;
}
/* font-style */
.mincho_font {
	font-family: "ヒラギノ明朝 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
		HGS明朝E, メイリオ, Meiryo, serif;
}
header {
	width: 100%;
	text-align: center;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
}
header > h1 {
	margin: 0px auto;
	width: 1200px;
}
header > h1.sp_h1 {
	display: none;
}
header > h1 > img {
	display: block;
	vertical-align: bottom;
}
header > div {
	margin: 0px auto;
	width: 1200px;
}
header > div.sp_h1_div {
	display: none;
}
header > div > img {
	display: block;
	vertical-align: bottom;
}
div.sp_main {
	display: none;
}
div.sp_main_list {
	display: none;
}
header > div > div > img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}
nav {
	background-color: #e2ddcb;
}
#pankuzu {
	margin: 0px auto;
	padding: 2px 0px;
	list-style: none;
	width: 1175px;
}
#pankuzu > li {
	display: inline-block;
	letter-spacing: 0.1em;
}

div.search_box{
	display: flex;
	margin: 40px auto;
	width: 900px;
}
div.search_box > form{
	display: flex;
}
div.search_div{
	font-size: 1.3em;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}
div.search_icon{
	position: relative;
	margin-left: 30px;
}
div.search_icon::before{
	position: absolute;
	content: "";
	background-image: url(../images/search_glass_gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 22px;
	width: 22px;
	top: 10px;
	left: 10px;
	margin: auto;
}
input.search_input{
	background-color: #ffffff !important;
	border: 1px solid #ababab !important;
	border-radius: 10px !important;
	box-sizing: border-box !important;
	color: #000 !important;
	font-size: 1em !important;
	padding: 13px 5px 13px 40px !important;
	width: 450px !important;
	height: 45px !important;
}
input.search_input:focus{
	border:3px solid #76bdff !important;
	outline: none !important;
}
button.search_button{
	position: relative;
	background-color: #aca01e;
	border: none;
	border-radius: 10px;
	box-shadow: 0 6px #817816;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.05em;
	margin: -3px 0 0 30px;
	height: 45px;
	width: 110px;
}
button.search_button::before{
	position: absolute;
	content: "";
	background-image: url(../images/search_glass.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 1em;
	width: 1em;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
button.search_button:active{
	box-shadow: none;
	transform:translateY(6px);
}

div.contents {
	display: table;
	width: 1200px;
	margin: 15px auto;
}
div.center_box_sp {
	display: none;
}
div.left_box {
	display: none;
}
ul.genre_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.genre_list > li {
	display: table;
	padding: 5px 0px;
	border-bottom: 1px solid #ffffff;
}
ul.genre_list > li > img {
	display: table-cell;
	vertical-align: middle;
}
ul.genre_list > li > span {
	display: table-cell;
	font-size: 1.2em;
	vertical-align: middle;
	padding-left: 8px;
	letter-spacing: 0.1em;
}
div.center_box {
	display: table-cell;
	width: 745px;
	padding: 0px 20px;
	vertical-align: top;
}

.article_contents h2,
div.center_box > h2 {
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	background-color: #012e4f;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 2px 0px;
}
div.column_box {
	display: inline-block;
	margin: 4px;
	width: 360px;
	vertical-align: top;
	position: relative;
	text-align: left;
}
div.column_box > img {
	display: block;
	max-width: 360px;
	vertical-align: bottom;
}
div.column_box > h3 {
	margin: 0px;
	background-color: #ffffff;
	padding: 5px;
	font-size:1.1em;
}
div.column_box > p.column_adjust {
	margin: 0px;
	padding: 2px 5px;
}
div.column_box > p.column_date{
	color:#666666;
	text-align:right;
	padding:0px 0px 10px 0px;
	margin:0;
}
div.column_box > p.column_date > span{
	font-size:0.75em;
	display:inline-block;
	padding:0px 5px 0px 0px;
}
div.column_box > a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
div.column_box > a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}
div.right_box {
	display: table-cell;
	text-align: center;
}
div.right_box > h2 {
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	background-color: #012e4f;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 2px 0px;
}
div.right_box > h2 > span {
	display: block;
	font-size: 0.7em;
}
div.mini_column_box {
	display: table;
	margin: 10px 0px;
	border-bottom: 1px solid #989898;
	padding-bottom: 5px;
	position: relative;
}
div.mini_column_box > img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	width: 124px;
}
div.mini_column_box > h3 {
	display: table-cell;
	vertical-align: top;
	font-size: 1em;
	text-align: left;
	width: 100%;
	padding-left: 5px;
}
.column_date2{
	padding:0;
	margin:0;
	color:#666666;
	text-align:right;
	font-size:0.95em;
	position:absolute;
	bottom:5px;
	right:5px;
}
.column_date2 > span{
	font-size:0.75em;
	display:inline-block;
	padding:0px 5px 0px 0px;
}


footer {
	background-color: #e2ddcb;
}
div.footer {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	padding: 15px 0px 5px 0px;
}
div.footer > div {
	width: 45%;
	display: inline-block;
	margin: 0px 10px;
}
div.footer > div > a > img {
	width: 100%;
}
div.footer > div > span > img {
	width: 100%;
}
div.copyright {
	background-color: #ffffff;
	color: #012e4f;
	text-align: center;
	padding: 5px 0px;
}

/* paging */
ul.pc_paging {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul.pc_paging > li {
	display: inline-block;
	margin: 0px 5px;
	border: 1px solid #4d4d4d;
}
ul.pc_paging > li.now_page {
	background-color: #4d4d4d;
	padding: 1px 8px;
	color: #ffffff;
}
ul.pc_paging > li.link_adjust {
	border: none;
}
ul.pc_paging > li > a {
	padding: 1px 8px;
}

/* column */
div.column_status {
	width: 100%;
	position: relative;
}
div.column_status > p.date {
	text-align: right;
	padding:0;
	margin:0;
	color:#666666;
	font-size:0.95em;
	position:absolute;
	bottom:5px;
	right:5px;
}
div.column_status > p.date > span{
	font-size:0.75em;
	display:inline-block;
	padding:0px 5px 0px 0px;
}
div.column_tag_area > ul.column_tag {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.column_tag_area > ul.column_tag > li {
	display: inline-block;
	background-color: #4d4d4d;
	color: #ffffff;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 3px 5px;
}
div.column_tag_area > ul.column_tag > li > a {
	color: #ffffff;
}
.column_catch {
	padding: 10px 0px 20px 0px;
}
ul.contents_list {
	border-top: 5px dotted #999999;
	border-bottom: 5px dotted #999999;
	padding: 10px 0px 10px 50px;
	margin-bottom: 30px;
}
.article_contents h2,
div.center_box > h2.column_title {
	text-align: left;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ明朝 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
		HGS明朝E, メイリオ, Meiryo, serif;
}
.article_contents h3,
div.center_box > h3.column_sub_title {
	border-left: 5px solid #012e4f;
	padding-left: 10px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ明朝 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
		HGS明朝E, メイリオ, Meiryo, serif;
}
.article_contents h4,
div.center_box > h4.column_sub_title {
	color: #8c6239;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ",
	sans-serif;

}
div.full_img {
	width: 100%;
	margin: 10px auto;
}
div.full_img > img {
	width: 100%;
}
p.column_text > b {
	color: #f05a24;
	font-size: 1.1em;
}
p.column_text > a.column_text_link {
	text-decoration: underline;
}
ul.column_text_list {
	padding-left: 30px;
}
ul.column_text_list > li {
	margin: 5px 0px;
}
div.recommend_box {
	background-color: #ffffff;
	padding: 10px 15px;
	display: table;
	width: 95%;
	box-shadow: 2px 2px 4px;
	position: relative;
	line-height: 1.6;
}
p.recommend_title {
	position: absolute;
	background-color: #c69c46;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 3px 20px;
	border-radius: 15px;
	top: -35px;
	left: 0px;
	z-index: 10;
}
div.recommend_detail {
	display: table-cell;
	padding-top: 30px;
}
div.recommend_detail > b {
	font-size: 1.3em;
}
p.recommend_link {
	color: #ffffff;
	background-color: #012e4f;
	display: inline-block;
	padding: 2px 10px;
	float: right;
	clear: right;
	margin-right: 10px;
}
div.recommend_box > a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.recommend_box > a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 5;
}
div.recommend_img {
	display: table-cell;
	vertical-align: top;
}
div.page_link {
	margin: 20px 0px;
}
div.page_link > a.back_link {
	background-color: #012e4f;
	color: #ffffff;
	width: 120px;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}
div.right_mini_box {
	position: relative;
}
div.right_mini_box > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
div.right_mini_box > a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 5;
}
br.sp_br {
	display: none;
}
#tracking_header {
	display: none;
}
div.rank_icon {
	position: absolute;
	top: 0;
	left: 0;
}
div.sp_rank {
	display: none;
}
.example {
	margin: 10px 0;
}
.example_img {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
.example_img img {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.example_text {
	position: relative;
	background-color: #f0f0f0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px 2px;
}
.example_text::before {
	content: "（例）";
	font-weight: bold;
	font-size: 1.2em;
}
.example_caption {
	font-weight: bold;
}
.example_detail,
p.column_example_text {
	background-color: #fcfcfc;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.example_detail > span,
p.column_example_text > span {
	display: block;
	text-align: right;
}
div.y_player {
	position: relative;
	text-align: center;
	padding: 30px 0 52.25%;
	overflow: hidden;
}
div.y_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 80%;
	margin: 20px auto 0 auto;
}
p.y_player_under {
	margin-top: -40px;
}
a.relation_link {
	color: #012e4f;
	font-weight: bold;
}
.example_table {
	border-collapse: collapse;
	margin-bottom: 15px;
	background-color: #fff;
}
.example_table tr.t_header > th {
	text-align: center;
}
.example_table tr.t_header > th:nth-child(1) {
	min-width: 180px;
}
.example_table tr.t_header > th:nth-child(2) {
	min-width: 100px;
}
.example_table th,
.example_table td {
	border: 1px solid #000;
	padding: 0.5em;
	text-align: left;
}
.example_table ul {
	margin: 0;
	padding: 0;
	list-style: square;
	list-style-type: disc;
}
.example_list {
	list-style: inside;	
}
.example_list.num {
	list-style: decimal;
}

.figure_group {
	display: flex;
	flex-wrap: wrap;
}
.figure_group figure {
	max-width: 200px;
}
.figure_group figcaption {
	text-align: center;
}
.figure_group figure img {
	width: 100%;
}
.postcard {
	overflow: auto;
}
.postcard p{
	background-color: #FFF;
	writing-mode: vertical-rl;
	border: 1px solid;
	border-color:  rgba(0, 0, 0, 0.4 );
	padding: 10px;
	margin-left: 0px;
	height: 415px;
	line-height: 1.65em;
	margin-bottom: 20px;
}
.contents-imgages {
	margin: 10px auto;
}
.contents-imgages img {
	display: block;
	object-fit: contain;
	max-width: 500px;
	max-height: 320px;
	width:100%;
}
.team{
	background-color:#ECE8D9;
	border-radius:6px;
	padding:20px 0px;
	display:table;
	font-size:13px
}
.team-title{
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	color:#666666;
	text-align:center;
	border-right:1px solid #C1BCAC;
	width:200px;
	font-size:1.15em;
}
.team-detail{
	display:table-cell;
	padding:0px 40px;
	vertical-align:middle;
}
.team-detail > strong{
	color:#666666;
	display:block;
	font-size:1.2em;
	padding:10px 0px;
}
.team-detail > p{
	color:#7A786E;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.event{
	width:95%;
	max-width: 1100px;
	margin: 0px auto 25px auto;
}
.event > a img{width:100%;}
.event-box .sp-img{display:none;}
@media screen and (max-width: 1239px) {
}
@media screen and (max-width: 768px) {
	header > h1.pc_h1 {
		display: none;
	}
	header > h1.sp_h1 {
		display: block;
		background-color: #e2ddcb;
		font-size: 0.7em;
		color: #012e4f;
		width: 100%;
	}
	header > div.sp_main {
		display: block;
		width: 100%;
		background-image: url(../images/main_back_sp.png);
		background-size: cover;
		position: relative;
	}
	header > div.pc_main {
		display: none;
	}
	header > div.sp_h1_div {
		display: block;
		background-color: #e2ddcb;
		font-size: 0.7em;
		color: #012e4f;
		width: 100%;
	}
	header > div.sp_main > img {
		width: 100%;
	}
	nav {
		display: none;
	}

	div.search_box{
		display: block;
		margin: 10px auto;
		width: 100%;
	}
	div.search_box > form{
		display: block;
	}
	div.search_div{
		text-align: center;
	}
	div.search_icon{
		margin: 0 auto;
		width: 95%;
	}
	div.search_icon::before{
		background-image: none;
	}
	input.search_input{
		padding-left: 5% !important;
		width: 100% !important;
	}
	button.search_button{
		font-size: 1.2em;
		margin: 10px auto 15px;
		width: 95%;
	}
	button.search_button::before{
		left: 39%;
	}

	div.contents {
		width: 100%;
		display: block;
		margin-top: 0px;
	}
	div.center_box {
		display: none;
	}
	div.center_box_sp {
		display: block;
		width: 100%;
		margin: auto;
		padding: 0px;
	}
	div.center_box_sp > h2 {
		color: #ffffff;
		margin: 0px 0px 5px 0px;
		background-color: #012e4f;
		letter-spacing: 0.1em;
		text-align: center;
		padding: 2px 0px;
	}
	div.box_line {
		border-right: 2px dotted #989898;
	}
	.article_contents h2,
	div.center_box > h2.column_title {
		padding-left: 5px;
	}
	div.column_box > h3 {
		font-size: 1em;
		background: transparent;
	}
	div.column_box > p.column_adjust {
		display: none;
	}
	div.column_box > p.column_date{
		font-size:0.85em;
	}
	div.column_box > p.column_date.first{
		border-bottom: 2px dotted #989898;
	}
	div.column_box > p.column_date > span{font-size:1em;}
	div.column_box > img {
		width: 100%;
	}
	div.footer {
		width: 100%;
	}
	div.footer > div {
		width: 90%;
	}
	div.right_box {
		display: none;
	}
	p.column_adjust {
		display: none;
	}
	div.sp_column {
		border-top: 2px dotted #989898;
		border-bottom: none;
		margin: 0px;
		width: 98%;
		margin: auto;
		padding: 2px 0px;
	}
	div.mini_box {
		position: relative;
	}
	div.mini_box > a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}
	div.mini_box > a:hover {
		background-color: rgba(255, 255, 255, 0.4);
		z-index: 5;
	}
	br.sp_br {
		display: block;
	}

	div.sp_main > div.menu {
		background-color: #012e4f;
		display: block;
		width: 40px;
		position: absolute;
		top: 25px;
		padding: 10px;
		left: 5px;
	}
	div.sp_main > div.menu > a > img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
	#tracking_header {
		position: fixed;
		width: 100%;
		top: 0;
		background-image: url(../images/main_back_sp.png);
		background-size: cover;
		z-index: 100;
		display: table;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	}
	#tracking_header > div.menu {
		background-color: #012e4f;
		display: block;
		width: 50px;
		padding: 10px;
	}
	#tracking_header > div.menu > a > img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
	#tracking_header > div.top_menu {
		padding: 8px 20px;
		vertical-align: middle;
		display: table-cell;
	}
	#tracking_header > div.top_menu > img {
		display: block;
		vertical-align: bottom;
	}

	/* paging */
	div.contents {
		margin-bottom: 0px;
	}
	ul.sp_paging {
		width: 100%;
		background-color: #ffffff;
		display: table;
		list-style: none;
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		color: #012e4f;
		font-size: 1.2em;
		letter-spacing: 0.1em;
	}
	ul.sp_paging > li {
		display: table-cell;
		vertical-align: middle;
	}
	ul.sp_paging > li.link_sub {
		padding-left: 15px;
		width: 25px;
	}
	ul.sp_paging > li.link_sum {
		padding-right: 15px;
		width: 25px;
	}
	ul.sp_paging > li > a > img {
		width: 100%;
	}
	div.sp_rank {
		display: block;
	}
	div.sp_rank > h2 {
		color: #ffffff;
		margin: 0px 0px 5px 0px;
		background-color: #012e4f;
		letter-spacing: 0.1em;
		text-align: center;
		padding: 2px 0px;
	}
	div.y_player {
		padding: 30px 0 50.25%;
	}
	div.y_player iframe {
		width: 95%;
		height: 95%;
	}
	p.y_player_under {
		margin-top: 20px;
	}
	.example_table th,
	.example_table td {
		min-width: unset;
		padding: 0.2em;
	}
	.example_table tr.t_header > th:nth-child(1) {
		min-width: 75px;
	}
	.example_table tr.t_header > th:nth-child(2) {
		min-width: 60px;
	}
	.example_img {
		width: 100%;
	}
	.example_img img {
		max-width: 95%;
	}
	.team{
		display: block;
		padding:10px 10px;
	}
	.team-title{
		display: block;
		padding:10px 0px 10px 10px;
		border-right:none;
		border-bottom:1px solid #C1BCAC;
		width:100%;
		text-align:left;
	}
	.team-detail{
		display:block;
		padding:0px 10px;
	}
	.team-detail > strong{
		padding:15px 0px 10px 0px;
	}
	.team-detail > p{
		line-height:1.8;
	}
	.event-box{
		background-color:#F3EDD2;
		padding:15px 0px 10px 0px;
	}
	.event{
		padding:0px;
		margin:0px auto;
	}
	.event-box .pc-img{display:none;}
	.event-box .sp-img{display:block;}
}

/* Other */
div.urawahall{
	display:block;
}
div.urawahall > div{display:inline-block;margin:0px 10px;}
span.urawahall_check{font-size:0.8em;padding-left:15px;}
@media screen and (max-width: 768px){
	div.urawahall > div{
			width:42%;
	}
	div.urawahall > div > a > img{width:100%;}
}
div.aisatsu{
	background-color:#ffffff;
	padding:10px;
	margin:5px auto;
	width:90%;
	line-height:1.8;
	border:1px solid #999999;
}
div.aisatsu > span{
	display:block;
	width:100%;
}
span.kinpaku{
	text-align:right;
}
span.keigu{
	text-align:right;
}
ul.flow{
	margin:5px 0px;
	padding-left:25px;
	list-style-type:decimal; 
}
ul.ihin_list{
	margin:0px;
}
table.kikan{
	border-collapse:collapse;
	width:220px;
	margin:0px 0px 20px 0px;
}
table.kikan th{
	border:1px solid #000000;
}
table.kikan td{
	border:1px solid #000000;
	text-align:center;
}

@media screen and (max-width: 768px){
	table.kikan{
		width:85%;
	}
}
table.thinking{
	border-collapse:collapse;
	width:480px;
	margin:0px 0px 20px 0px;
}
table.thinking th{
	border:1px solid #000000;
}
table.thinking td{
	border:1px solid #000000;
	text-align:left;
	padding-left:5px;
}

@media screen and (max-width: 768px){
	table.thinking{
		width:85%;
	}
}
a.reference{
	text-decoration:underline;
}
.t-left {
	text-align: left;
}
.advice {
	background-color: rgba(204, 204, 204, 0.2);
	border: 1px solid;
	border-color:  rgba(0, 0, 0, 0.8 );
	margin: 15px 0 15px 0;
	padding: 10px;
}
.advice > p:first-child{
	font-weight: bold;
	font-size:16px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.advice > ul{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:13px;
	list-style-type: none;
}
.advice li::before{
	position: relative;
	top: -6px;
	left: -10px;
   
	display: inline-block;
   
	width: 3px;
	height: 3px;
   
	content: '';
   
	border-radius: 100%;
	background: #000;
}
.advice strong::before{
	content: "・";
	font-size: 1.2em;
}
ul {
	list-style-type: none;
}
div.column_images > img {
	width: 200px;
	height: 387px;
	margin: 10px;
	border: 1px solid rgb(0, 0, 0, 0.2);
}
.column_text a {
	color: blue;
}
table.conversion {
	width: 100%;
	border-collapse: collapse;
}
table.conversion th,
table.conversion td {
	width: 10%;
	text-align: center;
	border: 1px solid #000;
}
table.conversion caption {
	text-align: left;
}
li.etcetera {
	list-style: none;
	text-align: right;
	width: 300px;
}
.content-submenu{
	padding:0px;
	margin:0px;
}
.content-submenu > li{
	padding:0px;
	font-size:1.3em;
	font-weight:bold;
	text-align: left;
	letter-spacing:0.1em;
}
.content-submenu > li > div{
	padding:15px 15px;
	border-bottom: 1px solid #989898;
	position: relative;
}
.content-submenu > li > div::after{
	content: "";
	background-image: url(../images/funeral-link/right_pc.svg);
	width:8px;
	height:15px;
	display:inline-block;
	position:absolute;
	top: 35%;
	right: 5%;
}
.content-submenu > li > div.active::after{
	background-image: url(../images/funeral-link/bottom_pc.svg);
	width:15px;
	height:8px;
	top:42%;
}
.content-submenu > li > div > span{
	font-size:0.7em;
	padding-right:5px;
}
.contents-list{
	padding:0px;
	margin:0px;
	display:none;
}
.contents-list > li{
	font-size:0.8em;
	letter-spacing:0.1em;
	border-bottom: 1px solid #989898;
	background-color:#F7F3E0;
	position: relative;
}
.contents-list > li > a{
	display:block;
	padding:10px 15px;
}
.contents-list > li > a > span{
	background-image: url(../images/funeral-link/link_pc.svg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:25px;
}
.contents-list > li:nth-child(even){
	background-color:#F3EDD2;
}
.prefecture-name{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ",sans-serif;
}

.relation-box{
	display:table;
	background-color:#FFFFFF;
	width:100%;
	margin:50px 0px;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
}
.relation-box .detail{
	display:table-cell;
	vertical-align:top;
	padding:20px 0px 0px 20px;
	color:#000000;
}
.relation-box .detail .relation-title{
	background-color:#c69c46;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	left:0;
	top:-40px;
	padding:5px 25px;
	font-size:1.2em;
	border-radius:20px;
}
.relation-box .detail .relation-column{
	font-weight:bold;
	font-size:1.2em;
	margin:0px;
	padding:10px 0px;
}
.relation-box .detail .relation-detail_pc{
	padding:0px;
	margin:0px;
}
.relation-box .detail .relation-detail_sp{display:none;}
.relation-box .detail .relation-link{
	background-color:#022449;
	color:#FFFFFF;
	display:inline-block;
	padding:5px 20px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	right:200px;
}
.relation-box .relation-img{
	display:table-cell;
	padding:8px 8px 8px 13px;
	vertical-align:middle;
}
.relation-box .relation-img img{
	display:inline-block;
	vertical-align:bottom;
}
@media screen and (max-width: 768px){
	.relation-box .detail .relation-title{
		top:-30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width:45%;
		text-align:center;
		padding:2px 10px; 
	}
	.relation-box .detail{
		font-size:0.85em;
	}
	.relation-box .detail .relation-column{
		font-size:1em;
		padding:5px 0px;
	}
	.relation-box .detail .relation-detail_pc{display:none;}
	.relation-box .detail .relation-detail_sp{
		display:block;
		margin:0px;
		padding:0px;
	}
	.relation-box .detail .relation-link{
		display:block;
		padding:2px 0px;
		margin:5px 0px 0px 0px;
		position:absolute;
		bottom:10px;
		right:auto;
		width:50%;
	}
	.relation-box .relation-img{
		width:45%;
		padding-top:20px;
	}
	.relation-box .relation-img img{width:100%;}
}