section.first-view
{
    background: url('../../sensei/images/01/title-bg.png');
    box-sizing: border-box;
    margin: 0;
    padding: 60px;
    position: relative;
    text-align: center;
    /*height: 580px;*/
    color:#6a2f0c;
    font-weight: 600;
}
section.first-view .top-headline_container
{
    background: url('../../sensei/images/01/paper.png') no-repeat;
    background-position: top center;
    background-size: cover;
    flex-shrink: 0;
    text-align: left;
    pointer-events: none;
    width: 75%;
}
section.first-view .top-headline_container img.paper
{
    margin-top: 66px;
    width: 100%;
}
section.first-view .top-headline_container img.tag
{
    margin: 50px 0 0 50px;
    width: 170px;
}
section.first-view .top-headline_container img.tag_sp
{
    display: none;
}
section.first-view .headline-text
{
    border-bottom: 2px #6a2f0c dashed;
    /*width:700px;*/
    /*font-size: 24px;*/
    font-size: 1.6vw;
    line-height: 48px;
    margin-bottom: 13px;
}
section.first-view div > span
{
     /*font-size: 30px;*/
     font-size: 2vw;
}
section.first-view .headline-text_container
{
    margin: 0 50px 50px 50px;
}
section.first-view .headline-text2
{
    color: #67a239;
    line-height: 36px;
    position: relative;
    
}
section.first-view img.top-illust
{
    max-width: 400px;
    width: 100%;
}
section.first-view img.top-illust_sp
{
    display: none;
}
section.first-view .flex
{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin: auto;
    max-width: 1160px;
    padding: 0;
    pointer-events: none;
    width: 100%;
}




/*.breadcrumbs
{
    color: #6a2f0c;
    max-width: 1160px;
    margin: auto;
    padding: 10px 60px 0 60px;
}
.breadcrumbs a
{
color: #6a2f0c;
}*/
.breadcrumb > div
{
    margin: 10px 0 0 0;
}




section.report
{
    width: 760px;
    max-width: 100%;
    margin: auto;
    margin-top: 100px;
}
section.report .report-headline
{
    color: #67a239;
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 2px #67a239 dashed;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}
section.report .headline-padding
{
    padding-top: 40px;
}
section.report div > i
{
    padding-right: 5px;
}
section.report div > span
{
    padding-left: 30px;
}
section.report .report-text
{
    color: #6a2f0c;
    margin-bottom: 30px;
    line-height: 34px;
    font-weight: 600;
}
section.report figure
{
    margin: 0;
}
section.report .topic-img
{
    margin-bottom: 30px;
}
section.report img.topic-img,
section.report .topic-img img
{
    border-radius: 10px;
}

/* sensei03 */
section.report .credit
{
    position: relative; 
    bottom: 30px; 
    color: #6a2f0c;
}

/* sensei04 */
section.report .address a
{
   cursor: pointer;
   text-decoration: underline;
}
section.report .address a:hover
{
    color: #67a239;
}





section.report a.nextPage-btn
{
    display: block;
    color: #67a239;
    text-align: center;
    border: 2px solid #67a239;
    padding: 30px 0px 40px 0px;
    text-decoration: none;
    width: 440px;
    margin: 90px  auto 140px auto;
    transition: 0.1s
}
section.report a.nextPage-btn:hover
{
    background: #f9fff4;
    border-radius: 30px;
    transition: 0.1s
}
section.report a > h3
{
    line-height: 40px;
    margin: 0;
}
section.report a > div > img
{
    padding-left: 10px;
}
section.report .next
{
    padding-top: 30px;
}
section.report .next:hover
{
    color: #6a2f0c;
}
section.report .sakawa-img
{
    display: flex;
    justify-content:space-between;
}

