@charset "UTF-8";
section#page .pc {
    display: block !important;
}
section#page .sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
section#page .pc {
    display: none !important;
}
section#page .sp {
    display: block !important;
}
section#page * {
    margin: 10px auto;
}
}
section#page .break br {
    display: none;
}

@media only screen and (max-width: 767px) {
section#page .break br {
    display: inline;
}
}
section#page h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    color: red;
    font-size: 40px;
    line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
section#page h2 {
    font-size: 30px;
}
}
section#page h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 36px;
    display: inline;
    padding: 0 10px;
    background: linear-gradient(transparent 75%, #fff101 75%);
    line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
section#page h3 {
    font-size: 24px;
}
}
section#page h4 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
section#page h4 {
    font-size: 20px;
    line-height: 1.4em;
}
}
section#page h5 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6em;
}
section#page .wp-block-image figcaption {
    color: #000000;
    font-size: 11pt;
    margin-top: -10px;
}
section#page table {
    width: 100%;
}
section#page table th {
    white-space: nowrap;
    width: 20%;
    text-align: center;
}
section#page table.price th {
    white-space: normal;
    width: 35%;
    background-color: #eb9335;
}
section#page table.price td {
    text-align: right;
}
section#page table.price tfoot th {
    font-size: 1.2rem;
    padding: 0.5em 1em;
    background-color: #eb353b;
}
section#page table.price tfoot td {
    font-size: 1.2rem;
    padding: 0.5em 1em;
}

@media only screen and (max-width: 767px) {
section#page table.price th {
    width: 31%;
    padding: 0.5em;
}
section#page table.price td {
    padding: 0.5em;
}
section#page table.price tfoot th {
    font-size: 1rem;
    padding: 0.5em;
}
section#page table.price tfoot td {
    font-size: 1rem;
    padding: 0.5em;
}
}
section#page .box1-wrapper {
    position: relative;
    padding: 60px 40px 20px;
    width: 100%;
    background: #fff8d5;
}

@media only screen and (max-width: 767px) {
section#page .box1-wrapper {
    padding: 55px 20px 20px;
}
}
section#page .box1-wrapper h3 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
section#page .box1-wrapper h3 {
    font-size: 24px;
}
}
section#page .box1-wrapper p {
    text-align: left;
}
section#page .point {
    display: inline-block;
    position: absolute;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 42px;
    font-size: 24px;
    left: 0;
    top: 20px;
    box-sizing: border-box;
    padding: 0 18px 0 12px;
    margin: 0;
    height: 45px;
    color: white;
    background: #eb353b;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
section#page .point:before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    border: none;
    height: 53px;
    width: 7px;
    background: #eb353b;
    border-radius: 5px 0 0 5px;
}
section#page .point:after {
    position: absolute;
    content: '';
    top: 45px;
    left: -3px;
    border: none;
    height: 6px;
    width: 4px;
    background: #cb0000;
    border-radius: 5px 0 0 5px;
}

@media only screen and (max-width: 767px) {
section#page .point {
    line-height: 34px;
    font-size: 18px;
    top: 10px;
    height: 36px;
}
section#page .point:before {
    height: 44px;
}
section#page .point:after {
    top: 36px;
}
}
section#page .box2-wrapper {
    position: relative;
    padding: 55px 20px 20px;
    width: 100%;
    background: #fff8d5;
}

@media only screen and (max-width: 767px) {
section#page .box2-wrapper {
    margin: 0 auto;
}
}
section#page .box2-wrapper h4 {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
section#page .box2-wrapper h4 {
    font-size: 20px;
}
}
section#page .box2-wrapper p {
    text-align: left;
}
section#page .box2-wrapper .wp-block-image {
    margin: 0 auto;
}
section#page .step {
    display: inline-block;
    position: absolute;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    line-height: 42px;
    font-size: 24px;
    left: 0;
    top: 15px;
    box-sizing: border-box;
    padding: 0 18px 0 12px;
    margin: 0;
    height: 45px;
    color: white;
    background: #f7922f;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
section#page .step:before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    border: none;
    height: 53px;
    width: 7px;
    background: #f7922f;
    border-radius: 5px 0 0 5px;
}
section#page .step:after {
    position: absolute;
    content: '';
    top: 45px;
    left: -3px;
    border: none;
    height: 6px;
    width: 4px;
    background: #d07b29;
    border-radius: 5px 0 0 5px;
}

@media only screen and (max-width: 767px) {
section#page .step {
    line-height: 34px;
    font-size: 18px;
    top: 10px;
    height: 36px;
}
section#page .step:before {
    height: 44px;
}
section#page .step:after {
    top: 36px;
}
}
section#page .box3-wrapper {
    padding: 40px;
    width: 100%;
    background: #fff8d5;
}

@media only screen and (max-width: 767px) {
section#page .box3-wrapper {
    padding: 20px;
}
}
section#page .box3-wrapper h3, section#page .box3-wrapper h4, section#page .box3-wrapper h5 {
    margin: 0 auto;
}
section#page .box3-wrapper h3 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
section#page .box3-wrapper h3 {
    font-size: 24px;
}
}
section#page .box3-wrapper p {
    text-align: left;
}
section#page .box3-wrapper .wp-block-image {
    margin: 0 auto;
}
section#page .box3-wrapper img {
    margin: 0 auto 10px;
}
section#page .box3-wrapper .wp-block-columns {
    margin: 0 auto;
}
section#page .disc ul {
    list-style-type: disc;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
}
section#page .kome ul {
    list-style-type: none;
    text-align: left;
    font-size: 9pt;
    line-height: 1.4em;
}
section#page .kome li {
    padding-left: 1em;
    text-indent: -1em;
}
section#page li {
    margin-top: .7em;
    margin-bottom: .7em;
    line-height: 1.4em;
}
section#page hr{
	margin: 40px auto;
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
section#page hr{
	margin: 30px auto;
	}
}
section#page .wp-block-button__link{
	font-size: 11pt;
}
section#page .has-4-columns .wp-block-column {
    flex-basis: calc(25% - 16px);
}
section#page .has-3-columns .wp-block-column {
    flex-basis: calc(33.3% - 16px);
}

@media only screen and (max-width: 767px) {
  section#page .has-4-columns .wp-block-column {
    flex-basis: 100%;
  }
  section#page .has-3-columns .wp-block-column {
      flex-basis: 100%;
  }
}
