@charset "utf-8";

/*
 style.css
*/

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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1.5;
	min-width: 1200px;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

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

input, textarea {
	box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

/* -----------------------------------------------

= base

----------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	color: #313131;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	color: #080a33;
	text-decoration: none;
	transition: .2s;
	cursor: pointer;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* 擬似要素 */
.header .h_nav li a::before,
.header .search .in::before,
.header .g_nav li a::after,
.main_visual .catch_copy p:first-child::before,
.main_visual .catch_copy p:last-child::after,
.main_visual .btm .img::before,
.btn a::before,
.top_question .menu li a p::before,
.top_question .menu li a::before,
.top_introduction .menu .item::after,
.top_introduction .menu .item .btm .ttl::before,
.top_specialist .menu li a .btm .ttl::before,
.top_specialist .menu li a::after,
.top_page .contents .heading02_top::after,
.footer .footer_top .inner .menu li::before,
.footer .footer_top .inner .page_top::after,
.footer .footer_bottom .menu li::after,
.page_ttl .heading01::after {
	content: "";
	display: block;
	position: absolute;
}


@media print, screen and (min-width: 768px) {

	a[href^="tel:"] {
		pointer-events: none;
	}

}

/* @media */


/* -----------------------------------------------

= 全ページ共通

----------------------------------------------- */

/* = ヘッダー
----------------------------------------------- */
.header {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 3px -3px rgba(49, 49, 49, 0.6);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.header_in,
.header .h_nav .in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_in {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 16px 350px 16px 0;
}

.header .logo {
	width: 204px;
}

.header .h_nav li a {
	position: relative;
	margin-right: 18px;
	padding-left: 19px;
	color: #535353;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.header .h_nav li:last-child a {
	margin-right: 0;
}

.header .h_nav li a::before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 11px;
	height: 11px;
	margin: auto;
	background-image: url(../img/shared/h_nav_icon_pc.svg);
	background-repeat: no-repeat;
	background-size: 11px;
}

.header .search .in form {
	display: flex;
	position: relative;
	align-items: center;
}

.header .search input {
	width: 180px;
	height: 35px;
	padding: 8.5px 5px 8.5px 35px;
	border: 0;
	border-radius: 3px 0 0 3px;
	background-color: #eee;
	font-size: 1.6rem;
}

.header .search .in::before {
	top: 0;
	bottom: 0;
	left: 11px;
	width: 15px;
	height: 15px;
	margin: auto;
	background-image: url(../img/shared/search_icon.svg);
	background-repeat: no-repeat;
	background-size: 15px;
}

.header .search .s_btn {
	width: 59px;
	height: 35px;
	padding: 6px;
	border: 0;
	border-radius: 0 3px 3px 0;
	background-color: #7e6b5a;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}

/*
.header .h_btn {
	position: absolute;
	top: -3px;
	right: 0;
	width: 222px;
	height: 74px;
	background-image: url(../img/shared/h_btn.png);
	background-repeat: no-repeat;
	background-size: 222px 74px;
}

.header .h_btn a {
	display: block;
	padding: 32px 36px 12px 36px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
*/
input[type="search"]:focus {
	outline: 0;
}

button:focus {
	outline: 0;
}

/* = ナビゲーションメニュー・ドロワーメニュー 
----------------------------------------------- */
.g_nav {
	z-index: 999;
	width: 100%;
	background-color: #556fb5;
}

.g_nav > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
}
.g_nav > ul > li{
	position:relative;
}
.g_nav > ul > li a {
	display: block;
	padding: 17px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.g_nav .sub{
	display: none;
    position: absolute;
    top: 54px;
 /* left: -43px;*/
    z-index: 2000;
    width: 260px;
	left: 50%;
  	transform: translateX(-50%);
  	-webkit- transform: translateX(-50%);
}
.g_nav.fixed .sub{
	top:40px;
}
.g_nav .sub ul {
    margin: 10px;
    padding: 0 12px 11px;
    background: #7692df;
}
.g_nav .sub ul li a{
	font-size:1.6rem;
}
/* = フッター
----------------------------------------------- */
.footer .footer_top {
	padding: 40px 0 18px 0;
}

.footer .footer_top .inner {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.footer .footer_top .inner .menu {
	display: flex;
	align-items: center;
}

.footer .footer_top .inner .menu li {
	position: relative;
	padding: 0 25px 0 22px;
}

.footer .footer_top .inner .menu li::before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 11px;
	height: 11px;
	margin: auto;
	background-image: url(../img/shared/footer_icon01.svg);
	background-repeat: no-repeat;
	background-size: 11px;
}

.footer .footer_top .inner .page_top {
	position: relative;
	padding: 5px 58px 5px 25px;
	border-right: 1px dotted #898989;
	border-left: 1px dotted #898989;
	font-size: 1.8rem;
	font-weight: bold;
	color: #556fb5;
	cursor: pointer;
}

.footer .footer_top .inner .page_top::after {
	top: 0;
	bottom: 0;
	right: 26px;
	width: 14px;
	height: 14px;
	margin: auto;
	background-image: url(../img/shared/footer_icon02.svg);
	background-repeat: no-repeat;
	background-size: 14px;
}

.footer .footer_bottom {
	padding: 30px 0 35px 0;
	background-color: #556fb5;
}

.footer .footer_bottom .inner {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.footer .footer_bottom .menu {
	display: flex;
}

.footer .footer_bottom .menu li {
	position: relative;
	margin-bottom: 10px;
	padding: 0 65px 0 25px;
}

.footer .footer_bottom .menu li::after {
	top: 0;
	bottom: 0;
	left: 0;
	width: 11px;
	height: 11px;
	margin: auto;
	background-image: url(../img/shared/footer_icon03.svg);
	background-repeat: no-repeat;
	background-size: 11px;
}

.footer .footer_bottom .menu li a {
	color: #fff;
}

.footer .footer_bottom .information {
	width: 430px;
}

.footer .footer_bottom .information,
.footer .footer_bottom .information a {
	font-weight: bold;
	color: #fff;
}

.footer .footer_bottom .information .company {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.footer .footer_bottom .information .company .name {
	font-size: 2.4rem;
}

.footer .footer_bottom .information .company .url {
	font-size: 1.5rem;
}

.footer .footer_bottom .information .text_link01 .btn {
	display: block;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
}

.footer .footer_bottom .information .text_link01 .btn span {
	background-color: #fff;
	color: #556fb5;
}

.footer .footer_bottom .information .text_link01 .btn span::before {
	background-image: url(../img/shared/footer_icon04.svg);
}

.footer .copyright {
	display: block;
	padding: 20px 0;
	font-size: 1.5rem;
	color: #a0a0a0;
	text-align: center;
}

/*  
  PC (768px以上)
----------------------------------------------- */
@media screen and (min-width: 768px) {

	a:hover {
		opacity: 0.8;
	}

	.header .g_nav {
		display: block !important;
        position: absolute;
        width: 100%;
        min-width: 1200px;
	}
    
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
	}
	.header .h_btn.pc {
		position: absolute;
		display:flex !important;
		right:0;
		width:320px;
		justify-content:space-between;
	}
	.header .h_btn.pc a{
		display:block;
		background:#ef7c2a;
		color:#fff;
		border-radius:4px;
		font-weight:bold;
		padding:15px 12px;
		box-shadow: 0 3px 0px 0px rgba(0,0,0,0.1);
	}
    .g_nav.fixed {
        position: fixed;
    }

    .g_nav.fixed ul li a {
        padding: 10px 17px;
    }

	.header .h_nav li a:hover,
	.footer .footer_top .inner .menu li a:hover,
	.footer .footer_bottom .menu li a:hover {
		text-decoration: underline;
	}

	.g_nav li a:hover,
	.footer .footer_bottom .information .text_link01 a:hover a::before {
		opacity: 0.6;
	}

	.header .h_nav li a:hover,
	.footer .footer_top .inner .menu li a:hover,
	.footer .footer_bottom .menu li a:hover {
		opacity: 1;
	}

}

/*  
  SP (768px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	html {
		min-width: 300px;
	}

	img {
		width: auto;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* = ヘッダー
    -------------------------------------------- */
    .header {
        position: fixed;
        z-index: 9999;
    }
	.header_in {
		z-index: 999;
		width: 85.6%;
		height: 14.4vw;
		margin: auto 0;
		padding: 0;
		background-color: #fff;
		align-items: normal;
	}

	.header .logo {
		width: 26.8vw;
		margin: 3.9% 0 0 4.7%;
	}

	/* = ドロワーメニュー 
    -------------------------------------------- */
	.header .g_nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 14.4vw);
		margin-top: 14.4vw;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.header .g_nav ul {
		display: block;
		width: 100%;
		margin: 0;
		margin: 2% 0;
		list-style: none;
	}

	.header .g_nav li {
		padding: 0;
		border-top: 1px solid #889acb;
	}

	.header .g_nav li:last-child {
		border-bottom: 1px solid #889acb;
	}

	.header .g_nav li a {
		position: relative;
		padding: 3.3% 4.6%;
		font-size: 3.6rem;
		font-size: 4.7vw;
		font-weight: bold;
		color: #fff;
	}

	.header .g_nav li a::after {
		top: 0;
		bottom: 0;
		right: 4.6vw;
		width: 4.6vw;
		height: 4.6vw;
		margin: auto;
		background-image: url(../img/shared/g_nav_icon01.svg);
		background-repeat: no-repeat;
		background-size: 4.6vw;
	}
	.g_nav .sub{
		display: none;
	}
	/* = nav */
	.nav_btn {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1010;
		width: 14.4vw;
		height: 14.4vw;
		background: #556fb5;
		cursor: pointer;
	}

	.nav_btn span {
		display: block;
		position: relative;
		width: 14.4vw;
		height: 14.4vw;
		color: #fff;
		font-size: 1.8rem;
		font-size: 2.65vw;
		text-align: center;
	}

	.nav_btn:before,
	.nav_btn:after,
	.nav_btn span:before {
		content: "";
		display: block;
		position: absolute;
		right: 22%;
		width: 55%;
		height: 2px;
		background: #fff;
	}

	.nav_btn:before {
		top: 23%;
	}

	.nav_btn:after {
		top: 36%;
	}

	.nav_btn span:before {
		top: 49%;
	}

	.nav_btn span:after {
		content: "MENU";
		display: block;
		position: absolute;
		bottom: 15%;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.js-gnav_opened {
		overflow: hidden;
	}

	.js-gnav_opened .nav_btn span:after {
		content: "CLOSE";
	}

	.js-gnav_opened .nav_btn:before {
		top: 38%;
		right: 30%;
		width: 40%;
		transform: rotate(-45deg);
	}

	.js-gnav_opened .nav_btn:after {
		display: none;
	}

	.js-gnav_opened .nav_btn span:before {
		top: 38%;
		right: 30%;
		width: 40%;
		transform: rotate(45deg);
	}

	.header .h_nav .in {
		width: 85%;
		padding: 5.2% 7.5%;
	}

	.header .g_nav .h_nav {
		margin-top: 0;
	}

	.header .h_nav li {
		border: 0;
	}

	.header .h_nav li:last-child {
		border: 0;
	}

	.header .h_nav li a {
		margin-right: 0;
		padding: 0;
		padding-left: 4.6vw;
		font-size: 2.6rem;
		font-size: 3.4vw;
		color: #fff;
	}

	.header .h_nav li a::before {
		width: 2.3vw;
		height: 2.3vw;
		background-image: url(../img/shared/h_nav_icon_sp.svg);
		background-size: 2.3vw;
	}

	.header .h_nav li a::after {
		content: none;
	}

	.header .search {
		margin: 0 auto;
		padding-bottom: 5.6%;
	}
	.header .search .in{
		position:relative;
		width:84.8vw;
		margin:0 auto;
	}
	.header .search .in form {
		width: 84.8vw;
		margin: 0 auto;
	}

	.header .search .in form::before {
		left: 3%;
		width: 4.5vw;
		height: 4.5vw;
		background-size: 4.5vw;
	}

	.header .search input,
	.header .search .s_btn {
		font-size: 3.2rem;
		font-size: 4.2vw;
	}

	.header .search input {
		width: 65.2vw;
		height: 11.1vw;
		padding: 2% 4% 2% 10.5%;
		background-color: #fff;
		border-radius: 4px 0 0 4px;
	}

	.header .search .s_btn {
		width: 19.6vw;
		height: 11.1vw;
		padding: 0;
		background-color: #00a0e9;
		border-radius: 0 4px 4px 0;
	}

	.header .h_btn {
		position: static;
		width: 37.5vw;
		height: 12.5vw;
		margin-top: -4px;
		padding-right: 4%;
		background-size: 37.5vw 12.5vw;
	}

/*
	.header .h_btn a {
		padding: 5.7vw 8vw 2vw 6vw;
		font-size: 2.5rem;
		font-size: 3.2vw;
	}
*/
	
	.header #js-g_nav .h_btn {
		position: relative;
		overflow:hidden;
		display:flex !important;
		right:0;
		width:96%;
		margin:4vh auto 2vh auto;
		padding:0;
		justify-content:space-between;
	}
	.header .h_btn a{
		width:40%;
		font-size:1.4rem;
		padding:2vh 4%;
		text-align:center;
		background:#ef7c2a;
		color:#fff;
		border-radius:4px;
		font-weight:bold;
}



	/* = フッター
    -------------------------------------------- */

	.footer .footer_top {
		padding: 0;
		padding-top: 10.5vw;
	}

	.footer .footer_top .inner {
		display: flex;
		flex-flow: column-reverse;
		width: 100%;
	}

	.footer .footer_top .inner .page_top {
		padding: 0;
		margin-bottom: 4%;
		border-right: 0;
		border-left: 0;
		font-size: 2.4rem;
		font-size: 3.1vw;
		text-align: center;
	}

	.footer .footer_top .inner .page_top::after {
		right: 31.5%;
		width: 3vw;
		height: 3vw;
		background-size: 3vw;
	}

	.footer .footer_top .inner .menu {
		border-top: 1px dotted #898989;
	}

	.footer .footer_top .inner .menu li {
		width: 50%;
		padding: 3.3% 3% 3.3% 7%;
		font-size: 2.4rem;
		font-size: 3.1vw;
	}

	.footer .footer_top .inner .menu li:first-child {
		border-right: 1px dotted #898989;
	}

	.footer .footer_top .inner .menu li::before {
		left: 6%;
	}

	.footer .footer_top .inner .menu li::before,
	.footer .footer_bottom .menu li::after {
		width: 2.5vw;
		height: 2.5vw;
		background-size: 2.45vw;
	}

	.footer .footer_bottom {
		padding: 3% 0 5.5% 0;
	}

	.footer .footer_bottom .inner {
		display: block;
		width: 100%;
	}

	.footer .footer_bottom .menu {
		padding-bottom: 4%;
		border-bottom: 1px solid #889acb;
	}

	.footer .footer_bottom .menu ul {
		width: 50%;
		padding: 0 0 0 3%;
	}

	.footer .footer_bottom .menu li {
		margin-bottom: 2.5%;
		padding: 2.5% 1% 2.5% 9.7%;
		font-size: 2.4rem;
		font-size: 3.1vw;
	}

	.footer .footer_bottom .menu li::after {
		left: 0;
	}

	.footer .footer_bottom .information {
		width: 100%;
	}

	.footer .footer_bottom .information .company {
		width: 88vw;
		margin: 0 auto;
		padding: 4% 0;
	}

	.footer .footer_bottom .information .company .name {
		font-size: 3.8rem;
		font-size: 4.9vw;
	}

	.footer .footer_bottom .information .company .url {
		font-size: 2.6rem;
		font-size: 3.2vw;
	}

	.footer .footer_bottom .information .text_link01 {
		width: 88vw;
		margin: 0 auto;
	}

	.footer .footer_bottom .information .text_link01 .btn span {
		padding: 3.2% 9% 3.2% 7%;
	}

	.footer .copyright {
		padding: 4% 0;
		font-size: 2rem;
		font-size: 2.6vw;
	}

}


/* -----------------------------------------------

= template parts

----------------------------------------------- */

/* = page_ttl
----------------------------------------------- */
.page_ttl {
	background: url(../img/shared/page_ttl_bg_pc.jpg) no-repeat 50% 50%;
	background-size: auto;
    background-position: 50% 80%;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.04em;
}

.page_ttl .heading01::after {
	margin: auto;
/*	border-bottom: 5px solid #fff100;*/
}
body.contact .page_ttl {
}
/* = breadcrumbs
----------------------------------------------- */
.breadcrumbs ol {
	text-align: left;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
}

.breadcrumbs li a {
	color: #3d5eb4;
}

.breadcrumbs li a {
	display: block;
	position: relative;
	padding-right:22px;
}

.breadcrumbs li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/shared/icon_breadcrumbs.svg) no-repeat;
}

