@charset "utf-8";
/* //////////////////////////////////
基本設定メモ
緑:#0e754b;
薄緑:#eef5f2;
濃茶:#5b4b24;
茶:#a68e4d;
赤:#cc293d;
金:#a68e4d;
ボタン金:#b79c38;
テーブル見出し:#b8a571;
背景薄色:#f6f4ed;

ボタングラデーション
background: #b79c38;
background: -moz-linear-gradient(45deg, #a68d4d 0%, #b79c38 100%);
background: -webkit-linear-gradient(45deg, #a68d4d 0%,#b79c38 100%);
background: linear-gradient(45deg, #a68d4d 0%,#b79c38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68d4d', endColorstr='#b79c38',GradientType=1 );

フォント明朝
font-family: 'Noto Serif JP', serif;
///////////////////////////////////*/
.key__visual{
	background:url(../../_img/ic.jpg) no-repeat center center /cover;
	width:100%;
}
.category__links {
    margin: 0;
}
.sec__lede {
    padding: 80px 0 30px;
}
.sec__lede h4{
	font-size:  33px;
	line-height:  1.5;
	padding:  0 0 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.sec__lede figure{
	margin:  0 0 40px;
}
.sec__lede figure figcaption{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0  0 20px;
}
.sec__lede figure figcaption:before{
	content:"";
	display: block;
	height:13px;
	width:13px;
	position:  absolute;
	background: #a68e4d;
	left:0;
	top:2px;
}
.sec__lede p{
	line-height: 1.7;
	padding: 0 0 20px;
}
.sec__main h5{
	background: #0e754b;
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
	text-align: left!important;
	margin: 0 0 30px;
}
.sec__main{
	padding: 0 0 50px;
}
.sec__main dt{
	font-size: 20px;
	color: #0e754b;
	margin: 20px 0;
}
.sec__main dt span{
	font-size: 16px;
}
.sec__main dd{
	line-height: 1.5;
}
.sec__main dl{
	margin: 0 0 20px;
}
.sec__main figure + p{
	margin: 10px 0 0 ;
	line-height:1.7;
	font-size: 0.9em;
}
.sec__main figure + p span{
	font-size: 0.9em;
}
@media (max-width:1050px) {
.sec__lede h4 {
    text-align: left;
}
}
@media (max-width:640px) {
.sec__lede h4 {
    font-size: 25px;
}

.sp__inline.w50{
	float: right;
	margin: 0 0 0 3%;
}
.sec__lede .inner__box > .flex__box{
	display: block;
	width:100%;
}
.sec__lede .inner__box > .flex__box .w55{
	width:100%;
}
.sec__lede .inner__box > .flex__box .w42{
	width:100%;
}
.sec__lede h4 + figure {
    margin: 0 0 25px;
}
.sec__lede {
    padding: 40px 0 10px;
}
.sec__main h5 {
    margin: 0 0 15px;
}
.sec__main .flex__box {
    display: block;
}
.sec__main .flex__box .w30{
    width:100%;
}
.sec__main dd {
    margin: 0 0 10px;
}
.sec__main dt {
    margin: 30px 0 10px;
}

}