@charset "utf-8";
/* -------------------------------------------------------------
	共通CSS
	last-mod:00-00-00 name
   ------------------------------------------------------------- */


/* ===================================================================
	共通
=================================================================== */

/*	見出し
------------------------------------------------------------------ */
.title {
	background:#f3f5f8;
}
h2 {
	width:1000px;
	margin:0 auto;
	padding:25px 0;
	font-weight:200;
	font-size:30px;
	letter-spacing: 3px;
}

.page_oneself h2 {
	color:#FF7900;
}
.page_bereaved h2 {
	color:#F5568B;
}
.page_other h2 {
	color:#33B9BD;
}

h3 {
	font-weight:bold;
	font-size:20px;
	color:#666;
	margin:2em 0 1em;
	padding:2px 10px;
}
h3:first-child {
	margin-top:0;
}
.page_oneself h3 {
	border-left:5px solid #FF7900;
}
.page_bereaved h3 {
	border-left:5px solid #F5568B;
}
.page_other h3 {
	border-left:5px solid #33B9BD;
}

h4 {
	font-weight:bold;
	font-size:18px;
	margin:1.5em 0 0.5em;
}
.page_oneself h4 {
	color:#FF7900;
}
.page_bereaved h4 {
	color:#F5568B;
}
.page_other h4 {
	color:#33B9BD;
}

/* 引用 -------------------- */
blockquote {
/*	background:#eee;*/
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	border:3px solid #e6e6e6;
	margin:0 0 20px;
	padding:20px;
	background:url(../../img/common/blockquote_bk.png) no-repeat 20px 20px;
}
blockquote p {
	margin: 0 0 1em;
}
blockquote p.origin {
	text-align:right;
	margin:0;
}

blockquote ul {
	margin:0 2em 1em;
	list-style-type: disc;
}
blockquote ul li {
	list-style-type: disc;
}



#main p {
	margin:0 0 1em;
}


#main ul {
	margin:0 2em 1em;
	list-style-type: disc;
}
#main ul li {
	list-style-type: disc;
}


#main ol {
	list-style-type: decimal;
	margin:0 2em 1em;
}
#main ol li {
	list-style-type: decimal;
}


#main dl {
	margin:0 1em 1em;
}
#main dl dt {
	font-weight:bold;
}


.txt-middle {
	font-size:120%;
}
.txt-big {
	font-size:140%;
}
.txt-small {
	font-size:90%;
}

#main .sec {
	margin:0 0 60px;
}



/*	テーブル
------------------------------------------------------------------ */
.tbl_list {
	width:100%;
	margin:0 0 10px;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size:16px;
}

.tbl_list td,
.tbl_list th {
	padding:10px;
	text-align:left;
	border:1px solid #E6E6E6;
}
.tbl_list th {
	font-weight:bold;
}
.tbl_list tr:nth-child(odd) th,
.tbl_list tr:nth-child(odd) td {
	background:#f3f5f8;
}

.tbl_list tr.tbl_head th {
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	border:1px solid #E6E6E6;
	background:#d3dae5;
}

.head_kigen {
	width:150px;
}
.head_tetsuduki {
	width:200px;
}






/* 準備中 */
#main .junbi {
	margin:50px 0;
	font-size:36px;
	text-align:center;
}

/* ===================================================================
	ホーム
=================================================================== */
.home_img {
	text-align:center;
}
.home_img_sp {
	display:none;
}

/* ===================================================================
	遺族がやること
=================================================================== */
.bereaved_home_img{
	text-align:center;
}
.bereaved_home_img_sp{
	display:none;
	text-align:center;
}



.img_right{
	float:right;
	margin:0 0 15px 15px;
}
.img_left {
	float:right;
	margin:0 0 15px 15px;
}


/* スマホ用 */
@media screen and (max-width: 767px) {
	
	#header h1#top, #header p#top {
		padding:10px;
	}
	#top img {
		width:138px;
	}
	#utility_Nav {
		display:none;
	}
	#header_gmenu {
		display:none;
	}
	
	#header {
		width:auto;
		position:relative;
	}
	#menu_btn_sp {
		width:70px;
		height:70px;
		display:block;
		position:absolute;
		top:0;
		right:0;
	}
	#menu_btn_sp span {
		display:block;
		width:70px;
		height:70px;
		background:url(../../img/common/menu_sp.png) no-repeat;
		background-size:70px 140px;
		text-indent:100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.page_oneself #menu_btn_sp {
		background:#FF7900;
	}
	.page_bereaved #menu_btn_sp {
		background:#F5568B;
	}
	.page_other #menu_btn_sp {
		background:#33B9BD;
	}
	span#menu_open {
		background-position:0 0;
	}
	span#menu_close {display:none;}
	
	
	
	#menu_sp {
		font-size:14px;
		display:block;
		display:none;
		border-bottom: 1px solid #E6E6E6;
	}
	#menu_sp dt {
		font-weight:bold;
		font-size:16px;
		padding:10px;
		border-top: 1px solid #E6E6E6;
	}
	.menu_sp_oneself dt a {
		color:#FF7900;
	}
	.menu_sp_bereaved dt a {
		color:#F5568B;
	}
	.menu_sp_other dt a {
		color:#33B9BD;
	}
	#menu_sp ul li {
		border-top: 1px dotted #D0D0D0;
	}
	#menu_sp ul li a {
		display:block;
		padding:10px;
	}

	#main {
		width:auto;
		padding:50px 10px;
	}
	
	#footer {
		width:100%;
		padding:15px 5px;
	}
	.footer_logo {
		width:100%;
		float:none;
		margin:0 0 20px;
		text-align:center;
	}
	#footer_BK dl {
		width:30%;
		margin: 0 1%;
	}
	
	
	h2 {
		width:auto;
		padding:25px 10px;
		font-size:22px;
		letter-spacing: normal;
	}
	
	#main .junbi {
		margin:10px 0;
	}
	#main .junbi img {
		max-width: 500px;
		width:100%;
		height:auto;
	}
	
	
	.img_right{
		display:block;
		margin:0 auto 15px;
		float:none;
		max-width: 500px;
		width:100%;
		height:auto;
	}
	.home_img {
		display:none;
	}
	.home_img_sp {
		display:block;
		text-align:center;
	}
	.home_img_sp img {
		max-width: 500px;
		width:100%;
		height:auto;
	}
	map,
	area {
		display:none;
	}
}




/* ------ ～479px ------ */
@media screen and (max-width: 479px) {
	#footer {
		width:100%;
		padding:20px 0;
	}
	
	#footer_BK dl {
		width:auto;
		margin: 20px 10px 0;
		float:none;
		font-size:12px;
		clear:both;
	}
	#footer_BK dl dt {
		padding:0;
	}
	#footer_BK dl dd {
		clear:both;
	}
	.footer_menu li {
		width:50%;
		float:left;
		box-sizing: border-box;
	}
	.bereaved_home_img{
		display:none;
	}
	.bereaved_home_img_sp{
		display:block;
	}

}