/* = heading
----------------------------------------------- */
.heading02 {
	position: relative;
	background: url(../img/shared/heading02_bg.jpg);
	background-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}

.heading02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 1100px;
	height: 6px;
	margin: auto;
	background-image: url(../img/shared/heading02_line.jpg);
}

.heading03 {
	position: relative;
	border-top: 1px dashed #acacac;
	font-weight: bold;
	line-height: 1.3;
}

.heading03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	width: 18px;
	height: 18px;
	margin: auto;
	background-image: url(../img/shared/heading03_icon.svg);
	background-size: 17px;
	background-repeat: no-repeat;
}

.heading04 {
	position: relative;
	background-color: #f8f6f2;
	border-top: 1px solid #ddd3c0;
	font-weight: bold;
	line-height: 1.3;
}

.heading04::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 28px;
	height: 28px;
	background-image: url(../img/shared/heading04_icon01.png);
	background-size: 28px;
	background-repeat: no-repeat;
}

.heading04::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	background-image: url(../img/shared/heading04_icon02.png);
	background-size: 28px;
	background-repeat: no-repeat;
}

.heading04 span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -18px;
	left: 68px;
	border-style: solid;
	border-width: 18px 13.5px 0 13.5px;
	border-color: #f8f6f2 transparent transparent transparent;
}

.copy{
font-weight: bold;
    color: #6a3906;
    padding-left: 10px;
    line-height: 28px;
    font-size: 2rem;
    margin-bottom: 10px;
}
	

/* = text
----------------------------------------------- */
.text01 a {
	color: #3d5eb4;
}

.text01 .fl {
	float: left;
}

.text01 strong {
	font-weight: bold;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}
.hanging{
	text-indent:-2em;
	padding-left:2em;
}
.hanging02{
	text-indent:-2em;
	padding-left:4em;
}	
.hanging02_02{
	text-indent:-3em;
	padding-left:4em;
}	

/* = note
----------------------------------------------- */
.note01 {
	line-height: 2;
}

.note01 li {
	margin-left: 2.2em;
	text-indent: -2em;
}

.note01 li+li {
	margin-top: 1em;
}

/* = box
----------------------------------------------- */
.box01 {
	background-color: #faf9f2;
}
.box01.error {
	background-color: #fff2f2;
}
.box02 {
	background-color: #faf9f2;
	padding:5px 20px !important;
}
.box_flex{
	display:flex;
	flex-wrap:wrap;
}
.box_flex li{
	display:block;
	font-size:1.3rem;
	background:#f8f6f2;
	text-align:left;
	margin-bottom:8px;
	padding:8px;
	line-height:1.2;
	margin-right:10px;
	border:1px solid #ddd3c0;
}

/* = list
----------------------------------------------- */
.list01 li {
	position: relative;
	line-height: 2.2;
}

.list01 li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: url(../img/shared/icon_list01.png) no-repeat;
}

.list01 li+li {
	margin-top: 0.2em;
}

.list02 {
	list-style-type: decimal;
}

.list02 li {
	margin-left: 1.4em;
}

.list02 li+li {
	margin-top: 0.7em;
}

.list03 a {
	display: inline-block;
	position: relative;
	color: #3d5eb4;
}

.list03 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/shared/list03.svg) no-repeat;
}
PDFファイルを貼ったときはアイコン表示→非表示

li.pdf a{
	background: url(../img/shared/icon_pdf.png) no-repeat 100% 50%;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	background: url(../img/shared/icon_xls.png) no-repeat 100% 50%;
}

a[href$=".doc"] {
	background: url(../img/shared/icon_doc.png) no-repeat 100% 50%;
}

a[href$=".ppt"] {
	background: url(../img/shared/icon_ppt.png) no-repeat 100% 50%;
}

a[href$=".txt"] {
	background: url(../img/shared/icon_txt.png) no-repeat 100% 50%;
}

a[href$=".mwv"] {
	background: url(../img/shared/icon_mwv.png) no-repeat 100% 50%;
}

.att {
	font-weight: bold;
	color: #ff0000;
}

.warning {
	width: 410px;
	display:none;
	color:#c00;
	margin-top:10px;
	padding:10px;
	border:2px solid #c00;
	background-color:#ffe6e6;
	border-radius:6px;
	line-height:1.4;
}

@media screen and (max-width: 767px) {
	.warning {
		width: 100%;
	}
}

/* = img
----------------------------------------------- */
.img_clm01 .item img {
	max-width: 100%;
}

.img_clm02,
.img_clm03,
.img_clm04 {
	display: flex;
	flex-wrap: wrap;
}

.img_clm02 .item img,
.img_clm03 .item img,
.img_clm04 .item img {
	max-width: 100%;
}

.img_clm02 .item {
	width: 47.45%;
}

.img_clm02 .item:nth-child(2n-1) {
	margin-right: 2.55%;
}

.img_clm02 .item:nth-child(2n) {
	margin-left: 2.55%;
}

.img_clm03 .item {
	width: 30.69%;
}

.img_clm03 .item:nth-child(3n-2) {
	margin-right: 1.91%;
}

.img_clm03 .item:nth-child(3n-1) {
	margin-right: 1.91%;
	margin-left: 1.91%;
}

.img_clm03 .item:nth-child(3n) {
	margin-left: 1.91%;
}

.caption01 {
	color: #707070;
	line-height: 1.5;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}

/* = news
----------------------------------------------- */
.news01 ul li {
	border-top: 1px dashed #cdcdcd;
}

.news01 ul li:last-child {
	border-bottom: 1px dashed #cdcdcd;
}

.news01 ul li .ttl {
	color: #3d5eb4;
}

/* = accordion
----------------------------------------------- */
.accordion_btn {
	position: relative;
	border-top: 3px solid #cfa972;
	font-weight: 700;
	line-height: 1.7;
	cursor: pointer;
	box-shadow: 0px 0px 4px 2px #e0e0e0;
}

.accordion_btn.open {
	box-shadow: 0 -4px 3px -3px #e0e0e0, 4px 0 3px -3px #e0e0e0, -4px 0 3px -3px #e0e0e0;
}

.accordion_btn::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/question.svg);
	background-repeat: no-repeat;
}

.accordion_btn::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/accordion_icon.svg);
	background-repeat: no-repeat;
}

.accordion_btn.open::after {
	transform: rotateX(180deg);
}

.accordion_cont {
	display: none;
	position: relative;
	border-top: 1px dashed #cdcdcd;
	line-height: 2;
	box-shadow: 4px 0 3px -3px #e0e0e0, 0 4px 3px -3px #e0e0e0, -4px 0 3px -3px #e0e0e0;
}

.accordion_cont::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/answer.svg);
	background-repeat: no-repeat;
}

/* = card
----------------------------------------------- */
.card01 li {
	display: flex;
	align-items: center;
	border-top: 1px dashed #acacac;
}

.card01 li:last-child {
	border-bottom: 1px dashed #acacac;
}

.card01 li .ttl_area {
	display: flex;
	align-items: center;
}

.card01 li .ttl {
	font-weight: bold;
}

.card02 {
	display: flex;
}

.card02 .item .ttl {
	position: relative;
	border-top: 3px solid #cfa972;
}

