@charset "utf-8";
/* CSS Document */
html{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #333;
}

#main{
    max-width: 720px;
    margin: 0 auto;
}
.inner{
    width:calc( 100% - 48px );
    margin: 0 24px;
}
img{
    width: 100%;
    -webkit-user-drag: none;
}

.heading img{
    margin-bottom: 24px;
}

.article_img{
    margin-bottom: 16px;
}
.heading2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.3em;
}
.heading3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.3em;
}
.text{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.3em;
}
@media screen and (max-width: 959px) {
    .heading2{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
        line-height: 1.3em;
    }
    .article_img{
        margin-bottom: 16px;
    }
    .text{
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.5em;
    }
}
.group{
    margin-bottom: 32px;
}

.negaerimakura-menu{
    margin:  16px 24px;
}

.negaerimakura-menu li{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
	vertical-align: middle;
	text-decoration: none;
}
.negaerimakura-menu li:last-child{
    border-bottom: 1px solid #fff;
}

.negaerimakura-menu a{
    font-size: 14px;
    padding-left: 8px;
    color: #333;
}

.negaerimakura-menu li::after{
    position: absolute;
    right: 8px;
    bottom: 0;
    top:0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;   /* arrow size */
    height: 8px;;  /* arrow size */
    border-top: 1px solid #333;  /* thickness, color */
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dli-chevron-round-left a{
    display: block;
}
.dli-chevron-round-left {
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    line-height: 1;
    position: absolute;
    width: 1em;
    height: 1em;
    transform: translateX(25%) rotate(-135deg);
    top:24px;
    left: 8px;
}

.dli-chevron-round-left::before, .dli-chevron-round-left::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.dli-chevron-round-left::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

.dli-chevron-round-left::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}


/*リスト*/
.list li{
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.5em;
}
.list li:last-child{
    margin-bottom: 0px;
}
.list{
    margin-bottom: 16px;
}
.yellow{
    background: #FFEF6C;
    display: inline-block;
}


.table{
    font-size: 14px;
}
.table tbody tr{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
}
.table tbody tr th{
    display: inline-block;
    margin-bottom: 8px;
}

#float-1{
    float: left;
    width:calc( 50% - 8px );
    margin: 0 8px 8px 0;
}
.clear{
    clear:both;
}

.red{
    color: #e89499;
}

#page-header{
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 9998;
    height: 64px;
}
#page-header-inner{
    display: flex;
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}
#page-header-inner img{
    width: auto;
    height: 24px;
}
#logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
#page-header-inner #logo img{
    box-sizing: border-box;
    display: block;
    height: 24px;
}
#index-link{
    box-sizing: border-box;
    z-index: 9999;
    display: block;
    padding: 20px;
}
/*footer*/
#page-footer{
    width: 100%;
    background-color: #e89499;
    padding:24px 0px ;
    color: #fff;
}

/*ページトップ*/
.pagetop {
    height: 48px;
    width: 48px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: #fff;
    border: solid 2px #e89499;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #e89499;
    border-right: 3px solid #e89499;
    transform: translateY(20%) rotate(-45deg);
}
.makuake{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto 24px auto;
    width: 208px;
    background: #e89499;
    color: #fff;
}

#negaerimakura1,#negaerimakura2,#negaerimakura3,#negaerimakura4{
    padding-top: 88px;
    margin-top: -88px;
}

#negaerimakura-img img{
    margin-top: 64px;
}