@charset "utf-8";

/*=========================
  reset
=========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.8;
	background-color: #fff;
	font-size: 18px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=========================
  base
=========================*/
html * {
	box-sizing: border-box;
}

img {
	width: 100%;
	display: block;
	height: auto;
}

a img:hover {
	opacity: 0.7;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

a {
	color: #1558d6;
	text-decoration: none;
}

a:hover {
	color: #ff8000;
}

sup {
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	position: relative;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.outline {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

main article {
	padding-bottom: 120px;
}

main article section {
	padding: 30px 0;
}

section h2.headline {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 12px;
	border-bottom: 1px solid #06798c;
	padding-bottom: 6px;
}

section h2.unique {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 12px;
	color: #06798c;
}

section h3.sub_headline {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 12px;
	background-color: #e6f0f2;
	color: #06798c;
	padding: 10px;
}

.ac_menu {
	padding-right: 38px !important;
	position: relative;
	cursor: pointer;
}

.ac_menu:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.ac_menu.open:after {
	content: "－";
}

.maker {
	background:linear-gradient(transparent 75%, #fff799 75%);
	font-weight: 900;
}

.red {
	color: #cc0000;
	font-weight: 900;
}

/*=========================
  header
=========================*/
.pc_head_info {
	height: 80px;
}

.pc_head_info ul {
	display: flex;
}

.pc_head_info ul li {
	display: flex;
}

.pc_head_info ul li:first-of-type {
	max-width: 140px;
}

.pc_head_info ul li:nth-of-type(2) {
	margin-left: auto;
}

.pc_head_info ul li:not(:first-of-type) {
	padding: 8px 0;
	margin-right: 8px;
}

.pc_head_info ul li.pc_head_cv a {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	padding: 0 10px 0 56px;
	font-weight: 900;
	color: #fff;
}

.pc_head_info ul li.phcm a {
	background-color: #4097e4;
	box-shadow: 0 4px 0 #2f76b4;
	background-image: url(../new_images/pc_head_cv_mail.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.pc_head_info ul li.phco a {
	background-color: #ff3c00;
	box-shadow: 0 4px 0 #d13201;
	background-image: url(../new_images/pc_head_cv_order.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.pc_head_info ul li.pc_head_cv a:hover {
	top: 4px;
	box-shadow: none;
}

.pc_head_info ul li:last-of-type {
	max-width: 295px;
	margin-right: 0;
	flex-direction: column;
	justify-content: center;
}

.pc_head_info ul li p {
	font-size: 14px;
	line-height: 1;
}

.pc_head nav {
	background-color: #06798c;
}

.pc_head nav ul li {
	width: calc(100% / 6);
	position: relative;
}

.pc_head nav ul li:after {
	content: "";
	position: absolute;
	width: 0.5px;
	height: 50%;
	background-color: #fff;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pc_head nav ul li:last-of-type:after {
	content: none;
}

.pc_head nav ul li a {
	color: #fff;
	font-weight: 900;
	display: block;
	padding: 12px 0;
	text-align: center;
}

.pc_head nav ul li a:hover {
	color: #ffff00;
}

/*=========================
  fv
=========================*/
.fv {
	background-image: url(../new_images/pc_fv_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*=========================
  cv
=========================*/
.cv {
	background-color: #06798c;
	padding: 20px 0;
}

.cv b {
	display: block;
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-weight: 900;
	margin-bottom: 12px;
}

.cv_contents .pc_cv_tel {
	width: 68%;
	margin-right: 2%;
	background-color: #fff;
	padding: 10px 10px 10px 175px;
	border-radius: 3px;
	position: relative;
}

.cv_contents .pc_cv_tel .cv_time {
	color: #06798c;
	line-height: 1.3;
}

.cv_contents .pc_cv_tel .absolute_image {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 185px;
}

.cv_contents .pc_cv_tel ul li {
	padding-left: 14px;
	position: relative;
	font-size: 12px;
}

.cv_contents .pc_cv_tel ul li:before {
	content: "※";
	position: absolute;
	left: 0;
}

.cv_contents .cv_mail {
	width: 30%;
}

.cv_contents .cv_mail ul li {
	margin-bottom: 15px;
}

.cv_contents .cv_mail ul li:last-of-type {
	margin-bottom: 0;
}

.cv_contents .cv_mail ul li a {
	display: block;
	position: relative;
	border-radius: 3px;
	padding: 12px 8px 12px 55px;
	font-weight: 900;
	color: #fff;
}

.cv_contents .cv_mail ul li:first-of-type a {
	background-color: #4097e4;
	box-shadow: 0 4px 0 #2f76b4;
	background-image: url(../new_images/pc_head_cv_mail.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.cv_contents .cv_mail ul li:last-of-type a {
	background-color: #ff3c00;
	box-shadow: 0 4px 0 #d13201;
	background-image: url(../new_images/pc_head_cv_order.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.cv_contents .cv_mail ul li a:hover {
	top: 4px;
	box-shadow: none;
}

/*=========================
  依頼の増加
=========================*/
.current li {
	width: calc(94% / 4);
	margin-right: 2%;
}

.current li:nth-of-type(4n) {
	margin-right: 0;
}

.current li b {
	display: block;
	text-align: center;
	color: #06798c;
	font-weight: 900;
	line-height: 1.5;
}

/*=========================
  事故物件の定義
=========================*/
.definition_item {
	width: calc(98% / 2);
	margin-right: 2%;
	border: 1px solid #06798c;
	border-radius: 3px;

}

.definition_item:last-of-type {
	margin-right: 0;
}

.definition_item b {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #06798c;
	color: #fff;
	font-weight: 900;
}

.definition_item b span {
	color: #ffff00;
}

.definition_item ul {
	padding: 10px;
}

.definition_item ul li {
	position: relative;
	padding-left: 32px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.definition_item ul li:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	background-image: url(../new_images/check_icon.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.definition_item .definition_attention {
	margin: 0 10px 10px;
	font-size: 16px;
	padding: 10px;
	background-color: #e6f0f2;
}

/*=========================
  依頼傾向
=========================*/
.reverse:nth-of-type(odd) p:first-of-type {
	width: 60%;
	padding-right: 20px;
}

.reverse:nth-of-type(odd) p:last-of-type {
	width: 40%;
}

.reverse:nth-of-type(even) p:first-of-type {
	width: 40%;
}

.reverse:nth-of-type(even) p:last-of-type {
	width: 60%;
	padding-left: 20px;
}

/*=========================
  お寺さん探しのコツ
=========================*/
.tips {
	background-color: #c8e1e6;
	padding: 20px;
	position: relative;
	background-image: url(../new_images/tips_human.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.tips:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	border: 40px solid transparent;
	border-top: 30px solid #c8e1e6;
}

.tips p {
	background-color: #fff;
	border-radius: 3px;
	width: 78%;
	padding: 15px;
}

.tips p b {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.5;
	color: #cc0000;
	display: block;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 6px;
	padding-bottom: 3px;
}

/*=========================
  涙そうそうの僧侶派遣サービス
=========================*/
.full h2 {
	background: linear-gradient(to bottom,  rgba(6,121,140,1) 0%,rgba(6,121,140,1) 50%,rgba(12,104,114,1) 51%,rgba(12,104,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.full h2 b {
	display: block;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}

.pc_main {
	min-height: 400px;
	background-image: url(../new_images/pc_sub.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pc_main .pc_main_contents {
	padding: 20px 0;
	color: #fff;
	width: 50%;
}

/*=========================
  特徴
=========================*/
.feature ul li {
	width: calc(96% / 3);
	margin-right: 2%;
	border: 1px solid #06798c;
	border-radius: 3px;
	padding: 10px;
}

.feature ul li:last-of-type {
	margin-right: 0;
}

.feature ul li .feature_label {
	text-align: center;
}

.feature ul li .feature_label span {
	background-color: #06798c;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	border-radius: 30px;
}

.feature ul li b {
	color: #06798c;
	font-weight: 900;
	display: block;
	text-align: center;
	font-size: 110%;
	line-height: 1.5;
	margin-top: 8px;
}

/*=========================
  全国マップ
=========================*/
.prefecture {
	border: 1px solid #ccc;
}

.prefecture dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.prefecture dl:last-of-type {
	border-bottom: none;
}

.prefecture dl dt {
	width: 15%;
	padding: 10px;
	color: #06798c;
	font-weight: 900;
	background-color: #e6f0f2;
}

.prefecture dl dd {
	width: 85%;
	padding: 10px;
}

.prefecture dl dd ul li:after {
	content: "｜";
	margin: 0 5px;
	color: #aaa;
}

.prefecture dl dd ul li:last-of-type:after {
	content: none;
}

/*=========================
  エリアマップ
=========================*/
#area_inquiry iframe {
	display: none;
}

#area_inquiry dl dt {
	padding: 10px;
	color: #06798c;
	font-weight: 900;
	background-color: #e6f0f2;
	border-bottom: 1px solid #ccc;
}

#area_inquiry dl dd {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 30px;
}

#area_inquiry dl dd a {
	display: block;
	width: calc(94% / 4);
	margin-right: 2%;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	margin-top: 2%;
	background-color: aliceblue;
}

#area_inquiry dl dd a:nth-of-type(4n) {
	margin-right: 0;
}

#area_inquiry dl dd a:nth-of-type(-n + 4) {
	margin-top: 0;
}

/*=========================
  料金のご案内
=========================*/
.price {
	background-color: #e6f0f2;
	margin-top: 30px;
}

.price_contents {
	width: calc(98% / 2);
	margin-right: 2%;
	box-shadow: 0 0 4px #ccc;
	border-radius: 3px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.price_contents:last-of-type {
	margin-right: 0;
}

.price_contents b {
	background-color: #06798c;
	color: #fff;
	font-weight: 900;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 3px 3px 0 0;
}

.price_contents .price_contents_detail {
	flex-grow: 1;
}

.price_contents table {
	width: 100%;
	height: 100%;
	text-align: left;
}

.price_contents table tr {
	border-bottom: 1px solid #ccc;
}

.price_contents table tr:last-of-type {
	border-bottom: none;
}

.price_contents table th,
.price_contents table td {
	padding: 10px;
}

.price_contents table th {
	width: 30%;
	font-weight: 900;
	background-color: #f9f9f9;
}

.price_contents table tr:last-of-type th {
	border-radius: 0 0 0 3px;
}

.price_contents table td {
	width: 70%;
}

.price_contents ul {
	padding: 10px 10px 10px 30px;
	width: 100%;
}

.price_contents ul li {
	list-style-type: disc;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.price_contents ul li:last-of-type {
	margin-bottom: 0;
}

.price_attention {
	margin-top: 15px;
	box-shadow: 0 0 4px #ccc;
	border-radius: 3px;
	background-color: #fff;
	padding: 15px;
}

/*=========================
  ご利用の流れ
=========================*/
.flow dl dt {
	width: 35px;
	position: relative;
}

.flow dl dt:before {
	content: "";
	display: block;
	width: 0.5px;
	height: 100%;
	background-color: #06798c;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.flow dl:last-of-type dt:before {
	content: none;
}

.flow dl dt span {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #06798c;
	color: #fff;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
}

.flow dl dd {
	width: calc(100% - 40px);
	margin-left: 5px;
	margin-bottom: 35px;
}

.flow dl dd b {
	color: #06798c;
	font-size: 110%;
	display: block;
	font-weight: 900;
}

.flow dl dd .flow_detail {
	background-color: #e6f0f2;
	padding: 15px;
	border-radius: 3px;
}

.flow_attention {
	margin-top: 25px;
}

.flow_attention li {
	position: relative;
	padding-left: 20px;
}

.flow_attention li:before {
	content: "※";
	position: absolute;
	left: 0;
	color: #cc0000;
}

/*=========================
  注意点
=========================*/
.attention dl {
	background-color: #f2f2f2;
	padding: 15px;
}

.attention dl:not(:first-of-type) {
	margin-top: 35px;
}

.attention dl dt {
	font-size: 110%;
	font-weight: 900;
	color: #cc0000;
	position: relative;
	padding-left: 35px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.attention dl dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-color: #cc0000;
	border-radius: 50%;
}

.attention dl dt:after {
	content: "！";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

/*=========================
  faq
=========================*/
.faq dl {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 12px;
}

.faq dl:last-of-type {
	margin-bottom: 0;
}

.faq dl dt {
	font-weight: 900;
	padding-left: 43px;
	padding-right: 25px;
	position: relative;
	min-height: 35px;
	display: flex;
	align-items: center;
}

.faq dl dt:before {
	content: "Q";
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: rgb(131,190,62); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(131,190,62,1) 0%, rgba(81,162,44,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(131,190,62,1) 0%,rgba(81,162,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(131,190,62,1) 0%,rgba(81,162,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83be3e', endColorstr='#51a22c',GradientType=0 ); /* IE6-9 */
}

.faq dl dd {
	padding-left: 43px;
	position: relative;
	margin-top: 10px;
}

.faq dl dd:before {
	content: "A";
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-weight: 900;
	background: rgb(254,141,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,141,0,1) 0%, rgba(254,65,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,141,0,1) 0%,rgba(254,65,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,141,0,1) 0%,rgba(254,65,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8d00', endColorstr='#fe4101',GradientType=0 ); /* IE6-9 */
}

/*=========================
  footer
=========================*/
footer {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
}

.re_btn {
	position: absolute;
	top: -60px;
	right: 5px;
	width: 55px;
	height: 55px;
}

.re_btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 3px;
	background-color: #00000070;
}

.re_btn a span {
	display: block;
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(-45deg) translate(-50%,-50%);
	position: absolute;
	top: 44%;
	left: 55%;
}

.pc_foot {
	height: 80px;
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
}

.pc_foot_info {
	max-width: 180px;
}

.pc_foot_tel {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pc_foot_tel p {
	font-size: 14px;
	line-height: 1;
	color: #ffff00;
}

.pc_foot_cv ul li:not(:last-of-type) {
	margin-right: 8px;
}

.pc_foot_cv ul li a {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	padding: 8px 10px 8px 56px;
	font-weight: 900;
	color: #fff;
}

.pc_foot_cv ul li.pfcm a {
	background-color: #4097e4;
	box-shadow: 0 4px 0 #2f76b4;
	background-image: url(../new_images/pc_head_cv_mail.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.pc_foot_cv ul li.pfco a {
  background-color: #ff3c00;
  box-shadow: 0 4px 0 #d13201;
  background-image: url(../new_images/pc_head_cv_order.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
}

.pc_foot_cv ul li a:hover {
	top: 4px;
	box-shadow: none;
}

.c_banner {
	margin-top: 20px;
}
.pc_foot_timeout .timeout_txt {
	font-size: 14px!important;
	font-weight: bold;
	line-height: 1.3!important;
}
.pc_cv_tel .timeout_txt {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	font-size: 1.8em;
	line-height: 1.5;
}
.pc_cv_tel .under {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.pc_cv_tel .timeout_list li {
	font-size: 16px!important;
}