@charset "UTF-8";

/*なるべく汎用性の高い順に記載（サイト特有指定ほど下部に記載）*/
/*切替[基本：max568 min569／デザインによっては：768／それ以外は個別・特例的に設定]*/

/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #f2ceda 60%);
}
.lesp{
	letter-spacing: -0.1em;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}
strong {
	font-weight: normal;
}
/* メインビジュアル */
.hero-container {
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

picture.main-v{
	margin:0 auto;
	display: block;
	position: relative;
	box-sizing: border-box;
}
picture.main-v img{
	width: 100%;
	object-fit: cover;
}

@media (min-width: 569px) {
	picture.main-v img{
		object-fit:none;
		height: 500px;
	}
}
/* ヘッダー */
.header-details{
	font-size: 13px;
	line-height: 1.5;
}
/* フッターコピーライト */
.footer-copy p{
	font-size: 11px;
}
/* フッターメニュー */
ul.footer-menu li a{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.footer-menu li::after{
	content: "　/　";
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 568px) {
	ul.footer-menu li::after{
		content: none;
	}
}


/* 各セクション（汎用） */
.sec1 {
	padding: var(--v-space) 0;
	background-color: #fff;
}
.sec2 {
	padding: var(--v-space) 0;
	background-color: #f7f5ef;
}
.greeting {
	padding: 50px 0;
}
.sec3 {
	padding: var(--v-space) 0;
	padding-bottom: 30px;
	background-color: #fff;
}
.sec4 {
	padding: 30px 0 var(--v-space) 0;
	padding-bottom: 30px;
	background-color: #fff;
}
/*PCのみ表示*/
@media screen and (max-width: 568px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}

/* 内容括り */
.ss-contents {
	margin: 40px 0;
}
.s-contents {
	margin: 20px 0 0 0;
}
img.c-arra{
	margin: 0 auto;
	display:block;
}
.kukuri{
	padding: 20px;
	margin: 10px 0;
	background-color: #eee;
}
@media screen and (max-width: 568px){
	.kukuri{
		padding: 10px;
		font-size: 15px;
	}
}
.kukuri2{
	display:block;
	width:95%;
	margin: 0 auto;
	/*padding: 1rem 1rem 1.5rem;*/
	background:linear-gradient(135deg, #333398 0 100%), repeating-linear-gradient(45deg, #a6a6cd 0px 2px, transparent 2px 4px);
	background-repeat: no-repeat;
	background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
	background-position: 0 0, 1.5rem 1.5rem;
}
.kukuri2 a{
	display:block;
	color: white;
	text-align:center;
	padding: 10px 20px 20px 10px;
	font-size: clamp(14px,2vw,16px);
}

.kukuri2 p{
	color: white;
	margin:5px;
	text-align:center;
}

@media screen and (max-width: 568px){
	.kukuri2{
		width:100%;
	}
}
.kukuri3{
	padding: 15px;
	margin: 5px 0;
	text-align: center;
	color: #fff;
	background-color: #118a8a;
	border-radius: 50px;
}
@media screen and (max-width: 568px){
	.kukuri3{
		padding: 10px;
		margin: 0;
	}
}
.kukuri4{
	width: 50%;
	padding: 10px;
	margin: 10px auto;
	background-color: rgba(255, 244, 211, 0.7);
}
.kukuri4 p{
	font-size: clamp(16px, 1.8vw, 23px);
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 568px){
	.kukuri4{
		width: 90%;
	}
}
/*横並びにする*/
.flex{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
}
.flex2{
	display: flex;
	justify-content: space-between;/*両端揃えで均等に配置*/
	flex-wrap:wrap;
}
/*横並びにする*/
.flex-child01{
	width: 56%;
}
.flex-child02{
	width: 49%;
}
.flex-child02-a{
	width: 49%;
}
.flex-child03{
	width: 74.5%;
}
.flex-child04{
	width: 23.5%;
}
.flex-child05{
	width: auto;
	margin: 0 2px;
}
.flex-child06{
	width: 49%;
}
@media screen and (max-width: 768px) {
	.flex-child01, .flex-child03, .flex-child04 {
		width: 100%;
	}
	.flex-child02-a {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	.flex-child02 {
		width: 100%;
	}
}


/* 背景括り */
div.contentsbg {
	background: rgba(255,255,255,0.7);
	padding: 40px;
	border-radius: 10px;
}
@media screen and (max-width: 568px) {
	div.contentsbg {
		padding: 10px 15px 15px 15px;
	}
}

/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	/*margin-top: -70px;*/	/*セクションのbottomに被せる*/
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.gmp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 568px) {
	.gmp {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
}

/* 見出し */
h3 {
	padding: 5px;
	margin: 10px 0 20px 0;
	font-size: clamp(19px,1.8vw,25px);
	font-weight: bold;
	line-height: 1.4;
	color: #454545;
	/*background-color: rgba(255, 244, 211, 0.7);*/
	border-top: 3px double #907a26;
	border-bottom: 3px double #907a26;
	font-family: "Montserrat", sans-serif;
}
h3.ab {
	background-color: rgba(255, 244, 211, 0.7);
}
h4 {
	font-size: clamp(15px,1.5vw,18px);
	font-weight: 600;
	line-height: 1.2;
	color: #68450a;
	border-bottom: 2px dotted #71a3cc;
	padding: 3px;
	margin: 5px 0 15px 0;
}

h4.pattern_1{
	/*font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding: 5px 5px 5px 0px;
	border-bottom: 1px dashed #a2a2a2;
}
h5{
	font-size: clamp(16px,1.5vw,18px);
	font-weight: 600;
	line-height: 1.2;
	color: #025ba2;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #a2a2a2;
	margin-bottom: 10px;
}

h6{
	display: inline-block;
	font-size: clamp(14px,1.4vw,15px);
	font-weight: 600;
	line-height: 1.4;
	color: #2f516c;
	padding: 2px;
	margin-right: 10px;
}
@media (max-width: 768px) {
	h4{
		font-size: 17px;
	}
}




/* 文字・余白・色など */
.tx-l {
	text-align: left;
}
.tx-r {
	text-align: right;
}
.tx-r2 {
	text-align: right;
}
.tx-c {
	text-align: center;
}
.tx-c2 {
	text-align: center;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-10 {
	font-size: 10px;
}
.f-15 {
	font-size: 15px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei19{
	line-height: 1.9;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: #045ca3;	/*サイト主要色*/
}
.colorOrange{
	color: #e1a300;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #021494;
}
.colorWhite{
	color: #fff;
}
@media screen and (max-width: 568px) {
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: center;
	}
	.f-la {
		font-size: 17px;
	}
}

/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:#454545;
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color:#e68200;
}
a.unli:hover{
	color:#ffbc64;
}

/*見出しに使うアイコン*/
img.himg {
	display: inline-block;
	width: 27px;
	margin-bottom: -3px;
	margin-left:-2px;
}

/*pcとspで画像のサイズ変えたいときの指定*/
img.pcspwid{
	width: 95%;
	margin: 0 auto;
}
img.pcspwid2{
	width: 20%;
	margin:5px auto;
}
img.pcspwid3{
	width: 40%;
	margin:5px auto;
}
@media (max-width: 568px) {
	img.pcspwid{
		width: 100%;
	}
	img.pcspwid2{
		width: 60%;
	}
	img.pcspwid3{
		width: 100%;
	}
}
/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #979797;
	margin: 20px auto;
}
hr.no{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.decoline {
	background-image: url(../img/decoline.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	margin: 30px 0px;
	border:0;
}
hr.decoline2 {
	background-image: url(../img/decoline2.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	margin: 30px 0px;
	border:0;
}
hr.decoline3 {
	background-image: url(../img/decoline3.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	border:0;
}
/*コンテンツ（画像）並べ*/
.line-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.line-container div {
	width: 100%;
	max-width: calc( (100% - 20px) / 3 );
	display: flex;
}

.line-container2 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.line-container2 div {
	width: calc( (100% - 133px) / 4 );
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #f3f0eb;
	border-radius: 10px;
	background-color: #f3f0eb;
}
.line-container2 div p {
	font-size: clamp(13px,1.5vw,15px);
	margin-bottom: 10px;
	text-align: justify;
}
.line-container7 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.line-container7 div.lc7 {
	width: calc( (100% - 60px) / 2 );
	/*margin-bottom: 15px;*/
	padding: 10px;
	border: 1px solid #f3f0eb;
	border-radius: 10px;
	background-color: #f3f0eb;
}
.line-container7 div.lc7 p {
	font-size: clamp(14px,1.5vw,16px);
	margin: 0 5px 10px 5px;
	text-align: justify;
}

.line-container3 {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 2px;
}
.line-container3 div {
	width: calc(20% - 4px);
}
.line-container4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.line-container4 div {
	width: calc(33.3% - 10px);
	margin-bottom: 5px;
}

.line-container5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;/* 各アイテムを均等に配置し最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
	gap: 10px;
}
.line-container5 div {
	width: calc(25% - 10px);
	margin-bottom: 5px;
}
.line-container6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.line-container6 div {
	width: calc(33.3% - 10px);
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	.line-container4 div {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
	.line-container6 div {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
	.line-container5 div {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
	.line-container2 div {
		width: calc(50% - 30px);
		margin-bottom: 0px;
	}
	.line-container3 div {
		width: calc(50% - 2px);
	}
}
@media (max-width: 568px) {
	.line-container div {
		max-width: unset;
		display: block;
	}
	.line-container2 div {
		width: 99%;
		padding: 5px 20px;
	}
	.line-container7 div.lc7 {
		width: 99%;
		padding: 5px 20px;
	}
	.line-container4 div {
		width: calc(100% - 2px);
		margin-bottom: 10px;
	}
}

/* 各ブロック横並び */
.flex{
	display: flex;
}
.item{
	/*width:32.5%;*/	/*3*/
	width:49.5%;	/*2*/
	height:auto;
}
.between{
	justify-content: space-between;
	margin-bottom:10px;
}

.box01{
	background-color: #fffcde;
	border: 10px solid #fffcde;
}
.box02{
	background-color: #fff1de;
	border: 10px solid #fff1de;
}
.box03{
	background-color: #f0a578;
	border: 10px solid #f0a578;
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
	color: #454545;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
/* FAQ */
div.faq2 p.b {
	font-weight: bold;
	color: #484848;
	/*font-size: large;*/
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
div.faq2 p.faq-details {
	font-weight: normal;
	padding: 10px;
	font-size: smaller;
	line-height: 1.4;
	text-align: left;
	text-indent: 0em;
	display: block;
	background-color: #fff5d8;
}
@media (max-width: 568px)  {
	div.faq2 p {
		font-size: 15px;
	}
}

/* コンテンツ幅 */
div.haba{
	margin: 0 11%;
	padding: 0;
}
div.haba2{
	margin: 0 27%;
	padding: 0;
}
@media (max-width: 768px) {
	div.haba2{
		margin: 0 18%;
	}
}
@media (max-width: 568px)  {
	div.haba{
		margin: 0;
		padding: 2% 0 0 0;
	}
	div.haba2{
		margin: 0;
	}
}

/* 縁・シャドウ */
img.photobox {
	border: 8px solid #FFFFFF;
	box-shadow: 5px 5px 10px #c0c0c0;
	-webkit-box-shadow: 5px 5px 10px #c0c0c0;
	-moz-box-shadow: 5px 5px 10px #c0c0c0;
}

/* リスト項目　横並び */
ul.sidelist2 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 10px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 2);
	width: var(--widthB);
	margin: 2.5px 5px 2.5px 0;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	color: #fff;
	background-color: rgb(211, 0, 0);
}
@media (max-width: 568px) {
	ul.sidelist2 li {
		font-size: 11px;
		padding: 5px 4px;

	}
	li.sp-f1 {
		font-size: 10px !important;
		padding: 6px 1px 6px 4px !important;
	}
}
ul.sidelist3 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist3 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 3);
	width: var(--widthB);
	margin: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	background-color: rgba(255, 202, 48, 0.6);
}
ul.sidelist3 li:last-child {
	--widthC: calc(var(--widthB) * 2);
	--widthD: calc(var(--widthC) + 10px);
	width: var(--widthD);
}
@media (max-width: 568px) {
	ul.sidelist3 li {
		width: 97%;
	}
	ul.sidelist3 li:last-child {
		width:97%;
	}
}
ul.sidelist4 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist4 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 6);
	width: var(--widthB);
	margin: 2.5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	color:#454545;
	background-color: rgb(255, 218, 71);
}
@media (max-width: 768px) {
	ul.sidelist4 li {
		width: 32%;
	}
}
@media (max-width: 568px) {
	ul.sidelist4 li {
		width: 48%;
	}
}


/* 付属文字 */
.details {
	padding: 5px;
	display: block;
	font-size: 13px;
	line-height: 1.5;
}
@media (max-width: 568px) {
	.details {
		padding: 5px 0;
		font-size: 11.5px;
	}
}
.details2 {
	padding: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0;
}
.details3 {
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
}


/*---------------- スポット ----------------*/
.mb-30{
	margin-bottom: -30px;
}
.mt-30{
	margin-top: -30px;
}
dt, dd {
	margin: 0;
	box-sizing: border-box;		/*サイズの計算法を変更*/
}
dl {
	display: flex;
	flex-wrap: wrap;
}
dt{
	padding: 4px;
	border-left: 10px solid #a9c0d8;
	border-bottom: 1px dashed #999;
	/*background-color: rgba(255,255,255,0.9);*/
	width: 11em;
}
dd{
	padding: 4px;
	border-bottom: 1px dashed #999;
	/*background-color: rgba(255,255,255,0.9);*/
	width: calc(100% - 11em);
}
@media (max-width: 568px) {
	dt{
		display: block;
		font-weight: bold;
		border-left: 0;
		background-color: rgb(234, 179, 14);
		width: 100%;
		color: #271d1d;
	}
	dd{
		display: block;
		width: 100%;
	}
}

div.c-contents{
	box-sizing: border-box;
	display: block;
	width:80%;
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	div.c-contents {
		width:100%;
		padding: 5px;
	}
}
/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin-left: 25px;
	line-height: 1.4;
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.8;
	color: #333398;
}

b.emphasis {
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.5;
	font-weight: bold;
	color: #454545;
	display: block;
	background: rgb(247, 234, 235);
	border: 5px double #f0858f;
	/*width: calc(100% - 10px);*/
	margin: 5px auto 15px auto;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	b.emphasis {
		text-align: left;
	}
}

/*文字ボタン*/
.btwi{
	width: 50%;
	margin: 30px auto;
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 45px;
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	/*margin: 0 auto;*/
	/*border-radius: 50px;*/
	padding: 0 32px 0 20px;
margin:0 5px;
}

.c-btn a:hover {
	color: #f2f2f2;
}
.btn07 a {
	background-color: #d30000;
	border: 1px solid transparent;
	font-size: 14px;
}

.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
}

.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}

.btn07 a:hover {
	background-color: #4d4d4d;
	/*border: 1px solid #333;*/
}

.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}

