@charset "utf-8";

.main-content{
    max-width: 640px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.header-title {
    font-size: 1.3rem;
    line-height: 100%;
    padding: 10px;
}


h3{
    position: relative;
    z-index: 1;
}


.shadow {
box-shadow: 0 1px 8px 1px rgb(139 139 139 / 20%);
}

.wrapper {
    font-size: 14px;
}

.catch{
    background-color:#c3f2df;
    padding: 10px 10px 6px;
    text-align: center;
    line-height: 100%;
}
.catch p{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1em;
    text-align: right;
    display: inline-block;
}
.catch p span{
    font-size: 1.0rem;
    margin-right: 1rem;
    margin-right: 0rem;
}

.header-title span {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: transparent;
}

.main-head{
    margin-bottom: 20px;
}

.c-heading{
    margin-bottom: 20px;
}

.l-container-01 {
    width: 90%;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 25px;
    padding-bottom: 1px;
    box-shadow: 0 1px 8px 1px rgb(139 139 139 / 20%);
}
.l-container-01.pt1 {
    margin-top: 0;
    padding-top: 25px;
}

.l-container-01 figure h4 img{
    margin: 0 auto;
    display: block;
}
.l-container-01 figure.pt3 h4 img{
    height: 55px;
}
.l-container-01 figure .content{
    background: rgba(255,245,188,0.5);
    border-radius: 15px;
    padding: 35px 15px 25px;
    margin-top: -22px;
    border: rgba(231,215,122,0.5) solid 2px ;
    box-sizing: border-box;
}
.l-container-01 figure.pt3 .content{
    padding: 41px 15px 25px;
    margin-top: -28px;
}
.l-container-01 figure .content img:nth-of-type(2){
    margin-top: 25px;
}
.l-container-01 .line{
    display: block;
    width: 94%;
    margin-left:auto;
    margin-right:auto;
}

.second-background {
    margin-top: -12px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 8px 1px rgb(139 139 139 / 20%);
}

.bgpink {
    background-color: #fff0f5;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    position: relative;
}

.pink-title {
    position: relative;
    left: -15px;
}

.btn {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    /* filter:drop-shadow(0px 5px 6px rgba(54, 59, 95, 0.3)); */
}
.btn.u-mb--15 {
    margin-bottom: 15px;
}

.morewidth {
    width: 106%;

}

/* .period-a {
    background-color: #fff9ee;
} */
.h4above{
    width: 120vw;
    left: -15%;
}
.figure100{
    position: relative;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    padding-left: 6%;
    margin-bottom: 20px;
}
.border-yellow{
    color: #430f17;
    font-size: 130%;
    background: linear-gradient(transparent 40%, #fff9b1 60%);
    line-height: 3;
}

/**************************************/
.l-container-01.u-pt--0{
    padding-top: 0;   
}
.l-container-01.u-mt--30{
    margin-top: 30px;   
}
.l-container-01.u-pb--30{
    padding-bottom: 30px;   
}
.l-container-01.u-pb--20{
    padding-bottom: 20px;   
}
.orange-border{
    width: 100%;
    border:2px solid #f8e6c2;
    border-radius: 10px;
    padding: 15px;
    padding-top: 25px;
}
.orange-border ul{
    margin-bottom: 5px;
}
.orange-border ul li{
    list-style-type: none;
    font-weight: bold;
    color: #64432d;
    font-size: 105%;
    line-height: 150%;
    position: relative;
    padding-left: 16px;
}
.orange-border ul li:before{
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fda204;
}
.orange-border p{
    background-size: 5px 1px;
    background-image: linear-gradient(to right, #d0c1aa 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 20px;
    word-break: break-all;
}
p span.bold{
    font-weight: bold;
    color: #fda204;
}
.c-block-02.bb-1,
.c-block-02.bt-1{
    position: relative;
}
.c-block-02.bb-1:after,
.c-block-02.bt-1:after{
    content: "";
    position: absolute;
    left: -12px;
    bottom: 0;
    width: calc(100% + 24px);
    height: 1px;
    background: #f2e9db;
}
.c-block-02.bt-1:after{
    bottom: auto;
    top: 0;
}

ul.caution li{
    list-style-type: none;
    font-size: 90%;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 3px;
}

.btn.w120{
    max-width: calc(100% + 9%);
    width: calc(100% + 9%);
    margin-left: -9%;
}

.manga{
    max-width: calc(100%);
    width: calc(100%);
    /* margin-left: -2%; */
}

.bg-tx{
    position: relative;
}
.bg-tx span{
    display: block;
    position: absolute;
    top: 14%;
    left: 10%;
    width: 80%;
}



/* Footer
================================================== */
#footer {
    padding: 12px 0 10px;
    background-color: #ffe8ee;
    margin-top: 20px;
    color: #ff9fa4;
}
#footer-copy {
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
}
#footer #copyright{
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #ff9fa4;
    font-size: 90%;
}
#footer {
    border-top: none;
}



.note {
    font-size: 11px;
}
.note a{
    color: #575757;
    word-wrap: break-word;
}
.cv{
    position: relative;
}
.cv ul{
    display: flex;
    width: calc(100% - 36px);
    gap: 3px;
    position: absolute;
    top: 64px;
    left: 18px;
}
.cv ul .btn{
    margin-bottom: 0;
}
li{
    list-style-type: none;
}
img.center{
    display: block;
    margin: 0 auto;
}

sup {
    vertical-align: super;
    font-size: 10px;
}