@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	margin-bottom: 150px;
}

.contents01 > .box01 {
	width: 1100px;
	margin-bottom: 60px;
}

.midashi02 {
	margin-top: 130px;
}

.box01 p.link a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

p.center {
	text-align: center;
}

/* lay01 */


.lay01 .box03 {
    margin-top:24px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.lay01 .box03 ul li {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.lay01 .box03 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(../common/images/check.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 70%;
    width: 31px;
    height: 25px;
}

.lay01 .box04 {
    background-color: #FFF;
    padding: 30px;
    text-align: left;
    margin-top: 30px;
}

.lay01 .box04 .box {
    margin-bottom: 30px;
}

.lay01 .box04 .box001 {
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
}

.lay01 .box04 .box001 h6 {
    color: #603813;
    background-color: #e9e2d9;
}

.lay01 .box04 .box001 h5, .lay01 .box04 .box001 h6 {
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 400;
    padding: 6px 20px;
    display: inline-block;
}

.lay01 h4.small{
	margin-top:48px;
	font-size:24px;
}

span {
 font-weight: bolder;
 color: #42210c;
}

.lay01 .box04 .box:last-child {
    margin-bottom: 8px;
}

.lay01 .box04 .box001 h6.komidashi{
    color: #42210b;
    background-color: #fff;
    padding:0px;
    margin-bottom: 10px;
}

.lay01 .box04 .box001 h6 {
    margin-bottom: 10px;
}

h4.a01{
	line-height: 1.4em;
}

h4.comment {
	font-size:22px;
	margin-top: 50px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