.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}


/*文字縁取り*/
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*小・余白少なめ(compact)テーブル*/
table.com-tab {
	margin: 5px 0;
	table-layout: fixed;
	border-top: 1px solid #c6bcab;
	border-left: 1px solid #c6bcab;
}
table.com-tab tr td {
	font-size: 14px;
	text-align:right;
	line-height: 1.4;
	padding: 5px;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	border-bottom: 1px solid #c6bcab;
	border-right: 1px solid #c6bcab;
}
table.com-tab tr td.fir {
	font-size: 14px;
	text-align:center;
	line-height: 1.4;
	padding: 5px;
	width: 20%;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	border-bottom: 1px solid #c6bcab;
	border-right: 1px solid #c6bcab;
}
@media screen and (max-width: 768px) {
	table.com-tab {
		width:99%;
	}
}


.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	border: 0;
	color: #52ac51;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: #ccc;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04 {
		font-size: 19px;
	}
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
}


/*数字と線を組み合わせた見出しデザイン04*/
.heading14 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(28, 151, 59, 0.3);
	font-size: 50px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(111, 187, 131);
}
/*↑実装の為の打消し*/
h4.heading14 {
	color: #634a43;
	margin: 15px auto;
	border: 0;
}
@media screen and (max-width: 568px){

	h4.heading14 {
		margin: 20px 0;
		font-size: 18px;
	}
}



.aaa{
	margin: 0 20% 20px 20%;
}
ul.aaa li{
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px){
	.aaa{
		margin: 0 1% 20px 1%;
	}
}

.svgicon01 {
	display: inline-block;
	width: 27px;
	height: 27px;
	vertical-align: bottom;
	margin: 0 7px 0 5px;
}





