@import "default.css";
@import "standard.css";
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: .7;
}
/* スタイル
------------------------------------------------ */
header #inbox {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
header #inbox h1 {
	width: 206px;
	margin: 0 auto 10px;
	padding-top: 18px;
	text-align: center;
	font-size: 16px;
}
header #inbox h1 a {
	text-decoration: none;
	color: #000000;
}
header #inbox h1 img {
	width: 100%;
	margin-bottom: 17px;
	display: block;
}
header #inbox #sub_nav {
	width: 340px;
	top: 26px;
	right: 20px;
	position: absolute;
}
header #sub_nav dl {
	margin-bottom: 30px;
	padding: 6px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header #sub_nav dd {
	text-align: center;
	color: #F3006F;
	font-weight: bold;
}
header #sub_nav dt {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	line-height: 1.2em;
}
header #sub_nav dt a {
	text-decoration: none;
	color: #000;
}
header #sub_nav .h_menu {
	display: flex;
	justify-content: space-around;
	border-left: 1px solid #707070;
}
header #sub_nav .h_menu li {
	width: 33.3%;
	border-right: 1px #707070 solid;
}
header #sub_nav .h_menu li a {
	text-align: center;
	color: #000;
	text-decoration: none;
	display: block;
}
/* フッター */
footer {
	padding: 60px 0;
	background: #F8F7F5;
}
footer .wrap {
	max-width: 1576px;
	min-width: 980px;
	width: 96%;
	margin: 0 auto;
}
footer .foot_wrap {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}
#foot {
	max-width: 1280px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#foot .detail {
	display: flex;
	align-items: center;
}
#foot .detail dt {
	margin-right: 38px;
}
#foot .detail dd {
	font-family: 'Noto Serif JP', serif;
	color: #000;
	line-height: 1.8em;
}
#foot .contact {
	color: #D5396E;
}
#foot .contact dl {
	width: 300px;
	margin: 0 0 10px auto;
}
#foot .contact dd {
	background: #FFF;
	border: 1px #D5396E solid;
	font-weight: 700;
	text-align: center;
}
#foot .contact dt {
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
}
#foot .contact dt a {
	text-decoration: none;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#foot .contact dt a img {
	margin-right: 10px;
}
#foot a {
	color: #000;
	text-decoration: none;
}
#foot .contact p {
	font-size: 20px;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#fnavi {
	max-width: 1280px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}
#fnavi a {
	color: #000;
	text-decoration: none;
}
#fnavi dt {
	margin-bottom: 14px;
	font-size: 18px;
}
#fnavi dd {
	margin-bottom: 6px;
}
#fnavi dd a::before {
	content: "・";
}
#fnavi_sp {
	display: none;
}
footer #policy {
	text-align: center;
	margin-bottom: 10px;
}
footer #policy a {
	color: #817E7D;
}
#copyright {
	text-align: center;
	color: #817E7D;
}
#fixedTop {
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	text-decoration: none;
	display: none;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
#contact_sp {
	display: none;
}
/* ナビ部分
------------------------------------------------ */
#gnav {
	border-top: 1px #D6D6D6 solid;
	border-bottom: 1px #D6D6D6 solid;
	background: #FFF;
}
#gnav ul {
	max-width: 1388px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#gnav li {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 700;
}
#gnav li a {
	padding: 20px 0;
	text-decoration: none;
	color: #000;
	display: block;
}
#gnav li a:hover {
	opacity: .7;
}
/* モーダルメニュー */
header .menu_btn, header .menu {
	display: none;
}
/* 固定バナー
------------------------------------------------ */
#fixd_order li {
	min-height: 260px;
	font-size: 18px;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 700;
	position: fixed;
	right: 0;
	top: 360px;
	z-index: 100;
}
#fixd_order li a {
	padding: 34px 14px;
	background: #F3006F;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	color: #FFF;
	box-sizing: border-box;
	display: block;
}
#fixd_order li b {
	padding-top: 1em;
	font-size: 32px;
	display: block;
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1388px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto 60px;
	padding: 0 20px;
	font-size: 12px;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a {
	text-decoration: none;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
#h2_wrap {
	margin-bottom: 20px;
	background: url(../image/top/main_bg.jpg) center;
	background-size: cover;
}
#h2_wrap h2.title {
	max-width: 1400px;
	min-width: 900px;
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
h3.title {
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
h3.title span {
	padding-top: 40px;
	position: relative;
}
h3.title span::before {
	content: "";
	background: url(../image/common/h3_lotus.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 34px;
	top: 0;
	left: calc( 50% - 19px );
	position: absolute;
}
/* 共通
------------------------------------------------ */
#contents {
	margin: 0 auto 80px;
}
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1200px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 140px;
}
.cbox_m0 {
	max-width: 1200px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
}
.cbox_s {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 140px;
}
.cbox_s_m0 {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
}
.button li {
	width: 260px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}
