@charset "utf-8";
/* CSS Document */

.app-container {
    background-color:#fadcda;
}
.app-content > section {
    background-color:#fdeded;
}
.app-panel > li {
    border-style:solid;
    border-width:0.4rem;
    border-radius:1.5rem;
    border-color:#ed847e;
    background-color:white;
    color:black;
}
.app-content > section > h3 {
    background-color:#e75047;
    color:white;
    font-weight:bolder;
    text-align:center;
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.app-content > section > h3::after {
    content:'';
    display:block;
    border-color:#e75047 transparent transparent transparent;
    border-style:solid;
    position:absolute;
}
.app-content > section > h4 {
    background-color:#e76259;
    color:white;
    text-align:center;
    font-weight:bolder;
    margin-bottom:0;
}
.app-content > section > h4:nth-of-type(2) {
    background-color:#f47a63;
}
.app-content > section > h4:nth-of-type(3) {
    background-color:#ec747e;
}
.app-panel:nth-of-type(2) > li {
    border-color:#f47a63;
}
.app-panel:nth-of-type(3) > li {
    border-color:#f47a63;
}
.app-panel > li h5 {
    text-align:center;
    padding-bottom:1.4rem;
    border-color:#ed847e;
    border-style:solid;
    border-width:0 0 0.1rem 0;
}
.app-panel:nth-of-type(2) > li h5 {
    border-color:#f47a63;
}
.app-panel:nth-of-type(3) > li h5 {
    border-color:#ec747e;
}
.app-panel.no-sentence > li {
    display:flex;
    align-items:center;
}
.app-panel.no-sentence > li h5 {
    text-align:left;
    border-style:none;
    margin:0;
    padding-right:14.2rem;
    padding-bottom:0;
}
.app-panel.no-sentence > li .app-to-detail {
    bottom:calc(50% - 0.8rem);
}
.app-to-detail {
    color:#f47a63 !important;
}
.app-to-detail .app-circle-chevron-right {
    background-color:#f47a63;
}
.app-panel:nth-of-type(2) .app-to-detail {
    color:#f47a63 !important;
}
.app-panel:nth-of-type(2) .app-to-detail .app-circle-chevron-right {
    background-color:#f47a63;
}
.app-panel:nth-of-type(3) .app-to-detail {
    color:#f47a63 !important;
}
.app-panel:nth-of-type(3) .app-to-detail .app-circle-chevron-right {
    background-color:#f47a63;
}

@media (min-width:992px) {
/** pc */
.app-heading::after {
    background-image:url(../../../renewal/statics/image/anzeninfo_title3.png);
}
.app-content {
    padding-bottom:4.8rem;
}
.app-content > section {
    margin-top:3.6rem;
    border-radius:1.5rem;
    padding-top:6.8rem;
}
.app-content > section + section {
    margin-top:6.6rem;
    padding-top:5.0rem;
}
.app-content > section > h3 {
    font-size:2.4rem;
    line-height:2.6rem;
    padding:1.5rem;
    width:48.0rem;
    border-radius:2.8rem;
    top:calc(-6.8rem - 2.8rem);
    margin-bottom:-5.6rem;
}
.app-content > section > h3::after {
    border-width:1.4rem 0.7rem 0 0.7rem;
    bottom:-1.4rem;
}
.app-content > section + section > h3 {
    top:calc(-5.0rem - 2.8rem);
}
.app-content > section > h3 img {
    width:3.0rem;
    height:3.0rem;
    margin-bottom:-0.4rem;
    margin-top:-0.4rem;
    margin-right:1.2rem;
}
.app-content > section > h4 {
    font-size:2.0rem;
    padding:1.0rem;
}
.app-content > section > * {
    width:calc(41.0rem * 2 + 4.0rem);
    margin-left:auto;
    margin-right:auto;
}
.app-content > section > p {
    margin-top:1.5rem;
}
.app-panel {
    justify-content:space-between;
    margin-top:-0.2rem;
}
.app-panel > li {
    margin:1.8rem 0 0 0;
}
.sokeizai h5 {
    transform:translateX(-1.2rem) scaleX(0.94);
    padding-right:10.0rem !important;
}
.sokeizai h5 i {
    display:block;
}
}

@media (max-width:991.98px) {
/** sp */
.app-heading::after {
    background-image:url(../../../renewal/statics/image/anzeninfo_SP_title3.png);
}
.app-content {
    padding-top:4.2rem;
    padding-bottom:3.3rem;
}
.app-content > section {
    padding-top:3.6rem;
}
.app-content > section + section {
    margin-top:3.6rem;
}
.app-content > section > h3 {
    font-size:1.8rem;
    line-height:2.0rem;
    padding:1.0rem;
    width:calc(100% - 2.4rem);
    margin-left:auto;
    margin-right:auto;
    border-radius:2.0rem;
    top:calc(-3.6rem - 2.0rem);
    margin-bottom:-4.0rem;
}
.app-content > section > h3::after {
    border-width:1.2rem 0.6rem 0 0.6rem;
    bottom:-1.2rem;
}
.app-content > section > h3 img {
    width:2.6rem;
    height:2.6rem;
    margin-bottom:-0.4rem;
    margin-top:-0.4rem;
    margin-right:1.2rem;
}
.app-content > section > h4 {
    font-size:1.8rem;
    padding:1.4rem;
    margin-top:1.2rem;
    position: relative;
}
.app-content > section > h4::after {
    content:'';
    display:block;
    position:absolute;
    border-color:#fdeded transparent transparent transparent;
    border-style:solid;
    border-width:2.5rem 2.5rem 0 0;
    top:0;
    left:0;
}
.app-content > section:first-of-type .app-panel {
    background-color:#e76259;
    color:white;
}
.app-content > section:nth-of-type(1) .app-panel:nth-of-type(2) {
    background-color:#f47a63;
}
.app-content > section .app-panel:nth-of-type(3) {
    background-color:#ec747e;
}
.app-content > section h4:nth-of-type(3) + p {
    background-color:#ec747e;
    color:white;
    margin:0;
    padding:0 1.2rem 1.2rem 1.2rem;
}
.app-panel {
    padding-bottom:1.2rem;
}
.app-panel > li:first-of-type {
    margin-top:0;
}
.sokeizai {
    display:block !important;
}
.sokeizai h5, .to-detail-rb-sp h5 {
    padding-right:0 !important;
    margin-bottom:2.0rem !important;
}
.sokeizai .app-to-detail, .to-detail-rb-sp .app-to-detail {
    bottom:1.5rem !important;
}
.sokeizai h5 i {
    display:inline-block;
    width:1.6rem;
}
.sokeizai h5 i::after {
    content:'、';
}
}

@media (max-width:991.98px) and (-ms-high-contrast:none) {
/** sp and ie11 */
.app-content > section > h3 img {   /** なぜかずれる */
    margin-top:-0.6rem;
}
}
            
/*ダウンロードボタン*/
.download{
    margin-bottom: 2em;
}
.download_btn{
    display: block;
    padding: 20px;
    border-radius: 1.5rem;
    background-color: #f47a63 !important;
    border-color: #f47a63 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
}

@media (max-width:991.98px) {
/** sp */
.download{
    margin: 1em auto 2em;
    padding: 0 1em;
}
}

.app-content > section > .sub_title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #a63530;
    padding: 1.0rem;
    border-color:#ed847e;
    border-style:solid;
    border-width:0 0 0.1rem 0;
}
                
/* デフォルトの矢印を削除する */
summary {
    display: block;
}
summary::-webkit-details-marker {
    display: none;
}

/* アコーディオンのタイトル 共通設定 */
.details-summary {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    cursor: pointer;
}

/* 1つ目のアコーディオンのタイトル CSSのみでカスタマイズ */
.icon-arrow {
    &:before {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        background: #00a5a0;
        border-radius: 50%;
        top: 50%;
        left: 0;
        margin-top: -7px;
    }
    &:after {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        top: 50%;
        left: 5px;
        transform: rotate(45deg);
        margin-top: -1px;
    }
}
/* 1つ目のアコーディオンのタイトル オープン時 */
.details[open] .icon-arrow {
    &:after {
        transform: rotate(135deg);
        left: 7px;
    }
}
    
