/* トップメニュー　*/

#menublock{
	margin: 140px 0;
}
#menuwrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.e_menu{
	width: 46%;
	border: solid 4px #5cad86;
	margin-bottom: 50px;
	text-align: center;
	padding: 25px 0;
}
.menu_icon{
	width: 30%;
	margin: 30px auto;
}
.menu_icon img{
	width: 100%;
}
.menu_title{
	border-bottom: solid 1px #bebebe;
	padding: 25px 0;
	width: 90%;
	margin: 0 auto 25px auto;
	position: relative;
}
.e_menu h3{
	font-size: 22px;
	font-weight: bold;
	color: #242424;
	line-height: 130%;
}
.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(45deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top:50%;
}
a:hover .arrow1{
    margin-right: 0px;
}
.menu_desc{
	width: 88%;
	margin: 0 auto;
	text-align: left;
	color: #242424;
}



@media screen and (max-width:640px) {

#menublock{
	margin: 60px 0;
}
#menuwrap{
	display: block;
}
.e_menu{
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 15px 0;
}
.menu_icon{
	width: 30%;
	margin: 0px auto;
}

.menu_title{
	padding: 15px 0;
}
.e_menu h3{
	font-size: 17px;
}
.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(45deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top:50%;
}



}


/* -- 葬儀費用平均 -- */

#costtype{
	margin: 100px 0;	
}

.type_title{

	font-size: 20px;
	font-weight: bold;
	margin: 60px 0 40px 0;
}
.type{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	flex-wrap: wrap;
}
.type_block{
	width: 30%;
	border: solid 4px #5cad86;
	position: relative;
	padding:30px 0;
	text-align: center;
	margin-bottom: 20px;
}
.type_block h4{
	font-weight: bold;

}
.type_block h4.block_end{
	margin-top: 12px;
}
.type_img{
	width: 100%;

	bottom: 15px;
	text-align: center;
}
.type_img img{
	width: 40%;
}

.statistics_desc{
	line-height: 170%;
	margin: 50px 0;
}
.accent1{
	font-weight: bold;
	font-size: 28px;
	color: #5cad86;
}
.accent2{
	font-weight: bold;
	font-size: 54px;
	color: #5cad86;
}
.graph{
	width: 60%;
	margin: 40px auto 100px auto;
}
.graph img{
	width: 100%;
}

@media screen and (max-width:640px) {

#costtype{
	margin: 70px 0;	
}

.type_title{
	font-size: 15px;
	margin: 60px 0 30px 0;
}
.type_block{
	width: 46%;
	padding:15px 0;
}
.type_img img{
	width: 60%;
}
.statistics_desc{
	margin: 35px 0;
}
.accent1{
	font-size: 26px;
}
.accent2{
	font-size: 44px;
	display: inline-block;
	margin-top: 10px;
}
.graph{
	width: 100%;
	margin: 30px auto 60px auto;
}

}



/* コンバージョン　*/

#foot_conversion{
	margin: 150px 0;
}
.conversion_block{
	background-color: #f4f4f4;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.conversion_block li{
	width: 40%;
	margin: 0px 20px;
	text-align: center;
}
.conversion_block li.document a{
	background-color: #ed832e;
}
.conversion_block li.estimate a{
	background-color: #4898db;
}
.conversion_block li.application a{
	background-color: #d83800;
}

.conversion_block li a{
	display: block;
	padding: 25px 0;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}
.conversion_block li a:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	margin-right: 8px;
	margin-bottom: 2px;
}

@media screen and (max-width:767px) {
.conversion_block li{
	margin: 0px 10px;
}
}

@media screen and (max-width:640px) {

#foot_conversion{
	margin: 70px 0;
}
.conversion_block{
	padding: 15px 0;
	display: block;
}
.conversion_block li{
	width: 90%;
	margin: 12px auto;
}
.conversion_block li a{
	padding: 20px 0;
}
#column_area{
    margin-bottom: 80px;
}

}



/* 関連コラム　*/

.column_block {
	position: relative;
}
.column_block a{
	display: flex;
	/* padding: 30px 0; */
	border-bottom: solid 1px #c7c7c7;
	margin-bottom: 20px;
	color: #242424;
}

.column_img{
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 130px;
	margin-bottom: 18px;
}
.column_img img{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.column_info{
	width: 70%;
	margin-left: 30px;
}
.column_tag{
	border: solid 1px #5cad86;
	font-size: 12px;
	padding: 0 30px;
	color: #5cad86;
	text-align: center;
	display: inline-block;
}
.list_date{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #8f8f8f;
	margin-left: 20px;
}
.column_info h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
a:hover .column_info h3{
	color: #5cad86;
}

@media screen and (max-width:767px) {
.list_date{
	display: block;
	font-size: 12px;
	margin-left: 0px;
}
}

@media screen and (max-width:640px) {

.column_tag{
	padding: 0 10px;
	letter-spacing: -0.01em;
}
.column_img{
	/* width: 100px; */
	height: 110px;
}
.column_info h3{
	font-size: 15px;
}
.column_info{
	width: 70%;
	margin-left: 20px;
}

}



#claim{
	margin: 80px 0 160px 0;
}

@media screen and (max-width:640px) {
#claim{
	margin: 60px 0 80px 0;
}
}



/* お支払状況　*/

status{
	margin: 80px 0 160px 0;
}