.button li a {
	padding: 16px 0;
	color: #000;
	text-decoration: none;
	border: 1px solid #2C933A;
	display: block;
}
.button li a:hover {
	background: rgba(255, 255, 255, 0.85);
	opacity: 1;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
/*---テーブル---*/
table.stdt1 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 1px #e0e0e0;
	background: #FFF;
}
table.stdt1 caption {
	text-align: left;
}
table.stdt1 th, table.stdt1 td {
	border: solid 1px #bfbfbf;
	padding: 10px;
	text-align: left;
}
table.stdt1 th {
	background: #ebebeb;
	white-space: nowrap;
	color: #333333;
}
/*角に●がつくボックス*/
.pt_box_wrap {
	position: relative;
}
.pt_box {
	padding: 40px;
	border: 1.5px #817E7D solid;
	box-sizing: border-box;
	position: relative;
}
.pt_box_wrap::before, .pt_box_wrap::after, .pt_box::before, .pt_box::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #D1D1D1;
	border: 7px #FFF solid;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.pt_box_wrap::before {
	top: -10px;
	left: -10px;
}
.pt_box_wrap::after {
	bottom: -10px;
	left: -10px;
}
.pt_box::before {
	top: -10px;
	right: -10px;
}
.pt_box::after {
	bottom: -10px;
	right: -10px;
}
#p_about #company .pt_box, #p_hall #hole_overview .pt_box {
	padding: 40px 0 70px;
}
#p_hall #hole_overview .pt_box dl:first-of-type, #p_member #address dl:first-of-type {
	border-top: 1px solid #CECECE;
}
#p_about #company .pt_box dl, #p_hall #hole_overview .pt_box dl, #p_member #address dl {
	max-width: 1000px;
	width: 86%;
	margin: 0 auto;
	padding: 20px 38px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CECECE;
}
#p_about #company .pt_box dt, #p_hall #hole_overview .pt_box dt, #p_member #address dt {
	width: 25%;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 700;
	color: #7E669B;
}
#p_about #company .pt_box > dl:last-of-type {
	margin-bottom: 70px;
}
/*よくあるご質問*/
.p_faq #faq .cbox {
	max-width: 990px;
}
.p_faq #faq dl {
	margin-bottom: 50px;
}
.p_faq #faq dt {
	padding: 15px 0;
	background-color: #F5F5F5;
	font-weight: bold;
}
.p_faq #faq span.qestion {
	margin-right: 15px;
	padding: 15px 20px;
	background-color: #83649F;
	font-weight: normal;
	color: #fff;
}
.p_faq #faq dd {
	margin: 30px 82px;
	position: relative;
}
.p_faq #faq dd .answer {
	position: absolute;
	left: -20px;
}
.p_faq #faq dd.pink {
	margin: 0 82px;
	padding: 10px 40px;
	display: inline-block;
	border: 1px solid #D5396E;
	color: #D5396E;
}
.p_faq #faq dd.bg_pink {
	margin: 0 82px;
	padding: 8px 50px;
	display: inline-block;
	background-color: #D5396E;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.p_faq #faq #example {
	margin: 0 82px;
	padding: 18px 26px;
	border: 1px #B497CC solid;
	display: inline-block;
}
.p_faq #faq #example ul li {
	list-style-type: disc;
	margin-left: 24px;
	text-align: left;
}
.p_faq #faq #example p {
	margin-bottom: 5px;
	font-weight: bold;
	color: #83649F;
}
/* トップページ
------------------------------------------------ */
#p_top .bg_wrap {
	padding: 100px 0;
}
#p_top h3.title_top {
	margin-bottom: 50px;
	padding: 80px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #041C59;
	text-align: center;
	position: relative;
}
#p_top h3.title_top span {
	position: relative;
	z-index: 2;
}
#p_top h3.title_top::before {
	content: attr(data-en);
	font-family: 'Roboto', sans-serif;
	font-size: 240px;
	font-weight: 500;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(50,142,217,0.1);
	position: absolute;
}
/*メイン画像*/
#p_top #main_img {
	width: 100%;
	margin-bottom: 70px;
	background: url(../image/top/main_bg.jpg) no-repeat top center;
	background-size: cover;
}
#p_top #main {
	height: calc( 100vh - 250px );
	min-height: 500px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_top #main .lead {
	padding: 10px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #000;
}
#p_top #main .lead span {
	padding-top: 2em;
	font-size: 26px;
	letter-spacing: 0.05em;
	display: block;
}
/*新着情報*/
#p_top #news {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 68px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#p_top #news h3, #p_hall #access h3 {
	width: 150px;
	height: 150px;
	margin-right: 60px;
	line-height: 150px;
	text-align: center;
	color: #D5396E;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	border: 1px #D5396E solid;
	border-radius: 50%;
}
#p_top #news .next {
	margin-left: auto;
	margin-top: auto;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}
#p_top #news .next a {
	text-decoration: none;
}
/*不安リスト*/
#p_top #fuan .pt_box_wrap {
	max-width: 1280px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 34px;
}
#p_top #fuan .pt_box {
	padding: 40px;
	display: flex;
	;
	align-items: center;
	justify-content: space-between;
}
#p_top #fuan .pt_box li {
	margin-bottom: 26px;
	padding-left: 46px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}
