@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*追加CSS*/
.p-postList__views{
display:none;
}
.c-pageTitle__subTitle{
display: none;
}
.beforeFooterBox {
display: block;
width: 100%;
max-width: 920px;
margin: 0 auto 2em;
border: solid 2px #000;
border-radius: 24px;
padding: 2rem;
box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}
.beforeFooterBox img {
display: block;
}
.beforeFooterBox > .inner {
width: 100%;
margin: 0 auto;
}
.beforeFooterBox .ttlBox {
margin-bottom: 1.2rem;
}
.beforeFooterBox .ttlBox .heading .ttl {
display: block;
width: 80%;
max-width: 250px;
margin: 0 auto;
}
.beforeFooterBox .ttlBox .heading .subTtl {
display: block;
text-align: center;
}
.beforeFooterBox .hp_slant {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
position: relative;
}
.beforeFooterBox .hp_slant::before,
.beforeFooterBox .hp_slant::after {
display: block;
content: "";
width: 1rem;
height: 2px;
background-color: #000;
}
.beforeFooterBox .hp_slant::before {
transform: rotate(55deg);
-webkit-transform: rotate(55deg);
}
.beforeFooterBox .hp_slant::after {
transform: rotate(-55deg);
-webkit-transform: rotate(-55deg);
}
.beforeFooterBox .contBox > .inner {
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column-reverse;
align-items: flex-start;
gap: 16px;
}
.beforeFooterBox .contBox.__rev > .inner {
flex-direction: column;
}
.beforeFooterBox .contBox .imgBox {
display: block;
width: 50%;
max-width: 250px;
margin: 0 auto;
flex: 0 1 auto;
}
.beforeFooterBox .contBox .leadBox {
width: 100%;
flex: 0 1 auto;
margin-bottom: 0;
}
.beforeFooterBox .contBox .leadBox > p {
line-height: 1.8;
font-weight: bold;
}
.beforeFooterBox .contBox .leadBox > p:not(:last-of-type) {
margin-bottom:1.3em;
}
.beforeFooterBox .decoBox {
display: block;
margin: 2em auto;
width: 100%;
max-width: 32px;
}
.beforeFooterBox .btnBox {
margin-top: 2em;
}
/*PC*/
@media screen and (min-width: 600px) {
.beforeFooterBox {
padding: 2.5rem;
}
.beforeFooterBox .contBox > .inner {
flex-direction: row;
}
.beforeFooterBox .contBox.__rev > .inner {
flex-direction: row-reverse;
}
.beforeFooterBox .ttlBox .heading .ttl {
max-width: 390px;
}
.beforeFooterBox .contBox .leadBox {
width: 60%;
}
.beforeFooterBox .contBox .imgBox {
width: 100%;
max-width: 200px;
}
}/*media_query_end*/
/*追加CSSここまで*/