.card02 .item .ttl::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	background-image: url(../img/shared/card01_img_01.jpg);
	background-repeat: no-repeat;
}
.card02 .item:first-child .ttl::before{
	background: url(../img/service/icon01.png) 0 2px no-repeat;
	background-size:50px;
}
.card02 .item:nth-child(2) .ttl::before{
	background: url(../img/service/icon02.png) 0 2px no-repeat;
	background-size:50px;
}
.card02 .item:nth-child(3) .ttl::before{
	background: url(../img/service/icon03.png) 0 2px no-repeat;
	background-size:50px;
}
.card02 .item .inner {
	background-image: url(../img/shared/card02_bg.jpg);
	background-size: auto;
}

.card02 .item .inner ul {
	margin: 0 auto;
}

.card02 .item .inner ul li {
	background-color: #fff;
	border-top: 1px solid #cfa972;
}

.card02 .item .inner ul li a {
	display: block;
}

.card02 .item .sub_ttl {
	font-weight: bold;
	color: #6a3906;
	text-align: center;
}

.card02 .item .sub_ttl span {
	display: block;
	line-height: 1.2;
}

.card02 .item .list_ttl {
	position: relative;
	font-weight: bold;
}

.card02 .item .list_ttl::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/shared/card02_icon01.png) no-repeat;
}

.card02 .item .text {
	border-bottom: 1px dashed #cdcdcd;
}

.card02 .item .link{
	position: relative;
	font-weight: bold;
	color: #6a3906;
	padding: 12px 10px 15px 23px;
}

.card02 .item .link:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/shared/card02_icon02.svg);
	background-repeat: no-repeat;
	top:20px;
	left:5px;
	width:20px;
	height:20px;
}

.card03 .item {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-top: 3px solid #cfa972;
	background-color: #faf9f2;
	padding: 16px 30px 16px 15px;
}

.card03 .item::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/shared/card03_icon02.png);
	background-repeat: no-repeat;
}

.card03 .item .img {
	width: 310px;
}

.card03 .item .text_area .name {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 0 10px 45px;
	border-bottom: 1px dashed #c9c9c4;
}

.card03 .item .text_area .name::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	background: url(../img/shared/card03_icon01.svg);
	background-repeat: no-repeat;
}


/* = btn
----------------------------------------------- */
.text_link01 {
	text-align: center;
}

.text_link01 .btn {
	display: inline-block;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #dcdcdc;
	text-align: center;
}

.text_link01 .btn span {
	display: block;
	position: relative;
	border-radius: 4px;
	background-color: #556fb5;
	font-weight: bold;
	color: #fff;
}

.text_link01 .btn span::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	background-image: url(../img/shared/btn_icon01.svg);
	background-repeat: no-repeat;
}

/* = menu
----------------------------------------------- */
.menu_link01 {
	display: flex;
	flex-wrap: wrap;
}

.menu_link01 .item {
	position: relative;
}

.menu_link01 .item a {
    display: block;
	position: relative;
}

.menu_link01 .item .tag {
	margin-top: 10px;
}

.menu_link01 .item .ttl {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
}

.menu_link01 .item .ttl p {
	position: relative;
}

.menu_link01 .item .ttl p::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	background-image: url(../img/shared/menu_link01_icon01.svg);
	background-repeat: no-repeat;
}

.menu_link01 .item .ttl::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/menu_link01_icon02.png);
	background-repeat: no-repeat;
}

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

	
.menu_link02 .item {
	position: relative;
	padding-top: 2px;
	background-image: url(../img/shared/menu_link02_bg.jpg);
	text-align: center;
}

.menu_link02 .item::before {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #ef7c2a transparent transparent transparent;
}

.menu_link02 .item::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/menu_link02_icon01.png);
	background-repeat: no-repeat;
}

.menu_link02 .item a,
.menu_link02 .item span {
	display: block;
	border-top: 1px solid #ddd3c0;
	font-weight: bold;
}

.menu_link03 .item {
	position: relative;
	border-top: 3px solid #cfa972;
	background-color: #fff;
	box-shadow: 0px 0px 4px 2px #e0e0e0;
}

.menu_link03 .item::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/menu_link03_icon02.png);
	background-repeat: no-repeat;
}

.menu_link03 .item a {
	display: block;
}

.menu_link03 .item .ttl {
	position: relative;
	font-weight: bold;
}

.menu_link03 .item .ttl::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/menu_link03_icon01.svg);
	background-repeat: no-repeat;
}

/* = profile
----------------------------------------------- */
.profile {
	display: flex;
	justify-content: space-between;
}

.profile .profile_inner .logo {
	margin: 0 auto;
}
.profile .profile_inner .logo img{
	max-height:150px;
}
.profile .profile_inner table ul li::before {
	content: "・";
}

/* = table
----------------------------------------------- */
.table01 table {
	width: 100%;
}

.table01 th,
.table01 td {
	border-top: 1px dashed #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
	line-height: 2.1;
}

.table01 th {
	position: relative;
	font-weight: bold;
	vertical-align: baseline;
}

.table01 th::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/table01_icon.png);
	background-repeat: no-repeat;
}

.table01 td a {
	color: #3d5eb4;
}

.table02 table {
	width: 100%;
}

.table02 table th,
.table02 table td {
	border: 1px solid #d2d2d2;
}

.table02 table th {
	background-color: #faf9f2;
	font-weight: bold;
	color: #556fb5;
	vertical-align: baseline;
}

.table02 table td a {
	color: #556fb5;
}

/* = contact
----------------------------------------------- */
.contact .form {
	background-image: url(../img/shared/contact_bg.jpg);
	background-size: auto;
}

.contact .form tr {
	background-color: #fff;
}

.contact .form th,
.contact .form td {
	border-top: 1px solid #cfa972;
}

.contact .form th {
	position: relative;
	font-weight: bold;
	vertical-align: baseline;
}

.contact .form th::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/shared/contact_icon01.png);
	background-repeat: no-repeat;
}

.contact .form th span {
	background-color: #ef7d2a;
	color: #fff;
}

.contact .form td input {
	border: 1px solid #d2d2d2;
    font-family: inherit;
}

.contact .form .type td .inner {
	display: flex;
}

.contact .form textarea {
	border: 1px solid #d2d2d2;
    font-family: inherit;
}

.contact .form .privacy {
	border-top: 1px solid #cfa972;
	background-color: #fff;
}

.contact .form .privacy .ttl {
	font-weight: bold;
}

.contact .form .privacy .checkbox {
	position: relative;
	border-top: 1px dashed #cdcdcd;
	text-align: center;
}

.contact .form td select {
	border: 1px solid #d2d2d2;
	border-radius: 0;
	background-color: #fff;
    font-family: inherit;
}

.contact .form .submit {
	text-align: center;
}

.contact .form .submit button {
	border: 0;
	background-color: #dcdcdc;
	color: #fff;
}

.contact .form .submit button span {
	position: relative;
	display: block;
	background-color: #556fb5;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}

.contact .form .submit .delete span {
	background-color: #a0a0a0;
}

.contact .form .submit button span::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	background-image: url(../img/shared/btn_icon01.svg);
	background-repeat: no-repeat;
}

/* 送信ボタン - 押せないとき */
.contact .form .submit button[disabled] span{
background-color: #a0a0a0;
cursor: default;
}

#kiyaku{
	width:92%;
	margin:15px auto;
	height:300px;
	overflow-y: scroll;
	border:1px solid #ccc;
	padding:30px;
}