#p_top #fuan .pt_box li:last-child {
	margin-bottom: 0;
}
#p_top #fuan .pt_box li::before {
	content: "";
	background: url(../image/common/ico_pt.png) no-repeat;
	width: 34px;
	height: 34px;
	top: 4px;
	left: 0;
	position: absolute;
}
#p_top #fuan .image {
	width: 470px;
}
#p_top #fuan .image img {
	width: 100%;
}
#p_top #fuan .arrow {
	margin-bottom: 34px;
	text-align: center;
}
#p_top #fuan .lead {
	margin-bottom: 40px;
	padding: 80px 0;
	background: url(../image/top/fuan_hasu.jpg) no-repeat center;
	background-size: contain;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	color: #83649F;
	font-weight: 500;
	text-align: center;
}
/*3つの安心ポイント*/
#p_top #anshin .wrap {
	max-width: 1184px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 98px;
	display: flex;
	align-items: flex-start;
}
#p_top #anshin h3 {
	margin-right: 80px;
	padding: 48px 52px;
	background: url(../image/top/anshin_lead_bg.jpg) no-repeat center;
	background-size: cover;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 700;
	color: #D5396E;
	letter-spacing: .1em;
}
#p_top #anshin .list {
	padding-top: 70px;
}
#p_top #anshin .list dl, #p_member #anshin .list dl {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
#p_top #anshin .list dt, #p_member #anshin .list dt {
	margin-right: 40px;
	width: 150px;
	height: 150px;
	padding-left: 20px;
	background: url(../image/top/anshin_pt.jpg) no-repeat center;
	background-size: contain;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 150px;
	box-sizing: border-box;
}
#p_top #anshin .list dt .number, #p_member #anshin .list dt .number {
	font-size: 30px;
}
#p_top #anshin .list dd {
	width: calc(100% - 150px);
	font-size: 20px;
}
/* お知らせ
------------------------------------------------ */
#news #log dl {
	margin-bottom: 15px;
	display: flex;
}
#news #log dl:last-child {
	margin-bottom: 0;
}
#news #log dl dt {
	margin-right: 60px;
}
#news #log dl dd span {
	margin-left: 5px;
	font-size: 12px;
	color: #C36;
}
#news #log a {
	color: #000;
}
/* お知らせ詳細
------------------------------------------------ */
#p_news .cbox {
	padding: 80px 0;
	border: 1px #CCC solid;
}
#p_news .cbox #post {
	width: 840px;
	margin: 0 auto;
}
/* ご挨拶
------------------------------------------------ */
#p_about #greetings .wrap {
	margin-bottom: 130px;
	padding: 70px 0;
	background: url("../about/image/hasu.jpg") no-repeat center;
	background-size: cover;
}
#p_about #greetings .text h4 {
	margin-bottom: 70px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 32px;
	color: #4B2072;
	text-align: center;
}
#p_about #greetings .text h4 span {
	font-size: 42px;
}
#p_about #greetings .text p:last-of-type {
	margin-bottom: 75px;
}
#p_about #greetings .text dl {
	width: 270px;
	margin: 0 0 0 auto;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_about #greetings .text dl dd img {
	width: 170px;
}
#p_about #photo .wrap {
	width: 990px;
	margin: 0 auto;
	margin-bottom: 140px;
	display: flex;
	justify-content: space-between;
}
#p_about #photo .wrap dl {
	width: 48%;
	text-align: center;
}
#p_about #photo .wrap dl dt {
	margin-bottom: 28px;
}
#p_about #photo .wrap dl img {
	width: 100%;
}
#p_about #photo .wrap dl dd {
	font-weight: bold;
}
#p_about #company .ggmap {
	text-align: center;
}
/* ご葬儀について
------------------------------------------------ */
#p_funeral #menu a {
	width: 100%;
	height: 200px;
	margin-bottom: 48px;
	padding: 0 50px;
	box-sizing: border-box;
	display: block;
	border: 1px solid #707070;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	color: #000;
	line-height: 200px;
	text-decoration: none;
}
#p_funeral #menu a dl {
	display: flex;
	justify-content: space-between;
}
#p_funeral #menu a dd {
	width: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_funeral #menu a:first-of-type dl img {
	margin-top: 10px;
}
#p_funeral #menu a:nth-last-of-type(2) dl img {
	margin-top: 10px;
}
#p_funeral #menu a:last-of-type dl img {
	margin-top: 5px;
	margin-right: 30px;
}
/* ご葬儀について 葬儀の流れ
------------------------------------------------ */
#p_funeral.p_flow #flow .flow_list ul {
	width: 75%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#p_funeral.p_flow #flow .flow_list ul li img {
	width: 100%;
}
#p_funeral.p_flow #flow .flow_list ul li {
	margin-right: 10px;
}
#p_funeral.p_flow #flow .flow_list ul li:last-of-type {
	margin-right: 0;
}
#p_funeral.p_flow #flow .box {
	margin-bottom: 110px;
	padding: 80px 56px 56px;
	border: 1px solid #817E7D;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#p_funeral.p_flow #flow .box::after {
	content: "";
	background: url(../image/common/arrow.svg) no-repeat;
	background-size: contain;
	width: 36px;
	height: 30px;
	bottom: -70px;
	left: calc( 50% - 18px );
	position: absolute;
}
#p_funeral.p_flow #flow .box:last-of-type::after {
	content: none;
}
#p_funeral.p_flow #flow .box h4 {
	padding: 0 10px;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	color: #3E3E3E;
	background: #FFF;
	top: -33px;
	left: 50px;
	position: absolute;
}
#p_funeral.p_flow #flow .box h4 b {
	width: 66px;
	height: 66px;
	margin-right: 20px;
	color: #FFF;
	text-align: center;
	line-height: 66px;
	border-radius: 50%;
	background: #7E669B;
	display: inline-block;
}
#p_funeral.p_flow #flow .text {
	width: 650px;
}
#p_funeral.p_flow #flow .text > dl {
	margin-bottom: 40px;
}
#p_funeral.p_flow #flow .text > dl:last-of-type {
	margin-bottom: 0;
}
#p_funeral.p_flow #flow .text > dl > dt {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 700;
}
#p_funeral.p_flow #flow .text > dl > dt span {
	padding: 4px 20px;
	background: #000;
	color: #FFF;
}
#p_funeral.p_flow #flow #tsuya .text > dl > dt span:after, #p_funeral.p_flow #flow #sogi .text > dl > dt span:after {
	content: "";
	width: 18px;
	height: 5px;
	margin-left: 27px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg);
	position:relative;
	bottom: 5px;
}
#p_funeral.p_flow #flow .text .pink {
	color: #F3006F;
}
#p_funeral.p_flow #flow .text .gray {
	color: #646464;
}
#p_funeral.p_flow #flow .photo {
	display: flex;
	flex-direction: column;
}
#p_funeral.p_flow #flow .box_pink {
	margin-left: 1em;
	padding: 4px 20px;
	font-weight: bold;
	color: #D5396E;
	border: 1px solid #D5396E;
	display: inline-block;
}
#p_funeral.p_flow #flow .box_pink span {
	margin: 0 6px;
	width: 0;
	height: 0;
	border-left: 5px solid #D5396E;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	display: inline-block;
}
#p_funeral.p_flow #flow .tel {
	width: 520px;
	padding: 32px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
	font-weight: 500;
	background: #F8F7F5;
	text-align: center;
}
#p_funeral.p_flow #flow .tel .time {
	width: 300px;
	margin: 0 auto 5px;
	padding: 5px;
	background: #FFF;
	border: 1px #D5396E solid;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: bold;
	color: #D5396E;
}
#p_funeral.p_flow #flow .tel a {
	padding-left: 40px;
	color: #000;
	text-decoration: none;
	position: relative;
}
#p_funeral.p_flow #flow .tel a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../image/common/foot_tel.svg) no-repeat;
	background-size: contain;
	top: calc( 50% - 15px );
	left: 0;
	position: absolute;
}
#p_funeral.p_flow #hanso .photo img:last-of-type {
	width: 200px;
	margin: 165px auto 0;
}
#p_funeral.p_flow #uchiawase ul li {
	margin-left: 35px;
	margin-bottom: 5px;
	position: relative;
}
#p_funeral.p_flow #uchiawase ul li:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url("../image/common/ico_pt.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: -35px;
}
#p_funeral.p_flow #flow #nokan .text > dl {
	padding: 28px;
	background-color: #F6F5F3;
	border: 1px #7E669B solid;
	border-radius: 10px;
}
#p_funeral.p_flow #flow #nokan .text > dl > dt {
	color: #83649F;
	font-size: 15px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
}
#p_funeral.p_flow #flow #nokan dl.option dd {
	width: 550px;
	display: flex;
	justify-content: space-between;
}
#p_funeral.p_flow #flow #nokan dl.option dd div {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
}
#p_funeral.p_flow #flow #nokan dl.option dd div:first-of-type img {
	margin-top: 3px;
}
#p_funeral.p_flow #flow #nokan dl.option dd div:nth-of-type(2) img {
	margin-top: 14px;
}
#p_funeral.p_flow #flow #nokan dl.option dd div p {
	font-family: 'Noto Serif JP', serif;
}
#p_funeral.p_flow #flow #sogi .photo img:first-of-type {
	width: 144px;
	margin: 0 auto 35px;
}
#p_funeral.p_flow #flow .cbox_s > p {
	color: #FF0057;
	text-align: center;
}
/* ご葬儀について 費用・ご葬儀例
------------------------------------------------ */
#p_funeral #about {
	margin-top: 100px;
	margin-bottom: 130px;
	padding: 68px 125px;
	background-color: #FBFAF9;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