.tbl_status{
	margin-bottom: 150px;
	border-top: solid 1px #a8a8a8;
	border-left: solid 1px #a8a8a8;
	width: 100%;
}
.tbl_status thead tr{
	background-color: #5cad86;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.tbl_status thead td{
	padding: 15px 0;
	border-bottom: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
}
.tbl_status tbody th,.tbl_status tbody td{
	border-bottom: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
	font-size: 21px;
	text-align: center;
	padding: 24px 0;
}
.tbl_status tbody td{
	font-weight: bold;
}




@media screen and (max-width:640px) {
status{
	margin: 60px 0 80px 0;
}
.tbl_status{
	margin-bottom: 80px;
}
.tbl_status thead tr{
	font-size: 17px;
}
.tbl_status thead td{
	padding: 15px 0;
}
.tbl_status tbody th,.tbl_status tbody td{
	font-size: 18px;
	padding: 20px 0;
}
.tbl_status tbody th{
	font-size: 16px;
	padding: 20px 0;
}
}



/* 一般葬家族葬など　*/


#funeraltype{
	margin: 100px 0 150px 0;
}

.funeraltype_block{
	margin-bottom: 80px;
}
.ftype_title{
	font-weight: bold;
	font-size: 22px;
	color: #5cad86;
	margin-bottom: 30px;
}

.select_funeral{
	font-size: 30px;
	color: #5cad86;
	margin-left: 20px;
	margin-top: 70px;
	margin-bottom: 50px;
	line-height: 140%;
}
.quest{
	font-weight: bold;
	font-size: 18px;
	margin: 120px 0 40px 0;
}
.quest:before{
	content: "";
	display: inline-block;
	margin-right: 20px;
	background-color: #5cad86;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}


@media screen and (max-width:640px) {
#funeraltype{
	margin: 80px 0 100px 0;
}
.funeraltype_block{
	margin-bottom: 60px;
}
.ftype_title{
	font-size: 18px;
	margin-bottom: 20px;
}
.select_funeral{
	font-size: 24px;
	margin-left: 20px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.quest{
	font-size: 17px;
	margin: 90px 0 30px 1.5em;
	text-indent: -1.5em;
}
.quest:before{
	content: "";
	display: inline-block;
	margin-right: 12px;
	background-color: #5cad86;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
}




/* 葬儀保険が必要な訳　*/

.worries{
	margin: 60px 0;
	border: solid 1px #5cad86;
}
.worries ul{
	padding: 30px 50px;
}
.worries ul li{
	margin-bottom: 20px;
	list-style-type: none;
	text-indent: -0.7em;
	letter-spacing: 0.01em;
}
.worries ul li:last-child{
	margin-bottom: 0px;
}
.worries ul li::before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: darkturquoise;
  background-color: #5cad86;
}

.headline_li{
	font-weight: bold;
	font-size: 20px;
	margin: 70px 0 40px 10px;
}
.headline_li::before {
  position: relative;
  top: -3px;
  left: -10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: darkturquoise;
  background-color: #434343;
}

.initiatives{
	display: flex;
	justify-content: space-between;

}
.box1{
	border: solid 4px #5cad86;
	padding: 30px 0;
	width: 30%;
}
.box1 p{
	font-size: 16px;
	margin: 0 30px;
	font-weight: bold;
}
.in_arrow{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #5cad86;
    margin: 50px auto;
	
}
.box2{
	border: solid 4px #5cad86;
	padding: 30px 0;
	width: 30%;
	background-color: #5cad86;
}
.box2 p{
	font-size: 16px;
	margin: 0 30px;
	font-weight: bold;
	color: #fff;
}

.sub_headline2{
	font-weight: bold;
	font-size: 20px;
	margin: 120px 0 30px 0;
	color: #5cad86;
}
.graf{
	width: 90%;
	margin: 80px auto 100px auto;
}
.graf_title{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
}
.graf img{
	width: 100%;
}
.reference{
	font-size: 13px;
	margin: 20px 0;
}

.worry{
	width: 80%;
	margin: 60px auto 150px auto;
}
.worry2{
	width: 68%;
	margin: 60px auto 150px auto;
}
.worry img,.worry2 img{
	width: 100%;
}
.use{
	width: 72%;
	margin: 80px auto 120px auto;
}
.use h4{
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 170%;
	margin: 0 0 50px 0;
}
.use img{
	width: 100%;
}



@media screen and (max-width:680px) {
.worries{
	margin: 30px 0;
}
.worries ul{
	padding: 20px 30px;
}
.worries ul li{
	margin-left: 0.6em;
}

.headline_li{
	font-size: 17px;
	margin: 40px 0 20px 8px;
}


.initiatives{
	display: block;
}
.box1{
	padding: 20px 0;
	width: 100%;
}
.box1 p{
	font-size: 15px;
	margin: 0 20px;
}
.in_arrow{
    border-width: 15px 20px 0 20px ;
    border-color: #5cad86 transparent transparent transparent;
    margin: 10px auto;
	
}
.box2{
	border: solid 4px #5cad86;
	padding: 20px 0;
	width: 100%;
	background-color: #5cad86;
}
.box2 p{
	font-size: 15px;
	margin: 0 20px;
}


.sub_headline2{
	font-size: 18px;
	margin: 80px 0 20px 0;
	text-indent: -1em;
	margin-left: 1em;
}
.graf{
	width: 100%;
	margin: 35px auto 60px auto;
}
.graf_title{
	font-size: 15px;
	margin-bottom: 15px;
}


.worry{
	width: 100%;
	margin: 40px auto 70px auto;
}
.worry2{
	width: 100%;
	margin: 40px auto 70px auto;
}

.use{
	width: 100%;
	margin: 50px auto 80px auto;
}
.use h4{
	font-size: 17px;
	margin: 0 0 35px 0;
}



}