.tyuui{
	width:92%;
	background:#fff2f2;
	padding:15px;
	margin:0 auto 30px auto;
}
/*--------------------------------------------------------
01-template parts for PC
----------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

	/* = margin
    ----------------------------------------------- */
	.mb10 {
		margin-bottom: 10px !important;
	}

	.mb20 {
		margin-bottom: 20px !important;
	}

	.mb30 {
		margin-bottom: 30px !important;
	}

	.mb40 {
		margin-bottom: 40px !important;
	}

	.mb50 {
		margin-bottom: 50px !important;
	}

	.mb60 {
		margin-bottom: 60px !important;
	}

	.mb70 {
		margin-bottom: 70px !important;
	}

	.mb80 {
		margin-bottom: 80px !important;
	}

	F, btn .mb90 {
		margin-bottom: 90px !important;
	}

	.mb100 {
		margin-bottom: 100px !important;
	}

	/* = page_ttl
    ----------------------------------------------- */
	.page_ttl {
		height: 235px;
		margin-bottom: 20px;
        padding-top: 64px;
		font-size: 5rem;
		text-align: center;
	}

	.page_ttl .heading01 {
		position: relative;
		padding: 60px 0 10px 0;
	}

	.page_ttl .heading01::after {
		right: 0;
		bottom: 0;
		left: 0;
		width: 125px;
	}
	body.contact .page_ttl {
		border-top:5px solid #556fb5;
		height:200px;
		padding-top:0;
	}
	
	/* = breadcrumbs
    ----------------------------------------------- */
	.breadcrumbs {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 0 30px;
	}

	.breadcrumbs li {
		font-size: 1.6rem;
	}

	.breadcrumbs li {
		padding-right: 5px;
	}

	.breadcrumbs li a {
		padding-right: 22px;
	}

	.breadcrumbs li a::after {
		width: 11px;
		height: 11px;
		background-size: 11px;
	}

	.breadcrumbs li:last-child {
		padding-right: 0;
	}

	/* = content
    ----------------------------------------------- */
	.contents .container {
		max-width: 1100px;
		margin: 0 auto;
	}

	/* = heading
    ----------------------------------------------- */
	.heading02 {
		max-width: 1100px;
		margin: 0 auto;
		padding: 15px 27px;
		font-size: 3rem;
	}

	.heading03 {
		max-width: 1100px;
		margin: 0 auto;
		padding: 20px 40px;
		font-size: 2.8rem;
	}

	.heading04 {
		max-width: 1100px;
		margin: 0 auto;
		font-size: 2.4rem;
	}

	.heading04 span {
		display: block;
		padding: 12px 40px;
	}

	/* = text
    ----------------------------------------------- */
	.text01 {
		max-width: 1100px;
		margin: 0 auto;
		font-size: 1.6rem;
		line-height: 2;
	}

	.text01 .inline {
		display: inline !important;
	}

	.text01 a:hover {
		text-decoration: underline;
		opacity: 1;
	}
	.error .text01,
	.error ul{
		color:red;
		font-weight:bold;
	}

	/* = note
    ----------------------------------------------- */
	.note01 {
		max-width: 1100px;
		margin: 0 auto;
		font-size: 1.4rem;
	}

	/* = box
    ----------------------------------------------- */
	.box01 {
		padding: 20px 25px;
	}

	/* = list
    ----------------------------------------------- */
	.list01 {
		max-width: 1100px;
		margin: 0 auto;
		font-size: 1.6rem;
		line-height: 2.5;
	}

	.list01 li {
		padding-left: 22px;
	}

	.list01 li::before {
		top: 0.6em;
		width: 14px;
		height: 14px;
		background-size: 14px 14px;
	}

	.list01 a:hover {
		opacity: 1;
	}

	.list02 {
		max-width: 1100px;
		margin: 0 auto;
		font-size: 1.6rem;
		line-height: 2.5;
	}

	.list03 {
		max-width: 1100px;
		margin: 0 auto;
		font-size: 1.6rem;
		line-height: 2.5;
	}

	.list03 a {
		margin-top: 5px;
		padding-left: 23px;
		padding-right: 20px;
	}

	.list03 a::before {
		left: 0;
		width: 13px;
		height: 13px;
		margin-top: -6px;
		background-size: 13px;
	}

	.list03 a:hover {
		text-decoration: underline;
		opacity: 1;
	}

	/* = img
    ----------------------------------------------- */
	.img_clm02 .item img,
	.img_clm03 .item img,
	.img_clm04 .item img {
		max-width: 100%;
	}

	.img_clm02 .item {
		margin-bottom: 10px;
	}

	.img_clm03 .item {
		margin-bottom: 10px;
	}

	.img_clm04 .item {
		width: 22.5%;
		margin-bottom: 10px;
	}

	.img_clm04 .item:nth-child(4n-3) {
		margin-right: 1.66%;
	}

	.img_clm04 .item:nth-child(4n-2),
	.img_clm04 .item:nth-child(4n-1) {
		margin-right: 1.66%;
		margin-left: 1.66%;
	}

	.img_clm04 .item:nth-child(4n) {
		margin-left: 1.66%;
	}

	.caption01 {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}

	.img_left {
		width: 300px;
		margin: 8px 30px 10px 0;
	}

	.img_right {
		width: 370px;
		margin: 8px 0 10px 30px;
	}
	.img_text{
		display:flex;
		justify-content:space-between;
	}
	.img_text .img_left{
		position: relative;
		border-top: 3px solid #cfa972;
		background-color: #fff;
		box-shadow: 0px 0px 4px 2px #e0e0e0;
	}
	.img_text.no_border .img_left{
		border-top: none;
		box-shadow:none;
		margin-top:0;
	}
	.img_text.no_border .img_left img{
		padding:0;
		max-width:100%;
	}
	.img_text .img_left.no-shadow{
		position: relative;
		border-top: none;
		background-color: #fff;
		box-shadow: none;
	}
	.img_text .img_left.no-shadow img{
		width:100%;
		padding:0;
	}
	.img_text .img_left img{
		width:270px;
		padding:15px;
	}

	.img_text .img_left p{
		width:340px;
		padding:0 15px 15px 15px;
		margin-top:0;
	}
	.img_text .img_left.no-shadow p{
		margin-top:15px;
		padding:0;
	}
	.img_text .right{
		width:760px;
		line-height:36px;
	}
	.img_text .right h2{
		font-size:2.8rem;
		letter-spacing:0.04em;
		font-weight:bold;
		border-bottom:1px dashed #ccc;
		padding:10px 10px 10px 30px;
		margin-bottom:5px;
		position:relative;
		}
	.img_text .right h2:before{
	    content: "";
		display: block;
		top: 22px;
		left: 2px;
		width: 13px;
		height: 13px;
		background-size: 13px;
		position: absolute;
		background-image: url(../img/shared/table01_icon.png);
		background-repeat: no-repeat;
		z-index: 10;
	}
	.img_text .right p{
		padding-left:10px;
		margin-bottom:15px;
	}
	.img_text .right h3{
		font-weight:bold;
		color:#6a3906;
		padding-left:10px;
		line-height:28px;
		font-size:2rem;
		margin-bottom:10px;
	}
	.img_text .right .btn{
	    display: block;
		position: relative;
		border-radius: 4px;
		background-color: #556fb5;
		font-weight: bold;
		color: #fff;	
		padding:7px;
		width:300px;
		float:right;
		text-align:center;
	}
	/* = news
    ----------------------------------------------- */
	.news01 ul {
		max-width: 1100px;
		margin: 0 auto;
	}

	.news01 ul li a {
		display: flex;
		padding: 20px 0;
		font-size: 1.8rem;
	}

	.news01 ul li a:hover {
		opacity: 1;
	}

	.news01 ul li a:hover .ttl {
		text-decoration: underline;
	}

	.news01 ul li time {
		padding: 0 18px;
	}

	.news01 ul li .ttl {
		padding: 0 20px;
	}


	/* = accordion
    ----------------------------------------------- */
	.accordion_btn {
		padding: 16px 60px 16px 63px;
		font-size: 2rem;
	}

	.accordion_btn::before {
		top: 20px;
		left: 22px;
		width: 24px;
		height: 26px;
		background-size: 24px 26px;
	}

	.accordion_btn::after {
		top: 0;
		bottom: 0;
		right: 26px;
		width: 22px;
		height: 22px;
		margin: auto;
		background-size: 22px;
	}

	.accordion_btn:hover {
		opacity: 0.8;
	}

	.accordion_cont {
		padding: 20px 25px 20px 65px;
	}

	.accordion_cont::before {
		top: 25px;
		left: 22px;
		width: 23px;
		height: 21px;
		background-size: 23px 21px;
	}

	/* = card
    ----------------------------------------------- */
	.card01 li {
		padding: 20px 5px;
	}

	.card01 li .img {
		width: 50px;
	}

	.card01 li .ttl {
		padding: 0 25px;
		font-size: 2.8rem;
	}

	.card01 li .text {
		line-height: 1.8;
	}

	.card02 .item {
		width: 31%;
	}

	.card02 .item:nth-child(3n-2) {
		margin-right: 1.43%;
	}

	.card02 .item:nth-child(3n-1) {
		margin-right: 1.43%;
		margin-left: 1.43%;
	}

	.card02 .item:nth-child(3n) {
		margin-left: 1.43%;
	}

	.card02 .item .ttl {
		padding: 15px 0 15px 78px;
		font-size: 2.8rem;
		font-weight: bold;
	}

	.card02 .item .ttl::before {
		top: 0;
		bottom: 0;
		left: 5px;
		width: 50px;
		height: 50px;
		background-size: 50px;
	}

	.card02 .item .inner ul {
		width: 88%;
		padding-bottom: 10px;
	}

	.card02 .item .inner ul li {
		margin-bottom: 10px;
		padding: 0 20px 0 40px;
	}

	.card02 .item .inner ul li a:hover {
		opacity: 1;
		text-decoration: underline;
	}

	.card02 .item .sub_ttl {
		padding: 20px 0 25px 0;
		font-size: 2.8rem;
	}

	.card02 .item .sub_ttl span {
		font-size: 5rem;
	}

	.card02 .item .list_ttl {
		padding: 15px 0 10px 0;
	}

	.card02 .item .list_ttl::before {
		top: 20px;
		left: -20px;
		width: 14px;
		height: 14px;
		background-size: 14px 14px;
	}

	.card02 .item .text {
		padding-bottom: 10px;
	}

	.card02 .item .link a {
		padding: 12px 10px 15px 23px;
	}

	.card02 .item .link a::before {
		top: 19px;
		left: 6px;
		width: 10px;
		height: 10px;
		background-size: 10px;
	}

	.card03 .item {
		margin-bottom: 50px;
	}

	.card03 .item::after {
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

/*	.card03 .item .text_area {
		width: 715px;
	}*/

	.card03 .item .text_area .name {
		position: relative;
		font-size: 2.4rem;
		font-weight: bold;
		padding: 10px 0 10px 45px;
		border-bottom: 1px dashed #c9c9c4;
	}

	.card03 .item .text_area .name::before {
		top: 0;
		bottom: 0;
		left: 13px;
		width: 18px;
		height: 24px;
		background-size: 18px 24px;
	}

	.card03 .item .text_area .name span {
		padding: 0 8px;
	}

	.card03 .item .text_area .name small {
		font-size: 1.8rem;
	}

	.card03 .item .text_area .text {
		padding-top: 20px;
		line-height: 1.9;
	}


	/* = btn
    ----------------------------------------------- */
	.text_link01 .btn {
		min-width: 36.4%;
		max-width: 54.6%;
		padding-bottom: 5px;
	}

	.text_link01 .btn span {
		padding: 20.5px 60px 20.5px 50px;
		font-size: 2.6rem;
	}

	.text_link01 .btn span::before {
		top: 0;
		right: 22px;
		bottom: 0;
		width: 20px;
		height: 20px;
		background-size: 20px;
	}

	/* = menu
    ----------------------------------------------- */
	.menu_link01 .item {
		width: 48.2%;
		margin-bottom: 40px;
	}

	.menu_link01 .item a:hover {
		opacity: 0.8;
	}

	.menu_link01 .item:nth-child(2n-1) {
		margin-right: 1.8%;
	}

	.menu_link01 .item:nth-child(2n) {
		margin-left: 1.8%;
	}

	.menu_link01 .item .ttl {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 69.8%;
		height: 100px;
		font-size: 2.4rem;
	}

	.menu_link01 .item .ttl p::before {
		top: 0;
		bottom: 0;
		left: -27px;
		width: 15px;
		height: 15px;
		background-size: 15px;
	}

	.menu_link01 .item .ttl::after {
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

	.menu_link02 .item {
		width: 22.7%;
		margin-bottom: 20px;
	}
	.menu_link02.funeral .item {
		width: 30%;
		margin-bottom: 20px;
	}
	.menu_link02 .item::before {
		top: 25px;
		bottom: 0;
		left: 22px;
	}

	.menu_link02 .item::after {
		right: 0;
		bottom: 0;
		width: 28px;
		height: 28px;
		background-size: 28px;
	}

	.menu_link02 .item:nth-child(4n) {
		margin-left: 1.5%;
	}

	.menu_link02 .item:nth-child(4n-2),
	.menu_link02 .item:nth-child(4n-1) {
		margin-right: 1.5%;
		margin-left: 1.5%;
	}

	.menu_link02 .item:nth-child(4n-3) {
		margin-right: 1.5%;
	}

	.menu_link02 .item a,
	.menu_link02 .item span {
		padding: 15px;
		font-size: 2rem;
	}

	.menu_link03 .item {
		padding: 15px 15px 20px 15px;
	}

	.menu_link03 .item::after {
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

	.menu_link03 .item .ttl {
		margin-top: 20px;
		padding-left: 35px;
		font-size: 2rem;
	}

	.menu_link03 .item .ttl::before {
		top: 8px;
		left: 9px;
		width: 15px;
		height: 15px;
		background-size: 15px;
	}

	/* = profile
    ----------------------------------------------- */
	.profile .menu_link03 {
		width: 340px;
	}

	.profile .profile_inner {
		width: 720px;
	}

	.profile .profile_inner .logo {
		width: 54.2%;
		margin-bottom: 33px;
	}

	/* = table
    ----------------------------------------------- */

	.table01 {
		margin: 0 auto;
	}

	.table01 th,
	.table01 td {
		padding: 11px 23px;
	}

	.table01 th {
		font-size: 1.7rem;
	}

	.table01 th::before {
		top: 22px;
		left: 2px;
		width: 13px;
		height: 13px;
		background-size: 13px;
	}

	.table01 td {
		font-size: 1.6rem;
	}

	.table01 td a:hover {
		text-decoration: underline;
		opacity: 1;
	}

	.table02 table th,
	.table02 table td {
		padding: 15px 20px;
		line-height: 1.8;
	}

	.table02 table th {
		width: 18%;
	}

	.table02 table td a:hover {
		text-decoration: underline;
		opacity: 1;
	}

	/* = contact
    ----------------------------------------------- */
	.contact .form {
		padding: 30px 40px 35px 40px;
	}

	.contact .form table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0px 10px;
	}

	.contact .form th,
	.contact .form td {
		padding: 20px;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.contact .form th {
		padding: 20px 20px 20px 40px;
	}

	.contact .form th::before {
		top: 27px;
		left: 21px;
		width: 13px;
		height: 13px;
		background-size: 13px;
	}

	.contact .form th span,
	.contact .form td span.require{
		margin-left: 10px;
		padding: 5px;
		font-size: 1.4rem;
	}
	.contact .form td span.require{	
	    background-color: #ef7d2a;
    color: #fff;
	}
	.contact .form td {
		padding: 20px;
	}
	
	.contact .form td input {
		width: 390px;
        height: 30px;
		padding: 5px;
		font-size: 1.6rem;
	}
	.contact .form td input[type="checkbox"]{
		width:40px;
		height:1em;
		position:relative;
		top:3px;
	}
	.contact .form td label{
		font-size:1.6rem;
	}
	.contact .form td span.checkbox{
		vertical-align:middle;
		display:block;
	}

	.contact .form .name input {
		width: 260px;
	}

	.contact .form td select {
		width: 265px;
		height: 30px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	.contact .form .type td .inner {
		font-size: 1.6rem;
	}

	.contact .form .type td .text01 {
		margin: 0;
		margin-right: 15px;
	}

	.contact .form .type td input {
		width: 390px;
	}

	.contact .form textarea {
		width: 650px;
		height: 150px;
		padding: 10px;
		font-size: 1.6rem;
	}

	.contact .form .privacy {
		padding: 25px;
	}

	.contact .form .privacy .ttl {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}

	.contact .form .privacy .list01 li {
		margin-top: 0;
		line-height: 1.9;
	}

	.contact .form .privacy .list01 li::before {
		top: 0.5em;
	}

	.contact .form .privacy .checkbox {
		padding: 20px 25px 0 25px;
	}

	.contact .form .privacy .checkbox input {
		position: absolute;
		top: 23px;
		left: 37%;
	}
.contact .form .privacy .checkbox input[type="checkbox"] {
	height:1.3em;
	width:20px;
	top:20px;
	left:36%;
	}
	.contact .form .privacy .checkbox.privacypolicy input {
		left:34%;
	}
	.contact .form .submit button {
		width: 280px;
		margin: 0 20px;
		padding: 0;
		padding-bottom: 5px;
		border-radius: 4px;
		transition: .2s;
	}

	.contact .form .submit button:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	.contact .form .submit button span {
		padding: 18px 50px 18px 20px;
		border-radius: 4px;
		font-size: 2.2rem;
	}

	.contact .form .submit button span::before {
		top: 0;
		right: 17px;
		bottom: 0;
		width: 15px;
		height: 15px;
		background-size: 15px;
	}

}

/* @media */
/*--------------------------------------------------------
01-template parts for SP
----------------------------------------------------------*/
@media screen and (max-width: 767px) {

	/* = margin
    ----------------------------------------------- */
	.mb10 {
		margin-bottom: 1.33vw !important;
	}

	.mb20 {
		margin-bottom: 2.66vw !important;
	}

	.mb30 {
		margin-bottom: 4vw !important;
	}

	.mb40 {
		margin-bottom: 5.33vw !important;
	}

	.mb50 {
		margin-bottom: 6.66vw !important;
	}

	.mb60 {
		margin-bottom: 8vw !important;
	}

	.mb70 {
		margin-bottom: 9.33vw !important;
	}

	.mb80 {
		margin-bottom: 10.66vw !important;
	}

	.mb90 {
		margin-bottom: 12vw !important;
	}

	.mb100 {
		margin-bottom: 13.33vw !important;
	}

	/* = page_ttl
    ----------------------------------------------- */
	.page_ttl {
		height: 28.7vw;
		padding-top: 14.4vw;
		background: url(../img/shared/page_ttl_bg_sp.jpg) no-repeat 50% 110%;
		background-size: contain;
		font-size: 5rem;
		font-size: 6.5vw;
	}

	.page_ttl .heading01 {
		position: relative;
		margin-top: 6.5vw;
		padding-bottom: 2.66vw;
	}

	.page_ttl .heading01::after {
		right: 0;
		bottom: 0;
		left: 0;
		width: 16.3vw;
		border-bottom: 0.7vw solid #fff100;
	}

	/* = breadcrumbs
    ----------------------------------------------- */
	.breadcrumbs {
		padding: 4.5vw 0 6vw;
	}

	.breadcrumbs li {
		font-size: 2rem;
		font-size: 2.6vw;
	}

	.breadcrumbs li {
		padding-right: 2vw;
	}

	.breadcrumbs li:nth-child(1) a::after {
		right: -4.5vw;
		width: 2vw;
		height: 2vw;
		background-size: 100% auto;
	}

	.breadcrumbs li:last-child {
		padding-right: 0;
	}

	.breadcrumbs li+li {
		padding-left: 4vw;
	}

	/* = contents
    ----------------------------------------------- */
	.contents .container {
		margin: 0 2.6vw;
	}

	/* = heading
    ----------------------------------------------- */
	.heading02 {
		padding: 2.7vw 3.8vw;
		background-size: auto;
		font-size: 4rem;
		font-size: 5.2vw;
	}

	.heading02::before {
		height: 6px;
	}

	.heading03 {
		padding: 3vw 3.8vw 3vw 7vw;
		font-size: 3.6rem;
		font-size: 4.7vw;
	}

	.heading03::before {
		left: 1.5vw;
		width: 3.5vw;
		height: 3.5vw;
		background-size: 3.4vw;
	}

	.heading04 {
		padding: 2.6vw 4.5vw;
		font-size: 3rem;
		font-size: 3.9vw;
	}

	.heading04::before,
	.heading04::after {
		width: 3.7vw;
		height: 3.7vw;
		background-size: 3.7vw;
	}

	.heading04 span::after {
		bottom: -2.5vw;
		left: 9vw;
		border-width: 2.5vw 2vw 0 2vw;
	}

	/* = text
    ----------------------------------------------- */
	.text01 {
		font-size: 2.8rem;
		font-size: 3.65vw;
		line-height: 1.8;
	}


	/* = note
    ----------------------------------------------- */
	.note01 {
		font-size: 2.4rem;
		font-size: 3.15vw;
	}

	/* = box
    ----------------------------------------------- */
	.box01 {
		padding: 4vw;
	}

	/* = list
    ----------------------------------------------- */
	.list01 {
		font-size: 2.8rem;
		font-size: 3.7vw;
		line-height: 1.9;
	}

	.list01 li {
		padding-left: 1.6em;
		line-height: 1.8;
	}

	.list01 li::before {
		top: 0.5em;
		left: 1.4vw;
		width: 2.8vw;
		height: 2.8vw;
		background-size: 100% auto;
	}

	.list01 li+li {
		margin-top: 0.4em;
	}

	.list02 {
		font-size: 2.8rem;
		font-size: 3.7vw;
		line-height: 1.9;
	}

	.list02 li {
		margin-left: 1.6em;
	}

	.list03 {
		font-size: 2.8rem;
		font-size: 3.7vw;
		line-height: 1.9;
	}

	.list03 a {
		padding-left: 1.6em;
		padding-right: 3vw;
		background-size: auto 2.66vw;
	}

	.list03 a::before {
		top: 3.2vw;
		left: 1.4vw;
		width: 2.7vw;
		height: 2.7vw;
		margin-top: -1.3vw;
		background-size: 100% auto;
	}

	/* = img
    ----------------------------------------------- */
	.img02 .img_item {
		margin-bottom: 5.33vw;
	}

	.img03 .img_item {
		margin-bottom: 4vw;
	}

	.img04 {
		margin-left: -2.66vw;
		margin-right: -2.66vw;
	}

	.img_clm04 .item {
		width: 47.45%;
		margin-bottom: 2%;
	}

	.img_clm04 .item:nth-child(2n) {
		margin-left: 2.55%;
	}

	.img_clm04 .item:nth-child(2n-1) {
		margin-right: 2.55%;
	}

	.caption01 {
		margin: 1.33vw 0 0;
		font-size: 2rem;
		font-size: 2.6vw;
	}

	.img_left,
	.img_right {
		width: 31.3vw;
	}

	.img_left {
		margin: 2vw 3vw 0 0;
	}

	.img_right {
		margin: 2vw 0 0 3vw;
	}
	.img_text{
		display:flex;
		width:100%;
	}
	.img_text .img_left{
		position: relative;
		border-top: none;
		background-color: none;
		box-shadow: none;
		display:block;
		width:30%;
	}
	.img_text .img_left img{
		width:90%;
		padding:0;
		margin:0 auto;
		display:block;
		margin-bottom:10px;
	}
	.img_text.no_border{
		display:block;
	}
	.img_text.no_border .img_left{
		float:none;
		width:90%;
		border-top: none;
		box-shadow:none;
		margin:0 auto 20px auto;
	}
	.img_text.no_border .img_left img{
		padding:0;
		max-width:100%;
	}
	.img_text .img_left p{
		width:100%;
		padding:0;
		margin-top:0;
		text-align:center;
	}
	.img_text .img_left p{
		display:none;
	}
	.img_text .right{
		width:70%;
		float:none;
		line-height:inherit;
		margin:0 auto 30px auto;
	}
	.img_text.no_border .right{
		width:100%;
	}
	.img_text .right h2{
		font-size:inherit;
		letter-spacing:inherit;
		border-bottom:none;
		padding:3px 0 0 0px;
		margin-bottom:0;
		position:relative;
		font-weight:bold;
	}
	.img_text.no_border h2{
		font-size:2.3rem;
		line-height:1.8;
		padding:0;
		border-bottom:1px dashed #ccc;
	}
	.img_text .right h2:before{
	    content: inherit;
		display: none;
	}
	.img_text .right p{
		padding-left:0px;
		margin-bottom:5px;
	}
	.img_text .right h3{
		font-weight:bold;
		color:#6a3906;
		padding-left:0;
		line-height:inherit;
		font-size:2rem;
		margin-bottom:5px;
	}
	.img_text.no_border h3{
		font-size:1.7rem;
		line-height:1.6;
	}
	.img_text .right .btn{
	    display: block;
		position: relative;
		border-radius: 4px;
		background-color: #556fb5;
		font-weight: bold;
		color: #fff;	
		padding:5px;
		width:80%;
		
		text-align:center;
	}
.img_text.no_border .right .btn{
	margin:0 auto;
}

	/* = news
    ----------------------------------------------- */
	.news01 ul li {
		padding: 3% 1%;
	}

	.news01 ul li a {
		display: block;
	}

	.news01 ul li a time,
	.news01 ul li .ttl {
		padding: 0;
		font-size: 2.6rem;
		font-size: 3.4vw;
	}

	.news01 ul li a time {
		font-size: 2.6rem;
		font-size: 3.4vw;
	}

	.news01 ul li .ttl {
		margin-top: 1.3%;
	}

	/* = accordion
    ----------------------------------------------- */
	.accordion_btn {
		margin-bottom: 2px;
		padding: 2.5% 10%;
		font-size: 1.5rem;
		font-size: 4vw;
	}

	.accordion_btn::before {
		left: 3.5vw;
		top: 3.3vw;
		width: 4.4vw;
		height: 5vw;
		background-size: 100%;
	}

	.accordion_btn::after {
		top: 0;
		right: 3vw;
		bottom: 0;
		width: 4.1vw;
		height: 4.1vw;
		margin: auto;
		background-size: 100%;
	}

	.accordion_cont {
		padding: 2.7vw 5vw 2.7vw 9vw;
	}

	.accordion_cont::before {
		top: 4.3vw;
		left: 3.5vw;
		width: 4.3vw;
		height: 4vw;
		background-size: 100%;
	}

	.accordion_cont p {
		font-size: 2.8rem;
		font-size: 3.7vw;
	}

	/* = card
    ----------------------------------------------- */
	.card01 li {
		display: block;
	}

	.card01 li .img {
		width: 10.5vw;
		margin-right: 3vw;
	}

	.card01 .ttl_area {
		padding: 2.6vw 0;
	}

	.card01 li .ttl {
		font-size: 4rem;
		font-size: 5.2vw;
	}

	.card01 li .text {
		padding-bottom: 3vw;
		font-size: 2.6rem;
		font-size: 3.38vw;
	}

	.card02 {
		display: block;
	}

	.card02 .item {
		padding-bottom: 10vw;
	}

	.card02 .item:last-child {
		padding-bottom: 2vw;
	}

	.card02 .item .inner {
		padding-bottom: 2vw;
	}

	.card02 .item .ttl {
		padding: 2.6vw 0 2.9vw 13.6vw;
		font-size: 4rem;
		font-size: 5.2vw;
		font-weight: bold;
		line-height: 2;
	}

	.card02 .item .ttl::before {
		left: 0;
		width: 10.5vw;
		height: 10.5vw;
		background-size: 10.5vw;
	}

	.card02 .item .sub_ttl {
		padding: 5vw 0;
		font-size: 3.6rem;
		font-size: 4.7vw;
	}

	.card02 .item .sub_ttl span {
		display: inline;
		padding-left: 1.5vw;
		font-size: 6rem;
		font-size: 7.8vw;
	}

	.card02 .item .inner ul {
		margin: 0 4vw;
	}

	.card02 .item .list_ttl {
		margin-bottom: 1vw;
		font-size: 3rem;
		font-size: 3.9vw;
	}

	.card02 .item .list_ttl::before {
		top: 1.7vw;
		left: -4vw;
		width: 2.5vw;
		height: 2.5vw;
		background-size: 2.5vw;
	}

	.card02 .item .text {
		padding-bottom: 2.6vw;
		font-size: 2.8rem;
		font-size: 3.7vw;
	}

	.card02 .item .inner ul li {
		margin-bottom: 2.6vw;
		padding: 2.7vw 2.7vw 2.7vw 6.5vw;
	}

	.card02 .item .inner ul li a {
		padding: 2.8vw 0 0 3.9vw;
		font-size: 2.8rem;
		font-size: 3.7vw;
	}

	.card02 .item .link a::before {
		top: 4.3vw;
		left: 0;
		width: 2.4vw;
		height: 2.4vw;
		background-size: 2.4vw;
	}

	.card03 .item {
		display: block;
		margin-bottom: 6.66vw;
		padding: 3.8vw;
	}

	.card03 .item::after {
		right: 0;
		bottom: 0;
		width: 5.3vw;
		height: 5.3vw;
		background-size: 5.3vw;
	}

	.card03 .item .img {
		width: 100%;
	}

	.card03 .item .text_area .name {
		padding: 3.5vw 0 1.5vw 6.7vw;
		font-size: 3.4rem;
		font-size: 4.4vw;
	}

	.card03 .item .text_area .name::before {
		top: 4.3vw;
		left: 1vw;
		width: 3.5vw;
		height: 4.8vw;
		background-size: 3.5vw 4.8vw;
	}

	.card03 .item .text_area .name span {
		padding: 0 1vw 0 1.7vw;
	}

	.card03 .item .text_area .name small {
		font-size: 2.6rem;
		font-size: 3.4vw;
	}

	.card03 .item .text_area p {
		padding: 3.8vw 0 2vw 0;
		font-size: 2.8rem;
		font-size: 3.7vw;
	}

	/* = btn
    ----------------------------------------------- */
	.text_link01 .btn {
		min-width: 74.4%;
		max-width: 100%;
		padding-bottom: 5px;
		font-size: 4rem;
		font-size: 5.2vw;
	}

	.text_link01 .btn span {
		padding: 3.3vw 14vw;
	}

	.text_link01 .btn span::before {
		top: 0;
		right: 4vw;
		bottom: 0;
		width: 3.2vw;
		height: 3.2vw;
		margin: auto;
		background-size: 3.2vw;
	}

	/* = menu
    ----------------------------------------------- */
	.menu_link01 .item {
		width: 100%;
		margin-bottom: 6.66vw;
	}

	.menu_link01 .item .ttl {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 65.2vw;
		height: 17.7vw;
	}

	.menu_link01 .item .ttl::after {
		right: 0;
		bottom: 0;
		width: 5.3vw;
		height: 5.3vw;
		background-size: 5.3vw;
	}

	.menu_link01 .item .ttl p {
		font-size: 3.6rem;
		font-size: 4.7vw;
	}

	.menu_link01 .item .ttl p::before {
		top: 2.1vw;
		left: -5vw;
		width: 3.2vw;
		height: 3.2vw;
		background-size: 3.2vw;
	}

	.menu_link02 .item {
		position: relative;
		width: 48.8%;
		margin-bottom: 2.6vw;
	}

	.menu_link02 .item::before {
		top: 4vw;
		left: 3.2vw;
		border-width: 2.5vw 1.45vw 0 1.45vw;
	}

	.menu_link02 .item::after {
		right: 0;
		bottom: 0;
		width: 3.7vw;
		height: 3.7vw;
		background-size: 3.7vw;
	}

	.menu_link02 .item a {
		padding: 1.8vw 0;
		font-size: 3.2rem;
		font-size: 4.2vw;
	}

	.menu_link02 .item:nth-child(2n) {
		margin-left: 2.55%;
		margin-left: 1.2%;
	}

	.menu_link02 .item:nth-child(2n-1) {
		margin-right: 2.55%;
		margin-right: 1.2%;
	}

	.menu_link03 .item {
		padding: 3.8vw;
	}

	.menu_link03 .item .ttl {
		padding: 2.6vw 2.5vw 0 5vw;
		font-size: 3.4rem;
		font-size: 4.4vw;
	}

	.menu_link03 .item .ttl::before {
		top: 4.4vw;
		left: 0;
		width: 2.9vw;
		height: 2.9vw;
		background-size: 2.88vw;
	}


	/* = profile
    ----------------------------------------------- */
	.profile {
		display: block;
	}

	.profile .profile_inner {
		margin-top: 10.66vw;
	}

	.profile .profile_inner .logo {
		width: 77vw;
		margin-bottom: 10.66vw;
		text-align: center;
	}

	.profile .table01 table {
		display: grid;
	}

	.profile .profile_inner table ul li::before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* = table
    ----------------------------------------------- */

	.table01 {
		border-bottom: 1px dashed #cdcdcd;
	}

	.table01 th,
	.table01 td {
		display: grid;
		padding: 0 4.7vw;

	}

	.table01 th {
		padding-top: 2vw;
		border-bottom: 0;
		font-size: 3rem;
		font-size: 3.9vw;
	}

	.table01 th::before {
		top: 4.7vw;
		left: 0.5vw;
		width: 2.5vw;
		height: 2.5vw;
		background-size: 2.5vw;
	}

	.table01 td {
		padding-bottom: 2.6vw;
		border-top: 0;
		border-bottom: 0;
		font-size: 2.8rem;
		font-size: 3.7vw;
		line-height: 1.6;
	}

	.table01 td ul li {
		position: relative;
		padding-left: 4vw;
	}

	.table02 th,
	.table02 td {
		padding: 2.6vw;
		font-size: 2.4rem;
		font-size: 3.1vw;
	}

	.table02 th {
		width: 25vw;
	}

	.table02 td ul li {
		margin-bottom: 1vw;
	}

	/* = contact
    ----------------------------------------------- */
	.contact .form {
		padding: 3.8vw;
	}

	.contact .form table {
		display: grid;
		width: 100%;
	}

	.contact .form tr {
		display: grid;
		margin-bottom: 2.6vw;
	}

	.contact .form th {
		padding: 2.6vw 2.6vw 2.6vw 7.7vw;
		font-size: 3rem;
		font-size: 3.9vw;
	}

	.contact .form th::before {
		top: 4.3vw;
		left: 3.3vw;
		width: 2.5vw;
		height: 2.5vw;
		background-size: 2.5vw;
	}

	.contact .form th span,
	.contact .form td span.require{
		position: absolute;
		margin: 0.8vw 0 0 2.6vw;
		padding: 1vw;
		font-size: 1.7rem;
		font-size: 2.3vw;
		line-height: 1;
	}
	.contact .form td span.require{
		top:18px;
		background-color: #ef7d2a;
		color: #fff;
		font-weight:bold;
	}
	
	.error .text01{
		color:red;
	}
	.contact .form td {
		padding: 0 3vw 3vw 3vw;
		border-top: 0;
	}

	.contact .form td input {
		width: 100%;
		height: 8.9vw;
		padding: 1vw;
		font-size: 2.8rem;
		font-size: 3.65vw;
	}

	.contact .form td select {
		width: 100%;
		height: 9.2vw;
		padding: 0 2.6vw;
		border-radius: 0;
		font-size: 2.4rem;
		font-size: 3.1vw;
		color: #313131;
	}

	.contact .form .type td .inner {
		display: block;
	}

	.contact .form .type .inner .text01 {
		padding: 2vw 0;
		font-size: 2.4rem;
		font-size: 3.3vw;
	}

	.contact .form td textarea {
		width: 100%;
		height: 53.5vw;
		padding: 1vw;
		font-size: 2.8rem;
		font-size: 3.65vw;
	}
	.contact .form td input[type="checkbox"]{
		width:20px;
		position:relative;
		top:10px;
	}
	.contact .form td label{
		font-size:1.6rem;
	}
	.contact .form td span.checkbox{
		vertical-align:middle;
		display:block;
		position:relative;
	}
	#kiyaku{
		width:92%;
		margin:2% auto;
		height:200px;
		overflow-y: scroll;
		border:1px solid #ccc;
		padding:3%;
	}
	/* = privacy
    ----------------------------------------------- */
	.contact .form .privacy {
		padding: 3vw;
	}

	.contact .form .privacy .ttl {
		margin-bottom: 2vw;
		font-size: 3.6rem;
		font-size: 4.7vw;
	}

	.contact .form .privacy .text01 {
		line-height: 1.6;
	}

	.contact .form .privacy .list01 li {
		line-height: 1.6;
	}

	.contact .form .privacy .list01 li+li {
		margin-top: 0;
	}

	.contact .form .privacy .list01 li::before {
		top: 0.5em;
		width: 2.5vw;
		height: 2.5vw;
		background-size: 2.5vw;
	}

	.contact .form .privacy .checkbox {
		padding: 3vw 0 1vw 0;
		font-size: 2.8rem;
		font-size: 3.65vw;
	}

	.contact .form .privacy .checkbox label {
		margin-left: 5.3vw;
	}

	.contact .form .privacy .checkbox input {
		position: absolute;
		top: 3.6vw;
		width: 3.2vw;
		height: 3.2vw;
	}

	.contact .form .submit button {
		width: 100%;
		margin-bottom: 4vw;
		padding: 0;
		padding-bottom: 5px;
		border-radius: 4px;
	}

	.contact .form .submit button:last-child {
		margin-bottom: 0;
	}

	.contact .form .submit button span::before {
		top: 0;
		right: 4vw;
		bottom: 0;
		width: 3.2vw;
		height: 3.2vw;
		margin: auto;
		background-size: 3.2vw;
	}

	.contact .form .submit button span {
		padding: 3.6vw 0;
		border-radius: 4px;
		font-size: 4rem;
		font-size: 5.2vw;
	}

}

/* @media */



/* -----------------------------------------------

= トップページ

----------------------------------------------- */

/* = メインビジュアル
----------------------------------------------- */
.main_visual {
    padding-top: 63px;
}

.main_visual .top {
	width: 100%;
	height: 450px;
	background-image: url(../img/top/mv_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
}

.main_visual .catch_copy {
	padding-top: 50px;
	text-align: center;
}
.main_visual .catch_copy h1.main{
	font-size:6.4rem;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 0 #91dcf7, -1px -1px 0 #91dcf7,
              -1px 1px 0 #91dcf7, 1px -1px 0 #91dcf7,
              0px 1px 0 #91dcf7,  0-1px 0 #91dcf7,
              -1px 0 0 #91dcf7, 1px 0 0 #91dcf7;
}
.main_visual .catch_copy h1.main span{
	padding-top: .2em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1em .2em;
    background-image: radial-gradient(.06em .06em at center center,#ffd800,#ffd800 100%,transparent);
}

.main_visual .catch_copy h2.main{
	font-size:3rem;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.03em;
	text-shadow:1px 1px 0 #91dcf7, -1px -1px 0 #91dcf7,
              -1px 1px 0 #91dcf7, 1px -1px 0 #91dcf7,
              0px 1px 0 #91dcf7,  0-1px 0 #91dcf7,
              -1px 0 0 #91dcf7, 1px 0 0 #91dcf7;
	margin-bottom:30px;
}
.main_visual .catch_copy h2.main > span{
	border-bottom:3px solid #ffd800;
	display:inline-block;
	margin:0 5px;
}
.main_visual .catch_copy h2.main > span >span{
	color:#e97832;
	text-shadow:1px 1px 0 #ffd800, -1px -1px 0 #ffd800,
              -1px 1px 0 #ffd800, 1px -1px 0 #ffd800,
              0px 1px 0 #ffd800,  0-1px 0 #ffd800,
              -1px 0 0 #ffd800, 1px 0 0 #ffd800;
	display:inline-block;
	margin:0 2px;
}
.main_visual .catch_copy p:first-child {
	position: relative;
	width: 915px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.main_visual .catch_copy p:first-child::before {
	top: -20px;
	left: 65px;
	width: 141px;
	height: 11px;
	background-image: url(../img/top/mv_dot.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.main_visual .catch_copy p:last-child {
	position: relative;
	width: 710px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 9px;
}
.main_visual .catch_copy p:last-child::after {
	bottom: 0;
	right: 132px;
	width: 125px;
	height: 3px;
	background-color: #fff100;
}
.main_visual .mv_content {
	display: flex;
	justify-content: space-between;
	width: 915px;
	margin: 0 auto;
}
.main_visual .mv_content.win {
	display: none !important;
}
.main_visual .mv_content p {
	width: 270px;
}

.main_visual .btm {
	margin-top: 70px;
}
.main_visual .btm h3.sub{
	z-index: 1;
	position: relative;
	width: 822px;
	margin: 0 auto 40px auto;
	padding: 15px 0;
	font-size:4.6rem;
	font-weight:bold;
	color:#00a0e9;
	text-align:center;

}
.main_visual .btm h3.sub span{
	display:inline-block;
	margin:0 10px;
	padding:0 15px;
	border:3px solid #00a0e9;
	border-radius:7px;
}
.main_visual .btm h3.sub span:last-child{
	margin-left:0;
}
.main_visual .btm .img {
	z-index: 1;
	position: relative;
	width: 822px;
	margin: 0 auto 40px auto;
	padding: 15px 0;
}

.main_visual .btm .img::before {
	z-index: -1;
	top: 0;
	right: 152px;
	width: 370px;
	height: 75px;
	background-image: url(../img/top/catch_copy03bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.main_visual .btm .img img {
	width: 100%;
}

.main_visual .btm .text_link01 {
	width: 1100px;
	margin: 0 auto;
}

/* = トップページ　共通
----------------------------------------------- */
.top_page .inner {
	width: 1100px;
	margin: 0 auto;
}

.top_page .contents .heading02_top {
	position: relative;
	margin-bottom: 40px;
	padding: 70px 0 20px 0;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}

.top_page .contents .heading02_top::after {
	right: 0;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 9px;
	margin: auto;
	background-image: url(../img/top/heading02_dot.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

/* = トップ　Coco-Dayo
----------------------------------------------- */

.top_page .top_coco{
	background: linear-gradient(to bottom,  #ffffff 0%,#c6efff 51%); 
	overflow:hidden;
	padding:100px 0 50px 0;
}
.top_page .top_coco a{
	display:block;
}
.top_page .top_coco a:hover{
	opacity:0.9;
}
.top_page .top_coco .in{
	width:1090px;
	margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 3px solid #dcdcdc;
    background:#fff;
}

.top_page .top_coco .in_in{
	align-items: center;
    border: 1px solid #dcdcdc;
    background: #fff;
    display:flex;
}
.top_page .top_coco .img img{
	width:400px;
	height:210px;
	object-fit:cover;
}
.top_page .top_coco .text{
	padding:40px;
}
.top_page .top_coco .text p:first-child{
    position: relative;
    margin-left: 28px;
    padding-left: 36px;
    font-size: 2.8rem;
    font-weight: bold;
    position:relativel;
}
.top_page .top_coco .text p:first-child:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url(../img/top/top_question_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    position:absolute;
    content:"";
}

.top_page .top_coco .text p:last-child{
    display: block;
    position: relative;
    border-radius: 4px;
    background-color: #556fb5;
    font-weight: bold;
    color: #fff;
    padding:14px 0 14px 40px;
    font-size: 2.6rem;
    position:relative;
    width:340px;
    margin:0 auto;
}
.top_page .top_coco .text p:last-child:before {
	top: 0;
	right: 22px;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-size: 20px;
	position:absolute;
	content:"";
    margin: auto;
    background-image: url(../img/shared/btn_icon01.svg);
    background-repeat: no-repeat;
}
/* = カタログダウンロードボタン
----------------------------------------------- */
.top_download{
    text-align: center;
/*    margin-top: 4vw;*/
    background: #c6efff;
    padding: 2vw;
}

/* = 終活についてよくあるご質問
----------------------------------------------- */
.contents .top_question {
	width: 100%;
	padding-bottom: 30px;
	background-image: url(../img/top/top_question_bg.jpg);
	background-size: cover;
}

.top_question .menu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.top_question .menu li {
	width: 530px;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 3px solid #dcdcdc;
	background-color: #fff;
}

.top_question .menu li a {
	display: flex;
	align-items: center;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.top_question .menu li a .img {
	width: 170px;
	border-right: 1px solid #dcdcdc;
}

.top_question .menu li a p {
	position: relative;
	margin-left: 28px;
	padding-left: 36px;
	font-size: 2.8rem;
	font-weight: bold;
}

.top_question .menu li a p::before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background-image: url(../img/top/top_question_icon.svg);
	background-repeat: no-repeat;
	background-size: 20px;
}

.contents .top_question .text_link01 {
	margin-bottom: 40px;
}

.contents .top_question .text_link01 .btn {
	display: block;
}

.contents .top_question .text_link01 .btn span {
	padding: 20.5px 60px 20.5px 35px;
}

/* = お知らせ
----------------------------------------------- */
.top_news {
	margin-bottom: 95px;
}

.top_news ul {
	margin-bottom: 50px;
}

/* = まもーれe をもっと知る
----------------------------------------------- */
.top_introduction {
	padding-bottom: 45px;
	background-image: url(../img/top/top_introduction_bg.jpg);
	background-repeat: repeat;
	background-size: auto;
}

.top_introduction .menu {
	display: flex;
	justify-content: space-between;
}

.top_introduction .menu .item {
	position: relative;
	margin-bottom: 40px;
	width: 340px;
}

.top_introduction .menu .item::after {
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url(../img/top/top_introduction_icon02.png);
	background-repeat: no-repeat;
	background-size: 40px;
}

.top_introduction .menu .item a {
	display: block;
}

.top_introduction .menu .item .btm {
	padding: 23px;
	background-color: #fff;
}

.top_introduction .menu .item .btm .ttl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 27px;
	font-size: 2.4rem;
	font-weight: bold;
}

.top_introduction .menu .item .btm .text {
	font-size: 1.8rem;
	line-height: 1.7;
}

.top_introduction .menu .item .btm .ttl::before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background-image: url(../img/top/top_introduction_icon01.svg);
	background-repeat: no-repeat;
	background-size: 15px;
}

/* = 終活のスペシャリスト
----------------------------------------------- */
.top_specialist {
	margin-bottom: 105px;
	background-image: url(../img/top/top_specialist_bg.jpg);
	background-position: top;
	background-size: auto;
	background-repeat: repeat-x;
}
.top_specialist.funeral {
	background:none;
	margin-bottom:30px;
	
}
.top_specialist.funeral .slider{
	padding-bottom:0;
}
.top_specialist .heading02_top {
	color: #fff;
}

.top_specialist .menu {
	padding-bottom: 65px;
}

.top_specialist .menu li {
	width: 340px;
	margin: 0 13.5px 10px 13.5px;
	border-top: 3px solid #cfa972;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px #969696;
}
.top_specialist.funeral .menu li {
	border-top: none;
	box-shadow: none;
}

.top_specialist .menu li a {
	display: block;
	position: relative;
	padding: 16px;
}

.top_specialist .menu li a::after {
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url(../img/top/top_specialist_icon02.png);
	background-repeat: no-repeat;
	background-size: 40px;
}

.top_specialist .menu li a .btm {
	padding: 20px 10px 10px 10px;
}

.top_specialist .menu li a .btm .ttl {
	position: relative;
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: bold;
}

.top_specialist .menu li a .btm .ttl::before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background-image: url(../img/top/top_specialist_icon01.svg);
	background-repeat: no-repeat;
	background-size: 15px;
}

.top_specialist .menu li a .btm .ttl span {
	padding: 0 10px 0 25px;
	font-size: 2.4rem;
}

.top_specialist .menu li a .btm .text {
	font-size: 1.4rem;
}

/* = 弁護?・税理?・司法書?など?業の先??へ
----------------------------------------------- */
.notice {
	padding-bottom: 50px;
	background-image: url(../img/shared/notice_bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.notice.no02 {
	background-image: url(../img/shared/notice_bg02_pc.jpg);
}

.notice.no03 {
	background-image: url(../img/shared/notice_bg03_pc.jpg);
}

.notice .inner {
	width: 1100px;
	margin: 0 auto;
}

.notice .wrap {
	width: 640px;
	margin: 0 0 0 auto;
}

.notice .ttl {
	padding: 45px 0 30px 0;
	font-size: 3.6rem;
	font-weight: bold;
}

.notice .text {
	font-size: 1.6rem;
	line-height: 1.8;
	padding-bottom: 35px;
}

.notice .text_link01 {
	width: 540px;
	margin: 0 auto 0 0;
}

.notice .text_link01 .btn {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	background-color: #bfbfbf;
}

.notice .text_link01 .btn span {
	background-color: #f9710e;
}

/*  
  PC (768px以上)
----------------------------------------------- */
@media screen and (min-width: 767px) {

	.top_introduction .menu .item a:hover {
		opacity: 1;
	}

	.top_introduction .menu .item a:hover .top {
		opacity: 0.8;
	}

}

/*  
  SP (768px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

	.top_page .inner {
		width: 93%;
		margin: 0 auto;
		padding: 0;
	}

	/* = メインビジュアル
    -------------------------------------------- */
	.main_visual .catch_copy h1.main span{
		background:none;
	}
	.main_visual {
		margin-bottom: 0;
		padding-top: 13.4vw;
	}

	.main_visual .top {
		height: auto;
		background-size: cover;
	}

	.main_visual .catch_copy {
		padding-top: 8.2%;
	}
	.main_visual .catch_copy h1.main{
		font-size:3rem;
		margin-bottom:5%;
	}
	.main_visual .catch_copy h2.main{
		font-size:1.8rem;
		margin-bottom:7%;
	}
	.main_visual .catch_copy p:first-child {
		width: 79vw;
		margin-bottom: 7%;
	}

	.main_visual .catch_copy p:first-child::before {
		top: -14%;
		left: 31%;
		width: 25%;
		height: 2vw;
		background-size: 100%;
	}

	.main_visual .catch_copy p:last-child {
		width: 75vw;
		margin-bottom: 5.2%;
		padding-bottom: 1.2%;
	}

	.main_visual .catch_copy p:last-child::after {
		right: auto;
		left: 20.5%;
		width: 21vw;
	}

	.main_visual .mv_content {
		width: 93%;
	}

	.main_visual .mv_content p {
		width: 28.7vw;
	}

	.main_visual .mv_content object {
		width: 100%;
	}

	.main_visual .btm {
		margin-top: 0;
	}
	.main_visual .btm h3.sub{
		width: 87.4vw;
		margin: 5.9% auto 5.6% auto;
		padding: 1.5% 0 2% 0;
		font-size:1.8rem;
	}
	.main_visual .btm h3.sub span{
		margin:0 6px;
		padding:0 5px;
		border-width:2px;
		border-radius: 3px;
	}
	.main_visual .btm .img {
		width: 87.4vw;
		margin: 4% auto 5.6% auto;
		padding: 2% 0;
	}

	.main_visual .btm .img::before {
		top: 5%;
		right: 18.5%;
		width: 39.2vw;
		height: 8vw;
	}

	.main_visual .btm .text_link01 {
		width: 100%;
		margin-bottom: 8%;
	}

	.main_visual .btm .text_link01 .btn span {
		padding: 3.3vw 10vw;
	}


	/* = トップページ　共通
    ----------------------------------------------- */
	.top_page .contents .heading02_top {
		margin-bottom: 7%;
		padding: 8% 0 3.7% 0;
		font-size: 5rem;
		font-size: 6.5vw;
		line-height: 1.4;
	}

	.top_page .contents .heading02_top::after {
		width: 8.7vw;
		height: 2vw;
	}

	/* = トップ　Coco-Dayo
	----------------------------------------------- */

	.top_page .top_coco{
		padding:3vh 0 3vh 0;
	}
	.top_page .top_coco .in{
		width:96vw;
		margin: 0 auto;
	    margin-bottom: 3vh;
	    padding: 3px;
	    border-bottom: 3px solid #dcdcdc;
	    background:#fff;
	}

	.top_page .top_coco .in_in{
	    display:block;
	}
	.top_page .top_coco .img img{
		width:100%;
		height:20vh;
		object-fit:cover;
	}
	.top_page .top_coco .text{
		padding:18px;
	}
	.top_page .top_coco .text p:first-child{
	    position: relative;
	    margin-left: 0px;
	    padding-left: 0px;
	    font-size: 1.6rem;
	    font-weight: bold;
	    position:relativel;
	    text-align:center;
	}
	.top_page .top_coco .text p:first-child:before {
	    top: 0;
	    bottom: 0;
	    left: 0;
	    width: 0;
	    height: 0;
	    margin: auto;
	    background-image: none;
	    background-repeat: none;
	    background-size: inherit;
	    position:absolute;
	    content:"";
	}

	.top_page .top_coco .text p:last-child{
	    display: block;
	    position: relative;
	    border-radius: 4px;
	    background-color: #556fb5;
	    font-weight: bold;
	    color: #fff;
	    padding:14px 0 14px 40px;
	    font-size: 2rem;
	    position:relative;
	    width:80%;
	    margin:0 auto;
	}
	.top_page .top_coco .text p:last-child:before {
		top: 0;
		right: 22px;
		bottom: 0;
		width: 20px;
		height: 20px;
		background-size: 20px;
		position:absolute;
		content:"";
	    margin: auto;
	    background-image: url(../img/shared/btn_icon01.svg);
	    background-repeat: no-repeat;
	}

	/* = 終活についてよくあるご質問
    ----------------------------------------------- */
	.contents .top_question {
		padding-bottom: 1.5%;
		background-size: cover;
	}

	.top_question .menu {
		display: block;
		width: 88vw;
		margin: 0 auto;
		margin-bottom: 8%;
	}

	.top_question .menu li {
		width: 98.4%;
		margin-bottom: 4.5%;
	}

	.top_question .menu li a {
		position: relative;
	}

	.top_question .menu li a::before {
		top: 0;
		bottom: 0;
		right: 3vw;
		width: 4vw;
		height: 4vw;
		margin: auto;
		background-image: url(../img/top/top_question_icon.svg);
		background-repeat: no-repeat;
		background-size: 4vw;
	}

	.top_question .menu li a .img {
		width: 28.6vw;
	}

	.top_question .menu li a p {
		margin-left: 4.3%;
		padding-left: 0;
		font-size: 3.6rem;
		font-size: 4.7vw;
	}

	.top_question .menu li a p::before {
		content: none;
	}

	.contents .top_question .text_link01 {
		margin-bottom: 5.5%;
	}

	.contents .top_question .text_link01 .btn {
		max-width: 94.5%;
	}

	.contents .top_question .text_link01 .btn span {
		padding: 3.3vw 9vw;
	}

	/* = お知らせ
    ----------------------------------------------- */
	.top_news {
		margin-bottom: 8%;
	}

	.top_news ul {
		margin-bottom: 8%;
	}


	/* = まもーれe をもっと知る
    ----------------------------------------------- */
	.top_introduction {
		padding-bottom: 4%;
	}

	.top_introduction .menu {
		display: block;
		width: 100%;
	}

	.top_introduction .menu .item {
		width: 100%;
		margin-bottom: 5.5%;
	}

	.top_introduction .menu .item::after {
		width: 5.3vw;
		height: 5.3vw;
		background-size: 5.3vw;
	}

	.top_introduction .menu .item a {
		display: flex;
	}

	.top_introduction .menu .item .top {
		width: 44.4vw;
	}

	.top_introduction .menu .item .btm {
		width: 40.9vw;
		padding: 4%;
	}

	.top_introduction .menu .item .btm .ttl {
		margin-bottom: 4%;
		padding-left: 10.5%;
		font-size: 3.4rem;
		font-size: 4.4vw;
	}

	.top_introduction .menu .item .btm .ttl::before {
		width: 2.8vw;
		height: 2.8vw;
		background-size: 2.7vw;
	}

	.top_introduction .menu .item .btm .text {
		font-size: 2.6rem;
		font-size: 3.4vw;
		line-height: 1.45;
	}

	/* = 終活のスペシャリスト
    ----------------------------------------------- */
	.top_specialist {
		margin-bottom: 8%;
	}

	.top_page .top_specialist .inner {
		width: 100%;
	}

	.top_page .top_specialist .heading02 {
		margin-bottom: 4%;
	}

	.top_specialist .menu {
		padding-bottom: 0;
	}

	.top_specialist .menu {
		width: 100%;
		margin-bottom: 7vw;
	}

	.top_specialist .menu li {
		margin: 0 2.4vw 2vw 2.4vw;
	}

	.top_specialist .menu li a {
		padding: 4%;
	}

	.top_specialist .menu li a::after {
		width: 5.3vw;
		height: 5.3vw;
		background-size: 5.3vw;
	}

	.top_specialist .menu li a .btm .ttl {
		font-size: 2.6rem;
		font-size: 3.466vw;
	}

	.top_specialist .menu li a .btm .ttl::before {
		width: 3vw;
		height: 3vw;
		background-size: 3vw;
	}

	.top_specialist .menu li a .btm {
		padding: 3.5% 2.5% 2.5% 2.5%;
	}

	.top_specialist .menu li a .btm .ttl span {
		padding: 0 2.5% 0 9%;
		font-size: 3.4rem;
		font-size: 4.4vw;
	}

	.top_specialist .menu li a .btm .text {
		font-size: 2rem;
		font-size: 2.6vw;
	}
	
	.box_flex{
		display:flex;
		flex-wrap:wrap;
		margin-bottom:10px;
	}
	.box_flex li{
		display:block;
		font-size:1.1rem;
		background:#f8f6f2;
		text-align:left;
		margin-bottom:5px;
		padding:5px;
		line-height:1.2;
		margin-right:8px;
	}

	/* = 弁護?・税理?・司法書?など?業の先??へ
    ----------------------------------------------- */
	.notice {
		padding-bottom: 0;
		background-image: none;
	}
	
	.notice .inner {
		width: 100%;
	}

	.notice .wrap {
		width: 100%;
		padding-bottom: 6%;
		background-color: #ece4da;
	}

	.notice .ttl {
		padding: 6.5% 0 7.8% 52%;
		background-image: url(../img/shared/notice_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: 40% center;
		background-size: auto;
		font-size: 4.2rem;
		font-size: 5.5vw;
	}
	.notice.no02 .ttl {
		background-image: url(../img/shared/notice_bg_sp02.jpg);
	}
	.notice.no03 .ttl {
		background-image: url(../img/shared/notice_bg_sp03.jpg);
	}

	.notice .text {
		font-size: 2.6rem;
		font-size: 3.4vw;
		line-height: 1.6;
		padding: 5.5% 6.5%;
	}

	.notice .text_link01 {
		width: 87.4%;
		margin: 0 auto;
	}

	.notice .text_link01 .btn span {
		padding: 3.2% 13% 3.2% 7%;
	}
	


}


/* = スライダー
----------------------------------------------- */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track::before,
.slick-track::after {
	display: table;
	content: '';
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	height:265px;
	object-fit:cover;
}
.funeral .slick-slide img {
	height:420px;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* loading */
.slick-loading .slick-list {
	background: #fff url(../img/shared/ajax-loader.gif) center center no-repeat;
}

/* arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 44%;
	display: block;
	width: 26px;
	height: 26px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: .25;
}

.slick-prev::before,
.slick-next::before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -33px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../img/shared/slick-prev.svg);
	background-repeat: no-repeat;
	background-size: 26px;
}

[dir='rtl'] .slick-prev::before {
	content: '→';
}

.slick-next {
	right: -33px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../img/shared/slick-next.svg);
	background-repeat: no-repeat;
	background-size: 26px;
}

[dir='rtl'] .slick-next::before {
	content: '←';
}

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

	.slider li {
		width: 62.6vw !important;
	}
	.funeral .slick-slide img {
	display: block;
	height:180px !important;
	object-fit:cover;
}
	.slick-slide img {
	display: block;
	height:180px;
	object-fit:cover;
}

}


/* = フェードイン
----------------------------------------------- */
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}

.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

@media screen and (max-width: 767px) {
	.js-animation {
		transform: translateY(2%);
		transition: all 2s;
	}
}


/* -----------------------------------------------

= IE

----------------------------------------------- */
@media all and (-ms-high-contrast: none) {

	/* = 全ページ共通
    ----------------------------------------------- */

	.header .h_nav li a {
		padding-top: 6px;
	}

	.header .h_btn a {
		padding: 36px 36px 8px 36px;
	}

	.g_nav li a {
		padding: 20px 17px 14px 17px;
	}
    
    .g_nav.fixed ul li a {
        padding: 15px 17px 6px 17px;
    }

	.main_visual .mv_content.all {
		display: none !important;
	}

	.main_visual .mv_content.win {
		display: flex !important;
	}

	.footer .footer_top .inner .menu li {
		padding-top: 5px;
	}

	.footer .footer_top .inner .page_top {
		padding: 9px 58px 1px 25px;
	}

	.footer .footer_bottom .menu li {
		padding: 6px 65px 0 25px;
	}

	/* = トップページ
    ----------------------------------------------- */

	.contents .top_question .text_link01 .btn span {
		padding: 25px 60px 15px 35px;
	}

	.top_question .menu li a p {
		padding-top: 10px;
	}

	.top_introduction .menu .item .btm .ttl {
		padding-top: 8px;
	}

	.top_specialist .menu li a .btm .ttl {
		padding-top: 7px;
	}

	.text_link01 .btn span {
		padding: 25px 60px 15px 50px;
	}


	/* = テンプレート
    ----------------------------------------------- */
	.heading02 {
		padding: 22px 27px 8px 27px;
	}

	.heading03 {
		padding: 25px 40px 15px 40px;
	}

	.heading04 span {
		padding: 16px 40px 8px 40px;
	}

	.list01 li::before {
		top: 0.45em;
	}

	.list03 a::before {
		margin-top: -9px;
	}

	.accordion_btn {
		padding: 20px 26px 12px 63px;
	}

	.card01 li p {
		padding-top: 7px;
	}

	.card01 li .ttl {
		padding: 13px 27px 0 25px;
	}

	.card02 .item .ttl {
		padding: 21px 0 9px 78px;
	}

	.card02 .item .sub_ttl {
		padding: 35px 0 10px 0;
	}

	.card02 .item .list_ttl::before {
		top: 16px;
	}

	.card02 .item .link a {
		padding: 14px 10px 13px 23px;
	}

	.menu_link01 .item .ttl p {
		padding-top: 7px;
	}

	.menu_link02 .item a {
		padding: 18px 15px 12px 15px;
	}

	.menu_link03 .item .ttl {
		margin-top: 16px;
		padding-top: 4px;
	}

	.table01 th, .table01 td {
		padding: 14px 23px 8px 23px;
	}

	.card03 .item .text_area .name {
		padding: 15px 0 5px 45px;
	}

	.contact .form th {
		padding: 23px 20px 17px 40px;
	}

	.contact .form th span {
		padding: 4px 5px 0 5px;
	}

	.contact .form .privacy .list01 li::before {
		top: 0.35em;
	}

	.contact .form .privacy .checkbox input {
		top: 20px;
	}

	.contact .form .submit button span {
		padding: 22px 50px 14px 20px;
	}

}


/* -----------------------------------------------

= Edge

----------------------------------------------- */
@supports (-ms-ime-align: auto) {

	.main_visual .mv_content.all {
		display: none !important;
	}

	.main_visual .mv_content.win {
		display: flex !important;
	}

}

/* -----------------------------------------------

= iphone

----------------------------------------------- */

.iphone .list02 {
	padding-left: 0.5em;
}

/* -----------------------------------------------

youtube

----------------------------------------------- */
.movie-wrap {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.movie-wrap {
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
	}

	.movie-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*--------------------------------------------------------

for print only

----------------------------------------------------------*/
@media print {
    
    html {
        min-width: 1300px;
        zoom: 60%;
    }
    
    body {
        -webkit-print-color-adjust: exact;
    }
    
    .header {
        position: static;
    }
    
    .g_nav {
        position: static;
    }
    
    .main_visual {
        padding-top: 0;
    }
    
    .page_ttl {
        padding-top: 0;
        background-position: 50% 90%;
    }
    
    /* Hide various parts from the site
    .js-animation {
        display: none;
    }
    */
}

/* @media */

/* -----------------------------------------------

緊急お知らせ

----------------------------------------------- */
.emg {
    width: 1000px;
    margin: 30px auto 0;
    border: solid 4px #ff0000;
    background: #fff;
    padding: 20px;
}

.emg_title {
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 10px;
	color: #ff0000;
}
@media screen and (max-width: 767px) {
	.emg {
		width: 80%;
	}
}

.flow_movie a {
	width: 410px;
    margin: 20px 0 40px;
    border: solid 1px #ffd800;
    border-radius: 7px;
    padding: 12px;
    background: #fff8d1;
    display: block;
	text-align: center;
}

.flow_movie a:hover {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.flow_movie a {
		width: 90%;
		margin-bottom: 30px;
	}
}