#p_funeral #about h4 {
	text-align: center;
	font-size: 40px;
	color: #D5396E;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#p_funeral #about ul {
	max-width: 650px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}
#p_funeral #about li {
	width: 140px;
	height: 140px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	border: 1px #83649F solid;
	font-size: 26px;
	line-height: 140px;
}
#p_funeral #about dl {
	text-align: center;
}
#p_funeral #about dl dt {
	margin-bottom: 20px;
	font-size:32px;
}
#p_funeral #about dl dd:first-of-type {
	margin-bottom: 5px;
	font-size: 22px;
	color: #F00;
}
/*続き*/
#p_funeral #plan_link {
	width: 1014px;
	margin: 0 auto 44px;
	display: flex;
	justify-content: space-between;
}
#p_funeral #plan_link li {
	width:240px;
	height: 120px;
}
#p_funeral #plan_link li a {
	width: 100%;
	height: 100%;
	border: 2px solid #B559A2;
	display: block;
	text-decoration: none;
}
#p_funeral #plan_link li:first-of-type a {
	border: 2px #633F99 solid;
}
#p_funeral #plan_link li:nth-of-type(2) a {
	border: 2px #25408E solid;
}
#p_funeral #plan_link li dl {
	padding: 10px 28px;
	box-sizing: border-box;
	position: relative;
}
#p_funeral #plan_link li dl:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	border-top: 1px #707070 solid;
	border-right: 1px #707070 solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 112px;
}
#p_funeral #plan_link li dt {
	margin-bottom: 16px;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	color: #B559A2;
	text-align: center;
}
#p_funeral #plan_link li:first-of-type dt {
	color: #633F99;
}
#p_funeral #plan_link li:nth-of-type(2) dt {
	color: #25408E;
}
#p_funeral #plan_link li dd {
	color: #DC316F;
	font-size: 20px;
	position: relative;
}
#p_funeral #plan_link li:first-of-type dd:before, #p_funeral #plan_link li:nth-of-type(2) dd:before {
	content: "会員価格";
	display: block;
	color: #DC316F;
	font-size: 12px;
	position: absolute;
	top: -14px;
}
#p_funeral #plan_link li dd small {
	font-size: 14px;
}
#p_funeral #others_link li a, #p_funeral #option h4, #p_funeral #mandatory h4 {
	margin-bottom:30px;
	padding: 10px 20px;
	background-color:#83649F;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color:#fff;
	display:inline-block;
}
#p_funeral #others_link {
	width: 730px;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
}
#p_funeral #others_link a {
	text-decoration: none;
}
#p_funeral .plan {
	margin-bottom: 100px;
	border: 5px solid #633F99;
}
#p_funeral #jiin.plan {
	border: 5px solid #25408E;
}
#p_funeral .plan .wrap {
	padding: 40px;
}
#p_funeral .plan h4 {
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #633F99;
}
#p_funeral .plan h4:before {
	content: "●";
}
#p_funeral #jiin.plan h4 {
	color: #25408E;
}
#p_funeral .plan dl.supplement {
	margin-bottom: 40px;
	display: flex;
}
#p_funeral .plan dl.supplement dt {
	margin-right: 30px;
}
#p_funeral .plan .price {
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_funeral .plan .price .member {
	margin-right: 30px;
}
#p_funeral .plan .price .member dl {
	min-width: 500px;
	position: relative;
}
#p_funeral .plan .price .member dt {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px #D5396E solid;
	color: #D5396E;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_funeral .plan .member dl dd {
	margin-left: 100px;
	padding: 30px 60px;
	background-color: #FFFFF3;
	border-radius: 10px;
	border: 1px solid #E5CBD4;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	color: #DC316F;
}
#p_funeral .plan .member .price01 {
	font-size: 46px;
}
#p_funeral .plan .member .yen {
	font-size: 26px;
}
#p_funeral .plan .member .tax {
	color: #000;
	display: block;
}
#p_funeral .plan .member ul {
	margin-right: 10px;
	text-align: right;
}
#p_funeral .plan .member ul a {
	text-decoration: none;
	color: #DC316F;
}
#p_funeral .plan .non_member {
	position: relative;
}
#p_funeral .plan .non_member dt {
	width:110px;
	height: 110px;
	border-radius: 50%;
	background-color: #8364A0;
	color: #fff;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_funeral .plan dl.non_member dd {
	width: 340px;
	margin-left: 60px;
	padding: 20px 50px 20px 80px;
	border: 1px #DDD0E8 solid;
	border-radius: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	box-sizing: border-box;
}
#p_funeral .plan .non_member .price01 {
	font-size: 34px;
}
#p_funeral .plan .box:last-of-type {
	padding: 35px 86px;
	background-color: #F6F5F3;
}
#p_funeral .plan .box h5 {
	margin-bottom: 34px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	color: #4B2072;
}
#p_funeral .contents {
	left: -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#p_funeral .contents:first-child {
	justify-content: space-between;
}
#p_funeral .contents dl {
	margin-bottom: 46px;
	text-align: center;
	position: relative;
}
#p_funeral .plan .contents dl dt {
	width: 130px;
	height: 100px;
	margin: 0 10px 5px 10px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	border: 1px #ccc solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_funeral .plan .contents dl dt img {
	max-width: 100%;
	max-height: 100%;
}
#p_funeral .plan .contents dl dd {
	width: 168px;
	font-size: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#p_funeral .plan .box h5.sub_title {
	color: #000;
	position: relative;
}
#p_funeral .plan .box h5.sub_title:after {
	content:"";
	width: 680px;
	height: 1px;
	display: inline-block;
	background-color: #707070;
	position: absolute;
	top: 15px;
	left: 11em;
}
#p_funeral .plan .contents.benefits {
	justify-content: normal;
	left: -8px;
}
#p_funeral .plan .contents.benefits dt {
	width: 110px;
	height: 84px;
	margin: 0 8px 5px 8px;
	padding: 14px;
}
#p_funeral .plan_e {
	display: flex;
	justify-content: space-between;
}
#p_funeral .plan_e .plan {
	width: 530px;
	border: 5px #B559A2 solid;
}
#p_funeral .plan_e .plan h4 {
	margin-bottom: 30px;
	color: #B559A2;
}
#p_funeral .plan_e .plan .price {
	width: 340px;
	margin: 0 auto;
	padding: 30px;
	padding-bottom: 20px;
	background-color: #FFFFF3;
	border: 2px #E5CBD4 solid;
	border-radius: 10px;
	font-family: 'Noto Serif JP', serif;
	color: #DC316F;
	text-align: center;
	box-sizing: border-box;
}
#p_funeral .plan_e .plan .price01 {
	font-size: 40px;
}
#p_funeral .plan_e .plan .yen {
	font-size: 22px;
}
#p_funeral .plan_e .plan .tax {
	color: #000;
	display: block;
}
#p_funeral .plan_e .plan .box:last-of-type {
	height: 550px;
	box-sizing: border-box;
	padding-left:36px;
	padding-right:36px;
}
#p_funeral .plan_e .plan .contents dl dt {
	width: 138px;
	margin: 0;
}
#p_funeral .plan_e .plan .contents {
	left: 0;
}
#p_funeral #option {
	margin-bottom: 120px;
}
#p_funeral #option .box {
	display:flex;
	margin-bottom:36px;
}
#p_funeral #option dl {
	width: 260px;
	margin-right: 20px;
	border: 1px #CCC solid;
	border-radius: 10px;
}
#p_funeral #option dl dt {
	height: 180px;
	text-align: center;
	position: relative;
}
#p_funeral #option dl dt div {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#p_funeral #option dl dt div p {
	min-width: 200px;
}
#p_funeral #option dl dt img {
	max-width: 108px;
	max-height: 100px;
}
#p_funeral #option dl:first-of-type dt img {
	margin-bottom: 30px;
}
#p_funeral #option dl:nth-of-type(2) dt img {
	margin-bottom: 10px;
}
#p_funeral #option dl:last-of-type dt img {
	margin-bottom: 20px;
}
#p_funeral #option dl dd {
	height: 160px;
	padding: 25px;
	background-color: #F6F5F3;
	border-radius: 0 0 10px 10px;
}
#p_funeral #option dl dd ul {
	margin-bottom: 12px;
}
#p_funeral #option dl dd p.pink {
	color: #F3006F;
	font-size: 14px;
}
#p_funeral #option dl:nth-child(2) dd ul {
	display: flex;
	flex-wrap: wrap;
}
#p_funeral #option dl:nth-child(2) dd li {
	width: 50%;
}
#p_funeral #mandatory p:first-of-type {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
}
#p_funeral #about_member, #p_order #paper_form, #p_member #paper_form {
	max-width: 900px;
	margin: 0 auto;
	padding:60px;
	background: url("../order/image/order_lead_bg.jpg");
	background-size: cover;
	text-align: center;
}
#p_funeral #about_member {
	margin-bottom: 150px;
}
#p_funeral section #about_member h4, #p_order #paper_form h4, #p_member #paper_form h4 {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
}
#p_funeral #about_member h4 {
	color: #D5396E;
}
#p_funeral #about_member li a, #p_order #paper_form li a, #p_member #paper_form li a {
	border-radius: 20px;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
}
#p_funeral #about_member li a {
	padding: 20px 52px;
	background-color: #D5396E;
}
#p_funeral #about_member li img {
	margin-left: 10px;
	position: relative;
	top: 10px;
}
/* 式場ホール
------------------------------------------------ */
#p_hall #hole #hole_image {
	height: 760px;
	background: url("../hall/image/img_ hole.jpg") no-repeat center;
	background-size: cover;
}
#p_hall #hole img {
	width: 100%;
}
#p_hall #hole .box {
	position: relative;
	margin-bottom: 50px;
}
#p_hall #hole .box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 0 3px #000;
	position: absolute;
	top: 62px;
	left: 67px;
}
#p_hall #hole .box h4 .open {
	font-size: 120px;
	color: #C8422F;
	text-shadow: none;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 8px #fff;
	position: relative;
	top: -20px;
}
#p_hall #hole .box h4 .open:after {
	content: "OPEN";
	-webkit-text-stroke: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#p_hall #hole .box ul {
	width: 350px;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 50px;
	right: 65px;
}
#p_hall #hole .box li {
	width: 160px;
	height: 160px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px #C8422F solid;
	color: #C8422F;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_hall #hole .cbox p {
	max-width: 1100px;
	margin: 0 auto 100px;
}
#p_hall #hole .cbox p .pink {
	color: #D5396E;
	font-weight: bold;
}
#p_hall #hole .cbox ul#gallery {
	width: 92%;
	max-width: 1124px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p_hall #hole .cbox ul#gallery li {
	width: 30%;
	margin-bottom: 50px;
	text-align: center;
}
#p_hall #hole .cbox ul#gallery li a {
	text-decoration: none;
	color: #000;
}
#p_hall #hole .cbox ul#gallery li img {
	width: 100%;
	margin-bottom: 16px;
}
#p_hall #hole .cbox ul.button {
	margin: 50px auto 0;
}
#p_hall #hole .cbox ul.button li {
	width: 400px;
}
#p_hall #hole .cbox ul.button a {
	padding: 16px 70px;
	background-color: #D5396E;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
	border: none;
}
#p_hall #hole .cbox ul.button a:hover {
	opacity: .7;
}
#p_hall #hole_overview .pt_box {
	padding: 70px 50px;
}
#p_hall #hole_overview .pt_box h4 {
	margin-bottom: 45px;
	font-size: 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#p_hall #access .cbox_s {
	max-width: 1000px;
	line-height: 2;
}
#p_hall #access .title {
	margin-bottom: 65px;
	display: flex;
	justify-content: center;
}
#p_hall #access .ggmap {
	margin-bottom: 65px;
}
#p_hall #access dl {
	padding: 30px 0;
	border-bottom: 1px #CECECE solid;
}
#p_hall #access dl:last-child {
	border-bottom: none;
}
#p_hall #access dt {
	margin-left: 80px;
	margin-bottom: 26px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	position: relative;
}
#p_hall #access dt i {
	position: absolute;
	left: -80px;
}
#p_hall #access dd {
	margin-left: 80px;
}
#p_hall #access dd ul, #p_hall #access dd li {
	list-style: inherit;
}
#p_hall #access dd.pink {
	margin-top: 10px;
	color: #F3006F;
}
#p_hall #access dd .flame {
	margin-right: 15px;
	padding: 5px 15px;
	border: 1px #F3006F solid;
}
#p_hall #access dl#bus dd {
	display:flex
}
#p_hall #access dl#bus dd ul {
	margin-right: 110px;
	position: relative;
}
#p_hall #access dl#bus dd ul:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../hall/image/fuan_arrow_bus.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	right: -80px;
}
#p_hall #access dl#bus dd p {
	line-height: 5.5;
}
/* 供花・供物注文
------------------------------------------------ */
#p_order #flow, #p_member #flow {
	max-width: 1050px;
	margin: 85px auto 150px;
	display: flex;
	justify-content: space-between;
}
#p_order #flow .box, #p_member #flow .box {
	position: relative;
}
#p_order #flow .box:before, #p_member #flow .box:before {
	content: "1";
	width: 66px;
	height: 66px;
	padding: 20px 27px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #7E669B;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 25px;
	z-index: 1;
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#p_order #flow .box:nth-child(2):before, #p_member #flow .box:nth-child(2):before {
	content: "2"
}
#p_order #flow .box:nth-child(3):before, #p_member #flow .box:nth-child(3):before {
	content: "3"
}
#p_order #flow .box:after, #p_member #flow .box:after {
	content: url("../order/image/Icon_arrow__pink.svg");
	position: absolute;
	bottom: 50%;
	right: -37px;
}
#p_order #flow .box:last-child:after, #p_member #flow .box:last-child:after {
	content: none;
}
#p_order #flow dl.pt_box, #p_member #flow dl.pt_box {
	width: 310px;
	height: 426px;
	text-align: center;
}
#p_order #flow dt, #p_member #flow dt {
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_order #flow dl dt img {
	width: 190px;
}
#p_order #flow dl dd {
	padding-top: 30px;
}
#p_order #flow dl#step_02 dt img {
	width: 170px;
}
#p_order #flow dl h4 {
	margin-bottom: 20px;
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
}
#p_order #paper_form h4, #p_member #paper_form h4 {
	color: #4B2072;
}
#p_order #paper_form h4 {
	position: relative;
}
#p_order #paper_form h4:before {
	content: "";
	width: 100px;
	height: 142px;
	display: inline-block;
	background: url("../order/image/img_kuge.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: -88px;
	left: 116px;
}
#p_order #paper_form h4:after {
	content: "";
	width: 52px;
	height: 70px;
	display: inline-block;
	background: url("../order/image/img_kumotsu.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: -30px;
	right: 165px;
}
#p_order #paper_form ul, #p_member #paper_form ul {
	max-width: 570px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#p_order #paper_form li a, #p_member #paper_form li a {
	width: 260px;
	padding: 20px 0;
	background-color: #83649F;
}
#p_order #contents .cbox {
	margin-bottom: 80px;
}
#p_order #faq h3 {
	padding-top: 60px;
}
#p_order #faq dl#name ul {
	max-width: 540px;
	display: flex;
	justify-content: space-between;
}
#p_order #faq dl#name li {
	text-align: center;
}
#p_order #faq dl#name li img {
	width: 160px;
}
/* 会員登録
------------------------------------------------ */
#p_member #anshin .box {
	margin-bottom: 120px;
}
#p_member #anshin p.pink {
	color: #F3006F;
	text-align: center;
}
#p_member #anshin .list {
	position: relative;
}
#p_member #anshin .list:after {
	content:"";
	width: 204px;
	height: 308px;
	display: inline-block;
	background: url("../member/image/member_w.svg") no-repeat center;
	background-size: contain;
	position:absolute;
	top: 50px;
	right: 0;
}
#p_member #anshin .list dd {
	font-size: 22px;
}
#p_member #flow {
	margin: 80px auto 50px;
}
#p_member #flow dl.pt_box {
	height: 380px;
	padding: 50px 20px;
}
#p_member #flow dt {
	margin-bottom: 10px;
}
#p_member #flow dd .red a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #C8422F;
}
#p_member #flow .box:first-of-type dt img {
	margin-bottom: 18px;
}
#p_member #flow .box:last-of-type dt img {
	margin-right: 35px;
}
#p_member #hosoku {
	width: 670px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_member #hosoku dd img {
	width: 125px;
}
#p_member #hosoku dt {
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 40px 25px;
	background: #EFECF2;
	border-radius: 20px;
	position: relative;
}
#p_member #hosoku dt:before {
	content: "";
	position: absolute;
	bottom: calc( 50% - 30px );
	left: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin-top: -30px;
	border: 15px solid transparent;
	border-left: 15px #EFECF2 solid;
}
#p_member #contact .box {
	margin-bottom: 130px;
	padding: 100px 0;
	background-color: #FBFAF9;
	text-align: center;
}
#p_member #contact h3 {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #4B2072;
}
#p_member #contact ul {
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	line-height: 1.8em;
}
#p_member #contact p {
	margin-bottom: 45px;
}
#p_member #contact ul a, #p_member #consultation ul a, #p_urgency section ul:first-of-type a {
	width: 480px;
	padding: 40px 0 20px;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
}
#p_member #contact li.tel a, #p_member #consultation li.tel a, #p_urgency section ul:first-of-type li.tel a {
	background-color: #83649F;
	border-radius: 20px;
	color: #fff;
}
#p_member #contact li.tel a i, #p_member #consultation li.tel a i, #p_urgency section ul:first-of-type li.tel a i {
	margin-right: 5px;
}
#p_member #contact li.web a {
	background-color: #fff;
	border: 4px #7E669B solid;
	border-radius: 20px;
	color: #000;
}
#p_member #contact li .tel_number, #p_member #consultation .tel_number, #p_urgency section ul:first-of-type li .tel_number {
	font-family: 'Noto Serif JP', serif;
	font-size: 46px;
	letter-spacing: 0.06em;
}
#p_member #contact li .web_text {
	font-family: 'Noto Serif JP', serif;
	font-size: 42px;
	letter-spacing: 0.06em;
}
#p_member #consultation .box {
	text-align: center;
}
#p_member #consultation ul {
	line-height: 2.5em;
}
#p_member #consultation li.tel a {
	width: 525px;
	padding: 20px 0 10px;
	background-color: transparent;
	border: 1px #D5396E solid;
	color: #D5396E;
}
#p_member #consultation li.tel i {
	position: relative;
	top: 5px;
}
#p_member #consultation .tel_number, #p_urgency section ul:first-of-type li .tel_number {
	font-size: 40px
}
#p_member span.please_call {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: #000;
	letter-spacing: 0.06em;
}
#p_member #consultation p {
	margin-bottom: 42px;
}
#p_member #consultation p:first-of-type {
	width: 420px;
	padding: 10px 0;
	font-size: 28px;
	color: #7E669B;
	border-top: 2px solid #7E669B;
	border-bottom: 2px solid #7E669B;
	display: inline-block;
}
/* 会員登録　入会申し込み
------------------------------------------------ */
#p_member.application section p {
	margin-bottom: 42px;
	text-align: center;
}
#p_member.application #paper_form {
	margin-bottom: 42px;
}
#p_member.application #address {
	width: 862px;
	margin: 0 auto 150px;
}
#p_member.application #web_form.cbox_s, #p_contact #contact_form.cbox_s {
	padding: 68px;
	box-sizing: border-box;
	background-color: #F6F5F3;
}
#p_member.application #web_form.cbox_s h4 {
	margin-bottom: 20px;
	color: #D5396E;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	text-align: center;
}
#p_member.application #web_form table, #p_contact #contact_form table {
	width: 100%;
	color: #3E3E3E;
}
#p_member.application #web_form th, #p_contact #contact_form th {
	font-weight: normal;
}
#p_member.application #web_form th, #p_member.application #web_form td, #p_contact #contact_form th, #p_contact #contact_form td {
	width: 100%;
	display: block;
	text-align: left;
}
#p_member.application #web_form input, #p_member.application #web_form select, #p_contact #contact_form input {
	width: 490px;
	height: 54px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
}
#p_member.application #web_form select {
	width:110px
}
#p_member.application #web_form .unit {
	margin-left: 15px;
	margin-right: 15px;
}
#p_member.application #web_form input.year {
	width: 135px;
}
#p_member.application #web_form input.age {
	width: 110px;
}
#p_member.application #web_form input.address {
	width: 100%;
}
#p_member.application #web_form textarea, #p_contact #contact_form.cbox_s textarea {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.6;
	box-sizing: border-box;
}
#p_member.application #policy, #p_contact #policy {
	text-align: center;
	margin-bottom: 20px;
}
#p_member.application #policy a, #p_contact #policy a {
	color: #3E3E3E;
}
#p_member.application #web_form .button, #p_contact #contact_form .button {
	text-align: center;
}
#p_member.application #web_form input[type="submit"], #p_contact #contact_form input[type="submit"] {
	width: 170px;
	background-color: #D5396E;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
}
#p_member.application #web_form input[type="submit"]:hover, #p_contact #contact_form input[type="submit"]:hover {
	opacity: 0.7;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact section p {
	text-align: center;
}
/* お急ぎの方へ
------------------------------------------------ */
#p_urgency #contact {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0 65px;
	text-align: center;
	border: 5px #DEDEDE solid;
}
#p_urgency #contact > img:first-of-type {
	margin-bottom: 32px;
	margin-left: 110px;
}
#p_urgency #contact ul:first-of-type li.tel a {
	width: 540px;
	padding: 25px 0 5px;
	background-color: #D5396E;
	line-height: 1.8;
}
#p_urgency #contact ul:first-of-type li.tel a i {
	position: relative;
	top: 18px;
}
#p_urgency #contact ul:first-of-type li.tel a .bg_white {
	padding: 4px 80px;
	background-color: #fff;
	border-radius: 16px;
	color: #000;
}
#p_urgency #contact ul:first-of-type {
	margin-bottom: 50px;
}
#p_urgency #contact ul:last-of-type {
	max-width:540px;
	margin: 0 auto 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
#p_urgency #contact ul:last-of-type li {
	width: 48%;
	margin-bottom: 12px;
	font-size: 18px;
}
#p_urgency #contact ul:last-of-type li:before {
	content: url(../urgency/image/Icon-check-square.svg);
	margin-right: 5px;
	position: relative;
	top: 3px;
}
#p_urgency #contact h4 {
	margin-bottom: 32px;
	padding: 16px 0;
	border-top: 1px #656565 solid;
	border-bottom: 1px #656565 solid;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
}
#p_urgency #contact p {
	line-height: 1.875;
}
/* 個人情報保護方針
------------------------------------------------ */
#p_policy h3.title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom: 2px #ddd dotted;
	text-align: left;
}