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


.midashi02a {
    margin-bottom: 0px;
}

.midashi02b {
    background-color: #C69C6D;
}

.box-text-center {
   text-align: center;
}

/* contents02 */

.maincontents-inner section.contents02 > div.layout01 {
    margin-bottom: 50px;
}

.contents02 .layout-contents02 {
   text-align: center;
}

.layout02 .box-wrap:not(:last-child) {
    margin-bottom: 80px;
}


/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 80px;
}


/* layout02 */

.layout02 .box-fee {
    padding: 40px 0px;
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    align-items: center;
    gap:0px 30px;
}

.layout02 .box-detail {
    border-style : solid;
border-color : var(--color-main);
border-width : 3px;
    border-radius: 30px;
    padding: 10px 40px;
}

.layout02 .box-box {
   display: flex;
  justify-content: space-between;
    align-items: flex-start;
    gap:0px 30px;
    padding: 25px 0px;
}

.layout02 .box-box:not(:last-child) {
   border-bottom-style : dotted;
border-color : #999999;
border-width : 3px;
}

.layout02 .box-fee h4, .layout02 h5, .layout02 h6 {
font-family: var(--title-font2);
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.layout02 .box-fee h4, .layout02 h6 {
color: #FFF;
    padding: 8px 0px;
    text-align: center;
    border-radius: 60px;
}

.layout02 .box-fee h4 {
    font-size: 30px;
    background-color: var(--color-main);
    width: 280px;
}

.layout02 h5 {
    font-size: 57px;
}

.layout02 h5::before {
    content: "¥";
}

.layout02 h5::after {
    content: "［税込］";
    font-size: 24px;
}

.layout02 h6 {
    font-size: 20px;
    background-color: var(--color-sub);
    width: 200px;
}

.layout02 .box-box p {
   flex: 1;
}


/* layout03 */

.layout03 .box {
    text-align: center;
    position: relative;
    padding-top: 150px;
}

.layout03 .box:not(:last-child) {
    margin-bottom: 100px;
}

.layout03 .box::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 125px;
}

.layout03 .box:nth-child(1)::before {
	background-image: url("images/p01.svg");
}

.layout03 .box:nth-child(2)::before {
	background-image: url("images/p02.svg");
}

.layout03 .box:nth-child(3)::before {
	background-image: url("images/p03.svg");
}

.layout03 .box::after {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 38px;
    margin-bottom: -65px;
}

.layout03 .box:last-child::after {
    display: none;
}

.layout03 .midashi02 {
    background-color: #ABD05F;
}

/* box-list */

.box-list {
    padding: 30px 60px;
    border-radius: 0px 0px 30px 30px;
    background : rgba(255, 242, 197, 0.4);
    text-align: center;
}

.box-list ul {
    display: inline-block;
}

.box-list ul li {
    font-family: var(--title-font2);
    font-size: 28px;
line-height: 1.4;
letter-spacing: 0.1em;
    text-align: left;
}

.box-list ul li:not(:last-child) {
    margin-bottom: 10px;
}


.sp-view {
	display: none;
}
